Modern UI 1.4
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1538 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
cbb175d85d
commit
c700365ee8
24 changed files with 466 additions and 1037 deletions
|
@ -1,5 +1,5 @@
|
|||
;Modern UI Language File
|
||||
;version 1 - Compatible with Modern UI 1.3
|
||||
;NSIS Modern User Interface - Language File
|
||||
;version 2 - Compatible with Modern UI 1.4
|
||||
|
||||
;Language: English (1033)
|
||||
;By Joost Verburg
|
||||
|
@ -22,7 +22,7 @@
|
|||
LangString MUI_INNERTEXT_LICENSE ${LANG_ENGLISH} "If you accept all the terms of the agreement, choose I Agree to continue. You must accept the agreement to install ${NAME}."
|
||||
!endif
|
||||
|
||||
!ifdef MUI_COMPONENTPAGE
|
||||
!ifdef MUI_COMPONENTSPAGE
|
||||
ComponentText /LANG=${LANG_ENGLISH} "Check the components you want to install and uncheck the components you don't want to install. Click Next to continue."
|
||||
LangString MUI_TEXT_COMPONENTS_TITLE ${LANG_ENGLISH} "Choose Components"
|
||||
LangString MUI_TEXT_COMPONENTS_SUBTITLE ${LANG_ENGLISH} "Choose which features of ${NAME} you want to install."
|
||||
|
@ -30,17 +30,13 @@
|
|||
LangString MUI_INNERTEXT_DESCRIPTION_INFO ${LANG_ENGLISH} "Hover your mouse over a component to see it's description."
|
||||
!endif
|
||||
|
||||
!ifdef MUI_DIRSELECTPAGE
|
||||
!ifdef MUI_DIRECTORYPAGE
|
||||
DirText /LANG=${LANG_ENGLISH} "Setup will install ${NAME} in the following folder.$\r$\n$\r$\nTo install in this folder, click Install. To install in a different folder, click Browse and select another folder." " "
|
||||
LangString MUI_TEXT_DIRSELECT_TITLE ${LANG_ENGLISH} "Choose Install Location"
|
||||
LangString MUI_TEXT_DIRSELECT_SUBTITLE ${LANG_ENGLISH} "Choose the folder in which to install ${NAME}."
|
||||
LangString MUI_INNERTEXT_DESTINATIONFOLDER ${LANG_ENGLISH} "Destination Folder"
|
||||
!endif
|
||||
|
||||
!ifdef MUI_INSTALLBUTTONTEXT_NEXT
|
||||
InstallButtonText /LANG=${LANG_ENGLISH} "&Next >"
|
||||
!endif
|
||||
|
||||
LangString MUI_TEXT_INSTALLING_TITLE ${LANG_ENGLISH} "Installing"
|
||||
LangString MUI_TEXT_INSTALLING_SUBTITLE ${LANG_ENGLISH} "Please wait while ${NAME} is being installed."
|
||||
|
||||
|
@ -48,17 +44,14 @@
|
|||
LangString MUI_TEXT_FINISHED_SUBTITLE ${LANG_ENGLISH} "Setup was completed successfully."
|
||||
|
||||
!ifdef MUI_ABORTWARNING
|
||||
LangString MUI_MSGTEXT_ABORTWARNING ${LANG_ENGLISH} "Are you sure you want to quit ${NAME} Setup?"
|
||||
LangString MUI_TEXT_ABORTWARNING ${LANG_ENGLISH} "Are you sure you want to quit ${NAME} Setup?"
|
||||
!endif
|
||||
|
||||
!ifdef MUI_INSTALLOPTIONS
|
||||
LangString MUI_BUTTONTEXT_BACK ${LANG_ENGLISH} "< &Back"
|
||||
LangString MUI_BUTTONTEXT_NEXT ${LANG_ENGLISH} "&Next >"
|
||||
LangString MUI_BUTTONTEXT_CANCEL ${LANG_ENGLISH} "Cancel"
|
||||
LangString MUI_BUTTONTEXT_INSTALL ${LANG_ENGLISH} "&Install"
|
||||
LangString MUI_TEXT_SETUPCAPTION ${LANG_ENGLISH} "${NAME} ${VERSION} Setup"
|
||||
!endif
|
||||
|
||||
|
||||
|
||||
|
||||
;UNINSTALLER
|
||||
|
||||
!ifdef MUI_UNINSTALLER
|
||||
|
@ -73,17 +66,10 @@
|
|||
LangString un.MUI_UNTEXT_FINISHED_SUBTITLE ${LANG_ENGLISH} "Uninstall was completed successfully."
|
||||
!endif
|
||||
|
||||
!ifdef MUI_UNINSTALLBUTTONTEXT_NEXT
|
||||
InstallButtonText /LANG=${LANG_ENGLISH} "&Next >"
|
||||
!ifdef MUI_UNINSTALLOPTIONS
|
||||
LangString un.MUI_UNTEXT_SETUPCAPTION ${LANG_ENGLISH} "${NAME} ${VERSION} Setup"
|
||||
!endif
|
||||
|
||||
!ifdef MUI_UNINSTALLOPTIONS
|
||||
LangString un.MUI_BUTTONTEXT_BACK ${LANG_ENGLISH} "< &Back"
|
||||
LangString un.MUI_BUTTONTEXT_NEXT ${LANG_ENGLISH} "&Next >"
|
||||
LangString un.MUI_BUTTONTEXT_CANCEL ${LANG_ENGLISH} "Cancel"
|
||||
LangString un.MUI_BUTTONTEXT_UNINSTALL ${LANG_ENGLISH} "&Uninstall"
|
||||
!endif
|
||||
|
||||
!endif
|
||||
|
||||
!verbose 4
|
Loading…
Add table
Add a link
Reference in a new issue