Small grammar fix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@876 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d8916735db
commit
15222e155c
3 changed files with 21 additions and 21 deletions
|
@ -63,7 +63,7 @@ Section ""
|
||||||
|
|
||||||
;Invisible section to display the Finish header
|
;Invisible section to display the Finish header
|
||||||
!insertmacro MUI_FINISHHEADER SetHeader
|
!insertmacro MUI_FINISHHEADER SetHeader
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
|
@ -94,7 +94,7 @@ Function .onNextPage
|
||||||
|
|
||||||
!insertmacro MUI_NEXTPAGE_OUTER
|
!insertmacro MUI_NEXTPAGE_OUTER
|
||||||
!insertmacro MUI_NEXTPAGE SetHeader
|
!insertmacro MUI_NEXTPAGE SetHeader
|
||||||
|
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
Function .onPrevPage
|
Function .onPrevPage
|
||||||
|
@ -116,7 +116,7 @@ Function SetHeader
|
||||||
!insertmacro MUI_HEADER_STOP 2
|
!insertmacro MUI_HEADER_STOP 2
|
||||||
|
|
||||||
!insertmacro MUI_HEADER_START 3
|
!insertmacro MUI_HEADER_START 3
|
||||||
!insertmacro MUI_HEADER_TEXT 1033 "Choose Install Location" "Choose the folder in which to install ${NAME} in."
|
!insertmacro MUI_HEADER_TEXT 1033 "Choose Install Location" "Choose the folder in which to install ${NAME}."
|
||||||
!insertmacro MUI_HEADER_STOP 3
|
!insertmacro MUI_HEADER_STOP 3
|
||||||
|
|
||||||
!insertmacro MUI_HEADER_START 4
|
!insertmacro MUI_HEADER_START 4
|
||||||
|
@ -137,7 +137,7 @@ Function .onMouseOverSection
|
||||||
|
|
||||||
!insertmacro MUI_DESCRIPTION_TEXT 1033 ${SecCopyUI} "Copy the modern.exe file to the application folder."
|
!insertmacro MUI_DESCRIPTION_TEXT 1033 ${SecCopyUI} "Copy the modern.exe file to the application folder."
|
||||||
!insertmacro MUI_DESCRIPTION_TEXT 1033 ${SecCreateUninst} "Create a uninstaller which can automatically delete ${NAME}."
|
!insertmacro MUI_DESCRIPTION_TEXT 1033 ${SecCreateUninst} "Create a uninstaller which can automatically delete ${NAME}."
|
||||||
|
|
||||||
!insertmacro MUI_DESCRIPTION_END
|
!insertmacro MUI_DESCRIPTION_END
|
||||||
|
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
@ -146,7 +146,7 @@ Function .onUserAbort
|
||||||
|
|
||||||
!insertmacro MUI_ABORTWARNING 1033 "Are you sure you want to quit ${NAME} Setup?"
|
!insertmacro MUI_ABORTWARNING 1033 "Are you sure you want to quit ${NAME} Setup?"
|
||||||
!insertmacro MUI_ABORTWARNING_END
|
!insertmacro MUI_ABORTWARNING_END
|
||||||
|
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
|
@ -162,7 +162,7 @@ Section "Uninstall"
|
||||||
RMDir "$INSTDIR"
|
RMDir "$INSTDIR"
|
||||||
|
|
||||||
!insertmacro MUI_FINISHHEADER un.SetHeader
|
!insertmacro MUI_FINISHHEADER un.SetHeader
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
|
@ -172,7 +172,7 @@ Function un.onNextPage
|
||||||
|
|
||||||
!insertmacro MUI_NEXTPAGE_OUTER
|
!insertmacro MUI_NEXTPAGE_OUTER
|
||||||
!insertmacro MUI_NEXTPAGE un.SetHeader
|
!insertmacro MUI_NEXTPAGE un.SetHeader
|
||||||
|
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
Function un.SetHeader
|
Function un.SetHeader
|
||||||
|
@ -195,4 +195,4 @@ Function un.SetHeader
|
||||||
|
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
;eof
|
;eof
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
;User interface
|
;User interface
|
||||||
!insertmacro MUI_INTERFACE "modern.exe" "adni18-installer-C-no48xp.ico" "adni18-uninstall-C-no48xp.ico" "modern.bmp" "smooth"
|
!insertmacro MUI_INTERFACE "modern.exe" "adni18-installer-C-no48xp.ico" "adni18-uninstall-C-no48xp.ico" "modern.bmp" "smooth"
|
||||||
|
|
||||||
;License dialog
|
;License dialog
|
||||||
LicenseText /LANG=1033 "Scroll down to see the rest of the agreement."
|
LicenseText /LANG=1033 "Scroll down to see the rest of the agreement."
|
||||||
LicenseText /LANG=1043 "Blader naar beneden om de rest van de overeenkomt te zien."
|
LicenseText /LANG=1043 "Blader naar beneden om de rest van de overeenkomt te zien."
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
;Uninstaller
|
;Uninstaller
|
||||||
UninstallText /LANG=1033 "This will uninstall ${NAME} from your system."
|
UninstallText /LANG=1033 "This will uninstall ${NAME} from your system."
|
||||||
UninstallText /LANG=1043 "Dit programma zal ${NAME} verwijderen van uw systeem."
|
UninstallText /LANG=1043 "Dit programma zal ${NAME} verwijderen van uw systeem."
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
;Installer Sections
|
;Installer Sections
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@ Section ""
|
||||||
|
|
||||||
;Invisible section to display the Finish header
|
;Invisible section to display the Finish header
|
||||||
!insertmacro MUI_FINISHHEADER SetHeader
|
!insertmacro MUI_FINISHHEADER SetHeader
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
|
@ -123,7 +123,7 @@ Function .onNextPage
|
||||||
|
|
||||||
!insertmacro MUI_NEXTPAGE_OUTER
|
!insertmacro MUI_NEXTPAGE_OUTER
|
||||||
!insertmacro MUI_NEXTPAGE SetHeader
|
!insertmacro MUI_NEXTPAGE SetHeader
|
||||||
|
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
Function .onPrevPage
|
Function .onPrevPage
|
||||||
|
@ -138,7 +138,7 @@ Function SetHeader
|
||||||
|
|
||||||
!insertmacro MUI_HEADER_START 1
|
!insertmacro MUI_HEADER_START 1
|
||||||
!insertmacro MUI_HEADER_TEXT 1033 "License Agreement" "Please review the license terms before installing ${NAME}."
|
!insertmacro MUI_HEADER_TEXT 1033 "License Agreement" "Please review the license terms before installing ${NAME}."
|
||||||
!insertmacro MUI_HEADER_TEXT 1043 "Licentie Overeenkomst" "Lees de licentie overeenkomst voordat u ${NAME} installeerd."
|
!insertmacro MUI_HEADER_TEXT 1043 "Licentie Overeenkomst" "Lees de licentie overeenkomst voordat u ${NAME} installeerd."
|
||||||
!insertmacro MUI_HEADER_STOP 1
|
!insertmacro MUI_HEADER_STOP 1
|
||||||
|
|
||||||
!insertmacro MUI_HEADER_START 2
|
!insertmacro MUI_HEADER_START 2
|
||||||
|
@ -147,7 +147,7 @@ Function SetHeader
|
||||||
!insertmacro MUI_HEADER_STOP 2
|
!insertmacro MUI_HEADER_STOP 2
|
||||||
|
|
||||||
!insertmacro MUI_HEADER_START 3
|
!insertmacro MUI_HEADER_START 3
|
||||||
!insertmacro MUI_HEADER_TEXT 1033 "Choose Install Location" "Choose the folder in which to install ${NAME} in."
|
!insertmacro MUI_HEADER_TEXT 1033 "Choose Install Location" "Choose the folder in which to install ${NAME}."
|
||||||
!insertmacro MUI_HEADER_TEXT 1043 "Kies Installatie Locatie" "Kies de map waarin u ${NAME} in wilt installeren."
|
!insertmacro MUI_HEADER_TEXT 1043 "Kies Installatie Locatie" "Kies de map waarin u ${NAME} in wilt installeren."
|
||||||
!insertmacro MUI_HEADER_STOP 3
|
!insertmacro MUI_HEADER_STOP 3
|
||||||
|
|
||||||
|
@ -184,7 +184,7 @@ Function .onUserAbort
|
||||||
!insertmacro MUI_ABORTWARNING 1033 "Are you sure you want to quit ${NAME} Setup?"
|
!insertmacro MUI_ABORTWARNING 1033 "Are you sure you want to quit ${NAME} Setup?"
|
||||||
!insertmacro MUI_ABORTWARNING 1043 "Weet u zeker dat u ${NAME} Setup wilt afsluiten?"
|
!insertmacro MUI_ABORTWARNING 1043 "Weet u zeker dat u ${NAME} Setup wilt afsluiten?"
|
||||||
!insertmacro MUI_ABORTWARNING_END
|
!insertmacro MUI_ABORTWARNING_END
|
||||||
|
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
|
@ -210,7 +210,7 @@ Function un.onNextPage
|
||||||
|
|
||||||
!insertmacro MUI_NEXTPAGE_OUTER
|
!insertmacro MUI_NEXTPAGE_OUTER
|
||||||
!insertmacro MUI_NEXTPAGE un.SetHeader
|
!insertmacro MUI_NEXTPAGE un.SetHeader
|
||||||
|
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
Function un.SetHeader
|
Function un.SetHeader
|
||||||
|
@ -236,4 +236,4 @@ Function un.SetHeader
|
||||||
|
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
;eof
|
;eof
|
||||||
|
|
|
@ -341,7 +341,7 @@ Section -post
|
||||||
Sleep 500
|
Sleep 500
|
||||||
BringToFront
|
BringToFront
|
||||||
nofunshit:
|
nofunshit:
|
||||||
Delete $INSTDIR\uninst-nsis.exe
|
Delete $INSTDIR\uninst-nsis.exe
|
||||||
WriteUninstaller $INSTDIR\uninst-nsis.exe
|
WriteUninstaller $INSTDIR\uninst-nsis.exe
|
||||||
!insertmacro MUI_FINISHHEADER SetHeader
|
!insertmacro MUI_FINISHHEADER SetHeader
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
@ -377,7 +377,7 @@ Function .onNextPage
|
||||||
|
|
||||||
!insertmacro MUI_NEXTPAGE_OUTER
|
!insertmacro MUI_NEXTPAGE_OUTER
|
||||||
!insertmacro MUI_NEXTPAGE SetHeader
|
!insertmacro MUI_NEXTPAGE SetHeader
|
||||||
|
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
Function .onPrevPage
|
Function .onPrevPage
|
||||||
|
@ -399,7 +399,7 @@ Function SetHeader
|
||||||
!insertmacro MUI_HEADER_STOP 2
|
!insertmacro MUI_HEADER_STOP 2
|
||||||
|
|
||||||
!insertmacro MUI_HEADER_START 3
|
!insertmacro MUI_HEADER_START 3
|
||||||
!insertmacro MUI_HEADER_TEXT 1033 "Choose Install Location" "Choose the folder in which to install ${NAME} in."
|
!insertmacro MUI_HEADER_TEXT 1033 "Choose Install Location" "Choose the folder in which to install ${NAME}."
|
||||||
!insertmacro MUI_HEADER_STOP 3
|
!insertmacro MUI_HEADER_STOP 3
|
||||||
|
|
||||||
!insertmacro MUI_HEADER_START 4
|
!insertmacro MUI_HEADER_START 4
|
||||||
|
@ -418,7 +418,7 @@ Function .onUserAbort
|
||||||
|
|
||||||
!insertmacro MUI_ABORTWARNING 1033 "Are you sure you want to quit ${NAME} Setup?"
|
!insertmacro MUI_ABORTWARNING 1033 "Are you sure you want to quit ${NAME} Setup?"
|
||||||
!insertmacro MUI_ABORTWARNING_END
|
!insertmacro MUI_ABORTWARNING_END
|
||||||
|
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
Function .onMouseOverSection
|
Function .onMouseOverSection
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue