Changeset 96483 in vbox
- Timestamp:
- Aug 25, 2022 10:50:04 AM (2 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolManager.cpp
r96407 r96483 2799 2799 setName(QApplication::translate("UIActionPool", "&Clear")); 2800 2800 setShortcutScope(QApplication::translate("UIActionPool", "Media Manager")); 2801 setStatusTip(QApplication::translate("UIActionPool", " remove all inaccessible media"));2801 setStatusTip(QApplication::translate("UIActionPool", "Remove all inaccessible media")); 2802 2802 setToolTip( QApplication::translate("UIActionPool", "Remove Inaccessible Media") 2803 2803 + (shortcut().isEmpty() ? QString() : QString(" (%1)").arg(shortcut().toString()))); -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolRuntime.cpp
r96407 r96483 616 616 { 617 617 setName(QApplication::translate("UIActionPool", "Show &Log...")); 618 setStatusTip(QApplication::translate("UIActionPool", "Display the log viewer wi dget."));618 setStatusTip(QApplication::translate("UIActionPool", "Display the log viewer window")); 619 619 } 620 620 }; -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIExtension.cpp
r96407 r96483 63 63 if (!comExtPackFile.GetUsable()) 64 64 { 65 UINotificationMessage::cannot OpenExtPackFile(comExtPackFile, strFilePath);65 UINotificationMessage::cannotReadExtPack(comExtPackFile, strFilePath); 66 66 return; 67 67 } -
trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObjects.cpp
r96407 r96483 173 173 { 174 174 createMessage( 175 QApplication::translate("UIMessageCenter", "Unable to validate GA..."),175 QApplication::translate("UIMessageCenter", "Unable to validate guest additions image ..."), 176 176 QApplication::translate("UIMessageCenter", "<p>The <b>VirtualBox Guest Additions</b> disk image file has been " 177 177 "successfully downloaded from <nobr><a href=\"%1\">%1</a></nobr> and saved " … … 197 197 { 198 198 createMessage( 199 QApplication::translate("UIMessageCenter", "Unable to validate EP..."),199 QApplication::translate("UIMessageCenter", "Unable to validate extension pack ..."), 200 200 QApplication::translate("UIMessageCenter", "<p>The <b><nobr>%1</nobr></b> has been successfully downloaded " 201 201 "from <nobr><a href=\"%2\">%2</a></nobr> and saved locally as " … … 264 264 { 265 265 createMessage( 266 QApplication::translate("UIMessageCenter", "Cloud machinefailure ..."),266 QApplication::translate("UIMessageCenter", "Cloud failure ..."), 267 267 QApplication::translate("UIMessageCenter", "Failed to acquire cloud machine settings.") + 268 268 strErrorDetails); … … 509 509 { 510 510 createMessage( 511 QApplication::translate("UIMessageCenter", "G A notactive ..."),511 QApplication::translate("UIMessageCenter", "Guest additions inactive ..."), 512 512 QApplication::translate("UIMessageCenter", "<p>The VirtualBox Guest Additions do not appear to be available on this " 513 513 "virtual machine, and shared folders cannot be used without them. To use " … … 617 617 { 618 618 createMessage( 619 QApplication::translate("UIMessageCenter", "E P Managerfailure ..."),620 QApplication::translate("UIMessageCenter", "Failed to acquire E PManager parameter.") +619 QApplication::translate("UIMessageCenter", "Extension Pack failure ..."), 620 QApplication::translate("UIMessageCenter", "Failed to acquire Extension Pack Manager parameter.") + 621 621 UIErrorString::formatErrorInfo(comEPManager)); 622 622 } … … 626 626 { 627 627 createMessage( 628 QApplication::translate("UIMessageCenter", "E Pfailure ..."),629 QApplication::translate("UIMessageCenter", "Failed to acquire E Pparameter.") +628 QApplication::translate("UIMessageCenter", "Extension Pack failure ..."), 629 QApplication::translate("UIMessageCenter", "Failed to acquire Extension Pack parameter.") + 630 630 UIErrorString::formatErrorInfo(comPackage)); 631 631 } … … 689 689 { 690 690 createMessage( 691 QApplication::translate("UIMessageCenter", "Cloud networkfailure ..."),691 QApplication::translate("UIMessageCenter", "Cloud failure ..."), 692 692 QApplication::translate("UIMessageCenter", "Failed to acquire cloud network parameter.") + 693 693 UIErrorString::formatErrorInfo(comNetwork)); … … 745 745 createMessage( 746 746 QApplication::translate("UIMessageCenter", "VSD failure ..."), 747 QApplication::translate("UIMessageCenter", "Failed to acquire virtual system descriptionparameter.") +747 QApplication::translate("UIMessageCenter", "Failed to acquire VSD parameter.") + 748 748 UIErrorString::formatErrorInfo(comVsd), 749 749 QString(), QString(), pParent); … … 756 756 createMessage( 757 757 QApplication::translate("UIMessageCenter", "VSD form failure ..."), 758 QApplication::translate("UIMessageCenter", "Failed to acquire virtual system descriptionform parameter.") +758 QApplication::translate("UIMessageCenter", "Failed to acquire VSD form parameter.") + 759 759 UIErrorString::formatErrorInfo(comVsdForm), 760 760 QString(), QString(), pParent); … … 865 865 { 866 866 createMessage( 867 QApplication::translate("UIMessageCenter", "Cloud networkfailure ..."),867 QApplication::translate("UIMessageCenter", "Cloud failure ..."), 868 868 QApplication::translate("UIMessageCenter", "Failed to change cloud network parameter.") + 869 869 UIErrorString::formatErrorInfo(comNetwork)); … … 901 901 { 902 902 createMessage( 903 QApplication::translate("UIMessageCenter", "Cloud profilefailure ..."),903 QApplication::translate("UIMessageCenter", "Cloud failure ..."), 904 904 QApplication::translate("UIMessageCenter", "Failed to assign cloud profile parameter.") + 905 905 UIErrorString::formatErrorInfo(comProfile)); … … 921 921 createMessage( 922 922 QApplication::translate("UIMessageCenter", "VSD failure ..."), 923 QApplication::translate("UIMessageCenter", "Failed to assign virtual system descriptionparameter.") +923 QApplication::translate("UIMessageCenter", "Failed to assign VSD parameter.") + 924 924 UIErrorString::formatErrorInfo(comVsd), 925 925 QString(), QString(), pParent); … … 1066 1066 { 1067 1067 createMessage( 1068 QApplication::translate("UIMessageCenter", "Can't get E PManager ..."),1068 QApplication::translate("UIMessageCenter", "Can't get Extension Pack Manager ..."), 1069 1069 QApplication::translate("UIMessageCenter", "Failed to acquire Extension Pack Manager.") + 1070 1070 UIErrorString::formatErrorInfo(comVBox)); … … 1106 1106 createMessage( 1107 1107 QApplication::translate("UIMessageCenter", "Can't create VSD ..."), 1108 QApplication::translate("UIMessageCenter", "Failed to create virtual system description.") +1108 QApplication::translate("UIMessageCenter", "Failed to create VSD.") + 1109 1109 UIErrorString::formatErrorInfo(comAppliance), 1110 1110 QString(), QString(), pParent); … … 1115 1115 { 1116 1116 createMessage( 1117 QApplication::translate("UIMessageCenter", "Can't open EP..."),1117 QApplication::translate("UIMessageCenter", "Can't open extension pack ..."), 1118 1118 QApplication::translate("UIMessageCenter", "Failed to open the Extension Pack <b>%1</b>.") 1119 1119 .arg(strFilename) + … … 1122 1122 1123 1123 /* static */ 1124 void UINotificationMessage::cannot OpenExtPackFile(const CExtPackFile &comExtPackFile, const QString &strFilename)1125 { 1126 createMessage( 1127 QApplication::translate("UIMessageCenter", "Can't open EP file..."),1128 QApplication::translate("UIMessageCenter", "Failed to openthe Extension Pack <b>%1</b>.")1124 void UINotificationMessage::cannotReadExtPack(const CExtPackFile &comExtPackFile, const QString &strFilename) 1125 { 1126 createMessage( 1127 QApplication::translate("UIMessageCenter", "Can't read extension pack ..."), 1128 QApplication::translate("UIMessageCenter", "Failed to read the Extension Pack <b>%1</b>.") 1129 1129 .arg(strFilename) + 1130 1130 comExtPackFile.GetWhyUnusable()); … … 1406 1406 createMessage( 1407 1407 QApplication::translate("UIMessageCenter", "Can't find snapshot ..."), 1408 QApplication::translate("UIMessageCenter", " Can'tfind snapshot with ID=<b>%1</b>.")1408 QApplication::translate("UIMessageCenter", "Failed to find snapshot with ID=<b>%1</b>.") 1409 1409 .arg(uId.toString()) + 1410 1410 UIErrorString::formatErrorInfo(comMachine)); … … 1418 1418 createMessage( 1419 1419 QApplication::translate("UIMessageCenter", "Can't find snapshot ..."), 1420 QApplication::translate("UIMessageCenter", " Can'tfind snapshot with name=<b>%1</b>.")1420 QApplication::translate("UIMessageCenter", "Failed to find snapshot with name=<b>%1</b>.") 1421 1421 .arg(strName) + 1422 1422 UIErrorString::formatErrorInfo(comMachine), -
trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObjects.h
r96407 r96483 455 455 * @param comExtPackFile Brings extension pack manager trying to open extension pack. 456 456 * @param strFilename Brings extension pack file name. */ 457 static void cannot OpenExtPackFile(const CExtPackFile &comExtPackFile, const QString &strFilename);457 static void cannotReadExtPack(const CExtPackFile &comExtPackFile, const QString &strFilename); 458 458 459 459 /** Notifies about inability to find cloud network. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardNewVMEditors.cpp
r96426 r96483 171 171 m_pGAISOFilePathSelector->setToolTip(UIWizardNewVM::tr("Selects an installation medium (ISO file) for the Guest Additions.")); 172 172 if (m_pGAISOPathLabel) 173 m_pGAISOPathLabel->setText(UIWizardNewVM::tr("G A I&nstallationISO:"));173 m_pGAISOPathLabel->setText(UIWizardNewVM::tr("Guest &Additions ISO:")); 174 174 setTitle(UIWizardNewVM::tr("Gu&est Additions")); 175 175 setToolTip(UIWizardNewVM::tr("When checked, the guest additions will be installed after the guest OS install."));
Note:
See TracChangeset
for help on using the changeset viewer.