summaryrefslogtreecommitdiff
path: root/scp2/source
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-09-11 22:35:08 +0200
committerAndras Timar <atimar@suse.com>2011-09-11 23:18:30 +0200
commit662577b5f10d726ec649ff1e77cb2dd6a703daf0 (patch)
tree976d22a344f90181beb4f96238e4a44df519d552 /scp2/source
parent55c3ce29d1b678145800e3c4a74bc1b73a09d70f (diff)
add Latvian dictionary pack
Diffstat (limited to 'scp2/source')
-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 517ed62484da..ecf616c3a329 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -326,6 +326,11 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_Lt
DosName = "dict-lt";
End
+Directory gid_Brand_Dir_Share_Extensions_Dict_Lv
+ ParentID = gid_Brand_Dir_Share_Extensions;
+ DosName = "dict-lv";
+End
+
Directory gid_Brand_Dir_Share_Extensions_Dict_Ne
ParentID = gid_Brand_Dir_Share_Extensions;
DosName = "dict-ne";
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index a77bed16d394..d0307d2a789f 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -2001,6 +2001,15 @@ End
#endif
#ifndef WITHOUT_MYSPELL_DICTS
+File gid_File_Extension_Dictionary_Lv
+ Dir = gid_Brand_Dir_Share_Extensions_Dict_Lv;
+ Name = "dict-lv.oxt";
+ Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
+ UnixRights = 444;
+End
+#endif
+
+#ifndef WITHOUT_MYSPELL_DICTS
File gid_File_Extension_Dictionary_Ne
Dir = gid_Brand_Dir_Share_Extensions_Dict_Ne;
Name = "dict-ne.oxt";
diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp
index f40937147ab1..196c1c2bb76c 100644
--- a/scp2/source/ooo/module_ooo.scp
+++ b/scp2/source/ooo/module_ooo.scp
@@ -298,6 +298,17 @@ Module gid_Module_Root_Extension_Dictionary_Lt
Styles = ();
End
+Module gid_Module_Root_Extension_Dictionary_Lv
+ MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_LV );
+ Files = (gid_File_Extension_Dictionary_Lt);
+ InstallOrder = "2000";
+ Sortkey = "635";
+ Spellcheckerlanguage = "lv";
+ PackageInfo = "packinfo_office.txt";
+ ParentID = gid_Module_Dictionaries;
+ Styles = ();
+End
+
Module gid_Module_Root_Extension_Dictionary_Ne
MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_NE );
Files = (gid_File_Extension_Dictionary_Ne);
diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf
index c7e13902af23..2d39066fa8c2 100644
--- a/scp2/source/ooo/module_ooo.ulf
+++ b/scp2/source/ooo/module_ooo.ulf
@@ -181,6 +181,12 @@ en-US = "Lithuanian"
[STR_DESC_MODULE_EXTENSION_DICTIONARY_LT]
en-US = "Lithuanian spelling and hyphenation dictionaries"
+[STR_NAME_MODULE_EXTENSION_DICTIONARY_LV]
+en-US = "Latvian"
+
+[STR_DESC_MODULE_EXTENSION_DICTIONARY_LV]
+en-US = "Latvian spelling and hyphenation dictionaries"
+
[STR_NAME_MODULE_EXTENSION_DICTIONARY_NE]
en-US = "Nepali"