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
|
||||
!insertmacro MUI_FINISHHEADER SetHeader
|
||||
|
||||
|
||||
SectionEnd
|
||||
|
||||
;--------------------------------
|
||||
|
@ -94,7 +94,7 @@ Function .onNextPage
|
|||
|
||||
!insertmacro MUI_NEXTPAGE_OUTER
|
||||
!insertmacro MUI_NEXTPAGE SetHeader
|
||||
|
||||
|
||||
FunctionEnd
|
||||
|
||||
Function .onPrevPage
|
||||
|
@ -116,7 +116,7 @@ Function SetHeader
|
|||
!insertmacro MUI_HEADER_STOP 2
|
||||
|
||||
!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_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 ${SecCreateUninst} "Create a uninstaller which can automatically delete ${NAME}."
|
||||
|
||||
|
||||
!insertmacro MUI_DESCRIPTION_END
|
||||
|
||||
FunctionEnd
|
||||
|
@ -146,7 +146,7 @@ Function .onUserAbort
|
|||
|
||||
!insertmacro MUI_ABORTWARNING 1033 "Are you sure you want to quit ${NAME} Setup?"
|
||||
!insertmacro MUI_ABORTWARNING_END
|
||||
|
||||
|
||||
FunctionEnd
|
||||
|
||||
;--------------------------------
|
||||
|
@ -162,7 +162,7 @@ Section "Uninstall"
|
|||
RMDir "$INSTDIR"
|
||||
|
||||
!insertmacro MUI_FINISHHEADER un.SetHeader
|
||||
|
||||
|
||||
SectionEnd
|
||||
|
||||
;--------------------------------
|
||||
|
@ -172,7 +172,7 @@ Function un.onNextPage
|
|||
|
||||
!insertmacro MUI_NEXTPAGE_OUTER
|
||||
!insertmacro MUI_NEXTPAGE un.SetHeader
|
||||
|
||||
|
||||
FunctionEnd
|
||||
|
||||
Function un.SetHeader
|
||||
|
@ -195,4 +195,4 @@ Function un.SetHeader
|
|||
|
||||
FunctionEnd
|
||||
|
||||
;eof
|
||||
;eof
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
;User interface
|
||||
!insertmacro MUI_INTERFACE "modern.exe" "adni18-installer-C-no48xp.ico" "adni18-uninstall-C-no48xp.ico" "modern.bmp" "smooth"
|
||||
|
||||
|
||||
;License dialog
|
||||
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."
|
||||
|
@ -48,7 +48,7 @@
|
|||
;Uninstaller
|
||||
UninstallText /LANG=1033 "This will uninstall ${NAME} from your system."
|
||||
UninstallText /LANG=1043 "Dit programma zal ${NAME} verwijderen van uw systeem."
|
||||
|
||||
|
||||
;--------------------------------
|
||||
;Installer Sections
|
||||
|
||||
|
@ -73,7 +73,7 @@ Section ""
|
|||
|
||||
;Invisible section to display the Finish header
|
||||
!insertmacro MUI_FINISHHEADER SetHeader
|
||||
|
||||
|
||||
SectionEnd
|
||||
|
||||
;--------------------------------
|
||||
|
@ -123,7 +123,7 @@ Function .onNextPage
|
|||
|
||||
!insertmacro MUI_NEXTPAGE_OUTER
|
||||
!insertmacro MUI_NEXTPAGE SetHeader
|
||||
|
||||
|
||||
FunctionEnd
|
||||
|
||||
Function .onPrevPage
|
||||
|
@ -138,7 +138,7 @@ Function SetHeader
|
|||
|
||||
!insertmacro MUI_HEADER_START 1
|
||||
!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_START 2
|
||||
|
@ -147,7 +147,7 @@ Function SetHeader
|
|||
!insertmacro MUI_HEADER_STOP 2
|
||||
|
||||
!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_STOP 3
|
||||
|
||||
|
@ -184,7 +184,7 @@ Function .onUserAbort
|
|||
!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_END
|
||||
|
||||
|
||||
FunctionEnd
|
||||
|
||||
;--------------------------------
|
||||
|
@ -210,7 +210,7 @@ Function un.onNextPage
|
|||
|
||||
!insertmacro MUI_NEXTPAGE_OUTER
|
||||
!insertmacro MUI_NEXTPAGE un.SetHeader
|
||||
|
||||
|
||||
FunctionEnd
|
||||
|
||||
Function un.SetHeader
|
||||
|
@ -236,4 +236,4 @@ Function un.SetHeader
|
|||
|
||||
FunctionEnd
|
||||
|
||||
;eof
|
||||
;eof
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue