VirtualBox

Changeset 93821 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Feb 17, 2022 9:44:30 AM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6899: Forgot one file in r150020.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.cpp

    r93115 r93821  
    485485void UIMachineSettingsGeneral::retranslateUi()
    486486{
    487     m_pTabWidget->setTabText(m_pTabWidget->indexOf(m_pTabBasic), QApplication::translate("UIMachineSettingsGeneral", "Basi&c"));
    488     m_pLabelSnapshotFolder->setText(QApplication::translate("UIMachineSettingsGeneral", "S&napshot Folder:"));
    489     m_pLabelClipboard->setText(QApplication::translate("UIMachineSettingsGeneral", "&Shared Clipboard:"));
    490     m_pComboClipboard->setWhatsThis(QApplication::translate("UIMachineSettingsGeneral", "Selects which clipboard data will be copied "
    491                                                        "between the guest and the host OS. This feature requires Guest Additions "
    492                                                        "to be installed in the guest OS."));
    493     m_pLabelDragAndDrop->setText(QApplication::translate("UIMachineSettingsGeneral", "D&rag'n'Drop:"));
    494     m_pComboDragAndDrop->setWhatsThis(QApplication::translate("UIMachineSettingsGeneral", "Selects which data will be copied between "
    495                                                          "the guest and the host OS by drag'n'drop. This feature requires Guest "
    496                                                          "Additions to be installed in the guest OS."));
    497     m_pTabWidget->setTabText(m_pTabWidget->indexOf(m_pTabAdvanced), QApplication::translate("UIMachineSettingsGeneral", "A&dvanced"));
    498     m_pEditorDescription->setWhatsThis(QApplication::translate("UIMachineSettingsGeneral", "Holds the description of the virtual machine. "
    499                                                          "The description field is useful for commenting on configuration details "
    500                                                          "of the installed guest OS."));
    501     m_pTabWidget->setTabText(m_pTabWidget->indexOf(m_pTabDescription), QApplication::translate("UIMachineSettingsGeneral", "D&escription"));
    502     m_pCheckBoxEncryption->setWhatsThis(QApplication::translate("UIMachineSettingsGeneral", "When checked, disks attached to this "
    503                                                                 "virtual machine will be encrypted."));
    504     m_pCheckBoxEncryption->setText(QApplication::translate("UIMachineSettingsGeneral", "En&able Disk Encryption"));
    505     m_pLabelCipher->setText(QApplication::translate("UIMachineSettingsGeneral", "Disk Encryption C&ipher:"));
    506     m_pComboCipher->setWhatsThis(QApplication::translate("UIMachineSettingsGeneral", "Selects the cipher to be used for encrypting "
    507                                                          "the virtual machine disks."));
    508     m_pLabelEncryptionPassword->setText(QApplication::translate("UIMachineSettingsGeneral", "E&nter New Password:"));
    509     m_pEditorEncryptionPassword->setWhatsThis(QApplication::translate("UIMachineSettingsGeneral", "Holds the encryption password "
    510                                                                       "for disks attached to this virtual machine."));
    511     m_pLabelEncryptionPasswordConfirm->setText(QApplication::translate("UIMachineSettingsGeneral", "C&onfirm New Password:"));
    512     m_pEditorEncryptionPasswordConfirm->setWhatsThis(QApplication::translate("UIMachineSettingsGeneral", "Confirms the disk encryption password."));
    513     m_pTabWidget->setTabText(m_pTabWidget->indexOf(m_pTabEncryption), QApplication::translate("UIMachineSettingsGeneral", "Disk Enc&ryption"));
     487    m_pTabWidget->setTabText(m_pTabWidget->indexOf(m_pTabBasic), tr("Basi&c"));
     488    m_pLabelSnapshotFolder->setText(tr("S&napshot Folder:"));
     489    m_pLabelClipboard->setText(tr("&Shared Clipboard:"));
     490    m_pComboClipboard->setWhatsThis(tr("Selects which clipboard data will be copied "
     491                                       "between the guest and the host OS. This feature requires Guest Additions "
     492                                       "to be installed in the guest OS."));
     493    m_pLabelDragAndDrop->setText(tr("D&rag'n'Drop:"));
     494    m_pComboDragAndDrop->setWhatsThis(tr("Selects which data will be copied between "
     495                                         "the guest and the host OS by drag'n'drop. This feature requires Guest "
     496                                         "Additions to be installed in the guest OS."));
     497    m_pTabWidget->setTabText(m_pTabWidget->indexOf(m_pTabAdvanced), tr("A&dvanced"));
     498    m_pEditorDescription->setWhatsThis(tr("Holds the description of the virtual machine. "
     499                                          "The description field is useful for commenting on configuration details "
     500                                          "of the installed guest OS."));
     501    m_pTabWidget->setTabText(m_pTabWidget->indexOf(m_pTabDescription), tr("D&escription"));
     502    m_pCheckBoxEncryption->setWhatsThis(tr("When checked, disks attached to this "
     503                                           "virtual machine will be encrypted."));
     504    m_pCheckBoxEncryption->setText(tr("En&able Disk Encryption"));
     505    m_pLabelCipher->setText(tr("Disk Encryption C&ipher:"));
     506    m_pComboCipher->setWhatsThis(tr("Selects the cipher to be used for encrypting "
     507                                    "the virtual machine disks."));
     508    m_pLabelEncryptionPassword->setText(tr("E&nter New Password:"));
     509    m_pEditorEncryptionPassword->setWhatsThis(tr("Holds the encryption password "
     510                                                 "for disks attached to this virtual machine."));
     511    m_pLabelEncryptionPasswordConfirm->setText(tr("C&onfirm New Password:"));
     512    m_pEditorEncryptionPasswordConfirm->setWhatsThis(tr("Confirms the disk encryption password."));
     513    m_pTabWidget->setTabText(m_pTabWidget->indexOf(m_pTabEncryption), tr("Disk Enc&ryption"));
    514514
    515515    /* Translate path selector: */
    516516    AssertPtrReturnVoid(m_pEditorSnapshotFolder);
    517517    m_pEditorSnapshotFolder->setWhatsThis(tr("Holds the path where snapshots of this "
    518                                  "virtual machine will be stored. Be aware that "
    519                                  "snapshots can take quite a lot of storage space."));
     518                                             "virtual machine will be stored. Be aware that "
     519                                             "snapshots can take quite a lot of storage space."));
    520520
    521521    /* Translate Clipboard mode combo: */
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