From 07be07c6e6bd21616ff1b17d0e967b1098a34320 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sat, 29 Jan 2011 13:05:48 +0100 Subject: added Occitan dict pack to scp2 --- 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(+) diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index a703d94624c2..0abcfc6771db 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -321,6 +321,11 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_No DosName = "dict-no"; End +Directory gid_Brand_Dir_Share_Extensions_Dict_Oc + ParentID = gid_Brand_Dir_Share_Extensions; + DosName = "dict-oc"; +End + Directory gid_Brand_Dir_Share_Extensions_Dict_Pl ParentID = gid_Brand_Dir_Share_Extensions; DosName = "dict-pl"; diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index af562ca7696b..d33d2ffd62cb 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -2092,6 +2092,15 @@ File gid_File_Extension_Dictionary_No End #endif +#ifndef WITHOUT_MYSPELL_DICTS +File gid_File_Extension_Dictionary_Oc + Dir = gid_Brand_Dir_Share_Extensions_Dict_Oc; + Name = "dict-oc.oxt"; + Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE); + UnixRights = 444; +End +#endif + #ifndef WITHOUT_MYSPELL_DICTS File gid_File_Extension_Dictionary_Pl Dir = gid_Brand_Dir_Share_Extensions_Dict_Pl; diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index 977547094842..9118cd3104a1 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -287,6 +287,17 @@ Module gid_Module_Root_Extension_Dictionary_No Styles = (); End +Module gid_Module_Root_Extension_Dictionary_Oc + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_OC ); + Files = (gid_File_Extension_Dictionary_Oc); + InstallOrder = "2000"; + Sortkey = "655"; + Spellcheckerlanguage = "oc"; + PackageInfo = "packinfo_office.txt"; + ParentID = gid_Module_Dictionaries; + Styles = (); +End + Module gid_Module_Root_Extension_Dictionary_Pl MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_PL ); Files = (gid_File_Extension_Dictionary_Pl); diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf index 8c32e108d3a2..339d8491ec72 100644 --- a/scp2/source/ooo/module_ooo.ulf +++ b/scp2/source/ooo/module_ooo.ulf @@ -175,6 +175,12 @@ en-US = "Norwegian" [STR_DESC_MODULE_EXTENSION_DICTIONARY_NO] en-US = "Norwegian dictionaries (Nynorsk and Bokmal)" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_OC] +en-US = "Occitan" + +[STR_DESC_MODULE_EXTENSION_DICTIONARY_OC] +en-US = "Occitan spell check dictionary" + [STR_NAME_MODULE_EXTENSION_DICTIONARY_PL] en-US = "Polish" -- cgit