Files
2010-12-26 01:53:36 +01:00

27 lines
1.3 KiB
NSIS
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# language_menu.nsi
# Prepare for language selection menu with native language names
# In a separate file so the main script can remain ASCII text, whereas this
# file can be UTF-16LE
# Order doesn't appear to matter, NSIS sorts the menu by itself.
Push ${LANG_ENGLISH}
Push "English"
#Push ${LANG_GERMAN}
#Push "Deutsch"
#Push ${LANG_SPANISH}
#Push "Español"
#Push ${LANG_FRENCH}
#Push "Français"
#Push ${LANG_ITALIAN}
#Push "Italiano"
#Push ${LANG_DUTCH}
#Push "Nederlands"
#Push ${LANG_PORTUGUESEBR}
#Push "Português do Brasil"
#Push ${LANG_JAPANESE}
#Push "日本語"
#Push ${LANG_KOREAN}
#Push "한국어"
#Push ${LANG_SIMPCHINESE}
#Push "中文 (简体)"