VirtualBox

Changeset 25124 in vbox


Ignore:
Timestamp:
Dec 1, 2009 9:30:17 AM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: grr

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h

    r25123 r25124  
    363363    static inline QString hoursToString (uint32_t cVal)
    364364    {
    365         return tr("%n hours(s)", "", cVal);
     365        return tr("%n hour(s)", "", cVal);
    366366    }
    367367
     
    373373    static inline QString secondsToString (uint32_t cVal)
    374374    {
    375         return tr("%n seconds(s)", "", cVal);
     375        return tr("%n second(s)", "", cVal);
    376376    }
    377377
  • trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_en.ts

    r25123 r25124  
    3030    <message numerus="yes">
    3131        <location filename="../include/VBoxGlobal.h" line="365"/>
    32         <source>%n hours(s)</source>
     32        <source>%n hour(s)</source>
    3333        <translation>
    3434            <numerusform>%n hour</numerusform>
    3535            <numerusform>%n hours</numerusform>
     36        </translation>
     37    </message>
     38    <message numerus="yes">
     39        <location filename="../include/VBoxGlobal.h" line="375"/>
     40        <source>%n second(s)</source>
     41        <translation>
     42            <numerusform>%n second</numerusform>
     43            <numerusform>%n seconds</numerusform>
    3644        </translation>
    3745    </message>
     
    4250            <numerusform>%n minute</numerusform>
    4351            <numerusform>%n minutes</numerusform>
    44         </translation>
    45     </message>
    46     <message numerus="yes">
    47         <location filename="../include/VBoxGlobal.h" line="375"/>
    48         <source>%n seconds(s)</source>
    49         <translation>
    50             <numerusform>%n second</numerusform>
    51             <numerusform>%n seconds</numerusform>
    5252        </translation>
    5353    </message>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette