Changeset 25138 in vbox for trunk/src/VBox
- Timestamp:
- Dec 1, 2009 8:44:56 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 55530
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_en.ts
r25124 r25138 57 57 <message numerus="yes"> 58 58 <location filename="../src/VBoxTakeSnapshotDlg.cpp" line="60"/> 59 <source>Warning: You are taking a snapshot of a running machine which has %n immutable image(s) attached to it. The automatic resetting of the immutable image(s) will not occur while the snapshot you are taking is the current snapshot to avoid data corruption.</source>59 <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> 60 60 <translation> 61 <numerusform>Warning: You are taking a snapshot of a running machine which has %n immutable image attached to it. The automatic resetting of the immutable image will not occur while the snapshot you are taking is the current snapshot to avoid data corruption.</numerusform>62 <numerusform>Warning: You are taking a snapshot of a running machine which has %n immutable images attached to it. The automatic resetting of the immutable images will not occur while the snapshot you are taking is the current snapshot to avoid data corruption.</numerusform>61 <numerusform>Warning: You are taking a snapshot of a running machine which has %n immutable image attached to it. As long as you are working from this snapshot the immutable image will not be reset to avoid loss of data.</numerusform> 62 <numerusform>Warning: You are taking a snapshot of a running machine which has %n immutable images attached to it. As long as you are working from this snapshot the immutable images will not be reset to avoid loss of data.</numerusform> 63 63 </translation> 64 64 </message> -
trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts
r25137 r25138 6011 6011 </message> 6012 6012 <message numerus="yes"> 6013 <source>Warning: You are taking a snapshot of a running machine which has %n immutable image(s) attached to it. The automatic resetting of the immutable image(s) will not occur while the snapshot you are taking is the current snapshot to avoid data corruption.</source>6013 <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> 6014 6014 <translation> 6015 6015 <numerusform>Avertissement: vous êtes en train de saisir un instantané d'une machine en cours d'exécution avec %n image disque immuable connecté. Tant que vous travaillez sous cet instantané, l'image ne sera pas réinitialisé pour éviter la perte de donnés.</numerusform> -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxTakeSnapshotDlg.cpp
r25116 r25138 59 59 { 60 60 mLbInfo->setText(tr("Warning: You are taking a snapshot of a running machine which has %n immutable image(s) " 61 "attached to it. The automatic resetting of the immutable image(s) will not occur while"62 " the snapshot you are taking is the current snapshot to avoid data corruption.", "",61 "attached to it. As long as you are working from this snapshot the immutable image(s) " 62 "will not be reset to avoid loss of data.", "", 63 63 immutableMediums)); 64 64 mLbInfo->useSizeHintForWidth(400);
Note:
See TracChangeset
for help on using the changeset viewer.