Difference between revisions of "Translation/languages/en-US/installer"

From Kiwix
Jump to navigation Jump to search
(New page: !define LANG "ENGLISH" ; Must be the lang name define my NSIS !insertmacro LANG_STRING LICENSE_AGREEMENT "License Agreement" !insertmacro LANG_STRING LICENSE_AGREEMENT_EXPLANATION "Click t...)
 
Line 1: Line 1:
<source lang="txt">
!define LANG "ENGLISH" ; Must be the lang name define my NSIS
!define LANG "ENGLISH" ; Must be the lang name define my NSIS
!insertmacro LANG_STRING LICENSE_AGREEMENT "License Agreement"
!insertmacro LANG_STRING LICENSE_AGREEMENT "License Agreement"
Line 4: Line 5:
!insertmacro LANG_STRING INSTALL_DIRECTORY "Install Directory"
!insertmacro LANG_STRING INSTALL_DIRECTORY "Install Directory"
!insertmacro LANG_STRING INSTALL_DIRECTORY_EXPLANATION "Click to change the location where this software is installed."
!insertmacro LANG_STRING INSTALL_DIRECTORY_EXPLANATION "Click to change the location where this software is installed."
</source>

Revision as of 14:45, 7 October 2010

!define LANG "ENGLISH" ; Must be the lang name define my NSIS
!insertmacro LANG_STRING LICENSE_AGREEMENT "License Agreement"
!insertmacro LANG_STRING LICENSE_AGREEMENT_EXPLANATION "Click to read and agree with the license agreement. You need to accept the license terms in order to use this software."
!insertmacro LANG_STRING INSTALL_DIRECTORY "Install Directory"
!insertmacro LANG_STRING INSTALL_DIRECTORY_EXPLANATION "Click to change the location where this software is installed."