From 662577b5f10d726ec649ff1e77cb2dd6a703daf0 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sun, 11 Sep 2011 22:35:08 +0200 Subject: add Latvian dictionary pack --- scp2/source/ooo/common_brand.scp | 5 +++++ scp2/source/ooo/file_ooo.scp | 9 +++++++++ scp2/source/ooo/module_ooo.scp | 11 +++++++++++ scp2/source/ooo/module_ooo.ulf | 6 ++++++ 4 files changed, 31 insertions(+) (limited to 'scp2/source') 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 @@ -2000,6 +2000,15 @@ File gid_File_Extension_Dictionary_Lt 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; 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" -- cgit