diff options
author | Andras Timar <atimar@suse.com> | 2011-09-11 20:10:01 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-09-11 23:18:20 +0200 |
commit | 9535b8fae2b38f78df95b82e4614e26ce721ce4b (patch) | |
tree | eccd0c6456485fc74a18b14097ef3b5220e17894 /scp2 | |
parent | b71d12fbfdd4aad0b576645a0d7bbf71d1da7a3a (diff) |
add Bulgarian 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 a4b487f4327c..2205d3028f21 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -226,6 +226,11 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_Ar DosName = "dict-ar"; End +Directory gid_Brand_Dir_Share_Extensions_Dict_Bg + ParentID = gid_Brand_Dir_Share_Extensions; + DosName = "dict-bg"; +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 61589b6e55c1..25c863e40e67 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -1821,6 +1821,15 @@ End #endif #ifndef WITHOUT_MYSPELL_DICTS +File gid_File_Extension_Dictionary_Bg + Dir = gid_Brand_Dir_Share_Extensions_Dict_Bg; + Name = "dict-bg.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 d94acf4df8e0..1173c3d4f0c5 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -78,6 +78,17 @@ Module gid_Module_Root_Extension_Dictionary_Ar Styles = (); End +Module gid_Module_Root_Extension_Dictionary_Bg + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_BG ); + Files = (gid_File_Extension_Dictionary_Bg); + InstallOrder = "2000"; + Sortkey = "515"; + Spellcheckerlanguage = "bg"; + 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 bf3687cb099a..6eb72ba9a495 100644 --- a/scp2/source/ooo/module_ooo.ulf +++ b/scp2/source/ooo/module_ooo.ulf @@ -61,6 +61,12 @@ en-US = "Arabic" [STR_DESC_MODULE_EXTENSION_DICTIONARY_AR] en-US = "Arabic spell checker and thesaurus" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_BG] +en-US = "Bulgarian" + +[STR_DESC_MODULE_EXTENSION_DICTIONARY_BG] +en-US = "Bulgarian spelling and hyphenation dictionary and thesaurus" + [STR_NAME_MODULE_EXTENSION_DICTIONARY_BR] en-US = "Breton" |