VirtualBox

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


Ignore:
Timestamp:
Oct 23, 2012 12:48:57 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
81584
Message:

FE/Qt: Some nls update for network manager.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkReply.cpp

    r43709 r43710  
    142142                break;
    143143            case QNetworkReply::HostNotFoundError:
    144                 return tr("The server has not found anything matching the URI given");
     144                return tr("Host not found");
    145145                break;
    146146            case QNetworkReply::ContentAccessDenied:
    147                 return tr("The request is for something forbidden, authorization will not help");
     147                return tr("Content access denied");
    148148                break;
    149149            case QNetworkReply::ProtocolFailure:
    150                 return tr("The server did not understand the request due to bad syntax");
     150                return tr("Protocol failure");
    151151                break;
    152152            default:
    153                 return tr("Unrecognized network error");
     153                return tr("Unknown reason");
    154154                break;
    155155        }
  • trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkRequestWidget.cpp

    r42526 r43710  
    177177    /* Show error label: */
    178178    m_pErrorPane->setHidden(false);
    179     m_pErrorPane->setText(UINetworkManagerDialog::tr("Error: %1.").arg(strErrorText));
     179    m_pErrorPane->setText(UINetworkManagerDialog::tr("The network operation failed with the error: %1.").arg(strErrorText));
    180180}
    181181
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