VirtualBox

Ignore:
Timestamp:
Jul 12, 2018 8:41:00 AM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9152: Export Appliance wizard: Storage page: A bit of NLS fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic3.cpp

    r73072 r73079  
    669669        {
    670670            m_pLabel->setText(tr("<p>Please choose a filename to export the virtual appliance to.</p>"
    671                                  "<p>The <b>Open Virtualization Format</b> supports only "
    672                                  "<b>ovf</b> or <b>ova</b> extensions. "
    673                                  "<br>If you use the <b>ovf</b> extension, "
    674                                  "several files will be written separately."
    675                                  "<br>If you use the <b>ova</b> extension, "
    676                                  "all the files will be combined into one Open Virtualization Format archive.</p>"
    677                                  "<p>The <b>Oracle Public Cloud Format</b> supports only the <b>tar.gz</b> extension."
    678                                  "<br>Each virtual disk file will be written separately.</p>"));
     671                                 "<p>The <b>Open Virtualization Format</b> supports only <b>ovf</b> or <b>ova</b> extensions. "
     672                                 "If you use the <b>ovf</b> extension, several files will be written separately. "
     673                                 "If you use the <b>ova</b> extension, all the files will be combined into one Open "
     674                                 "Virtualization Format archive.</p>"
     675                                 "<p>The <b>Oracle Public Cloud Format</b> supports only the <b>tar.gz</b> extension. "
     676                                 "Each virtual disk file will be written separately.</p>"));
    679677            m_pFileSelector->setFocus();
    680678            break;
     
    682680        case CloudProvider:
    683681        {
    684             m_pLabel->setText(tr("Please complete the additional fields and provide a filename for "
    685                                  "the OVF target."));
     682            m_pLabel->setText(tr("<p>Please choose a cloud service <b>provider</b> and one of its <b>profiles</b> you have "
     683                                 "registered to export virtual machines to.</p>"
     684                                 "<p>Make sure profile settings reflected in the underlying table are valid. "
     685                                 "They will be used to establish network connection required to upload your virtual machine "
     686                                 "files to remote cloud facility."));
    686687            m_pProviderComboBox->setFocus();
    687688            break;
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