VirtualBox

Changeset 68418 in vbox


Ignore:
Timestamp:
Aug 15, 2017 2:11:37 PM (7 years ago)
Author:
vboxsync
Message:

FE/Qt: Cumulative NLS patch.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkDetailsWidget.cpp

    r68003 r68418  
    968968    /* Translate 'Interface' tab content: */
    969969    if (!pWidget || pWidget == m_pErrorPaneAutomatic)
    970         m_pErrorPaneAutomatic->setToolTip(tr("Host interface <nobr><b>%1</b></nobr> is set to obtain address automatically "
    971                                              "but its DHCP server is not enabled.").arg(m_newData.m_interface.m_strName));
     970        m_pErrorPaneAutomatic->setToolTip(tr("Host interface <nobr><b>%1</b></nobr> is set to obtain the address automatically "
     971                                             "but the corresponding DHCP server is not enabled.").arg(m_newData.m_interface.m_strName));
    972972    if (!pWidget || pWidget == m_pErrorPaneIPv4)
    973973        m_pErrorPaneIPv4->setToolTip(tr("Host interface <nobr><b>%1</b></nobr> does not currently have a valid "
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UIActionPoolSelector.cpp

    r68214 r68418  
    970970    {
    971971        setName(QApplication::translate("UIActionPool", "&Machine Tools Menu"));
    972         setStatusTip(QApplication::translate("UIActionPool", "Open machine tools menu"));
     972        setStatusTip(QApplication::translate("UIActionPool", "Open the machine tools menu"));
    973973    }
    974974};
     
    995995    {
    996996        setName(QApplication::translate("UIActionPool", "&Details"));
    997         setStatusTip(QApplication::translate("UIActionPool", "Open machine details pane"));
     997        setStatusTip(QApplication::translate("UIActionPool", "Open the machine details pane"));
    998998    }
    999999};
     
    10201020    {
    10211021        setName(QApplication::translate("UIActionPool", "&Snapshots"));
    1022         setStatusTip(QApplication::translate("UIActionPool", "Open machine snapshots pane"));
     1022        setStatusTip(QApplication::translate("UIActionPool", "Open the machine snapshots pane"));
    10231023    }
    10241024};
     
    10671067    {
    10681068        setName(QApplication::translate("UIActionPool", "&Global Tools Menu"));
    1069         setStatusTip(QApplication::translate("UIActionPool", "Open global tools menu"));
     1069        setStatusTip(QApplication::translate("UIActionPool", "Open the global tools menu"));
    10701070    }
    10711071};
     
    10921092    {
    10931093        setName(QApplication::translate("UIActionPool", "&Virtual Media Manager"));
    1094         setStatusTip(QApplication::translate("UIActionPool", "Open Virtual Media Manager"));
     1094        setStatusTip(QApplication::translate("UIActionPool", "Open the Virtual Media Manager"));
    10951095    }
    10961096};
     
    11171117    {
    11181118        setName(QApplication::translate("UIActionPool", "&Host Network Manager"));
    1119         setStatusTip(QApplication::translate("UIActionPool", "Open Host Network Manager"));
     1119        setStatusTip(QApplication::translate("UIActionPool", "Open the Host Network Manager"));
    11201120    }
    11211121};
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UISnapshotPane.cpp

    r68315 r68418  
    509509{
    510510    /* Translate snapshot tree: */
    511     m_pSnapshotTree->setWhatsThis(tr("Contains snapshot tree of current virtual machine"));
     511    m_pSnapshotTree->setWhatsThis(tr("Contains the snapshot tree of the current virtual machine"));
    512512
    513513    /* Translate actions names: */
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UIToolsPaneGlobal.cpp

    r68368 r68418  
    183183           "which are currently opened (or can be opened). "
    184184           "They are not related to any particular machine but "
    185            "to whole VirtualBox instead. For list of currently "
     185           "to the complete VM collection. For a list of currently "
    186186           "available tools check the corresponding menu at the right "
    187187           "side of the main tool bar located at the top of the window. "
    188            "This list will be extended with new tools in the future releases.</p>"
     188           "This list will be extended with new tools in future releases.</p>"
    189189           "<p>You can press the <b>%1</b> key to get instant help, or visit "
    190190           "<a href=https://www.virtualbox.org>www.virtualbox.org</a> "
    191            "for the latest information and news.</p>")
     191           "for more information and latest news.</p>")
    192192           .arg(QKeySequence(QKeySequence::HelpContents).toString(QKeySequence::NativeText)));
    193193
     
    201201                                          "Reflects all the chains of <u>virtual disks</u> you have registered "
    202202                                          "(per each storage type) within your virtual machines and allows for media "
    203                                           "manipulations like possibility to <u>copy</u>, <u>remove</u>, <u>release</u> "
    204                                           "(detach from VMs it currently attached to) and observe their properties. "
     203                                          "operations like <u>copy</u>, <u>remove</u>, <u>release</u> "
     204                                          "(detach it from VMs where it is currently attached to) and observe their properties. "
    205205                                          "Allows to <u>edit</u> medium attributes like <u>type</u>, "
    206206                                          "<u>location/name</u>, <u>description</u> and <u>size</u> (for dynamical storages "
     
    210210                                       tr("Tool to control host-only network interfaces. "
    211211                                          "Reflects <u>host-only networks</u>, their DHCP servers and allows "
    212                                           "for network manipulations like possibility to <u>create</u>, <u>remove</u> "
     212                                          "for operations on the networks like possibility to <u>create</u>, <u>remove</u> "
    213213                                          "and observe their properties. Allows to <u>edit</u> various "
    214214                                          "<u>attributes</u> for host-only interface and corresponding DHCP server."));
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UIToolsPaneMachine.cpp

    r68368 r68418  
    216216        m_pPaneDesktop->setToolsPaneText(
    217217            tr("<h3>Welcome to VirtualBox!</h3>"
    218                "<p>The left part of this window is a list of all virtual "
     218               "<p>The left part of this window lists all virtual "
    219219               "machines and virtual machine groups on your computer. "
    220220               "The list is empty now because you haven't created any "
     
    225225               "<p>You can press the <b>%1</b> key to get instant help, or visit "
    226226               "<a href=https://www.virtualbox.org>www.virtualbox.org</a> "
    227                "for the latest information and news.</p>")
     227               "for more information and latest news.</p>")
    228228               .arg(QKeySequence(QKeySequence::HelpContents).toString(QKeySequence::NativeText)));
    229229    }
     
    233233        m_pPaneDesktop->setToolsPaneText(
    234234            tr("<h3>Welcome to VirtualBox!</h3>"
    235                "<p>The left part of this window is a list of all virtual "
     235               "<p>The left part of this window lists all virtual "
    236236               "machines and virtual machine groups on your computer.</p>"
    237237               "<p>The right part of this window represents a set of "
    238238               "tools which are currently opened (or can be opened) for "
    239                "the currently chosen machine. For list of currently "
     239               "the currently chosen machine. For a list of currently "
    240240               "available tools check the corresponding menu at the right "
    241241               "side of the main tool bar located at the top of the window. "
    242                "This list will be extended with new tools in the future releases.</p>"
     242               "This list will be extended with new tools in future releases.</p>"
    243243               "<p>You can press the <b>%1</b> key to get instant help, or visit "
    244244               "<a href=https://www.virtualbox.org>www.virtualbox.org</a> "
    245                "for the latest information and news.</p>")
     245               "for more information and latest news.</p>")
    246246               .arg(QKeySequence(QKeySequence::HelpContents).toString(QKeySequence::NativeText)));
    247247    }
     
    257257                                           tr("Tool to observe virtual machine (VM) details. "
    258258                                              "Reflects groups of <u>properties</u> for the currently chosen VM and allows "
    259                                               "for basic manipulations on few of them (like the machine storage devices)."));
     259                                              "basic operations on certain properties (like the machine storage devices)."));
    260260        QAction *pAction2 = m_pActionPool->action(UIActionIndexST_M_Tools_M_Machine_Snapshots);
    261261        m_pPaneDesktop->addToolDescription(pAction2,
    262262                                           tr("Tool to control virtual machine (VM) snapshots. "
    263                                               "Reflects <u>snapshots</u> created for the currently chosen VM and allows "
    264                                               "for snapshot manipulations like possibility to <u>create</u>, <u>remove</u>, "
     263                                              "Reflects <u>snapshots</u> created for the currently selected VM and allows "
     264                                              "snapshot operations like <u>create</u>, <u>remove</u>, "
    265265                                              "<u>restore</u> (make current) and observe their properties. Allows to "
    266266                                              "<u>edit</u> snapshot attributes like <u>name</u> and <u>description</u>."));
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsSet.cpp

    r68394 r68418  
    223223QString UIGDetailsSet::description() const
    224224{
    225     return tr("Contains details set of Virtual Machine '%1'").arg(m_pMachineItem->name());
     225    return tr("Contains the details of virtual machine '%1'").arg(m_pMachineItem->name());
    226226}
    227227
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceEditorWidget.cpp

    r68315 r68418  
    14181418{
    14191419    /* Translate information pane tree-view: */
    1420     m_pTreeViewSettings->setWhatsThis(tr("Lists all the Virtual Systems current Appliance have"));
     1420    m_pTreeViewSettings->setWhatsThis(tr("Detailed list of all components of all virtual machines of the current appliance"));
    14211421
    14221422    /* Translate information pane check-box: */
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic3.cpp

    r68073 r68418  
    428428        {
    429429            m_pLabel->setText(tr("<p>Please choose a filename to export the virtual appliance to.</p>"
    430                                  "<p><b>Open Virtualization Format</b> supports only "
     430                                 "<p>The <b>Open Virtualization Format</b> supports only "
    431431                                 "<b>ovf</b> or <b>ova</b> extensions. "
    432                                  "<br>If you use an <b>ovf</b> extension, "
     432                                 "<br>If you use the <b>ovf</b> extension, "
    433433                                 "several files will be written separately."
    434                                  "<br>If you use an <b>ova</b> extension, "
     434                                 "<br>If you use the <b>ova</b> extension, "
    435435                                 "all the files will be combined into one Open Virtualization Format archive.</p>"
    436                                  "<p><b>Oracle Public Cloud Format</b> supports only <b>tar.gz</b> extension."
     436                                 "<p>The <b>Oracle Public Cloud Format</b> supports only the <b>tar.gz</b> extension."
    437437                                 "<br>Each virtual disk file will be written separately.</p>"));
    438438            m_pFileSelector->setFocus();
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