diff options
author | Andras Timar <atimar@suse.com> | 2011-09-11 21:58:20 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-09-11 23:18:25 +0200 |
commit | 816ec9db016ea9d01124f13e2feccf4d10d118ad (patch) | |
tree | 0435e5ef3eb3e15189c826a843711f876a0d9272 /scp2 | |
parent | cfb081f76dca23ac895c73f88d64a5051eb3deef (diff) |
add Gujarati 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 cdd0c4e24f7a..b25628e14048 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -286,6 +286,11 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_Gl DosName = "dict-gl"; End +Directory gid_Brand_Dir_Share_Extensions_Dict_Gu + ParentID = gid_Brand_Dir_Share_Extensions; + DosName = "dict-gu"; +End + Directory gid_Brand_Dir_Share_Extensions_Dict_He ParentID = gid_Brand_Dir_Share_Extensions; DosName = "dict-he"; diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index ef73a7096710..c77b3e5c9a12 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -1929,6 +1929,15 @@ End #endif #ifndef WITHOUT_MYSPELL_DICTS +File gid_File_Extension_Dictionary_Gu + Dir = gid_Brand_Dir_Share_Extensions_Dict_Gu; + Name = "dict-gu.oxt"; + Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE); + UnixRights = 444; +End +#endif + +#ifndef WITHOUT_MYSPELL_DICTS File gid_File_Extension_Dictionary_He Dir = gid_Brand_Dir_Share_Extensions_Dict_He; Name = "dict-he.oxt"; diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index 630b87652730..9daf3883df6b 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -210,6 +210,17 @@ Module gid_Module_Root_Extension_Dictionary_Gl Styles = (); End +Module gid_Module_Root_Extension_Dictionary_Gu + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_GU ); + Files = (gid_File_Extension_Dictionary_Gu); + InstallOrder = "2000"; + Sortkey = "567"; + Spellcheckerlanguage = "gu"; + PackageInfo = "packinfo_office.txt"; + ParentID = gid_Module_Dictionaries; + Styles = (); +End + Module gid_Module_Root_Extension_Dictionary_He MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_HE ); Files = (gid_File_Extension_Dictionary_He); diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf index c383ee254937..21061dd983f6 100644 --- a/scp2/source/ooo/module_ooo.ulf +++ b/scp2/source/ooo/module_ooo.ulf @@ -133,6 +133,12 @@ en-US = "Galician" [STR_DESC_MODULE_EXTENSION_DICTIONARY_GL] en-US = "Galician spellchecker dictionary for %PRODUCTNAME" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_GU] +en-US = "Gujarati" + +[STR_DESC_MODULE_EXTENSION_DICTIONARY_GU] +en-US = "Gujarati spelling dictionary" + [STR_NAME_MODULE_EXTENSION_DICTIONARY_HE] en-US = "Hebrew" |