~s-cecilio/lenmus/v5.3

« back to all changes in this revision

Viewing changes to installer/msw/locale/zh_CN.nsh

  • Committer: cecilios
  • Date: 2012-09-07 17:42:21 UTC
  • Revision ID: svn-v4:2587a929-2f0e-0410-ae78-fe6f687d5efe:branches/TRY-5.0:721
initial commit with all changes for 5.1. See changelog

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
; File 'zh_CN.nsh'
2
 
;========================================================================================
3
 
; Simplified Chinese  language file for lenmus installer/uninstaller
4
 
;---------------------------------------------------------------------------------------------------------
5
 
 
6
 
LicenseLangString license ${LANG_SimpChinese} ".\locale\license_en.txt"
7
 
 
8
 
;strings to customize MUI pages
9
 
LangString MSG_OptionalComponents   ${LANG_SimpChinese} "Please choose the optional components you would like to install"
10
 
 
11
 
 
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')"
16
 
 
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."
21
 
 
22
 
 
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"
31
 
 
32
 
 
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}"
37
 
 
38
 
;other strings
39
 
LangString OTHER_LangName             ${LANG_SimpChinese} "zn_CN"
40
 
 
41
 
;End English language file
42
 
;=========================================================================================