Files
SingularityViewer/indra/newview/installers/windows/language_menu.nsi
2010-04-02 02:48:44 -03:00

27 lines
1.3 KiB
NSIS
Raw 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 "中文 (简体)"