[Libreoffice-commits] .: 3 commits - scp2/source

Andras Timar timar at kemper.freedesktop.org
Sat Jan 29 04:17:47 PST 2011


 scp2/source/ooo/common_brand.scp |   10 ++++++++++
 scp2/source/ooo/file_ooo.scp     |   18 ++++++++++++++++++
 scp2/source/ooo/module_ooo.scp   |   22 ++++++++++++++++++++++
 scp2/source/ooo/module_ooo.ulf   |   14 +++++++++++++-
 4 files changed, 63 insertions(+), 1 deletion(-)

New commits:
commit e3710219d77417aeb35c8112a993be7d2f6327d3
Author: Andras Timar <timar at fsf.hu>
Date:   Sat Jan 29 13:17:01 2011 +0100

    updated description of Russian dict pack in scp2

diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf
index 9027bf9..339d849 100644
--- a/scp2/source/ooo/module_ooo.ulf
+++ b/scp2/source/ooo/module_ooo.ulf
@@ -203,7 +203,7 @@ en-US = "Romanian Dictionaries"
 en-US = "Russian"
 
 [STR_DESC_MODULE_EXTENSION_DICTIONARY_RU]
-en-US = "Russian hyphenation dictionary and thesaurus"
+en-US = "Russian spell check dictionary, hyphenation rules and thesaurus"
 
 [STR_NAME_MODULE_EXTENSION_DICTIONARY_SK]
 en-US = "Slovak"
commit 7b1532d80896d8a2d6b56ad6e9f57a7d99e7221d
Author: Andras Timar <timar at fsf.hu>
Date:   Sat Jan 29 13:15:53 2011 +0100

    added Ukrainian dict pack to scp2

diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index 5c53935..c47ce74 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -375,6 +375,11 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_Th
     DosName = "dict-th";
 End
 
+Directory gid_Brand_Dir_Share_Extensions_Dict_Uk
+    ParentID = gid_Brand_Dir_Share_Extensions;
+    DosName = "dict-uk";
+End
+
 Directory gid_Brand_Dir_Share_Extensions_Dict_Vi
     ParentID = gid_Brand_Dir_Share_Extensions;
     DosName = "dict-vi";
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index 23b1c33..2071e1e 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -2179,6 +2179,15 @@ End
 #endif
 
 #ifndef WITHOUT_MYSPELL_DICTS
+File gid_File_Extension_Dictionary_Uk
+	Dir = gid_Brand_Dir_Share_Extensions_Dict_Uk;
+	Name = "dict-uk.oxt";
+	Styles = (PACKED, FORCELANGUAGEPACK, ARCHIVE);
+	UnixRights = 444;
+End
+#endif
+
+#ifndef WITHOUT_MYSPELL_DICTS
 File gid_File_Extension_Dictionary_Vi
 	Dir = gid_Brand_Dir_Share_Extensions_Dict_Vi;
 	Name = "dict-vi.oxt";
diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp
index 5287c5d..9118cd3 100644
--- a/scp2/source/ooo/module_ooo.scp
+++ b/scp2/source/ooo/module_ooo.scp
@@ -408,6 +408,17 @@ Module gid_Module_Root_Extension_Dictionary_Th
     Styles = ();
 End
 
+Module gid_Module_Root_Extension_Dictionary_Uk
+    MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_UK );
+    Files = (gid_File_Extension_Dictionary_Uk);
+    InstallOrder = "2000";
+    Sortkey = "755";
+    Spellcheckerlanguage = "uk";
+    PackageInfo = "packinfo_office.txt";
+    ParentID = gid_Module_Dictionaries;
+    Styles = ();
+End
+
 Module gid_Module_Root_Extension_Dictionary_Vi
     MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_VI );
     Files = (gid_File_Extension_Dictionary_Vi);
diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf
index 621878d..9027bf9 100644
--- a/scp2/source/ooo/module_ooo.ulf
+++ b/scp2/source/ooo/module_ooo.ulf
@@ -241,6 +241,12 @@ en-US = "Thai"
 [STR_DESC_MODULE_EXTENSION_DICTIONARY_TH]
 en-US = "Thai spelling dictionary"
 
+[STR_NAME_MODULE_EXTENSION_DICTIONARY_UK]
+en-US = "Ukrainian"
+
+[STR_DESC_MODULE_EXTENSION_DICTIONARY_UK]
+en-US = "Ukrainian spell check dictionary, hyphenation rules and thesaurus"
+
 [STR_NAME_MODULE_EXTENSION_DICTIONARY_VI]
 en-US = "Vietnamese"
 
commit e5e53d18f83a53e66d21a058a96e5a5410e54681
Author: Andras Timar <timar at fsf.hu>
Date:   Sat Jan 29 13:05:48 2011 +0100

    added Occitan dict pack to scp2

diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index 6e89001..5c53935 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 1b10786..23b1c33 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 3eb22d6..5287c5d 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 058ff9a..621878d 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"
 


More information about the Libreoffice-commits mailing list