2
;========================================================================================
3
; Simplified Chinese language file for lenmus installer/uninstaller
4
;---------------------------------------------------------------------------------------------------------
6
LicenseLangString license ${LANG_SimpChinese} ".\locale\license_en.txt"
8
;strings to customize MUI pages
9
LangString MSG_OptionalComponents ${LANG_SimpChinese} "Please choose the optional components you would like to install"
12
;section titles, what user sees to select components for installation
13
LangString TITLE_CreateIcon ${LANG_SimpChinese} "Shorcut on desktop"
14
LangString TITLE_Scores ${LANG_SimpChinese} "Examples of music scores"
15
LangString TITLE_RegKeys ${LANG_SimpChinese} "Add to Control Panel (to 'Add/Remove Programs')"
17
;descriptions for the sections. Displayed to user when mouse hovers over a section
18
LangString DESC_CreateIcon ${LANG_SimpChinese} "Create a shorcut icon on the desktop"
19
LangString DESC_Scores ${LANG_SimpChinese} "Create a folder containing some examples of music scores"
20
LangString DESC_RegKeys ${LANG_SimpChinese} "Create keys in Windows Registry to add LenMus to 'Add/Remove Programs' in the Control Panel."
23
;error messages and other texts
24
LangString ERROR_CopyFiles ${LANG_SimpChinese} "Error copying program files"
25
LangString ERROR_InstallFonts ${LANG_SimpChinese} "Error installing font"
26
LangString ERROR_CreateIcon ${LANG_SimpChinese} "Error creating shortcut on desktop"
27
LangString ERROR_CopyScores ${LANG_SimpChinese} "Error copying examples of music scores"
28
LangString ERROR_FindingInstall ${LANG_SimpChinese} "Unable to find LenMus install path. Update aborted."
29
LangString MSG_CONTINUE ${LANG_SimpChinese} "Would you like to continue the installation?"
30
LangString MSG_ABORT ${LANG_SimpChinese} "Installation canceled"
33
;start menu & desktop descriptions
34
LangString SM_PRODUCT_GROUP ${LANG_SimpChinese} "${APP_NAME}"
35
LangString SHORTCUT_NAME_EXEC ${LANG_SimpChinese} "Run ${APP_NAME}"
36
LangString SHORTCUT_NAME_UNINSTALL ${LANG_SimpChinese} "Uninstall ${APP_NAME}"
39
LangString OTHER_LangName ${LANG_SimpChinese} "zn_CN"
41
;End English language file
42
;=========================================================================================