Changeset 107082 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Nov 21, 2024 11:28:47 AM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 166038
- 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 43 43 LangString 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." 44 44 45 LangString VBOX_INST_WELCOME_TITLE ${LANG_ENGLISH} "Welcome to the ${PRODUCT_NAME} Setup" 46 45 47 LangString VBOX_UNINSTALL_START ${LANG_ENGLISH} "Press OK to start the uninstallation process. This may take some time to complete." 46 48 LangString 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 44 44 LangString 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!" 45 45 46 LangString VBOX_INST_WELCOME_TITLE ${LANG_FRENCH} "Bienvenue sur le site de ${PRODUCT_NAME} Installation" 47 46 48 LangString 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." 47 49 LangString 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 44 44 LangString VBOX_INNOTEK_ABORTED ${LANG_GERMAN} "Die Installation der Guest Additions kann nicht fortgesetzt werden.$\r$\nBitte deinstallieren Sie erst die alten innotek Guest Additions!" 45 45 46 LangString VBOX_INST_WELCOME_TITLE ${LANG_GERMAN} "Willkommen zum ${PRODUCT_NAME} Setup" 47 46 48 LangString 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 ..." 47 49 LangString 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 115 115 !define MUI_WELCOMEFINISHPAGE_BITMAP "$%VBOX_BRAND_WIN_ADD_INST_DLGBMP%" 116 116 !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 119 120 ; API defines 120 121 !define SM_CLEANBOOT 67 … … 158 159 ; Set branding text which appears on the horizontal line at the bottom 159 160 !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" 161 162 !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%)" 163 164 !endif 164 165
Note:
See TracChangeset
for help on using the changeset viewer.