summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-12-08 13:33:17 +0100
committerAndras Timar <atimar@suse.com>2011-12-08 13:35:19 +0100
commit9cb0e7af9d5d123a6e0cb933fb43d0f53ab4b904 (patch)
treeab06e56295321e39a74825439a93ba86e0d5e274 /scp2
parentab7926e54ca4a3cddfeedf9cb7027a327d7a1432 (diff)
add Aragonese spelling dictionary
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.scp13
-rw-r--r--scp2/source/ooo/module_ooo.ulf6
4 files changed, 32 insertions, 1 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index 203f148843f1..cf0a577e559b 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -197,6 +197,11 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_Af
DosName = "dict-af";
End
+Directory gid_Brand_Dir_Share_Extensions_Dict_An
+ ParentID = gid_Brand_Dir_Share_Extensions;
+ DosName = "dict-an";
+End
+
Directory gid_Brand_Dir_Share_Extensions_Dict_Ar
ParentID = gid_Brand_Dir_Share_Extensions;
DosName = "dict-ar";
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index b4630a655231..b87b7fa6598a 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -1313,6 +1313,15 @@ End
#endif
#ifndef WITHOUT_MYSPELL_DICTS
+File gid_File_Extension_Dictionary_An
+ Dir = gid_Brand_Dir_Share_Extensions_Dict_An;
+ Name = "dict-an.oxt";
+ Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
+ UnixRights = 444;
+End
+#endif
+
+#ifndef WITHOUT_MYSPELL_DICTS
File gid_File_Extension_Dictionary_Ar
Dir = gid_Brand_Dir_Share_Extensions_Dict_Ar;
Name = "dict-ar.oxt";
diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp
index 473a026fd1bf..5b7620594b5d 100644
--- a/scp2/source/ooo/module_ooo.scp
+++ b/scp2/source/ooo/module_ooo.scp
@@ -60,13 +60,24 @@ Module gid_Module_Root_Extension_Dictionary_Af
MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_AF );
Files = (gid_File_Extension_Dictionary_Af);
InstallOrder = "2000";
- Sortkey = "510";
+ Sortkey = "500";
Spellcheckerlanguage = "af";
PackageInfo = "packinfo_office.txt";
ParentID = gid_Module_Dictionaries;
Styles = ();
End
+Module gid_Module_Root_Extension_Dictionary_An
+ MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_AN );
+ Files = (gid_File_Extension_Dictionary_An);
+ InstallOrder = "2000";
+ Sortkey = "510";
+ Spellcheckerlanguage = "an";
+ PackageInfo = "packinfo_office.txt";
+ ParentID = gid_Module_Dictionaries;
+ Styles = ();
+End
+
Module gid_Module_Root_Extension_Dictionary_Ar
MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_AR );
Files = (gid_File_Extension_Dictionary_Ar);
diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf
index 4573c899bb9a..7fbb685c9695 100644
--- a/scp2/source/ooo/module_ooo.ulf
+++ b/scp2/source/ooo/module_ooo.ulf
@@ -55,6 +55,12 @@ en-US = "Afrikaans"
[STR_DESC_MODULE_EXTENSION_DICTIONARY_AF]
en-US = "Afrikaans spelling dictionary, and hyphenation rules"
+[STR_NAME_MODULE_EXTENSION_DICTIONARY_AN]
+en-US = "Aragonese"
+
+[STR_DESC_MODULE_EXTENSION_DICTIONARY_AN]
+en-US = "Aragonese spelling dictionary"
+
[STR_NAME_MODULE_EXTENSION_DICTIONARY_AR]
en-US = "Arabic"