VirtualBox

Changeset 105553 in vbox


Ignore:
Timestamp:
Jul 31, 2024 5:51:33 PM (8 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164224
Message:

FE/Qt: Replacing 'user manual' with 'user guide' in GUI code.

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

Legend:

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

    r104597 r105553  
    759759    {
    760760        setName(QApplication::translate("UIActionPool", "&Online Documentation..."));
    761         setStatusTip(QApplication::translate("UIActionPool", "Open the browser and go to the VirtualBox user manual"));
     761        setStatusTip(QApplication::translate("UIActionPool", "Open the browser and go to the VirtualBox user guide"));
    762762    }
    763763};
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp

    r104358 r105553  
    16031603{
    16041604    return questionBinary(0, MessageType_Question,
    1605                           tr("<p>Could not find the <b>VirtualBox User Manual</b> <nobr><b>%1</b>.</nobr></p>"
     1605                          tr("<p>Could not find the <b>VirtualBox User Guide</b> <nobr><b>%1</b>.</nobr></p>"
    16061606                             "<p>Do you wish to download this file from the Internet?</p>")
    16071607                             .arg(strMissedLocation),
     
    16131613{
    16141614    return questionBinary(windowManager().mainWindowShown(), MessageType_Question,
    1615                           tr("<p>Are you sure you want to download the <b>VirtualBox User Manual</b> "
     1615                          tr("<p>Are you sure you want to download the <b>VirtualBox User Guide</b> "
    16161616                             "from <nobr><a href=\"%1\">%1</a></nobr> (size %2 bytes)?</p>")
    16171617                             .arg(strURL, QLocale(UITranslator::languageId()).toString(uSize)),
     
    16231623{
    16241624    alert(windowManager().mainWindowShown(), MessageType_Error,
    1625           tr("<p>The VirtualBox User Manual has been successfully downloaded "
     1625          tr("<p>The VirtualBox User Guide has been successfully downloaded "
    16261626             "from <nobr><a href=\"%1\">%1</a></nobr> "
    16271627             "but can't be saved locally as <nobr><b>%2</b>.</nobr></p>"
     
    21682168     * Please make sure they corresponds to the strings coming from Main one-by-one symbol! */
    21692169    tr("Could not load the Host USB Proxy Service (VERR_FILE_NOT_FOUND). The service might not be installed on the host computer");
    2170     tr("VirtualBox is not currently allowed to access USB devices.  You can change this by adding your user to the 'vboxusers' group.  Please see the user manual for a more detailed explanation");
    2171     tr("VirtualBox is not currently allowed to access USB devices.  You can change this by allowing your user to access the 'usbfs' folder and files.  Please see the user manual for a more detailed explanation");
     2170    tr("VirtualBox is not currently allowed to access USB devices.  You can change this by adding your user to the 'vboxusers' group.  Please see the user guide for a more detailed explanation");
     2171    tr("VirtualBox is not currently allowed to access USB devices.  You can change this by allowing your user to access the 'usbfs' folder and files.  Please see the user guide for a more detailed explanation");
    21722172    tr("The USB Proxy Service has not yet been ported to this host");
    21732173    tr("Could not load the Host USB Proxy service");
  • trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpBrowserDialog.cpp

    r105401 r105553  
    9292void UIHelpBrowserDialog::sltRetranslateUI()
    9393{
    94     setWindowTitle(UIHelpBrowserWidget::tr("%1 User Manual", "[Product Name] User Manual").arg(VBOX_PRODUCT));
     94    setWindowTitle(UIHelpBrowserWidget::tr("%1 User Guide", "[Product Name] User Guide").arg(VBOX_PRODUCT));
    9595}
    9696
     
    195195    QString strShortFileName = QFileInfo(strUserManualFileName1).fileName();
    196196    QString strUserManualFileName2 = QDir(gpGlobalSession->homeFolder()).absoluteFilePath(strShortFileName);
    197     /* Show if user manual already present: */
     197    /* Show if user guide already present: */
    198198    if (QFile::exists(strUserManualFileName1))
    199199        showUserManual(strUserManualFileName1, strKeyword);
     
    204204    if (UINotificationDownloaderUserManual::exists())
    205205        gpNotificationCenter->invoke();
    206     /* Else propose to download user manual: */
     206    /* Else propose to download user guide: */
    207207    else if (confirmLookingForUserManual(strUserManualFileName1))
    208208    {
    209         /* Download user manual: */
     209        /* Download user guide: */
    210210        UINotificationDownloaderUserManual *pNotification = UINotificationDownloaderUserManual::instance(UICommon::helpFile());
    211         /* After downloading finished => show User Manual: */
     211        /* After downloading finished => show User Guide: */
    212212        /// @todo
    213213        // connect(pNotification, &UINotificationDownloaderUserManual::sigUserManualDownloaded,
  • trunk/src/VBox/Frontends/VirtualBox/src/networking/UIDownloaderUserManual.cpp

    r103793 r105553  
    4848    const QString strVersion = UIVersion(UIVersionInfo::vboxVersionStringNormalized()).effectiveReleasedVersion().toString();
    4949
    50     /* Compose User Manual filename: */
     50    /* Compose User Guide filename: */
    5151    QString strUserManualFullFileName = uiCommon().helpFile();
    5252    QString strUserManualShortFileName = QFileInfo(strUserManualFullFileName).fileName();
     
    6565QString UIDownloaderUserManual::description() const
    6666{
    67     return UIDownloader::description().arg(tr("VirtualBox User Manual"));
     67    return UIDownloader::description().arg(tr("VirtualBox User Guide"));
    6868}
    6969
     
    111111        QString strTarget = QIFileDialog::getExistingDirectory(QFileInfo(target()).absolutePath(),
    112112                                                               windowManager().mainWindowShown(),
    113                                                                tr("Select folder to save User Manual to"), true);
     113                                                               tr("Select folder to save User Guide to"), true);
    114114
    115115        /* Check if user had really set a new target: */
  • trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObjects.cpp

    r105081 r105553  
    207207{
    208208    createMessage(
    209         QApplication::translate("UIMessageCenter", "User manual downloaded ..."),
    210         QApplication::translate("UIMessageCenter", "<p>The VirtualBox User Manual has been successfully downloaded from "
     209        QApplication::translate("UIMessageCenter", "User guide downloaded ..."),
     210        QApplication::translate("UIMessageCenter", "<p>The VirtualBox User Guide has been successfully downloaded from "
    211211                                                   "<nobr><a href=\"%1\">%1</a></nobr> and saved locally as "
    212212                                                   "<nobr><b>%2</b>.</nobr></p>").arg(strUrl, strTarget));
     
    45944594QString UINotificationDownloaderUserManual::name() const
    45954595{
    4596     return UINotificationDownloader::tr("Downloading User Manual ...");
     4596    return UINotificationDownloader::tr("Downloading User Guide ...");
    45974597}
    45984598
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