mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
installer: support for Greek menus
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33573 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d9575540d5
commit
6537e306ff
@ -59,6 +59,7 @@
|
|||||||
${endif}
|
${endif}
|
||||||
|
|
||||||
${if} ${LangISOCode} = 1032
|
${if} ${LangISOCode} = 1032
|
||||||
|
StrCpy ${LangNme} "Greek"
|
||||||
StrCpy ${LangCdeSys} "el"
|
StrCpy ${LangCdeSys} "el"
|
||||||
StrCpy ${LangNmeSys} "Greek"
|
StrCpy ${LangNmeSys} "Greek"
|
||||||
StrCpy ${LangSysEnc} "1253"
|
StrCpy ${LangSysEnc} "1253"
|
||||||
@ -583,6 +584,11 @@
|
|||||||
StrCpy ${LangEnc} "cp-1252"
|
StrCpy ${LangEnc} "cp-1252"
|
||||||
${endif}
|
${endif}
|
||||||
|
|
||||||
|
${if} ${Name} == "Greek"
|
||||||
|
StrCpy ${LangCde} "el_GR"
|
||||||
|
StrCpy ${LangEnc} "cp-1253"
|
||||||
|
${endif}
|
||||||
|
|
||||||
${if} ${Name} == "Hebrew"
|
${if} ${Name} == "Hebrew"
|
||||||
StrCpy ${LangCde} "he_IL"
|
StrCpy ${LangCde} "he_IL"
|
||||||
StrCpy ${LangEnc} "cp-1255"
|
StrCpy ${LangEnc} "cp-1255"
|
||||||
|
@ -11,7 +11,7 @@ Text=" Available Languages "
|
|||||||
|
|
||||||
[Field 2]
|
[Field 2]
|
||||||
Type=Droplist
|
Type=Droplist
|
||||||
ListItems=Arabic|Bahasa Indonesia|Català|Ceština|Chinese (China)|Chinese (Taiwan)|Dansk|Deutsch|English|Español|Euskara|Français|Galego|Hebrew|Italiano|Japanese|Korean|Magyar|Nederlands|Norsk|Nynorsk|Polski|Português|Româna|Russian|Slovenský|Slovenšcina|Suomi|Türkçe|Ukrainian
|
ListItems=Arabic|Bahasa Indonesia|Català|Ceština|Chinese (China)|Chinese (Taiwan)|Dansk|Deutsch|English|Español|Euskara|Français|Galego|Greek|Hebrew|Italiano|Japanese|Korean|Magyar|Nederlands|Norsk|Nynorsk|Polski|Português|Româna|Russian|Slovenský|Slovenšcina|Suomi|Türkçe|Ukrainian
|
||||||
Left=20
|
Left=20
|
||||||
Right=130
|
Right=130
|
||||||
Top=15
|
Top=15
|
||||||
|
Loading…
Reference in New Issue
Block a user