summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <timar@fsf.hu>2011-01-29 13:05:48 +0100
committerAndras Timar <timar@fsf.hu>2011-02-01 13:01:07 +0100
commit07be07c6e6bd21616ff1b17d0e967b1098a34320 (patch)
treeaaa7f929833dc8594e5ec3468bf44753e868f9c9
parent84c28e1e4bd17926922808f63e0cb312da44e27b (diff)
added Occitan dict pack to scp2
-rw-r--r--scp2/source/ooo/common_brand.scp5
-rw-r--r--scp2/source/ooo/file_ooo.scp9
-rw-r--r--scp2/source/ooo/module_ooo.scp11
-rw-r--r--scp2/source/ooo/module_ooo.ulf6
4 files changed, 31 insertions, 0 deletions
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
@@ -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 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"