diff options
author | Andras Timar <atimar@suse.com> | 2011-09-01 14:19:21 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-09-01 14:35:05 +0200 |
commit | b325ea0165adbd9ec31e007805d6e790be2d64e1 (patch) | |
tree | 4388ed312cc9755a55e58966e7a8b1f07f983531 /scp2 | |
parent | ee3b2614485740f6d329874e4bb30a1a0141368e (diff) |
add Arabic dictionary pack
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 5 | ||||
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 9 | ||||
-rw-r--r-- | scp2/source/ooo/module_ooo.scp | 11 | ||||
-rw-r--r-- | scp2/source/ooo/module_ooo.ulf | 6 |
4 files changed, 31 insertions, 0 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index a465cb55c434..2cdf18317b94 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -221,6 +221,11 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_Af DosName = "dict-af"; End +Directory gid_Brand_Dir_Share_Extensions_Dict_Ar + ParentID = gid_Brand_Dir_Share_Extensions; + DosName = "dict-ar"; +End + Directory gid_Brand_Dir_Share_Extensions_Dict_Br ParentID = gid_Brand_Dir_Share_Extensions; DosName = "dict-br"; diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index ef8e2faaf247..ad46442e2253 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -1812,6 +1812,15 @@ End #endif #ifndef WITHOUT_MYSPELL_DICTS +File gid_File_Extension_Dictionary_Ar + Dir = gid_Brand_Dir_Share_Extensions_Dict_Ar; + Name = "dict-ar.oxt"; + Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE); + UnixRights = 444; +End +#endif + +#ifndef WITHOUT_MYSPELL_DICTS File gid_File_Extension_Dictionary_Br Dir = gid_Brand_Dir_Share_Extensions_Dict_Br; Name = "dict-br.oxt"; diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index 9162f09f82e7..d8b3397c4d63 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -67,6 +67,17 @@ Module gid_Module_Root_Extension_Dictionary_Af Styles = (); End +Module gid_Module_Root_Extension_Dictionary_Ar + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_AR ); + Files = (gid_File_Extension_Dictionary_Ar); + InstallOrder = "2000"; + Sortkey = "510"; + Spellcheckerlanguage = "ar"; + PackageInfo = "packinfo_office.txt"; + ParentID = gid_Module_Dictionaries; + Styles = (); +End + Module gid_Module_Root_Extension_Dictionary_Br MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_BR ); Files = (gid_File_Extension_Dictionary_Br); diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf index 86de27abf64e..2511277edea3 100644 --- a/scp2/source/ooo/module_ooo.ulf +++ b/scp2/source/ooo/module_ooo.ulf @@ -55,6 +55,12 @@ en-US = "Afrikaans" [STR_DESC_MODULE_EXTENSION_DICTIONARY_AF] en-US = "Afrikaans spell checker" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_AR] +en-US = "Arabic" + +[STR_DESC_MODULE_EXTENSION_DICTIONARY_AR] +en-US = "Arabic spell checker and thesaurus" + [STR_NAME_MODULE_EXTENSION_DICTIONARY_BR] en-US = "Breton" |