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 | |
parent | b71d12fbfdd4aad0b576645a0d7bbf71d1da7a3a (diff) |
add Bulgarian dictionary pack
-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 | ||||
-rw-r--r-- | setup_native/source/packinfo/packinfo_office.txt | 16 | ||||
-rw-r--r-- | setup_native/source/packinfo/spellchecker_selection.txt | 1 |
6 files changed, 48 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" diff --git a/setup_native/source/packinfo/packinfo_office.txt b/setup_native/source/packinfo/packinfo_office.txt index 5ec443bf9696..fef00a6f2760 100644 --- a/setup_native/source/packinfo/packinfo_office.txt +++ b/setup_native/source/packinfo/packinfo_office.txt @@ -524,6 +524,22 @@ packageversion = "%PACKAGEVERSION" End Start +module = "gid_Module_Root_Extension_Dictionary_Bg" +script = "shellscripts_extensions.txt" +solarispackagename = "%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION-dict-bg" +solarisrequires = "%SOLSUREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure, %BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core01, %BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core02, %BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core03, %BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core04, %BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core05, %BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core06, %BASISPACKAGEPREFIX%WITHOUTDOTOOOBASEVERSION-core07, %PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION" +packagename = "%UNIXPACKAGENAME%BRANDPACKAGEVERSION-dict-bg" +requires = "%UREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure,%BASISPACKAGEPREFIX%OOOBASEVERSION-core01,%BASISPACKAGEPREFIX%OOOBASEVERSION-core02,%BASISPACKAGEPREFIX%OOOBASEVERSION-core03,%BASISPACKAGEPREFIX%OOOBASEVERSION-core04,%BASISPACKAGEPREFIX%OOOBASEVERSION-core05,%BASISPACKAGEPREFIX%OOOBASEVERSION-core06,%BASISPACKAGEPREFIX%OOOBASEVERSION-core07,%UNIXPACKAGENAME%BRANDPACKAGEVERSION" +linuxpatchrequires = "" +copyright = "Copyright (C) 2001 Anton Zinoviev, Borislav Mitev, Radostin Radnev" +solariscopyright = "solariscopyrightfile" +vendor = "Radostin Radnev" +description = "Bg dictionary for %PRODUCTNAME %PRODUCTVERSION" +destpath = "/opt" +packageversion = "%PACKAGEVERSION" +End + +Start module = "gid_Module_Root_Extension_Dictionary_Br" script = "shellscripts_extensions.txt" solarispackagename = "%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION-dict-br" diff --git a/setup_native/source/packinfo/spellchecker_selection.txt b/setup_native/source/packinfo/spellchecker_selection.txt index 51944c0fbeb5..40d4486b59f3 100644 --- a/setup_native/source/packinfo/spellchecker_selection.txt +++ b/setup_native/source/packinfo/spellchecker_selection.txt @@ -10,6 +10,7 @@ af = "af" ar = "ar" +bg = "bg" br = "br,fr" ca = "ca,es,fr" cs = "cs" |