VirtualBox

Ignore:
Timestamp:
Jun 19, 2012 3:23:12 PM (13 years ago)
Author:
vboxsync
Message:

FE/Qt: Wizards stuff: Some NLS update.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp

    r41819 r41833  
    23372337{
    23382338    return message(pParent, Warning,
    2339         tr("<p>You didn't attach a hard drive to the new virtual machine. "
    2340            "The machine will not be able to boot unless you attach "
    2341            "a hard drive with a guest operating system or some other bootable "
    2342            "media to it later using the machine settings window or the Start-up "
    2343            "wizard.</p><p>Do you wish to continue?</p>"),
     2339        tr("You are about to create a new virtual machine without a hard drive. "
     2340           "You will not be able to install an operating system on the machine "
     2341           "until you add one. In the mean time you will only be able to start the "
     2342           "machine using a virtual optical disk or from the network."),
    23442343        0, /* pcszAutoConfirmId */
    23452344        QIMessageBox::Ok,
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic3.cpp

    r41587 r41833  
    360360{
    361361    /* Translate page: */
    362     setTitle(UIWizardNewVD::tr("Location and size"));
     362    setTitle(UIWizardNewVD::tr("File location and size"));
    363363
    364364    /* Translate widgets: */
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageExpert.cpp

    r41587 r41833  
    227227{
    228228    /* Translate widgets: */
    229     m_pLocationCnt->setTitle(UIWizardNewVD::tr("&Location"));
     229    m_pLocationCnt->setTitle(UIWizardNewVD::tr("File &location"));
    230230    m_pLocationOpenButton->setToolTip(UIWizardNewVD::tr("Choose a location for new virtual hard drive file..."));
    231     m_pSizeCnt->setTitle(UIWizardNewVD::tr("&Size"));
     231    m_pSizeCnt->setTitle(UIWizardNewVD::tr("File &size"));
    232232    m_pFormatCnt->setTitle(UIWizardNewVD::tr("Hard drive file &type"));
    233233    QList<QAbstractButton*> buttons = m_pFormatButtonGroup->buttons();
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