- Timestamp:
- Apr 19, 2008 8:38:57 PM (17 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/CIShared.h
r8155 r8192 2 2 * 3 3 * VBox frontends: Qt GUI ("VirtualBox"): 4 * Common innotekclasses: CIShared class declaration4 * Common classes: CIShared class declaration 5 5 */ 6 6 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp
r8155 r8192 2407 2407 /** 2408 2408 * 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. 2411 2412 */ 2412 2413 QString VBoxGlobal::languageTranslators() const 2413 2414 { 2414 return qApp->translate ("@@@", " innotek",2415 return qApp->translate ("@@@", "Sun Microsystems, Inc.", 2415 2416 "Comma-separated list of translators"); 2416 2417 } … … 2777 2778 if (qtSysTr && qtSysTr->load (languageFileName)) 2778 2779 qApp->installTranslator (qtSysTr); 2779 /* Note that the Qt translation supplied by innotekis always loaded2780 /* Note that the Qt translation supplied by Sun is always loaded 2780 2781 * afterwards to make sure it will take precedence over the system 2781 2782 * translation (it may contain more decent variants of translation 2782 2783 * that better correspond to VirtualBox UI). We need to load both 2783 2784 * because a newer version of Qt may be installed on the user computer 2784 * and the innotekversion may not fully support it. We don't do it on2785 * and the Sun version may not fully support it. We don't do it on 2785 2786 * Win32 because we supply a Qt library there and therefore the 2786 * innotektranslation is always the best one. */2787 * Sun translation is always the best one. */ 2787 2788 #endif 2788 2789 languageFileName = nlsDir.absFilePath (QString ("qt_") + -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h
r8183 r8192 115 115 116 116 QString translatorsName = tratra (aTranslator, 117 "@@@", " innotek", "Comma-separated list of translators");117 "@@@", "Sun Microsystems, Inc.", "Comma-separated list of translators"); 118 118 119 119 QString itemName = nativeLanguage; -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxRegistrationDlg.ui
r8155 r8192 94 94 </property> 95 95 <property name="text" stdset="0"> 96 <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, innotekwill 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>96 <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> 97 97 </property> 98 98 </widget> … … 185 185 </property> 186 186 <property name="whatsThis" stdset="0"> 187 <string>Check this box if you do not want to receive mail from innotekat 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> 188 188 </property> 189 189 </widget> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxRegistrationDlg.ui.h
r8155 r8192 314 314 315 315 316 /* Post the handshake request into the innotekregister site. */316 /* Post the handshake request into the register site. */ 317 317 void VBoxRegistrationDlg::registration() 318 318 {
Note:
See TracChangeset
for help on using the changeset viewer.