Changeset 108679 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Mar 21, 2025 8:15:13 AM (4 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168092
- Location:
- trunk/src/VBox/Additions/WINNT/Installer/Languages
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/Languages/English.nsh
r107082 r108679 30 30 LangString VBOX_NOADMIN ${LANG_ENGLISH} "You need administrator rights to install or uninstall the $(^Name).$\r$\nThis application will exit now." 31 31 32 LangString VBOX_NOTICE_ARCH_X86 ${LANG_ENGLISH} "This application only runs on 32-bit Windows systems. Please pick the variant of the $(^Name) installer matching your guest OS!"33 LangString VBOX_NOTICE_ARCH_AMD64 ${LANG_ENGLISH} "This application only runs on 64-bit Windows systems. Please pick the variant of the $(^Name) installer matching your guest OS!"34 LangString VBOX_NOTICE_ARCH_ARM64 ${LANG_ENGLISH} "This application only runs on Windows ARM64systems. Please pick the variant of the $(^Name) installer matching your guest OS!"32 LangString VBOX_NOTICE_ARCH_X86 ${LANG_ENGLISH} "This application only runs on 32-bit x86 Windows systems. Please pick the variant of the $(^Name) installer matching your guest OS!" 33 LangString VBOX_NOTICE_ARCH_AMD64 ${LANG_ENGLISH} "This application only runs on 64-bit x86 Windows systems. Please pick the variant of the $(^Name) installer matching your guest OS!" 34 LangString VBOX_NOTICE_ARCH_ARM64 ${LANG_ENGLISH} "This application only runs on ARM64 Windows systems. Please pick the variant of the $(^Name) installer matching your guest OS!" 35 35 LangString VBOX_NT4_NO_SP6 ${LANG_ENGLISH} "You do not seem to have Service Pack 6 for Windows NT4 installed.$\r$\nWe recommend that you install it first. Do you wish to continue anyway?" 36 36 -
trunk/src/VBox/Additions/WINNT/Installer/Languages/French.nsh
r107082 r108679 31 31 32 32 ;; @todo win.arm64: check spelling of the next three messages. 33 LangString VBOX_NOTICE_ARCH_X86 ${LANG_FRENCH} "Cette application peut seulement être executée sur des systèmes Windows 32-bit . Veuillez installer la version correspondante de $(^Name)!"34 LangString VBOX_NOTICE_ARCH_AMD64 ${LANG_FRENCH} "Cette application peut seulement être executée sur des systèmes Windows 64-bit . Veuillez installer la version correspondante de $(^Name)!"33 LangString VBOX_NOTICE_ARCH_X86 ${LANG_FRENCH} "Cette application peut seulement être executée sur des systèmes Windows 32-bit x86. Veuillez installer la version correspondante de $(^Name)!" 34 LangString VBOX_NOTICE_ARCH_AMD64 ${LANG_FRENCH} "Cette application peut seulement être executée sur des systèmes Windows 64-bit x86. Veuillez installer la version correspondante de $(^Name)!" 35 35 LangString VBOX_NOTICE_ARCH_ARM64 ${LANG_FRENCH} "Cette application peut seulement être executée sur des systèmes Windows ARM64. Veuillez installer la version correspondante de $(^Name)!" 36 36 LangString VBOX_NT4_NO_SP6 ${LANG_FRENCH} "Le programme d'installation a détécté que vous utilisez Windows NT4 sans Service Pack 6.$\r$\nNous vous conseillons d'installer ce Service Pack avant de continuer. Désirez vous cependant continuer?" -
trunk/src/VBox/Additions/WINNT/Installer/Languages/German.nsh
r107082 r108679 31 31 32 32 ;; @todo win.arm64: Check spelling meaning of the next three messages. 33 LangString VBOX_NOTICE_ARCH_X86 ${LANG_GERMAN} "Diese Applikation läuft nur auf 32-bit Windows-Systemen. Bitte installieren Sie den passende Version der $(^Name) für Ihren Gast!"34 LangString VBOX_NOTICE_ARCH_AMD64 ${LANG_GERMAN} "Diese Applikation läuft nur auf 64-bit Windows-Systemen. Bitte installieren Sie den passende Version der $(^Name) für Ihren Gast!"35 LangString VBOX_NOTICE_ARCH_ARM64 ${LANG_GERMAN} "Diese Applikation läuft nur auf Windows-ARM64-Systemen. Bitte installieren Sie den passende Version der $(^Name) für Ihren Gast!"33 LangString VBOX_NOTICE_ARCH_X86 ${LANG_GERMAN} "Diese Applikation läuft nur auf 32-bit x86 Windows-Systemen. Bitte installieren Sie den passende Version der $(^Name) für Ihren Gast!" 34 LangString VBOX_NOTICE_ARCH_AMD64 ${LANG_GERMAN} "Diese Applikation läuft nur auf 64-bit x86 Windows-Systemen. Bitte installieren Sie den passende Version der $(^Name) für Ihren Gast!" 35 LangString VBOX_NOTICE_ARCH_ARM64 ${LANG_GERMAN} "Diese Applikation läuft nur auf ARM64 Windows-Systemen. Bitte installieren Sie den passende Version der $(^Name) für Ihren Gast!" 36 36 LangString VBOX_NT4_NO_SP6 ${LANG_GERMAN} "Es ist kein Service Pack 6 für NT 4.0 installiert.$\r$\nEs wird empfohlen das Service-Pack vor dieser Installation zu installieren. Trotzdem jetzt ohne Service-Pack installieren?" 37 37
Note:
See TracChangeset
for help on using the changeset viewer.