zotero/app/win/installer/baseLocale.nsh
Dan Stillman a3d7b58b83 Add zotero-standalone-build repo as app folder
Minus obsolete 4.0 files
2023-04-26 04:40:22 -04:00

44 lines
7.5 KiB
Text

;NSIS Modern User Interface - Language File
;Compatible with Modern UI 1.68
;Language: baseLocale (0)
!insertmacro MOZ_MUI_LANGUAGEFILE_BEGIN "baseLocale"
!define MUI_LANGNAME "baseLocale"
!define MUI_TEXT_WELCOME_INFO_TITLE "Welcome to the $BrandFullNameDA Setup Wizard"
!define MUI_TEXT_WELCOME_INFO_TEXT "This wizard will guide you through the installation of $BrandFullNameDA.$\r$\n$\r$\nIt is recommended that you close all other applications before starting Setup. This will make it possible to update relevant system files without having to reboot your computer.$\r$\n$\r$\n$_CLICK"
!define MUI_TEXT_COMPONENTS_TITLE "Choose Components"
!define MUI_TEXT_COMPONENTS_SUBTITLE "Choose which features of $BrandFullNameDA you want to install."
!define MUI_INNERTEXT_COMPONENTS_DESCRIPTION_TITLE "Description"
!define MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO "Position your mouse over a component to see its description."
!define MUI_TEXT_DIRECTORY_TITLE "Choose Install Location"
!define MUI_TEXT_DIRECTORY_SUBTITLE "Choose the folder in which to install $BrandFullNameDA."
!define MUI_TEXT_INSTALLING_TITLE "Installing"
!define MUI_TEXT_INSTALLING_SUBTITLE "Please wait while $BrandFullNameDA is being installed."
!define MUI_TEXT_FINISH_TITLE "Installation Complete"
!define MUI_TEXT_FINISH_SUBTITLE "Setup was completed successfully."
!define MUI_TEXT_ABORT_TITLE "Installation Aborted"
!define MUI_TEXT_ABORT_SUBTITLE "Setup was not completed successfully."
!define MUI_BUTTONTEXT_FINISH "&Finish"
!define MUI_TEXT_FINISH_INFO_TITLE "Completing the $BrandFullNameDA Setup Wizard"
!define MUI_TEXT_FINISH_INFO_TEXT "$BrandFullNameDA has been installed on your computer.$\r$\n$\r$\nClick Finish to close this wizard."
!define MUI_TEXT_FINISH_INFO_REBOOT "Your computer must be restarted in order to complete the installation of $BrandFullNameDA. Do you want to reboot now?"
!define MUI_TEXT_FINISH_REBOOTNOW "Reboot now"
!define MUI_TEXT_FINISH_REBOOTLATER "I want to manually reboot later"
!define MUI_TEXT_STARTMENU_TITLE "Choose Start Menu Folder"
!define MUI_TEXT_STARTMENU_SUBTITLE "Choose a Start Menu folder for the $BrandFullNameDA shortcuts."
!define MUI_INNERTEXT_STARTMENU_TOP "Select the Start Menu folder in which you would like to create the program's shortcuts. You can also enter a name to create a new folder."
!define MUI_TEXT_ABORTWARNING "Are you sure you want to quit $BrandFullName Setup?"
!define MUI_UNTEXT_WELCOME_INFO_TITLE "Welcome to the $BrandFullNameDA Uninstall Wizard"
!define MUI_UNTEXT_WELCOME_INFO_TEXT "This wizard will guide you through the uninstallation of $BrandFullNameDA.$\r$\n$\r$\nBefore starting the uninstallation, make sure $BrandFullNameDA is not running.$\r$\n$\r$\n$_CLICK"
!define MUI_UNTEXT_CONFIRM_TITLE "Uninstall $BrandFullNameDA"
!define MUI_UNTEXT_CONFIRM_SUBTITLE "Remove $BrandFullNameDA from your computer."
!define MUI_UNTEXT_UNINSTALLING_TITLE "Uninstalling"
!define MUI_UNTEXT_UNINSTALLING_SUBTITLE "Please wait while $BrandFullNameDA is being uninstalled."
!define MUI_UNTEXT_FINISH_TITLE "Uninstallation Complete"
!define MUI_UNTEXT_FINISH_SUBTITLE "Uninstall was completed successfully."
!define MUI_UNTEXT_ABORT_TITLE "Uninstallation Aborted"
!define MUI_UNTEXT_ABORT_SUBTITLE "Uninstall was not completed successfully."
!define MUI_UNTEXT_FINISH_INFO_TITLE "Completing the $BrandFullNameDA Uninstall Wizard"
!define MUI_UNTEXT_FINISH_INFO_TEXT "$BrandFullNameDA has been uninstalled from your computer.$\r$\n$\r$\nClick Finish to close this wizard."
!define MUI_UNTEXT_FINISH_INFO_REBOOT "Your computer must be restarted in order to complete the uninstallation of $BrandFullNameDA. Do you want to reboot now?"
!define MUI_UNTEXT_ABORTWARNING "Are you sure you want to quit $BrandFullName Uninstall?"
!insertmacro MOZ_MUI_LANGUAGEFILE_END