From cfb081f76dca23ac895c73f88d64a5051eb3deef Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sun, 11 Sep 2011 21:04:37 +0200 Subject: add Bengali dictionary pack --- scp2/source/ooo/common_brand.scp | 5 +++++ scp2/source/ooo/file_ooo.scp | 9 +++++++++ scp2/source/ooo/module_ooo.scp | 15 +++++++++++++-- scp2/source/ooo/module_ooo.ulf | 6 ++++++ 4 files changed, 33 insertions(+), 2 deletions(-) (limited to 'scp2') 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 @@ -1829,6 +1829,15 @@ File gid_File_Extension_Dictionary_Bg 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; 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" -- cgit v1.2.3