2002-10-07 19:58:15 +00:00
;Modern UI Language File
;version 1 - Compatible with Modern UI 1.3
;Language: English (1033)
;By Joost Verburg
;--------------------------------
!ifndef MUI_ENGLISH_USED
!define MUI_ENGLISH_USED
2002-10-11 17:41:04 +00:00
!define MUI_ENGLISH_LANGNAME " English " ;Name of the language in the language itself (English, Deutsch, Fran<61> ais etc.)
2002-10-07 19:58:15 +00:00
;INSTALLER
2002-10-08 09:29:03 +00:00
!ifdef MUI_LICENSEPAGE
2002-10-07 19:58:15 +00:00
LicenseText /LANG = ${LANG_ENGLISH} " Press Page Down to see the rest of the agreement. "
2002-10-13 18:25:07 +00:00
LangString MUI_TEXT_LICENSE_TITLE ${LANG_ENGLISH} " License Agreement "
LangString MUI_TEXT_LICENSE_SUBTITLE ${LANG_ENGLISH} " Please review the license terms before installing ${NAME}. "
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}. "
2002-10-08 09:29:03 +00:00
!endif
2002-10-07 19:58:15 +00:00
2002-10-08 09:29:03 +00:00
!ifdef MUI_COMPONENTPAGE
2002-10-10 20:31:24 +00:00
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. "
2002-10-13 18:25:07 +00:00
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. "
LangString MUI_INNERTEXT_DESCRIPTION_TITLE ${LANG_ENGLISH} " Description "
LangString MUI_INNERTEXT_DESCRIPTION_INFO ${LANG_ENGLISH} " Hover your mouse over a component to see it's description. "
2002-10-08 09:29:03 +00:00
!endif
2002-10-07 19:58:15 +00:00
2002-10-08 09:29:03 +00:00
!ifdef MUI_DIRSELECTPAGE
2002-10-07 19:58:15 +00:00
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. " " "
2002-10-13 18:25:07 +00:00
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 "
2002-10-08 09:29:03 +00:00
!endif
2002-10-07 19:58:15 +00:00
2002-10-08 09:29:03 +00:00
!ifdef MUI_INSTALLBUTTONTEXT_NEXT
2002-10-15 18:44:27 +00:00
InstallButtonText /LANG = ${LANG_ENGLISH} " &Next > "
2002-10-08 09:29:03 +00:00
!endif
2002-10-07 19:58:15 +00:00
LangString MUI_TEXT_INSTALLING_TITLE ${LANG_ENGLISH} " Installing "
LangString MUI_TEXT_INSTALLING_SUBTITLE ${LANG_ENGLISH} " Please wait while ${NAME} is being installed. "
LangString MUI_TEXT_FINISHED_TITLE ${LANG_ENGLISH} " Finished "
LangString MUI_TEXT_FINISHED_SUBTITLE ${LANG_ENGLISH} " Setup was completed successfully. "
2002-10-13 18:28:38 +00:00
!ifdef MUI_ABORTWARNING
LangString MUI_MSGTEXT_ABORTWARNING ${LANG_ENGLISH} " Are you sure you want to quit ${NAME} Setup? "
!endif
2002-10-13 18:25:07 +00:00
!ifdef MUI_INSTALLOPTIONS
2002-10-15 18:44:27 +00:00
LangString MUI_BUTTONTEXT_BACK ${LANG_ENGLISH} " < &Back "
LangString MUI_BUTTONTEXT_NEXT ${LANG_ENGLISH} " &Next > "
2002-10-13 18:25:07 +00:00
LangString MUI_BUTTONTEXT_CANCEL ${LANG_ENGLISH} " Cancel "
2002-10-15 18:44:27 +00:00
LangString MUI_BUTTONTEXT_INSTALL ${LANG_ENGLISH} " &Install "
2002-10-13 18:25:07 +00:00
!endif
2002-10-07 19:58:15 +00:00
;UNINSTALLER
2002-10-08 09:29:03 +00:00
!ifdef MUI_UNINSTALLER
2002-10-07 19:58:15 +00:00
UninstallText /LANG = ${LANG_ENGLISH} " This will uninstall ${NAME} from your system. "
2002-10-13 18:25:07 +00:00
LangString un.MUI_UNTEXT_INTRO_TITLE ${LANG_ENGLISH} " Uninstall ${NAME} "
LangString un.MUI_UNTEXT_INTRO_SUBTITLE ${LANG_ENGLISH} " Remove ${NAME} from your system. "
LangString un.MUI_UNTEXT_UNINSTALLING_TITLE ${LANG_ENGLISH} " Uninstalling "
LangString un.MUI_UNTEXT_UNINSTALLING_SUBTITLE ${LANG_ENGLISH} " Please wait while ${NAME} is being uninstalled. "
LangString un.MUI_UNTEXT_FINISHED_TITLE ${LANG_ENGLISH} " Finished "
LangString un.MUI_UNTEXT_FINISHED_SUBTITLE ${LANG_ENGLISH} " Uninstall was completed successfully. "
2002-10-08 09:29:03 +00:00
!endif
2002-10-07 19:58:15 +00:00
2002-10-08 09:29:03 +00:00
!ifdef MUI_UNINSTALLBUTTONTEXT_NEXT
2002-10-15 18:44:27 +00:00
InstallButtonText /LANG = ${LANG_ENGLISH} " &Next > "
2002-10-08 09:29:03 +00:00
!endif
2002-10-07 19:58:15 +00:00
2002-10-13 18:48:05 +00:00
!ifdef MUI_UNINSTALLOPTIONS
2002-10-15 18:44:27 +00:00
LangString un.MUI_BUTTONTEXT_BACK ${LANG_ENGLISH} " < &Back "
LangString un.MUI_BUTTONTEXT_NEXT ${LANG_ENGLISH} " &Next > "
2002-10-13 18:25:07 +00:00
LangString un.MUI_BUTTONTEXT_CANCEL ${LANG_ENGLISH} " Cancel "
2002-10-15 18:44:27 +00:00
LangString un.MUI_BUTTONTEXT_UNINSTALL ${LANG_ENGLISH} " &Uninstall "
2002-10-13 18:25:07 +00:00
!endif
2002-10-07 19:58:15 +00:00
!endif