[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 269bf2ad7b0e386394784f90079bfb305a923635
Michal Čihař
nijel at users.sourceforge.net
Wed Mar 10 16:09:24 CET 2010
The branch, master has been updated
via 269bf2ad7b0e386394784f90079bfb305a923635 (commit)
via 6d432e757391e7436c66513bcdfda44212b723d2 (commit)
from 30d639a4b30ea8ab5768117f3913296c91d77ff7 (commit)
- Log -----------------------------------------------------------------
commit 269bf2ad7b0e386394784f90079bfb305a923635
Author: Michal Čihař <mcihar at novell.com>
Date: Wed Mar 10 16:08:58 2010 +0100
Add slovak language.
commit 6d432e757391e7436c66513bcdfda44212b723d2
Author: Michal Čihař <mcihar at novell.com>
Date: Wed Mar 10 16:07:48 2010 +0100
Fix creating new languages.
-----------------------------------------------------------------------
Summary of changes:
Makefile | 3 +-
addendum/{html_comment.ca => html_comment.sk} | 0
...d-translations.ca => html_head-translations.sk} | 0
addendum/{html_head.ca => html_head.sk} | 0
get-lang-name | 3 ++
new-lang | 14 +++++----
output/{ca => sk}/docs.css | 0
output/{ca => sk}/favicon.ico | Bin 18902 -> 18902 bytes
output/{nl => sk}/index-full-template.html | 8 ++--
output/{hy => sk}/index.html | 8 ++--
.../themes/original/img/docs_menu_bg.png | Bin 148 -> 148 bytes
.../{ca => sk}/themes/original/img/logo_right.png | Bin 5658 -> 5658 bytes
pot/cs-full.pot => po/sk.po | 32 ++++++++++---------
pot/ca-full.pot | 11 +++++++
pot/ca-html.pot | 2 +-
pot/cs-full.pot | 11 +++++++
pot/cs-html.pot | 2 +-
pot/de-full.pot | 11 +++++++
pot/de-html.pot | 2 +-
pot/en_GB-full.pot | 11 +++++++
pot/en_GB-html.pot | 2 +-
pot/es-full.pot | 11 +++++++
pot/es-html.pot | 2 +-
pot/fi-full.pot | 11 +++++++
pot/fi-html.pot | 2 +-
pot/fr-full.pot | 11 +++++++
pot/fr-html.pot | 2 +-
pot/gl-full.pot | 11 +++++++
pot/gl-html.pot | 2 +-
pot/hu-full.pot | 11 +++++++
pot/hu-html.pot | 2 +-
pot/hy-full.pot | 2 +-
pot/hy-html.pot | 2 +-
pot/it-full.pot | 11 +++++++
pot/it-html.pot | 2 +-
pot/jp-full.pot | 11 +++++++
pot/jp-html.pot | 2 +-
pot/ka-full.pot | 11 +++++++
pot/ka-html.pot | 2 +-
pot/lt-full.pot | 11 +++++++
pot/lt-html.pot | 2 +-
pot/mn-full.pot | 11 +++++++
pot/mn-html.pot | 2 +-
pot/nl-full.pot | 11 +++++++
pot/nl-html.pot | 2 +-
pot/no-full.pot | 11 +++++++
pot/no-html.pot | 2 +-
pot/pl-full.pot | 11 +++++++
pot/pl-html.pot | 2 +-
pot/pt_BR-full.pot | 11 +++++++
pot/pt_BR-html.pot | 2 +-
pot/ro-full.pot | 11 +++++++
pot/ro-html.pot | 2 +-
pot/{hy-full.pot => sk-full.pot} | 26 ++++++++--------
pot/{es-html.pot => sk-html.pot} | 20 ++++++------
pot/{ca-txt.pot => sk-txt.pot} | 2 +-
pot/sv-full.pot | 11 +++++++
pot/sv-html.pot | 2 +-
pot/tr-full.pot | 11 +++++++
pot/tr-html.pot | 2 +-
pot/zh_CN-full.pot | 11 +++++++
pot/zh_CN-html.pot | 2 +-
pot/zh_TW-full.pot | 11 +++++++
pot/zh_TW-html.pot | 2 +-
64 files changed, 340 insertions(+), 79 deletions(-)
copy addendum/{html_comment.ca => html_comment.sk} (100%)
copy addendum/{html_head-translations.ca => html_head-translations.sk} (100%)
copy addendum/{html_head.ca => html_head.sk} (100%)
copy output/{ca => sk}/docs.css (100%)
copy output/{ca => sk}/favicon.ico (100%)
copy output/{nl => sk}/index-full-template.html (73%)
copy output/{hy => sk}/index.html (54%)
copy output/{ca => sk}/themes/original/img/docs_menu_bg.png (100%)
copy output/{ca => sk}/themes/original/img/logo_right.png (100%)
copy pot/cs-full.pot => po/sk.po (99%)
copy pot/{hy-full.pot => sk-full.pot} (99%)
copy pot/{es-html.pot => sk-html.pot} (99%)
copy pot/{ca-txt.pot => sk-txt.pot} (99%)
diff --git a/Makefile b/Makefile
index ef03eb6..4d89a04 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
+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
PO4AOPTS=-M utf-8 -k 15
PO4A_PO_OPTS=--msgid-bugs-address phpmyadmin-devel at lists.sourceforge.net \
--copyright-holder "the phpMyAdmin project" \
@@ -106,6 +106,7 @@ pot/%-full.pot: pot/%-html.pot pot/%-txt.pot
msgcat -o $@ $^
po/%.po: pot/%-full.pot
+ 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 $<
diff --git a/addendum/html_comment.ca b/addendum/html_comment.sk
similarity index 100%
copy from addendum/html_comment.ca
copy to addendum/html_comment.sk
diff --git a/addendum/html_head-translations.ca b/addendum/html_head-translations.sk
similarity index 100%
copy from addendum/html_head-translations.ca
copy to addendum/html_head-translations.sk
diff --git a/addendum/html_head.ca b/addendum/html_head.sk
similarity index 100%
copy from addendum/html_head.ca
copy to addendum/html_head.sk
diff --git a/get-lang-name b/get-lang-name
index 7aade4b..fbe7450 100755
--- a/get-lang-name
+++ b/get-lang-name
@@ -75,6 +75,9 @@ case $1 in
en_GB)
echo "English (United Kingdom)"
;;
+ sk)
+ echo "Slovak"
+ ;;
### MARKER TO ADD NEW LANGUAGE NAMES ###
*)
echo $1
diff --git a/new-lang b/new-lang
index a3e8eb8..59cf996 100755
--- a/new-lang
+++ b/new-lang
@@ -8,15 +8,17 @@ if [ -z "$1" -o -z "$2" ] ; then
exit 1
fi
-msginit -i docs.pot -o po/$1.po -l $1 --no-translator
+mkdir output/$1
-sed -i "s/\(.*po4a_langs.*\)/\1 $1/" po4a.conf
+sed -i "s/^\(LANGUAGES.*\)/\1 $1/" Makefile
sed -i "/### MARKER TO ADD NEW LANGUAGE NAMES ###/ i \\
- $1)
+ $1)
/### MARKER TO ADD NEW LANGUAGE NAMES ###/ i \\
- echo \"$2\"
+ echo \"$2\"
/### MARKER TO ADD NEW LANGUAGE NAMES ###/ i \\
- ;;" admin/locales-update
+ ;;" get-lang-name
-git add po/$1.po
+make
+
+git add po/$1.po output/$1 pot/$1*.pot addendum/$1.sk
diff --git a/output/ca/docs.css b/output/sk/docs.css
similarity index 100%
copy from output/ca/docs.css
copy to output/sk/docs.css
diff --git a/output/ca/favicon.ico b/output/sk/favicon.ico
similarity index 100%
copy from output/ca/favicon.ico
copy to output/sk/favicon.ico
diff --git a/output/nl/index-full-template.html b/output/sk/index-full-template.html
similarity index 73%
copy from output/nl/index-full-template.html
copy to output/sk/index-full-template.html
index 0b4d61e..7f0feb9 100644
--- a/output/nl/index-full-template.html
+++ b/output/sk/index-full-template.html
@@ -1,14 +1,14 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="sk"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin Dutch Documentation</title>
+ <title>phpMyAdmin Slovak Documentation</title>
</head>
<body>
-<h1>phpMyAdmin Dutch Documentation</h1>
-<p>Documents translated to nl:</p>
+<h1>phpMyAdmin Slovak Documentation</h1>
+<p>Documents translated to sk:</p>
<ul>
<li><a href="INSTALL">INSTALL</a></li>
<li><a href="TODO">TODO</a></li>
diff --git a/output/hy/index.html b/output/sk/index.html
similarity index 54%
copy from output/hy/index.html
copy to output/sk/index.html
index f48281a..b042067 100644
--- a/output/hy/index.html
+++ b/output/sk/index.html
@@ -1,13 +1,13 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="hy"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="sk"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin Armenian Documentation</title>
+ <title>phpMyAdmin Slovak Documentation</title>
</head>
<body>
-<h1>phpMyAdmin Armenian Documentation</h1>
-<p>Unfortunately no document is enough translated to Armenian.</p>
+<h1>phpMyAdmin Slovak Documentation</h1>
+<p>Unfortunately no document is enough translated to Slovak.</p>
</body>
</html>
diff --git a/output/ca/themes/original/img/docs_menu_bg.png b/output/sk/themes/original/img/docs_menu_bg.png
similarity index 100%
copy from output/ca/themes/original/img/docs_menu_bg.png
copy to output/sk/themes/original/img/docs_menu_bg.png
diff --git a/output/ca/themes/original/img/logo_right.png b/output/sk/themes/original/img/logo_right.png
similarity index 100%
copy from output/ca/themes/original/img/logo_right.png
copy to output/sk/themes/original/img/logo_right.png
diff --git a/pot/cs-full.pot b/po/sk.po
similarity index 99%
copy from pot/cs-full.pot
copy to po/sk.po
index 5fc0df8..4be3176 100644
--- a/pot/cs-full.pot
+++ b/po/sk.po
@@ -1,20 +1,22 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR the phpMyAdmin project
+# Slovak translations for PACKAGE package
+# Copyright (C) 2010 the phpMyAdmin project
# This file is distributed under the same license as the phpMyAdmin documentation package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+# Automatically generated, 2010.
#
-#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:03+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# sk-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"#-#-#-#-# sk-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -87,7 +89,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
-#: output/cs/index-full-template.html:17
+#: output/sk/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11240,32 +11242,32 @@ msgid "Abdurashid Muhitdinov (cool_zero at list.ru"
msgstr ""
#. type: Content of: <html><body><h1>
-#: output/cs/index-full-template.html:7 output/cs/index-full-template.html:10
-msgid "phpMyAdmin Czech Documentation"
+#: output/sk/index-full-template.html:7 output/sk/index-full-template.html:10
+msgid "phpMyAdmin Slovak Documentation"
msgstr ""
#. type: Content of: <html><body><p>
-#: output/cs/index-full-template.html:11
-msgid "Documents translated to Czech:"
+#: output/sk/index-full-template.html:11
+msgid "Documents translated to sk:"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/cs/index-full-template.html:13
+#: output/sk/index-full-template.html:13
msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/cs/index-full-template.html:14
+#: output/sk/index-full-template.html:14
msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/cs/index-full-template.html:15
+#: output/sk/index-full-template.html:15
msgid "<a href=\"README\">README</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/cs/index-full-template.html:16
+#: output/sk/index-full-template.html:16
msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
diff --git a/pot/ca-full.pot b/pot/ca-full.pot
index 4156aee..ee54c4d 100644
--- a/pot/ca-full.pot
+++ b/pot/ca-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# ca-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at 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 at lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-10 15:23+0100\n"
diff --git a/pot/ca-html.pot b/pot/ca-html.pot
index fa65ba8..f262f35 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 at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pot/cs-full.pot b/pot/cs-full.pot
index 5fc0df8..5fa387d 100644
--- a/pot/cs-full.pot
+++ b/pot/cs-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# cs-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at 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 at lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-10 15:23+0100\n"
diff --git a/pot/cs-html.pot b/pot/cs-html.pot
index dc785ab..9409131 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 at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pot/de-full.pot b/pot/de-full.pot
index a4ede22..98947c7 100644
--- a/pot/de-full.pot
+++ b/pot/de-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# de-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# de-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-10 15:23+0100\n"
diff --git a/pot/de-html.pot b/pot/de-html.pot
index 215a03f..ea530cd 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 at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pot/en_GB-full.pot b/pot/en_GB-full.pot
index a8e1940..6da7f43 100644
--- a/pot/en_GB-full.pot
+++ b/pot/en_GB-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# en_GB-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 16:02+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# en_GB-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-10 15:24+0100\n"
diff --git a/pot/en_GB-html.pot b/pot/en_GB-html.pot
index 06d8592..aeacc31 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 at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:24+0100\n"
+"POT-Creation-Date: 2010-03-10 16:02+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pot/es-full.pot b/pot/es-full.pot
index ee7ae29..ce24a01 100644
--- a/pot/es-full.pot
+++ b/pot/es-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# es-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# es-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-10 15:23+0100\n"
diff --git a/pot/es-html.pot b/pot/es-html.pot
index af6e874..2e4c88e 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 at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pot/fi-full.pot b/pot/fi-full.pot
index 3446289..e8d1457 100644
--- a/pot/fi-full.pot
+++ b/pot/fi-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# fi-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# fi-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-10 15:23+0100\n"
diff --git a/pot/fi-html.pot b/pot/fi-html.pot
index 2581da5..e4e1f35 100644
--- a/pot/fi-html.pot
+++ b/pot/fi-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pot/fr-full.pot b/pot/fr-full.pot
index a131181..c096b9f 100644
--- a/pot/fr-full.pot
+++ b/pot/fr-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# fr-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# fr-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-10 15:23+0100\n"
diff --git a/pot/fr-html.pot b/pot/fr-html.pot
index 0335a65..f34bccc 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 at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pot/gl-full.pot b/pot/gl-full.pot
index f2eb214..7df5e1b 100644
--- a/pot/gl-full.pot
+++ b/pot/gl-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# gl-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# gl-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-10 15:23+0100\n"
diff --git a/pot/gl-html.pot b/pot/gl-html.pot
index 551eeea..633c32f 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 at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pot/hu-full.pot b/pot/hu-full.pot
index 3815116..da41f99 100644
--- a/pot/hu-full.pot
+++ b/pot/hu-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# hu-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at 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 at lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-10 15:23+0100\n"
diff --git a/pot/hu-html.pot b/pot/hu-html.pot
index a994875..90ef40c 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 at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pot/hy-full.pot b/pot/hy-full.pot
index 64872aa..ac78266 100644
--- a/pot/hy-full.pot
+++ b/pot/hy-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# hy-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:02+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pot/hy-html.pot b/pot/hy-html.pot
index 89795e1..eb56b8d 100644
--- a/pot/hy-html.pot
+++ b/pot/hy-html.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:02+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pot/it-full.pot b/pot/it-full.pot
index 8b2717b..6b0fa2b 100644
--- a/pot/it-full.pot
+++ b/pot/it-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# it-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# it-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-10 15:23+0100\n"
diff --git a/pot/it-html.pot b/pot/it-html.pot
index 5be6bb9..928920e 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 at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pot/jp-full.pot b/pot/jp-full.pot
index 426f6c3..9177dcd 100644
--- a/pot/jp-full.pot
+++ b/pot/jp-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# jp-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# jp-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-10 15:23+0100\n"
diff --git a/pot/jp-html.pot b/pot/jp-html.pot
index f773458..c4c50b1 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 at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pot/ka-full.pot b/pot/ka-full.pot
index 57bee91..0e85265 100644
--- a/pot/ka-full.pot
+++ b/pot/ka-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# ka-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# ka-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-10 15:23+0100\n"
diff --git a/pot/ka-html.pot b/pot/ka-html.pot
index ee548d7..a316bd4 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 at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pot/lt-full.pot b/pot/lt-full.pot
index 917ff20..e017bac 100644
--- a/pot/lt-full.pot
+++ b/pot/lt-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# lt-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# lt-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-10 15:23+0100\n"
diff --git a/pot/lt-html.pot b/pot/lt-html.pot
index 6dfdace..8d69bb9 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 at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pot/mn-full.pot b/pot/mn-full.pot
index 202374b..72ee042 100644
--- a/pot/mn-full.pot
+++ b/pot/mn-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# mn-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# mn-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-10 15:23+0100\n"
diff --git a/pot/mn-html.pot b/pot/mn-html.pot
index 03a08dd..054241b 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 at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pot/nl-full.pot b/pot/nl-full.pot
index bf3959d..39afede 100644
--- a/pot/nl-full.pot
+++ b/pot/nl-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# nl-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# nl-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-10 15:23+0100\n"
diff --git a/pot/nl-html.pot b/pot/nl-html.pot
index bc63547..33f7a71 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 at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pot/no-full.pot b/pot/no-full.pot
index 25e4b4e..58ed2b2 100644
--- a/pot/no-full.pot
+++ b/pot/no-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# no-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# no-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-10 15:23+0100\n"
diff --git a/pot/no-html.pot b/pot/no-html.pot
index 4ae71db..cdf5853 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 at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pot/pl-full.pot b/pot/pl-full.pot
index 3038c5f..fa53c9c 100644
--- a/pot/pl-full.pot
+++ b/pot/pl-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# pl-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# pl-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-10 15:23+0100\n"
diff --git a/pot/pl-html.pot b/pot/pl-html.pot
index 88dc325..23a8657 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 at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pot/pt_BR-full.pot b/pot/pt_BR-full.pot
index 50a8bc6..2bf4370 100644
--- a/pot/pt_BR-full.pot
+++ b/pot/pt_BR-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# pt_BR-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# pt_BR-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-10 15:23+0100\n"
diff --git a/pot/pt_BR-html.pot b/pot/pt_BR-html.pot
index 185888d..0d71fbb 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 at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pot/ro-full.pot b/pot/ro-full.pot
index 8ad1c78..7057fef 100644
--- a/pot/ro-full.pot
+++ b/pot/ro-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# ro-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# ro-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-10 15:23+0100\n"
diff --git a/pot/ro-html.pot b/pot/ro-html.pot
index 9717841..19443ac 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 at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pot/hy-full.pot b/pot/sk-full.pot
similarity index 99%
copy from pot/hy-full.pot
copy to pot/sk-full.pot
index 64872aa..4e0697d 100644
--- a/pot/hy-full.pot
+++ b/pot/sk-full.pot
@@ -6,20 +6,20 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# hy-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"#-#-#-#-# sk-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:03+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# hy-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"#-#-#-#-# sk-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:24+0100\n"
+"POT-Creation-Date: 2010-03-10 16:02+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
@@ -98,7 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
-#: output/hy/index-full-template.html:17
+#: output/sk/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11251,32 +11251,32 @@ msgid "Abdurashid Muhitdinov (cool_zero at list.ru"
msgstr ""
#. type: Content of: <html><body><h1>
-#: output/hy/index-full-template.html:7 output/hy/index-full-template.html:10
-msgid "phpMyAdmin Armenian Documentation"
+#: output/sk/index-full-template.html:7 output/sk/index-full-template.html:10
+msgid "phpMyAdmin Slovak Documentation"
msgstr ""
#. type: Content of: <html><body><p>
-#: output/hy/index-full-template.html:11
-msgid "Documents translated to Armenian:"
+#: output/sk/index-full-template.html:11
+msgid "Documents translated to sk:"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/hy/index-full-template.html:13
+#: output/sk/index-full-template.html:13
msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/hy/index-full-template.html:14
+#: output/sk/index-full-template.html:14
msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/hy/index-full-template.html:15
+#: output/sk/index-full-template.html:15
msgid "<a href=\"README\">README</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/hy/index-full-template.html:16
+#: output/sk/index-full-template.html:16
msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
diff --git a/pot/es-html.pot b/pot/sk-html.pot
similarity index 99%
copy from pot/es-html.pot
copy to pot/sk-html.pot
index af6e874..f043720 100644
--- a/pot/es-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 at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:03+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
@@ -86,7 +86,7 @@ msgid "<a href=\"Documentation.html#credits\">Credits</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/es/index-full-template.html:17
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/sk/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11290,32 +11290,32 @@ msgid "Abdurashid Muhitdinov (cool_zero at list.ru"
msgstr ""
#. type: Content of: <html><body><h1>
-#: output/es/index-full-template.html:7 output/es/index-full-template.html:10
-msgid "phpMyAdmin Spanish Documentation"
+#: output/sk/index-full-template.html:7 output/sk/index-full-template.html:10
+msgid "phpMyAdmin Slovak Documentation"
msgstr ""
#. type: Content of: <html><body><p>
-#: output/es/index-full-template.html:11
-msgid "Documents translated to es:"
+#: output/sk/index-full-template.html:11
+msgid "Documents translated to sk:"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/es/index-full-template.html:13
+#: output/sk/index-full-template.html:13
msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/es/index-full-template.html:14
+#: output/sk/index-full-template.html:14
msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/es/index-full-template.html:15
+#: output/sk/index-full-template.html:15
msgid "<a href=\"README\">README</a>"
msgstr ""
#. type: Content of: <html><body><ul><li>
-#: output/es/index-full-template.html:16
+#: output/sk/index-full-template.html:16
msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
diff --git a/pot/ca-txt.pot b/pot/sk-txt.pot
similarity index 99%
copy from pot/ca-txt.pot
copy to pot/sk-txt.pot
index e97011c..4ebead0 100644
--- a/pot/ca-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 at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:02+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pot/sv-full.pot b/pot/sv-full.pot
index 21f5f11..a39a66a 100644
--- a/pot/sv-full.pot
+++ b/pot/sv-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# sv-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# sv-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-10 15:23+0100\n"
diff --git a/pot/sv-html.pot b/pot/sv-html.pot
index 7eb612e..dfa8af8 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 at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pot/tr-full.pot b/pot/tr-full.pot
index 40f1c9e..029ffbd 100644
--- a/pot/tr-full.pot
+++ b/pot/tr-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# tr-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# tr-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-10 15:23+0100\n"
diff --git a/pot/tr-html.pot b/pot/tr-html.pot
index 9f933cc..abff3b8 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 at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pot/zh_CN-full.pot b/pot/zh_CN-full.pot
index f5c7fd2..7cc8004 100644
--- a/pot/zh_CN-full.pot
+++ b/pot/zh_CN-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# zh_CN-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at 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 at lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-10 15:23+0100\n"
diff --git a/pot/zh_CN-html.pot b/pot/zh_CN-html.pot
index 3c0ebc0..fcbec8a 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 at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:01+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pot/zh_TW-full.pot b/pot/zh_TW-full.pot
index 1861f19..8bce8e6 100644
--- a/pot/zh_TW-full.pot
+++ b/pot/zh_TW-full.pot
@@ -6,6 +6,17 @@
#, fuzzy
msgid ""
msgstr ""
+"#-#-#-#-# zh_TW-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
+"Project-Id-Version: phpMyAdmin documentation VERSION\n"
+"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 16:02+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# zh_TW-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel at lists.sourceforge.net\n"
"POT-Creation-Date: 2010-03-10 15:23+0100\n"
diff --git a/pot/zh_TW-html.pot b/pot/zh_TW-html.pot
index 728b4d4..f9d92fb 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 at lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 15:23+0100\n"
+"POT-Creation-Date: 2010-03-10 16:02+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
hooks/post-receive
--
phpMyAdmin localized documentation
More information about the Git
mailing list