diff options
author | Andras Timar <atimar@suse.com> | 2011-11-25 23:24:18 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-11-25 23:26:03 +0100 |
commit | 2e366cbdedd542e2324684f4b8b2517dbfcd7f59 (patch) | |
tree | cf4b75dc019dd4afeeafd13bc667930306c70c83 /scp2/source | |
parent | 591191038e9d3847b258ab467182497e736d2cfb (diff) |
add Belarusian, Greek, Scottish Gaelic, and Telugu dictionaries
Diffstat (limited to 'scp2/source')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 20 | ||||
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 36 | ||||
-rw-r--r-- | scp2/source/ooo/module_ooo.scp | 48 | ||||
-rw-r--r-- | scp2/source/ooo/module_ooo.ulf | 24 |
4 files changed, 126 insertions, 2 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 791eb6db3e3a..203f148843f1 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -202,6 +202,11 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_Ar DosName = "dict-ar"; End +Directory gid_Brand_Dir_Share_Extensions_Dict_Be + ParentID = gid_Brand_Dir_Share_Extensions; + DosName = "dict-be"; +End + Directory gid_Brand_Dir_Share_Extensions_Dict_Bg ParentID = gid_Brand_Dir_Share_Extensions; DosName = "dict-bg"; @@ -242,6 +247,11 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_En DosName = "dict-en"; End +Directory gid_Brand_Dir_Share_Extensions_Dict_El + ParentID = gid_Brand_Dir_Share_Extensions; + DosName = "dict-el"; +End + Directory gid_Brand_Dir_Share_Extensions_Dict_Es ParentID = gid_Brand_Dir_Share_Extensions; DosName = "dict-es"; @@ -257,6 +267,11 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_Fr DosName = "dict-fr"; End +Directory gid_Brand_Dir_Share_Extensions_Dict_Gd + ParentID = gid_Brand_Dir_Share_Extensions; + DosName = "dict-gd"; +End + Directory gid_Brand_Dir_Share_Extensions_Dict_Gl ParentID = gid_Brand_Dir_Share_Extensions; DosName = "dict-gl"; @@ -377,6 +392,11 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_Sw DosName = "dict-sw"; End +Directory gid_Brand_Dir_Share_Extensions_Dict_Te + ParentID = gid_Brand_Dir_Share_Extensions; + DosName = "dict-te"; +End + Directory gid_Brand_Dir_Share_Extensions_Dict_Th ParentID = gid_Brand_Dir_Share_Extensions; DosName = "dict-th"; diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index b53c69dee678..adce11d9b41a 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -1304,6 +1304,15 @@ End #endif #ifndef WITHOUT_MYSPELL_DICTS +File gid_File_Extension_Dictionary_Be + Dir = gid_Brand_Dir_Share_Extensions_Dict_Be; + Name = "dict-be.oxt"; + Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE); + UnixRights = 444; +End +#endif + +#ifndef WITHOUT_MYSPELL_DICTS File gid_File_Extension_Dictionary_Bg Dir = gid_Brand_Dir_Share_Extensions_Dict_Bg; Name = "dict-bg.oxt"; @@ -1376,6 +1385,15 @@ End #endif #ifndef WITHOUT_MYSPELL_DICTS +File gid_File_Extension_Dictionary_El + Dir = gid_Brand_Dir_Share_Extensions_Dict_El; + Name = "dict-el.oxt"; + Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE); + UnixRights = 444; +End +#endif + +#ifndef WITHOUT_MYSPELL_DICTS File gid_File_Extension_Dictionary_Es Dir = gid_Brand_Dir_Share_Extensions_Dict_Es; Name = "dict-es.oxt"; @@ -1403,6 +1421,15 @@ End #endif #ifndef WITHOUT_MYSPELL_DICTS +File gid_File_Extension_Dictionary_Gd + Dir = gid_Brand_Dir_Share_Extensions_Dict_Gd; + Name = "dict-gd.oxt"; + Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE); + UnixRights = 444; +End +#endif + +#ifndef WITHOUT_MYSPELL_DICTS File gid_File_Extension_Dictionary_Gl Dir = gid_Brand_Dir_Share_Extensions_Dict_Gl; Name = "dict-gl.oxt"; @@ -1619,6 +1646,15 @@ End #endif #ifndef WITHOUT_MYSPELL_DICTS +File gid_File_Extension_Dictionary_Te + Dir = gid_Brand_Dir_Share_Extensions_Dict_Te; + Name = "dict-te.oxt"; + Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE); + UnixRights = 444; +End +#endif + +#ifndef WITHOUT_MYSPELL_DICTS File gid_File_Extension_Dictionary_Th Dir = gid_Brand_Dir_Share_Extensions_Dict_Th; Name = "dict-th.oxt"; diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index 8afa37dfaae7..473a026fd1bf 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -78,11 +78,22 @@ Module gid_Module_Root_Extension_Dictionary_Ar Styles = (); End +Module gid_Module_Root_Extension_Dictionary_Be + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_BE ); + Files = (gid_File_Extension_Dictionary_Be); + InstallOrder = "2000"; + Sortkey = "512"; + Spellcheckerlanguage = "be"; + PackageInfo = "packinfo_office.txt"; + ParentID = gid_Module_Dictionaries; + 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 = "512"; + Sortkey = "513"; Spellcheckerlanguage = "bg"; PackageInfo = "packinfo_office.txt"; ParentID = gid_Module_Dictionaries; @@ -93,7 +104,7 @@ Module gid_Module_Root_Extension_Dictionary_Bn MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_BN ); Files = (gid_File_Extension_Dictionary_Bn); InstallOrder = "2000"; - Sortkey = "513"; + Sortkey = "514"; Spellcheckerlanguage = "bn"; PackageInfo = "packinfo_office.txt"; ParentID = gid_Module_Dictionaries; @@ -166,6 +177,17 @@ Module gid_Module_Root_Extension_Dictionary_En Styles = (); End +Module gid_Module_Root_Extension_Dictionary_El + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_EL ); + Files = (gid_File_Extension_Dictionary_El); + InstallOrder = "2000"; + Sortkey = "719"; + Spellcheckerlanguage = "el"; + PackageInfo = "packinfo_office.txt"; + ParentID = gid_Module_Dictionaries; + Styles = (); +End + Module gid_Module_Root_Extension_Dictionary_Es MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_ES ); Files = (gid_File_Extension_Dictionary_Es); @@ -199,6 +221,17 @@ Module gid_Module_Root_Extension_Dictionary_Fr Styles = (); End +Module gid_Module_Root_Extension_Dictionary_Gd + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_GD ); + Files = (gid_File_Extension_Dictionary_Gd); + InstallOrder = "2000"; + Sortkey = "563"; + Spellcheckerlanguage = "gd"; + PackageInfo = "packinfo_office.txt"; + ParentID = gid_Module_Dictionaries; + Styles = (); +End + Module gid_Module_Root_Extension_Dictionary_Gl MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_GL ); Files = (gid_File_Extension_Dictionary_Gl); @@ -463,6 +496,17 @@ Module gid_Module_Root_Extension_Dictionary_Sw Styles = (); End +Module gid_Module_Root_Extension_Dictionary_Te + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_TE ); + Files = (gid_File_Extension_Dictionary_Te); + InstallOrder = "2000"; + Sortkey = "748"; + Spellcheckerlanguage = "te"; + PackageInfo = "packinfo_office.txt"; + ParentID = gid_Module_Dictionaries; + Styles = (); +End + Module gid_Module_Root_Extension_Dictionary_Th MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_TH ); Files = (gid_File_Extension_Dictionary_Th); diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf index 598a44336711..4573c899bb9a 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 spelling dictionary, and thesaurus" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_BE] +en-US = "Belarusian" + +[STR_DESC_MODULE_EXTENSION_DICTIONARY_BE] +en-US = "Belarusian spelling dictionary" + [STR_NAME_MODULE_EXTENSION_DICTIONARY_BG] en-US = "Bulgarian" @@ -109,6 +115,12 @@ en-US = "English" [STR_DESC_MODULE_EXTENSION_DICTIONARY_EN] en-US = "English (Australia, Canada, South Africa, UK, USA) spelling dictionaries, hyphenation rules, and thesaurus" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_EL] +en-US = "Greek" + +[STR_DESC_MODULE_EXTENSION_DICTIONARY_EL] +en-US = "Greek spelling dictionary, and hyphenation rules" + [STR_NAME_MODULE_EXTENSION_DICTIONARY_ES] en-US = "Spanish" @@ -127,6 +139,12 @@ en-US = "French" [STR_DESC_MODULE_EXTENSION_DICTIONARY_FR] en-US = "French spelling dictionary, hyphenation rules, and thesaurus" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_GD] +en-US = "Scottish Gaelic" + +[STR_DESC_MODULE_EXTENSION_DICTIONARY_GD] +en-US = "Scottish Gaelic spelling dictionary" + [STR_NAME_MODULE_EXTENSION_DICTIONARY_GL] en-US = "Galician" @@ -271,6 +289,12 @@ en-US = "Swahili" [STR_DESC_MODULE_EXTENSION_DICTIONARY_SW] en-US = "Swahili spelling dictionary" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_TE] +en-US = "Telugu" + +[STR_DESC_MODULE_EXTENSION_DICTIONARY_TE] +en-US = "Telugu spelling dictionary, and hyphenation rules" + [STR_NAME_MODULE_EXTENSION_DICTIONARY_TH] en-US = "Thai" |