uses LANGNAME's (some language files have not been updated yet)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1381 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4f10c75e5d
commit
9274fcea16
1 changed files with 4 additions and 4 deletions
|
@ -153,13 +153,13 @@ Function .onInit
|
||||||
Push 8
|
Push 8
|
||||||
|
|
||||||
Push ${LANG_ENGLISH}
|
Push ${LANG_ENGLISH}
|
||||||
Push English
|
Push ${MUI_ENGLISH_LANGNAME}
|
||||||
Push ${LANG_FRENCH}
|
Push ${LANG_FRENCH}
|
||||||
Push Français
|
Push ${MUI_FRENCH_LANGNAME}
|
||||||
Push ${LANG_GERMAN}
|
Push ${LANG_GERMAN}
|
||||||
Push Deutsch
|
Push ${MUI_GERMAN_LANGNAME}
|
||||||
Push ${LANG_DUTCH}
|
Push ${LANG_DUTCH}
|
||||||
Push Nederlands
|
Push ${MUI_DUTCH_LANGNAME}
|
||||||
Push ${LANG_POLISH}
|
Push ${LANG_POLISH}
|
||||||
Push Polish
|
Push Polish
|
||||||
Push ${LANG_GREEK}
|
Push ${LANG_GREEK}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue