diff options
author | Andras Timar <atimar@suse.com> | 2011-09-11 22:35:08 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-09-11 23:18:30 +0200 |
commit | 662577b5f10d726ec649ff1e77cb2dd6a703daf0 (patch) | |
tree | 976d22a344f90181beb4f96238e4a44df519d552 /scp2 | |
parent | 55c3ce29d1b678145800e3c4a74bc1b73a09d70f (diff) |
add Latvian 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 517ed62484da..ecf616c3a329 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -326,6 +326,11 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_Lt DosName = "dict-lt"; End +Directory gid_Brand_Dir_Share_Extensions_Dict_Lv + ParentID = gid_Brand_Dir_Share_Extensions; + DosName = "dict-lv"; +End + Directory gid_Brand_Dir_Share_Extensions_Dict_Ne ParentID = gid_Brand_Dir_Share_Extensions; DosName = "dict-ne"; diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index a77bed16d394..d0307d2a789f 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -2001,6 +2001,15 @@ End #endif #ifndef WITHOUT_MYSPELL_DICTS +File gid_File_Extension_Dictionary_Lv + Dir = gid_Brand_Dir_Share_Extensions_Dict_Lv; + Name = "dict-lv.oxt"; + Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE); + UnixRights = 444; +End +#endif + +#ifndef WITHOUT_MYSPELL_DICTS File gid_File_Extension_Dictionary_Ne Dir = gid_Brand_Dir_Share_Extensions_Dict_Ne; Name = "dict-ne.oxt"; diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index f40937147ab1..196c1c2bb76c 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -298,6 +298,17 @@ Module gid_Module_Root_Extension_Dictionary_Lt Styles = (); End +Module gid_Module_Root_Extension_Dictionary_Lv + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_LV ); + Files = (gid_File_Extension_Dictionary_Lt); + InstallOrder = "2000"; + Sortkey = "635"; + Spellcheckerlanguage = "lv"; + PackageInfo = "packinfo_office.txt"; + ParentID = gid_Module_Dictionaries; + Styles = (); +End + Module gid_Module_Root_Extension_Dictionary_Ne MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_NE ); Files = (gid_File_Extension_Dictionary_Ne); diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf index c7e13902af23..2d39066fa8c2 100644 --- a/scp2/source/ooo/module_ooo.ulf +++ b/scp2/source/ooo/module_ooo.ulf @@ -181,6 +181,12 @@ en-US = "Lithuanian" [STR_DESC_MODULE_EXTENSION_DICTIONARY_LT] en-US = "Lithuanian spelling and hyphenation dictionaries" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_LV] +en-US = "Latvian" + +[STR_DESC_MODULE_EXTENSION_DICTIONARY_LV] +en-US = "Latvian spelling and hyphenation dictionaries" + [STR_NAME_MODULE_EXTENSION_DICTIONARY_NE] en-US = "Nepali" |