VirtualBox

Changeset 8200 in vbox for trunk/src


Ignore:
Timestamp:
Apr 19, 2008 9:39:56 PM (17 years ago)
Author:
vboxsync
Message:

FE/Qt: More rebranding.

Location:
trunk/src/VBox/Frontends
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/darwin/Info.plist

    r6939 r8200  
    1111    <key>CFBundleVersion</key>                  <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
    1212    <key>CFBundleShortVersionString</key>       <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
    13     <key>CFBundleGetInfoString</key>            <string>VirtualBox @VBOX_VERSION_STRING@, © 2007-2008 innotek GmbH</string>
     13    <key>CFBundleGetInfoString</key>            <string>VirtualBox @VBOX_VERSION_STRING@, © 2007-2008 Sun Microsystems, Inc.</string>
    1414    <key>CFBundleIconFile</key>                 <string>virtualbox</string>
    1515    <key>CFBundleInfoDictionaryVersion</key>    <string>6.0</string>
  • trunk/src/VBox/Frontends/VirtualBox/src/darwin/VM-Info.plist

    r6939 r8200  
    1111    <key>CFBundleVersion</key>                  <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
    1212    <key>CFBundleShortVersionString</key>       <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
    13     <key>CFBundleGetInfoString</key>            <string>VirtualBox VM @VBOX_VERSION_STRING@, © 2007-2008 innotek GmbH</string>
     13    <key>CFBundleGetInfoString</key>            <string>VirtualBox VM @VBOX_VERSION_STRING@, © 2007-2008 Sun Microsystems, Inc.</string>
    1414    <key>CFBundleIconFile</key>                 <string>virtualbox</string>
    1515    <key>CFBundleInfoDictionaryVersion</key>    <string>6.0</string>
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp

    r8155 r8200  
    22592259/**
    22602260 *  Comma-separated list of authors of the currently installed translation.
    2261  *  Returns "innotek" if no translation is installed or if the translation
    2262  *  file is invalid, or if the translation is supplied by innotek.
     2261 *  Returns "Sun Microsystems, Inc." if no translation is installed or if the
     2262 *  translation file is invalid, or if the translation is supplied by Sun
     2263 *  Microsystems, inc.
    22632264 */
    22642265QString VBoxGlobal::languageTranslators() const
    22652266{
    2266     return qApp->translate ("@@@", "innotek",
     2267    return qApp->translate ("@@@", "Sun Microsystems, Inc.",
    22672268                            "Comma-separated list of translators");
    22682269}
     
    26322633        if (qtSysTr && qtSysTr->load (languageFileName))
    26332634            qApp->installTranslator (qtSysTr);
    2634         /* Note that the Qt translation supplied by innotek is always loaded
     2635        /* Note that the Qt translation supplied by Sun is always loaded
    26352636         * afterwards to make sure it will take precedence over the system
    26362637         * translation (it may contain more decent variants of translation
    26372638         * that better correspond to VirtualBox UI). We need to load both
    26382639         * because a newer version of Qt may be installed on the user computer
    2639          * and the innotek version may not fully support it. We don't do it on
     2640         * and the Sun version may not fully support it. We don't do it on
    26402641         * Win32 because we supply a Qt library there and therefore the
    2641          * innotek translation is always the best one. */
     2642         * Sun translation is always the best one. */
    26422643#endif
    26432644        languageFileName =  nlsDir.absoluteFilePath (QString ("qt_") +
  • trunk/src/VBox/Frontends/VirtualBox4/src/darwin/Info.plist

    r6939 r8200  
    1111    <key>CFBundleVersion</key>                  <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
    1212    <key>CFBundleShortVersionString</key>       <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
    13     <key>CFBundleGetInfoString</key>            <string>VirtualBox @VBOX_VERSION_STRING@, © 2007-2008 innotek GmbH</string>
     13    <key>CFBundleGetInfoString</key>            <string>VirtualBox @VBOX_VERSION_STRING@, © 2007-2008 Sun Microsystems, Inc.</string>
    1414    <key>CFBundleIconFile</key>                 <string>virtualbox</string>
    1515    <key>CFBundleInfoDictionaryVersion</key>    <string>6.0</string>
  • trunk/src/VBox/Frontends/VirtualBox4/src/darwin/VM-Info.plist

    r6939 r8200  
    1111    <key>CFBundleVersion</key>                  <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
    1212    <key>CFBundleShortVersionString</key>       <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string>
    13     <key>CFBundleGetInfoString</key>            <string>VirtualBox VM @VBOX_VERSION_STRING@, © 2007-2008 innotek GmbH</string>
     13    <key>CFBundleGetInfoString</key>            <string>VirtualBox VM @VBOX_VERSION_STRING@, © 2007-2008 Sun Microsystems, Inc.</string>
    1414    <key>CFBundleIconFile</key>                 <string>virtualbox</string>
    1515    <key>CFBundleInfoDictionaryVersion</key>    <string>6.0</string>
  • trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxGlobalSettingsDlg.ui.h

    r8155 r8200  
    122122
    123123        QString translatorsName = tratra (aTranslator,
    124             "@@@", "innotek", "Comma-separated list of translators");
     124            "@@@", "Sun Microsystems, Inc.", "Comma-separated list of translators");
    125125
    126126        QString itemName = nativeLanguage;
  • trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxRegistrationDlg.ui

    r7487 r8200  
    9696             </property>
    9797             <property name="text" >
    98               <string>&lt;p>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>&lt;p>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>Privacy Policy&lt;/b> section of the VirtualBox Manual or on the &lt;ahref=http://www.virtualbox.org/wiki/PrivacyPolicy>Privacy Policy&lt;/a> page of the VirtualBox web-site.&lt;/p></string>
     98              <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>
    9999             </property>
    100100             <property name="wordWrap" >
     
    158158              <widget class="QCheckBox" name="mCbUse" >
    159159               <property name="whatsThis" >
    160                 <string>Check this box if you do not want to receive mail from innotek at the e-mail address specified above.</string>
     160                <string>Check this box if you do not want to receive mail from Sun Microsystems at the e-mail address specified above.</string>
    161161               </property>
    162162               <property name="text" >
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