VirtualBox

Changeset 107082 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Nov 21, 2024 11:28:47 AM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166038
Message:

Windows Additions/Installer: Added architecture string to the version string (at page bottom) and also added translations for the Welcome page title. bugref:10775

Location:
trunk/src/VBox/Additions/WINNT/Installer
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/Languages/English.nsh

    r106846 r107082  
    4343LangString VBOX_INNOTEK_ABORTED ${LANG_ENGLISH}                     "The VirtualBox Guest Additions cannot be installed until the old version has been removed.  Please remove it and try again."
    4444
     45LangString VBOX_INST_WELCOME_TITLE ${LANG_ENGLISH}                  "Welcome to the ${PRODUCT_NAME} Setup"
     46
    4547LangString VBOX_UNINSTALL_START ${LANG_ENGLISH}                     "Press OK to start the uninstallation process. This may take some time to complete."
    4648LangString VBOX_UNINSTALL_REBOOT ${LANG_ENGLISH}                    "It is strongly recommended that you restart this virtual machine before installing the new version of the VirtualBox Guest Additions.$\r$\nPlease start the installation process again after restarting the machine.$\r$\n$\r$\nRestart now?"
  • trunk/src/VBox/Additions/WINNT/Installer/Languages/French.nsh

    r106846 r107082  
    4444LangString VBOX_INNOTEK_ABORTED ${LANG_FRENCH}                      "Le programme ne peut pas continuer avec l'installation des Additions invité.$\r$\nVeuillez désinstaller d'abord les anciennes Additions!"
    4545
     46LangString VBOX_INST_WELCOME_TITLE ${LANG_FRENCH}                   "Bienvenue sur le site de ${PRODUCT_NAME} Installation"
     47
    4648LangString VBOX_UNINSTALL_START ${LANG_FRENCH}                      "Choisissez OK pour démarrer la désinstallation.$\r$\nLe processus nécessitera quelque temps et se déroulera en arrière-plan."
    4749LangString VBOX_UNINSTALL_REBOOT ${LANG_FRENCH}                     "Nous vous conseillons fortement de redémarer cette machine virtuelle avant d'installer la nouvelle version des Additions invité.$\r$\nVeuillez recommencer l'installation des Additions après le redémarrage.$\r$\n$\r$\nRedémarrer maintenant?"
  • trunk/src/VBox/Additions/WINNT/Installer/Languages/German.nsh

    r106846 r107082  
    4444LangString VBOX_INNOTEK_ABORTED ${LANG_GERMAN}                      "Die Installation der Guest Additions kann nicht fortgesetzt werden.$\r$\nBitte deinstallieren Sie erst die alten innotek Guest Additions!"
    4545
     46LangString VBOX_INST_WELCOME_TITLE ${LANG_GERMAN}                   "Willkommen zum ${PRODUCT_NAME} Setup"
     47
    4648LangString VBOX_UNINSTALL_START ${LANG_GERMAN}                      "Auf OK klicken um mit der Deinstallation zu beginnen.$\r$\nBitte warten Sie dann während die Deinstallation im Hintergrund ausgeführt wird ..."
    4749LangString VBOX_UNINSTALL_REBOOT ${LANG_GERMAN}                     "Es wird dringend empfohlen das System neu zu starten bevor die neuen Guest Additions installiert werden.$\r$\nBitte starten Sie die Installation nach dem Neustart erneut.$\r$\n$\r$\nJetzt neu starten?"
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi

    r106899 r107082  
    115115  !define MUI_WELCOMEFINISHPAGE_BITMAP "$%VBOX_BRAND_WIN_ADD_INST_DLGBMP%"
    116116  !define MUI_ABORTWARNING
    117   !define MUI_WELCOMEPAGE_TITLE_3LINES "Welcome to the ${PRODUCT_NAME} Additions Setup"
    118 
     117  !define MUI_WELCOMEPAGE_TITLE_3LINES ; Add a bit of vertical space for the following text
     118  !define MUI_WELCOMEPAGE_TITLE "$(VBOX_INST_WELCOME_TITLE)"
     119 
    119120  ; API defines
    120121  !define SM_CLEANBOOT 67
     
    158159  ; Set branding text which appears on the horizontal line at the bottom
    159160!ifdef _DEBUG
    160   BrandingText "VirtualBox Windows Additions $%VBOX_VERSION_STRING% (r$%VBOX_SVN_REV%) - Debug Build"
     161  BrandingText "VirtualBox Windows Additions $%VBOX_VERSION_STRING% (r$%VBOX_SVN_REV% $%KBUILD_TARGET_ARCH%) - Debug Build"
    161162!else
    162   BrandingText "VirtualBox Windows Additions $%VBOX_VERSION_STRING% r$%VBOX_SVN_REV%"
     163  BrandingText "VirtualBox Windows Additions $%VBOX_VERSION_STRING% r$%VBOX_SVN_REV% ($%KBUILD_TARGET_ARCH%)"
    163164!endif
    164165
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