mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
installer: support for the new Portuguese translation
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19570 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
80d05ab95c
commit
88c869c928
@ -155,7 +155,7 @@
|
||||
${endif}
|
||||
|
||||
${if} ${LangISOCode} = 1046 # for portuguese (brasilian)
|
||||
StrCpy ${LangNme} "English" # there is currently no portuguese translation of LyX but of the installer
|
||||
StrCpy ${LangNme} "Português"
|
||||
StrCpy ${LangCdeSys} "pt"
|
||||
StrCpy ${LangNmeSys} "Português"
|
||||
StrCpy ${LangSysEnc} "1252"
|
||||
@ -386,7 +386,7 @@
|
||||
${endif}
|
||||
|
||||
${if} ${LangISOCode} = 2070 # for portuguese
|
||||
StrCpy ${LangNme} "English" # there is currently no portuguese translation of LyX but of the installer
|
||||
StrCpy ${LangNme} "Português"
|
||||
StrCpy ${LangCdeSys} "pt"
|
||||
StrCpy ${LangNmeSys} "Português"
|
||||
StrCpy ${LangSysEnc} "1252"
|
||||
@ -613,6 +613,11 @@
|
||||
StrCpy ${LangEnc} "cp-1250"
|
||||
${endif}
|
||||
|
||||
${if} ${Name} == "Português"
|
||||
StrCpy ${LangCde} "pt_PT"
|
||||
StrCpy ${LangEnc} "cp-1252"
|
||||
${endif}
|
||||
|
||||
${if} ${Name} == "Româna"
|
||||
StrCpy ${LangCde} "ro_RO"
|
||||
StrCpy ${LangEnc} "cp-1250"
|
||||
|
@ -11,7 +11,7 @@ Text=" Available Languages "
|
||||
|
||||
[Field 2]
|
||||
Type=Droplist
|
||||
ListItems=Ceština|Chinese (China)|Chinese (Taiwan)|Dansk|Deutsch|English|Español|Euskara|Français|Galego|Hebrew|Italiano|Japanese|Korean|Magyar|Nederlands|Norsk|Nynorsk|Polski|Româna|Russian|Slovenský|Slovenšcina|Suomi|Türkçe
|
||||
ListItems=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
|
||||
Left=20
|
||||
Right=130
|
||||
Top=15
|
||||
|
Loading…
Reference in New Issue
Block a user