summaryrefslogtreecommitdiffstats
path: root/scp2
diff options
context:
space:
mode:
authorAndras Timar <timar@fsf.hu>2011-01-29 13:05:48 +0100
committerAndras Timar <timar@fsf.hu>2011-01-29 13:09:52 +0100
commita16e828ad2ed5c3eed89c4d9b56ed6d58b37beac (patch)
tree7bec1628169a984110dd783b3f0199d8eead3414 /scp2
parentMinor cleanup (diff)
downloadcore-a16e828ad2ed5c3eed89c4d9b56ed6d58b37beac.tar.gz
core-a16e828ad2ed5c3eed89c4d9b56ed6d58b37beac.zip
added Occitan dict pack to scp2
Diffstat (limited 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 6e89001cbcb0..5c53935a310b 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -320,6 +320,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 1b10786434e6..23b1c33fbcf3 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -2080,6 +2080,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 3eb22d6c1971..5287c5dfde33 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 058ff9af3aca..621878d6ed9b 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"