diff options
author | Andras Timar <timar@fsf.hu> | 2011-01-29 13:05:48 +0100 |
---|---|---|
committer | Andras Timar <timar@fsf.hu> | 2011-02-01 13:01:07 +0100 |
commit | 990d04d2e17bdefd724674d4a1d5b22d00c543a0 (patch) | |
tree | 30eeb4cf470c0668126b73a327f5ee94c1cc3b13 | |
parent | e0fbe060b74ac134131baeb6c529836dd3031e04 (diff) |
added Occitan dict pack 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 a703d9462..0abcfc677 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 af562ca76..d33d2ffd6 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -2093,6 +2093,15 @@ 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; Name = "dict-pl.oxt"; diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index 977547094..9118cd310 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 8c32e108d..339d8491e 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" |