Minor language file fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7012 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
bfdec13982
commit
67b443ec18
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
;Language: Czech (1029)
|
||||
;By Václav Pavlíček (v.pavlicek@centrum.cz), dříve SELiCE
|
||||
|
||||
!insertmacro LANGFILE "Czech" = "Čeština" =
|
||||
!insertmacro LANGFILE "Czech" = "Čeština" "Cestina"
|
||||
|
||||
!ifdef MUI_WELCOMEPAGE
|
||||
${LangFileString} MUI_TEXT_WELCOME_INFO_TITLE "Vítejte v průvodci instalace programu $(^NameDA)"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
;Language: English (1033)
|
||||
;By Joost Verburg
|
||||
|
||||
!insertmacro LANGFILE "English" = "English" =
|
||||
!insertmacro LANGFILE "English" "English" "English" "English"
|
||||
|
||||
!ifdef MUI_WELCOMEPAGE
|
||||
${LangFileString} MUI_TEXT_WELCOME_INFO_TITLE "Welcome to $(^NameDA) Setup"
|
||||
|
|
|
@ -106,7 +106,7 @@ Copyright 2008-2018 Joost Verburg, Anders Kjersem
|
|||
; NATIVENAME: Native name of language. (In Unicode)
|
||||
; NATIVEASCIINAME: Native name of language using only ASCII, "=" if it is the same as NATIVENAME
|
||||
|
||||
; Example: LANGFILE "Swedish" = "Svenska" =
|
||||
; Example: LANGFILE "Swedish" = "Svenska" = (This is the same as LANGFILE "Swedish" "Swedish" "Svenska" "Svenska")
|
||||
; For more examples, see French.nsh, Greek.nsh and PortugueseBR.nsh
|
||||
|
||||
!ifdef LANGFILE_SETNAMES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue