diff options
author | Andras Timar <atimar@suse.com> | 2011-09-11 21:04:37 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-09-11 23:18:22 +0200 |
commit | cfb081f76dca23ac895c73f88d64a5051eb3deef (patch) | |
tree | 8826b3c8a56d42243dabc2b30885cb7f2b01ee4b /scp2 | |
parent | 9535b8fae2b38f78df95b82e4614e26ce721ce4b (diff) |
add Bengali 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 | 15 | ||||
-rw-r--r-- | scp2/source/ooo/module_ooo.ulf | 6 |
4 files changed, 33 insertions, 2 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 2205d3028f21..cdd0c4e24f7a 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -231,6 +231,11 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_Bg DosName = "dict-bg"; End +Directory gid_Brand_Dir_Share_Extensions_Dict_Bn + ParentID = gid_Brand_Dir_Share_Extensions; + DosName = "dict-bn"; +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 25c863e40e67..ef73a7096710 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -1830,6 +1830,15 @@ End #endif #ifndef WITHOUT_MYSPELL_DICTS +File gid_File_Extension_Dictionary_Bn + Dir = gid_Brand_Dir_Share_Extensions_Dict_Bn; + Name = "dict-bn.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 1173c3d4f0c5..630b87652730 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -71,7 +71,7 @@ Module gid_Module_Root_Extension_Dictionary_Ar MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_AR ); Files = (gid_File_Extension_Dictionary_Ar); InstallOrder = "2000"; - Sortkey = "510"; + Sortkey = "511"; Spellcheckerlanguage = "ar"; PackageInfo = "packinfo_office.txt"; ParentID = gid_Module_Dictionaries; @@ -82,13 +82,24 @@ Module gid_Module_Root_Extension_Dictionary_Bg MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_BG ); Files = (gid_File_Extension_Dictionary_Bg); InstallOrder = "2000"; - Sortkey = "515"; + Sortkey = "512"; Spellcheckerlanguage = "bg"; PackageInfo = "packinfo_office.txt"; ParentID = gid_Module_Dictionaries; Styles = (); End +Module gid_Module_Root_Extension_Dictionary_Bn + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_BN ); + Files = (gid_File_Extension_Dictionary_Bn); + InstallOrder = "2000"; + Sortkey = "513"; + Spellcheckerlanguage = "bn"; + 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 6eb72ba9a495..c383ee254937 100644 --- a/scp2/source/ooo/module_ooo.ulf +++ b/scp2/source/ooo/module_ooo.ulf @@ -67,6 +67,12 @@ en-US = "Bulgarian" [STR_DESC_MODULE_EXTENSION_DICTIONARY_BG] en-US = "Bulgarian spelling and hyphenation dictionary and thesaurus" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_BN] +en-US = "Bengali" + +[STR_DESC_MODULE_EXTENSION_DICTIONARY_BN] +en-US = "Bengali spell checker" + [STR_NAME_MODULE_EXTENSION_DICTIONARY_BR] en-US = "Breton" |