mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
installer: new Arabic translation
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26045 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
90b8604a58
commit
04e7d1ac39
@ -3,6 +3,7 @@
|
||||
(list of current regressions: http://tinyurl.com/yu4the )
|
||||
(list of current crashes and critical bugs: http://tinyurl.com/653prg)
|
||||
- Ukrainian translation of the installer (thanks to Yuri Chornoivan)
|
||||
- Arabic translation of the installer (thanks to Hatim Alahmad)
|
||||
|
||||
|
||||
Version 4.06
|
||||
|
@ -518,6 +518,11 @@
|
||||
|
||||
!macro GetLangCode LangCde Name LangEnc
|
||||
|
||||
${if} ${Name} = "Arabic"
|
||||
StrCpy ${LangCde} "ar_SA"
|
||||
StrCpy ${LangEnc} "cp-1256"
|
||||
${endif}
|
||||
|
||||
${if} ${Name} == "Català"
|
||||
StrCpy ${LangCde} "ca_ES"
|
||||
StrCpy ${LangEnc} "cp-1252"
|
||||
|
@ -1,5 +1,6 @@
|
||||
# list of all languages the installers are translated to
|
||||
!insertmacro MUI_LANGUAGE "English" # first language is the default language
|
||||
!insertmacro MUI_LANGUAGE "Arabic"
|
||||
!insertmacro MUI_LANGUAGE "Czech"
|
||||
!insertmacro MUI_LANGUAGE "Danish"
|
||||
!insertmacro MUI_LANGUAGE "Dutch"
|
||||
@ -20,6 +21,7 @@
|
||||
!insertmacro MUI_LANGUAGE "Ukrainian"
|
||||
|
||||
!include "lyx_languages\english.nsh"
|
||||
!include "lyx_languages\arabic.nsh"
|
||||
!include "lyx_languages\czech.nsh"
|
||||
!include "lyx_languages\danish.nsh"
|
||||
!include "lyx_languages\dutch.nsh"
|
||||
|
@ -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|Ukrainian
|
||||
ListItems=Arabic|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
|
||||
|
@ -4,5 +4,6 @@ turkish.nsh : ISO-8859-9
|
||||
slovak.nsh, polish.nsh, romanian.nsh : Windows cp-1250
|
||||
japanese.nsh: Shift_JIS
|
||||
ukrainian.nsh : Windows cp-1251
|
||||
arabic.nsh: Windows cp-1256
|
||||
|
||||
all other files are in Windows cp-1252
|
Loading…
Reference in New Issue
Block a user