VirtualBox

Ignore:
Timestamp:
May 29, 2012 1:42:29 PM (13 years ago)
Author:
vboxsync
Message:

FE/Qt: Wizards stuff: NLS update.

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  
    23202320{
    23212321    return message(pParent, Warning,
    2322         tr("<p>You didn't attach a hard disk to the new virtual machine. "
     2322        tr("<p>You didn't attach a hard drive to the new virtual machine. "
    23232323           "The machine will not be able to boot unless you attach "
    2324            "a hard disk with 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>"),
    23272327        0, /* pcszAutoConfirmId */
    23282328        QIMessageBox::Ok,
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic2.cpp

    r41398 r41479  
    116116{
    117117    /* Translate page: */
    118     setTitle(UIWizardCloneVD::tr("File type"));
     118    setTitle(UIWizardCloneVD::tr("Hard drive file type"));
    119119
    120120    /* Translate widgets: */
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic3.cpp

    r41398 r41479  
    117117{
    118118    /* Translate page: */
    119     setTitle(UIWizardCloneVD::tr("Storage details"));
     119    setTitle(UIWizardCloneVD::tr("Storage on physical hard drive"));
    120120
    121121    /* 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)."));
    124124    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 maximum size</b>), "
     125                                                 "on your physical hard drive as it fills up (up to a maximum <b>fixed size</b>), "
    126126                                                 "although it will not shrink again automatically when space on it is freed.</p>"));
    127127    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  
    192192{
    193193    /* Translate page: */
    194     setTitle(UIWizardCloneVD::tr("Copy location"));
     194    setTitle(UIWizardCloneVD::tr("New hard drive to create"));
    195195
    196196    /* Translate widgets: */
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageExpert.cpp

    r41398 r41479  
    210210    m_pSourceDiskCnt->setTitle(UIWizardCloneVD::tr("Hard drive to &copy"));
    211211    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"));
    213213    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"));
    215215    QList<QAbstractButton*> buttons = m_pFormatButtonGroup->buttons();
    216216    for (int i = 0; i < buttons.size(); ++i)
     
    219219        pButton->setText(VBoxGlobal::fullMediumFormatName(m_formatNames[m_pFormatButtonGroup->id(pButton)]));
    220220    }
    221     m_pVariantCnt->setTitle(UIWizardCloneVD::tr("Storage details"));
     221    m_pVariantCnt->setTitle(UIWizardCloneVD::tr("Storage on physical hard drive"));
    222222    m_pDynamicalButton->setText(UIWizardCloneVD::tr("&Dynamically allocated"));
    223223    m_pFixedButton->setText(UIWizardCloneVD::tr("&Fixed size"));
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic1.cpp

    r41399 r41479  
    7878{
    7979    /* Translate page: */
    80     setTitle(UIWizardCloneVM::tr("Name"));
     80    setTitle(UIWizardCloneVM::tr("New machine name"));
    8181
    8282    /* Translate widgets: */
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic2.cpp

    r41399 r41479  
    8787{
    8888    /* Translate page: */
    89     setTitle(UIWizardCloneVM::tr("Type"));
     89    setTitle(UIWizardCloneVM::tr("Clone type"));
    9090
    9191    /* 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>"
    9393                                           "<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>");
    99101    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>");
    101104    m_pLabel->setText(strLabel);
    102105
    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"));
    105108}
    106109
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageBasic3.cpp

    r41399 r41479  
    8888{
    8989    /* Translate page: */
    90     setTitle(UIWizardCloneVM::tr("Mode"));
     90    setTitle(UIWizardCloneVM::tr("Snapshots"));
    9191
    9292    /* 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>");
    100107    if (m_fShowChildsOption)
    101108        m_pLabel->setText(QString("<p>%1</p><p>%2 %3 %4</p>")
     
    110117                          .arg(strOpt3));
    111118
    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"));
    115122}
    116123
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageExpert.cpp

    r41399 r41479  
    118118{
    119119    /* 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"));
    128128    m_pReinitMACsCheckBox->setToolTip(UIWizardCloneVM::tr("When checked a new unique MAC address will be assigned to all configured network cards."));
    129129    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  
    116116{
    117117    /* Translate page: */
    118     setTitle(UIWizardNewVD::tr("File type"));
     118    setTitle(UIWizardNewVD::tr("Hard drive file type"));
    119119
    120120    /* Translate widgets: */
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic2.cpp

    r41397 r41479  
    117117{
    118118    /* Translate page: */
    119     setTitle(UIWizardNewVD::tr("Storage details"));
     119    setTitle(UIWizardNewVD::tr("Storage on physical hard drive"));
    120120
    121121    /* 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)."));
    124124    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 maximum size</b>), "
     125                                               "on your physical hard drive as it fills up (up to a maximum <b>fixed size</b>), "
    126126                                               "although it will not shrink again automatically when space on it is freed.</p>"));
    127127    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  
    363363                                                "click on the folder icon to select a different folder to create the file in."));
    364364    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."));
    367368}
    368369
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageExpert.cpp

    r41397 r41479  
    227227    m_pLocationOpenButton->setToolTip(UIWizardNewVD::tr("Choose a location for new virtual hard drive file..."));
    228228    m_pSizeCnt->setTitle(UIWizardNewVD::tr("&Size"));
    229     m_pFormatCnt->setTitle(UIWizardNewVD::tr("File &type"));
     229    m_pFormatCnt->setTitle(UIWizardNewVD::tr("Hard drive file &type"));
    230230    QList<QAbstractButton*> buttons = m_pFormatButtonGroup->buttons();
    231231    for (int i = 0; i < buttons.size(); ++i)
     
    234234        pButton->setText(VBoxGlobal::fullMediumFormatName(m_formatNames[m_pFormatButtonGroup->id(pButton)]));
    235235    }
    236     m_pVariantCnt->setTitle(UIWizardNewVD::tr("Storage details"));
     236    m_pVariantCnt->setTitle(UIWizardNewVD::tr("Storage on physical hard drive"));
    237237    m_pDynamicalButton->setText(UIWizardNewVD::tr("&Dynamically allocated"));
    238238    m_pFixedButton->setText(UIWizardNewVD::tr("&Fixed size"));
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic3.cpp

    r41415 r41479  
    208208                                        .arg(strRecommendedHDD));
    209209    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"));
    211211    m_pDiskPresent->setText(UIWizardNewVM::tr("&Use existing virtual hard drive file"));
    212212    m_pVMMButton->setToolTip(UIWizardNewVM::tr("Choose a virtual hard drive file..."));
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.cpp

    r41396 r41479  
    227227    m_pDiskCnt->setTitle(UIWizardNewVM::tr("Hard drive"));
    228228    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"));
    230230    m_pDiskPresent->setText(UIWizardNewVM::tr("&Use existing virtual hard drive file"));
    231231    m_pVMMButton->setToolTip(UIWizardNewVM::tr("Choose a virtual hard drive file..."));
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