2
;========================================================================================
3
; Greek language file for lenmus installer/uninstaller
4
;---------------------------------------------------------------------------------------------------------
6
LicenseLangString license ${LANG_Greek} ".\locale\license_el_GR.txt"
8
;strings to customize MUI pages
9
LangString MSG_OptionalComponents ${LANG_Greek} "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_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')"
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."
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"
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}"
38
LangString OTHER_LangName ${LANG_Greek} "el_GR"
40
;End Greek language file
41
;=========================================================================================