- Timestamp:
- Mar 13, 2015 6:01:57 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98935
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_en.ts
r54757 r54759 16 16 <name>UIEncryptionDataModel</name> 17 17 <message numerus="yes"> 18 <source>Used by the following %n hard -drive(s):<br>%1</source>18 <source>Used by the following %n hard drive(s):<br>%1</source> 19 19 <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 hard drives are in the tool-tip and doesn't need to be told).</comment> 20 20 <translation type="unfinished"> 21 <numerusform>Used by the following hard -drive:<br>%1</numerusform>22 <numerusform>Used by the following hard -drives:<br>%1</numerusform>21 <numerusform>Used by the following hard drive:<br>%1</numerusform> 22 <numerusform>Used by the following hard drives:<br>%1</numerusform> 23 23 </translation> 24 24 </message> -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIAddDiskEncryptionPasswordDialog.cpp
r54756 r54759 274 274 * but be quiet, it's safe enough because the tool-tip being re-acquired every time on mouse-hovering. */ 275 275 const QStringList encryptedMediums = m_encryptedMediums.values(m_encryptionPasswords.keys().at(index.row())); 276 return tr("Used by the following %n hard -drive(s):<br>%1",276 return tr("Used by the following %n hard drive(s):<br>%1", 277 277 "This text is never used with n == 0. " 278 278 "Feel free to drop the %n where possible, "
Note:
See TracChangeset
for help on using the changeset viewer.