diff options
author | Andras Timar <atimar@suse.com> | 2011-12-08 13:33:17 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-12-14 22:07:07 +0100 |
commit | ad18a9c83f48bd37c3185545d364f115ec42dade (patch) | |
tree | 22f95870e98aca24d58c34fbd077f21b23f84425 /scp2 | |
parent | 91e222ddd98580e2726559f8d7eead66fa6f080f (diff) |
add Aragonese spelling dictionary
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 | 13 | ||||
-rw-r--r-- | scp2/source/ooo/module_ooo.ulf | 6 |
4 files changed, 32 insertions, 1 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 203f148843f1..cf0a577e559b 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -197,6 +197,11 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_Af DosName = "dict-af"; End +Directory gid_Brand_Dir_Share_Extensions_Dict_An + ParentID = gid_Brand_Dir_Share_Extensions; + DosName = "dict-an"; +End + Directory gid_Brand_Dir_Share_Extensions_Dict_Ar ParentID = gid_Brand_Dir_Share_Extensions; DosName = "dict-ar"; diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index b4630a655231..b87b7fa6598a 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -1313,6 +1313,15 @@ End #endif #ifndef WITHOUT_MYSPELL_DICTS +File gid_File_Extension_Dictionary_An + Dir = gid_Brand_Dir_Share_Extensions_Dict_An; + Name = "dict-an.oxt"; + Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE); + UnixRights = 444; +End +#endif + +#ifndef WITHOUT_MYSPELL_DICTS File gid_File_Extension_Dictionary_Ar Dir = gid_Brand_Dir_Share_Extensions_Dict_Ar; Name = "dict-ar.oxt"; diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index 473a026fd1bf..5b7620594b5d 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -60,13 +60,24 @@ Module gid_Module_Root_Extension_Dictionary_Af MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_AF ); Files = (gid_File_Extension_Dictionary_Af); InstallOrder = "2000"; - Sortkey = "510"; + Sortkey = "500"; Spellcheckerlanguage = "af"; PackageInfo = "packinfo_office.txt"; ParentID = gid_Module_Dictionaries; Styles = (); End +Module gid_Module_Root_Extension_Dictionary_An + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_AN ); + Files = (gid_File_Extension_Dictionary_An); + InstallOrder = "2000"; + Sortkey = "510"; + Spellcheckerlanguage = "an"; + PackageInfo = "packinfo_office.txt"; + ParentID = gid_Module_Dictionaries; + Styles = (); +End + Module gid_Module_Root_Extension_Dictionary_Ar MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_AR ); Files = (gid_File_Extension_Dictionary_Ar); diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf index 4573c899bb9a..7fbb685c9695 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 spelling dictionary, and hyphenation rules" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_AN] +en-US = "Aragonese" + +[STR_DESC_MODULE_EXTENSION_DICTIONARY_AN] +en-US = "Aragonese spelling dictionary" + [STR_NAME_MODULE_EXTENSION_DICTIONARY_AR] en-US = "Arabic" |