Changeset 54734 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 12, 2015 6:24:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_en.ts
r48632 r54734 3 3 <TS version="2.0" language="en"> 4 4 <context> 5 <name>UIAddDiskEncryptionPasswordDialog</name> 6 <message numerus="yes"> 7 <source>This virtual machine is password protected. Please enter the %n encryption password(s) below.</source> 8 <comment>This text is never used with n == 0. Feel free to drop the %n where possible, we only included it because of problems with Qt Linguist (but the user can see how many passwords are in the list and doesn't need to be told).</comment> 9 <translation> 10 <numerusform>This virtual machine is password protected. Please enter the encryption password below.</numerusform> 11 <numerusform>This virtual machine is password protected. Please enter the encryption passwords below.</numerusform> 12 </translation> 13 </message> 14 </context> 15 <context> 5 16 <name>UIGChooserItemGroup</name> 6 17 <message numerus="yes"> 7 <location filename="../src/selector/graphics/chooser/UIGChooserItemGroup.cpp" line="663"/>8 18 <source>%n group(s)</source> 9 19 <comment>Group item tool-tip / Group info</comment> … … 14 24 </message> 15 25 <message numerus="yes"> 16 <location filename="../src/selector/graphics/chooser/UIGChooserItemGroup.cpp" line="679"/>17 26 <source>%n machine(s)</source> 18 27 <comment>Group item tool-tip / Machine info</comment> … … 23 32 </message> 24 33 <message numerus="yes"> 25 <location filename="../src/selector/graphics/chooser/UIGChooserItemGroup.cpp" line="680"/>26 34 <source>(%n running)</source> 27 35 <comment>Group item tool-tip / Running machine info</comment> … … 50 58 </message> 51 59 <message numerus="yes"> 52 <location filename="../src/globals/UIMessageCenter.cpp" line="1573"/>53 60 <source><p>The %n following virtual machine(s) are currently in a saved state: <b>%1</b></p><p>If you continue the runtime state of the exported machine(s) will be discarded. The other machine(s) will not be changed.</p></source> 54 61 <comment>This text is never used with n == 0. Feel free to drop the %n where possible, we only included it because of problems with Qt Linguist (but the user can see how many machines are in the list and doesn't need to be told).</comment> … … 62 69 <name>VBoxGlobal</name> 63 70 <message numerus="yes"> 64 <location filename="../src/globals/VBoxGlobal.h" line="164"/>65 71 <source>%n year(s)</source> 66 72 <translation> … … 70 76 </message> 71 77 <message numerus="yes"> 72 <location filename="../src/globals/VBoxGlobal.h" line="169"/>73 78 <source>%n month(s)</source> 74 79 <translation> … … 78 83 </message> 79 84 <message numerus="yes"> 80 <location filename="../src/globals/VBoxGlobal.h" line="174"/>81 85 <source>%n day(s)</source> 82 86 <translation> … … 86 90 </message> 87 91 <message numerus="yes"> 88 <location filename="../src/globals/VBoxGlobal.h" line="179"/>89 92 <source>%n hour(s)</source> 90 93 <translation> … … 94 97 </message> 95 98 <message numerus="yes"> 96 <location filename="../src/globals/VBoxGlobal.h" line="189"/>97 99 <source>%n second(s)</source> 98 100 <translation> … … 102 104 </message> 103 105 <message numerus="yes"> 104 <location filename="../src/globals/VBoxGlobal.h" line="184"/>105 106 <source>%n minute(s)</source> 106 107 <translation> … … 113 114 <name>VBoxTakeSnapshotDlg</name> 114 115 <message numerus="yes"> 115 <location filename="../src/VBoxTakeSnapshotDlg.cpp" line="73"/>116 116 <source>Warning: You are taking a snapshot of a running machine which has %n immutable image(s) attached to it. As long as you are working from this snapshot the immutable image(s) will not be reset to avoid loss of data.</source> 117 117 <translation>
Note:
See TracChangeset
for help on using the changeset viewer.