VirtualBox

Ignore:
Timestamp:
Aug 22, 2024 2:20:59 PM (8 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164532
Message:

FE/Qt: A bit of NLS fixes for Message-center and Notification-center, same context.

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

Legend:

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

    r105804 r105819  
    820820                             "or install the Guest Additions without it!</p>"),
    821821                          0 /* auto-confirm id */,
    822                           tr("&Remove", "medium") /* ok button text */,
     822                          tr("Remove", "medium") /* ok button text */,
    823823                          QString() /* cancel button text */,
    824824                          false /* ok button by default? */);
     
    12531253                             .arg(strPackName),
    12541254                          0 /* auto-confirm id */,
    1255                           tr("&Remove") /* ok button text */,
     1255                          tr("Remove") /* ok button text */,
    12561256                          QString() /* cancel button text */,
    12571257                          false /* ok button by default? */);
     
    14281428                             "<p>Are you sure you want to proceed?</p>"),
    14291429                          0 /* auto-confirm id */,
    1430                           tr("&Discard") /* ok button text */,
     1430                          tr("Discard") /* ok button text */,
    14311431                          QString() /* cancel button text */,
    14321432                          false /* ok button by default? */);
     
    15971597                             .arg(strUrl, strSrc),
    15981598                          0 /* auto-confirm id */,
    1599                           tr("Continue", "additions"));
     1599                          tr("Continue", "agree with additions installation"));
    16001600}
    16011601
     
    20102010                             "machine using a virtual optical disk or from the network."),
    20112011                          0 /* auto-confirm id */,
    2012                           tr("Continue", "no hard disk attached"),
    2013                           tr("Go Back", "no hard disk attached"));
     2012                          tr("Continue", "agree to create VM with no hard disk attached"),
     2013                          tr("Go Back", "reject to create VM with no hard disk attached"));
    20142014}
    20152015
     
    20252025                             .arg(machineNames.join(", ")),
    20262026                          0 /* auto-confirm id */,
    2027                           tr("Continue"));
     2027                          tr("Continue", "agree to export VMs without saved-state"));
    20282028}
    20292029
  • trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObjects.cpp

    r105817 r105819  
    10121012    createMessage(
    10131013        QApplication::translate("UIMessageCenter", "Debugger failure ..."),
    1014         QApplication::translate("UIMessageCenter", "Failed to change the parameter of machine debugger.") +
     1014        QApplication::translate("UIMessageCenter", "Failed to change machine debugger parameter.") +
    10151015        UIErrorString::formatErrorInfo(comMachineDebugger));
    10161016}
     
    11021102    createMessage(
    11031103        QApplication::translate("UIMessageCenter", "Cloud failure ..."),
    1104         QApplication::translate("UIMessageCenter", "Failed to assign cloud profile parameter.") +
     1104        QApplication::translate("UIMessageCenter", "Failed to change cloud profile parameter.") +
    11051105        UIErrorString::formatErrorInfo(comProfile));
    11061106}
     
    11111111    createMessage(
    11121112        QApplication::translate("UIMessageCenter", "Update failure ..."),
    1113         QApplication::translate("UIMessageCenter", "Failed to assign update agent parameter.") +
     1113        QApplication::translate("UIMessageCenter", "Failed to change update agent parameter.") +
    11141114        UIErrorString::formatErrorInfo(comAgent));
    11151115}
     
    11201120    createMessage(
    11211121        QApplication::translate("UIMessageCenter", "Keyboard failure ..."),
    1122         QApplication::translate("UIMessageCenter", "Failed to assign keyboard parameter.") +
     1122        QApplication::translate("UIMessageCenter", "Failed to change keyboard parameter.") +
    11231123        UIErrorString::formatErrorInfo(comKeyboard));
    11241124}
     
    11291129    createMessage(
    11301130        QApplication::translate("UIMessageCenter", "Mouse failure ..."),
    1131         QApplication::translate("UIMessageCenter", "Failed to assign mouse parameter.") +
     1131        QApplication::translate("UIMessageCenter", "Failed to change mouse parameter.") +
    11321132        UIErrorString::formatErrorInfo(comMouse));
    11331133}
     
    11391139    createMessage(
    11401140        QApplication::translate("UIMessageCenter", "VSD failure ..."),
    1141         QApplication::translate("UIMessageCenter", "Failed to assign VSD parameter.") +
     1141        QApplication::translate("UIMessageCenter", "Failed to change VSD parameter.") +
    11421142        UIErrorString::formatErrorInfo(comVsd),
    11431143        QString(), QString(), pParent);
     
    42374237QString UINotificationProgressHostOnlyNetworkInterfaceCreate::name() const
    42384238{
    4239     return UINotificationProgress::tr("Creating Host-only Network Interface ...");
     4239    return UINotificationProgress::tr("Creating host-only network interface ...");
    42404240}
    42414241
     
    42774277QString UINotificationProgressHostOnlyNetworkInterfaceRemove::name() const
    42784278{
    4279     return UINotificationProgress::tr("Removing Host-only Network Interface ...");
     4279    return UINotificationProgress::tr("Removing host-only network interface ...");
    42804280}
    42814281
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette