diff options
author | Andras Timar <atimar@suse.com> | 2011-09-11 22:05:41 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-09-11 23:18:27 +0200 |
commit | 55c3ce29d1b678145800e3c4a74bc1b73a09d70f (patch) | |
tree | 6a88aeec167b63dd44a8e393782ec0f4fa7f0061 /scp2 | |
parent | 816ec9db016ea9d01124f13e2feccf4d10d118ad (diff) |
add Hindi 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 b25628e14048..517ed62484da 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -296,6 +296,11 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_He DosName = "dict-he"; End +Directory gid_Brand_Dir_Share_Extensions_Dict_Hi + ParentID = gid_Brand_Dir_Share_Extensions; + DosName = "dict-hi"; +End + Directory gid_Brand_Dir_Share_Extensions_Dict_Hu ParentID = gid_Brand_Dir_Share_Extensions; DosName = "dict-hu"; diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index c77b3e5c9a12..a77bed16d394 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -1947,6 +1947,15 @@ End #endif #ifndef WITHOUT_MYSPELL_DICTS +File gid_File_Extension_Dictionary_Hi + Dir = gid_Brand_Dir_Share_Extensions_Dict_Hi; + Name = "dict-hi.oxt"; + Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE); + UnixRights = 444; +End +#endif + +#ifndef WITHOUT_MYSPELL_DICTS File gid_File_Extension_Dictionary_Hu Dir = gid_Brand_Dir_Share_Extensions_Dict_Hu; Name = "dict-hu.oxt"; diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index 9daf3883df6b..f40937147ab1 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -232,6 +232,17 @@ Module gid_Module_Root_Extension_Dictionary_He Styles = (); End +Module gid_Module_Root_Extension_Dictionary_Hi + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_HI ); + Files = (gid_File_Extension_Dictionary_Hi); + InstallOrder = "2000"; + Sortkey = "595"; + Spellcheckerlanguage = "hi"; + PackageInfo = "packinfo_office.txt"; + ParentID = gid_Module_Dictionaries; + Styles = (); +End + Module gid_Module_Root_Extension_Dictionary_Hu MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_HU ); Files = (gid_File_Extension_Dictionary_Hu); diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf index 21061dd983f6..c7e13902af23 100644 --- a/scp2/source/ooo/module_ooo.ulf +++ b/scp2/source/ooo/module_ooo.ulf @@ -145,6 +145,12 @@ en-US = "Hebrew" [STR_DESC_MODULE_EXTENSION_DICTIONARY_HE] en-US = "Hebrew spell check dictionary" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_HI] +en-US = "Hindi" + +[STR_DESC_MODULE_EXTENSION_DICTIONARY_HI] +en-US = "Hindi spelling dictionary" + [STR_NAME_MODULE_EXTENSION_DICTIONARY_HU] en-US = "Hungarian" |