Changeset 41479 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 29, 2012 1:42:29 PM (13 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp
r41457 r41479 2320 2320 { 2321 2321 return message(pParent, Warning, 2322 tr("<p>You didn't attach a hard d iskto the new virtual machine. "2322 tr("<p>You didn't attach a hard drive to the new virtual machine. " 2323 2323 "The machine will not be able to boot unless you attach " 2324 "a hard d iskwith a guest operating system or some other bootable "2325 "media to it later using the machine settings dialog or the First"2326 " Run Wizard.</p><p>Do you wish to continue?</p>"),2324 "a hard drive with a guest operating system or some other bootable " 2325 "media to it later using the machine settings window or the Start-up " 2326 "wizard.</p><p>Do you wish to continue?</p>"), 2327 2327 0, /* pcszAutoConfirmId */ 2328 2328 QIMessageBox::Ok, -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic2.cpp
r41398 r41479 116 116 { 117 117 /* Translate page: */ 118 setTitle(UIWizardCloneVD::tr(" File type"));118 setTitle(UIWizardCloneVD::tr("Hard drive file type")); 119 119 120 120 /* Translate widgets: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic3.cpp
r41398 r41479 117 117 { 118 118 /* Translate page: */ 119 setTitle(UIWizardCloneVD::tr("Storage details"));119 setTitle(UIWizardCloneVD::tr("Storage on physical hard drive")); 120 120 121 121 /* Translate widgets: */ 122 m_pDescriptionLabel->setText(UIWizardCloneVD::tr("Please choose whether the new virtual hard drive file should be"123 " allocated as it is used or if it should be created fully allocated."));122 m_pDescriptionLabel->setText(UIWizardCloneVD::tr("Please choose whether the new virtual hard drive file should grow as it is used " 123 "(dynamically allocated) or if it should be created at its maximum size (fixed size).")); 124 124 m_pDynamicLabel->setText(UIWizardCloneVD::tr("<p>A <b>dynamically allocated</b> hard drive file will only use space " 125 "on your physical hard drive as it fills up (up to a <b>fixed maximumsize</b>), "125 "on your physical hard drive as it fills up (up to a maximum <b>fixed size</b>), " 126 126 "although it will not shrink again automatically when space on it is freed.</p>")); 127 127 m_pFixedLabel->setText(UIWizardCloneVD::tr("<p>A <b>fixed size</b> hard drive file may take longer to create on some " -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic4.cpp
r41398 r41479 192 192 { 193 193 /* Translate page: */ 194 setTitle(UIWizardCloneVD::tr(" Copy location"));194 setTitle(UIWizardCloneVD::tr("New hard drive to create")); 195 195 196 196 /* Translate widgets: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageExpert.cpp
r41398 r41479 210 210 m_pSourceDiskCnt->setTitle(UIWizardCloneVD::tr("Hard drive to ©")); 211 211 m_pSourceDiskOpenButton->setToolTip(UIWizardCloneVD::tr("Choose a virtual hard drive file to copy...")); 212 m_pDestinationCnt->setTitle(UIWizardCloneVD::tr(" Copy &location"));212 m_pDestinationCnt->setTitle(UIWizardCloneVD::tr("&New hard drive to create")); 213 213 m_pDestinationDiskOpenButton->setToolTip(UIWizardCloneVD::tr("Choose a location for new virtual hard drive file...")); 214 m_pFormatCnt->setTitle(UIWizardCloneVD::tr(" File &type"));214 m_pFormatCnt->setTitle(UIWizardCloneVD::tr("Hard drive file &type")); 215 215 QList<QAbstractButton*> buttons = m_pFormatButtonGroup->buttons(); 216 216 for (int i = 0; i < buttons.size(); ++i) … … 219 219 pButton->setText(VBoxGlobal::fullMediumFormatName(m_formatNames[m_pFormatButtonGroup->id(pButton)])); 220 220 } 221 m_pVariantCnt->setTitle(UIWizardCloneVD::tr("Storage details"));221 m_pVariantCnt->setTitle(UIWizardCloneVD::tr("Storage on physical hard drive")); 222 222 m_pDynamicalButton->setText(UIWizardCloneVD::tr("&Dynamically allocated")); 223 223 m_pFixedButton->setText(UIWizardCloneVD::tr("&Fixed size")); -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic1.cpp
r41399 r41479 78 78 { 79 79 /* Translate page: */ 80 setTitle(UIWizardCloneVM::tr("N ame"));80 setTitle(UIWizardCloneVM::tr("New machine name")); 81 81 82 82 /* Translate widgets: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic2.cpp
r41399 r41479 87 87 { 88 88 /* Translate page: */ 89 setTitle(UIWizardCloneVM::tr(" Type"));89 setTitle(UIWizardCloneVM::tr("Clone type")); 90 90 91 91 /* Translate widgets: */ 92 QString strLabel = UIWizardCloneVM::tr("<p>Please select the type of the clone.</p>"92 QString strLabel = UIWizardCloneVM::tr("<p>Please choose the type of clone you wish to create.</p>" 93 93 "<p>If you choose <b>Full clone</b>, " 94 "an exact copy (including all virtual hard drive images) " 95 "of the original VM will be created.</p>" 96 "<p>If you select <b>Linked clone</b>, " 97 "a new VM will be created, but the virtual hard drive images " 98 "will point to the virtual hard drive images of original VM.</p>"); 94 "an exact copy (including all virtual hard drive files) " 95 "of the original virtual machine will be created.</p>" 96 "<p>If you choose <b>Linked clone</b>, " 97 "a new machine will be created, but the virtual hard drive files " 98 "will be tied to the virtual hard drive files of original machine " 99 "and you will not be able to move the new virtual machine " 100 "to a different computer without moving the original as well.</p>"); 99 101 if (m_fAdditionalInfo) 100 strLabel += UIWizardCloneVM::tr("<p>Note that a new snapshot within the source VM is created in case you select <b>Linked clone</b>.</p>"); 102 strLabel += UIWizardCloneVM::tr("<p>If you create a <b>Linked clone</b> then a new snapshot will be created " 103 "in the original virtual machine as part of the cloning process.</p>"); 101 104 m_pLabel->setText(strLabel); 102 105 103 m_pFullCloneRadio->setText(UIWizardCloneVM::tr(" Full clone"));104 m_pLinkedCloneRadio->setText(UIWizardCloneVM::tr(" Linked clone"));106 m_pFullCloneRadio->setText(UIWizardCloneVM::tr("&Full clone")); 107 m_pLinkedCloneRadio->setText(UIWizardCloneVM::tr("&Linked clone")); 105 108 } 106 109 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic3.cpp
r41399 r41479 88 88 { 89 89 /* Translate page: */ 90 setTitle(UIWizardCloneVM::tr(" Mode"));90 setTitle(UIWizardCloneVM::tr("Snapshots")); 91 91 92 92 /* Translate widgets: */ 93 const QString strGeneral = UIWizardCloneVM::tr("<p>Please choose which parts of the virtual machine should be cloned.</p>"); 94 const QString strOpt1 = UIWizardCloneVM::tr("<p>If you select <b>Current machine state</b>, " 95 "only the current state of the virtual machine is cloned.</p>"); 96 const QString strOpt2 = UIWizardCloneVM::tr("<p>If you select <b>Current machine and all child states</b>, " 97 "the current state of the virtual machine and any states of child snapshots are cloned.</p>"); 98 const QString strOpt3 = UIWizardCloneVM::tr("<p>If you select <b>All states</b>, " 99 "the current machine state and all snapshots are cloned.</p>"); 93 const QString strGeneral = UIWizardCloneVM::tr("<p>Please choose which parts of the snapshot tree " 94 "should be cloned with the machine.</p>"); 95 const QString strOpt1 = UIWizardCloneVM::tr("<p>If you choose <b>Current machine state</b>, " 96 "the new machine will reflect the current state " 97 "of the original machine and will have no snapshots.</p>"); 98 const QString strOpt2 = UIWizardCloneVM::tr("<p>If you choose <b>Current snapshot tree branch</b>, " 99 "the new machine will reflect the current state " 100 "of the original machine and will have matching snapshots " 101 "for all snapshots in the tree branch " 102 "starting at the current state in the original machine.</p>"); 103 const QString strOpt3 = UIWizardCloneVM::tr("<p>If you choose <b>Everything</b>, " 104 "the new machine will reflect the current state " 105 "of the original machine and will have matching snapshots " 106 "for all snapshots in the original machine.</p>"); 100 107 if (m_fShowChildsOption) 101 108 m_pLabel->setText(QString("<p>%1</p><p>%2 %3 %4</p>") … … 110 117 .arg(strOpt3)); 111 118 112 m_pMachineRadio->setText(UIWizardCloneVM::tr("Current machine state"));113 m_pMachineAndChildsRadio->setText(UIWizardCloneVM::tr("Current machine and all child states"));114 m_pAllRadio->setText(UIWizardCloneVM::tr(" All states"));119 m_pMachineRadio->setText(UIWizardCloneVM::tr("Current &machine state")); 120 m_pMachineAndChildsRadio->setText(UIWizardCloneVM::tr("Current &snapshot tree branch")); 121 m_pAllRadio->setText(UIWizardCloneVM::tr("&Everything")); 115 122 } 116 123 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageExpert.cpp
r41399 r41479 118 118 { 119 119 /* Translate widgets: */ 120 m_pNameCnt->setTitle(UIWizardCloneVM::tr(" &Name"));121 m_pCloneTypeCnt->setTitle(UIWizardCloneVM::tr(" &Type"));122 m_pFullCloneRadio->setText(UIWizardCloneVM::tr(" Full Clone"));123 m_pLinkedCloneRadio->setText(UIWizardCloneVM::tr(" Linked Clone"));124 m_pCloneModeCnt->setTitle(UIWizardCloneVM::tr(" &Mode"));125 m_pMachineRadio->setText(UIWizardCloneVM::tr("Current machine state"));126 m_pMachineAndChildsRadio->setText(UIWizardCloneVM::tr("Current machine and all child states"));127 m_pAllRadio->setText(UIWizardCloneVM::tr(" All states"));120 m_pNameCnt->setTitle(UIWizardCloneVM::tr("New machine &name")); 121 m_pCloneTypeCnt->setTitle(UIWizardCloneVM::tr("Clone type")); 122 m_pFullCloneRadio->setText(UIWizardCloneVM::tr("&Full Clone")); 123 m_pLinkedCloneRadio->setText(UIWizardCloneVM::tr("&Linked Clone")); 124 m_pCloneModeCnt->setTitle(UIWizardCloneVM::tr("Snapshots")); 125 m_pMachineRadio->setText(UIWizardCloneVM::tr("Current &machine state")); 126 m_pMachineAndChildsRadio->setText(UIWizardCloneVM::tr("Current &snapshot tree branch")); 127 m_pAllRadio->setText(UIWizardCloneVM::tr("&Everything")); 128 128 m_pReinitMACsCheckBox->setToolTip(UIWizardCloneVM::tr("When checked a new unique MAC address will be assigned to all configured network cards.")); 129 129 m_pReinitMACsCheckBox->setText(UIWizardCloneVM::tr("&Reinitialize the MAC address of all network cards")); -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic1.cpp
r41397 r41479 116 116 { 117 117 /* Translate page: */ 118 setTitle(UIWizardNewVD::tr(" File type"));118 setTitle(UIWizardNewVD::tr("Hard drive file type")); 119 119 120 120 /* Translate widgets: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic2.cpp
r41397 r41479 117 117 { 118 118 /* Translate page: */ 119 setTitle(UIWizardNewVD::tr("Storage details"));119 setTitle(UIWizardNewVD::tr("Storage on physical hard drive")); 120 120 121 121 /* Translate widgets: */ 122 m_pDescriptionLabel->setText(UIWizardNewVD::tr("Please choose whether the new virtual hard drive file should be"123 " allocated as it is used or if it should be created fully allocated."));122 m_pDescriptionLabel->setText(UIWizardNewVD::tr("Please choose whether the new virtual hard drive file should grow as it is used " 123 "(dynamically allocated) or if it should be created at its maximum size (fixed size).")); 124 124 m_pDynamicLabel->setText(UIWizardNewVD::tr("<p>A <b>dynamically allocated</b> hard drive file will only use space " 125 "on your physical hard drive as it fills up (up to a <b>fixed maximumsize</b>), "125 "on your physical hard drive as it fills up (up to a maximum <b>fixed size</b>), " 126 126 "although it will not shrink again automatically when space on it is freed.</p>")); 127 127 m_pFixedLabel->setText(UIWizardNewVD::tr("<p>A <b>fixed size</b> hard drive file may take longer to create on some " -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic3.cpp
r41392 r41479 363 363 "click on the folder icon to select a different folder to create the file in.")); 364 364 m_pLocationOpenButton->setToolTip(UIWizardNewVD::tr("Choose a location for new virtual hard drive file...")); 365 m_pSizeLabel->setText(UIWizardNewVD::tr("Select the size of the virtual hard drive in megabytes. This size will be reported " 366 "to the Guest OS as the maximum size of this hard drive.")); 365 m_pSizeLabel->setText(UIWizardNewVD::tr("Select the size of the virtual hard drive in megabytes. " 366 "This size is the limit on the amount of file data " 367 "that a virtual machine will be able to store on the hard drive.")); 367 368 } 368 369 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageExpert.cpp
r41397 r41479 227 227 m_pLocationOpenButton->setToolTip(UIWizardNewVD::tr("Choose a location for new virtual hard drive file...")); 228 228 m_pSizeCnt->setTitle(UIWizardNewVD::tr("&Size")); 229 m_pFormatCnt->setTitle(UIWizardNewVD::tr(" File &type"));229 m_pFormatCnt->setTitle(UIWizardNewVD::tr("Hard drive file &type")); 230 230 QList<QAbstractButton*> buttons = m_pFormatButtonGroup->buttons(); 231 231 for (int i = 0; i < buttons.size(); ++i) … … 234 234 pButton->setText(VBoxGlobal::fullMediumFormatName(m_formatNames[m_pFormatButtonGroup->id(pButton)])); 235 235 } 236 m_pVariantCnt->setTitle(UIWizardNewVD::tr("Storage details"));236 m_pVariantCnt->setTitle(UIWizardNewVD::tr("Storage on physical hard drive")); 237 237 m_pDynamicalButton->setText(UIWizardNewVD::tr("&Dynamically allocated")); 238 238 m_pFixedButton->setText(UIWizardNewVD::tr("&Fixed size")); -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic3.cpp
r41415 r41479 208 208 .arg(strRecommendedHDD)); 209 209 m_pDiskSkip->setText(UIWizardNewVM::tr("&Do not add virtual hard drive")); 210 m_pDiskCreate->setText(UIWizardNewVM::tr("&Create new virtual hard drive"));210 m_pDiskCreate->setText(UIWizardNewVM::tr("&Create virtual hard drive now")); 211 211 m_pDiskPresent->setText(UIWizardNewVM::tr("&Use existing virtual hard drive file")); 212 212 m_pVMMButton->setToolTip(UIWizardNewVM::tr("Choose a virtual hard drive file...")); -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.cpp
r41396 r41479 227 227 m_pDiskCnt->setTitle(UIWizardNewVM::tr("Hard drive")); 228 228 m_pDiskSkip->setText(UIWizardNewVM::tr("&Do not add virtual hard drive")); 229 m_pDiskCreate->setText(UIWizardNewVM::tr("&Create new virtual hard drive"));229 m_pDiskCreate->setText(UIWizardNewVM::tr("&Create virtual hard drive now")); 230 230 m_pDiskPresent->setText(UIWizardNewVM::tr("&Use existing virtual hard drive file")); 231 231 m_pVMMButton->setToolTip(UIWizardNewVM::tr("Choose a virtual hard drive file..."));
Note:
See TracChangeset
for help on using the changeset viewer.