Modern UI 1.68
* New settings for extra space for title and text on Welcome page and Finish page. * Improved handling of verbose settings. Define MUI_VERBOSE the set the Modern UI verbose level (1-4). * Language file string for uninstaller reboot information * Setting for folder validation in leave function * Fixed finish page text settings for multiple pages git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3201 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
893a6970f8
commit
1527ea2f1a
14 changed files with 188 additions and 186 deletions
|
@ -1,5 +1,5 @@
|
|||
;NSIS Modern User Interface - Language File
|
||||
;Compatible with Modern UI 1.67
|
||||
;Compatible with Modern UI 1.68
|
||||
|
||||
;Language: English (1033)
|
||||
;By Joost Verburg
|
||||
|
@ -11,7 +11,7 @@
|
|||
!define MUI_LANGNAME "English" ;Use only ASCII characters (if this is not possible, use the English name)
|
||||
|
||||
!define MUI_TEXT_WELCOME_INFO_TITLE "Welcome to the $(^Name) Setup Wizard"
|
||||
!define MUI_TEXT_WELCOME_INFO_TEXT "This wizard will guide you through the installation of $(^Name).\r\n\r\nIt is recommended that you close all other applications before starting Setup. This will allow Setup to update certain system files without rebooting your computer.\r\n\r\n$_CLICK"
|
||||
!define MUI_TEXT_WELCOME_INFO_TEXT "This wizard will guide you through the installation of $(^Name).\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_LICENSE_TITLE "License Agreement"
|
||||
!define MUI_TEXT_LICENSE_SUBTITLE "Please review the license terms before installing $(^Name)."
|
||||
|
@ -83,7 +83,8 @@
|
|||
|
||||
!define MUI_UNTEXT_FINISH_INFO_TITLE "Completing the $(^Name) Uninstall Wizard"
|
||||
!define MUI_UNTEXT_FINISH_INFO_TEXT "$(^Name) 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 $(^Name). Do you want to reboot now?"
|
||||
|
||||
!define MUI_UNTEXT_ABORTWARNING "Are you sure you want to quit $(^Name) Uninstall?"
|
||||
!define MUI_UNTEXT_ABORTWARNING "Are you sure you want to quit $(^Name) Uninstall?"
|
||||
|
||||
!insertmacro MUI_LANGUAGEFILE_END
|
Loading…
Add table
Add a link
Reference in a new issue