VirtualBox

Changeset 8192 in vbox for trunk/src


Ignore:
Timestamp:
Apr 19, 2008 8:38:57 PM (17 years ago)
Author:
vboxsync
Message:

missing rebrands

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/CIShared.h

    r8155 r8192  
    22 *
    33 * VBox frontends: Qt GUI ("VirtualBox"):
    4  * Common innotek classes: CIShared class declaration
     4 * Common classes: CIShared class declaration
    55 */
    66
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp

    r8155 r8192  
    24072407/**
    24082408 *  Comma-separated list of authors of the currently installed translation.
    2409  *  Returns "innotek" if no translation is installed or if the translation
    2410  *  file is invalid, or if the translation is supplied by innotek.
     2409 *  Returns "Sun Microsystems, Inc." if no translation is installed or if the
     2410 *  translation file is invalid, or if the translation is supplied by Sun
     2411 *  Microsystems, inc.
    24112412 */
    24122413QString VBoxGlobal::languageTranslators() const
    24132414{
    2414     return qApp->translate ("@@@", "innotek",
     2415    return qApp->translate ("@@@", "Sun Microsystems, Inc.",
    24152416                            "Comma-separated list of translators");
    24162417}
     
    27772778        if (qtSysTr && qtSysTr->load (languageFileName))
    27782779            qApp->installTranslator (qtSysTr);
    2779         /* Note that the Qt translation supplied by innotek is always loaded
     2780        /* Note that the Qt translation supplied by Sun is always loaded
    27802781         * afterwards to make sure it will take precedence over the system
    27812782         * translation (it may contain more decent variants of translation
    27822783         * that better correspond to VirtualBox UI). We need to load both
    27832784         * because a newer version of Qt may be installed on the user computer
    2784          * and the innotek version may not fully support it. We don't do it on
     2785         * and the Sun version may not fully support it. We don't do it on
    27852786         * Win32 because we supply a Qt library there and therefore the
    2786          * innotek translation is always the best one. */
     2787         * Sun translation is always the best one. */
    27872788#endif
    27882789        languageFileName =  nlsDir.absFilePath (QString ("qt_") +
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h

    r8183 r8192  
    115115
    116116        QString translatorsName = tratra (aTranslator,
    117             "@@@", "innotek", "Comma-separated list of translators");
     117            "@@@", "Sun Microsystems, Inc.", "Comma-separated list of translators");
    118118
    119119        QString itemName = nativeLanguage;
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxRegistrationDlg.ui

    r8155 r8192  
    9494                        </property>
    9595                        <property name="text" stdset="0">
    96                             <string>&lt;p&gt;Please fill out this registration form to let us know that you use VirtualBox and, optionally, to keep you informed about VirtualBox news and updates.&lt;/p&gt;&lt;p&gt;Enter your full name using Latin characters and your e-mail address to the fields below. Please note that innotek will use this information only to gather product usage statistics and to send you VirtualBox newsletters. In particular, innotek will never pass your data to third parties. Detailed information about how we use your personal data can be found in the &lt;b&gt;Privacy Policy&lt;/b&gt; section of the VirtualBox Manual or on the &lt;a href=http://www.virtualbox.org/wiki/PrivacyPolicy&gt;Privacy Policy&lt;/a&gt; page of the VirtualBox web-site.&lt;/p&gt;</string>
     96                            <string>&lt;p&gt;Please fill out this registration form to let us know that you use VirtualBox and, optionally, to keep you informed about VirtualBox news and updates.&lt;/p&gt;&lt;p&gt;Enter your full name using Latin characters and your e-mail address to the fields below. Please note that Sun Microsystems will use this information only to gather product usage statistics and to send you VirtualBox newsletters. In particular, Sun Microsystems will never pass your data to third parties. Detailed information about how we use your personal data can be found in the &lt;b&gt;Privacy Policy&lt;/b&gt; section of the VirtualBox Manual or on the &lt;a href=http://www.virtualbox.org/wiki/PrivacyPolicy&gt;Privacy Policy&lt;/a&gt; page of the VirtualBox web-site.&lt;/p&gt;</string>
    9797                        </property>
    9898                    </widget>
     
    185185                                </property>
    186186                                <property name="whatsThis" stdset="0">
    187                                     <string>Check this box if you do not want to receive mail from innotek at the e-mail address specified above.</string>
     187                                    <string>Check this box if you do not want to receive mail from Sun Microsystems at the e-mail address specified above.</string>
    188188                                </property>
    189189                            </widget>
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxRegistrationDlg.ui.h

    r8155 r8192  
    314314
    315315
    316 /* Post the handshake request into the innotek register site. */
     316/* Post the handshake request into the register site. */
    317317void VBoxRegistrationDlg::registration()
    318318{
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