diff options
author | Andras Timar <atimar@suse.com> | 2011-12-12 16:27:20 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-12-12 16:28:10 +0100 |
commit | 87becfbd2a4d440925f1680c1cc85afa0cef350a (patch) | |
tree | de004f7659ae1a8f43d1ee68464ee72b94fec1ba /scp2 | |
parent | 9e8ac5c91e8bd42467b130b3cd53da44f7b736f6 (diff) |
add Sinhala spelling dictionary
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 cf0a577e559b..04131ec2edae 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -372,6 +372,11 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_Ru DosName = "dict-ru"; End +Directory gid_Brand_Dir_Share_Extensions_Dict_Si + ParentID = gid_Brand_Dir_Share_Extensions; + DosName = "dict-si"; +End + Directory gid_Brand_Dir_Share_Extensions_Dict_Sk ParentID = gid_Brand_Dir_Share_Extensions; DosName = "dict-sk"; diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index b87b7fa6598a..a3dd2222f134 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -1628,6 +1628,15 @@ End #endif #ifndef WITHOUT_MYSPELL_DICTS +File gid_File_Extension_Dictionary_Si + Dir = gid_Brand_Dir_Share_Extensions_Dict_Si; + Name = "dict-si.oxt"; + Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE); + UnixRights = 444; +End +#endif + +#ifndef WITHOUT_MYSPELL_DICTS File gid_File_Extension_Dictionary_Sk Dir = gid_Brand_Dir_Share_Extensions_Dict_Sk; Name = "dict-sk.oxt"; diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index 5b7620594b5d..23196e2ddbed 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -452,6 +452,17 @@ Module gid_Module_Root_Extension_Dictionary_Ru Styles = (); End +Module gid_Module_Root_Extension_Dictionary_Si + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_SI ); + Files = (gid_File_Extension_Dictionary_Si); + InstallOrder = "2000"; + Sortkey = "690"; + Spellcheckerlanguage = "si"; + PackageInfo = "packinfo_office.txt"; + ParentID = gid_Module_Dictionaries; + Styles = (); +End + Module gid_Module_Root_Extension_Dictionary_Sk MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_SK ); Files = (gid_File_Extension_Dictionary_Sk); diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf index 7fbb685c9695..e35724443478 100644 --- a/scp2/source/ooo/module_ooo.ulf +++ b/scp2/source/ooo/module_ooo.ulf @@ -265,6 +265,12 @@ en-US = "Russian" [STR_DESC_MODULE_EXTENSION_DICTIONARY_RU] en-US = "Russian spelling dictionary, hyphenation rules, and thesaurus" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_SI] +en-US = "Sinhala" + +[STR_DESC_MODULE_EXTENSION_DICTIONARY_SI] +en-US = "Sinhala spelling dictionary" + [STR_NAME_MODULE_EXTENSION_DICTIONARY_SK] en-US = "Slovak" |