[Libreoffice-commits] .: Branch 'libreoffice-3-3' - 5 commits - scp2/source solenv/inc
Andras Timar
timar at kemper.freedesktop.org
Tue Feb 1 05:04:19 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 +++++++++++++-
solenv/inc/postset.mk | 7 -------
5 files changed, 63 insertions(+), 8 deletions(-)
New commits:
commit 990d04d2e17bdefd724674d4a1d5b22d00c543a0
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 a703d94..0abcfc6 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 af562ca..d33d2ff 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 9775470..9118cd3 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 8c32e10..339d849 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"
commit e0fbe060b74ac134131baeb6c529836dd3031e04
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 b90df88..8c32e10 100644
--- a/scp2/source/ooo/module_ooo.ulf
+++ b/scp2/source/ooo/module_ooo.ulf
@@ -197,7 +197,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 ed1439ee95f2b65d0a55bdc76f86230d3bea7efa
Author: Andras Timar <timar at fsf.hu>
Date: Sat Jan 22 16:51:25 2011 +0100
removed gd, ky, pap, and ti from postset.mk
gd - Gaelic (Scottish)
ky - Kirghiz
pap - Papiamento
ti - Tigrinya
UI localization does not exist in these languages. So it makes no
sense to build anything in these languages.
diff --git a/solenv/inc/postset.mk b/solenv/inc/postset.mk
index 5afbeb9..2c58d3a 100644
--- a/solenv/inc/postset.mk
+++ b/solenv/inc/postset.mk
@@ -61,7 +61,6 @@ fa \
fi \
fr \
ga \
-gd \
gl \
gu \
he \
@@ -72,7 +71,6 @@ id \
is \
it \
ja \
-ky \
ka \
kk \
km \
@@ -100,7 +98,6 @@ ns \
om \
oc \
or \
-pap \
pa-IN \
pl \
pt \
@@ -122,7 +119,6 @@ st \
sv \
sw-TZ \
te \
-ti \
ta \
th \
tn \
commit 14e52673fe64862b64bfdf37e8b5a31d0b1b1e3c
Author: Andras Timar <timar at fsf.hu>
Date: Sat Jan 22 14:29:43 2011 +0100
removed ms, ps, and ur from postset.mk - fdo#33103
ms - Malay
ps - Pashto
ur - Urdu
UI localization does not exist in these languages. So it makes no
sense to build anything in these languages. This patch also fixes
fdo#33103 - 'Unknown' languages in Language drop down box in Tools
- Options - Language settings - Languages.
diff --git a/solenv/inc/postset.mk b/solenv/inc/postset.mk
index cfb0429..5afbeb9 100644
--- a/solenv/inc/postset.mk
+++ b/solenv/inc/postset.mk
@@ -88,7 +88,6 @@ mai \
mk \
mn \
mni \
-ms \
ml \
mr \
my \
@@ -104,7 +103,6 @@ or \
pap \
pa-IN \
pl \
-ps \
pt \
pt-BR \
ro \
@@ -132,7 +130,6 @@ tr \
ts \
tg \
ug \
-ur \
uk \
uz \
ve \
commit 0fc3da6228bc860245b36a85c1c5b9064808e045
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 e4cf708..a703d94 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -371,6 +371,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 b8624ac..af562ca 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -2183,6 +2183,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 3eb22d6..9775470 100644
--- a/scp2/source/ooo/module_ooo.scp
+++ b/scp2/source/ooo/module_ooo.scp
@@ -397,6 +397,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 058ff9a..b90df88 100644
--- a/scp2/source/ooo/module_ooo.ulf
+++ b/scp2/source/ooo/module_ooo.ulf
@@ -235,6 +235,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"
More information about the Libreoffice-commits
mailing list