mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 01:08:45 +00:00
installer: support for Ukrainian menu names
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25866 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f19d1f3ecb
commit
a660a0eca0
@ -1,6 +1,7 @@
|
||||
Version 3.25
|
||||
- LyX 1.5.6
|
||||
|
||||
- support to set Ukrainian as LyX's menu language
|
||||
- When Aspell is installed together with this installer (this will be the
|
||||
case when Aspell is not already installed), now every user on the PC
|
||||
gets his personal word list files.
|
||||
|
@ -154,7 +154,7 @@
|
||||
StrCpy ${LangSysEnc} "1250"
|
||||
${endif}
|
||||
|
||||
${if} ${LangISOCode} = 1046 # for portuguese (brasilian)
|
||||
${if} ${LangISOCode} = 1046 # for Portuguese (brasilian)
|
||||
StrCpy ${LangNme} "Português"
|
||||
StrCpy ${LangCdeSys} "pt"
|
||||
StrCpy ${LangNmeSys} "Português"
|
||||
@ -385,7 +385,7 @@
|
||||
StrCpy ${LangSysEnc} "1252"
|
||||
${endif}
|
||||
|
||||
${if} ${LangISOCode} = 2070 # for portuguese
|
||||
${if} ${LangISOCode} = 2070 # for Portuguese
|
||||
StrCpy ${LangNme} "Português"
|
||||
StrCpy ${LangCdeSys} "pt"
|
||||
StrCpy ${LangNmeSys} "Português"
|
||||
@ -653,6 +653,11 @@
|
||||
StrCpy ${LangEnc} "cp-1254"
|
||||
${endif}
|
||||
|
||||
${if} ${Name} == "Ukrainian"
|
||||
StrCpy ${LangCde} "uk_UA"
|
||||
StrCpy ${LangEnc} "cp-1251"
|
||||
${endif}
|
||||
|
||||
!macroend
|
||||
|
||||
#--------------------
|
||||
|
@ -11,7 +11,7 @@ Text=" Available Languages "
|
||||
|
||||
[Field 2]
|
||||
Type=Droplist
|
||||
ListItems=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
|
||||
ListItems=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
|
||||
Left=20
|
||||
Right=130
|
||||
Top=15
|
||||
|
Loading…
Reference in New Issue
Block a user