Git
Threads by month
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- 9 participants
- 38704 discussions
[Phpmyadmin-git] [SCM] phpMyAdmin branch, gettext, updated. RELEASE_3_3_1RC1-390-g4606ddf
by Michal Čihař 12 Mar '10
by Michal Čihař 12 Mar '10
12 Mar '10
The branch, gettext has been updated
via 4606ddf16f1c7c6247134e3b1ceafe4204b7d335 (commit)
via 6da6d6296112fe0a0fa88c60ea9257741e4dda46 (commit)
from da9bb3ceda71ec261aa0035c10777c2994985567 (commit)
- Log -----------------------------------------------------------------
commit 4606ddf16f1c7c6247134e3b1ceafe4204b7d335
Author: rink <rink(a)initfour.nl>
Date: Fri Mar 12 12:22:25 2010 +0200
Translation update done using Pootle.
commit 6da6d6296112fe0a0fa88c60ea9257741e4dda46
Author: rink <rink(a)initfour.nl>
Date: Fri Mar 12 12:21:33 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/nl.po | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/po/nl.po b/po/nl.po
index b841123..8489506 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -4,13 +4,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:48+0100\n"
-"PO-Revision-Date: 2010-03-12 09:13+0100\n"
-"Last-Translator: Automatically generated\n"
+"PO-Revision-Date: 2010-03-12 12:22+0200\n"
+"Last-Translator: <rink(a)initfour.nl>\n"
"Language-Team: dutch <nl(a)li.org>\n"
+"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Pootle 2.0.1\n"
#: libraries/auth/config.auth.lib.php:107
#, php-format
@@ -459,7 +461,6 @@ msgstr ""
"schakelen. Weet u het zeker?"
#: libraries/messages.inc.php:96
-#, fuzzy
msgctxt "$strBLOBRepositoryDisabled"
msgid "Disabled"
msgstr "Uitgeschakeld"
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. c00d602f1bd49a1bb387119cb5cc7ad37206beab
by Michal Čihař 12 Mar '10
by Michal Čihař 12 Mar '10
12 Mar '10
The branch, master has been updated
via c00d602f1bd49a1bb387119cb5cc7ad37206beab (commit)
from 279b9886d2e4ca5bf7f6b2633a5084291a3672ec (commit)
- Log -----------------------------------------------------------------
commit c00d602f1bd49a1bb387119cb5cc7ad37206beab
Author: Michal Čihař <mcihar(a)novell.com>
Date: Fri Mar 12 11:27:07 2010 +0100
Make pull quiet.
-----------------------------------------------------------------------
Summary of changes:
helper/cache.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/helper/cache.py b/helper/cache.py
index 28c288d..3cd3dd8 100644
--- a/helper/cache.py
+++ b/helper/cache.py
@@ -185,7 +185,7 @@ class GitCache(Cache):
if not os.path.exists(self.dirname):
os.system('git clone %s %s' % (url, self.dirname))
else:
- os.system('cd %s ; git pull' % self.dirname)
+ os.system('cd %s ; git pull -q' % self.dirname)
self.repo = git.Repo(self.dirname)
self.tree = self.repo.tree()
self.langtree = self.tree['lang']
hooks/post-receive
--
phpMyAdmin website
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. fcdc23cef198b324065ccad6c59837b520f0bd79
by Michal Čihař 12 Mar '10
by Michal Čihař 12 Mar '10
12 Mar '10
The branch, master has been updated
via fcdc23cef198b324065ccad6c59837b520f0bd79 (commit)
from 2438beef1ed1f0e2c8afd8a5c6fef79e16df47d7 (commit)
- Log -----------------------------------------------------------------
commit fcdc23cef198b324065ccad6c59837b520f0bd79
Author: Michal Čihař <mcihar(a)novell.com>
Date: Fri Mar 12 10:31:28 2010 +0100
Correct code for Norwegian.
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
output/{no => nb}/docs.css | 0
output/{no => nb}/favicon.ico | Bin 18902 -> 18902 bytes
output/{no => nb}/index-full-template.html | 0
output/{no => nb}/index.html | 0
.../themes/original/img/docs_menu_bg.png | Bin 148 -> 148 bytes
.../{no => nb}/themes/original/img/logo_right.png | Bin 5658 -> 5658 bytes
output/{no => nb}/translators.html | 0
po/{no.po => nb.po} | 0
9 files changed, 1 insertions(+), 1 deletions(-)
rename output/{no => nb}/docs.css (100%)
rename output/{no => nb}/favicon.ico (100%)
rename output/{no => nb}/index-full-template.html (100%)
rename output/{no => nb}/index.html (100%)
rename output/{no => nb}/themes/original/img/docs_menu_bg.png (100%)
rename output/{no => nb}/themes/original/img/logo_right.png (100%)
rename output/{no => nb}/translators.html (100%)
rename po/{no.po => nb.po} (100%)
diff --git a/Makefile b/Makefile
index c4afd3d..53f07fe 100755
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# Makefile to build translations
-LANGUAGES=it pl ja fr cs gl sv nl ka tr fi ca hu no es de lt ro mn pt_BR zh_CN zh_TW hy en_GB sk
+LANGUAGES=it pl ja fr cs gl sv nl ka tr fi ca hu nb es de lt ro mn pt_BR zh_CN zh_TW hy en_GB sk
PO4AOPTS=-M utf-8 -k 15
PO4A_PO_OPTS=--msgid-bugs-address phpmyadmin-devel(a)lists.sourceforge.net \
--copyright-holder "the phpMyAdmin project" \
diff --git a/output/no/docs.css b/output/nb/docs.css
similarity index 100%
rename from output/no/docs.css
rename to output/nb/docs.css
diff --git a/output/no/favicon.ico b/output/nb/favicon.ico
similarity index 100%
rename from output/no/favicon.ico
rename to output/nb/favicon.ico
diff --git a/output/no/index-full-template.html b/output/nb/index-full-template.html
similarity index 100%
rename from output/no/index-full-template.html
rename to output/nb/index-full-template.html
diff --git a/output/no/index.html b/output/nb/index.html
similarity index 100%
rename from output/no/index.html
rename to output/nb/index.html
diff --git a/output/no/themes/original/img/docs_menu_bg.png b/output/nb/themes/original/img/docs_menu_bg.png
similarity index 100%
rename from output/no/themes/original/img/docs_menu_bg.png
rename to output/nb/themes/original/img/docs_menu_bg.png
diff --git a/output/no/themes/original/img/logo_right.png b/output/nb/themes/original/img/logo_right.png
similarity index 100%
rename from output/no/themes/original/img/logo_right.png
rename to output/nb/themes/original/img/logo_right.png
diff --git a/output/no/translators.html b/output/nb/translators.html
similarity index 100%
rename from output/no/translators.html
rename to output/nb/translators.html
diff --git a/po/no.po b/po/nb.po
similarity index 100%
rename from po/no.po
rename to po/nb.po
hooks/post-receive
--
phpMyAdmin localized documentation
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, gettext, updated. RELEASE_3_3_1RC1-388-gda9bb3c
by Michal Čihař 12 Mar '10
by Michal Čihař 12 Mar '10
12 Mar '10
The branch, gettext has been updated
via da9bb3ceda71ec261aa0035c10777c2994985567 (commit)
from 322671f304dd86adeec97599a6708d6cde62710c (commit)
- Log -----------------------------------------------------------------
commit da9bb3ceda71ec261aa0035c10777c2994985567
Author: Michal Čihař <mcihar(a)novell.com>
Date: Fri Mar 12 10:32:08 2010 +0100
Correct code for Norwegian.
-----------------------------------------------------------------------
Summary of changes:
libraries/select_lang.lib.php | 4 ++--
po/{no.po => nb.po} | 0
scripts/php2gettext.sh | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
rename po/{no.po => nb.po} (100%)
diff --git a/libraries/select_lang.lib.php b/libraries/select_lang.lib.php
index 0ba75a3..50afc0d 100644
--- a/libraries/select_lang.lib.php
+++ b/libraries/select_lang.lib.php
@@ -262,8 +262,8 @@ function PMA_langDetails($lang) {
return array('ms|malay', 'malay-utf-8', 'ms', 'Bahasa Melayu');
case 'nl':
return array('nl|dutch', 'dutch-utf-8', 'nl', 'Nederlands');
- case 'no':
- return array('no|norwegian', 'norwegian-utf-8', 'no', 'Norsk');
+ case 'nb':
+ return array('nb|norwegian', 'norwegian-utf-8', 'nb', 'Norsk');
case 'pl':
return array('pl|polish', 'polish-utf-8', 'pl', 'Polski');
case 'pt_BR':
diff --git a/po/no.po b/po/nb.po
similarity index 100%
rename from po/no.po
rename to po/nb.po
diff --git a/scripts/php2gettext.sh b/scripts/php2gettext.sh
index c0e0d2a..6750323 100755
--- a/scripts/php2gettext.sh
+++ b/scripts/php2gettext.sh
@@ -65,7 +65,7 @@ for lang in lang/*.inc.php ; do
mongolian) langcode='mn';;
malay) langcode='ms';;
dutch) langcode='nl';;
- norwegian) langcode='no';;
+ norwegian) langcode='nb';;
polish) langcode='pl';;
brazilian_portuguese) langcode='pt_BR';;
portuguese) langcode='pt';;
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, gettext, updated. RELEASE_3_3_1RC1-387-g322671f
by Michal Čihař 12 Mar '10
by Michal Čihař 12 Mar '10
12 Mar '10
The branch, gettext has been updated
via 322671f304dd86adeec97599a6708d6cde62710c (commit)
via 9baae4a635f02ce3468733bd2914d2fa297c6201 (commit)
via 0846866e2d3fc23ea4182e243c5261f0e7eedd4a (commit)
from 24b457f7d69305d108eea5f9f94f0b70f24a3e2c (commit)
- Log -----------------------------------------------------------------
commit 322671f304dd86adeec97599a6708d6cde62710c
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:23:33 2010 +0200
Translation update done using Pootle.
commit 9baae4a635f02ce3468733bd2914d2fa297c6201
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:22:39 2010 +0200
Translation update done using Pootle.
commit 0846866e2d3fc23ea4182e243c5261f0e7eedd4a
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:22:34 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/es.po | 11 ++++++-----
po/ja.po | 12 ++++++------
2 files changed, 12 insertions(+), 11 deletions(-)
diff --git a/po/es.po b/po/es.po
index 5e17b91..bbc1961 100644
--- a/po/es.po
+++ b/po/es.po
@@ -4,13 +4,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:48+0100\n"
-"PO-Revision-Date: 2010-03-12 09:19+0100\n"
-"Last-Translator: Automatically generated\n"
+"PO-Revision-Date: 2010-03-12 11:23+0200\n"
+"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: spanish <es(a)li.org>\n"
+"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Pootle 2.0.1\n"
#: libraries/auth/config.auth.lib.php:107
#, php-format
@@ -35,10 +37,9 @@ msgstr ""
#. l10n: Language to use for MySQL 5.1 documentation
#: libraries/common.lib.php:411
-#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
-msgstr "es"
+msgstr "en"
#. l10n: Language to use for MySQL 5.0 documentation
#: libraries/common.lib.php:415
diff --git a/po/ja.po b/po/ja.po
index bd73d30..aaca46a 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -3,13 +3,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:48+0100\n"
-"PO-Revision-Date: 2010-03-12 09:16+0100\n"
-"Last-Translator: Automatically generated\n"
+"PO-Revision-Date: 2010-03-12 11:22+0200\n"
+"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: japanese <jp(a)li.org>\n"
+"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Pootle 2.0.1\n"
#: libraries/auth/config.auth.lib.php:107
#, php-format
@@ -33,17 +35,15 @@ msgstr ""
#. l10n: Language to use for MySQL 5.1 documentation
#: libraries/common.lib.php:411
-#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "ja"
#. l10n: Language to use for MySQL 5.0 documentation
#: libraries/common.lib.php:415
-#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
-msgstr "ja"
+msgstr "en"
#. l10n: Text direction, use either ltr or rtl
#: libraries/messages.inc.php:15
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, gettext, updated. RELEASE_3_3_1RC1-384-g24b457f
by Michal Čihař 12 Mar '10
by Michal Čihař 12 Mar '10
12 Mar '10
The branch, gettext has been updated
via 24b457f7d69305d108eea5f9f94f0b70f24a3e2c (commit)
via f652e63e4efd6e3a2a5a8357471cadcf89ee0874 (commit)
via f6185e5341a154accbe179079128f62e0d34822e (commit)
via 368bf583502dacb70fd0021c41dcda6e937d1010 (commit)
via a96ae5e596b9e3fcd29e5e222c5a8c30720ae0fd (commit)
via 2f26a58ad5fdc0cfd27377f97af38f0b863b61a0 (commit)
via b0e1c8dbd1319672e9604cfeb00e8cdc70c1f002 (commit)
via f87497e4a34f5c59a466efb88833d4a336b685a0 (commit)
via e982dc0ca3a9d65730ff766d3393222213c0a6dd (commit)
via 7dae6f125f0e26ce26662d91e65780d1f3537ba8 (commit)
via f66514a09467f133ff726a15ba0107a33211216f (commit)
via 445af4bfb0ed3cf76fac3bf7e443701334b888fb (commit)
from 568be7147b2aa9796cb26f02fefa34f278c469c5 (commit)
- Log -----------------------------------------------------------------
commit 24b457f7d69305d108eea5f9f94f0b70f24a3e2c
Merge: 568be7147b2aa9796cb26f02fefa34f278c469c5 f652e63e4efd6e3a2a5a8357471cadcf89ee0874
Author: Michal Čihař <mcihar(a)novell.com>
Date: Fri Mar 12 10:19:31 2010 +0100
Merge remote branch 'pootle/gettext' into gettext
commit f652e63e4efd6e3a2a5a8357471cadcf89ee0874
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:16:37 2010 +0200
Translation update done using Pootle.
commit f6185e5341a154accbe179079128f62e0d34822e
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:16:34 2010 +0200
Translation update done using Pootle.
commit 368bf583502dacb70fd0021c41dcda6e937d1010
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:16:17 2010 +0200
Translation update done using Pootle.
commit a96ae5e596b9e3fcd29e5e222c5a8c30720ae0fd
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:15:50 2010 +0200
Translation update done using Pootle.
commit 2f26a58ad5fdc0cfd27377f97af38f0b863b61a0
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:15:47 2010 +0200
Translation update done using Pootle.
commit b0e1c8dbd1319672e9604cfeb00e8cdc70c1f002
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:15:15 2010 +0200
Translation update done using Pootle.
commit f87497e4a34f5c59a466efb88833d4a336b685a0
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:13:17 2010 +0200
Translation update done using Pootle.
commit e982dc0ca3a9d65730ff766d3393222213c0a6dd
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:13:14 2010 +0200
Translation update done using Pootle.
commit 7dae6f125f0e26ce26662d91e65780d1f3537ba8
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:13:11 2010 +0200
Translation update done using Pootle.
commit f66514a09467f133ff726a15ba0107a33211216f
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:13:08 2010 +0200
Translation update done using Pootle.
commit 445af4bfb0ed3cf76fac3bf7e443701334b888fb
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:13:04 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/de.po | 12 ++++++------
po/en_GB.po | 11 +++--------
po/fr.po | 11 ++++++-----
po/zh_CN.po | 11 ++++++-----
4 files changed, 21 insertions(+), 24 deletions(-)
diff --git a/po/de.po b/po/de.po
index 33d1d93..950883a 100644
--- a/po/de.po
+++ b/po/de.po
@@ -4,13 +4,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:48+0100\n"
-"PO-Revision-Date: 2010-03-12 09:14+0100\n"
-"Last-Translator: Automatically generated\n"
+"PO-Revision-Date: 2010-03-12 11:16+0200\n"
+"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: german <de(a)li.org>\n"
+"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Pootle 2.0.1\n"
#: libraries/auth/config.auth.lib.php:107
#, php-format
@@ -37,17 +39,15 @@ msgstr ""
#. l10n: Language to use for MySQL 5.1 documentation
#: libraries/common.lib.php:411
-#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "de"
#. l10n: Language to use for MySQL 5.0 documentation
#: libraries/common.lib.php:415
-#, fuzzy
msgctxt "$mysql_5_0_doc_lang"
msgid "en"
-msgstr "de"
+msgstr "en"
#. l10n: Text direction, use either ltr or rtl
#: libraries/messages.inc.php:15
diff --git a/po/en_GB.po b/po/en_GB.po
index 0921592..cf4e10f 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -4,13 +4,13 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:48+0100\n"
-"PO-Revision-Date: 2010-03-12 09:13+0100\n"
-"Last-Translator: Automatically generated\n"
+"PO-Revision-Date: 2010-03-12 11:13+0200\n"
+"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: english-gb <en_GB(a)li.org>\n"
+"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -37,7 +37,6 @@ msgstr ""
#. l10n: Language to use for MySQL 5.1 documentation
#: libraries/common.lib.php:411
-#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
msgstr "en"
@@ -459,7 +458,6 @@ msgid "Are you sure you want to disable all BLOB references for database %s?"
msgstr "Are you sure you want to disable all BLOB references for database %s?"
#: libraries/messages.inc.php:96
-#, fuzzy
msgctxt "$strBLOBRepositoryDisabled"
msgid "Disabled"
msgstr "Disabled"
@@ -473,7 +471,6 @@ msgid "You are about to DISABLE a BLOB Repository!"
msgstr "You are about to DISABLE a BLOB Repository!"
#: libraries/messages.inc.php:99
-#, fuzzy
msgctxt "$strBLOBRepositoryEnabled"
msgid "Enabled"
msgstr "Enabled"
@@ -487,7 +484,6 @@ msgid "Remove BLOB Repository Reference"
msgstr "Remove BLOB Repository Reference"
#: libraries/messages.inc.php:102
-#, fuzzy
msgctxt "$strBLOBRepositoryRepair"
msgid "Repair"
msgstr "Repair"
@@ -941,7 +937,6 @@ msgid "Create database with same name and grant all privileges"
msgstr "Create database with same name and grant all privileges"
#: libraries/messages.inc.php:203
-#, fuzzy
msgctxt "$strCreateUserDatabaseNone"
msgid "None"
msgstr "None"
diff --git a/po/fr.po b/po/fr.po
index cdf4335..c0d5d76 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -4,13 +4,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:48+0100\n"
-"PO-Revision-Date: 2010-03-12 09:14+0100\n"
-"Last-Translator: Automatically generated\n"
+"PO-Revision-Date: 2010-03-12 11:16+0200\n"
+"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: french <fr(a)li.org>\n"
+"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"X-Generator: Pootle 2.0.1\n"
#: libraries/auth/config.auth.lib.php:107
#, php-format
@@ -35,10 +37,9 @@ msgstr ""
#. l10n: Language to use for MySQL 5.1 documentation
#: libraries/common.lib.php:411
-#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
-msgstr "fr"
+msgstr "en"
#. l10n: Language to use for MySQL 5.0 documentation
#: libraries/common.lib.php:415
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 41fc740..5989f75 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -3,13 +3,15 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:48+0100\n"
-"PO-Revision-Date: 2010-03-12 09:15+0100\n"
-"Last-Translator: Automatically generated\n"
+"PO-Revision-Date: 2010-03-12 11:15+0200\n"
+"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: chinese_simplified <zh_CN(a)li.org>\n"
+"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Pootle 2.0.1\n"
#: libraries/auth/config.auth.lib.php:107
#, php-format
@@ -31,10 +33,9 @@ msgstr ""
#. l10n: Language to use for MySQL 5.1 documentation
#: libraries/common.lib.php:411
-#, fuzzy
msgctxt "$mysql_5_1_doc_lang"
msgid "en"
-msgstr "zh"
+msgstr "en"
#. l10n: Language to use for MySQL 5.0 documentation
#: libraries/common.lib.php:415
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 2438beef1ed1f0e2c8afd8a5c6fef79e16df47d7
by Michal Čihař 12 Mar '10
by Michal Čihař 12 Mar '10
12 Mar '10
The branch, master has been updated
via 2438beef1ed1f0e2c8afd8a5c6fef79e16df47d7 (commit)
from 792ee2de491f08b9a035d357bb72c76f3698cb41 (commit)
- Log -----------------------------------------------------------------
commit 2438beef1ed1f0e2c8afd8a5c6fef79e16df47d7
Author: Michal Čihař <mcihar(a)novell.com>
Date: Fri Mar 12 10:19:06 2010 +0100
Correct name for Japanese.
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
get-lang-name | 2 +-
output/{jp => ja}/Documentation.html | 0
output/{jp => ja}/docs.css | 0
output/{jp => ja}/favicon.ico | Bin 18902 -> 18902 bytes
output/{jp => ja}/index-full-template.html | 0
output/{jp => ja}/index.html | 0
.../themes/original/img/docs_menu_bg.png | Bin 148 -> 148 bytes
.../{jp => ja}/themes/original/img/logo_right.png | Bin 5658 -> 5658 bytes
output/{jp => ja}/translators.html | 0
po/{jp.po => ja.po} | 0
11 files changed, 2 insertions(+), 2 deletions(-)
rename output/{jp => ja}/Documentation.html (100%)
rename output/{jp => ja}/docs.css (100%)
rename output/{jp => ja}/favicon.ico (100%)
rename output/{jp => ja}/index-full-template.html (100%)
rename output/{jp => ja}/index.html (100%)
rename output/{jp => ja}/themes/original/img/docs_menu_bg.png (100%)
rename output/{jp => ja}/themes/original/img/logo_right.png (100%)
rename output/{jp => ja}/translators.html (100%)
rename po/{jp.po => ja.po} (100%)
diff --git a/Makefile b/Makefile
index bd44883..c4afd3d 100755
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# Makefile to build translations
-LANGUAGES=it pl jp fr cs gl sv nl ka tr fi ca hu no es de lt ro mn pt_BR zh_CN zh_TW hy en_GB sk
+LANGUAGES=it pl ja fr cs gl sv nl ka tr fi ca hu no es de lt ro mn pt_BR zh_CN zh_TW hy en_GB sk
PO4AOPTS=-M utf-8 -k 15
PO4A_PO_OPTS=--msgid-bugs-address phpmyadmin-devel(a)lists.sourceforge.net \
--copyright-holder "the phpMyAdmin project" \
diff --git a/get-lang-name b/get-lang-name
index fbe7450..b31e8d4 100755
--- a/get-lang-name
+++ b/get-lang-name
@@ -51,7 +51,7 @@ case $1 in
pt_BR)
echo "Brazilian Portuguese"
;;
- jp)
+ ja)
echo "Japanese"
;;
pl)
diff --git a/output/jp/Documentation.html b/output/ja/Documentation.html
similarity index 100%
rename from output/jp/Documentation.html
rename to output/ja/Documentation.html
diff --git a/output/jp/docs.css b/output/ja/docs.css
similarity index 100%
rename from output/jp/docs.css
rename to output/ja/docs.css
diff --git a/output/jp/favicon.ico b/output/ja/favicon.ico
similarity index 100%
rename from output/jp/favicon.ico
rename to output/ja/favicon.ico
diff --git a/output/jp/index-full-template.html b/output/ja/index-full-template.html
similarity index 100%
rename from output/jp/index-full-template.html
rename to output/ja/index-full-template.html
diff --git a/output/jp/index.html b/output/ja/index.html
similarity index 100%
rename from output/jp/index.html
rename to output/ja/index.html
diff --git a/output/jp/themes/original/img/docs_menu_bg.png b/output/ja/themes/original/img/docs_menu_bg.png
similarity index 100%
rename from output/jp/themes/original/img/docs_menu_bg.png
rename to output/ja/themes/original/img/docs_menu_bg.png
diff --git a/output/jp/themes/original/img/logo_right.png b/output/ja/themes/original/img/logo_right.png
similarity index 100%
rename from output/jp/themes/original/img/logo_right.png
rename to output/ja/themes/original/img/logo_right.png
diff --git a/output/jp/translators.html b/output/ja/translators.html
similarity index 100%
rename from output/jp/translators.html
rename to output/ja/translators.html
diff --git a/po/jp.po b/po/ja.po
similarity index 100%
rename from po/jp.po
rename to po/ja.po
hooks/post-receive
--
phpMyAdmin localized documentation
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, gettext, updated. RELEASE_3_3_1RC1-372-g568be71
by Michal Čihař 12 Mar '10
by Michal Čihař 12 Mar '10
12 Mar '10
The branch, gettext has been updated
via 568be7147b2aa9796cb26f02fefa34f278c469c5 (commit)
from e6227c68d8ecd38c175e2009e74447285b395db9 (commit)
- Log -----------------------------------------------------------------
commit 568be7147b2aa9796cb26f02fefa34f278c469c5
Author: Michal Čihař <mcihar(a)novell.com>
Date: Fri Mar 12 10:18:05 2010 +0100
Correct code for Japanese.
-----------------------------------------------------------------------
Summary of changes:
libraries/select_lang.lib.php | 4 ++--
po/{jp.po => ja.po} | 0
scripts/php2gettext.sh | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
rename po/{jp.po => ja.po} (100%)
diff --git a/libraries/select_lang.lib.php b/libraries/select_lang.lib.php
index acc6040..0ba75a3 100644
--- a/libraries/select_lang.lib.php
+++ b/libraries/select_lang.lib.php
@@ -244,8 +244,8 @@ function PMA_langDetails($lang) {
return array('id|indonesian', 'indonesian-utf-8', 'id', 'Bahasa Indonesia');
case 'it':
return array('it|italian', 'italian-utf-8', 'it', 'Italiano');
- case 'jp':
- return array('jp|japanese', 'japanese-utf-8', 'jp', '日本語');
+ case 'ja':
+ return array('ja|japanese', 'japanese-utf-8', 'ja', '日本語');
case 'ko':
return array('ko|korean', 'korean-utf-8', 'ko', '한국어');
case 'ka':
diff --git a/po/jp.po b/po/ja.po
similarity index 100%
rename from po/jp.po
rename to po/ja.po
diff --git a/scripts/php2gettext.sh b/scripts/php2gettext.sh
index 4363f55..c0e0d2a 100755
--- a/scripts/php2gettext.sh
+++ b/scripts/php2gettext.sh
@@ -56,7 +56,7 @@ for lang in lang/*.inc.php ; do
hungarian) langcode='hu';;
indonesian) langcode='id';;
italian) langcode='it';;
- japanese) langcode='jp';;
+ japanese) langcode='ja';;
korean) langcode='ko';;
georgian) langcode='ka';;
lithuanian) langcode='lt';;
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, gettext, updated. RELEASE_3_3_1RC1-371-ge6227c6
by Michal Čihař 12 Mar '10
by Michal Čihař 12 Mar '10
12 Mar '10
The branch, gettext has been updated
via e6227c68d8ecd38c175e2009e74447285b395db9 (commit)
via 32c6dbba30891b30c99651495f26c17331b7f4d8 (commit)
via 517e7cd1d576651cdc01058d8cf4e4b69cc40806 (commit)
via 5aa7254e836bea181f959e689dbc5b228620c010 (commit)
via c81f4bf2a88929f2c56c66b4de3c8e5756f3e522 (commit)
via 46bbc2be3be3863c919ba18b969012192deed083 (commit)
via bcfb3ee61de88d93bf3cdfb54fd8e709af6b0498 (commit)
via 70e7f4ae18ed49bd1febc386723bcf6eb54269ec (commit)
via 5f5922245e2d5c1ee291670c3f12db514004d542 (commit)
via a7df9cebf2b0b2cc90e786fd7b9020cfec8d6ca1 (commit)
via aec7bc132a233d859f3743b9d3dcf87e47330932 (commit)
via 5a1fbd563d37c124dc8f9dccc377034e798a43a3 (commit)
via 5485b035bac9ca68fb6c4e0338848d9bd06585a9 (commit)
via 63b86c2c6fdbbdf589fa378c588c35a14883ce0f (commit)
via 5726410310209ef86b28c81b6b65203da54d4b1c (commit)
via 33f15c6c9c69121eb625bc2a7ae7e8aa3aca7186 (commit)
via 5b4848bd7ae5ca12908b4ca422133df152d5b0bd (commit)
via 0fcaf2a777123048b789bfbf57f0746c4cad6877 (commit)
via 956e7c55578ee3d1f36089bf9582f91536a3187e (commit)
via ab7405ba22fc644deb7720950df09c7694d5eb33 (commit)
via 91447c62cd23871a411bee568c5fe3ca47e3fbeb (commit)
via 649fdacac3e0fd5129ed7a7a6cc548b896474aa3 (commit)
via 269299a8c352084ec4663cc678aa0488ef4e8af4 (commit)
via 3926ad9e7209a5ddfee460b590738375a061d076 (commit)
via 1a6409c72c1f267c005fbf301730ab279fb2fa9b (commit)
via 0071f11ae37fd22f65d50553fc9590b722698595 (commit)
via 682cc42db576465e33436cfbd6a0727845612989 (commit)
via b6b5513f7f7e7c9a23a39cdac15d24d1ea57c018 (commit)
via a2c8db441fabe705cb903e92329f570295bb1d1c (commit)
from 84f79cd27068521a0ee1cfefa71f913d238a7495 (commit)
- Log -----------------------------------------------------------------
commit e6227c68d8ecd38c175e2009e74447285b395db9
Merge: 32c6dbba30891b30c99651495f26c17331b7f4d8 517e7cd1d576651cdc01058d8cf4e4b69cc40806
Author: Michal Čihař <mcihar(a)novell.com>
Date: Fri Mar 12 10:11:44 2010 +0100
Merge remote branch 'pootle/gettext' into gettext
commit 32c6dbba30891b30c99651495f26c17331b7f4d8
Author: Michal Čihař <mcihar(a)novell.com>
Date: Fri Mar 12 10:11:31 2010 +0100
Ignore pending translations.
commit 517e7cd1d576651cdc01058d8cf4e4b69cc40806
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:10:53 2010 +0200
Translation update done using Pootle.
commit 5aa7254e836bea181f959e689dbc5b228620c010
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:10:05 2010 +0200
Translation update done using Pootle.
commit c81f4bf2a88929f2c56c66b4de3c8e5756f3e522
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:09:57 2010 +0200
Translation update done using Pootle.
commit 46bbc2be3be3863c919ba18b969012192deed083
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:09:52 2010 +0200
Translation update done using Pootle.
commit bcfb3ee61de88d93bf3cdfb54fd8e709af6b0498
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:08:47 2010 +0200
Translation update done using Pootle.
commit 70e7f4ae18ed49bd1febc386723bcf6eb54269ec
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:08:11 2010 +0200
Translation update done using Pootle.
commit 5f5922245e2d5c1ee291670c3f12db514004d542
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:08:08 2010 +0200
Translation update done using Pootle.
commit a7df9cebf2b0b2cc90e786fd7b9020cfec8d6ca1
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:08:03 2010 +0200
Translation update done using Pootle.
commit aec7bc132a233d859f3743b9d3dcf87e47330932
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:07:22 2010 +0200
Translation update done using Pootle.
commit 5a1fbd563d37c124dc8f9dccc377034e798a43a3
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:06:31 2010 +0200
Translation update done using Pootle.
commit 5485b035bac9ca68fb6c4e0338848d9bd06585a9
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:06:20 2010 +0200
Translation update done using Pootle.
commit 63b86c2c6fdbbdf589fa378c588c35a14883ce0f
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:05:51 2010 +0200
Translation update done using Pootle.
commit 5726410310209ef86b28c81b6b65203da54d4b1c
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:04:37 2010 +0200
Translation update done using Pootle.
commit 33f15c6c9c69121eb625bc2a7ae7e8aa3aca7186
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:04:17 2010 +0200
Translation update done using Pootle.
commit 5b4848bd7ae5ca12908b4ca422133df152d5b0bd
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:04:11 2010 +0200
Translation update done using Pootle.
commit 0fcaf2a777123048b789bfbf57f0746c4cad6877
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:04:06 2010 +0200
Translation update done using Pootle.
commit 956e7c55578ee3d1f36089bf9582f91536a3187e
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:04:03 2010 +0200
Translation update done using Pootle.
commit ab7405ba22fc644deb7720950df09c7694d5eb33
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:03:56 2010 +0200
Translation update done using Pootle.
commit 91447c62cd23871a411bee568c5fe3ca47e3fbeb
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:03:52 2010 +0200
Translation update done using Pootle.
commit 649fdacac3e0fd5129ed7a7a6cc548b896474aa3
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:03:39 2010 +0200
Translation update done using Pootle.
commit 269299a8c352084ec4663cc678aa0488ef4e8af4
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:03:26 2010 +0200
Translation update done using Pootle.
commit 3926ad9e7209a5ddfee460b590738375a061d076
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:02:47 2010 +0200
Translation update done using Pootle.
commit 1a6409c72c1f267c005fbf301730ab279fb2fa9b
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:01:59 2010 +0200
Translation update done using Pootle.
commit 0071f11ae37fd22f65d50553fc9590b722698595
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:01:38 2010 +0200
Translation update done using Pootle.
commit 682cc42db576465e33436cfbd6a0727845612989
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 11:00:20 2010 +0200
Translation update done using Pootle.
commit b6b5513f7f7e7c9a23a39cdac15d24d1ea57c018
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 10:59:42 2010 +0200
Translation update done using Pootle.
commit a2c8db441fabe705cb903e92329f570295bb1d1c
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Mar 12 10:59:32 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/.gitignore | 1 +
po/cs.po | 64 ++++++++++++++++++++++++++++++--------------------------
2 files changed, 35 insertions(+), 30 deletions(-)
diff --git a/po/.gitignore b/po/.gitignore
index f016632..5113c58 100644
--- a/po/.gitignore
+++ b/po/.gitignore
@@ -1,2 +1,3 @@
# pootle cache
.translation_index
+*.pending
diff --git a/po/cs.po b/po/cs.po
index 62fb40f..68581df 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -4,13 +4,13 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-12 09:48+0100\n"
-"PO-Revision-Date: 2010-03-12 09:13+0100\n"
-"Last-Translator: Automatically generated\n"
+"PO-Revision-Date: 2010-03-12 11:10+0200\n"
+"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
+"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.0.1\n"
@@ -411,11 +411,11 @@ msgstr "ZAČÁTEK VÝPISU"
#: libraries/messages.inc.php:84
msgid "Binary"
-msgstr " Binární "
+msgstr "Binární"
#: libraries/messages.inc.php:85
msgid "Binary - do not edit"
-msgstr " Binární - neupravujte "
+msgstr "Binární - neupravujte"
#: libraries/messages.inc.php:86
msgid "Binary log"
@@ -956,7 +956,7 @@ msgstr "Přidělit všechna oprávnění na databázi "%s""
#: libraries/messages.inc.php:205
msgid "Grant all privileges on wildcard name (username\\_%)"
-msgstr "Přidělit všechna oprávnění na jméno odpovídající masce (uživatel_%)"
+msgstr "Přidělit všechna oprávnění na jméno odpovídající masce (uživatel\\_%)"
#: libraries/messages.inc.php:206
msgid "Creation/Update/Check dates"
@@ -1076,7 +1076,7 @@ msgstr "Rozdíl mezi daty"
#: libraries/messages.inc.php:234
msgid "Data only"
-msgstr " Jen data"
+msgstr "Jen data"
#: libraries/messages.inc.php:235
msgid "Pages containing data"
@@ -1264,7 +1264,7 @@ msgstr "Stáhnout soubor"
#: libraries/messages.inc.php:277
msgid "Do you really want to "
-msgstr "Opravdu si přejete vykonat příkaz"
+msgstr "Opravdu si přejete vykonat příkaz "
#: libraries/messages.inc.php:278
msgid "You are about to DESTROY a complete database!"
@@ -1369,7 +1369,7 @@ msgstr "Anglicky"
#: libraries/messages.inc.php:303
msgid " Note: MySQL privilege names are expressed in English "
-msgstr "Poznámka: názvy oprávnění v MySQL jsou uváděny anglicky"
+msgstr " Poznámka: názvy oprávnění v MySQL jsou uváděny anglicky "
#: libraries/messages.inc.php:304
msgid "Error"
@@ -1910,7 +1910,7 @@ msgstr "Krok automatického zvětšování"
msgid ""
" The increment size for extending the size of an autoextending tablespace "
"when it becomes full."
-msgstr "Velikost o kterou je zvětšen soubor s daty, pokud je zaplněný."
+msgstr " Velikost o kterou je zvětšen soubor s daty, pokud je zaplněný."
#: libraries/messages.inc.php:430
msgid "Buffer pool size"
@@ -2390,7 +2390,7 @@ msgid ""
"tables when no MAX_ROWS option is specified."
msgstr ""
"Výchozí velikost ukazatele v bajtech, která bude použita pro vytváření "
-"MyISAM tabulek, pokud není uvedeno MAX_ROWS."
+"MyISAM tabulek příkazem CREATE TABLE, pokud není uvedeno MAX_ROWS."
#: libraries/messages.inc.php:536
msgid ""
@@ -2448,7 +2448,7 @@ msgid ""
"TABLE or when creating indexes with CREATE INDEX or ALTER TABLE."
msgstr ""
"Paměť, která je alokována při řazení MyISAM indexů během jejich vytváření "
-"nebo opravování."
+"příkazem CREATE INDEX nebo opravování příkazem ALTER TABLE."
#: libraries/messages.inc.php:545
msgid "Sort buffer size"
@@ -2547,7 +2547,7 @@ msgstr "V ZIP archívu nebyly nalezeny žádné soubory!"
#: libraries/messages.inc.php:566
msgid "phpMyAdmin is more friendly with a <b>frames-capable</b> browser."
-msgstr "phpMyAdmin se lépe používá v prohlížeči podporujícím rámy („FRAME“)."
+msgstr "phpMyAdmin se lépe používá v prohlížeči <b>podporujícím rámce</b>."
#: libraries/messages.inc.php:567
msgid "No index defined!"
@@ -2919,8 +2919,8 @@ msgid ""
"The size of the global transaction log buffer (the engine allocates 2 "
"buffers of this size). The default is 1MB."
msgstr ""
-"Velikost vyrovnávací paměti logu souhrných transakcí (vyrovnávací paměť se "
-"vytváří dvakrát). Výchozí velikost je 1MB."
+"Velikost vyrovnávací paměti logu souhrných transakcí (vytváří se 2 "
+"vyrovnávací paměti). Výchozí velikost je 1MB."
#: libraries/messages.inc.php:647
msgid "Transaction buffer size"
@@ -2947,7 +2947,7 @@ msgstr "Byla vytvořena tabulka %1$s."
#: libraries/messages.inc.php:652
msgid "Page creation failed"
-msgstr ""
+msgstr "Vytvoření stránky selhalo"
#: libraries/messages.inc.php:653
msgid "PDF"
@@ -3031,6 +3031,7 @@ msgstr "Vytvořte uživatele pma a přidělte mu oprávnění na tyto tabulky."
#: libraries/messages.inc.php:671
msgid "Re-login to phpMyAdmin to load the updated configuration file."
msgstr ""
+"Prosím přihlašte se znovu , aby se projevily změny v konfiguračním souboru."
#: libraries/messages.inc.php:672
msgid "phpMyAdmin documentation"
@@ -3485,7 +3486,7 @@ msgstr ""
#: libraries/messages.inc.php:778
msgid "Add slave replication user"
-msgstr ""
+msgstr "Přidat replikačního uživatele pro podřízený server"
#: libraries/messages.inc.php:779
#, php-format
@@ -4307,7 +4308,7 @@ msgstr "Nesprávná IP adresa: %s"
#: libraries/messages.inc.php:949
msgid "Not a valid port number"
-msgstr "Neplatné číslo portu "
+msgstr "Neplatné číslo portu"
#: libraries/messages.inc.php:950
msgid "Incorrect value"
@@ -5040,8 +5041,9 @@ msgstr ""
"Nastavil jste typ autentizace [kbd]config[/kbd] a zadal jste uživatelské "
"jméno a heslo pro automatické přihlášení, což není doporučená volba pro "
"produkční servery. Kdokoli kdo zná URL phpMyAdminu může přímo přistoupit k "
-"Vašemu phpMyAdmin panelu. Nastavte [a@?page=servers&mode=edit&id=%1"
-"$d#tab_Server]typ autentizace[/a] na [kbd]cookie[/kbd] nebo [kbd]http[/kbd]."
+"Vašemu phpMyAdmin panelu. Nastavte [a@?page=servers&mode=edit&id=%"
+"1$d#tab_Server]typ autentizace[/a] na [kbd]cookie[/kbd] nebo "
+"[kbd]http[/kbd]."
#: libraries/messages.inc.php:1111
msgid "You should use mysqli for performance reasons"
@@ -5270,7 +5272,7 @@ msgid ""
"use their literal instances, i.e. use 'my\\_db' and not 'my_db'"
msgstr ""
"Můžete použít žolíky MySQL (% a _), escapujte je, pokud je chcete použít "
-"jako znaky, např. použijte 'moje\\_db' a ne 'moje_db'"
+"jako znaky, např. použijte 'moje\\_db' a ne 'moje_db'"
#: libraries/messages.inc.php:1157
msgid "Show only listed databases"
@@ -5777,7 +5779,7 @@ msgid ""
"based instead of disk-based."
msgstr ""
"Počet dočasných tabulek vytvořených serverem na disku při provádění dotazů. "
-"Pokud je tato hodnota velká, můžete zvětšit parametr tmp_table_size a MySQL "
+"Pokud je tato hodnota velká, můžete zvětšit parametr tmp_table_size a MySQL "
"bude používat větší dočasné tabulky v paměti."
#: libraries/messages.inc.php:1266
@@ -5991,11 +5993,11 @@ msgstr "Počet zápisů provedených do InnoDB bufferu."
#: libraries/messages.inc.php:1297
msgid "The number of fsync() operations so far."
-msgstr "Počet provedených synchronizací."
+msgstr "Počet provedených synchronizací fsync()."
#: libraries/messages.inc.php:1298
msgid "The current number of pending fsync() operations."
-msgstr "Počet nevyřízených synchronizací."
+msgstr "Počet nevyřízených synchronizací fsync()."
#: libraries/messages.inc.php:1299
msgid "The current number of pending reads."
@@ -6051,7 +6053,7 @@ msgstr "Počet skutečných zápisů do logovacího souboru."
#: libraries/messages.inc.php:1310
msgid "The number of fsync() writes done to the log file."
-msgstr "Počet synchronizací provedených na logovacích souborech."
+msgstr "Počet synchronizací fsync() provedených na logovacích souborech."
#: libraries/messages.inc.php:1311
msgid "The number of pending log file fsyncs."
@@ -6390,7 +6392,7 @@ msgstr "Zobrazit tabulky"
#: libraries/messages.inc.php:1372
msgid " Show this query here again "
-msgstr "Zobrazit zde tento dotaz znovu"
+msgstr " Zobrazit zde tento dotaz znovu "
#: libraries/messages.inc.php:1373
msgid "Simplified Chinese"
@@ -6755,7 +6757,7 @@ msgstr "Tabulka se zdá být prázdná!"
#: libraries/messages.inc.php:1454
msgid "Table maintenance"
-msgstr " Údržba tabulky "
+msgstr "Údržba tabulky"
#: libraries/messages.inc.php:1455
msgid "Table name"
@@ -6812,7 +6814,7 @@ msgstr "Dočasná data"
#: libraries/messages.inc.php:1468
msgid " Because of its length,<br /> this field might not be editable "
-msgstr "Tento sloupec možná nepůjde <br />(kvůli délce) upravit "
+msgstr " Tento sloupec možná nepůjde <br />kvůli délce upravit "
#: libraries/messages.inc.php:1469
msgid "Texy! text"
@@ -7001,7 +7003,7 @@ msgstr "Informace o sledování"
#: libraries/messages.inc.php:1509
#, php-format
msgid "Show %s with dates from %s to %s by user %s %s"
-msgstr "Zobrazit %s s datumy od %s do %s od uživatele %s %s"
+msgstr "Zobrazit %s s datem od %s do %s od uživatele %s %s"
#: libraries/messages.inc.php:1510
msgid "Show versions"
@@ -7222,7 +7224,9 @@ msgstr ""
msgid ""
"Displays the contents of the field as-is, without running it through "
"htmlspecialchars(). That is, the field is assumed to contain valid HTML."
-msgstr "Zachová původní formátování sloupce, tak jak je uložen v databázi."
+msgstr ""
+"Zachová původní formátování sloupce, tak jak je uložen v databázi, bez "
+"použití htmlspecialchars(). Předpokládá se, že sloupec obsahuje platné HTML."
#: libraries/messages.inc.php:1550
msgid ""
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 792ee2de491f08b9a035d357bb72c76f3698cb41
by Michal Čihař 12 Mar '10
by Michal Čihař 12 Mar '10
12 Mar '10
The branch, master has been updated
via 792ee2de491f08b9a035d357bb72c76f3698cb41 (commit)
via c6e46d0246c6d140f11d368e4bd419a1262aa698 (commit)
from a3e8d2d87f22651bc3d226263e652d701ba5625c (commit)
- Log -----------------------------------------------------------------
commit 792ee2de491f08b9a035d357bb72c76f3698cb41
Author: Michal Čihař <mcihar(a)novell.com>
Date: Fri Mar 12 09:55:36 2010 +0100
Merge updated translations from phpmyadmin/gettext.
commit c6e46d0246c6d140f11d368e4bd419a1262aa698
Author: Michal Čihař <mcihar(a)novell.com>
Date: Fri Mar 12 09:28:14 2010 +0100
Include translations from phpMyAdmin.
-----------------------------------------------------------------------
Summary of changes:
Makefile | 10 +++-
output/index.html | 2 +
output/jp/Documentation.html | 2 +-
output/jp/index.html | 1 +
output/{zh_TW => jp}/translators.html | 54 +++++++++++++-------------
output/mn/index.html | 5 ++-
output/{lt => mn}/translators.html | 56 ++++++++++++++--------------
output/sk/index.html | 5 ++-
output/{lt => sk}/translators.html | 56 ++++++++++++++--------------
po/de.po | 5 +-
po/es.po | 5 +-
po/it.po | 5 +-
po/jp.po | 60 +++++++++++++++---------------
po/ka.po | 5 +-
po/mn.po | 62 +++++++++++++++---------------
po/pl.po | 5 +-
po/ro.po | 5 +-
po/sk.po | 66 ++++++++++++++++----------------
po/zh_TW.po | 5 +-
pot/ca-full.pot | 13 ++++++-
pot/ca-html.pot | 2 +-
pot/ca-txt.pot | 2 +-
pot/cs-full.pot | 13 +------
pot/cs-html.pot | 2 +-
pot/cs-txt.pot | 2 +-
pot/de-full.pot | 2 +-
pot/de-html.pot | 2 +-
pot/de-txt.pot | 2 +-
pot/en_GB-full.pot | 2 +-
pot/en_GB-html.pot | 2 +-
pot/en_GB-txt.pot | 2 +-
pot/es-full.pot | 2 +-
pot/es-html.pot | 2 +-
pot/es-txt.pot | 2 +-
pot/fi-full.pot | 2 +-
pot/fi-html.pot | 2 +-
pot/fi-txt.pot | 2 +-
pot/fr-full.pot | 2 +-
pot/fr-html.pot | 2 +-
pot/fr-txt.pot | 2 +-
pot/gl-full.pot | 2 +-
pot/gl-html.pot | 2 +-
pot/gl-txt.pot | 2 +-
pot/hu-full.pot | 13 +------
pot/hu-html.pot | 2 +-
pot/hu-txt.pot | 2 +-
pot/it-full.pot | 2 +-
pot/it-html.pot | 2 +-
pot/it-txt.pot | 2 +-
pot/jp-full.pot | 2 +-
pot/jp-html.pot | 2 +-
pot/jp-txt.pot | 2 +-
pot/ka-full.pot | 2 +-
pot/ka-html.pot | 2 +-
pot/ka-txt.pot | 2 +-
pot/lt-full.pot | 2 +-
pot/lt-html.pot | 2 +-
pot/lt-txt.pot | 2 +-
pot/mn-full.pot | 2 +-
pot/mn-html.pot | 2 +-
pot/mn-txt.pot | 2 +-
pot/nl-full.pot | 2 +-
pot/nl-html.pot | 2 +-
pot/nl-txt.pot | 2 +-
pot/no-full.pot | 2 +-
pot/no-html.pot | 2 +-
pot/no-txt.pot | 2 +-
pot/pl-full.pot | 2 +-
pot/pl-html.pot | 2 +-
pot/pl-txt.pot | 2 +-
pot/pt_BR-full.pot | 2 +-
pot/pt_BR-html.pot | 2 +-
pot/pt_BR-txt.pot | 2 +-
pot/ro-full.pot | 2 +-
pot/ro-html.pot | 2 +-
pot/ro-txt.pot | 2 +-
pot/sk-full.pot | 13 ++++++-
pot/sk-html.pot | 2 +-
pot/sk-txt.pot | 2 +-
pot/sv-full.pot | 2 +-
pot/sv-html.pot | 2 +-
pot/sv-txt.pot | 2 +-
pot/tr-full.pot | 2 +-
pot/tr-html.pot | 2 +-
pot/tr-txt.pot | 2 +-
pot/zh_CN-full.pot | 13 +------
pot/zh_CN-html.pot | 2 +-
pot/zh_CN-txt.pot | 2 +-
pot/zh_TW-full.pot | 2 +-
pot/zh_TW-html.pot | 2 +-
pot/zh_TW-txt.pot | 2 +-
91 files changed, 311 insertions(+), 302 deletions(-)
copy output/{zh_TW => jp}/translators.html (92%)
copy output/{lt => mn}/translators.html (93%)
copy output/{lt => sk}/translators.html (93%)
diff --git a/Makefile b/Makefile
index 4d89a04..bd44883 100755
--- a/Makefile
+++ b/Makefile
@@ -106,8 +106,12 @@ pot/%-full.pot: pot/%-html.pot pot/%-txt.pot
msgcat -o $@ $^
po/%.po: pot/%-full.pot
+ set -x; \
if [ ! -f $@ ] ; then msginit -i $< -l $* --no-translator -o $@ ; fi
- msgmerge -U $@ $<
- # This should be used once phpMyAdmin itself switches to gettext
- #msgmerge -U $@ -C ../phpmyadmin/po/$*.po $<
+ set -x; \
+ if [ -f ../phpmyadmin/po/$*.po ] ; then \
+ msgmerge -U $@ -C ../phpmyadmin/po/$*.po $< ; \
+ else \
+ msgmerge -U $@ $< ; \
+ fi
touch $@
diff --git a/output/index.html b/output/index.html
index 1981a3d..8fd83bd 100644
--- a/output/index.html
+++ b/output/index.html
@@ -22,11 +22,13 @@
<li><a href=jp>Japanese</a></li>
<li><a href=ka>Georgian</a></li>
<li><a href=lt>Lithuanian</a></li>
+<li><a href=mn>Mongolian</a></li>
<li><a href=nl>Dutch</a></li>
<li><a href=no>Norwegian</a></li>
<li><a href=pl>Polish</a></li>
<li><a href=pt_BR>Brazilian Portuguese</a></li>
<li><a href=ro>Romanian</a></li>
+<li><a href=sk>Slovak</a></li>
<li><a href=sv>Swedish</a></li>
<li><a href=tr>Turkish</a></li>
<li><a href=zh_CN>Simplified Chinese</a></li>
diff --git a/output/jp/Documentation.html b/output/jp/Documentation.html
index 41469ff..c71eb23 100644
--- a/output/jp/Documentation.html
+++ b/output/jp/Documentation.html
@@ -4516,7 +4516,7 @@ and CSS2 compliant codes</li>
<ul>
<li>automatic joins in QBE</li>
<li>links column in printview</li>
- <li>Relation view</li>
+ <li>リレーションビュー</li>
</ul></li>
<li>Michal Čihař <michal_at_cihar.com>
diff --git a/output/jp/index.html b/output/jp/index.html
index aa5bb7e..3ae6cd0 100644
--- a/output/jp/index.html
+++ b/output/jp/index.html
@@ -11,6 +11,7 @@
<p>Documents translated to Japanese:</p>
<ul>
<li><a href="Documentation.html">Main documentation</a></li>
+<li><a href="translators.html">Translators</a></li>
</ul>
</body>
</html>
diff --git a/output/zh_TW/translators.html b/output/jp/translators.html
similarity index 92%
copy from output/zh_TW/translators.html
copy to output/jp/translators.html
index fecad6f..f3b8c84 100644
--- a/output/zh_TW/translators.html
+++ b/output/jp/translators.html
@@ -78,7 +78,7 @@ provide e-mail support.</span></p>
<table class="translators">
<tr>
- <th>Language</th>
+ <th>言語</th>
<th>Official translator(s)</th>
</tr>
@@ -97,7 +97,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="arabic">
- <td>阿拉伯語</td>
+ <td>アラビア語</td>
<td>
Mohammed Farag (meno25wiki(a)gmail.com)
</td>
@@ -146,7 +146,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="bulgarian">
- <td>保加利亞語</td>
+ <td>ブルガリア語</td>
<td>
Stanislav Yordanov (stan(a)stud.ru.acad.bg)
</td>
@@ -174,14 +174,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="croatian">
- <td>克羅西亞語</td>
+ <td>クロアチア語</td>
<td>
Renato Pavicic (renato(a)translator-shop.org)
</td>
</tr>
<tr id="czech">
- <td>捷克語</td>
+ <td>チェコ語</td>
<td>
Michal Čihař (michal(a)cihar.com)<br />
Ondřej Vadinský (nicky726(a)gmail.com)
@@ -189,7 +189,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="danish">
- <td>丹麥語</td>
+ <td>デンマーク語</td>
<td>
Finn Sorensen (dk_alleykat(a)users.sourceforge.net)
</td>
@@ -217,7 +217,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="estonian">
- <td>愛沙尼亞語</td>
+ <td>エストニア語</td>
<td>
Marko Ellermaa (uhuu(a)users.sourceforge.net)
</td>
@@ -245,28 +245,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="georgian">
- <td>格魯吉亞語</td>
+ <td>グルジア語</td>
<td>
George Machitidze (gmachitidze(a)users.sourceforge.net)
</td>
</tr>
<tr id="german">
- <td>德語</td>
+ <td>ドイツ語</td>
<td>
volunteer needed
</td>
</tr>
<tr id="greek">
- <td>希臘語</td>
+ <td>ギリシア語</td>
<td>
Panagiotis Papazoglou (panos78(a)users.sourceforge.net)
</td>
</tr>
<tr id="hebrew">
- <td>希伯來語</td>
+ <td>ヘブライ語</td>
<td>
volunteer needed
</td>
@@ -280,7 +280,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="hungarian">
- <td>匈牙利語</td>
+ <td>ハンガリー語</td>
<td>
Jozsef Tamas Herczeg (localicer(a)gmail.com)
</td>
@@ -301,28 +301,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="japanese">
- <td>日語</td>
+ <td>日本語</td>
<td>
Tadashi Jokagi (elf2000(a)users.sourceforge.net)
</td>
</tr>
<tr id="korean">
- <td>韓語</td>
+ <td>韓国語</td>
<td>
volunteer needed
</td>
</tr>
<tr id="latvian">
- <td>拉脫維亞語</td>
+ <td>ラトビア語</td>
<td>
volunteer needed
</td>
</tr>
<tr id="lithuanian">
- <td>立陶宛語</td>
+ <td>リトアニア語</td>
<td>
Rytis Slatkevicius (rytis_s(a)users.sourceforge.net)
</td>
@@ -357,14 +357,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="persian">
- <td>波斯語</td>
+ <td>ペルシア語</td>
<td>
volunteer needed
</td>
</tr>
<tr id="polish">
- <td>波蘭語</td>
+ <td>ポーランド語</td>
<td>
volunteer needed
</td>
@@ -378,14 +378,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="romanian">
- <td>羅馬尼亞語</td>
+ <td>ルーマニア語</td>
<td>
Sergiu Bivol (sbivol(a)users.sourceforge.net)
</td>
</tr>
<tr id="russian">
- <td>俄語</td>
+ <td>ロシア語</td>
<td>
Victor Volkov and project php-myadmin.ru
</td>
@@ -406,28 +406,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="slovak">
- <td>斯洛伐克語</td>
+ <td>スロバキア語</td>
<td>
Ivan Kuriscak (shylauda69(a)users.sourceforge.net)
</td>
</tr>
<tr id="slovenian">
- <td>斯洛文尼亞語</td>
+ <td>スロベニア語</td>
<td>
volunteer needed
</td>
</tr>
<tr id="spanish">
- <td>西班牙語</td>
+ <td>スペイン語</td>
<td>
Dr. med. Daniel Hinostroza C. (phpmyadmin(a)cerebroperiferico.com)
</td>
</tr>
<tr id="swedish">
- <td>瑞典語</td>
+ <td>スウェーデン語</td>
<td>
Björn T. Hallberg (bjornth(a)users.sourceforge.net)
</td>
@@ -441,21 +441,21 @@ provide e-mail support.</span></p>
</tr>
<tr id="thai">
- <td>泰語</td>
+ <td>タイ語</td>
<td>
volunteer needed
</td>
</tr>
<tr id="turkish">
- <td>土耳其語</td>
+ <td>トルコ語</td>
<td>
Burak Yavuz (bourock(a)users.sourceforge.net)
</td>
</tr>
<tr id="ukrainian">
- <td>烏克蘭語</td>
+ <td>ウクライナ語</td>
<td>
volunteer needed
</td>
diff --git a/output/mn/index.html b/output/mn/index.html
index 188ce17..a1e1b2a 100644
--- a/output/mn/index.html
+++ b/output/mn/index.html
@@ -8,6 +8,9 @@
</head>
<body>
<h1>phpMyAdmin Mongolian Documentation</h1>
-<p>Unfortunately no document is enough translated to Mongolian.</p>
+<p>Documents translated to mn:</p>
+<ul>
+<li><a href="translators.html">Translators</a></li>
+</ul>
</body>
</html>
diff --git a/output/lt/translators.html b/output/mn/translators.html
similarity index 93%
copy from output/lt/translators.html
copy to output/mn/translators.html
index fadd96e..1ee3402 100644
--- a/output/lt/translators.html
+++ b/output/mn/translators.html
@@ -78,7 +78,7 @@ provide e-mail support.</span></p>
<table class="translators">
<tr>
- <th>Kalba</th>
+ <th>Хэл</th>
<th>Official translator(s)</th>
</tr>
@@ -97,7 +97,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="arabic">
- <td>Arabų</td>
+ <td>Араб</td>
<td>
Mohammed Farag (meno25wiki(a)gmail.com)
</td>
@@ -146,7 +146,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="bulgarian">
- <td>Bulgarų</td>
+ <td>Болгар</td>
<td>
Stanislav Yordanov (stan(a)stud.ru.acad.bg)
</td>
@@ -174,14 +174,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="croatian">
- <td>Kroatų</td>
+ <td>Хорват</td>
<td>
Renato Pavicic (renato(a)translator-shop.org)
</td>
</tr>
<tr id="czech">
- <td>Čekų</td>
+ <td>Чех</td>
<td>
Michal Čihař (michal(a)cihar.com)<br />
Ondřej Vadinský (nicky726(a)gmail.com)
@@ -189,7 +189,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="danish">
- <td>Danų</td>
+ <td>Дани</td>
<td>
Finn Sorensen (dk_alleykat(a)users.sourceforge.net)
</td>
@@ -203,7 +203,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="english">
- <td>Anglų</td>
+ <td>Англи</td>
<td>
the phpMyAdmin development team (phpmyadmin-devel(a)lists.sourceforge.net)
</td>
@@ -217,7 +217,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="estonian">
- <td>Estų</td>
+ <td>Эстони</td>
<td>
Marko Ellermaa (uhuu(a)users.sourceforge.net)
</td>
@@ -245,28 +245,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="georgian">
- <td>Gruzinų</td>
+ <td>Гүрж</td>
<td>
George Machitidze (gmachitidze(a)users.sourceforge.net)
</td>
</tr>
<tr id="german">
- <td>Vokiečių</td>
+ <td>Немец</td>
<td>
volunteer needed
</td>
</tr>
<tr id="greek">
- <td>Graikų</td>
+ <td>Грек</td>
<td>
Panagiotis Papazoglou (panos78(a)users.sourceforge.net)
</td>
</tr>
<tr id="hebrew">
- <td>Žydų</td>
+ <td>Иврей</td>
<td>
volunteer needed
</td>
@@ -280,7 +280,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="hungarian">
- <td>Vengrų</td>
+ <td>Унгар</td>
<td>
Jozsef Tamas Herczeg (localicer(a)gmail.com)
</td>
@@ -301,28 +301,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="japanese">
- <td>Japonų</td>
+ <td>Япон</td>
<td>
Tadashi Jokagi (elf2000(a)users.sourceforge.net)
</td>
</tr>
<tr id="korean">
- <td>Korėjiečių</td>
+ <td>Солонгос</td>
<td>
volunteer needed
</td>
</tr>
<tr id="latvian">
- <td>Latvių</td>
+ <td>Латви</td>
<td>
volunteer needed
</td>
</tr>
<tr id="lithuanian">
- <td>Lietuvių</td>
+ <td>Латви</td>
<td>
Rytis Slatkevicius (rytis_s(a)users.sourceforge.net)
</td>
@@ -357,14 +357,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="persian">
- <td>Persų</td>
+ <td>Перс</td>
<td>
volunteer needed
</td>
</tr>
<tr id="polish">
- <td>Lenkų</td>
+ <td>Польш</td>
<td>
volunteer needed
</td>
@@ -378,14 +378,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="romanian">
- <td>Rumunų</td>
+ <td>Румын</td>
<td>
Sergiu Bivol (sbivol(a)users.sourceforge.net)
</td>
</tr>
<tr id="russian">
- <td>Rusų</td>
+ <td>Орос</td>
<td>
Victor Volkov and project php-myadmin.ru
</td>
@@ -406,28 +406,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="slovak">
- <td>Slovakų</td>
+ <td>Словак</td>
<td>
Ivan Kuriscak (shylauda69(a)users.sourceforge.net)
</td>
</tr>
<tr id="slovenian">
- <td>Slovėnų</td>
+ <td>Словени</td>
<td>
volunteer needed
</td>
</tr>
<tr id="spanish">
- <td>Ispanų</td>
+ <td>Испани</td>
<td>
Dr. med. Daniel Hinostroza C. (phpmyadmin(a)cerebroperiferico.com)
</td>
</tr>
<tr id="swedish">
- <td>Švedų</td>
+ <td>Швед</td>
<td>
Björn T. Hallberg (bjornth(a)users.sourceforge.net)
</td>
@@ -441,21 +441,21 @@ provide e-mail support.</span></p>
</tr>
<tr id="thai">
- <td>Tailando</td>
+ <td>Таи</td>
<td>
volunteer needed
</td>
</tr>
<tr id="turkish">
- <td>Turkų</td>
+ <td>Турк</td>
<td>
Burak Yavuz (bourock(a)users.sourceforge.net)
</td>
</tr>
<tr id="ukrainian">
- <td>Ukrainiečių</td>
+ <td>Украин</td>
<td>
volunteer needed
</td>
diff --git a/output/sk/index.html b/output/sk/index.html
index b042067..a3d01f6 100644
--- a/output/sk/index.html
+++ b/output/sk/index.html
@@ -8,6 +8,9 @@
</head>
<body>
<h1>phpMyAdmin Slovak Documentation</h1>
-<p>Unfortunately no document is enough translated to Slovak.</p>
+<p>Documents translated to sk:</p>
+<ul>
+<li><a href="translators.html">Translators</a></li>
+</ul>
</body>
</html>
diff --git a/output/lt/translators.html b/output/sk/translators.html
similarity index 93%
copy from output/lt/translators.html
copy to output/sk/translators.html
index fadd96e..16d5274 100644
--- a/output/lt/translators.html
+++ b/output/sk/translators.html
@@ -78,7 +78,7 @@ provide e-mail support.</span></p>
<table class="translators">
<tr>
- <th>Kalba</th>
+ <th>Jazyk</th>
<th>Official translator(s)</th>
</tr>
@@ -97,7 +97,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="arabic">
- <td>Arabų</td>
+ <td>Arabština</td>
<td>
Mohammed Farag (meno25wiki(a)gmail.com)
</td>
@@ -146,7 +146,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="bulgarian">
- <td>Bulgarų</td>
+ <td>Bulharsky</td>
<td>
Stanislav Yordanov (stan(a)stud.ru.acad.bg)
</td>
@@ -174,14 +174,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="croatian">
- <td>Kroatų</td>
+ <td>Chorvátsky</td>
<td>
Renato Pavicic (renato(a)translator-shop.org)
</td>
</tr>
<tr id="czech">
- <td>Čekų</td>
+ <td>Česky</td>
<td>
Michal Čihař (michal(a)cihar.com)<br />
Ondřej Vadinský (nicky726(a)gmail.com)
@@ -189,7 +189,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="danish">
- <td>Danų</td>
+ <td>Dánsky</td>
<td>
Finn Sorensen (dk_alleykat(a)users.sourceforge.net)
</td>
@@ -203,7 +203,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="english">
- <td>Anglų</td>
+ <td>Anglicky</td>
<td>
the phpMyAdmin development team (phpmyadmin-devel(a)lists.sourceforge.net)
</td>
@@ -217,7 +217,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="estonian">
- <td>Estų</td>
+ <td>Estónsky</td>
<td>
Marko Ellermaa (uhuu(a)users.sourceforge.net)
</td>
@@ -245,28 +245,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="georgian">
- <td>Gruzinų</td>
+ <td>Gruzínčina</td>
<td>
George Machitidze (gmachitidze(a)users.sourceforge.net)
</td>
</tr>
<tr id="german">
- <td>Vokiečių</td>
+ <td>Nemecky</td>
<td>
volunteer needed
</td>
</tr>
<tr id="greek">
- <td>Graikų</td>
+ <td>Gréčtina</td>
<td>
Panagiotis Papazoglou (panos78(a)users.sourceforge.net)
</td>
</tr>
<tr id="hebrew">
- <td>Žydų</td>
+ <td>Hebrejsky</td>
<td>
volunteer needed
</td>
@@ -280,7 +280,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="hungarian">
- <td>Vengrų</td>
+ <td>Maďarsky</td>
<td>
Jozsef Tamas Herczeg (localicer(a)gmail.com)
</td>
@@ -301,28 +301,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="japanese">
- <td>Japonų</td>
+ <td>Japončina</td>
<td>
Tadashi Jokagi (elf2000(a)users.sourceforge.net)
</td>
</tr>
<tr id="korean">
- <td>Korėjiečių</td>
+ <td>Kórejčina</td>
<td>
volunteer needed
</td>
</tr>
<tr id="latvian">
- <td>Latvių</td>
+ <td>Lotyšstina</td>
<td>
volunteer needed
</td>
</tr>
<tr id="lithuanian">
- <td>Lietuvių</td>
+ <td>Litovsky</td>
<td>
Rytis Slatkevicius (rytis_s(a)users.sourceforge.net)
</td>
@@ -357,14 +357,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="persian">
- <td>Persų</td>
+ <td>Perština</td>
<td>
volunteer needed
</td>
</tr>
<tr id="polish">
- <td>Lenkų</td>
+ <td>Poľština</td>
<td>
volunteer needed
</td>
@@ -378,14 +378,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="romanian">
- <td>Rumunų</td>
+ <td>Rumunština</td>
<td>
Sergiu Bivol (sbivol(a)users.sourceforge.net)
</td>
</tr>
<tr id="russian">
- <td>Rusų</td>
+ <td>Ruština</td>
<td>
Victor Volkov and project php-myadmin.ru
</td>
@@ -406,28 +406,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="slovak">
- <td>Slovakų</td>
+ <td>Slovenčina</td>
<td>
Ivan Kuriscak (shylauda69(a)users.sourceforge.net)
</td>
</tr>
<tr id="slovenian">
- <td>Slovėnų</td>
+ <td>Slovinčina</td>
<td>
volunteer needed
</td>
</tr>
<tr id="spanish">
- <td>Ispanų</td>
+ <td>Španielsky</td>
<td>
Dr. med. Daniel Hinostroza C. (phpmyadmin(a)cerebroperiferico.com)
</td>
</tr>
<tr id="swedish">
- <td>Švedų</td>
+ <td>Švédsky</td>
<td>
Björn T. Hallberg (bjornth(a)users.sourceforge.net)
</td>
@@ -441,21 +441,21 @@ provide e-mail support.</span></p>
</tr>
<tr id="thai">
- <td>Tailando</td>
+ <td>Thajčina</td>
<td>
volunteer needed
</td>
</tr>
<tr id="turkish">
- <td>Turkų</td>
+ <td>Turecky</td>
<td>
Burak Yavuz (bourock(a)users.sourceforge.net)
</td>
</tr>
<tr id="ukrainian">
- <td>Ukrainiečių</td>
+ <td>Ukrajinsky</td>
<td>
volunteer needed
</td>
diff --git a/po/de.po b/po/de.po
index 0c50728..cbdc6cc 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: 2009-08-10 11:41+0200\n"
"Last-Translator: Sören Spreng <soeren.spreng(a)gmail.com>\n"
"Language-Team: none\n"
@@ -6993,8 +6993,9 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2962
+#, fuzzy
msgid "and"
-msgstr ""
+msgstr "und"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:2964
diff --git a/po/es.po b/po/es.po
index b1e60e0..8d4a7f2 100644
--- a/po/es.po
+++ b/po/es.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: 2009-05-29 16:12+0200\n"
"Last-Translator: Alberto Luaces <aluaces(a)udc.es>\n"
"Language-Team: none\n"
@@ -6664,8 +6664,9 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2962
+#, fuzzy
msgid "and"
-msgstr ""
+msgstr "y luego"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:2964
diff --git a/po/it.po b/po/it.po
index 261a10e..6ea3698 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-11 13:30+0100\n"
+"POT-Creation-Date: 2010-03-12 08:38+0100\n"
"PO-Revision-Date: 2010-03-10 19:42+0200\n"
"Last-Translator: <fantonifabio(a)tiscali.it>\n"
"Language-Team: Italian <it(a)li.org>\n"
@@ -8183,8 +8183,9 @@ msgstr "SetInputFilter PHP"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2962
+#, fuzzy
msgid "and"
-msgstr ""
+msgstr "e"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:2964
diff --git a/po/jp.po b/po/jp.po
index 778a163..96f861a 100644
--- a/po/jp.po
+++ b/po/jp.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-12 09:50+0100\n"
"PO-Revision-Date: 2010-01-22 15:14+0100\n"
"Last-Translator: Automatically generated <>\n"
"Language-Team: Japan <jp(a)li.org>\n"
@@ -12257,7 +12257,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:4595
msgid "Relation view"
-msgstr ""
+msgstr "リレーションビュー"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4598
@@ -13275,7 +13275,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:63
msgid "Language"
-msgstr ""
+msgstr "言語"
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:64
@@ -13309,7 +13309,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:82
msgid "Arabic"
-msgstr ""
+msgstr "アラビア語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:84
@@ -13364,7 +13364,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:131
msgid "Bulgarian"
-msgstr ""
+msgstr "ブルガリア語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:133
@@ -13404,7 +13404,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:159
msgid "Croatian"
-msgstr ""
+msgstr "クロアチア語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:161
@@ -13414,7 +13414,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:166
msgid "Czech"
-msgstr ""
+msgstr "チェコ語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:168
@@ -13429,7 +13429,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:174
msgid "Danish"
-msgstr ""
+msgstr "デンマーク語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:176
@@ -13449,7 +13449,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:188
msgid "English"
-msgstr ""
+msgstr "英語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:190
@@ -13470,7 +13470,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:202
msgid "Estonian"
-msgstr ""
+msgstr "エストニア語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:204
@@ -13510,7 +13510,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:230
msgid "Georgian"
-msgstr ""
+msgstr "グルジア語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:232
@@ -13520,12 +13520,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:237
msgid "German"
-msgstr ""
+msgstr "ドイツ語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:244
msgid "Greek"
-msgstr ""
+msgstr "ギリシア語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:246
@@ -13535,7 +13535,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:251
msgid "Hebrew"
-msgstr ""
+msgstr "ヘブライ語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:258
@@ -13545,7 +13545,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:265
msgid "Hungarian"
-msgstr ""
+msgstr "ハンガリー語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:267
@@ -13571,7 +13571,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:286
msgid "Japanese"
-msgstr ""
+msgstr "日本語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:288
@@ -13581,17 +13581,17 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:293
msgid "Korean"
-msgstr ""
+msgstr "韓国語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:300
msgid "Latvian"
-msgstr ""
+msgstr "ラトビア語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:307
msgid "Lithuanian"
-msgstr ""
+msgstr "リトアニア語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:309
@@ -13631,12 +13631,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:342
msgid "Persian"
-msgstr ""
+msgstr "ペルシア語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:349
msgid "Polish"
-msgstr ""
+msgstr "ポーランド語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:356
@@ -13646,7 +13646,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:363
msgid "Romanian"
-msgstr ""
+msgstr "ルーマニア語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:365
@@ -13656,7 +13656,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:370
msgid "Russian"
-msgstr ""
+msgstr "ロシア語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:372
@@ -13686,7 +13686,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:391
msgid "Slovak"
-msgstr ""
+msgstr "スロバキア語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:393
@@ -13696,12 +13696,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:398
msgid "Slovenian"
-msgstr ""
+msgstr "スロベニア語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:405
msgid "Spanish"
-msgstr ""
+msgstr "スペイン語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:407
@@ -13711,7 +13711,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:412
msgid "Swedish"
-msgstr ""
+msgstr "スウェーデン語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:414
@@ -13731,12 +13731,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:426
msgid "Thai"
-msgstr ""
+msgstr "タイ語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:433
msgid "Turkish"
-msgstr ""
+msgstr "トルコ語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:435
@@ -13746,7 +13746,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:440
msgid "Ukrainian"
-msgstr ""
+msgstr "ウクライナ語"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:446
diff --git a/po/ka.po b/po/ka.po
index eb7a3b2..fd54150 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-12 08:39+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -6496,8 +6496,9 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2962
+#, fuzzy
msgid "and"
-msgstr ""
+msgstr "და"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:2964
diff --git a/po/mn.po b/po/mn.po
index e496212..99fa22c 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -5777,7 +5777,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:2580
msgid "Server"
-msgstr ""
+msgstr "Сервэр"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2583
@@ -9747,7 +9747,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:4595
msgid "Relation view"
-msgstr ""
+msgstr "Хамаарал харах"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4598
@@ -10751,7 +10751,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:63
msgid "Language"
-msgstr ""
+msgstr "Хэл"
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:64
@@ -10785,7 +10785,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:82
msgid "Arabic"
-msgstr ""
+msgstr "Араб"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:84
@@ -10840,7 +10840,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:131
msgid "Bulgarian"
-msgstr ""
+msgstr "Болгар"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:133
@@ -10880,7 +10880,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:159
msgid "Croatian"
-msgstr ""
+msgstr "Хорват"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:161
@@ -10890,7 +10890,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:166
msgid "Czech"
-msgstr ""
+msgstr "Чех"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:168
@@ -10905,7 +10905,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:174
msgid "Danish"
-msgstr ""
+msgstr "Дани"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:176
@@ -10925,7 +10925,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:188
msgid "English"
-msgstr ""
+msgstr "Англи"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:190
@@ -10946,7 +10946,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:202
msgid "Estonian"
-msgstr ""
+msgstr "Эстони"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:204
@@ -10986,7 +10986,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:230
msgid "Georgian"
-msgstr ""
+msgstr "Гүрж"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:232
@@ -10996,12 +10996,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:237
msgid "German"
-msgstr ""
+msgstr "Немец"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:244
msgid "Greek"
-msgstr ""
+msgstr "Грек"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:246
@@ -11011,7 +11011,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:251
msgid "Hebrew"
-msgstr ""
+msgstr "Иврей"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:258
@@ -11021,7 +11021,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:265
msgid "Hungarian"
-msgstr ""
+msgstr "Унгар"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:267
@@ -11046,7 +11046,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:286
msgid "Japanese"
-msgstr ""
+msgstr "Япон"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:288
@@ -11056,17 +11056,17 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:293
msgid "Korean"
-msgstr ""
+msgstr "Солонгос"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:300
msgid "Latvian"
-msgstr ""
+msgstr "Латви"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:307
msgid "Lithuanian"
-msgstr ""
+msgstr "Латви"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:309
@@ -11106,12 +11106,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:342
msgid "Persian"
-msgstr ""
+msgstr "Перс"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:349
msgid "Polish"
-msgstr ""
+msgstr "Польш"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:356
@@ -11121,7 +11121,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:363
msgid "Romanian"
-msgstr ""
+msgstr "Румын"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:365
@@ -11131,7 +11131,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:370
msgid "Russian"
-msgstr ""
+msgstr "Орос"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:372
@@ -11161,7 +11161,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:391
msgid "Slovak"
-msgstr ""
+msgstr "Словак"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:393
@@ -11171,12 +11171,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:398
msgid "Slovenian"
-msgstr ""
+msgstr "Словени"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:405
msgid "Spanish"
-msgstr ""
+msgstr "Испани"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:407
@@ -11186,7 +11186,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:412
msgid "Swedish"
-msgstr ""
+msgstr "Швед"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:414
@@ -11206,12 +11206,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:426
msgid "Thai"
-msgstr ""
+msgstr "Таи"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:433
msgid "Turkish"
-msgstr ""
+msgstr "Турк"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:435
@@ -11221,7 +11221,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:440
msgid "Ukrainian"
-msgstr ""
+msgstr "Украин"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:446
diff --git a/po/pl.po b/po/pl.po
index b46ba81..fbe3814 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-12 08:38+0100\n"
"PO-Revision-Date: 2010-01-22 15:13+0100\n"
"Last-Translator: Michal Čihař <michal(a)cihar.com>\n"
"Language-Team: Polish <pl(a)li.org>\n"
@@ -7871,8 +7871,9 @@ msgstr "SetInputFilter PHP"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2962
+#, fuzzy
msgid "and"
-msgstr ""
+msgstr "oraz"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:2964
diff --git a/po/ro.po b/po/ro.po
index bc83353..27fda42 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-12 08:40+0100\n"
"PO-Revision-Date: 2010-03-01 12:14+0200\n"
"Last-Translator: <the_sky_dreamer2003(a)yahoo.com>\n"
"Language-Team: none\n"
@@ -6502,8 +6502,9 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2962
+#, fuzzy
msgid "and"
-msgstr ""
+msgstr "Și"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:2964
diff --git a/po/sk.po b/po/sk.po
index 4be3176..9cfb043 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -7,12 +7,12 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 16:03+0100\n"
+"POT-Creation-Date: 2010-03-12 08:41+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"#-#-#-#-# sk-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"#-#-#-#-# sk-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
@@ -5780,7 +5780,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:2580
msgid "Server"
-msgstr ""
+msgstr "Server"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2583
@@ -6497,7 +6497,7 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2962
msgid "and"
-msgstr ""
+msgstr "a"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:2964
@@ -9750,7 +9750,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:4595
msgid "Relation view"
-msgstr ""
+msgstr "Zobraziť prepojenia"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4598
@@ -10754,7 +10754,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:63
msgid "Language"
-msgstr ""
+msgstr "Jazyk"
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:64
@@ -10788,7 +10788,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:82
msgid "Arabic"
-msgstr ""
+msgstr "Arabština"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:84
@@ -10843,7 +10843,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:131
msgid "Bulgarian"
-msgstr ""
+msgstr "Bulharsky"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:133
@@ -10883,7 +10883,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:159
msgid "Croatian"
-msgstr ""
+msgstr "Chorvátsky"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:161
@@ -10893,7 +10893,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:166
msgid "Czech"
-msgstr ""
+msgstr "Česky"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:168
@@ -10908,7 +10908,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:174
msgid "Danish"
-msgstr ""
+msgstr "Dánsky"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:176
@@ -10928,7 +10928,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:188
msgid "English"
-msgstr ""
+msgstr "Anglicky"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:190
@@ -10949,7 +10949,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:202
msgid "Estonian"
-msgstr ""
+msgstr "Estónsky"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:204
@@ -10989,7 +10989,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:230
msgid "Georgian"
-msgstr ""
+msgstr "Gruzínčina"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:232
@@ -10999,12 +10999,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:237
msgid "German"
-msgstr ""
+msgstr "Nemecky"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:244
msgid "Greek"
-msgstr ""
+msgstr "Gréčtina"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:246
@@ -11014,7 +11014,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:251
msgid "Hebrew"
-msgstr ""
+msgstr "Hebrejsky"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:258
@@ -11024,7 +11024,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:265
msgid "Hungarian"
-msgstr ""
+msgstr "Maďarsky"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:267
@@ -11049,7 +11049,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:286
msgid "Japanese"
-msgstr ""
+msgstr "Japončina"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:288
@@ -11059,17 +11059,17 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:293
msgid "Korean"
-msgstr ""
+msgstr "Kórejčina"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:300
msgid "Latvian"
-msgstr ""
+msgstr "Lotyšstina"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:307
msgid "Lithuanian"
-msgstr ""
+msgstr "Litovsky"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:309
@@ -11109,12 +11109,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:342
msgid "Persian"
-msgstr ""
+msgstr "Perština"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:349
msgid "Polish"
-msgstr ""
+msgstr "Poľština"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:356
@@ -11124,7 +11124,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:363
msgid "Romanian"
-msgstr ""
+msgstr "Rumunština"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:365
@@ -11134,7 +11134,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:370
msgid "Russian"
-msgstr ""
+msgstr "Ruština"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:372
@@ -11164,7 +11164,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:391
msgid "Slovak"
-msgstr ""
+msgstr "Slovenčina"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:393
@@ -11174,12 +11174,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:398
msgid "Slovenian"
-msgstr ""
+msgstr "Slovinčina"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:405
msgid "Spanish"
-msgstr ""
+msgstr "Španielsky"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:407
@@ -11189,7 +11189,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:412
msgid "Swedish"
-msgstr ""
+msgstr "Švédsky"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:414
@@ -11209,12 +11209,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:426
msgid "Thai"
-msgstr ""
+msgstr "Thajčina"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:433
msgid "Turkish"
-msgstr ""
+msgstr "Turecky"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:435
@@ -11224,7 +11224,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:440
msgid "Ukrainian"
-msgstr ""
+msgstr "Ukrajinsky"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:446
diff --git a/po/zh_TW.po b/po/zh_TW.po
index c4267da..d34712b 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-12 08:41+0100\n"
"PO-Revision-Date: 2010-01-25 13:26+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -6493,8 +6493,9 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2962
+#, fuzzy
msgid "and"
-msgstr ""
+msgstr "與"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:2964
diff --git a/pot/ca-full.pot b/pot/ca-full.pot
index ce74064..558679f 100644
--- a/pot/ca-full.pot
+++ b/pot/ca-full.pot
@@ -6,9 +6,20 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# ca-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# ca-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ca-html.pot b/pot/ca-html.pot
index 331d729..4d99837 100644
--- a/pot/ca-html.pot
+++ b/pot/ca-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ca-txt.pot b/pot/ca-txt.pot
index 411ec42..5e3c4be 100644
--- a/pot/ca-txt.pot
+++ b/pot/ca-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/cs-full.pot b/pot/cs-full.pot
index d2449a8..44f6551 100644
--- a/pot/cs-full.pot
+++ b/pot/cs-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# cs-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:38+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# cs-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/cs-html.pot b/pot/cs-html.pot
index cebc640..6182609 100644
--- a/pot/cs-html.pot
+++ b/pot/cs-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:38+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/cs-txt.pot b/pot/cs-txt.pot
index 411ec42..951f986 100644
--- a/pot/cs-txt.pot
+++ b/pot/cs-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/de-full.pot b/pot/de-full.pot
index 4c631b5..6b71f46 100644
--- a/pot/de-full.pot
+++ b/pot/de-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/de-html.pot b/pot/de-html.pot
index dde1439..0661f19 100644
--- a/pot/de-html.pot
+++ b/pot/de-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/de-txt.pot b/pot/de-txt.pot
index 94f3743..5e3c4be 100644
--- a/pot/de-txt.pot
+++ b/pot/de-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/en_GB-full.pot b/pot/en_GB-full.pot
index 420289d..3756d47 100644
--- a/pot/en_GB-full.pot
+++ b/pot/en_GB-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:41+0100\n"
+"POT-Creation-Date: 2010-03-12 09:53+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/en_GB-html.pot b/pot/en_GB-html.pot
index 4f68728..ed5d961 100644
--- a/pot/en_GB-html.pot
+++ b/pot/en_GB-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:41+0100\n"
+"POT-Creation-Date: 2010-03-12 09:53+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/en_GB-txt.pot b/pot/en_GB-txt.pot
index e1c5db8..5194029 100644
--- a/pot/en_GB-txt.pot
+++ b/pot/en_GB-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:41+0100\n"
+"POT-Creation-Date: 2010-03-12 09:53+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/es-full.pot b/pot/es-full.pot
index 4186479..8505aba 100644
--- a/pot/es-full.pot
+++ b/pot/es-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/es-html.pot b/pot/es-html.pot
index a9bca46..078f076 100644
--- a/pot/es-html.pot
+++ b/pot/es-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/es-txt.pot b/pot/es-txt.pot
index 94f3743..5e3c4be 100644
--- a/pot/es-txt.pot
+++ b/pot/es-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/fi-full.pot b/pot/fi-full.pot
index cd11931..c0c45e1 100644
--- a/pot/fi-full.pot
+++ b/pot/fi-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/fi-html.pot b/pot/fi-html.pot
index 69be5e3..322f441 100644
--- a/pot/fi-html.pot
+++ b/pot/fi-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"P
roject-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/fi-txt.pot b/pot/fi-txt.pot
index 411ec42..951f986 100644
--- a/pot/fi-txt.pot
+++ b/pot/fi-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/fr-full.pot b/pot/fr-full.pot
index 546d322..afd261d 100644
--- a/pot/fr-full.pot
+++ b/pot/fr-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:38+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/fr-html.pot b/pot/fr-html.pot
index 4ae9b73..50351ca 100644
--- a/pot/fr-html.pot
+++ b/pot/fr-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:38+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/fr-txt.pot b/pot/fr-txt.pot
index 9c9b2e8..951f986 100644
--- a/pot/fr-txt.pot
+++ b/pot/fr-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:38+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/gl-full.pot b/pot/gl-full.pot
index 4117ae1..8d06a09 100644
--- a/pot/gl-full.pot
+++ b/pot/gl-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/gl-html.pot b/pot/gl-html.pot
index 8ac08e3..6b7dc06 100644
--- a/pot/gl-html.pot
+++ b/pot/gl-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/gl-txt.pot b/pot/gl-txt.pot
index 411ec42..951f986 100644
--- a/pot/gl-txt.pot
+++ b/pot/gl-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/hu-full.pot b/pot/hu-full.pot
index dc9ad55..4738f08 100644
--- a/pot/hu-full.pot
+++ b/pot/hu-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# hu-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# hu-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/hu-html.pot b/pot/hu-html.pot
index ac6ee38..fcb23a9 100644
--- a/pot/hu-html.pot
+++ b/pot/hu-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/hu-txt.pot b/pot/hu-txt.pot
index 94f3743..5e3c4be 100644
--- a/pot/hu-txt.pot
+++ b/pot/hu-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/it-full.pot b/pot/it-full.pot
index 9368411..bc7c418 100644
--- a/pot/it-full.pot
+++ b/pot/it-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:38+0100\n"
+"POT-Creation-Date: 2010-03-12 09:50+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/it-html.pot b/pot/it-html.pot
index 0c990c3..d734ddb 100644
--- a/pot/it-html.pot
+++ b/pot/it-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:38+0100\n"
+"POT-Creation-Date: 2010-03-12 09:50+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/it-txt.pot b/pot/it-txt.pot
index 9c9b2e8..a3ee008 100644
--- a/pot/it-txt.pot
+++ b/pot/it-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:38+0100\n"
+"POT-Creation-Date: 2010-03-12 09:50+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/jp-full.pot b/pot/jp-full.pot
index 72c18ae..779c637 100644
--- a/pot/jp-full.pot
+++ b/pot/jp-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:38+0100\n"
+"POT-Creation-Date: 2010-03-12 09:50+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/jp-html.pot b/pot/jp-html.pot
index da512a8..c1f0025 100644
--- a/pot/jp-html.pot
+++ b/pot/jp-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:38+0100\n"
+"POT-Creation-Date: 2010-03-12 09:50+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/jp-txt.pot b/pot/jp-txt.pot
index 9c9b2e8..a3ee008 100644
--- a/pot/jp-txt.pot
+++ b/pot/jp-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:38+0100\n"
+"POT-Creation-Date: 2010-03-12 09:50+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ka-full.pot b/pot/ka-full.pot
index 9a6c847..46d5e71 100644
--- a/pot/ka-full.pot
+++ b/pot/ka-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ka-html.pot b/pot/ka-html.pot
index 2c9725e..830f14d 100644
--- a/pot/ka-html.pot
+++ b/pot/ka-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ka-txt.pot b/pot/ka-txt.pot
index 411ec42..951f986 100644
--- a/pot/ka-txt.pot
+++ b/pot/ka-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/lt-full.pot b/pot/lt-full.pot
index 510fa81..22f04f6 100644
--- a/pot/lt-full.pot
+++ b/pot/lt-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/lt-html.pot b/pot/lt-html.pot
index c8a7863..8cc2317 100644
--- a/pot/lt-html.pot
+++ b/pot/lt-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/lt-txt.pot b/pot/lt-txt.pot
index 94f3743..5e3c4be 100644
--- a/pot/lt-txt.pot
+++ b/pot/lt-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/mn-full.pot b/pot/mn-full.pot
index 0353df7..50e41b7 100644
--- a/pot/mn-full.pot
+++ b/pot/mn-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/mn-html.pot b/pot/mn-html.pot
index 8fdc0dd..12d44c0 100644
--- a/pot/mn-html.pot
+++ b/pot/mn-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/mn-txt.pot b/pot/mn-txt.pot
index 94f3743..5e3c4be 100644
--- a/pot/mn-txt.pot
+++ b/pot/mn-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/nl-full.pot b/pot/nl-full.pot
index e1795da..a081079 100644
--- a/pot/nl-full.pot
+++ b/pot/nl-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/nl-html.pot b/pot/nl-html.pot
index 2837f1b..18d1664 100644
--- a/pot/nl-html.pot
+++ b/pot/nl-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/nl-txt.pot b/pot/nl-txt.pot
index 411ec42..951f986 100644
--- a/pot/nl-txt.pot
+++ b/pot/nl-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/no-full.pot b/pot/no-full.pot
index 4856292..7ddf34b 100644
--- a/pot/no-full.pot
+++ b/pot/no-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/no-html.pot b/pot/no-html.pot
index c068a87..87571ac 100644
--- a/pot/no-html.pot
+++ b/pot/no-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/no-txt.pot b/pot/no-txt.pot
index 94f3743..5e3c4be 100644
--- a/pot/no-txt.pot
+++ b/pot/no-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/pl-full.pot b/pot/pl-full.pot
index bfd8288..b6d033f 100644
--- a/pot/pl-full.pot
+++ b/pot/pl-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:38+0100\n"
+"POT-Creation-Date: 2010-03-12 09:50+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/pl-html.pot b/pot/pl-html.pot
index f230986..49ae947 100644
--- a/pot/pl-html.pot
+++ b/pot/pl-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:38+0100\n"
+"POT-Creation-Date: 2010-03-12 09:50+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/pl-txt.pot b/pot/pl-txt.pot
index 9c9b2e8..a3ee008 100644
--- a/pot/pl-txt.pot
+++ b/pot/pl-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:38+0100\n"
+"POT-Creation-Date: 2010-03-12 09:50+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/pt_BR-full.pot b/pot/pt_BR-full.pot
index 8bfffbb..f857b19 100644
--- a/pot/pt_BR-full.pot
+++ b/pot/pt_BR-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/pt_BR-html.pot b/pot/pt_BR-html.pot
index 33b6916..88a6df0 100644
--- a/pot/pt_BR-html.pot
+++ b/pot/pt_BR-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/pt_BR-txt.pot b/pot/pt_BR-txt.pot
index 94f3743..5e3c4be 100644
--- a/pot/pt_BR-txt.pot
+++ b/pot/pt_BR-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ro-full.pot b/pot/ro-full.pot
index 7598959..a1f3f96 100644
--- a/pot/ro-full.pot
+++ b/pot/ro-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ro-html.pot b/pot/ro-html.pot
index 6a2750c..a79cf25 100644
--- a/pot/ro-html.pot
+++ b/pot/ro-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/ro-txt.pot b/pot/ro-txt.pot
index 94f3743..5e3c4be 100644
--- a/pot/ro-txt.pot
+++ b/pot/ro-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-12 09:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/sk-full.pot b/pot/sk-full.pot
index 12acbf1..dff1982 100644
--- a/pot/sk-full.pot
+++ b/pot/sk-full.pot
@@ -6,9 +6,20 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# sk-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:41+0100\n"
+"POT-Creation-Date: 2010-03-12 09:53+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# sk-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-12 09:54+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/sk-html.pot b/pot/sk-html.pot
index 6c444ef..1030b4f 100644
--- a/pot/sk-html.pot
+++ b/pot/sk-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:41+0100\n"
+"POT-Creation-Date: 2010-03-12 09:53+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/sk-txt.pot b/pot/sk-txt.pot
index e1c5db8..1688d35 100644
--- a/pot/sk-txt.pot
+++ b/pot/sk-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:41+0100\n"
+"POT-Creation-Date: 2010-03-12 09:54+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/sv-full.pot b/pot/sv-full.pot
index 06b0767..f45d3d2 100644
--- a/pot/sv-full.pot
+++ b/pot/sv-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/sv-html.pot b/pot/sv-html.pot
index 67fcabe..4fc4ea0 100644
--- a/pot/sv-html.pot
+++ b/pot/sv-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/sv-txt.pot b/pot/sv-txt.pot
index 411ec42..951f986 100644
--- a/pot/sv-txt.pot
+++ b/pot/sv-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/tr-full.pot b/pot/tr-full.pot
index 03bad20..71dd2d1 100644
--- a/pot/tr-full.pot
+++ b/pot/tr-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/tr-html.pot b/pot/tr-html.pot
index 6ff58fe..0a5625a 100644
--- a/pot/tr-html.pot
+++ b/pot/tr-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/tr-txt.pot b/pot/tr-txt.pot
index 411ec42..951f986 100644
--- a/pot/tr-txt.pot
+++ b/pot/tr-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:39+0100\n"
+"POT-Creation-Date: 2010-03-12 09:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/zh_CN-full.pot b/pot/zh_CN-full.pot
index 1a29c83..7dfd2cf 100644
--- a/pot/zh_CN-full.pot
+++ b/pot/zh_CN-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# zh_CN-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# zh_CN-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:41+0100\n"
+"POT-Creation-Date: 2010-03-12 09:53+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/zh_CN-html.pot b/pot/zh_CN-html.pot
index 3a20627..25123b2 100644
--- a/pot/zh_CN-html.pot
+++ b/pot/zh_CN-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:40+0100\n"
+"POT-Creation-Date: 2010-03-12 09:53+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/zh_CN-txt.pot b/pot/zh_CN-txt.pot
index e1c5db8..5194029 100644
--- a/pot/zh_CN-txt.pot
+++ b/pot/zh_CN-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:41+0100\n"
+"POT-Creation-Date: 2010-03-12 09:53+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/zh_TW-full.pot b/pot/zh_TW-full.pot
index 8020aa1..7663742 100644
--- a/pot/zh_TW-full.pot
+++ b/pot/zh_TW-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:41+0100\n"
+"POT-Creation-Date: 2010-03-12 09:53+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/zh_TW-html.pot b/pot/zh_TW-html.pot
index 5dbde81..49d9cae 100644
--- a/pot/zh_TW-html.pot
+++ b/pot/zh_TW-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:41+0100\n"
+"POT-Creation-Date: 2010-03-12 09:53+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/zh_TW-txt.pot b/pot/zh_TW-txt.pot
index e1c5db8..5194029 100644
--- a/pot/zh_TW-txt.pot
+++ b/pot/zh_TW-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-12 08:41+0100\n"
+"POT-Creation-Date: 2010-03-12 09:53+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
hooks/post-receive
--
phpMyAdmin localized documentation
1
0