- Timestamp:
- Apr 19, 2008 9:39:56 PM (17 years ago)
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/darwin/Info.plist
r6939 r8200 11 11 <key>CFBundleVersion</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string> 12 12 <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> 14 14 <key>CFBundleIconFile</key> <string>virtualbox</string> 15 15 <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> -
trunk/src/VBox/Frontends/VirtualBox/src/darwin/VM-Info.plist
r6939 r8200 11 11 <key>CFBundleVersion</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string> 12 12 <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> 14 14 <key>CFBundleIconFile</key> <string>virtualbox</string> 15 15 <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp
r8155 r8200 2259 2259 /** 2260 2260 * 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. 2263 2264 */ 2264 2265 QString VBoxGlobal::languageTranslators() const 2265 2266 { 2266 return qApp->translate ("@@@", " innotek",2267 return qApp->translate ("@@@", "Sun Microsystems, Inc.", 2267 2268 "Comma-separated list of translators"); 2268 2269 } … … 2632 2633 if (qtSysTr && qtSysTr->load (languageFileName)) 2633 2634 qApp->installTranslator (qtSysTr); 2634 /* Note that the Qt translation supplied by innotekis always loaded2635 /* Note that the Qt translation supplied by Sun is always loaded 2635 2636 * afterwards to make sure it will take precedence over the system 2636 2637 * translation (it may contain more decent variants of translation 2637 2638 * that better correspond to VirtualBox UI). We need to load both 2638 2639 * because a newer version of Qt may be installed on the user computer 2639 * and the innotekversion may not fully support it. We don't do it on2640 * and the Sun version may not fully support it. We don't do it on 2640 2641 * Win32 because we supply a Qt library there and therefore the 2641 * innotektranslation is always the best one. */2642 * Sun translation is always the best one. */ 2642 2643 #endif 2643 2644 languageFileName = nlsDir.absoluteFilePath (QString ("qt_") + -
trunk/src/VBox/Frontends/VirtualBox4/src/darwin/Info.plist
r6939 r8200 11 11 <key>CFBundleVersion</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string> 12 12 <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> 14 14 <key>CFBundleIconFile</key> <string>virtualbox</string> 15 15 <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> -
trunk/src/VBox/Frontends/VirtualBox4/src/darwin/VM-Info.plist
r6939 r8200 11 11 <key>CFBundleVersion</key> <string>@VBOX_VERSION_MAJOR@.@VBOX_VERSION_MINOR@.@VBOX_VERSION_BUILD@</string> 12 12 <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> 14 14 <key>CFBundleIconFile</key> <string>virtualbox</string> 15 15 <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxGlobalSettingsDlg.ui.h
r8155 r8200 122 122 123 123 QString translatorsName = tratra (aTranslator, 124 "@@@", " innotek", "Comma-separated list of translators");124 "@@@", "Sun Microsystems, Inc.", "Comma-separated list of translators"); 125 125 126 126 QString itemName = nativeLanguage; -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxRegistrationDlg.ui
r7487 r8200 96 96 </property> 97 97 <property name="text" > 98 <string><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.</p><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 <b>Privacy Policy</b> section of the VirtualBox Manual or on the <ahref=http://www.virtualbox.org/wiki/PrivacyPolicy>Privacy Policy</a> page of the VirtualBox web-site.</p></string>98 <string><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.</p><p>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 <b>Privacy Policy</b> section of the VirtualBox Manual or on the <a href=http://www.virtualbox.org/wiki/PrivacyPolicy>Privacy Policy</a> page of the VirtualBox web-site.</p></string> 99 99 </property> 100 100 <property name="wordWrap" > … … 158 158 <widget class="QCheckBox" name="mCbUse" > 159 159 <property name="whatsThis" > 160 <string>Check this box if you do not want to receive mail from innotekat 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> 161 161 </property> 162 162 <property name="text" >
Note:
See TracChangeset
for help on using the changeset viewer.