~s-cecilio/lenmus/v5.3

« back to all changes in this revision

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

  • Committer: cecilios
  • Date: 2007-05-19 11:39:03 UTC
  • Revision ID: svn-v4:2587a929-2f0e-0410-ae78-fe6f687d5efe:trunk:236

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
; File 'el_GR.nsh'
2
 
;========================================================================================
3
 
; Greek language file for lenmus installer/uninstaller
4
 
;---------------------------------------------------------------------------------------------------------
5
 
 
6
 
LicenseLangString license ${LANG_Greek} ".\locale\license_el_GR.txt"
7
 
 
8
 
;strings to customize MUI pages
9
 
LangString MSG_OptionalComponents   ${LANG_Greek} "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_Greek} "Shorcut on desktop"
14
 
LangString TITLE_Scores         ${LANG_Greek} "Examples of music scores"
15
 
LangString TITLE_RegKeys        ${LANG_Greek} "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_Greek} "Create a shorcut icon on the desktop"
19
 
LangString DESC_Scores          ${LANG_Greek} "Create a folder containing some examples of music scores"
20
 
LangString DESC_RegKeys         ${LANG_Greek} "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_Greek} "Error copying program files"
25
 
LangString ERROR_InstallFonts       ${LANG_Greek} "Error installing font"
26
 
LangString ERROR_CreateIcon         ${LANG_Greek} "Error creating shortcut on desktop"
27
 
LangString ERROR_CopyScores         ${LANG_Greek} "Error copying examples of music scores"
28
 
LangString MSG_CONTINUE             ${LANG_Greek} "Would you like to continue the installation?"
29
 
LangString MSG_ABORT                ${LANG_Greek} "Installation canceled"
30
 
 
31
 
 
32
 
;start menu & desktop descriptions
33
 
LangString SM_PRODUCT_GROUP             ${LANG_Greek} "${APP_NAME}"
34
 
LangString SHORTCUT_NAME_EXEC           ${LANG_Greek} "Run ${APP_NAME}"
35
 
LangString SHORTCUT_NAME_UNINSTALL      ${LANG_Greek} "Uninstall ${APP_NAME}"
36
 
 
37
 
;other strings
38
 
LangString OTHER_LangName             ${LANG_Greek} "el_GR"
39
 
 
40
 
;End Greek language file
41
 
;=========================================================================================