Git
Threads by month
- ----- 2025 -----
- 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
March 2010
- 4 participants
- 212 discussions

[Phpmyadmin-git] [SCM] phpMyAdmin scripts branch, master, updated. a1471c9fbec16fb899f2ff210ced5aedaf32ea86
by Michal Čihař 11 Mar '10
by Michal Čihař 11 Mar '10
11 Mar '10
The branch, master has been updated
via a1471c9fbec16fb899f2ff210ced5aedaf32ea86 (commit)
via ee712584dc601fc5ac3aa6d4dc6fc6b234ad3a1d (commit)
via e05b7c3ad7a0fbcda5f8afbef70d95422b2a20db (commit)
from 446aa621fb09d34c7484ae1843f3139f7b5b418b (commit)
- Log -----------------------------------------------------------------
commit a1471c9fbec16fb899f2ff210ced5aedaf32ea86
Author: Michal Čihař <michal(a)cihar.com>
Date: Thu Mar 11 13:46:03 2010 +0100
No longer generate SVN stats.
commit ee712584dc601fc5ac3aa6d4dc6fc6b234ad3a1d
Author: Michal Čihař <michal(a)cihar.com>
Date: Thu Mar 11 13:44:03 2010 +0100
Convert to git.
commit e05b7c3ad7a0fbcda5f8afbef70d95422b2a20db
Author: Michal Čihař <michal(a)cihar.com>
Date: Thu Mar 11 13:43:48 2010 +0100
Themes also use branches.
-----------------------------------------------------------------------
Summary of changes:
git-migration/migrate.sh | 2 +-
website/pma-copy-docs | 6 +++---
website/pma-docs | 4 ++--
website/pma-planet | 2 +-
website/pma-stats | 9 ---------
website/pma-web | 2 +-
6 files changed, 8 insertions(+), 17 deletions(-)
delete mode 100755 website/pma-stats
diff --git a/git-migration/migrate.sh b/git-migration/migrate.sh
index 1dca46d..652ef75 100755
--- a/git-migration/migrate.sh
+++ b/git-migration/migrate.sh
@@ -88,7 +88,7 @@ cd repos
for repo in data history localized_docs phpMyAdmin planet scripts themes website ; do
git clone ../pma-svn-git-work $repo
cd $repo
- if [ $repo = phpMyAdmin ] ; then
+ if [ $repo = phpMyAdmin -o $repo = themes ] ; then
for branch in `git branch -r | grep 'QA_[0-9_]*$\|MAINT_[0-9_]*$'` ; do
git branch `basename $branch` $branch
done
diff --git a/website/pma-copy-docs b/website/pma-copy-docs
index 67a6fa9..a807be5 100755
--- a/website/pma-copy-docs
+++ b/website/pma-copy-docs
@@ -3,8 +3,8 @@
# Script to publish documentation on phpmyadmin.net
# Main documentation + required files
-cd /home/pmaweb/pma/phpMyAdmin/
-svn -q up
+cd /home/pmaweb/pma/phpmyadmin/
+git pull -q
rsync -az favicon.ico CREDITS ChangeLog Documentation.html INSTALL LICENSE README changelog.php docs.css license.php translators.html documentation-gsoc web.sourceforge.net:htdocs/documentation/
cd themes/original/img/
rsync -az docs_menu_bg.png logo_right.png web.sourceforge.net:htdocs/documentation/themes/original/img/
@@ -13,7 +13,7 @@ rsync -az vendor_config.php web.sourceforge.net:htdocs/documentation/libraries/
# Localised documentation
cd /home/pmaweb/pma/localized_docs/
-git pull
+git pull -q
rsync -az --delete output/ web.sourceforge.net:htdocs/localized_docs/
# Generate pointer to setup
diff --git a/website/pma-docs b/website/pma-docs
index c3090f4..ce9f3e3 100755
--- a/website/pma-docs
+++ b/website/pma-docs
@@ -7,8 +7,8 @@ tmpdir=`mktemp -td pmadocXXXXXXX`
chmod 755 $tmpdir
tmpfile=`mktemp -t pmadoclogXXXXXXX`
chmod 644 $tmpfile
-cd /home/pmaweb/pma/phpMyAdmin/
-svn -q up
+cd /home/pmaweb/pma/phpmyadmin/
+git pull -q
nice -19 \
phpdoc \
-d ./ \
diff --git a/website/pma-planet b/website/pma-planet
index 7a114f6..e21687f 100755
--- a/website/pma-planet
+++ b/website/pma-planet
@@ -5,5 +5,5 @@
set -e
cd /home/pmaweb/pma/planet/
-svn -q up
+git pull -q
planet planet.ini
diff --git a/website/pma-stats b/website/pma-stats
deleted file mode 100755
index 9222bb9..0000000
--- a/website/pma-stats
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-# Script to generate SVN statistics of phpMyAdmin repository
-
-set -e
-
-/usr/bin/mpy-svn-stats -o /home/pmaweb/stats/ \
- https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin
-rsync -az --delete /home/pmaweb/stats/ web.sourceforge.net:htdocs/svnstats/
diff --git a/website/pma-web b/website/pma-web
index 8d842f7..7bd29e6 100755
--- a/website/pma-web
+++ b/website/pma-web
@@ -9,7 +9,7 @@ error_handler() {
trap error_handler INT QUIT EXIT
cd /home/pmaweb/pma/website/
-svn -q up
+git pull -q
./render.py \
--quiet \
--server http://www.phpmyadmin.net \
hooks/post-receive
--
phpMyAdmin scripts
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 2de0c0030bfad89f55ab612e2ae9aaa4b022f809
by Michal Čihař 11 Mar '10
by Michal Čihař 11 Mar '10
11 Mar '10
The branch, master has been updated
via 2de0c0030bfad89f55ab612e2ae9aaa4b022f809 (commit)
via 40fdc54e114395abd1de211906f68c389f16330a (commit)
via a7a8ea33cdeddbb4c4d5ed8b9ee0d8b260481c12 (commit)
via b3cd1551f5f5c6644d9cd2c4e24377a533be9cb0 (commit)
via be535cb9f98529c6f5e4d654d87336a1ceabdb6d (commit)
via 4fcf684f039e82204ac36fcb71bd2e8c853fca31 (commit)
from 269bf2ad7b0e386394784f90079bfb305a923635 (commit)
- Log -----------------------------------------------------------------
commit 2de0c0030bfad89f55ab612e2ae9aaa4b022f809
Author: Michal Čihař <mcihar(a)novell.com>
Date: Thu Mar 11 13:39:08 2010 +0100
Regenerate docs.
commit 40fdc54e114395abd1de211906f68c389f16330a
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Wed Mar 10 19:42:49 2010 +0200
Translation update done using Pootle.
commit a7a8ea33cdeddbb4c4d5ed8b9ee0d8b260481c12
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Wed Mar 10 19:41:36 2010 +0200
Translation update done using Pootle.
commit b3cd1551f5f5c6644d9cd2c4e24377a533be9cb0
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Wed Mar 10 19:38:38 2010 +0200
Translation update done using Pootle.
commit be535cb9f98529c6f5e4d654d87336a1ceabdb6d
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Wed Mar 10 19:38:21 2010 +0200
Translation update done using Pootle.
commit 4fcf684f039e82204ac36fcb71bd2e8c853fca31
Author: fantonifabio <fantonifabio(a)tiscali.it>
Date: Wed Mar 10 19:36:16 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
output/it/Documentation.html | 10 +++++-----
po/it.po | 17 ++++++++++-------
pot/ca-full.pot | 2 +-
pot/ca-html.pot | 2 +-
pot/cs-full.pot | 2 +-
pot/cs-html.pot | 2 +-
pot/de-full.pot | 2 +-
pot/de-html.pot | 2 +-
pot/en_GB-full.pot | 2 +-
pot/en_GB-html.pot | 2 +-
pot/es-full.pot | 2 +-
pot/es-html.pot | 2 +-
pot/fi-full.pot | 2 +-
pot/fi-html.pot | 2 +-
pot/fr-full.pot | 2 +-
pot/fr-html.pot | 2 +-
pot/gl-full.pot | 2 +-
pot/gl-html.pot | 2 +-
pot/hu-full.pot | 2 +-
pot/hu-html.pot | 2 +-
pot/hy-full.pot | 2 +-
pot/hy-html.pot | 2 +-
pot/it-full.pot | 2 +-
pot/it-html.pot | 2 +-
pot/jp-full.pot | 2 +-
pot/jp-html.pot | 2 +-
pot/ka-full.pot | 2 +-
pot/ka-html.pot | 2 +-
pot/lt-full.pot | 2 +-
pot/lt-html.pot | 2 +-
pot/mn-full.pot | 2 +-
pot/mn-html.pot | 2 +-
pot/nl-full.pot | 2 +-
pot/nl-html.pot | 2 +-
pot/no-full.pot | 2 +-
pot/no-html.pot | 2 +-
pot/pl-full.pot | 2 +-
pot/pl-html.pot | 2 +-
pot/pt_BR-full.pot | 2 +-
pot/pt_BR-html.pot | 2 +-
pot/ro-full.pot | 2 +-
pot/ro-html.pot | 2 +-
pot/sk-full.pot | 2 +-
pot/sk-html.pot | 2 +-
pot/sv-full.pot | 2 +-
pot/sv-html.pot | 2 +-
pot/tr-full.pot | 2 +-
pot/tr-html.pot | 2 +-
pot/zh_CN-full.pot | 2 +-
pot/zh_CN-html.pot | 2 +-
pot/zh_TW-full.pot | 2 +-
pot/zh_TW-html.pot | 2 +-
52 files changed, 65 insertions(+), 62 deletions(-)
diff --git a/output/it/Documentation.html b/output/it/Documentation.html
index 3b7d06a..ae2ea1b 100644
--- a/output/it/Documentation.html
+++ b/output/it/Documentation.html
@@ -69,7 +69,7 @@ href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
<li>Licenza: <a href="license.php">LICENZA</a></li>
</ul>
</li>
- <li><div class="l10n">Documentation version:</div>
+ <li><div class="l10n">Versione documentazione:</div>
<i>$Id$</i>
</li>
</ul>
@@ -584,7 +584,7 @@ When Swekey authentication is activated, phpMyAdmin requires the users's
Swekey to be plugged before entering the login page (currently supported for
cookie authentication mode only). Swekey Authentication is disabled by
default.<br /><br />
-To enable it, add the following line to <tt>config.inc.php</tt>:
+Per abilitarlo, aggiungi la seguente linea a <tt>config.inc.php</tt>:
</p>
<pre>
$cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey.conf';
@@ -723,11 +723,11 @@ socket non sono supportati su alcune piattaforme.<br /><br />
essere in esecuzione su un server Web.</dd>
<dt id="cfg_Servers_extension">$cfg['Servers'][$i]['extension'] string</dt>
- <dd>What php MySQL extension to use for the connection. Valid options are:
+ <dd>Quale estensione php MySQL usare per la connessione. Le opzioni valide sono:
<br /><br />
- <tt><i>mysql</i></tt> : The classic MySQL extension. This is the recommended
-and default method at this time.<br /><br />
+ <tt><i>mysql</i></tt> : La classica estensione MySQL. Questa è la
+raccomandata e predefinita attualmente.<br /><br />
<tt><i>mysqli</i></tt> : The improved MySQL extension. This extension became
available with php 5.0.0 and is the recommended way to connect to a server
diff --git a/po/it.po b/po/it.po
index e1c0e28..261a10e 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,16 +7,16 @@ 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"
-"PO-Revision-Date: 2010-01-22 15:10+0100\n"
-"Last-Translator: Michal Čihař <michal(a)cihar.com>\n"
+"POT-Creation-Date: 2010-03-11 13:30+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 1.2.1\n"
+"X-Generator: Pootle 2.0.1\n"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -141,7 +141,7 @@ msgstr "Licenza: <a href=\"license.php\">LICENZA</a>"
#. type: Content of: <html><body><div><ul><li><div>
#: ../phpmyadmin/Documentation.html:56
msgid "Documentation version:"
-msgstr ""
+msgstr "Versione documentazione:"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:57
@@ -1472,13 +1472,13 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:552
msgid "To enable it, add the following line to <tt>config.inc.php</tt>:"
-msgstr ""
+msgstr "Per abilitarlo, aggiungi la seguente linea a <tt>config.inc.php</tt>:"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:555
#, no-wrap
msgid "$cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey.conf';\n"
-msgstr ""
+msgstr "$cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey.conf';\n"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:558
@@ -1817,6 +1817,7 @@ msgstr "$cfg['Servers'][$i]['extension'] string"
#: ../phpmyadmin/Documentation.html:696
msgid "What php MySQL extension to use for the connection. Valid options are:"
msgstr ""
+"Quale estensione php MySQL usare per la connessione. Le opzioni valide sono:"
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:699
@@ -1824,6 +1825,8 @@ msgid ""
"<tt><i>mysql</i></tt> : The classic MySQL extension. This is the recommended "
"and default method at this time."
msgstr ""
+"<tt><i>mysql</i></tt> : La classica estensione MySQL. Questa è la "
+"raccomandata e predefinita attualmente."
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:703
diff --git a/pot/ca-full.pot b/pot/ca-full.pot
index ee54c4d..2d8e2e0 100644
--- a/pot/ca-full.pot
+++ b/pot/ca-full.pot
@@ -9,7 +9,7 @@ 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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:31+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 f262f35..84dbb1d 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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:31+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 5fa387d..691b310 100644
--- a/pot/cs-full.pot
+++ b/pot/cs-full.pot
@@ -9,7 +9,7 @@ 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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 9409131..018e8bc 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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 98947c7..eb363ae 100644
--- a/pot/de-full.pot
+++ b/pot/de-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# de-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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:31+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 ea530cd..58b3749 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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:31+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 6da7f43..0e961df 100644
--- a/pot/en_GB-full.pot
+++ b/pot/en_GB-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# en_GB-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-10 16:02+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 aeacc31..d509553 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-10 16:02+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 ce24a01..2e2b60a 100644
--- a/pot/es-full.pot
+++ b/pot/es-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# es-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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:31+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 2e4c88e..825ff27 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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:31+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 e8d1457..7fcde38 100644
--- a/pot/fi-full.pot
+++ b/pot/fi-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# fi-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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:31+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 e4e1f35..8f6d650 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(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:31+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 c096b9f..3cd4330 100644
--- a/pot/fr-full.pot
+++ b/pot/fr-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# fr-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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 f34bccc..3bcc363 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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 7df5e1b..bb76bc4 100644
--- a/pot/gl-full.pot
+++ b/pot/gl-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# gl-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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 633c32f..ba14ade 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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 da41f99..e05cd4a 100644
--- a/pot/hu-full.pot
+++ b/pot/hu-full.pot
@@ -9,7 +9,7 @@ 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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:31+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 90ef40c..baa66a7 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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:31+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/hy-full.pot b/pot/hy-full.pot
index ac78266..f10fec2 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(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 16:02+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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/hy-html.pot b/pot/hy-html.pot
index eb56b8d..a420007 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(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 16:02+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 6b0fa2b..971395e 100644
--- a/pot/it-full.pot
+++ b/pot/it-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# it-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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 928920e..6fe97ac 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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 9177dcd..804cb3f 100644
--- a/pot/jp-full.pot
+++ b/pot/jp-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# jp-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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 c4c50b1..de707d4 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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 0e85265..1e28779 100644
--- a/pot/ka-full.pot
+++ b/pot/ka-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# ka-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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 a316bd4..164d211 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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+0100\n"
"PO-Revi
sion-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 e017bac..8c0d61f 100644
--- a/pot/lt-full.pot
+++ b/pot/lt-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# lt-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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 8d69bb9..e5d9748 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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 72ee042..cd093b2 100644
--- a/pot/mn-full.pot
+++ b/pot/mn-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# mn-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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 054241b..97a9b79 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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 39afede..fdc83cd 100644
--- a/pot/nl-full.pot
+++ b/pot/nl-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# nl-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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 33f7a71..471344b 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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 58ed2b2..52c44ba 100644
--- a/pot/no-full.pot
+++ b/pot/no-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# no-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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:31+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 cdf5853..074a7b3 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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:31+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 fa53c9c..06a6c34 100644
--- a/pot/pl-full.pot
+++ b/pot/pl-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# pl-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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 23a8657..8a8273d 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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 2bf4370..a65529a 100644
--- a/pot/pt_BR-full.pot
+++ b/pot/pt_BR-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# pt_BR-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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 0d71fbb..13bdc47 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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 7057fef..0fa005d 100644
--- a/pot/ro-full.pot
+++ b/pot/ro-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# ro-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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 19443ac..ffb4de8 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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 4e0697d..cb79179 100644
--- a/pot/sk-full.pot
+++ b/pot/sk-full.pot
@@ -9,7 +9,7 @@ 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-10 16:03+0100\n"
+"POT-Creation-Date: 2010-03-11 13:33+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 f043720..31b020c 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-10 16:03+0100\n"
+"POT-Creation-Date: 2010-03-11 13:33+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 a39a66a..c90551b 100644
--- a/pot/sv-full.pot
+++ b/pot/sv-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# sv-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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 dfa8af8..4f588b2 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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:30+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 029ffbd..0155162 100644
--- a/pot/tr-full.pot
+++ b/pot/tr-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# tr-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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:31+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 abff3b8..9667228 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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:31+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 7cc8004..3972977 100644
--- a/pot/zh_CN-full.pot
+++ b/pot/zh_CN-full.pot
@@ -9,7 +9,7 @@ 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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 fcbec8a..88a3fbe 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-10 16:01+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 8bce8e6..5c8f56e 100644
--- a/pot/zh_TW-full.pot
+++ b/pot/zh_TW-full.pot
@@ -9,7 +9,7 @@ msgstr ""
"#-#-#-#-# zh_TW-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-10 16:02+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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 f9d92fb..ae6363e 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-10 16:02+0100\n"
+"POT-Creation-Date: 2010-03-11 13:32+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

[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 9ad083429ad1ea1688102664ef06897a2f6b744f
by Michal Čihař 11 Mar '10
by Michal Čihař 11 Mar '10
11 Mar '10
The branch, master has been updated
via 9ad083429ad1ea1688102664ef06897a2f6b744f (commit)
via b7f4f7eb75239001c4ba3e457c9718305be89b72 (commit)
via 717fb2040aaed447ae039e5c899bcce3f0c9aa83 (commit)
from dbbe02a82cff327cc10714468f2798f886cd0428 (commit)
- Log -----------------------------------------------------------------
commit 9ad083429ad1ea1688102664ef06897a2f6b744f
Author: Michal Čihař <mcihar(a)novell.com>
Date: Thu Mar 11 13:38:24 2010 +0100
Move contribution hints to Git.
commit b7f4f7eb75239001c4ba3e457c9718305be89b72
Author: Michal Čihař <mcihar(a)novell.com>
Date: Thu Mar 11 13:35:03 2010 +0100
Snapshots will be from Git.
commit 717fb2040aaed447ae039e5c899bcce3f0c9aa83
Author: Michal Čihař <mcihar(a)novell.com>
Date: Thu Mar 11 13:34:10 2010 +0100
Mention Git repository instead of SVN.
-----------------------------------------------------------------------
Summary of changes:
templates/_gitdl.tpl | 10 ++++++++
templates/_svndl.tpl | 10 --------
templates/downloads.tpl | 4 +-
templates/improve.tpl | 59 ++++++++++------------------------------------
4 files changed, 25 insertions(+), 58 deletions(-)
create mode 100644 templates/_gitdl.tpl
delete mode 100644 templates/_svndl.tpl
diff --git a/templates/_gitdl.tpl b/templates/_gitdl.tpl
new file mode 100644
index 0000000..e3b48c4
--- /dev/null
+++ b/templates/_gitdl.tpl
@@ -0,0 +1,10 @@
+<html xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude" py:strip="">
+
+<p>
+Git repositories are located at
+<code>git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/REPONAME</code> and you
+can browse them online using <a
+href="http://phpmyadmin.git.sourceforge.net/">Git web</a>.
+</p>
+
+</html>
diff --git a/templates/_svndl.tpl b/templates/_svndl.tpl
deleted file mode 100644
index e62020e..0000000
--- a/templates/_svndl.tpl
+++ /dev/null
@@ -1,10 +0,0 @@
-<html xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude" py:strip="">
-
-<p>
-Subversion repository is located at
-<code>https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin</code> and you
-can browse it online using <a
-href="http://phpmyadmin.svn.sourceforge.net/viewvc/phpmyadmin/">ViewVC</a>.
-</p>
-
-</html>
diff --git a/templates/downloads.tpl b/templates/downloads.tpl
index 4b6c9db..b9f9ef8 100644
--- a/templates/downloads.tpl
+++ b/templates/downloads.tpl
@@ -38,10 +38,10 @@
</py:for>
<h2>Development Versions</h2>
- <xi:include href="_svndl.tpl" />
+ <xi:include href="_gitdl.tpl" />
<p>
- Below are listed SVN snapshots for trunk branch, more daily snapshots of the
+ Below are listed Git snapshots for trunk branch, more daily snapshots of the
code are available on <a
href="http://cihar.com/phpMyAdmin/snapshots/">external server</a>.
</p>
diff --git a/templates/improve.tpl b/templates/improve.tpl
index d2fdb21..01e98c0 100644
--- a/templates/improve.tpl
+++ b/templates/improve.tpl
@@ -64,29 +64,21 @@ jobs</a> where you can find some tips where to look.
</p>
<h3>Source Code Repository</h3>
-<xi:include href="_svndl.tpl" />
+<xi:include href="_gitdl.tpl" />
<p>
-To start development you want to start with <code>trunk/phpMyAdmin</code>,
-where the current development version of phpMyAdmin is stored. Other interesting
-parts of repository include:
+To start development you want to start with <code>phpmyadmin</code> repository.
+Full list of repositories include:
</p>
<dl class="cvslist">
-<dt>trunk/</dt><dd>Current development version of all code.</dd>
-<dt>trunk/phpMyAdmin</dt><dd>phpMyAdmin code.</dd>
-<dt>trunk/website</dt><dd>Website code.</dd>
-<dt>trunk/themes</dt><dd>Themes.</dd>
-<dt>trunk/data</dt><dd>Various project related data (such as logos, T-shirt graphics, etc.).</dd>
-<dt>trunk/history</dt><dd>Some historical documents (old changelogs or website).</dd>
-<dt>trunk/planet</dt><dd><a href="http://planet.phpmyadmin.net/">Planet phpMyAdmin</a> configuration.</dd>
-<dt>trunk/localized_docs</dt><dd>Not used anymore, see Git section bellow.</dd>
-<dt>tags/</dt><dd>Tags for all released versions (as <code>RELEASE_X_Y_Z</code>)</dd>
-<dt>tags/STABLE</dt><dd>Special moving tag which always contains latest
-released stable version</dd>
-<dt>tags/TESTING</dt><dd>Special moving tag which always contains latest
-released testing version</dd>
-<dt>branches/</dt><dd>Maintenance branches for older versions (as <code>QA_X_Y</code>)</dd>
+<dt>phpmyadmin</dt><dd>phpMyAdmin code.</dd>
+<dt>website</dt><dd>Website code.</dd>
+<dt>themes</dt><dd>Themes.</dd>
+<dt>data</dt><dd>Various project related data (such as logos, T-shirt graphics, etc.).</dd>
+<dt>history</dt><dd>Some historical documents (old changelogs or website).</dd>
+<dt>planet</dt><dd><a href="http://planet.phpmyadmin.net/">Planet phpMyAdmin</a> configuration.</dd>
+<dt>localized_docs</dt><dd>Not used anymore, see Git section bellow.</dd>
</dl>
<p>
@@ -95,40 +87,15 @@ Examples of how to checkout phpMyAdmin code:
<pre>
# Latest development version:
-svn checkout https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin phpMyAdmin-dev
-# Latest stable version:
-svn checkout https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/tags/STABLE/phpMy… phpMyAdmin-stable
+git clone git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
</pre>
-<h3>Git Repository</h3>
-
-<p>
-phpMyAdmin is currently considering to switch development to Git. These
-repositories do not yet contain current code are used mostly for testing.
-</p>
-
-<p>
-Git repository are located at
-<code>git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/</code> and you
-can browse it online using <a
-href="http://phpmyadmin.git.sourceforge.net/git/gitweb-index.cgi">Gitweb</a>.
-</p>
-
-<p>
-Following repositories are already used for development:
-</p>
-
-<dl class="cvslist">
-<dt>localized_docs</dt><dd>Localized documentation.</dd>
-</dl>
-
<h3>Repository Statistics</h3>
<p>Several analyses of the repository are available:</p>
<ul>
-<li><a href="http://www.phpmyadmin.net/svnstats/">mpy-svn-stats</a></li>
<li><a href="http://cia.vc/stats/project/phpmyadmin/">CIA.vc</a></li>
<li><a href="http://www.ohloh.net/projects/phpmyadmin">Ohloh</a></li>
-<li><a href="https://sourceforge.net/project/stats/detail.php?group_id=23067&ugn=php…">SourceForge.net</a></li>
+<li><a href="https://sourceforge.net/project/stats/detail.php?group_id=23067&ugn=php…">SourceForge.net</a></li>
</ul>
<h3>Coding Standards</h3>
@@ -162,7 +129,7 @@ href="http://wiki.phpmyadmin.net/pma/FAQ_7.2">FAQ 7.2</a>.
Documentation is being translated using po4a and gettext (see <a
href="${base_url}docs.${file_ext}">documentation</a> for existing
translations). To start, checkout <code><a
-href="http://phpmyadmin.svn.sourceforge.net/viewvc/phpmyadmin/trunk/localized_doc…">localized_docs/po</a></code> from SVN, or
+href="http://phpmyadmin.git.sourceforge.net/git/gitweb.cgi?p=phpmyadmin/localized…">localized_docs/po</a></code> from Git, or
just go to <a href="https://l10n.cihar.com/projects/pmadoc/">translation
server</a> and translate it online. If your language is missing, just contact
<a href="mailto:michal@cihar.com">Michal Čihař</a>, he will add it. If you
hooks/post-receive
--
phpMyAdmin website
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 269bf2ad7b0e386394784f90079bfb305a923635
by Michal Čihař 10 Mar '10
by Michal Čihař 10 Mar '10
10 Mar '10
The branch, master has been updated
via 269bf2ad7b0e386394784f90079bfb305a923635 (commit)
via 6d432e757391e7436c66513bcdfda44212b723d2 (commit)
from 30d639a4b30ea8ab5768117f3913296c91d77ff7 (commit)
- Log -----------------------------------------------------------------
commit 269bf2ad7b0e386394784f90079bfb305a923635
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Mar 10 16:08:58 2010 +0100
Add slovak language.
commit 6d432e757391e7436c66513bcdfda44212b723d2
Author: Michal Čihař <mcihar(a)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(a)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@ADDRESS>, YEAR.
+# Automatically generated, 2010.
#
-#, fuzzy
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 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@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"
+"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(a)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(a)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@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-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(a)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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)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(a)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@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-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(a)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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)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(a)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@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"
+"#-#-#-#-# de-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-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(a)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@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 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(a)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@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"
+"#-#-#-#-# en_GB-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-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(a)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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)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(a)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@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"
+"#-#-#-#-# es-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-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(a)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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)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(a)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@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"
+"#-#-#-#-# fi-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-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(a)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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)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(a)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@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"
+"#-#-#-#-# fr-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-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(a)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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)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(a)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@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"
+"#-#-#-#-# gl-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-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(a)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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)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(a)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@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-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(a)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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)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(a)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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)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(a)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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)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(a)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@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"
+"#-#-#-#-# it-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-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(a)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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)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(a)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@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"
+"#-#-#-#-# jp-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-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(a)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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)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(a)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@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"
+"#-#-#-#-# ka-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-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(a)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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)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(a)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@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"
+"#-#-#-#-# lt-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-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(a)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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)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(a)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@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"
+"#-#-#-#-# mn-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-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(a)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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)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(a)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@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"
+"#-#-#-#-# nl-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-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(a)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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)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(a)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@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"
+"#-#-#-#-# no-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-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(a)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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)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(a)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@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"
+"#-#-#-#-# pl-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-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(a)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@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 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(a)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@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"
+"#-#-#-#-# pt_BR-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-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(a)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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)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(a)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@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"
+"#-#-#-#-# ro-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-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(a)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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)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(a)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@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"
-"#-#-#-#-# 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(a)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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)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(a)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(a)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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)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(a)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(a)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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)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(a)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@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"
+"#-#-#-#-# sv-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-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(a)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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)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(a)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@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"
+"#-#-#-#-# tr-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-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(a)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@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 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(a)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@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-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(a)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@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 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(a)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@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_TW-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-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(a)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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
hooks/post-receive
--
phpMyAdmin localized documentation
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 30d639a4b30ea8ab5768117f3913296c91d77ff7
by Michal Čihař 10 Mar '10
by Michal Čihař 10 Mar '10
10 Mar '10
The branch, master has been updated
via 30d639a4b30ea8ab5768117f3913296c91d77ff7 (commit)
from e7609978bb4f917a7f302c47703e3b36d017a771 (commit)
- Log -----------------------------------------------------------------
commit 30d639a4b30ea8ab5768117f3913296c91d77ff7
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Mar 10 15:25:32 2010 +0100
Add separate handling of addendum for translations.html.
This way it is placed in correct place in header.
-----------------------------------------------------------------------
Summary of changes:
Makefile | 10 ++++++++--
addendum/add-html_head-translations | 3 +++
.../{html_head.en_GB => html_head-translations.ca} | 3 ++-
.../{html_head.cs => html_head-translations.cs} | 3 ++-
.../{html_head.en_GB => html_head-translations.de} | 3 ++-
...tml_head.en_GB => html_head-translations.en_GB} | 3 ++-
.../{html_head.en_GB => html_head-translations.es} | 3 ++-
.../{html_head.en_GB => html_head-translations.fi} | 3 ++-
.../{html_head.en_GB => html_head-translations.fr} | 3 ++-
.../{html_head.en_GB => html_head-translations.gl} | 3 ++-
.../{html_head.en_GB => html_head-translations.hu} | 3 ++-
.../{html_head.en_GB => html_head-translations.hy} | 3 ++-
.../{html_head.en_GB => html_head-translations.it} | 3 ++-
.../{html_head.en_GB => html_head-translations.jp} | 3 ++-
.../{html_head.en_GB => html_head-translations.ka} | 3 ++-
.../{html_head.en_GB => html_head-translations.lt} | 3 ++-
.../{html_head.en_GB => html_head-translations.mn} | 3 ++-
.../{html_head.en_GB => html_head-translations.nl} | 3 ++-
.../{html_head.en_GB => html_head-translations.no} | 3 ++-
.../{html_head.en_GB => html_head-translations.pl} | 3 ++-
...tml_head.pt_BR => html_head-translations.pt_BR} | 3 ++-
.../{html_head.en_GB => html_head-translations.ro} | 3 ++-
.../{html_head.en_GB => html_head-translations.sv} | 3 ++-
.../{html_head.en_GB => html_head-translations.tr} | 3 ++-
...tml_head.zh_CN => html_head-translations.zh_CN} | 3 ++-
...tml_head.en_GB => html_head-translations.zh_TW} | 3 ++-
output/ca/translators.html | 13 +++++++------
output/cs/translators.html | 13 +++++++------
output/de/translators.html | 13 +++++++------
output/en_GB/translators.html | 13 +++++++------
output/es/translators.html | 13 +++++++------
output/fi/translators.html | 13 +++++++------
output/fr/translators.html | 13 +++++++------
output/gl/translators.html | 13 +++++++------
output/hu/translators.html | 13 +++++++------
output/it/translators.html | 13 +++++++------
output/ka/translators.html | 13 +++++++------
output/lt/translators.html | 13 +++++++------
output/nl/translators.html | 13 +++++++------
output/no/translators.html | 13 +++++++------
output/pl/translators.html | 13 +++++++------
output/pt_BR/translators.html | 13 +++++++------
output/ro/translators.html | 13 +++++++------
output/sv/translators.html | 13 +++++++------
output/tr/translators.html | 13 +++++++------
output/zh_CN/translators.html | 11 ++++++-----
output/zh_TW/translators.html | 13 +++++++------
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 | 13 +------------
pot/de-html.pot | 2 +-
pot/de-txt.pot | 2 +-
pot/en_GB-full.pot | 13 +------------
pot/en_GB-html.pot | 2 +-
pot/en_GB-txt.pot | 2 +-
pot/es-full.pot | 13 +------------
pot/es-html.pot | 2 +-
pot/es-txt.pot | 2 +-
pot/fi-full.pot | 13 +------------
pot/fi-html.pot | 2 +-
pot/fi-txt.pot | 2 +-
pot/fr-full.pot | 13 +------------
pot/fr-html.pot | 2 +-
pot/fr-txt.pot | 2 +-
pot/gl-full.pot | 13 +------------
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/hy-full.pot | 4 ++--
pot/hy-html.pot | 2 +-
pot/hy-txt.pot | 2 +-
pot/it-full.pot | 13 +------------
pot/it-html.pot | 2 +-
pot/it-txt.pot | 2 +-
pot/jp-full.pot | 13 +------------
pot/jp-html.pot | 2 +-
pot/jp-txt.pot | 2 +-
pot/ka-full.pot | 13 +------------
pot/ka-html.pot | 2 +-
pot/ka-txt.pot | 2 +-
pot/lt-full.pot | 13 +------------
pot/lt-html.pot | 2 +-
pot/lt-txt.pot | 2 +-
pot/mn-full.pot | 13 +------------
pot/mn-html.pot | 2 +-
pot/mn-txt.pot | 2 +-
pot/nl-full.pot | 13 +------------
pot/nl-html.pot | 2 +-
pot/nl-txt.pot | 2 +-
pot/no-full.pot | 13 +------------
pot/no-html.pot | 2 +-
pot/no-txt.pot | 2 +-
pot/pl-full.pot | 13 +------------
pot/pl-html.pot | 2 +-
pot/pl-txt.pot | 2 +-
pot/pt_BR-full.pot | 13 +------------
pot/pt_BR-html.pot | 2 +-
pot/pt_BR-txt.pot | 2 +-
pot/ro-full.pot | 13 +------------
pot/ro-html.pot | 2 +-
pot/ro-txt.pot | 2 +-
pot/sv-full.pot | 13 +------------
pot/sv-html.pot | 2 +-
pot/sv-txt.pot | 2 +-
pot/tr-full.pot | 13 +------------
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 | 13 +------------
pot/zh_TW-html.pot | 2 +-
pot/zh_TW-txt.pot | 2 +-
119 files changed, 278 insertions(+), 477 deletions(-)
create mode 100644 addendum/add-html_head-translations
copy addendum/{html_head.en_GB => html_head-translations.ca} (77%)
copy addendum/{html_head.cs => html_head-translations.cs} (77%)
copy addendum/{html_head.en_GB => html_head-translations.de} (77%)
copy addendum/{html_head.en_GB => html_head-translations.en_GB} (77%)
copy addendum/{html_head.en_GB => html_head-translations.es} (77%)
copy addendum/{html_head.en_GB => html_head-translations.fi} (77%)
copy addendum/{html_head.en_GB => html_head-translations.fr} (77%)
copy addendum/{html_head.en_GB => html_head-translations.gl} (77%)
copy addendum/{html_head.en_GB => html_head-translations.hu} (77%)
copy addendum/{html_head.en_GB => html_head-translations.hy} (77%)
copy addendum/{html_head.en_GB => html_head-translations.it} (77%)
copy addendum/{html_head.en_GB => html_head-translations.jp} (77%)
copy addendum/{html_head.en_GB => html_head-translations.ka} (77%)
copy addendum/{html_head.en_GB => html_head-translations.lt} (77%)
copy addendum/{html_head.en_GB => html_head-translations.mn} (77%)
copy addendum/{html_head.en_GB => html_head-translations.nl} (77%)
copy addendum/{html_head.en_GB => html_head-translations.no} (77%)
copy addendum/{html_head.en_GB => html_head-translations.pl} (77%)
copy addendum/{html_head.pt_BR => html_head-translations.pt_BR} (79%)
copy addendum/{html_head.en_GB => html_head-translations.ro} (77%)
copy addendum/{html_head.en_GB => html_head-translations.sv} (77%)
copy addendum/{html_head.en_GB => html_head-translations.tr} (77%)
copy addendum/{html_head.zh_CN => html_head-translations.zh_CN} (76%)
copy addendum/{html_head.en_GB => html_head-translations.zh_TW} (77%)
diff --git a/Makefile b/Makefile
index 12d26b5..ef03eb6 100755
--- a/Makefile
+++ b/Makefile
@@ -28,8 +28,8 @@ output/%/Documentation.html.stamp: po/%.po addendum/html_head.% addendum/html_co
po4a-translate -f xhtml -m ../phpmyadmin/Documentation.html -p $< -l output/$*/Documentation.html ${PO4AOPTS} --addendum addendum/html_head.$* --addendum addendum/html_comment.$*
touch $@
-output/%/translators.html.stamp: po/%.po addendum/html_head.% addendum/html_comment.% ../phpmyadmin/translators.html
- po4a-translate -f xhtml -m ../phpmyadmin/translators.html -p $< -l output/$*/translators.html ${PO4AOPTS} --addendum addendum/html_head.$* --addendum addendum/html_comment.$*
+output/%/translators.html.stamp: po/%.po addendum/html_head-translations.% addendum/html_comment.% ../phpmyadmin/translators.html
+ po4a-translate -f xhtml -m ../phpmyadmin/translators.html -p $< -l output/$*/translators.html ${PO4AOPTS} --addendum addendum/html_head-translations.$* --addendum addendum/html_comment.$*
touch $@
output/%/README.stamp: po/%.po ../phpmyadmin/README
@@ -44,9 +44,15 @@ output/%/INSTALL.stamp: po/%.po ../phpmyadmin/INSTALL
po4a-translate -f text -m ../phpmyadmin/INSTALL -p $< -l output/$*/INSTALL ${PO4AOPTS}
touch $@
+.PRECIOUS: addendum/html_head.%
addendum/html_head.%: po/%.po addendum/head.html addendum/add-html_head
po4a-translate -f xhtml -m addendum/head.html -p $< -l $@ ${PO4AOPTS} -k 0 --addendum addendum/add-html_head
+.PRECIOUS: addendum/html_head-translations.%
+addendum/html_head-translations.%: po/%.po addendum/head.html addendum/add-html_head-translations
+ po4a-translate -f xhtml -m addendum/head.html -p $< -l $@ ${PO4AOPTS} -k 0 --addendum addendum/add-html_head-translations
+
+.PRECIOUS: addendum/html_comment.%
addendum/html_comment.%: po/%.po addendum/comment.html addendum/add-html_comment
po4a-translate -f text -m addendum/comment.html -p $< -l $@ ${PO4AOPTS} -k 0 --addendum addendum/add-html_comment
diff --git a/addendum/add-html_head-translations b/addendum/add-html_head-translations
new file mode 100644
index 0000000..4badc93
--- /dev/null
+++ b/addendum/add-html_head-translations
@@ -0,0 +1,3 @@
+PO4A-HEADER:mode=before;position=<p>
+PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
+
diff --git a/addendum/html_head.en_GB b/addendum/html_head-translations.ca
similarity index 77%
copy from addendum/html_head.en_GB
copy to addendum/html_head-translations.ca
index b9798d5..cbc035e 100644
--- a/addendum/html_head.en_GB
+++ b/addendum/html_head-translations.ca
@@ -1,4 +1,5 @@
-PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
+PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
+
<p>
This is translated version of a <a
href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
diff --git a/addendum/html_head.cs b/addendum/html_head-translations.cs
similarity index 77%
copy from addendum/html_head.cs
copy to addendum/html_head-translations.cs
index cae7978..f201abc 100644
--- a/addendum/html_head.cs
+++ b/addendum/html_head-translations.cs
@@ -1,4 +1,5 @@
-PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
+PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
+
<p>
Vidíte přeloženou verzi <a
href="http://www.phpmyadmin.net/documentation/">dokumentace
diff --git a/addendum/html_head.en_GB b/addendum/html_head-translations.de
similarity index 77%
copy from addendum/html_head.en_GB
copy to addendum/html_head-translations.de
index b9798d5..cbc035e 100644
--- a/addendum/html_head.en_GB
+++ b/addendum/html_head-translations.de
@@ -1,4 +1,5 @@
-PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
+PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
+
<p>
This is translated version of a <a
href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
diff --git a/addendum/html_head.en_GB b/addendum/html_head-translations.en_GB
similarity index 77%
copy from addendum/html_head.en_GB
copy to addendum/html_head-translations.en_GB
index b9798d5..cbc035e 100644
--- a/addendum/html_head.en_GB
+++ b/addendum/html_head-translations.en_GB
@@ -1,4 +1,5 @@
-PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
+PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
+
<p>
This is translated version of a <a
href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
diff --git a/addendum/html_head.en_GB b/addendum/html_head-translations.es
similarity index 77%
copy from addendum/html_head.en_GB
copy to addendum/html_head-translations.es
index b9798d5..cbc035e 100644
--- a/addendum/html_head.en_GB
+++ b/addendum/html_head-translations.es
@@ -1,4 +1,5 @@
-PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
+PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
+
<p>
This is translated version of a <a
href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
diff --git a/addendum/html_head.en_GB b/addendum/html_head-translations.fi
similarity index 77%
copy from addendum/html_head.en_GB
copy to addendum/html_head-translations.fi
index b9798d5..cbc035e 100644
--- a/addendum/html_head.en_GB
+++ b/addendum/html_head-translations.fi
@@ -1,4 +1,5 @@
-PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
+PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
+
<p>
This is translated version of a <a
href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
diff --git a/addendum/html_head.en_GB b/addendum/html_head-translations.fr
similarity index 77%
copy from addendum/html_head.en_GB
copy to addendum/html_head-translations.fr
index b9798d5..cbc035e 100644
--- a/addendum/html_head.en_GB
+++ b/addendum/html_head-translations.fr
@@ -1,4 +1,5 @@
-PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
+PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
+
<p>
This is translated version of a <a
href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
diff --git a/addendum/html_head.en_GB b/addendum/html_head-translations.gl
similarity index 77%
copy from addendum/html_head.en_GB
copy to addendum/html_head-translations.gl
index b9798d5..cbc035e 100644
--- a/addendum/html_head.en_GB
+++ b/addendum/html_head-translations.gl
@@ -1,4 +1,5 @@
-PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
+PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
+
<p>
This is translated version of a <a
href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
diff --git a/addendum/html_head.en_GB b/addendum/html_head-translations.hu
similarity index 77%
copy from addendum/html_head.en_GB
copy to addendum/html_head-translations.hu
index b9798d5..cbc035e 100644
--- a/addendum/html_head.en_GB
+++ b/addendum/html_head-translations.hu
@@ -1,4 +1,5 @@
-PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
+PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
+
<p>
This is translated version of a <a
href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
diff --git a/addendum/html_head.en_GB b/addendum/html_head-translations.hy
similarity index 77%
copy from addendum/html_head.en_GB
copy to addendum/html_head-translations.hy
index b9798d5..cbc035e 100644
--- a/addendum/html_head.en_GB
+++ b/addendum/html_head-translations.hy
@@ -1,4 +1,5 @@
-PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
+PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
+
<p>
This is translated version of a <a
href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
diff --git a/addendum/html_head.en_GB b/addendum/html_head-translations.it
similarity index 77%
copy from addendum/html_head.en_GB
copy to addendum/html_head-translations.it
index b9798d5..cbc035e 100644
--- a/addendum/html_head.en_GB
+++ b/addendum/html_head-translations.it
@@ -1,4 +1,5 @@
-PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
+PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
+
<p>
This is translated version of a <a
href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
diff --git a/addendum/html_head.en_GB b/addendum/html_head-translations.jp
similarity index 77%
copy from addendum/html_head.en_GB
copy to addendum/html_head-translations.jp
index b9798d5..cbc035e 100644
--- a/addendum/html_head.en_GB
+++ b/addendum/html_head-translations.jp
@@ -1,4 +1,5 @@
-PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
+PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
+
<p>
This is translated version of a <a
href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
diff --git a/addendum/html_head.en_GB b/addendum/html_head-translations.ka
similarity index 77%
copy from addendum/html_head.en_GB
copy to addendum/html_head-translations.ka
index b9798d5..cbc035e 100644
--- a/addendum/html_head.en_GB
+++ b/addendum/html_head-translations.ka
@@ -1,4 +1,5 @@
-PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
+PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
+
<p>
This is translated version of a <a
href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
diff --git a/addendum/html_head.en_GB b/addendum/html_head-translations.lt
similarity index 77%
copy from addendum/html_head.en_GB
copy to addendum/html_head-translations.lt
index b9798d5..cbc035e 100644
--- a/addendum/html_head.en_GB
+++ b/addendum/html_head-translations.lt
@@ -1,4 +1,5 @@
-PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
+PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
+
<p>
This is translated version of a <a
href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
diff --git a/addendum/html_head.en_GB b/addendum/html_head-translations.mn
similarity index 77%
copy from addendum/html_head.en_GB
copy to addendum/html_head-translations.mn
index b9798d5..cbc035e 100644
--- a/addendum/html_head.en_GB
+++ b/addendum/html_head-translations.mn
@@ -1,4 +1,5 @@
-PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
+PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
+
<p>
This is translated version of a <a
href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
diff --git a/addendum/html_head.en_GB b/addendum/html_head-translations.nl
similarity index 77%
copy from addendum/html_head.en_GB
copy to addendum/html_head-translations.nl
index b9798d5..cbc035e 100644
--- a/addendum/html_head.en_GB
+++ b/addendum/html_head-translations.nl
@@ -1,4 +1,5 @@
-PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
+PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
+
<p>
This is translated version of a <a
href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
diff --git a/addendum/html_head.en_GB b/addendum/html_head-translations.no
similarity index 77%
copy from addendum/html_head.en_GB
copy to addendum/html_head-translations.no
index b9798d5..cbc035e 100644
--- a/addendum/html_head.en_GB
+++ b/addendum/html_head-translations.no
@@ -1,4 +1,5 @@
-PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
+PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
+
<p>
This is translated version of a <a
href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
diff --git a/addendum/html_head.en_GB b/addendum/html_head-translations.pl
similarity index 77%
copy from addendum/html_head.en_GB
copy to addendum/html_head-translations.pl
index b9798d5..cbc035e 100644
--- a/addendum/html_head.en_GB
+++ b/addendum/html_head-translations.pl
@@ -1,4 +1,5 @@
-PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
+PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
+
<p>
This is translated version of a <a
href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
diff --git a/addendum/html_head.pt_BR b/addendum/html_head-translations.pt_BR
similarity index 79%
copy from addendum/html_head.pt_BR
copy to addendum/html_head-translations.pt_BR
index 15dc7a5..a316189 100644
--- a/addendum/html_head.pt_BR
+++ b/addendum/html_head-translations.pt_BR
@@ -1,4 +1,5 @@
-PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
+PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
+
<p>
Esta é uma versão traduzida da <a
href="http://www.phpmyadmin.net/documentation/">documentação do
diff --git a/addendum/html_head.en_GB b/addendum/html_head-translations.ro
similarity index 77%
copy from addendum/html_head.en_GB
copy to addendum/html_head-translations.ro
index b9798d5..cbc035e 100644
--- a/addendum/html_head.en_GB
+++ b/addendum/html_head-translations.ro
@@ -1,4 +1,5 @@
-PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
+PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
+
<p>
This is translated version of a <a
href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
diff --git a/addendum/html_head.en_GB b/addendum/html_head-translations.sv
similarity index 77%
copy from addendum/html_head.en_GB
copy to addendum/html_head-translations.sv
index b9798d5..cbc035e 100644
--- a/addendum/html_head.en_GB
+++ b/addendum/html_head-translations.sv
@@ -1,4 +1,5 @@
-PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
+PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
+
<p>
This is translated version of a <a
href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
diff --git a/addendum/html_head.en_GB b/addendum/html_head-translations.tr
similarity index 77%
copy from addendum/html_head.en_GB
copy to addendum/html_head-translations.tr
index b9798d5..cbc035e 100644
--- a/addendum/html_head.en_GB
+++ b/addendum/html_head-translations.tr
@@ -1,4 +1,5 @@
-PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
+PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
+
<p>
This is translated version of a <a
href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
diff --git a/addendum/html_head.zh_CN b/addendum/html_head-translations.zh_CN
similarity index 76%
copy from addendum/html_head.zh_CN
copy to addendum/html_head-translations.zh_CN
index baada1e..9795142 100644
--- a/addendum/html_head.zh_CN
+++ b/addendum/html_head-translations.zh_CN
@@ -1,4 +1,5 @@
-PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
+PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
+
<p>
这是一份 <a href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
文档</a>的翻译。你可以到<a
diff --git a/addendum/html_head.en_GB b/addendum/html_head-translations.zh_TW
similarity index 77%
copy from addendum/html_head.en_GB
copy to addendum/html_head-translations.zh_TW
index b9798d5..cbc035e 100644
--- a/addendum/html_head.en_GB
+++ b/addendum/html_head-translations.zh_TW
@@ -1,4 +1,5 @@
-PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<ul>
+PO4A-HEADER:mode=after;position=<div id="body">;beginboundary=<p>
+
<p>
This is translated version of a <a
href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
diff --git a/output/ca/translators.html b/output/ca/translators.html
index 713cd57..6f40d3a 100644
--- a/output/ca/translators.html
+++ b/output/ca/translators.html
@@ -55,6 +55,13 @@ PFR (FAQ)</abbr></a></li>
<div id="body">
+
+<p>
+This is translated version of a <a
+href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
+documentation</a>. You can contribute to it on our <a
+href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
+</p>
<p> Here is the list of the "official translators" of phpMyAdmin.</p>
<p> <span class="important">If you want to suggest some improvements on a
@@ -475,9 +482,3 @@ href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
</body>
</html>
-<p>
-This is translated version of a <a
-href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
-documentation</a>. You can contribute to it on our <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
-</p>
diff --git a/output/cs/translators.html b/output/cs/translators.html
index e67de8d..51e5a4c 100644
--- a/output/cs/translators.html
+++ b/output/cs/translators.html
@@ -55,6 +55,13 @@ class="myadmin">MyAdmin</span></a> 3.4.0-dev oficiální seznam překladatelů
<div id="body">
+
+<p>
+Vidíte přeloženou verzi <a
+href="http://www.phpmyadmin.net/documentation/">dokumentace
+phpMyAdmina</a>. K překladu můžete přispět na <a
+href="https://l10n.cihar.com/projects/pmadoc/">překladovém serveru</a>.
+</p>
<p> Zde naleznete seznam "oficiálních překladatelů" phpMyAdmina.</p>
<p> <span class="important">If you want to suggest some improvements on a
@@ -475,9 +482,3 @@ href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
</body>
</html>
-<p>
-Vidíte přeloženou verzi <a
-href="http://www.phpmyadmin.net/documentation/">dokumentace
-phpMyAdmina</a>. K překladu můžete přispět na <a
-href="https://l10n.cihar.com/projects/pmadoc/">překladovém serveru</a>.
-</p>
diff --git a/output/de/translators.html b/output/de/translators.html
index 008b805..3ba5c1a 100644
--- a/output/de/translators.html
+++ b/output/de/translators.html
@@ -55,6 +55,13 @@ FAQ</abbr></a></li>
<div id="body">
+
+<p>
+This is translated version of a <a
+href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
+documentation</a>. You can contribute to it on our <a
+href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
+</p>
<p> Here is the list of the "official translators" of phpMyAdmin.</p>
<p> <span class="important">If you want to suggest some improvements on a
@@ -475,9 +482,3 @@ href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
</body>
</html>
-<p>
-This is translated version of a <a
-href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
-documentation</a>. You can contribute to it on our <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
-</p>
diff --git a/output/en_GB/translators.html b/output/en_GB/translators.html
index 51a2859..292558d 100644
--- a/output/en_GB/translators.html
+++ b/output/en_GB/translators.html
@@ -55,6 +55,13 @@ FAQ</abbr></a></li>
<div id="body">
+
+<p>
+This is translated version of a <a
+href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
+documentation</a>. You can contribute to it on our <a
+href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
+</p>
<p> Here is the list of the "official translators" of phpMyAdmin.</p>
<p> <span class="important">If you want to suggest some improvements on a
@@ -475,9 +482,3 @@ href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
</body>
</html>
-<p>
-This is translated version of a <a
-href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
-documentation</a>. You can contribute to it on our <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
-</p>
diff --git a/output/es/translators.html b/output/es/translators.html
index bf6cfca..a672243 100644
--- a/output/es/translators.html
+++ b/output/es/translators.html
@@ -55,6 +55,13 @@ FAQ</abbr></a></li>
<div id="body">
+
+<p>
+This is translated version of a <a
+href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
+documentation</a>. You can contribute to it on our <a
+href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
+</p>
<p> Here is the list of the "official translators" of phpMyAdmin.</p>
<p> <span class="important">If you want to suggest some improvements on a
@@ -475,9 +482,3 @@ href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
</body>
</html>
-<p>
-This is translated version of a <a
-href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
-documentation</a>. You can contribute to it on our <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
-</p>
diff --git a/output/fi/translators.html b/output/fi/translators.html
index 3369466..344cb48 100644
--- a/output/fi/translators.html
+++ b/output/fi/translators.html
@@ -55,6 +55,13 @@ FAQ</abbr></a></li>
<div id="body">
+
+<p>
+This is translated version of a <a
+href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
+documentation</a>. You can contribute to it on our <a
+href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
+</p>
<p> Here is the list of the "official translators" of phpMyAdmin.</p>
<p> <span class="important">If you want to suggest some improvements on a
@@ -475,9 +482,3 @@ href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
</body>
</html>
-<p>
-This is translated version of a <a
-href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
-documentation</a>. You can contribute to it on our <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
-</p>
diff --git a/output/fr/translators.html b/output/fr/translators.html
index 216c435..98c2839 100644
--- a/output/fr/translators.html
+++ b/output/fr/translators.html
@@ -55,6 +55,13 @@ officiels
<div id="body">
+
+<p>
+This is translated version of a <a
+href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
+documentation</a>. You can contribute to it on our <a
+href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
+</p>
<p> Ceci est la liste des «traducteurs officiels» de phpMyAdmin.</p>
<p> <span class="important">Si vous voulez suggérer des
@@ -479,9 +486,3 @@ href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
</body>
</html>
-<p>
-This is translated version of a <a
-href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
-documentation</a>. You can contribute to it on our <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
-</p>
diff --git a/output/gl/translators.html b/output/gl/translators.html
index 04672cf..4727815 100644
--- a/output/gl/translators.html
+++ b/output/gl/translators.html
@@ -55,6 +55,13 @@ FAQ</abbr></a></li>
<div id="body">
+
+<p>
+This is translated version of a <a
+href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
+documentation</a>. You can contribute to it on our <a
+href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
+</p>
<p> Here is the list of the "official translators" of phpMyAdmin.</p>
<p> <span class="important">If you want to suggest some improvements on a
@@ -475,9 +482,3 @@ href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
</body>
</html>
-<p>
-This is translated version of a <a
-href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
-documentation</a>. You can contribute to it on our <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
-</p>
diff --git a/output/hu/translators.html b/output/hu/translators.html
index b0ec60c..e732885 100644
--- a/output/hu/translators.html
+++ b/output/hu/translators.html
@@ -55,6 +55,13 @@ FAQ</abbr></a></li>
<div id="body">
+
+<p>
+This is translated version of a <a
+href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
+documentation</a>. You can contribute to it on our <a
+href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
+</p>
<p> Here is the list of the "official translators" of phpMyAdmin.</p>
<p> <span class="important">If you want to suggest some improvements on a
@@ -475,9 +482,3 @@ href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
</body>
</html>
-<p>
-This is translated version of a <a
-href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
-documentation</a>. You can contribute to it on our <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
-</p>
diff --git a/output/it/translators.html b/output/it/translators.html
index fa4068a..8a57035 100644
--- a/output/it/translators.html
+++ b/output/it/translators.html
@@ -55,6 +55,13 @@ FAQ</abbr></a></li>
<div id="body">
+
+<p>
+This is translated version of a <a
+href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
+documentation</a>. You can contribute to it on our <a
+href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
+</p>
<p> Here is the list of the "official translators" of phpMyAdmin.</p>
<p> <span class="important">If you want to suggest some improvements on a
@@ -475,9 +482,3 @@ href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
</body>
</html>
-<p>
-This is translated version of a <a
-href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
-documentation</a>. You can contribute to it on our <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
-</p>
diff --git a/output/ka/translators.html b/output/ka/translators.html
index 48bb6ed..0968fcf 100644
--- a/output/ka/translators.html
+++ b/output/ka/translators.html
@@ -55,6 +55,13 @@ FAQ</abbr></a></li>
<div id="body">
+
+<p>
+This is translated version of a <a
+href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
+documentation</a>. You can contribute to it on our <a
+href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
+</p>
<p> Here is the list of the "official translators" of phpMyAdmin.</p>
<p> <span class="important">If you want to suggest some improvements on a
@@ -475,9 +482,3 @@ href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
</body>
</html>
-<p>
-This is translated version of a <a
-href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
-documentation</a>. You can contribute to it on our <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
-</p>
diff --git a/output/lt/translators.html b/output/lt/translators.html
index 78b29c9..fadd96e 100644
--- a/output/lt/translators.html
+++ b/output/lt/translators.html
@@ -55,6 +55,13 @@ FAQ</abbr></a></li>
<div id="body">
+
+<p>
+This is translated version of a <a
+href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
+documentation</a>. You can contribute to it on our <a
+href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
+</p>
<p> Here is the list of the "official translators" of phpMyAdmin.</p>
<p> <span class="important">If you want to suggest some improvements on a
@@ -475,9 +482,3 @@ href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
</body>
</html>
-<p>
-This is translated version of a <a
-href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
-documentation</a>. You can contribute to it on our <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
-</p>
diff --git a/output/nl/translators.html b/output/nl/translators.html
index 497e4bf..9285cd3 100644
--- a/output/nl/translators.html
+++ b/output/nl/translators.html
@@ -55,6 +55,13 @@ FAQ</abbr></a></li>
<div id="body">
+
+<p>
+This is translated version of a <a
+href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
+documentation</a>. You can contribute to it on our <a
+href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
+</p>
<p> Here is the list of the "official translators" of phpMyAdmin.</p>
<p> <span class="important">If you want to suggest some improvements on a
@@ -475,9 +482,3 @@ href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
</body>
</html>
-<p>
-This is translated version of a <a
-href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
-documentation</a>. You can contribute to it on our <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
-</p>
diff --git a/output/no/translators.html b/output/no/translators.html
index dbcdd55..ca7764d 100644
--- a/output/no/translators.html
+++ b/output/no/translators.html
@@ -55,6 +55,13 @@ FAQ</abbr></a></li>
<div id="body">
+
+<p>
+This is translated version of a <a
+href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
+documentation</a>. You can contribute to it on our <a
+href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
+</p>
<p> Here is the list of the "official translators" of phpMyAdmin.</p>
<p> <span class="important">If you want to suggest some improvements on a
@@ -475,9 +482,3 @@ href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
</body>
</html>
-<p>
-This is translated version of a <a
-href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
-documentation</a>. You can contribute to it on our <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
-</p>
diff --git a/output/pl/translators.html b/output/pl/translators.html
index aec3b72..2e816b2 100644
--- a/output/pl/translators.html
+++ b/output/pl/translators.html
@@ -55,6 +55,13 @@ FAQ</abbr></a></li>
<div id="body">
+
+<p>
+This is translated version of a <a
+href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
+documentation</a>. You can contribute to it on our <a
+href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
+</p>
<p> Here is the list of the "official translators" of phpMyAdmin.</p>
<p> <span class="important">If you want to suggest some improvements on a
@@ -475,9 +482,3 @@ href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
</body>
</html>
-<p>
-This is translated version of a <a
-href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
-documentation</a>. You can contribute to it on our <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
-</p>
diff --git a/output/pt_BR/translators.html b/output/pt_BR/translators.html
index 7ed8270..912db66 100644
--- a/output/pt_BR/translators.html
+++ b/output/pt_BR/translators.html
@@ -56,6 +56,13 @@ Frequentes">FAQ</abbr></a></li>
<div id="body">
+
+<p>
+Esta é uma versão traduzida da <a
+href="http://www.phpmyadmin.net/documentation/">documentação do
+phpMyAdmin</a>. Você pode contribuir com a tradução em nosso <a
+href="https://l10n.cihar.com/projects/pmadoc/">servidor de traduções</a>.
+</p>
<p> Aqui está a lista de "tradutores oficiais" do phpMyAdmin.</p>
<p> <span class="important">Caso queira sugerir melhorias em alguma tradução,
@@ -477,9 +484,3 @@ href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> válidos</li>
</body>
</html>
-<p>
-Esta é uma versão traduzida da <a
-href="http://www.phpmyadmin.net/documentation/">documentação do
-phpMyAdmin</a>. Você pode contribuir com a tradução em nosso <a
-href="https://l10n.cihar.com/projects/pmadoc/">servidor de traduções</a>.
-</p>
diff --git a/output/ro/translators.html b/output/ro/translators.html
index 98d0464..e52ad22 100644
--- a/output/ro/translators.html
+++ b/output/ro/translators.html
@@ -55,6 +55,13 @@ FAQ</abbr></a></li>
<div id="body">
+
+<p>
+This is translated version of a <a
+href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
+documentation</a>. You can contribute to it on our <a
+href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
+</p>
<p> Here is the list of the "official translators" of phpMyAdmin.</p>
<p> <span class="important">If you want to suggest some improvements on a
@@ -475,9 +482,3 @@ href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
</body>
</html>
-<p>
-This is translated version of a <a
-href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
-documentation</a>. You can contribute to it on our <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
-</p>
diff --git a/output/sv/translators.html b/output/sv/translators.html
index fb6f887..391eb81 100644
--- a/output/sv/translators.html
+++ b/output/sv/translators.html
@@ -55,6 +55,13 @@ FAQ</abbr></a></li>
<div id="body">
+
+<p>
+This is translated version of a <a
+href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
+documentation</a>. You can contribute to it on our <a
+href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
+</p>
<p> Here is the list of the "official translators" of phpMyAdmin.</p>
<p> <span class="important">If you want to suggest some improvements on a
@@ -475,9 +482,3 @@ href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
</body>
</html>
-<p>
-This is translated version of a <a
-href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
-documentation</a>. You can contribute to it on our <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
-</p>
diff --git a/output/tr/translators.html b/output/tr/translators.html
index c071434..b8c20f1 100644
--- a/output/tr/translators.html
+++ b/output/tr/translators.html
@@ -55,6 +55,13 @@ FAQ</abbr></a></li>
<div id="body">
+
+<p>
+This is translated version of a <a
+href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
+documentation</a>. You can contribute to it on our <a
+href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
+</p>
<p> Here is the list of the "official translators" of phpMyAdmin.</p>
<p> <span class="important">If you want to suggest some improvements on a
@@ -475,9 +482,3 @@ href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
</body>
</html>
-<p>
-This is translated version of a <a
-href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
-documentation</a>. You can contribute to it on our <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
-</p>
diff --git a/output/zh_CN/translators.html b/output/zh_CN/translators.html
index 03ebb3a..1841527 100644
--- a/output/zh_CN/translators.html
+++ b/output/zh_CN/translators.html
@@ -55,6 +55,12 @@ Questions)"> FAQ</abbr></a></li>
<div id="body">
+
+<p>
+这是一份 <a href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
+文档</a>的翻译。你可以到<a
+href="https://l10n.cihar.com/projects/pmadoc/">翻译服务器</a>来帮助我们完善它。
+</p>
<p> 这是一份 phpMyAdmin "官方翻译" 的列表。</p>
<p> <span class="important">如果你想在翻译上提出改进建议请向他们询问</span>: 我们 (phpMyAdmin 开发组)
@@ -470,8 +476,3 @@ href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
</body>
</html>
-<p>
-这是一份 <a href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
-文档</a>的翻译。你可以到<a
-href="https://l10n.cihar.com/projects/pmadoc/">翻译服务器</a>来帮助我们完善它。
-</p>
diff --git a/output/zh_TW/translators.html b/output/zh_TW/translators.html
index 601ddd2..fecad6f 100644
--- a/output/zh_TW/translators.html
+++ b/output/zh_TW/translators.html
@@ -55,6 +55,13 @@ FAQ</abbr></a></li>
<div id="body">
+
+<p>
+This is translated version of a <a
+href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
+documentation</a>. You can contribute to it on our <a
+href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
+</p>
<p> Here is the list of the "official translators" of phpMyAdmin.</p>
<p> <span class="important">If you want to suggest some improvements on a
@@ -475,9 +482,3 @@ href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
</body>
</html>
-<p>
-This is translated version of a <a
-href="http://www.phpmyadmin.net/documentation/">phpMyAdmin
-documentation</a>. You can contribute to it on our <a
-href="https://l10n.cihar.com/projects/pmadoc/">translation server</a>.
-</p>
diff --git a/pot/ca-full.pot b/pot/ca-full.pot
index 325fa91..4156aee 100644
--- a/pot/ca-full.pot
+++ b/pot/ca-full.pot
@@ -6,20 +6,9 @@
#, 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-10 13:19+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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 2d64dfe..fa65ba8 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-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 ff2a8ea..e97011c 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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 5df7d08..5fc0df8 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-10 13:19+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-10 13:10+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 1a96c96..dc785ab 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-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 e14d503..e97011c 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-10 13:10+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 b3d2539..a4ede22 100644
--- a/pot/de-full.pot
+++ b/pot/de-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# de-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-10 13:19+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"
-"#-#-#-#-# de-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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 6629529..215a03f 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-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 ff2a8ea..e97011c 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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 cf2fcfc..a8e1940 100644
--- a/pot/en_GB-full.pot
+++ b/pot/en_GB-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# en_GB-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-10 13:19+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"
-"#-#-#-#-# en_GB-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-10 13:11+0100\n"
+"POT-Creation-Date: 2010-03-10 15:24+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 eb9e313..06d8592 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-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-10 15:24+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 d84f66c..8fc780d 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-10 13:11+0100\n"
+"POT-Creation-Date: 2010-03-10 15:24+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 8d54d42..ee7ae29 100644
--- a/pot/es-full.pot
+++ b/pot/es-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# es-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-10 13:19+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"
-"#-#-#-#-# es-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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 1b0c262..af6e874 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-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 ff2a8ea..e97011c 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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 0113bcf..3446289 100644
--- a/pot/fi-full.pot
+++ b/pot/fi-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# fi-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-10 13:19+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"
-"#-#-#-#-# fi-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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 daa84aa..2581da5 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(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 ff2a8ea..e97011c 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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 0f2ad28..a131181 100644
--- a/pot/fr-full.pot
+++ b/pot/fr-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# fr-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-10 13:19+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"
-"#-#-#-#-# fr-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-10 13:10+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 a1fc53a..0335a65 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-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 e14d503..e97011c 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-10 13:10+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 dbc5de5..f2eb214 100644
--- a/pot/gl-full.pot
+++ b/pot/gl-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# gl-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-10 13:19+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"
-"#-#-#-#-# gl-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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 70f6a6e..551eeea 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-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 ff2a8ea..e97011c 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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 8d74b46..3815116 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-10 13:19+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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 d93a13d..a994875 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-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 ff2a8ea..e97011c 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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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/hy-full.pot b/pot/hy-full.pot
index 85ea2e1..64872aa 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(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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"
@@ -19,7 +19,7 @@ msgstr ""
"#-#-#-#-# hy-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-10 13:11+0100\n"
+"POT-Creation-Date: 2010-03-10 15:24+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/hy-html.pot b/pot/hy-html.pot
index d6332fa..89795e1 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(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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/hy-txt.pot b/pot/hy-txt.pot
index d84f66c..8fc780d 100644
--- a/pot/hy-txt.pot
+++ b/pot/hy-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-10 13:11+0100\n"
+"POT-Creation-Date: 2010-03-10 15:24+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 30fb09f..8b2717b 100644
--- a/pot/it-full.pot
+++ b/pot/it-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# it-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-10 13:19+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"
-"#-#-#-#-# it-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-10 13:10+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 ee8c0e9..5be6bb9 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-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 e14d503..e97011c 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-10 13:10+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 fc08a7a..426f6c3 100644
--- a/pot/jp-full.pot
+++ b/pot/jp-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# jp-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-10 13:19+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"
-"#-#-#-#-# jp-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-10 13:10+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 4353e5c..f773458 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-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 e14d503..e97011c 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-10 13:10+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 7eb96f1..57bee91 100644
--- a/pot/ka-full.pot
+++ b/pot/ka-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# ka-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-10 13:19+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"
-"#-#-#-#-# ka-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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 a4b8107..ee548d7 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-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 ff2a8ea..e97011c 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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 d0b7fd5..917ff20 100644
--- a/pot/lt-full.pot
+++ b/pot/lt-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# lt-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-10 13:19+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"
-"#-#-#-#-# lt-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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 059f18b..6dfdace 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-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 ff2a8ea..e97011c 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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 1459ca2..202374b 100644
--- a/pot/mn-full.pot
+++ b/pot/mn-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# mn-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-10 13:19+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"
-"#-#-#-#-# mn-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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 1b2257b..03a08dd 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-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 ff2a8ea..e97011c 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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 3be09fe..bf3959d 100644
--- a/pot/nl-full.pot
+++ b/pot/nl-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# nl-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-10 13:19+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"
-"#-#-#-#-# nl-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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 a0adab9..bc63547 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-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 ff2a8ea..e97011c 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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 4790624..25e4b4e 100644
--- a/pot/no-full.pot
+++ b/pot/no-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# no-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-10 13:19+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"
-"#-#-#-#-# no-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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 8faa1d1..4ae71db 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-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 ff2a8ea..e97011c 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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 762c84f..3038c5f 100644
--- a/pot/pl-full.pot
+++ b/pot/pl-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# pl-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-10 13:19+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"
-"#-#-#-#-# pl-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-10 13:10+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 7ad4aa3..88dc325 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-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 e14d503..e97011c 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-10 13:10+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 786b9a2..50a8bc6 100644
--- a/pot/pt_BR-full.pot
+++ b/pot/pt_BR-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# pt_BR-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-10 13:19+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"
-"#-#-#-#-# pt_BR-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-10 13:10+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 c226bf0..185888d 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-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 e14d503..e97011c 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-10 13:10+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 24c96ad..8ad1c78 100644
--- a/pot/ro-full.pot
+++ b/pot/ro-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# ro-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-10 13:19+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"
-"#-#-#-#-# ro-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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 bf2d8d1..9717841 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-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 ff2a8ea..e97011c 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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 739f854..21f5f11 100644
--- a/pot/sv-full.pot
+++ b/pot/sv-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# sv-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-10 13:19+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"
-"#-#-#-#-# sv-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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 5d64c99..7eb612e 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-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 ff2a8ea..e97011c 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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 2900bc2..40f1c9e 100644
--- a/pot/tr-full.pot
+++ b/pot/tr-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# tr-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-10 13:19+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"
-"#-#-#-#-# tr-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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 7faf9da..9f933cc 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-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 ff2a8ea..e97011c 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-10 13:18+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 55c2f2a..f5c7fd2 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-10 13:19+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-10 13:10+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 71b6e64..3c0ebc0 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-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 e14d503..e97011c 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-10 13:10+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 e0a6cdc..1861f19 100644
--- a/pot/zh_TW-full.pot
+++ b/pot/zh_TW-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# zh_TW-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-10 13:19+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_TW-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-10 13:11+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 582a1e1..728b4d4 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-10 13:19+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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 d84f66c..e97011c 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-10 13:11+0100\n"
+"POT-Creation-Date: 2010-03-10 15:23+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

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. e7609978bb4f917a7f302c47703e3b36d017a771
by Michal Čihař 10 Mar '10
by Michal Čihař 10 Mar '10
10 Mar '10
The branch, master has been updated
via e7609978bb4f917a7f302c47703e3b36d017a771 (commit)
via 170f387f8de5e8d3624be26907826cf1b0a044d4 (commit)
from 68aa1cfc65cc702c54d1e5e314b2124a2442d862 (commit)
- Log -----------------------------------------------------------------
commit e7609978bb4f917a7f302c47703e3b36d017a771
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Mar 10 15:16:50 2010 +0100
This target is not used.
commit 170f387f8de5e8d3624be26907826cf1b0a044d4
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Mar 10 15:16:36 2010 +0100
Add rules to copy static content.
-----------------------------------------------------------------------
Summary of changes:
Makefile | 36 ++++++++++++++++--------------------
1 files changed, 16 insertions(+), 20 deletions(-)
diff --git a/Makefile b/Makefile
index ec23919..12d26b5 100755
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,10 @@ all: $(addsuffix /Documentation.html.stamp, $(addprefix output/, ${LANGUAGES}))
$(addsuffix /README.stamp, $(addprefix output/, ${LANGUAGES})) \
$(addsuffix /INSTALL.stamp, $(addprefix output/, ${LANGUAGES})) \
$(addsuffix /TODO.stamp, $(addprefix output/, ${LANGUAGES})) \
+ $(addsuffix /themes/original/img/docs_menu_bg.png, $(addprefix output/, ${LANGUAGES})) \
+ $(addsuffix /themes/original/img/logo_right.png, $(addprefix output/, ${LANGUAGES})) \
+ $(addsuffix /favicon.ico, $(addprefix output/, ${LANGUAGES})) \
+ $(addsuffix /docs.css, $(addprefix output/, ${LANGUAGES})) \
output/index.html
@@ -54,6 +58,18 @@ output/%/index-template.html: generate-lang-index get-lang-name \
$(addsuffix /TODO, output/%))
./generate-lang-index $* > $@
+output/%/docs.css: ../phpmyadmin/docs.css
+ cp $< $@
+
+output/%/favicon.ico: ../phpmyadmin/favicon.ico
+ cp $< $@
+
+output/%/themes/original/img/docs_menu_bg.png: ../phpmyadmin/themes/original/img/docs_menu_bg.png
+ cp $< $@
+
+output/%/themes/original/img/logo_right.png: ../phpmyadmin/themes/original/img/logo_right.png
+ cp $< $@
+
.PRECIOUS: output/%/index-full-template.html
output/%/index-full-template.html: generate-lang-index get-lang-name
./generate-lang-index $* full > $@
@@ -88,23 +104,3 @@ po/%.po: pot/%-full.pot
# This should be used once phpMyAdmin itself switches to gettext
#msgmerge -U $@ -C ../phpmyadmin/po/$*.po $<
touch $@
-
-aadasdas: ../phpmyadmin/INSTALL ../phpmyadmin/TODO ../phpmyadmin/README ../phpmyadmin/Documentation.html ../phpmyadmin/translators.html output/%/index-full-template.html addendum/comment.html addendum/head.html
- po4a-updatepo \
- --msgid-bugs-address phpmyadmin-devel(a)lists.sourceforge.net \
- --copyright-holder "the phpMyAdmin project" \
- --package-name "phpMyAdmin documentation" \
- -M utf-8 \
- -f xhtml \
- -m ../phpmyadmin/Documentation.html \
- -m../phpmyadmin/translators.html \
- -m output/$*/index-full-template.html \
- -m addendum/head.html \
- -f text \
- -m addendum/comment.html \
- -m ../phpmyadmin/INSTALL \
- -m ../phpmyadmin/TODO \
- -m../phpmyadmin/README \
- -p $@
-
-# -f text \
hooks/post-receive
--
phpMyAdmin localized documentation
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 68aa1cfc65cc702c54d1e5e314b2124a2442d862
by Michal Čihař 10 Mar '10
by Michal Čihař 10 Mar '10
10 Mar '10
The branch, master has been updated
via 68aa1cfc65cc702c54d1e5e314b2124a2442d862 (commit)
from 4ddafb79360886877ee518f9f073faf5257f4037 (commit)
- Log -----------------------------------------------------------------
commit 68aa1cfc65cc702c54d1e5e314b2124a2442d862
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Mar 10 15:11:17 2010 +0100
Update doc translations based on translations in phpMyAdmin itself.
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +
output/ca/index.html | 5 ++-
output/{en_GB => ca}/translators.html | 82 +++++++++++++++---------------
output/cs/Documentation.html | 8 ++--
output/de/index.html | 5 ++-
output/{en_GB => de}/translators.html | 78 ++++++++++++++--------------
output/es/index.html | 5 ++-
output/{en_GB => es}/translators.html | 76 ++++++++++++++--------------
output/fi/index.html | 5 ++-
output/{en_GB => fi}/translators.html | 56 ++++++++++----------
output/gl/index.html | 5 ++-
output/{en_GB => gl}/translators.html | 58 +++++++++++-----------
output/hu/index.html | 5 ++-
output/{en_GB => hu}/translators.html | 56 ++++++++++----------
output/index.html | 14 +++++
output/it/Documentation.html | 2 +-
output/it/translators.html | 54 ++++++++++----------
output/ka/index.html | 5 ++-
output/{en_GB => ka}/translators.html | 56 ++++++++++----------
output/lt/index.html | 5 ++-
output/{en_GB => lt}/translators.html | 58 +++++++++++-----------
output/nl/index.html | 5 ++-
output/{en_GB => nl}/translators.html | 78 ++++++++++++++--------------
output/no/index.html | 5 ++-
output/{en_GB => no}/translators.html | 58 +++++++++++-----------
output/pl/Documentation.html | 2 +-
output/pl/index.html | 1 +
output/{en_GB => pl}/translators.html | 58 +++++++++++-----------
output/pt_BR/Documentation.html | 4 +-
output/ro/index.html | 5 ++-
output/{en_GB => ro}/translators.html | 58 +++++++++++-----------
output/sv/index.html | 5 ++-
output/{en_GB => sv}/translators.html | 58 +++++++++++-----------
output/tr/index.html | 5 ++-
output/{en_GB => tr}/translators.html | 58 +++++++++++-----------
output/zh_TW/index.html | 5 ++-
output/{en_GB => zh_TW}/translators.html | 56 ++++++++++----------
po/ca.po | 67 +++++++++++++------------
po/cs.po | 5 ++-
po/de.po | 62 +++++++++++-----------
po/es.po | 65 ++++++++++++-----------
po/fi.po | 67 +++++++++++++------------
po/gl.po | 67 +++++++++++++------------
po/hu.po | 67 +++++++++++++------------
po/it.po | 58 +++++++++++-----------
po/ka.po | 65 ++++++++++++-----------
po/lt.po | 64 ++++++++++++------------
po/nl.po | 67 +++++++++++++------------
po/no.po | 67 +++++++++++++------------
po/pl.po | 58 +++++++++++-----------
po/pt_BR.po | 4 +-
po/ro.po | 60 +++++++++++-----------
po/sv.po | 67 +++++++++++++------------
po/tr.po | 67 +++++++++++++------------
po/zh_TW.po | 58 +++++++++++-----------
55 files changed, 1114 insertions(+), 1022 deletions(-)
copy output/{en_GB => ca}/translators.html (85%)
copy output/{en_GB => de}/translators.html (86%)
copy output/{en_GB => es}/translators.html (87%)
copy output/{en_GB => fi}/translators.html (92%)
copy output/{en_GB => gl}/translators.html (93%)
copy output/{en_GB => hu}/translators.html (93%)
copy output/{en_GB => ka}/translators.html (89%)
copy output/{en_GB => lt}/translators.html (93%)
copy output/{en_GB => nl}/translators.html (87%)
copy output/{en_GB => no}/translators.html (93%)
copy output/{en_GB => pl}/translators.html (93%)
copy output/{en_GB => ro}/translators.html (93%)
copy output/{en_GB => sv}/translators.html (93%)
copy output/{en_GB => tr}/translators.html (93%)
copy output/{en_GB => zh_TW}/translators.html (92%)
diff --git a/Makefile b/Makefile
index 6df5262..ec23919 100755
--- a/Makefile
+++ b/Makefile
@@ -85,6 +85,8 @@ pot/%-full.pot: pot/%-html.pot pot/%-txt.pot
po/%.po: pot/%-full.pot
msgmerge -U $@ $<
+ # This should be used once phpMyAdmin itself switches to gettext
+ #msgmerge -U $@ -C ../phpmyadmin/po/$*.po $<
touch $@
aadasdas: ../phpmyadmin/INSTALL ../phpmyadmin/TODO ../phpmyadmin/README ../phpmyadmin/Documentation.html ../phpmyadmin/translators.html output/%/index-full-template.html addendum/comment.html addendum/head.html
diff --git a/output/ca/index.html b/output/ca/index.html
index 2ec74cf..9659502 100644
--- a/output/ca/index.html
+++ b/output/ca/index.html
@@ -8,6 +8,9 @@
</head>
<body>
<h1>phpMyAdmin Catalan Documentation</h1>
-<p>Unfortunately no document is enough translated to Catalan.</p>
+<p>Documents translated to ca:</p>
+<ul>
+<li><a href="translators.html">Traductors</a></li>
+</ul>
</body>
</html>
diff --git a/output/en_GB/translators.html b/output/ca/translators.html
similarity index 85%
copy from output/en_GB/translators.html
copy to output/ca/translators.html
index 51a2859..713cd57 100644
--- a/output/en_GB/translators.html
+++ b/output/ca/translators.html
@@ -37,20 +37,20 @@ class="myadmin">MyAdmin</span></a> 3.4.0-dev official translators list
<!-- TOP MENU -->
<ul class="header">
- <li><a href="Documentation.html#top">Top</a></li>
- <li><a href="Documentation.html#require">Requirements</a></li>
- <li><a href="Documentation.html#intro">Introduction</a></li>
- <li><a href="Documentation.html#setup">Installation</a></li>
- <li><a href="Documentation.html#setup_script">Setup script</a></li>
- <li><a href="Documentation.html#config">Configuration</a></li>
- <li><a href="Documentation.html#transformations">Transformations</a></li>
+ <li><a href="Documentation.html#top">Superior</a></li>
+ <li><a href="Documentation.html#require">Requisits</a></li>
+ <li><a href="Documentation.html#intro">Introducció</a></li>
+ <li><a href="Documentation.html#setup">Instal·lació</a></li>
+ <li><a href="Documentation.html#setup_script">Ordres de configuració</a></li>
+ <li><a href="Documentation.html#config">Configuració</a></li>
+ <li><a href="Documentation.html#transformations">Transformacions</a></li>
<li><a href="Documentation.html#faq"><abbr title="Frequently Asked Questions">
-FAQ</abbr></a></li>
- <li><a href="Documentation.html#developers">Developers</a></li>
+PFR (FAQ)</abbr></a></li>
+ <li><a href="Documentation.html#developers">Desenvolupadors</a></li>
<li><a href="Documentation.html#copyright">Copyright</a></li>
- <li><a href="Documentation.html#credits">Credits</a></li>
- <li><a href="translators.html">Translators</a></li>
- <li><a href="Documentation.html#glossary">Glossary</a></li>
+ <li><a href="Documentation.html#credits">Crèdits</a></li>
+ <li><a href="translators.html">Traductors</a></li>
+ <li><a href="Documentation.html#glossary">Glossari</a></li>
</ul>
<div id="body">
@@ -64,14 +64,14 @@ opinion on grammar issues or bad translations!</p>
<p> All translations listed here are included in this distribution. <span
class="important">Please do <b>not</b> ask the translators to send you a
-localised phpMyAdmin version!</span></p>
+localized phpMyAdmin version!</span></p>
<p> <span class="important">Please do <b>not</b> expect the translators to
provide e-mail support.</span></p>
<table class="translators">
<tr>
- <th>Language</th>
+ <th>Idioma</th>
<th>Official translator(s)</th>
</tr>
@@ -90,7 +90,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="arabic">
- <td>Arabic</td>
+ <td>Àrab</td>
<td>
Mohammed Farag (meno25wiki(a)gmail.com)
</td>
@@ -139,7 +139,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="bulgarian">
- <td>Bulgarian</td>
+ <td>Búlgar</td>
<td>
Stanislav Yordanov (stan(a)stud.ru.acad.bg)
</td>
@@ -167,14 +167,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="croatian">
- <td>Croatian</td>
+ <td>Croata</td>
<td>
Renato Pavicic (renato(a)translator-shop.org)
</td>
</tr>
<tr id="czech">
- <td>Czech</td>
+ <td>Txec</td>
<td>
Michal Čihař (michal(a)cihar.com)<br />
Ondřej Vadinský (nicky726(a)gmail.com)
@@ -182,7 +182,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="danish">
- <td>Danish</td>
+ <td>Danès</td>
<td>
Finn Sorensen (dk_alleykat(a)users.sourceforge.net)
</td>
@@ -196,7 +196,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="english">
- <td>English</td>
+ <td>Anglès</td>
<td>
the phpMyAdmin development team (phpmyadmin-devel(a)lists.sourceforge.net)
</td>
@@ -210,7 +210,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="estonian">
- <td>Estonian</td>
+ <td>Estonià </td>
<td>
Marko Ellermaa (uhuu(a)users.sourceforge.net)
</td>
@@ -238,28 +238,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="georgian">
- <td>Georgian</td>
+ <td>Georgià</td>
<td>
George Machitidze (gmachitidze(a)users.sourceforge.net)
</td>
</tr>
<tr id="german">
- <td>German</td>
+ <td>Alemany</td>
<td>
volunteer needed
</td>
</tr>
<tr id="greek">
- <td>Greek</td>
+ <td>Grec</td>
<td>
Panagiotis Papazoglou (panos78(a)users.sourceforge.net)
</td>
</tr>
<tr id="hebrew">
- <td>Hebrew</td>
+ <td>Hebreu</td>
<td>
volunteer needed
</td>
@@ -273,7 +273,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="hungarian">
- <td>Hungarian</td>
+ <td>Húngar</td>
<td>
Jozsef Tamas Herczeg (localicer(a)gmail.com)
</td>
@@ -294,28 +294,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="japanese">
- <td>Japanese</td>
+ <td>Japonès</td>
<td>
Tadashi Jokagi (elf2000(a)users.sourceforge.net)
</td>
</tr>
<tr id="korean">
- <td>Korean</td>
+ <td>Coreà</td>
<td>
volunteer needed
</td>
</tr>
<tr id="latvian">
- <td>Latvian</td>
+ <td>Letó</td>
<td>
volunteer needed
</td>
</tr>
<tr id="lithuanian">
- <td>Lithuanian</td>
+ <td>Lituà </td>
<td>
Rytis Slatkevicius (rytis_s(a)users.sourceforge.net)
</td>
@@ -350,14 +350,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="persian">
- <td>Persian</td>
+ <td>Persa</td>
<td>
volunteer needed
</td>
</tr>
<tr id="polish">
- <td>Polish</td>
+ <td>Polac</td>
<td>
volunteer needed
</td>
@@ -371,14 +371,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="romanian">
- <td>Romanian</td>
+ <td>Romanés</td>
<td>
Sergiu Bivol (sbivol(a)users.sourceforge.net)
</td>
</tr>
<tr id="russian">
- <td>Russian</td>
+ <td>Rus</td>
<td>
Victor Volkov and project php-myadmin.ru
</td>
@@ -399,28 +399,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="slovak">
- <td>Slovak</td>
+ <td>Eslovac</td>
<td>
Ivan Kuriscak (shylauda69(a)users.sourceforge.net)
</td>
</tr>
<tr id="slovenian">
- <td>Slovenian</td>
+ <td>Eslové</td>
<td>
volunteer needed
</td>
</tr>
<tr id="spanish">
- <td>Spanish</td>
+ <td>Espanyol</td>
<td>
Dr. med. Daniel Hinostroza C. (phpmyadmin(a)cerebroperiferico.com)
</td>
</tr>
<tr id="swedish">
- <td>Swedish</td>
+ <td>Suec</td>
<td>
Björn T. Hallberg (bjornth(a)users.sourceforge.net)
</td>
@@ -434,21 +434,21 @@ provide e-mail support.</span></p>
</tr>
<tr id="thai">
- <td>Thai</td>
+ <td>Tailandès</td>
<td>
volunteer needed
</td>
</tr>
<tr id="turkish">
- <td>Turkish</td>
+ <td>Turc</td>
<td>
Burak Yavuz (bourock(a)users.sourceforge.net)
</td>
</tr>
<tr id="ukrainian">
- <td>Ukrainian</td>
+ <td>Ucrainès </td>
<td>
volunteer needed
</td>
diff --git a/output/cs/Documentation.html b/output/cs/Documentation.html
index c61cc7f..a468e83 100644
--- a/output/cs/Documentation.html
+++ b/output/cs/Documentation.html
@@ -1557,9 +1557,9 @@ and 'both' displays both icons and text.</dd>
button in browse mode or not.</dd>
<dt id="cfg_MaxRows">$cfg['MaxRows'] číslo</dt>
- <dd>Number of rows displayed when browsing a result set. If the result set
-contains more rows, "Previous" and "Next" links will be
-shown.</dd>
+ <dd>Počet řádků, které se zobrazí při procházení množiny výsledků. Pokud je
+množina výsledků delší, zobrazí se odkazy "Předchozí" a
+"Další".</dd>
<dt id="cfg_Order">$cfg['Order'] text [<tt>DESC</tt>|<tt>ASC</tt>|<tt>SMART</tt>]</dt>
<dd>Defines whether fields are displayed in ascending (<tt>ASC</tt>) order, in
@@ -4705,7 +4705,7 @@ syntaxe</li>
<ul>
<li>automatic joins in QBE</li>
<li>links column in printview</li>
- <li>Relation view</li>
+ <li>Zobrazit relace</li>
</ul></li>
<li>Michal Čihař <michal_at_cihar.com>
diff --git a/output/de/index.html b/output/de/index.html
index 16ff7b2..5a4278e 100644
--- a/output/de/index.html
+++ b/output/de/index.html
@@ -8,6 +8,9 @@
</head>
<body>
<h1>phpMyAdmin German Documentation</h1>
-<p>Unfortunately no document is enough translated to German.</p>
+<p>Documents translated to de:</p>
+<ul>
+<li><a href="translators.html">Übersetzer</a></li>
+</ul>
</body>
</html>
diff --git a/output/en_GB/translators.html b/output/de/translators.html
similarity index 86%
copy from output/en_GB/translators.html
copy to output/de/translators.html
index 51a2859..008b805 100644
--- a/output/en_GB/translators.html
+++ b/output/de/translators.html
@@ -37,20 +37,20 @@ class="myadmin">MyAdmin</span></a> 3.4.0-dev official translators list
<!-- TOP MENU -->
<ul class="header">
- <li><a href="Documentation.html#top">Top</a></li>
- <li><a href="Documentation.html#require">Requirements</a></li>
- <li><a href="Documentation.html#intro">Introduction</a></li>
+ <li><a href="Documentation.html#top">Anfang</a></li>
+ <li><a href="Documentation.html#require">Anforderungen</a></li>
+ <li><a href="Documentation.html#intro">Einführung</a></li>
<li><a href="Documentation.html#setup">Installation</a></li>
- <li><a href="Documentation.html#setup_script">Setup script</a></li>
- <li><a href="Documentation.html#config">Configuration</a></li>
- <li><a href="Documentation.html#transformations">Transformations</a></li>
- <li><a href="Documentation.html#faq"><abbr title="Frequently Asked Questions">
+ <li><a href="Documentation.html#setup_script">Konfigurationsassistent</a></li>
+ <li><a href="Documentation.html#config">Konfiguration</a></li>
+ <li><a href="Documentation.html#transformations">Transformationen</a></li>
+ <li><a href="Documentation.html#faq"><abbr title="Häufig gestellte Fragen">
FAQ</abbr></a></li>
- <li><a href="Documentation.html#developers">Developers</a></li>
+ <li><a href="Documentation.html#developers">Entwickler</a></li>
<li><a href="Documentation.html#copyright">Copyright</a></li>
- <li><a href="Documentation.html#credits">Credits</a></li>
- <li><a href="translators.html">Translators</a></li>
- <li><a href="Documentation.html#glossary">Glossary</a></li>
+ <li><a href="Documentation.html#credits">Mitwirkende</a></li>
+ <li><a href="translators.html">Übersetzer</a></li>
+ <li><a href="Documentation.html#glossary">Glossar</a></li>
</ul>
<div id="body">
@@ -64,14 +64,14 @@ opinion on grammar issues or bad translations!</p>
<p> All translations listed here are included in this distribution. <span
class="important">Please do <b>not</b> ask the translators to send you a
-localised phpMyAdmin version!</span></p>
+localized phpMyAdmin version!</span></p>
<p> <span class="important">Please do <b>not</b> expect the translators to
provide e-mail support.</span></p>
<table class="translators">
<tr>
- <th>Language</th>
+ <th>Sprache</th>
<th>Official translator(s)</th>
</tr>
@@ -90,7 +90,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="arabic">
- <td>Arabic</td>
+ <td>Arabisch</td>
<td>
Mohammed Farag (meno25wiki(a)gmail.com)
</td>
@@ -139,7 +139,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="bulgarian">
- <td>Bulgarian</td>
+ <td>Bulgarisch</td>
<td>
Stanislav Yordanov (stan(a)stud.ru.acad.bg)
</td>
@@ -167,14 +167,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="croatian">
- <td>Croatian</td>
+ <td>Kroatisch</td>
<td>
Renato Pavicic (renato(a)translator-shop.org)
</td>
</tr>
<tr id="czech">
- <td>Czech</td>
+ <td>Tschechisch</td>
<td>
Michal Čihař (michal(a)cihar.com)<br />
Ondřej Vadinský (nicky726(a)gmail.com)
@@ -182,7 +182,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="danish">
- <td>Danish</td>
+ <td>Dänisch</td>
<td>
Finn Sorensen (dk_alleykat(a)users.sourceforge.net)
</td>
@@ -196,7 +196,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="english">
- <td>English</td>
+ <td>Englisch</td>
<td>
the phpMyAdmin development team (phpmyadmin-devel(a)lists.sourceforge.net)
</td>
@@ -210,7 +210,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="estonian">
- <td>Estonian</td>
+ <td>Estnisch</td>
<td>
Marko Ellermaa (uhuu(a)users.sourceforge.net)
</td>
@@ -238,28 +238,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="georgian">
- <td>Georgian</td>
+ <td>Georgisch</td>
<td>
George Machitidze (gmachitidze(a)users.sourceforge.net)
</td>
</tr>
<tr id="german">
- <td>German</td>
+ <td>Deutsch</td>
<td>
volunteer needed
</td>
</tr>
<tr id="greek">
- <td>Greek</td>
+ <td>Griechisch</td>
<td>
Panagiotis Papazoglou (panos78(a)users.sourceforge.net)
</td>
</tr>
<tr id="hebrew">
- <td>Hebrew</td>
+ <td>Hebräisch</td>
<td>
volunteer needed
</td>
@@ -273,7 +273,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="hungarian">
- <td>Hungarian</td>
+ <td>Ungarisch</td>
<td>
Jozsef Tamas Herczeg (localicer(a)gmail.com)
</td>
@@ -294,28 +294,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="japanese">
- <td>Japanese</td>
+ <td>Japanisch</td>
<td>
Tadashi Jokagi (elf2000(a)users.sourceforge.net)
</td>
</tr>
<tr id="korean">
- <td>Korean</td>
+ <td>Koreanisch</td>
<td>
volunteer needed
</td>
</tr>
<tr id="latvian">
- <td>Latvian</td>
+ <td>Lettisch</td>
<td>
volunteer needed
</td>
</tr>
<tr id="lithuanian">
- <td>Lithuanian</td>
+ <td>Litauisch</td>
<td>
Rytis Slatkevicius (rytis_s(a)users.sourceforge.net)
</td>
@@ -350,14 +350,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="persian">
- <td>Persian</td>
+ <td>Persisch</td>
<td>
volunteer needed
</td>
</tr>
<tr id="polish">
- <td>Polish</td>
+ <td>Polnisch</td>
<td>
volunteer needed
</td>
@@ -371,14 +371,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="romanian">
- <td>Romanian</td>
+ <td>Rumänisch</td>
<td>
Sergiu Bivol (sbivol(a)users.sourceforge.net)
</td>
</tr>
<tr id="russian">
- <td>Russian</td>
+ <td>Russisch</td>
<td>
Victor Volkov and project php-myadmin.ru
</td>
@@ -399,28 +399,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="slovak">
- <td>Slovak</td>
+ <td>Slovakisch</td>
<td>
Ivan Kuriscak (shylauda69(a)users.sourceforge.net)
</td>
</tr>
<tr id="slovenian">
- <td>Slovenian</td>
+ <td>Slovenisch</td>
<td>
volunteer needed
</td>
</tr>
<tr id="spanish">
- <td>Spanish</td>
+ <td>Spanisch</td>
<td>
Dr. med. Daniel Hinostroza C. (phpmyadmin(a)cerebroperiferico.com)
</td>
</tr>
<tr id="swedish">
- <td>Swedish</td>
+ <td>Schwedisch</td>
<td>
Björn T. Hallberg (bjornth(a)users.sourceforge.net)
</td>
@@ -441,14 +441,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="turkish">
- <td>Turkish</td>
+ <td>Türkisch</td>
<td>
Burak Yavuz (bourock(a)users.sourceforge.net)
</td>
</tr>
<tr id="ukrainian">
- <td>Ukrainian</td>
+ <td>Ukrainisch</td>
<td>
volunteer needed
</td>
diff --git a/output/es/index.html b/output/es/index.html
index b194822..6a4cf4e 100644
--- a/output/es/index.html
+++ b/output/es/index.html
@@ -8,6 +8,9 @@
</head>
<body>
<h1>phpMyAdmin Spanish Documentation</h1>
-<p>Unfortunately no document is enough translated to Spanish.</p>
+<p>Documents translated to es:</p>
+<ul>
+<li><a href="translators.html">Traductores</a></li>
+</ul>
</body>
</html>
diff --git a/output/en_GB/translators.html b/output/es/translators.html
similarity index 87%
copy from output/en_GB/translators.html
copy to output/es/translators.html
index 51a2859..bf6cfca 100644
--- a/output/en_GB/translators.html
+++ b/output/es/translators.html
@@ -37,20 +37,20 @@ class="myadmin">MyAdmin</span></a> 3.4.0-dev official translators list
<!-- TOP MENU -->
<ul class="header">
- <li><a href="Documentation.html#top">Top</a></li>
- <li><a href="Documentation.html#require">Requirements</a></li>
- <li><a href="Documentation.html#intro">Introduction</a></li>
- <li><a href="Documentation.html#setup">Installation</a></li>
+ <li><a href="Documentation.html#top">Principio</a></li>
+ <li><a href="Documentation.html#require">Requerimientos</a></li>
+ <li><a href="Documentation.html#intro">Introducción</a></li>
+ <li><a href="Documentation.html#setup">Instalación</a></li>
<li><a href="Documentation.html#setup_script">Setup script</a></li>
- <li><a href="Documentation.html#config">Configuration</a></li>
- <li><a href="Documentation.html#transformations">Transformations</a></li>
+ <li><a href="Documentation.html#config">Configuración</a></li>
+ <li><a href="Documentation.html#transformations">Transformaciones</a></li>
<li><a href="Documentation.html#faq"><abbr title="Frequently Asked Questions">
FAQ</abbr></a></li>
- <li><a href="Documentation.html#developers">Developers</a></li>
+ <li><a href="Documentation.html#developers">Desarrolladores</a></li>
<li><a href="Documentation.html#copyright">Copyright</a></li>
<li><a href="Documentation.html#credits">Credits</a></li>
- <li><a href="translators.html">Translators</a></li>
- <li><a href="Documentation.html#glossary">Glossary</a></li>
+ <li><a href="translators.html">Traductores</a></li>
+ <li><a href="Documentation.html#glossary">Glosario</a></li>
</ul>
<div id="body">
@@ -64,14 +64,14 @@ opinion on grammar issues or bad translations!</p>
<p> All translations listed here are included in this distribution. <span
class="important">Please do <b>not</b> ask the translators to send you a
-localised phpMyAdmin version!</span></p>
+localized phpMyAdmin version!</span></p>
<p> <span class="important">Please do <b>not</b> expect the translators to
provide e-mail support.</span></p>
<table class="translators">
<tr>
- <th>Language</th>
+ <th>Idioma</th>
<th>Official translator(s)</th>
</tr>
@@ -90,7 +90,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="arabic">
- <td>Arabic</td>
+ <td>Árabe</td>
<td>
Mohammed Farag (meno25wiki(a)gmail.com)
</td>
@@ -139,7 +139,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="bulgarian">
- <td>Bulgarian</td>
+ <td>Búlgaro</td>
<td>
Stanislav Yordanov (stan(a)stud.ru.acad.bg)
</td>
@@ -167,14 +167,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="croatian">
- <td>Croatian</td>
+ <td>Croata</td>
<td>
Renato Pavicic (renato(a)translator-shop.org)
</td>
</tr>
<tr id="czech">
- <td>Czech</td>
+ <td>Checo</td>
<td>
Michal Čihař (michal(a)cihar.com)<br />
Ondřej Vadinský (nicky726(a)gmail.com)
@@ -182,7 +182,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="danish">
- <td>Danish</td>
+ <td>Danés</td>
<td>
Finn Sorensen (dk_alleykat(a)users.sourceforge.net)
</td>
@@ -196,7 +196,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="english">
- <td>English</td>
+ <td>Inglés</td>
<td>
the phpMyAdmin development team (phpmyadmin-devel(a)lists.sourceforge.net)
</td>
@@ -210,7 +210,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="estonian">
- <td>Estonian</td>
+ <td>Estonio</td>
<td>
Marko Ellermaa (uhuu(a)users.sourceforge.net)
</td>
@@ -238,28 +238,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="georgian">
- <td>Georgian</td>
+ <td>Georgiano</td>
<td>
George Machitidze (gmachitidze(a)users.sourceforge.net)
</td>
</tr>
<tr id="german">
- <td>German</td>
+ <td>Alemán</td>
<td>
volunteer needed
</td>
</tr>
<tr id="greek">
- <td>Greek</td>
+ <td>Griego</td>
<td>
Panagiotis Papazoglou (panos78(a)users.sourceforge.net)
</td>
</tr>
<tr id="hebrew">
- <td>Hebrew</td>
+ <td>Hebreo</td>
<td>
volunteer needed
</td>
@@ -273,7 +273,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="hungarian">
- <td>Hungarian</td>
+ <td>Húngaro</td>
<td>
Jozsef Tamas Herczeg (localicer(a)gmail.com)
</td>
@@ -294,28 +294,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="japanese">
- <td>Japanese</td>
+ <td>Japonés</td>
<td>
Tadashi Jokagi (elf2000(a)users.sourceforge.net)
</td>
</tr>
<tr id="korean">
- <td>Korean</td>
+ <td>Coreano</td>
<td>
volunteer needed
</td>
</tr>
<tr id="latvian">
- <td>Latvian</td>
+ <td>Letón</td>
<td>
volunteer needed
</td>
</tr>
<tr id="lithuanian">
- <td>Lithuanian</td>
+ <td>Lituano</td>
<td>
Rytis Slatkevicius (rytis_s(a)users.sourceforge.net)
</td>
@@ -350,14 +350,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="persian">
- <td>Persian</td>
+ <td>Persa</td>
<td>
volunteer needed
</td>
</tr>
<tr id="polish">
- <td>Polish</td>
+ <td>Polaco</td>
<td>
volunteer needed
</td>
@@ -371,14 +371,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="romanian">
- <td>Romanian</td>
+ <td>Rumano</td>
<td>
Sergiu Bivol (sbivol(a)users.sourceforge.net)
</td>
</tr>
<tr id="russian">
- <td>Russian</td>
+ <td>Ruso</td>
<td>
Victor Volkov and project php-myadmin.ru
</td>
@@ -399,28 +399,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="slovak">
- <td>Slovak</td>
+ <td>Eslovaco</td>
<td>
Ivan Kuriscak (shylauda69(a)users.sourceforge.net)
</td>
</tr>
<tr id="slovenian">
- <td>Slovenian</td>
+ <td>Esloveno</td>
<td>
volunteer needed
</td>
</tr>
<tr id="spanish">
- <td>Spanish</td>
+ <td>Español</td>
<td>
Dr. med. Daniel Hinostroza C. (phpmyadmin(a)cerebroperiferico.com)
</td>
</tr>
<tr id="swedish">
- <td>Swedish</td>
+ <td>Sueco</td>
<td>
Björn T. Hallberg (bjornth(a)users.sourceforge.net)
</td>
@@ -434,21 +434,21 @@ provide e-mail support.</span></p>
</tr>
<tr id="thai">
- <td>Thai</td>
+ <td>Tailandés</td>
<td>
volunteer needed
</td>
</tr>
<tr id="turkish">
- <td>Turkish</td>
+ <td>Turco</td>
<td>
Burak Yavuz (bourock(a)users.sourceforge.net)
</td>
</tr>
<tr id="ukrainian">
- <td>Ukrainian</td>
+ <td>Ucraniano</td>
<td>
volunteer needed
</td>
diff --git a/output/fi/index.html b/output/fi/index.html
index 318de2e..59506fe 100644
--- a/output/fi/index.html
+++ b/output/fi/index.html
@@ -8,6 +8,9 @@
</head>
<body>
<h1>phpMyAdmin Finnish Documentation</h1>
-<p>Unfortunately no document is enough translated to Finnish.</p>
+<p>Documents translated to fi:</p>
+<ul>
+<li><a href="translators.html">Translators</a></li>
+</ul>
</body>
</html>
diff --git a/output/en_GB/translators.html b/output/fi/translators.html
similarity index 92%
copy from output/en_GB/translators.html
copy to output/fi/translators.html
index 51a2859..3369466 100644
--- a/output/en_GB/translators.html
+++ b/output/fi/translators.html
@@ -64,14 +64,14 @@ opinion on grammar issues or bad translations!</p>
<p> All translations listed here are included in this distribution. <span
class="important">Please do <b>not</b> ask the translators to send you a
-localised phpMyAdmin version!</span></p>
+localized phpMyAdmin version!</span></p>
<p> <span class="important">Please do <b>not</b> expect the translators to
provide e-mail support.</span></p>
<table class="translators">
<tr>
- <th>Language</th>
+ <th>Kieli</th>
<th>Official translator(s)</th>
</tr>
@@ -90,7 +90,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="arabic">
- <td>Arabic</td>
+ <td>Arabialainen</td>
<td>
Mohammed Farag (meno25wiki(a)gmail.com)
</td>
@@ -139,7 +139,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="bulgarian">
- <td>Bulgarian</td>
+ <td>Bulgarialainen</td>
<td>
Stanislav Yordanov (stan(a)stud.ru.acad.bg)
</td>
@@ -167,14 +167,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="croatian">
- <td>Croatian</td>
+ <td>Kroaatti</td>
<td>
Renato Pavicic (renato(a)translator-shop.org)
</td>
</tr>
<tr id="czech">
- <td>Czech</td>
+ <td>Tsekkiläinen</td>
<td>
Michal Čihař (michal(a)cihar.com)<br />
Ondřej Vadinský (nicky726(a)gmail.com)
@@ -182,7 +182,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="danish">
- <td>Danish</td>
+ <td>Tanskalainen</td>
<td>
Finn Sorensen (dk_alleykat(a)users.sourceforge.net)
</td>
@@ -196,7 +196,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="english">
- <td>English</td>
+ <td>Englantilainen</td>
<td>
the phpMyAdmin development team (phpmyadmin-devel(a)lists.sourceforge.net)
</td>
@@ -210,7 +210,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="estonian">
- <td>Estonian</td>
+ <td>Virolainen</td>
<td>
Marko Ellermaa (uhuu(a)users.sourceforge.net)
</td>
@@ -238,28 +238,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="georgian">
- <td>Georgian</td>
+ <td>Georgialainen</td>
<td>
George Machitidze (gmachitidze(a)users.sourceforge.net)
</td>
</tr>
<tr id="german">
- <td>German</td>
+ <td>Saksalainen</td>
<td>
volunteer needed
</td>
</tr>
<tr id="greek">
- <td>Greek</td>
+ <td>Kreikkalainen</td>
<td>
Panagiotis Papazoglou (panos78(a)users.sourceforge.net)
</td>
</tr>
<tr id="hebrew">
- <td>Hebrew</td>
+ <td>Hebrealainen</td>
<td>
volunteer needed
</td>
@@ -273,7 +273,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="hungarian">
- <td>Hungarian</td>
+ <td>Unkarilainen</td>
<td>
Jozsef Tamas Herczeg (localicer(a)gmail.com)
</td>
@@ -294,28 +294,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="japanese">
- <td>Japanese</td>
+ <td>Japanilainen</td>
<td>
Tadashi Jokagi (elf2000(a)users.sourceforge.net)
</td>
</tr>
<tr id="korean">
- <td>Korean</td>
+ <td>Korealainen</td>
<td>
volunteer needed
</td>
</tr>
<tr id="latvian">
- <td>Latvian</td>
+ <td>Latvialainen</td>
<td>
volunteer needed
</td>
</tr>
<tr id="lithuanian">
- <td>Lithuanian</td>
+ <td>Liettualainen</td>
<td>
Rytis Slatkevicius (rytis_s(a)users.sourceforge.net)
</td>
@@ -350,14 +350,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="persian">
- <td>Persian</td>
+ <td>Persialainen</td>
<td>
volunteer needed
</td>
</tr>
<tr id="polish">
- <td>Polish</td>
+ <td>Puolalainen</td>
<td>
volunteer needed
</td>
@@ -371,14 +371,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="romanian">
- <td>Romanian</td>
+ <td>Romanialainen</td>
<td>
Sergiu Bivol (sbivol(a)users.sourceforge.net)
</td>
</tr>
<tr id="russian">
- <td>Russian</td>
+ <td>Venäläinen</td>
<td>
Victor Volkov and project php-myadmin.ru
</td>
@@ -399,28 +399,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="slovak">
- <td>Slovak</td>
+ <td>Slovakialainen</td>
<td>
Ivan Kuriscak (shylauda69(a)users.sourceforge.net)
</td>
</tr>
<tr id="slovenian">
- <td>Slovenian</td>
+ <td>Slovenialainen</td>
<td>
volunteer needed
</td>
</tr>
<tr id="spanish">
- <td>Spanish</td>
+ <td>Espanjalainen</td>
<td>
Dr. med. Daniel Hinostroza C. (phpmyadmin(a)cerebroperiferico.com)
</td>
</tr>
<tr id="swedish">
- <td>Swedish</td>
+ <td>Ruotsalainen</td>
<td>
Björn T. Hallberg (bjornth(a)users.sourceforge.net)
</td>
@@ -441,14 +441,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="turkish">
- <td>Turkish</td>
+ <td>Turkkilainen</td>
<td>
Burak Yavuz (bourock(a)users.sourceforge.net)
</td>
</tr>
<tr id="ukrainian">
- <td>Ukrainian</td>
+ <td>Ukrainalainen</td>
<td>
volunteer needed
</td>
diff --git a/output/gl/index.html b/output/gl/index.html
index 71f85b4..2a7e6ab 100644
--- a/output/gl/index.html
+++ b/output/gl/index.html
@@ -8,6 +8,9 @@
</head>
<body>
<h1>phpMyAdmin Galician Documentation</h1>
-<p>Unfortunately no document is enough translated to Galician.</p>
+<p>Documents translated to gl:</p>
+<ul>
+<li><a href="translators.html">Translators</a></li>
+</ul>
</body>
</html>
diff --git a/output/en_GB/translators.html b/output/gl/translators.html
similarity index 93%
copy from output/en_GB/translators.html
copy to output/gl/translators.html
index 51a2859..04672cf 100644
--- a/output/en_GB/translators.html
+++ b/output/gl/translators.html
@@ -64,14 +64,14 @@ opinion on grammar issues or bad translations!</p>
<p> All translations listed here are included in this distribution. <span
class="important">Please do <b>not</b> ask the translators to send you a
-localised phpMyAdmin version!</span></p>
+localized phpMyAdmin version!</span></p>
<p> <span class="important">Please do <b>not</b> expect the translators to
provide e-mail support.</span></p>
<table class="translators">
<tr>
- <th>Language</th>
+ <th>Lingua</th>
<th>Official translator(s)</th>
</tr>
@@ -90,7 +90,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="arabic">
- <td>Arabic</td>
+ <td>Árabe</td>
<td>
Mohammed Farag (meno25wiki(a)gmail.com)
</td>
@@ -139,7 +139,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="bulgarian">
- <td>Bulgarian</td>
+ <td>Búlgaro</td>
<td>
Stanislav Yordanov (stan(a)stud.ru.acad.bg)
</td>
@@ -167,14 +167,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="croatian">
- <td>Croatian</td>
+ <td>Croata</td>
<td>
Renato Pavicic (renato(a)translator-shop.org)
</td>
</tr>
<tr id="czech">
- <td>Czech</td>
+ <td>Checo</td>
<td>
Michal Čihař (michal(a)cihar.com)<br />
Ondřej Vadinský (nicky726(a)gmail.com)
@@ -182,7 +182,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="danish">
- <td>Danish</td>
+ <td>Dinamarqués</td>
<td>
Finn Sorensen (dk_alleykat(a)users.sourceforge.net)
</td>
@@ -196,7 +196,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="english">
- <td>English</td>
+ <td>Inglés</td>
<td>
the phpMyAdmin development team (phpmyadmin-devel(a)lists.sourceforge.net)
</td>
@@ -210,7 +210,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="estonian">
- <td>Estonian</td>
+ <td>Estonio</td>
<td>
Marko Ellermaa (uhuu(a)users.sourceforge.net)
</td>
@@ -238,28 +238,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="georgian">
- <td>Georgian</td>
+ <td>Xeorxiano</td>
<td>
George Machitidze (gmachitidze(a)users.sourceforge.net)
</td>
</tr>
<tr id="german">
- <td>German</td>
+ <td>Alemán</td>
<td>
volunteer needed
</td>
</tr>
<tr id="greek">
- <td>Greek</td>
+ <td>Grego</td>
<td>
Panagiotis Papazoglou (panos78(a)users.sourceforge.net)
</td>
</tr>
<tr id="hebrew">
- <td>Hebrew</td>
+ <td>Hebreu</td>
<td>
volunteer needed
</td>
@@ -273,7 +273,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="hungarian">
- <td>Hungarian</td>
+ <td>Húngaro</td>
<td>
Jozsef Tamas Herczeg (localicer(a)gmail.com)
</td>
@@ -294,28 +294,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="japanese">
- <td>Japanese</td>
+ <td>Xaponés</td>
<td>
Tadashi Jokagi (elf2000(a)users.sourceforge.net)
</td>
</tr>
<tr id="korean">
- <td>Korean</td>
+ <td>Coreano</td>
<td>
volunteer needed
</td>
</tr>
<tr id="latvian">
- <td>Latvian</td>
+ <td>Letonio</td>
<td>
volunteer needed
</td>
</tr>
<tr id="lithuanian">
- <td>Lithuanian</td>
+ <td>Lituano</td>
<td>
Rytis Slatkevicius (rytis_s(a)users.sourceforge.net)
</td>
@@ -350,14 +350,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="persian">
- <td>Persian</td>
+ <td>Persa</td>
<td>
volunteer needed
</td>
</tr>
<tr id="polish">
- <td>Polish</td>
+ <td>Polonés</td>
<td>
volunteer needed
</td>
@@ -371,14 +371,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="romanian">
- <td>Romanian</td>
+ <td>Romeno</td>
<td>
Sergiu Bivol (sbivol(a)users.sourceforge.net)
</td>
</tr>
<tr id="russian">
- <td>Russian</td>
+ <td>Ruso</td>
<td>
Victor Volkov and project php-myadmin.ru
</td>
@@ -399,28 +399,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="slovak">
- <td>Slovak</td>
+ <td>Eslovaco</td>
<td>
Ivan Kuriscak (shylauda69(a)users.sourceforge.net)
</td>
</tr>
<tr id="slovenian">
- <td>Slovenian</td>
+ <td>Esloveno</td>
<td>
volunteer needed
</td>
</tr>
<tr id="spanish">
- <td>Spanish</td>
+ <td>Español</td>
<td>
Dr. med. Daniel Hinostroza C. (phpmyadmin(a)cerebroperiferico.com)
</td>
</tr>
<tr id="swedish">
- <td>Swedish</td>
+ <td>Sueco</td>
<td>
Björn T. Hallberg (bjornth(a)users.sourceforge.net)
</td>
@@ -434,21 +434,21 @@ provide e-mail support.</span></p>
</tr>
<tr id="thai">
- <td>Thai</td>
+ <td>Tailandés</td>
<td>
volunteer needed
</td>
</tr>
<tr id="turkish">
- <td>Turkish</td>
+ <td>Turco</td>
<td>
Burak Yavuz (bourock(a)users.sourceforge.net)
</td>
</tr>
<tr id="ukrainian">
- <td>Ukrainian</td>
+ <td>Ucraniano</td>
<td>
volunteer needed
</td>
diff --git a/output/hu/index.html b/output/hu/index.html
index dd84c82..d76b8b1 100644
--- a/output/hu/index.html
+++ b/output/hu/index.html
@@ -8,6 +8,9 @@
</head>
<body>
<h1>phpMyAdmin Hungarian Documentation</h1>
-<p>Unfortunately no document is enough translated to Hungarian.</p>
+<p>Documents translated to hu:</p>
+<ul>
+<li><a href="translators.html">Translators</a></li>
+</ul>
</body>
</html>
diff --git a/output/en_GB/translators.html b/output/hu/translators.html
similarity index 93%
copy from output/en_GB/translators.html
copy to output/hu/translators.html
index 51a2859..b0ec60c 100644
--- a/output/en_GB/translators.html
+++ b/output/hu/translators.html
@@ -64,14 +64,14 @@ opinion on grammar issues or bad translations!</p>
<p> All translations listed here are included in this distribution. <span
class="important">Please do <b>not</b> ask the translators to send you a
-localised phpMyAdmin version!</span></p>
+localized phpMyAdmin version!</span></p>
<p> <span class="important">Please do <b>not</b> expect the translators to
provide e-mail support.</span></p>
<table class="translators">
<tr>
- <th>Language</th>
+ <th>Nyelv</th>
<th>Official translator(s)</th>
</tr>
@@ -90,7 +90,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="arabic">
- <td>Arabic</td>
+ <td>Arab</td>
<td>
Mohammed Farag (meno25wiki(a)gmail.com)
</td>
@@ -139,7 +139,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="bulgarian">
- <td>Bulgarian</td>
+ <td>Bolgár</td>
<td>
Stanislav Yordanov (stan(a)stud.ru.acad.bg)
</td>
@@ -167,14 +167,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="croatian">
- <td>Croatian</td>
+ <td>Horvát</td>
<td>
Renato Pavicic (renato(a)translator-shop.org)
</td>
</tr>
<tr id="czech">
- <td>Czech</td>
+ <td>Cseh</td>
<td>
Michal Čihař (michal(a)cihar.com)<br />
Ondřej Vadinský (nicky726(a)gmail.com)
@@ -182,7 +182,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="danish">
- <td>Danish</td>
+ <td>Dán</td>
<td>
Finn Sorensen (dk_alleykat(a)users.sourceforge.net)
</td>
@@ -196,7 +196,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="english">
- <td>English</td>
+ <td>Angol</td>
<td>
the phpMyAdmin development team (phpmyadmin-devel(a)lists.sourceforge.net)
</td>
@@ -210,7 +210,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="estonian">
- <td>Estonian</td>
+ <td>Észt</td>
<td>
Marko Ellermaa (uhuu(a)users.sourceforge.net)
</td>
@@ -238,28 +238,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="georgian">
- <td>Georgian</td>
+ <td>Grúz</td>
<td>
George Machitidze (gmachitidze(a)users.sourceforge.net)
</td>
</tr>
<tr id="german">
- <td>German</td>
+ <td>Német</td>
<td>
volunteer needed
</td>
</tr>
<tr id="greek">
- <td>Greek</td>
+ <td>Görög</td>
<td>
Panagiotis Papazoglou (panos78(a)users.sourceforge.net)
</td>
</tr>
<tr id="hebrew">
- <td>Hebrew</td>
+ <td>Héber</td>
<td>
volunteer needed
</td>
@@ -273,7 +273,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="hungarian">
- <td>Hungarian</td>
+ <td>Magyar</td>
<td>
Jozsef Tamas Herczeg (localicer(a)gmail.com)
</td>
@@ -294,28 +294,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="japanese">
- <td>Japanese</td>
+ <td>Japán</td>
<td>
Tadashi Jokagi (elf2000(a)users.sourceforge.net)
</td>
</tr>
<tr id="korean">
- <td>Korean</td>
+ <td>Koreai</td>
<td>
volunteer needed
</td>
</tr>
<tr id="latvian">
- <td>Latvian</td>
+ <td>Lett</td>
<td>
volunteer needed
</td>
</tr>
<tr id="lithuanian">
- <td>Lithuanian</td>
+ <td>Litván</td>
<td>
Rytis Slatkevicius (rytis_s(a)users.sourceforge.net)
</td>
@@ -350,14 +350,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="persian">
- <td>Persian</td>
+ <td>Perzsa</td>
<td>
volunteer needed
</td>
</tr>
<tr id="polish">
- <td>Polish</td>
+ <td>Lengyel</td>
<td>
volunteer needed
</td>
@@ -371,14 +371,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="romanian">
- <td>Romanian</td>
+ <td>Román</td>
<td>
Sergiu Bivol (sbivol(a)users.sourceforge.net)
</td>
</tr>
<tr id="russian">
- <td>Russian</td>
+ <td>Orosz</td>
<td>
Victor Volkov and project php-myadmin.ru
</td>
@@ -399,28 +399,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="slovak">
- <td>Slovak</td>
+ <td>Szlovák</td>
<td>
Ivan Kuriscak (shylauda69(a)users.sourceforge.net)
</td>
</tr>
<tr id="slovenian">
- <td>Slovenian</td>
+ <td>Szlovén</td>
<td>
volunteer needed
</td>
</tr>
<tr id="spanish">
- <td>Spanish</td>
+ <td>Spanyol</td>
<td>
Dr. med. Daniel Hinostroza C. (phpmyadmin(a)cerebroperiferico.com)
</td>
</tr>
<tr id="swedish">
- <td>Swedish</td>
+ <td>Svéd</td>
<td>
Björn T. Hallberg (bjornth(a)users.sourceforge.net)
</td>
@@ -441,14 +441,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="turkish">
- <td>Turkish</td>
+ <td>Török</td>
<td>
Burak Yavuz (bourock(a)users.sourceforge.net)
</td>
</tr>
<tr id="ukrainian">
- <td>Ukrainian</td>
+ <td>Ukrán</td>
<td>
volunteer needed
</td>
diff --git a/output/index.html b/output/index.html
index 5787987..1981a3d 100644
--- a/output/index.html
+++ b/output/index.html
@@ -9,14 +9,28 @@
<body>
<h1>phpMyAdmin Localized Documentation</h1>
<ul>
+<li><a href=ca>Catalan</a></li>
<li><a href=cs>Czech</a></li>
+<li><a href=de>German</a></li>
<li><a href=en_GB>English (United Kingdom)</a></li>
+<li><a href=es>Spanish</a></li>
+<li><a href=fi>Finnish</a></li>
<li><a href=fr>French</a></li>
+<li><a href=gl>Galician</a></li>
+<li><a href=hu>Hungarian</a></li>
<li><a href=it>Italian</a></li>
<li><a href=jp>Japanese</a></li>
+<li><a href=ka>Georgian</a></li>
+<li><a href=lt>Lithuanian</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=sv>Swedish</a></li>
+<li><a href=tr>Turkish</a></li>
<li><a href=zh_CN>Simplified Chinese</a></li>
+<li><a href=zh_TW>Traditional Chinese</a></li>
</ul>
</body>
</html>
diff --git a/output/it/Documentation.html b/output/it/Documentation.html
index 52897e3..3b7d06a 100644
--- a/output/it/Documentation.html
+++ b/output/it/Documentation.html
@@ -4747,7 +4747,7 @@ and CSS2 compliant codes</li>
<ul>
<li>automatic joins in QBE</li>
<li>links column in printview</li>
- <li>Relation view</li>
+ <li>Vedi relazioni</li>
</ul></li>
<li>Michal Čihař <michal_at_cihar.com>
diff --git a/output/it/translators.html b/output/it/translators.html
index c45ff18..fa4068a 100644
--- a/output/it/translators.html
+++ b/output/it/translators.html
@@ -71,7 +71,7 @@ provide e-mail support.</span></p>
<table class="translators">
<tr>
- <th>Language</th>
+ <th>Lingua</th>
<th>Official translator(s)</th>
</tr>
@@ -90,7 +90,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="arabic">
- <td>Arabic</td>
+ <td>Arabo</td>
<td>
Mohammed Farag (meno25wiki(a)gmail.com)
</td>
@@ -139,7 +139,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="bulgarian">
- <td>Bulgarian</td>
+ <td>Bulgaro</td>
<td>
Stanislav Yordanov (stan(a)stud.ru.acad.bg)
</td>
@@ -167,14 +167,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="croatian">
- <td>Croatian</td>
+ <td>Croato</td>
<td>
Renato Pavicic (renato(a)translator-shop.org)
</td>
</tr>
<tr id="czech">
- <td>Czech</td>
+ <td>Ceco</td>
<td>
Michal Čihař (michal(a)cihar.com)<br />
Ondřej Vadinský (nicky726(a)gmail.com)
@@ -182,7 +182,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="danish">
- <td>Danish</td>
+ <td>Danese</td>
<td>
Finn Sorensen (dk_alleykat(a)users.sourceforge.net)
</td>
@@ -196,7 +196,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="english">
- <td>English</td>
+ <td>Inglese</td>
<td>
the phpMyAdmin development team (phpmyadmin-devel(a)lists.sourceforge.net)
</td>
@@ -210,7 +210,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="estonian">
- <td>Estonian</td>
+ <td>Estone</td>
<td>
Marko Ellermaa (uhuu(a)users.sourceforge.net)
</td>
@@ -238,28 +238,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="georgian">
- <td>Georgian</td>
+ <td>Georgiano</td>
<td>
George Machitidze (gmachitidze(a)users.sourceforge.net)
</td>
</tr>
<tr id="german">
- <td>German</td>
+ <td>Tedesco</td>
<td>
volunteer needed
</td>
</tr>
<tr id="greek">
- <td>Greek</td>
+ <td>Greco</td>
<td>
Panagiotis Papazoglou (panos78(a)users.sourceforge.net)
</td>
</tr>
<tr id="hebrew">
- <td>Hebrew</td>
+ <td>Ebreo</td>
<td>
volunteer needed
</td>
@@ -273,7 +273,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="hungarian">
- <td>Hungarian</td>
+ <td>Ungherese</td>
<td>
Jozsef Tamas Herczeg (localicer(a)gmail.com)
</td>
@@ -294,28 +294,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="japanese">
- <td>Japanese</td>
+ <td>Giapponese</td>
<td>
Tadashi Jokagi (elf2000(a)users.sourceforge.net)
</td>
</tr>
<tr id="korean">
- <td>Korean</td>
+ <td>Coreano</td>
<td>
volunteer needed
</td>
</tr>
<tr id="latvian">
- <td>Latvian</td>
+ <td>Lituano</td>
<td>
volunteer needed
</td>
</tr>
<tr id="lithuanian">
- <td>Lithuanian</td>
+ <td>Lituano</td>
<td>
Rytis Slatkevicius (rytis_s(a)users.sourceforge.net)
</td>
@@ -350,14 +350,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="persian">
- <td>Persian</td>
+ <td>Persiano</td>
<td>
volunteer needed
</td>
</tr>
<tr id="polish">
- <td>Polish</td>
+ <td>Polacco</td>
<td>
volunteer needed
</td>
@@ -371,14 +371,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="romanian">
- <td>Romanian</td>
+ <td>Rumeno</td>
<td>
Sergiu Bivol (sbivol(a)users.sourceforge.net)
</td>
</tr>
<tr id="russian">
- <td>Russian</td>
+ <td>Russo</td>
<td>
Victor Volkov and project php-myadmin.ru
</td>
@@ -399,28 +399,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="slovak">
- <td>Slovak</td>
+ <td>Slovacco</td>
<td>
Ivan Kuriscak (shylauda69(a)users.sourceforge.net)
</td>
</tr>
<tr id="slovenian">
- <td>Slovenian</td>
+ <td>Sloveno</td>
<td>
volunteer needed
</td>
</tr>
<tr id="spanish">
- <td>Spanish</td>
+ <td>Spagnolo</td>
<td>
Dr. med. Daniel Hinostroza C. (phpmyadmin(a)cerebroperiferico.com)
</td>
</tr>
<tr id="swedish">
- <td>Swedish</td>
+ <td>Svedese</td>
<td>
Björn T. Hallberg (bjornth(a)users.sourceforge.net)
</td>
@@ -441,14 +441,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="turkish">
- <td>Turkish</td>
+ <td>Turco</td>
<td>
Burak Yavuz (bourock(a)users.sourceforge.net)
</td>
</tr>
<tr id="ukrainian">
- <td>Ukrainian</td>
+ <td>Ucraino</td>
<td>
volunteer needed
</td>
diff --git a/output/ka/index.html b/output/ka/index.html
index 2cf992a..9f2cea1 100644
--- a/output/ka/index.html
+++ b/output/ka/index.html
@@ -8,6 +8,9 @@
</head>
<body>
<h1>phpMyAdmin Georgian Documentation</h1>
-<p>Unfortunately no document is enough translated to Georgian.</p>
+<p>Documents translated to ka:</p>
+<ul>
+<li><a href="translators.html">Translators</a></li>
+</ul>
</body>
</html>
diff --git a/output/en_GB/translators.html b/output/ka/translators.html
similarity index 89%
copy from output/en_GB/translators.html
copy to output/ka/translators.html
index 51a2859..48bb6ed 100644
--- a/output/en_GB/translators.html
+++ b/output/ka/translators.html
@@ -64,14 +64,14 @@ opinion on grammar issues or bad translations!</p>
<p> All translations listed here are included in this distribution. <span
class="important">Please do <b>not</b> ask the translators to send you a
-localised phpMyAdmin version!</span></p>
+localized phpMyAdmin version!</span></p>
<p> <span class="important">Please do <b>not</b> expect the translators to
provide e-mail support.</span></p>
<table class="translators">
<tr>
- <th>Language</th>
+ <th>ენა</th>
<th>Official translator(s)</th>
</tr>
@@ -90,7 +90,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="arabic">
- <td>Arabic</td>
+ <td>არაბული</td>
<td>
Mohammed Farag (meno25wiki(a)gmail.com)
</td>
@@ -139,7 +139,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="bulgarian">
- <td>Bulgarian</td>
+ <td>ბულგარული</td>
<td>
Stanislav Yordanov (stan(a)stud.ru.acad.bg)
</td>
@@ -167,14 +167,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="croatian">
- <td>Croatian</td>
+ <td>ხორვატული</td>
<td>
Renato Pavicic (renato(a)translator-shop.org)
</td>
</tr>
<tr id="czech">
- <td>Czech</td>
+ <td>ჩეხური</td>
<td>
Michal Čihař (michal(a)cihar.com)<br />
Ondřej Vadinský (nicky726(a)gmail.com)
@@ -182,7 +182,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="danish">
- <td>Danish</td>
+ <td>დანიური</td>
<td>
Finn Sorensen (dk_alleykat(a)users.sourceforge.net)
</td>
@@ -196,7 +196,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="english">
- <td>English</td>
+ <td>ინგლისური</td>
<td>
the phpMyAdmin development team (phpmyadmin-devel(a)lists.sourceforge.net)
</td>
@@ -210,7 +210,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="estonian">
- <td>Estonian</td>
+ <td>ესტონური</td>
<td>
Marko Ellermaa (uhuu(a)users.sourceforge.net)
</td>
@@ -238,28 +238,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="georgian">
- <td>Georgian</td>
+ <td>ქართული</td>
<td>
George Machitidze (gmachitidze(a)users.sourceforge.net)
</td>
</tr>
<tr id="german">
- <td>German</td>
+ <td>გერმანული</td>
<td>
volunteer needed
</td>
</tr>
<tr id="greek">
- <td>Greek</td>
+ <td>ბერძნული</td>
<td>
Panagiotis Papazoglou (panos78(a)users.sourceforge.net)
</td>
</tr>
<tr id="hebrew">
- <td>Hebrew</td>
+ <td>ებრაული</td>
<td>
volunteer needed
</td>
@@ -273,7 +273,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="hungarian">
- <td>Hungarian</td>
+ <td>უნგრული</td>
<td>
Jozsef Tamas Herczeg (localicer(a)gmail.com)
</td>
@@ -294,28 +294,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="japanese">
- <td>Japanese</td>
+ <td>იაპონური</td>
<td>
Tadashi Jokagi (elf2000(a)users.sourceforge.net)
</td>
</tr>
<tr id="korean">
- <td>Korean</td>
+ <td>კორეული</td>
<td>
volunteer needed
</td>
</tr>
<tr id="latvian">
- <td>Latvian</td>
+ <td>ლატვიური</td>
<td>
volunteer needed
</td>
</tr>
<tr id="lithuanian">
- <td>Lithuanian</td>
+ <td>ლიტვური</td>
<td>
Rytis Slatkevicius (rytis_s(a)users.sourceforge.net)
</td>
@@ -350,14 +350,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="persian">
- <td>Persian</td>
+ <td>სპარსული</td>
<td>
volunteer needed
</td>
</tr>
<tr id="polish">
- <td>Polish</td>
+ <td>პოლონური</td>
<td>
volunteer needed
</td>
@@ -371,14 +371,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="romanian">
- <td>Romanian</td>
+ <td>რუმინული</td>
<td>
Sergiu Bivol (sbivol(a)users.sourceforge.net)
</td>
</tr>
<tr id="russian">
- <td>Russian</td>
+ <td>რუსული</td>
<td>
Victor Volkov and project php-myadmin.ru
</td>
@@ -399,28 +399,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>Slovenian</td>
+ <td>სლოვენური</td>
<td>
volunteer needed
</td>
</tr>
<tr id="spanish">
- <td>Spanish</td>
+ <td>ესპანური</td>
<td>
Dr. med. Daniel Hinostroza C. (phpmyadmin(a)cerebroperiferico.com)
</td>
</tr>
<tr id="swedish">
- <td>Swedish</td>
+ <td>შვედური</td>
<td>
Björn T. Hallberg (bjornth(a)users.sourceforge.net)
</td>
@@ -441,14 +441,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="turkish">
- <td>Turkish</td>
+ <td>თურქული</td>
<td>
Burak Yavuz (bourock(a)users.sourceforge.net)
</td>
</tr>
<tr id="ukrainian">
- <td>Ukrainian</td>
+ <td>უკრაინული</td>
<td>
volunteer needed
</td>
diff --git a/output/lt/index.html b/output/lt/index.html
index dd193c3..885377a 100644
--- a/output/lt/index.html
+++ b/output/lt/index.html
@@ -8,6 +8,9 @@
</head>
<body>
<h1>phpMyAdmin Lithuanian Documentation</h1>
-<p>Unfortunately no document is enough translated to Lithuanian.</p>
+<p>Documents translated to lt:</p>
+<ul>
+<li><a href="translators.html">Translators</a></li>
+</ul>
</body>
</html>
diff --git a/output/en_GB/translators.html b/output/lt/translators.html
similarity index 93%
copy from output/en_GB/translators.html
copy to output/lt/translators.html
index 51a2859..78b29c9 100644
--- a/output/en_GB/translators.html
+++ b/output/lt/translators.html
@@ -64,14 +64,14 @@ opinion on grammar issues or bad translations!</p>
<p> All translations listed here are included in this distribution. <span
class="important">Please do <b>not</b> ask the translators to send you a
-localised phpMyAdmin version!</span></p>
+localized phpMyAdmin version!</span></p>
<p> <span class="important">Please do <b>not</b> expect the translators to
provide e-mail support.</span></p>
<table class="translators">
<tr>
- <th>Language</th>
+ <th>Kalba</th>
<th>Official translator(s)</th>
</tr>
@@ -90,7 +90,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="arabic">
- <td>Arabic</td>
+ <td>Arabų</td>
<td>
Mohammed Farag (meno25wiki(a)gmail.com)
</td>
@@ -139,7 +139,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="bulgarian">
- <td>Bulgarian</td>
+ <td>Bulgarų</td>
<td>
Stanislav Yordanov (stan(a)stud.ru.acad.bg)
</td>
@@ -167,14 +167,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="croatian">
- <td>Croatian</td>
+ <td>Kroatų</td>
<td>
Renato Pavicic (renato(a)translator-shop.org)
</td>
</tr>
<tr id="czech">
- <td>Czech</td>
+ <td>Čekų</td>
<td>
Michal Čihař (michal(a)cihar.com)<br />
Ondřej Vadinský (nicky726(a)gmail.com)
@@ -182,7 +182,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="danish">
- <td>Danish</td>
+ <td>Danų</td>
<td>
Finn Sorensen (dk_alleykat(a)users.sourceforge.net)
</td>
@@ -196,7 +196,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="english">
- <td>English</td>
+ <td>Anglų</td>
<td>
the phpMyAdmin development team (phpmyadmin-devel(a)lists.sourceforge.net)
</td>
@@ -210,7 +210,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="estonian">
- <td>Estonian</td>
+ <td>Estų</td>
<td>
Marko Ellermaa (uhuu(a)users.sourceforge.net)
</td>
@@ -238,28 +238,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="georgian">
- <td>Georgian</td>
+ <td>Gruzinų</td>
<td>
George Machitidze (gmachitidze(a)users.sourceforge.net)
</td>
</tr>
<tr id="german">
- <td>German</td>
+ <td>Vokiečių</td>
<td>
volunteer needed
</td>
</tr>
<tr id="greek">
- <td>Greek</td>
+ <td>Graikų</td>
<td>
Panagiotis Papazoglou (panos78(a)users.sourceforge.net)
</td>
</tr>
<tr id="hebrew">
- <td>Hebrew</td>
+ <td>Žydų</td>
<td>
volunteer needed
</td>
@@ -273,7 +273,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="hungarian">
- <td>Hungarian</td>
+ <td>Vengrų</td>
<td>
Jozsef Tamas Herczeg (localicer(a)gmail.com)
</td>
@@ -294,28 +294,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="japanese">
- <td>Japanese</td>
+ <td>Japonų</td>
<td>
Tadashi Jokagi (elf2000(a)users.sourceforge.net)
</td>
</tr>
<tr id="korean">
- <td>Korean</td>
+ <td>Korėjiečių</td>
<td>
volunteer needed
</td>
</tr>
<tr id="latvian">
- <td>Latvian</td>
+ <td>Latvių</td>
<td>
volunteer needed
</td>
</tr>
<tr id="lithuanian">
- <td>Lithuanian</td>
+ <td>Lietuvių</td>
<td>
Rytis Slatkevicius (rytis_s(a)users.sourceforge.net)
</td>
@@ -350,14 +350,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="persian">
- <td>Persian</td>
+ <td>Persų</td>
<td>
volunteer needed
</td>
</tr>
<tr id="polish">
- <td>Polish</td>
+ <td>Lenkų</td>
<td>
volunteer needed
</td>
@@ -371,14 +371,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="romanian">
- <td>Romanian</td>
+ <td>Rumunų</td>
<td>
Sergiu Bivol (sbivol(a)users.sourceforge.net)
</td>
</tr>
<tr id="russian">
- <td>Russian</td>
+ <td>Rusų</td>
<td>
Victor Volkov and project php-myadmin.ru
</td>
@@ -399,28 +399,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="slovak">
- <td>Slovak</td>
+ <td>Slovakų</td>
<td>
Ivan Kuriscak (shylauda69(a)users.sourceforge.net)
</td>
</tr>
<tr id="slovenian">
- <td>Slovenian</td>
+ <td>Slovėnų</td>
<td>
volunteer needed
</td>
</tr>
<tr id="spanish">
- <td>Spanish</td>
+ <td>Ispanų</td>
<td>
Dr. med. Daniel Hinostroza C. (phpmyadmin(a)cerebroperiferico.com)
</td>
</tr>
<tr id="swedish">
- <td>Swedish</td>
+ <td>Švedų</td>
<td>
Björn T. Hallberg (bjornth(a)users.sourceforge.net)
</td>
@@ -434,21 +434,21 @@ provide e-mail support.</span></p>
</tr>
<tr id="thai">
- <td>Thai</td>
+ <td>Tailando</td>
<td>
volunteer needed
</td>
</tr>
<tr id="turkish">
- <td>Turkish</td>
+ <td>Turkų</td>
<td>
Burak Yavuz (bourock(a)users.sourceforge.net)
</td>
</tr>
<tr id="ukrainian">
- <td>Ukrainian</td>
+ <td>Ukrainiečių</td>
<td>
volunteer needed
</td>
diff --git a/output/nl/index.html b/output/nl/index.html
index 15809e6..b04844f 100644
--- a/output/nl/index.html
+++ b/output/nl/index.html
@@ -8,6 +8,9 @@
</head>
<body>
<h1>phpMyAdmin Dutch Documentation</h1>
-<p>Unfortunately no document is enough translated to Dutch.</p>
+<p>Documents translated to nl:</p>
+<ul>
+<li><a href="translators.html">Vertalers</a></li>
+</ul>
</body>
</html>
diff --git a/output/en_GB/translators.html b/output/nl/translators.html
similarity index 87%
copy from output/en_GB/translators.html
copy to output/nl/translators.html
index 51a2859..497e4bf 100644
--- a/output/en_GB/translators.html
+++ b/output/nl/translators.html
@@ -37,20 +37,20 @@ class="myadmin">MyAdmin</span></a> 3.4.0-dev official translators list
<!-- TOP MENU -->
<ul class="header">
- <li><a href="Documentation.html#top">Top</a></li>
- <li><a href="Documentation.html#require">Requirements</a></li>
- <li><a href="Documentation.html#intro">Introduction</a></li>
- <li><a href="Documentation.html#setup">Installation</a></li>
- <li><a href="Documentation.html#setup_script">Setup script</a></li>
+ <li><a href="Documentation.html#top">Naar boven</a></li>
+ <li><a href="Documentation.html#require">Benodigdheden</a></li>
+ <li><a href="Documentation.html#intro">Inleiding</a></li>
+ <li><a href="Documentation.html#setup">Installatie</a></li>
+ <li><a href="Documentation.html#setup_script">Installatiescript</a></li>
<li><a href="Documentation.html#config">Configuration</a></li>
- <li><a href="Documentation.html#transformations">Transformations</a></li>
- <li><a href="Documentation.html#faq"><abbr title="Frequently Asked Questions">
+ <li><a href="Documentation.html#transformations">Transformaties</a></li>
+ <li><a href="Documentation.html#faq"><abbr title="Veel gestelde vragen">
FAQ</abbr></a></li>
- <li><a href="Documentation.html#developers">Developers</a></li>
+ <li><a href="Documentation.html#developers">Ontwikkelaars</a></li>
<li><a href="Documentation.html#copyright">Copyright</a></li>
<li><a href="Documentation.html#credits">Credits</a></li>
- <li><a href="translators.html">Translators</a></li>
- <li><a href="Documentation.html#glossary">Glossary</a></li>
+ <li><a href="translators.html">Vertalers</a></li>
+ <li><a href="Documentation.html#glossary">Index</a></li>
</ul>
<div id="body">
@@ -64,14 +64,14 @@ opinion on grammar issues or bad translations!</p>
<p> All translations listed here are included in this distribution. <span
class="important">Please do <b>not</b> ask the translators to send you a
-localised phpMyAdmin version!</span></p>
+localized phpMyAdmin version!</span></p>
<p> <span class="important">Please do <b>not</b> expect the translators to
provide e-mail support.</span></p>
<table class="translators">
<tr>
- <th>Language</th>
+ <th>Taal</th>
<th>Official translator(s)</th>
</tr>
@@ -90,7 +90,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="arabic">
- <td>Arabic</td>
+ <td>Arabisch</td>
<td>
Mohammed Farag (meno25wiki(a)gmail.com)
</td>
@@ -139,7 +139,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="bulgarian">
- <td>Bulgarian</td>
+ <td>Bulgaars</td>
<td>
Stanislav Yordanov (stan(a)stud.ru.acad.bg)
</td>
@@ -167,14 +167,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="croatian">
- <td>Croatian</td>
+ <td>Kroatisch</td>
<td>
Renato Pavicic (renato(a)translator-shop.org)
</td>
</tr>
<tr id="czech">
- <td>Czech</td>
+ <td>Tsjechisch</td>
<td>
Michal Čihař (michal(a)cihar.com)<br />
Ondřej Vadinský (nicky726(a)gmail.com)
@@ -182,7 +182,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="danish">
- <td>Danish</td>
+ <td>Deens</td>
<td>
Finn Sorensen (dk_alleykat(a)users.sourceforge.net)
</td>
@@ -196,7 +196,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="english">
- <td>English</td>
+ <td>Engels</td>
<td>
the phpMyAdmin development team (phpmyadmin-devel(a)lists.sourceforge.net)
</td>
@@ -210,7 +210,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="estonian">
- <td>Estonian</td>
+ <td>Estlands</td>
<td>
Marko Ellermaa (uhuu(a)users.sourceforge.net)
</td>
@@ -238,28 +238,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="georgian">
- <td>Georgian</td>
+ <td>Georgisch</td>
<td>
George Machitidze (gmachitidze(a)users.sourceforge.net)
</td>
</tr>
<tr id="german">
- <td>German</td>
+ <td>Duits</td>
<td>
volunteer needed
</td>
</tr>
<tr id="greek">
- <td>Greek</td>
+ <td>Grieks</td>
<td>
Panagiotis Papazoglou (panos78(a)users.sourceforge.net)
</td>
</tr>
<tr id="hebrew">
- <td>Hebrew</td>
+ <td>Hebreeuws</td>
<td>
volunteer needed
</td>
@@ -273,7 +273,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="hungarian">
- <td>Hungarian</td>
+ <td>Hongaars</td>
<td>
Jozsef Tamas Herczeg (localicer(a)gmail.com)
</td>
@@ -294,28 +294,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="japanese">
- <td>Japanese</td>
+ <td>Japans</td>
<td>
Tadashi Jokagi (elf2000(a)users.sourceforge.net)
</td>
</tr>
<tr id="korean">
- <td>Korean</td>
+ <td>Koreaans</td>
<td>
volunteer needed
</td>
</tr>
<tr id="latvian">
- <td>Latvian</td>
+ <td>Lets</td>
<td>
volunteer needed
</td>
</tr>
<tr id="lithuanian">
- <td>Lithuanian</td>
+ <td>Litouws</td>
<td>
Rytis Slatkevicius (rytis_s(a)users.sourceforge.net)
</td>
@@ -350,14 +350,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="persian">
- <td>Persian</td>
+ <td>Perzisch</td>
<td>
volunteer needed
</td>
</tr>
<tr id="polish">
- <td>Polish</td>
+ <td>Pools</td>
<td>
volunteer needed
</td>
@@ -371,14 +371,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="romanian">
- <td>Romanian</td>
+ <td>Roemeens</td>
<td>
Sergiu Bivol (sbivol(a)users.sourceforge.net)
</td>
</tr>
<tr id="russian">
- <td>Russian</td>
+ <td>Russisch</td>
<td>
Victor Volkov and project php-myadmin.ru
</td>
@@ -399,28 +399,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="slovak">
- <td>Slovak</td>
+ <td>Slowaaks</td>
<td>
Ivan Kuriscak (shylauda69(a)users.sourceforge.net)
</td>
</tr>
<tr id="slovenian">
- <td>Slovenian</td>
+ <td>Sloveens</td>
<td>
volunteer needed
</td>
</tr>
<tr id="spanish">
- <td>Spanish</td>
+ <td>Spaans</td>
<td>
Dr. med. Daniel Hinostroza C. (phpmyadmin(a)cerebroperiferico.com)
</td>
</tr>
<tr id="swedish">
- <td>Swedish</td>
+ <td>Zweeds</td>
<td>
Björn T. Hallberg (bjornth(a)users.sourceforge.net)
</td>
@@ -434,21 +434,21 @@ provide e-mail support.</span></p>
</tr>
<tr id="thai">
- <td>Thai</td>
+ <td>Thais</td>
<td>
volunteer needed
</td>
</tr>
<tr id="turkish">
- <td>Turkish</td>
+ <td>Turks</td>
<td>
Burak Yavuz (bourock(a)users.sourceforge.net)
</td>
</tr>
<tr id="ukrainian">
- <td>Ukrainian</td>
+ <td>Oekraïens</td>
<td>
volunteer needed
</td>
diff --git a/output/no/index.html b/output/no/index.html
index abe2422..7cd7661 100644
--- a/output/no/index.html
+++ b/output/no/index.html
@@ -8,6 +8,9 @@
</head>
<body>
<h1>phpMyAdmin Norwegian Documentation</h1>
-<p>Unfortunately no document is enough translated to Norwegian.</p>
+<p>Documents translated to no:</p>
+<ul>
+<li><a href="translators.html">Translators</a></li>
+</ul>
</body>
</html>
diff --git a/output/en_GB/translators.html b/output/no/translators.html
similarity index 93%
copy from output/en_GB/translators.html
copy to output/no/translators.html
index 51a2859..dbcdd55 100644
--- a/output/en_GB/translators.html
+++ b/output/no/translators.html
@@ -64,14 +64,14 @@ opinion on grammar issues or bad translations!</p>
<p> All translations listed here are included in this distribution. <span
class="important">Please do <b>not</b> ask the translators to send you a
-localised phpMyAdmin version!</span></p>
+localized phpMyAdmin version!</span></p>
<p> <span class="important">Please do <b>not</b> expect the translators to
provide e-mail support.</span></p>
<table class="translators">
<tr>
- <th>Language</th>
+ <th>Språk</th>
<th>Official translator(s)</th>
</tr>
@@ -90,7 +90,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="arabic">
- <td>Arabic</td>
+ <td>arabisk</td>
<td>
Mohammed Farag (meno25wiki(a)gmail.com)
</td>
@@ -139,7 +139,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="bulgarian">
- <td>Bulgarian</td>
+ <td>bulgarsk</td>
<td>
Stanislav Yordanov (stan(a)stud.ru.acad.bg)
</td>
@@ -167,14 +167,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="croatian">
- <td>Croatian</td>
+ <td>kroatisk</td>
<td>
Renato Pavicic (renato(a)translator-shop.org)
</td>
</tr>
<tr id="czech">
- <td>Czech</td>
+ <td>tjekkisk</td>
<td>
Michal Čihař (michal(a)cihar.com)<br />
Ondřej Vadinský (nicky726(a)gmail.com)
@@ -182,7 +182,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="danish">
- <td>Danish</td>
+ <td>dansk</td>
<td>
Finn Sorensen (dk_alleykat(a)users.sourceforge.net)
</td>
@@ -196,7 +196,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="english">
- <td>English</td>
+ <td>engelsk</td>
<td>
the phpMyAdmin development team (phpmyadmin-de
vel(a)lists.sourceforge.net)
</td>
@@ -210,7 +210,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="estonian">
- <td>Estonian</td>
+ <td>estisk</td>
<td>
Marko Ellermaa (uhuu(a)users.sourceforge.net)
</td>
@@ -238,28 +238,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="georgian">
- <td>Georgian</td>
+ <td>Georgisk</td>
<td>
George Machitidze (gmachitidze(a)users.sourceforge.net)
</td>
</tr>
<tr id="german">
- <td>German</td>
+ <td>tysk</td>
<td>
volunteer needed
</td>
</tr>
<tr id="greek">
- <td>Greek</td>
+ <td>gresk</td>
<td>
Panagiotis Papazoglou (panos78(a)users.sourceforge.net)
</td>
</tr>
<tr id="hebrew">
- <td>Hebrew</td>
+ <td>hebraisk</td>
<td>
volunteer needed
</td>
@@ -273,7 +273,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="hungarian">
- <td>Hungarian</td>
+ <td>ungarsk</td>
<td>
Jozsef Tamas Herczeg (localicer(a)gmail.com)
</td>
@@ -294,28 +294,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="japanese">
- <td>Japanese</td>
+ <td>japansk</td>
<td>
Tadashi Jokagi (elf2000(a)users.sourceforge.net)
</td>
</tr>
<tr id="korean">
- <td>Korean</td>
+ <td>koreansk</td>
<td>
volunteer needed
</td>
</tr>
<tr id="latvian">
- <td>Latvian</td>
+ <td>Latvisk</td>
<td>
volunteer needed
</td>
</tr>
<tr id="lithuanian">
- <td>Lithuanian</td>
+ <td>lithauisk</td>
<td>
Rytis Slatkevicius (rytis_s(a)users.sourceforge.net)
</td>
@@ -350,14 +350,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="persian">
- <td>Persian</td>
+ <td>Persisk</td>
<td>
volunteer needed
</td>
</tr>
<tr id="polish">
- <td>Polish</td>
+ <td>Polsk</td>
<td>
volunteer needed
</td>
@@ -371,14 +371,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="romanian">
- <td>Romanian</td>
+ <td>Rumensk</td>
<td>
Sergiu Bivol (sbivol(a)users.sourceforge.net)
</td>
</tr>
<tr id="russian">
- <td>Russian</td>
+ <td>russisk</td>
<td>
Victor Volkov and project php-myadmin.ru
</td>
@@ -399,28 +399,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="slovak">
- <td>Slovak</td>
+ <td>Slovakisk</td>
<td>
Ivan Kuriscak (shylauda69(a)users.sourceforge.net)
</td>
</tr>
<tr id="slovenian">
- <td>Slovenian</td>
+ <td>Slovensk</td>
<td>
volunteer needed
</td>
</tr>
<tr id="spanish">
- <td>Spanish</td>
+ <td>Spansk</td>
<td>
Dr. med. Daniel Hinostroza C. (phpmyadmin(a)cerebroperiferico.com)
</td>
</tr>
<tr id="swedish">
- <td>Swedish</td>
+ <td>svensk</td>
<td>
Björn T. Hallberg (bjornth(a)users.sourceforge.net)
</td>
@@ -434,21 +434,21 @@ provide e-mail support.</span></p>
</tr>
<tr id="thai">
- <td>Thai</td>
+ <td>thai</td>
<td>
volunteer needed
</td>
</tr>
<tr id="turkish">
- <td>Turkish</td>
+ <td>tyrkisk</td>
<td>
Burak Yavuz (bourock(a)users.sourceforge.net)
</td>
</tr>
<tr id="ukrainian">
- <td>Ukrainian</td>
+ <td>ukrainsk</td>
<td>
volunteer needed
</td>
diff --git a/output/pl/Documentation.html b/output/pl/Documentation.html
index 5fa319c..fad3093 100644
--- a/output/pl/Documentation.html
+++ b/output/pl/Documentation.html
@@ -4744,7 +4744,7 @@ and CSS2 compliant codes</li>
<ul>
<li>automatic joins in QBE</li>
<li>links column in printview</li>
- <li>Relation view</li>
+ <li>Widok relacyjny</li>
</ul></li>
<li>Michal Čihař <michal_at_cihar.com>
diff --git a/output/pl/index.html b/output/pl/index.html
index 0968ea6..3b06395 100644
--- a/output/pl/index.html
+++ b/output/pl/index.html
@@ -11,6 +11,7 @@
<p>Documents translated to Polish:</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/en_GB/translators.html b/output/pl/translators.html
similarity index 93%
copy from output/en_GB/translators.html
copy to output/pl/translators.html
index 51a2859..aec3b72 100644
--- a/output/en_GB/translators.html
+++ b/output/pl/translators.html
@@ -64,14 +64,14 @@ opinion on grammar issues or bad translations!</p>
<p> All translations listed here are included in this distribution. <span
class="important">Please do <b>not</b> ask the translators to send you a
-localised phpMyAdmin version!</span></p>
+localized phpMyAdmin version!</span></p>
<p> <span class="important">Please do <b>not</b> expect the translators to
provide e-mail support.</span></p>
<table class="translators">
<tr>
- <th>Language</th>
+ <th>Język</th>
<th>Official translator(s)</th>
</tr>
@@ -90,7 +90,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="arabic">
- <td>Arabic</td>
+ <td>Arabski</td>
<td>
Mohammed Farag (meno25wiki(a)gmail.com)
</td>
@@ -139,7 +139,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="bulgarian">
- <td>Bulgarian</td>
+ <td>Bułgarski</td>
<td>
Stanislav Yordanov (stan(a)stud.ru.acad.bg)
</td>
@@ -167,14 +167,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="croatian">
- <td>Croatian</td>
+ <td>Chorwacki</td>
<td>
Renato Pavicic (renato(a)translator-shop.org)
</td>
</tr>
<tr id="czech">
- <td>Czech</td>
+ <td>Czeski</td>
<td>
Michal Čihař (michal(a)cihar.com)<br />
Ondřej Vadinský (nicky726(a)gmail.com)
@@ -182,7 +182,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="danish">
- <td>Danish</td>
+ <td>Duński</td>
<td>
Finn Sorensen (dk_alleykat(a)users.sourceforge.net)
</td>
@@ -196,7 +196,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="english">
- <td>English</td>
+ <td>Angielski</td>
<td>
the phpMyAdmin development team (phpmyadmin-devel(a)lists.sourceforge.net)
</td>
@@ -210,7 +210,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="estonian">
- <td>Estonian</td>
+ <td>Estoński</td>
<td>
Marko Ellermaa (uhuu(a)users.sourceforge.net)
</td>
@@ -238,28 +238,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="georgian">
- <td>Georgian</td>
+ <td>Gruziński</td>
<td>
George Machitidze (gmachitidze(a)users.sourceforge.net)
</td>
</tr>
<tr id="german">
- <td>German</td>
+ <td>Niemiecki</td>
<td>
volunteer needed
</td>
</tr>
<tr id="greek">
- <td>Greek</td>
+ <td>Grecki</td>
<td>
Panagiotis Papazoglou (panos78(a)users.sourceforge.net)
</td>
</tr>
<tr id="hebrew">
- <td>Hebrew</td>
+ <td>Hebrajski</td>
<td>
volunteer needed
</td>
@@ -273,7 +273,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="hungarian">
- <td>Hungarian</td>
+ <td>Węgierski</td>
<td>
Jozsef Tamas Herczeg (localicer(a)gmail.com)
</td>
@@ -294,28 +294,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="japanese">
- <td>Japanese</td>
+ <td>Japoński</td>
<td>
Tadashi Jokagi (elf2000(a)users.sourceforge.net)
</td>
</tr>
<tr id="korean">
- <td>Korean</td>
+ <td>Koreański</td>
<td>
volunteer needed
</td>
</tr>
<tr id="latvian">
- <td>Latvian</td>
+ <td>Łotewski</td>
<td>
volunteer needed
</td>
</tr>
<tr id="lithuanian">
- <td>Lithuanian</td>
+ <td>Litewski</td>
<td>
Rytis Slatkevicius (rytis_s(a)users.sourceforge.net)
</td>
@@ -350,14 +350,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="persian">
- <td>Persian</td>
+ <td>Perski</td>
<td>
volunteer needed
</td>
</tr>
<tr id="polish">
- <td>Polish</td>
+ <td>Polski</td>
<td>
volunteer needed
</td>
@@ -371,14 +371,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="romanian">
- <td>Romanian</td>
+ <td>Rumuński</td>
<td>
Sergiu Bivol (sbivol(a)users.sourceforge.net)
</td>
</tr>
<tr id="russian">
- <td>Russian</td>
+ <td>Rosyjski</td>
<td>
Victor Volkov and project php-myadmin.ru
</td>
@@ -399,28 +399,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="slovak">
- <td>Slovak</td>
+ <td>Słowacki</td>
<td>
Ivan Kuriscak (shylauda69(a)users.sourceforge.net)
</td>
</tr>
<tr id="slovenian">
- <td>Slovenian</td>
+ <td>Słoweński</td>
<td>
volunteer needed
</td>
</tr>
<tr id="spanish">
- <td>Spanish</td>
+ <td>Hiszpański</td>
<td>
Dr. med. Daniel Hinostroza C. (phpmyadmin(a)cerebroperiferico.com)
</td>
</tr>
<tr id="swedish">
- <td>Swedish</td>
+ <td>Szwedzki</td>
<td>
Björn T. Hallberg (bjornth(a)users.sourceforge.net)
</td>
@@ -434,21 +434,21 @@ provide e-mail support.</span></p>
</tr>
<tr id="thai">
- <td>Thai</td>
+ <td>Tajski</td>
<td>
volunteer needed
</td>
</tr>
<tr id="turkish">
- <td>Turkish</td>
+ <td>Turecki</td>
<td>
Burak Yavuz (bourock(a)users.sourceforge.net)
</td>
</tr>
<tr id="ukrainian">
- <td>Ukrainian</td>
+ <td>Ukraiński</td>
<td>
volunteer needed
</td>
diff --git a/output/pt_BR/Documentation.html b/output/pt_BR/Documentation.html
index 6cde0cb..b29366d 100644
--- a/output/pt_BR/Documentation.html
+++ b/output/pt_BR/Documentation.html
@@ -2645,7 +2645,7 @@ href="http://www.phpmyadmin.net/home_page/docs.php">Link section</a> on the
official phpMyAdmin homepage for in-depth coverage of phpMyAdmin's features
and or interface.</p>
-<h3 id="faqserver">Server</h3>
+<h3 id="faqserver">Servidor</h3>
<h4 id="faq1_1">
<a href="#faq1_1">1.1 I'm running PHP 4+ and my server is crashing each time
@@ -4728,7 +4728,7 @@ and CSS2 compliant codes</li>
<ul>
<li>automatic joins in QBE</li>
<li>links column in printview</li>
- <li>Relation view</li>
+ <li>Ver relações</li>
</ul></li>
<li>Michal Čihař <michal_at_cihar.com>
diff --git a/output/ro/index.html b/output/ro/index.html
index 23b31c4..01d1e3c 100644
--- a/output/ro/index.html
+++ b/output/ro/index.html
@@ -8,6 +8,9 @@
</head>
<body>
<h1>phpMyAdmin Romanian Documentation</h1>
-<p>Unfortunately no document is enough translated to Romanian.</p>
+<p>Documents translated to ro:</p>
+<ul>
+<li><a href="translators.html">Translators</a></li>
+</ul>
</body>
</html>
diff --git a/output/en_GB/translators.html b/output/ro/translators.html
similarity index 93%
copy from output/en_GB/translators.html
copy to output/ro/translators.html
index 51a2859..98d0464 100644
--- a/output/en_GB/translators.html
+++ b/output/ro/translators.html
@@ -64,14 +64,14 @@ opinion on grammar issues or bad translations!</p>
<p> All translations listed here are included in this distribution. <span
class="important">Please do <b>not</b> ask the translators to send you a
-localised phpMyAdmin version!</span></p>
+localized phpMyAdmin version!</span></p>
<p> <span class="important">Please do <b>not</b> expect the translators to
provide e-mail support.</span></p>
<table class="translators">
<tr>
- <th>Language</th>
+ <th>Limbă</th>
<th>Official translator(s)</th>
</tr>
@@ -90,7 +90,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="arabic">
- <td>Arabic</td>
+ <td>Arab</td>
<td>
Mohammed Farag (meno25wiki(a)gmail.com)
</td>
@@ -139,7 +139,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="bulgarian">
- <td>Bulgarian</td>
+ <td>Bulgar</td>
<td>
Stanislav Yordanov (stan(a)stud.ru.acad.bg)
</td>
@@ -167,14 +167,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="croatian">
- <td>Croatian</td>
+ <td>Croat</td>
<td>
Renato Pavicic (renato(a)translator-shop.org)
</td>
</tr>
<tr id="czech">
- <td>Czech</td>
+ <td>Ceh</td>
<td>
Michal Čihař (michal(a)cihar.com)<br />
Ondřej Vadinský (nicky726(a)gmail.com)
@@ -182,7 +182,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="danish">
- <td>Danish</td>
+ <td>Danez</td>
<td>
Finn Sorensen (dk_alleykat(a)users.sourceforge.net)
</td>
@@ -196,7 +196,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="english">
- <td>English</td>
+ <td>Englez</td>
<td>
the phpMyAdmin development team (phpmyadmin-devel(a)lists.sourceforge.net)
</td>
@@ -210,7 +210,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="estonian">
- <td>Estonian</td>
+ <td>Estoniană</td>
<td>
Marko Ellermaa (uhuu(a)users.sourceforge.net)
</td>
@@ -238,28 +238,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="georgian">
- <td>Georgian</td>
+ <td>Georgiană</td>
<td>
George Machitidze (gmachitidze(a)users.sourceforge.net)
</td>
</tr>
<tr id="german">
- <td>German</td>
+ <td>Germană</td>
<td>
volunteer needed
</td>
</tr>
<tr id="greek">
- <td>Greek</td>
+ <td>Grec</td>
<td>
Panagiotis Papazoglou (panos78(a)users.sourceforge.net)
</td>
</tr>
<tr id="hebrew">
- <td>Hebrew</td>
+ <td>Ebraică</td>
<td>
volunteer needed
</td>
@@ -273,7 +273,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="hungarian">
- <td>Hungarian</td>
+ <td>Maghiar</td>
<td>
Jozsef Tamas Herczeg (localicer(a)gmail.com)
</td>
@@ -294,28 +294,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="japanese">
- <td>Japanese</td>
+ <td>Japonez</td>
<td>
Tadashi Jokagi (elf2000(a)users.sourceforge.net)
</td>
</tr>
<tr id="korean">
- <td>Korean</td>
+ <td>Coreean</td>
<td>
volunteer needed
</td>
</tr>
<tr id="latvian">
- <td>Latvian</td>
+ <td>Leton</td>
<td>
volunteer needed
</td>
</tr>
<tr id="lithuanian">
- <td>Lithuanian</td>
+ <td>Lituanian</td>
<td>
Rytis Slatkevicius (rytis_s(a)users.sourceforge.net)
</td>
@@ -350,14 +350,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="persian">
- <td>Persian</td>
+ <td>Persană</td>
<td>
volunteer needed
</td>
</tr>
<tr id="polish">
- <td>Polish</td>
+ <td>Polononez</td>
<td>
volunteer needed
</td>
@@ -371,14 +371,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="romanian">
- <td>Romanian</td>
+ <td>Român</td>
<td>
Sergiu Bivol (sbivol(a)users.sourceforge.net)
</td>
</tr>
<tr id="russian">
- <td>Russian</td>
+ <td>Rus</td>
<td>
Victor Volkov and project php-myadmin.ru
</td>
@@ -399,28 +399,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="slovak">
- <td>Slovak</td>
+ <td>Slovacă</td>
<td>
Ivan Kuriscak (shylauda69(a)users.sourceforge.net)
</td>
</tr>
<tr id="slovenian">
- <td>Slovenian</td>
+ <td>Slovenă</td>
<td>
volunteer needed
</td>
</tr>
<tr id="spanish">
- <td>Spanish</td>
+ <td>Spaniolă</td>
<td>
Dr. med. Daniel Hinostroza C. (phpmyadmin(a)cerebroperiferico.com)
</td>
</tr>
<tr id="swedish">
- <td>Swedish</td>
+ <td>Suedez</td>
<td>
Björn T. Hallberg (bjornth(a)users.sourceforge.net)
</td>
@@ -434,21 +434,21 @@ provide e-mail support.</span></p>
</tr>
<tr id="thai">
- <td>Thai</td>
+ <td>Tailandez</td>
<td>
volunteer needed
</td>
</tr>
<tr id="turkish">
- <td>Turkish</td>
+ <td>Turc</td>
<td>
Burak Yavuz (bourock(a)users.sourceforge.net)
</td>
</tr>
<tr id="ukrainian">
- <td>Ukrainian</td>
+ <td>Ucrainean</td>
<td>
volunteer needed
</td>
diff --git a/output/sv/index.html b/output/sv/index.html
index f026c41..126077d 100644
--- a/output/sv/index.html
+++ b/output/sv/index.html
@@ -8,6 +8,9 @@
</head>
<body>
<h1>phpMyAdmin Swedish Documentation</h1>
-<p>Unfortunately no document is enough translated to Swedish.</p>
+<p>Documents translated to sv:</p>
+<ul>
+<li><a href="translators.html">Translators</a></li>
+</ul>
</body>
</html>
diff --git a/output/en_GB/translators.html b/output/sv/translators.html
similarity index 93%
copy from output/en_GB/translators.html
copy to output/sv/translators.html
index 51a2859..fb6f887 100644
--- a/output/en_GB/translators.html
+++ b/output/sv/translators.html
@@ -64,14 +64,14 @@ opinion on grammar issues or bad translations!</p>
<p> All translations listed here are included in this distribution. <span
class="important">Please do <b>not</b> ask the translators to send you a
-localised phpMyAdmin version!</span></p>
+localized phpMyAdmin version!</span></p>
<p> <span class="important">Please do <b>not</b> expect the translators to
provide e-mail support.</span></p>
<table class="translators">
<tr>
- <th>Language</th>
+ <th>Språk</th>
<th>Official translator(s)</th>
</tr>
@@ -90,7 +90,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="arabic">
- <td>Arabic</td>
+ <td>Arabisk</td>
<td>
Mohammed Farag (meno25wiki(a)gmail.com)
</td>
@@ -139,7 +139,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="bulgarian">
- <td>Bulgarian</td>
+ <td>Bulgarisk</td>
<td>
Stanislav Yordanov (stan(a)stud.ru.acad.bg)
</td>
@@ -167,14 +167,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="croatian">
- <td>Croatian</td>
+ <td>Kroatisk</td>
<td>
Renato Pavicic (renato(a)translator-shop.org)
</td>
</tr>
<tr id="czech">
- <td>Czech</td>
+ <td>Tjeckisk</td>
<td>
Michal Čihař (michal(a)cihar.com)<br />
Ondřej Vadinský (nicky726(a)gmail.com)
@@ -182,7 +182,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="danish">
- <td>Danish</td>
+ <td>Dansk</td>
<td>
Finn Sorensen (dk_alleykat(a)users.sourceforge.net)
</td>
@@ -196,7 +196,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="english">
- <td>English</td>
+ <td>Engelsk</td>
<td>
the phpMyAdmin development team (phpmyadmin-devel(a)lists.sourceforge.net)
</td>
@@ -210,7 +210,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="estonian">
- <td>Estonian</td>
+ <td>Estnisk</td>
<td>
Marko Ellermaa (uhuu(a)users.sourceforge.net)
</td>
@@ -238,28 +238,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="georgian">
- <td>Georgian</td>
+ <td>Georgisk</td>
<td>
George Machitidze (gmachitidze(a)users.sourceforge.net)
</td>
</tr>
<tr id="german">
- <td>German</td>
+ <td>Tysk</td>
<td>
volunteer needed
</td>
</tr>
<tr id="greek">
- <td>Greek</td>
+ <td>Grekisk</td>
<td>
Panagiotis Papazoglou (panos78(a)users.sourceforge.net)
</td>
</tr>
<tr id="hebrew">
- <td>Hebrew</td>
+ <td>Hebreisk</td>
<td>
volunteer needed
</td>
@@ -273,7 +273,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="hungarian">
- <td>Hungarian</td>
+ <td>Ungersk</td>
<td>
Jozsef Tamas Herczeg (localicer(a)gmail.com)
</td>
@@ -294,28 +294,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="japanese">
- <td>Japanese</td>
+ <td>Japansk</td>
<td>
Tadashi Jokagi (elf2000(a)users.sourceforge.net)
</td>
</tr>
<tr id="korean">
- <td>Korean</td>
+ <td>Koreansk</td>
<td>
volunteer needed
</td>
</tr>
<tr id="latvian">
- <td>Latvian</td>
+ <td>Lettiska</td>
<td>
volunteer needed
</td>
</tr>
<tr id="lithuanian">
- <td>Lithuanian</td>
+ <td>Litauisk</td>
<td>
Rytis Slatkevicius (rytis_s(a)users.sourceforge.net)
</td>
@@ -350,14 +350,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="persian">
- <td>Persian</td>
+ <td>Persiska</td>
<td>
volunteer needed
</td>
</tr>
<tr id="polish">
- <td>Polish</td>
+ <td>Polska</td>
<td>
volunteer needed
</td>
@@ -371,14 +371,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="romanian">
- <td>Romanian</td>
+ <td>Rumänska</td>
<td>
Sergiu Bivol (sbivol(a)users.sourceforge.net)
</td>
</tr>
<tr id="russian">
- <td>Russian</td>
+ <td>Rysk</td>
<td>
Victor Volkov and project php-myadmin.ru
</td>
@@ -399,28 +399,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="slovak">
- <td>Slovak</td>
+ <td>Slovakiska</td>
<td>
Ivan Kuriscak (shylauda69(a)users.sourceforge.net)
</td>
</tr>
<tr id="slovenian">
- <td>Slovenian</td>
+ <td>Slovenska</td>
<td>
volunteer needed
</td>
</tr>
<tr id="spanish">
- <td>Spanish</td>
+ <td>Spanska</td>
<td>
Dr. med. Daniel Hinostroza C. (phpmyadmin(a)cerebroperiferico.com)
</td>
</tr>
<tr id="swedish">
- <td>Swedish</td>
+ <td>Svensk</td>
<td>
Björn T. Hallberg (bjornth(a)users.sourceforge.net)
</td>
@@ -434,21 +434,21 @@ provide e-mail support.</span></p>
</tr>
<tr id="thai">
- <td>Thai</td>
+ <td>Thailändsk</td>
<td>
volunteer needed
</td>
</tr>
<tr id="turkish">
- <td>Turkish</td>
+ <td>Turkisk</td>
<td>
Burak Yavuz (bourock(a)users.sourceforge.net)
</td>
</tr>
<tr id="ukrainian">
- <td>Ukrainian</td>
+ <td>Ukrainsk</td>
<td>
volunteer needed
</td>
diff --git a/output/tr/index.html b/output/tr/index.html
index 513dd8b..efd32e5 100644
--- a/output/tr/index.html
+++ b/output/tr/index.html
@@ -8,6 +8,9 @@
</head>
<body>
<h1>phpMyAdmin Turkish Documentation</h1>
-<p>Unfortunately no document is enough translated to Turkish.</p>
+<p>Documents translated to tr:</p>
+<ul>
+<li><a href="translators.html">Translators</a></li>
+</ul>
</body>
</html>
diff --git a/output/en_GB/translators.html b/output/tr/translators.html
similarity index 93%
copy from output/en_GB/translators.html
copy to output/tr/translators.html
index 51a2859..c071434 100644
--- a/output/en_GB/translators.html
+++ b/output/tr/translators.html
@@ -64,14 +64,14 @@ opinion on grammar issues or bad translations!</p>
<p> All translations listed here are included in this distribution. <span
class="important">Please do <b>not</b> ask the translators to send you a
-localised phpMyAdmin version!</span></p>
+localized phpMyAdmin version!</span></p>
<p> <span class="important">Please do <b>not</b> expect the translators to
provide e-mail support.</span></p>
<table class="translators">
<tr>
- <th>Language</th>
+ <th>Dil</th>
<th>Official translator(s)</th>
</tr>
@@ -90,7 +90,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="arabic">
- <td>Arabic</td>
+ <td>Arapça</td>
<td>
Mohammed Farag (meno25wiki(a)gmail.com)
</td>
@@ -139,7 +139,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="bulgarian">
- <td>Bulgarian</td>
+ <td>Bulgarca</td>
<td>
Stanislav Yordanov (stan(a)stud.ru.acad.bg)
</td>
@@ -167,14 +167,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="croatian">
- <td>Croatian</td>
+ <td>Hırvatça</td>
<td>
Renato Pavicic (renato(a)translator-shop.org)
</td>
</tr>
<tr id="czech">
- <td>Czech</td>
+ <td>Çekçe</td>
<td>
Michal Čihař (michal(a)cihar.com)<br />
Ondřej Vadinský (nicky726(a)gmail.com)
@@ -182,7 +182,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="danish">
- <td>Danish</td>
+ <td>Danca</td>
<td>
Finn Sorensen (dk_alleykat(a)users.sourceforge.net)
</td>
@@ -196,7 +196,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="english">
- <td>English</td>
+ <td>İngilizce</td>
<td>
the phpMyAdmin development team (phpmyadmin-devel(a)lists.sourceforge.net)
</td>
@@ -210,7 +210,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="estonian">
- <td>Estonian</td>
+ <td>Estçe</td>
<td>
Marko Ellermaa (uhuu(a)users.sourceforge.net)
</td>
@@ -238,28 +238,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="georgian">
- <td>Georgian</td>
+ <td>Gürcüce</td>
<td>
George Machitidze (gmachitidze(a)users.sourceforge.net)
</td>
</tr>
<tr id="german">
- <td>German</td>
+ <td>Almanca</td>
<td>
volunteer needed
</td>
</tr>
<tr id="greek">
- <td>Greek</td>
+ <td>Yunanca</td>
<td>
Panagiotis Papazoglou (panos78(a)users.sourceforge.net)
</td>
</tr>
<tr id="hebrew">
- <td>Hebrew</td>
+ <td>İbranice</td>
<td>
volunteer needed
</td>
@@ -273,7 +273,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="hungarian">
- <td>Hungarian</td>
+ <td>Macarca</td>
<td>
Jozsef Tamas Herczeg (localicer(a)gmail.com)
</td>
@@ -294,28 +294,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="japanese">
- <td>Japanese</td>
+ <td>Japonca</td>
<td>
Tadashi Jokagi (elf2000(a)users.sourceforge.net)
</td>
</tr>
<tr id="korean">
- <td>Korean</td>
+ <td>Korece</td>
<td>
volunteer needed
</td>
</tr>
<tr id="latvian">
- <td>Latvian</td>
+ <td>Litvanyaca</td>
<td>
volunteer needed
</td>
</tr>
<tr id="lithuanian">
- <td>Lithuanian</td>
+ <td>Litvanyaca</td>
<td>
Rytis Slatkevicius (rytis_s(a)users.sourceforge.net)
</td>
@@ -350,14 +350,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="persian">
- <td>Persian</td>
+ <td>Farsça</td>
<td>
volunteer needed
</td>
</tr>
<tr id="polish">
- <td>Polish</td>
+ <td>Polonyaca</td>
<td>
volunteer needed
</td>
@@ -371,14 +371,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="romanian">
- <td>Romanian</td>
+ <td>Romence</td>
<td>
Sergiu Bivol (sbivol(a)users.sourceforge.net)
</td>
</tr>
<tr id="russian">
- <td>Russian</td>
+ <td>Rusça</td>
<td>
Victor Volkov and project php-myadmin.ru
</td>
@@ -399,28 +399,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="slovak">
- <td>Slovak</td>
+ <td>Slovakça</td>
<td>
Ivan Kuriscak (shylauda69(a)users.sourceforge.net)
</td>
</tr>
<tr id="slovenian">
- <td>Slovenian</td>
+ <td>Slovence</td>
<td>
volunteer needed
</td>
</tr>
<tr id="spanish">
- <td>Spanish</td>
+ <td>İspanyolca</td>
<td>
Dr. med. Daniel Hinostroza C. (phpmyadmin(a)cerebroperiferico.com)
</td>
</tr>
<tr id="swedish">
- <td>Swedish</td>
+ <td>İsveççe</td>
<td>
Björn T. Hallberg (bjornth(a)users.sourceforge.net)
</td>
@@ -434,21 +434,21 @@ provide e-mail support.</span></p>
</tr>
<tr id="thai">
- <td>Thai</td>
+ <td>Tayca</td>
<td>
volunteer needed
</td>
</tr>
<tr id="turkish">
- <td>Turkish</td>
+ <td>Türkçe</td>
<td>
Burak Yavuz (bourock(a)users.sourceforge.net)
</td>
</tr>
<tr id="ukrainian">
- <td>Ukrainian</td>
+ <td>Ukraynaca</td>
<td>
volunteer needed
</td>
diff --git a/output/zh_TW/index.html b/output/zh_TW/index.html
index ffff53c..42bf408 100644
--- a/output/zh_TW/index.html
+++ b/output/zh_TW/index.html
@@ -8,6 +8,9 @@
</head>
<body>
<h1>phpMyAdmin Traditional Chinese Documentation</h1>
-<p>Unfortunately no document is enough translated to Traditional Chinese.</p>
+<p>Documents translated to Traditional Chinese:</p>
+<ul>
+<li><a href="translators.html">Translators</a></li>
+</ul>
</body>
</html>
diff --git a/output/en_GB/translators.html b/output/zh_TW/translators.html
similarity index 92%
copy from output/en_GB/translators.html
copy to output/zh_TW/translators.html
index 51a2859..601ddd2 100644
--- a/output/en_GB/translators.html
+++ b/output/zh_TW/translators.html
@@ -64,7 +64,7 @@ opinion on grammar issues or bad translations!</p>
<p> All translations listed here are included in this distribution. <span
class="important">Please do <b>not</b> ask the translators to send you a
-localised phpMyAdmin version!</span></p>
+localized phpMyAdmin version!</span></p>
<p> <span class="important">Please do <b>not</b> expect the translators to
provide e-mail support.</span></p>
@@ -90,7 +90,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="arabic">
- <td>Arabic</td>
+ <td>阿拉伯語</td>
<td>
Mohammed Farag (meno25wiki(a)gmail.com)
</td>
@@ -139,7 +139,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="bulgarian">
- <td>Bulgarian</td>
+ <td>保加利亞語</td>
<td>
Stanislav Yordanov (stan(a)stud.ru.acad.bg)
</td>
@@ -167,14 +167,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="croatian">
- <td>Croatian</td>
+ <td>克羅西亞語</td>
<td>
Renato Pavicic (renato(a)translator-shop.org)
</td>
</tr>
<tr id="czech">
- <td>Czech</td>
+ <td>捷克語</td>
<td>
Michal Čihař (michal(a)cihar.com)<br />
Ondřej Vadinský (nicky726(a)gmail.com)
@@ -182,7 +182,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="danish">
- <td>Danish</td>
+ <td>丹麥語</td>
<td>
Finn Sorensen (dk_alleykat(a)users.sourceforge.net)
</td>
@@ -196,7 +196,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="english">
- <td>English</td>
+ <td>英語</td>
<td>
the phpMyAdmin development team (phpmyadmin-devel(a)lists.sourceforge.net)
</td>
@@ -210,7 +210,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="estonian">
- <td>Estonian</td>
+ <td>愛沙尼亞語</td>
<td>
Marko Ellermaa (uhuu(a)users.sourceforge.net)
</td>
@@ -238,28 +238,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="georgian">
- <td>Georgian</td>
+ <td>格魯吉亞語</td>
<td>
George Machitidze (gmachitidze(a)users.sourceforge.net)
</td>
</tr>
<tr id="german">
- <td>German</td>
+ <td>德語</td>
<td>
volunteer needed
</td>
</tr>
<tr id="greek">
- <td>Greek</td>
+ <td>希臘語</td>
<td>
Panagiotis Papazoglou (panos78(a)users.sourceforge.net)
</td>
</tr>
<tr id="hebrew">
- <td>Hebrew</td>
+ <td>希伯來語</td>
<td>
volunteer needed
</td>
@@ -273,7 +273,7 @@ provide e-mail support.</span></p>
</tr>
<tr id="hungarian">
- <td>Hungarian</td>
+ <td>匈牙利語</td>
<td>
Jozsef Tamas Herczeg (localicer(a)gmail.com)
</td>
@@ -294,28 +294,28 @@ provide e-mail support.</span></p>
</tr>
<tr id="japanese">
- <td>Japanese</td>
+ <td>日語</td>
<td>
Tadashi Jokagi (elf2000(a)users.sourceforge.net)
</td>
</tr>
<tr id="korean">
- <td>Korean</td>
+ <td>韓語</td>
<td>
volunteer needed
</td>
</tr>
<tr id="latvian">
- <td>Latvian</td>
+ <td>拉脫維亞語</td>
<td>
volunteer needed
</td>
</tr>
<tr id="lithuanian">
- <td>Lithuanian</td>
+ <td>立陶宛語</td>
<td>
Rytis Slatkevicius (rytis_s(a)users.sourceforge.net)
</td>
@@ -350,14 +350,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="persian">
- <td>Persian</td>
+ <td>波斯語</td>
<td>
volunteer needed
</td>
</tr>
<tr id="polish">
- <td>Polish</td>
+ <td>波蘭語</td>
<td>
volunteer needed
</td>
@@ -371,14 +371,14 @@ provide e-mail support.</span></p>
</tr>
<tr id="romanian">
- <td>Romanian</td>
+ <td>羅馬尼亞語</td>
<td>
Sergiu Bivol (sbivol(a)users.sourceforge.net)
</td>
</tr>
<tr id="russian">
- <td>Russian</td>
+ <td>俄語</td>
<td>
Victor Volkov and project php-myadmin.ru
</td>
@@ -399,28 +399,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>Slovenian</td>
+ <td>斯洛文尼亞語</td>
<td>
volunteer needed
</td>
</tr>
<tr id="spanish">
- <td>Spanish</td>
+ <td>西班牙語</td>
<td>
Dr. med. Daniel Hinostroza C. (phpmyadmin(a)cerebroperiferico.com)
</td>
</tr>
<tr id="swedish">
- <td>Swedish</td>
+ <td>瑞典語</td>
<td>
Björn T. Hallberg (bjornth(a)users.sourceforge.net)
</td>
@@ -434,21 +434,21 @@ provide e-mail support.</span></p>
</tr>
<tr id="thai">
- <td>Thai</td>
+ <td>泰語</td>
<td>
volunteer needed
</td>
</tr>
<tr id="turkish">
- <td>Turkish</td>
+ <td>土耳其語</td>
<td>
Burak Yavuz (bourock(a)users.sourceforge.net)
</td>
</tr>
<tr id="ukrainian">
- <td>Ukrainian</td>
+ <td>烏克蘭語</td>
<td>
volunteer needed
</td>
diff --git a/po/ca.po b/po/ca.po
index 9b7ade2..a0e252e 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -3225,6 +3225,9 @@ msgid ""
"contains more rows, "Previous" and "Next" links will be "
"shown."
msgstr ""
+"Nombre de files mostrades quan es navega mper un resultat. Si el resultat "
+"conté més files, es mostraràn els enllaços "Anterior" i ""
+"Següent"."
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:1529
@@ -5801,7 +5804,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:2580
msgid "Server"
-msgstr ""
+msgstr "Servidor"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2583
@@ -6518,7 +6521,7 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2962
msgid "and"
-msgstr ""
+msgstr "i"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:2964
@@ -9236,7 +9239,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:4362
msgid "Security"
-msgstr ""
+msgstr "Securetat"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:4365
@@ -9771,7 +9774,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:4595
msgid "Relation view"
-msgstr ""
+msgstr "Vista de Relacions"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4598
@@ -10779,7 +10782,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:63
msgid "Language"
-msgstr ""
+msgstr "Idioma"
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:64
@@ -10813,7 +10816,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:82
msgid "Arabic"
-msgstr ""
+msgstr "Àrab"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:84
@@ -10868,7 +10871,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:131
msgid "Bulgarian"
-msgstr ""
+msgstr "Búlgar"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:133
@@ -10908,7 +10911,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:159
msgid "Croatian"
-msgstr ""
+msgstr "Croata"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:161
@@ -10918,7 +10921,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:166
msgid "Czech"
-msgstr ""
+msgstr "Txec"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:168
@@ -10933,7 +10936,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:174
msgid "Danish"
-msgstr ""
+msgstr "Danès"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:176
@@ -10953,7 +10956,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:188
msgid "English"
-msgstr ""
+msgstr "Anglès"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:190
@@ -10974,7 +10977,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:202
msgid "Estonian"
-msgstr ""
+msgstr "Estonià "
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:204
@@ -11014,7 +11017,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:230
msgid "Georgian"
-msgstr ""
+msgstr "Georgià"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:232
@@ -11024,12 +11027,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:237
msgid "German"
-msgstr ""
+msgstr "Alemany"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:244
msgid "Greek"
-msgstr ""
+msgstr "Grec"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:246
@@ -11039,7 +11042,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:251
msgid "Hebrew"
-msgstr ""
+msgstr "Hebreu"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:258
@@ -11049,7 +11052,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:265
msgid "Hungarian"
-msgstr ""
+msgstr "Húngar"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:267
@@ -11074,7 +11077,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:286
msgid "Japanese"
-msgstr ""
+msgstr "Japonès"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:288
@@ -11084,17 +11087,17 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:293
msgid "Korean"
-msgstr ""
+msgstr "Coreà"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:300
msgid "Latvian"
-msgstr ""
+msgstr "Letó"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:307
msgid "Lithuanian"
-msgstr ""
+msgstr "Lituà "
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:309
@@ -11134,12 +11137,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:342
msgid "Persian"
-msgstr ""
+msgstr "Persa"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:349
msgid "Polish"
-msgstr ""
+msgstr "Polac"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:356
@@ -11149,7 +11152,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:363
msgid "Romanian"
-msgstr ""
+msgstr "Romanés"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:365
@@ -11159,7 +11162,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:370
msgid "Russian"
-msgstr ""
+msgstr "Rus"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:372
@@ -11189,7 +11192,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:391
msgid "Slovak"
-msgstr ""
+msgstr "Eslovac"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:393
@@ -11199,12 +11202,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:398
msgid "Slovenian"
-msgstr ""
+msgstr "Eslové"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:405
msgid "Spanish"
-msgstr ""
+msgstr "Espanyol"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:407
@@ -11214,7 +11217,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:412
msgid "Swedish"
-msgstr ""
+msgstr "Suec"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:414
@@ -11234,12 +11237,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:426
msgid "Thai"
-msgstr ""
+msgstr "Tailandès"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:433
msgid "Turkish"
-msgstr ""
+msgstr "Turc"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:435
@@ -11249,7 +11252,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:440
msgid "Ukrainian"
-msgstr ""
+msgstr "Ucrainès "
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:446
diff --git a/po/cs.po b/po/cs.po
index 8679c5f..4224913 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -3373,6 +3373,9 @@ msgid ""
"contains more rows, "Previous" and "Next" links will be "
"shown."
msgstr ""
+"Počet řádků, které se zobrazí při procházení množiny výsledků. Pokud je "
+"množina výsledků delší, zobrazí se odkazy "Předchozí" a ""
+"Další"."
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:1529
@@ -9983,7 +9986,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:4595
msgid "Relation view"
-msgstr ""
+msgstr "Zobrazit relace"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4598
diff --git a/po/de.po b/po/de.po
index c753370..0c50728 100644
--- a/po/de.po
+++ b/po/de.po
@@ -6277,7 +6277,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
@@ -9712,7 +9712,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:4362
msgid "Security"
-msgstr ""
+msgstr "Sicherheit"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:4365
@@ -10247,7 +10247,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:4595
msgid "Relation view"
-msgstr ""
+msgstr "Beziehungsübersicht"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4598
@@ -11255,7 +11255,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:63
msgid "Language"
-msgstr ""
+msgstr "Sprache"
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:64
@@ -11289,7 +11289,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:82
msgid "Arabic"
-msgstr ""
+msgstr "Arabisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:84
@@ -11344,7 +11344,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:131
msgid "Bulgarian"
-msgstr ""
+msgstr "Bulgarisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:133
@@ -11384,7 +11384,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:159
msgid "Croatian"
-msgstr ""
+msgstr "Kroatisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:161
@@ -11394,7 +11394,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:166
msgid "Czech"
-msgstr ""
+msgstr "Tschechisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:168
@@ -11409,7 +11409,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:174
msgid "Danish"
-msgstr ""
+msgstr "Dänisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:176
@@ -11429,7 +11429,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:188
msgid "English"
-msgstr ""
+msgstr "Englisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:190
@@ -11450,7 +11450,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:202
msgid "Estonian"
-msgstr ""
+msgstr "Estnisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:204
@@ -11490,7 +11490,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:230
msgid "Georgian"
-msgstr ""
+msgstr "Georgisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:232
@@ -11500,12 +11500,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:237
msgid "German"
-msgstr ""
+msgstr "Deutsch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:244
msgid "Greek"
-msgstr ""
+msgstr "Griechisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:246
@@ -11515,7 +11515,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:251
msgid "Hebrew"
-msgstr ""
+msgstr "Hebräisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:258
@@ -11525,7 +11525,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:265
msgid "Hungarian"
-msgstr ""
+msgstr "Ungarisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:267
@@ -11550,7 +11550,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:286
msgid "Japanese"
-msgstr ""
+msgstr "Japanisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:288
@@ -11560,17 +11560,17 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:293
msgid "Korean"
-msgstr ""
+msgstr "Koreanisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:300
msgid "Latvian"
-msgstr ""
+msgstr "Lettisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:307
msgid "Lithuanian"
-msgstr ""
+msgstr "Litauisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:309
@@ -11610,12 +11610,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:342
msgid "Persian"
-msgstr ""
+msgstr "Persisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:349
msgid "Polish"
-msgstr ""
+msgstr "Polnisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:356
@@ -11625,7 +11625,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:363
msgid "Romanian"
-msgstr ""
+msgstr "Rumänisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:365
@@ -11635,7 +11635,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:370
msgid "Russian"
-msgstr ""
+msgstr "Russisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:372
@@ -11665,7 +11665,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:391
msgid "Slovak"
-msgstr ""
+msgstr "Slovakisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:393
@@ -11675,12 +11675,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:398
msgid "Slovenian"
-msgstr ""
+msgstr "Slovenisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:405
msgid "Spanish"
-msgstr ""
+msgstr "Spanisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:407
@@ -11690,7 +11690,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:412
msgid "Swedish"
-msgstr ""
+msgstr "Schwedisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:414
@@ -11710,12 +11710,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:426
msgid "Thai"
-msgstr ""
+msgstr "Thai"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:433
msgid "Turkish"
-msgstr ""
+msgstr "Türkisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:435
@@ -11725,7 +11725,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:440
msgid "Ukrainian"
-msgstr ""
+msgstr "Ukrainisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:446
diff --git a/po/es.po b/po/es.po
index ff87b87..b1e60e0 100644
--- a/po/es.po
+++ b/po/es.po
@@ -3367,6 +3367,9 @@ msgid ""
"contains more rows, "Previous" and "Next" links will be "
"shown."
msgstr ""
+"Número de filas mostradas cuando se visualiza un juego de resultados. Si el "
+"juego de resultados contiene más filas, aparecerán enlaces ""
+"Anterior" y "Siguiente"."
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:1529
@@ -5945,7 +5948,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:2580
msgid "Server"
-msgstr ""
+msgstr "Servidor"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2583
@@ -9380,7 +9383,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:4362
msgid "Security"
-msgstr ""
+msgstr "Seguridad"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:4365
@@ -9925,7 +9928,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:4595
msgid "Relation view"
-msgstr ""
+msgstr "Vista de relaciones"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4598
@@ -10939,7 +10942,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:63
msgid "Language"
-msgstr ""
+msgstr "Idioma"
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:64
@@ -10973,7 +10976,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:82
msgid "Arabic"
-msgstr ""
+msgstr "Árabe"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:84
@@ -11028,7 +11031,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:131
msgid "Bulgarian"
-msgstr ""
+msgstr "Búlgaro"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:133
@@ -11068,7 +11071,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:159
msgid "Croatian"
-msgstr ""
+msgstr "Croata"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:161
@@ -11078,7 +11081,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:166
msgid "Czech"
-msgstr ""
+msgstr "Checo"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:168
@@ -11093,7 +11096,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:174
msgid "Danish"
-msgstr ""
+msgstr "Danés"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:176
@@ -11113,7 +11116,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:188
msgid "English"
-msgstr ""
+msgstr "Inglés"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:190
@@ -11134,7 +11137,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:202
msgid "Estonian"
-msgstr ""
+msgstr "Estonio"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:204
@@ -11174,7 +11177,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:230
msgid "Georgian"
-msgstr ""
+msgstr "Georgiano"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:232
@@ -11184,12 +11187,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:237
msgid "German"
-msgstr ""
+msgstr "Alemán"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:244
msgid "Greek"
-msgstr ""
+msgstr "Griego"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:246
@@ -11199,7 +11202,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:251
msgid "Hebrew"
-msgstr ""
+msgstr "Hebreo"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:258
@@ -11209,7 +11212,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:265
msgid "Hungarian"
-msgstr ""
+msgstr "Húngaro"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:267
@@ -11234,7 +11237,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:286
msgid "Japanese"
-msgstr ""
+msgstr "Japonés"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:288
@@ -11244,17 +11247,17 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:293
msgid "Korean"
-msgstr ""
+msgstr "Coreano"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:300
msgid "Latvian"
-msgstr ""
+msgstr "Letón"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:307
msgid "Lithuanian"
-msgstr ""
+msgstr "Lituano"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:309
@@ -11294,12 +11297,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:342
msgid "Persian"
-msgstr ""
+msgstr "Persa"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:349
msgid "Polish"
-msgstr ""
+msgstr "Polaco"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:356
@@ -11309,7 +11312,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:363
msgid "Romanian"
-msgstr ""
+msgstr "Rumano"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:365
@@ -11319,7 +11322,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:370
msgid "Russian"
-msgstr ""
+msgstr "Ruso"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:372
@@ -11349,7 +11352,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:391
msgid "Slovak"
-msgstr ""
+msgstr "Eslovaco"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:393
@@ -11359,12 +11362,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:398
msgid "Slovenian"
-msgstr ""
+msgstr "Esloveno"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:405
msgid "Spanish"
-msgstr ""
+msgstr "Español"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:407
@@ -11374,7 +11377,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:412
msgid "Swedish"
-msgstr ""
+msgstr "Sueco"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:414
@@ -11394,12 +11397,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:426
msgid "Thai"
-msgstr ""
+msgstr "Tailandés"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:433
msgid "Turkish"
-msgstr ""
+msgstr "Turco"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:435
@@ -11409,7 +11412,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:440
msgid "Ukrainian"
-msgstr ""
+msgstr "Ucraniano"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:446
diff --git a/po/fi.po b/po/fi.po
index f7e3669..cabef88 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3202,6 +3202,9 @@ msgid ""
"contains more rows, "Previous" and "Next" links will be "
"shown."
msgstr ""
+"Näytettävien rivien määrä selattaessa tulostaulua. Jos tulostaulussa on "
+"enemmän rivejä, näytetään "Edellinen"- ja "Seuraava"-"
+"linkit."
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:1529
@@ -5778,7 +5781,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:2580
msgid "Server"
-msgstr ""
+msgstr "Palvelin"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2583
@@ -6495,7 +6498,7 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2962
msgid "and"
-msgstr ""
+msgstr "ja"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:2964
@@ -9213,7 +9216,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:4362
msgid "Security"
-msgstr ""
+msgstr "Turvallisuus"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:4365
@@ -9748,7 +9751,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:4595
msgid "Relation view"
-msgstr ""
+msgstr "Relaationäkymä"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4598
@@ -10752,7 +10755,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:63
msgid "Language"
-msgstr ""
+msgstr "Kieli"
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:64
@@ -10786,7 +10789,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:82
msgid "Arabic"
-msgstr ""
+msgstr "Arabialainen"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:84
@@ -10841,7 +10844,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:131
msgid "Bulgarian"
-msgstr ""
+msgstr "Bulgarialainen"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:133
@@ -10881,7 +10884,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:159
msgid "Croatian"
-msgstr ""
+msgstr "Kroaatti"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:161
@@ -10891,7 +10894,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:166
msgid "Czech"
-msgstr ""
+msgstr "Tsekkiläinen"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:168
@@ -10906,7 +10909,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:174
msgid "Danish"
-msgstr ""
+msgstr "Tanskalainen"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:176
@@ -10926,7 +10929,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:188
msgid "English"
-msgstr ""
+msgstr "Englantilainen"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:190
@@ -10947,7 +10950,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:202
msgid "Estonian"
-msgstr ""
+msgstr "Virolainen"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:204
@@ -10987,7 +10990,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:230
msgid "Georgian"
-msgstr ""
+msgstr "Georgialainen"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:232
@@ -10997,12 +11000,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:237
msgid "German"
-msgstr ""
+msgstr "Saksalainen"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:244
msgid "Greek"
-msgstr ""
+msgstr "Kreikkalainen"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:246
@@ -11012,7 +11015,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:251
msgid "Hebrew"
-msgstr ""
+msgstr "Hebrealainen"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:258
@@ -11022,7 +11025,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:265
msgid "Hungarian"
-msgstr ""
+msgstr "Unkarilainen"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:267
@@ -11047,7 +11050,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:286
msgid "Japanese"
-msgstr ""
+msgstr "Japanilainen"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:288
@@ -11057,17 +11060,17 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:293
msgid "Korean"
-msgstr ""
+msgstr "Korealainen"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:300
msgid "Latvian"
-msgstr ""
+msgstr "Latvialainen"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:307
msgid "Lithuanian"
-msgstr ""
+msgstr "Liettualainen"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:309
@@ -11107,12 +11110,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:342
msgid "Persian"
-msgstr ""
+msgstr "Persialainen"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:349
msgid "Polish"
-msgstr ""
+msgstr "Puolalainen"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:356
@@ -11122,7 +11125,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:363
msgid "Romanian"
-msgstr ""
+msgstr "Romanialainen"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:365
@@ -11132,7 +11135,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:370
msgid "Russian"
-msgstr ""
+msgstr "Venäläinen"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:372
@@ -11162,7 +11165,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:391
msgid "Slovak"
-msgstr ""
+msgstr "Slovakialainen"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:393
@@ -11172,12 +11175,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:398
msgid "Slovenian"
-msgstr ""
+msgstr "Slovenialainen"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:405
msgid "Spanish"
-msgstr ""
+msgstr "Espanjalainen"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:407
@@ -11187,7 +11190,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:412
msgid "Swedish"
-msgstr ""
+msgstr "Ruotsalainen"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:414
@@ -11207,12 +11210,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:426
msgid "Thai"
-msgstr ""
+msgstr "Thai"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:433
msgid "Turkish"
-msgstr ""
+msgstr "Turkkilainen"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:435
@@ -11222,7 +11225,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:440
msgid "Ukrainian"
-msgstr ""
+msgstr "Ukrainalainen"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:446
diff --git a/po/gl.po b/po/gl.po
index 159fd01..be85811 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -3201,6 +3201,9 @@ msgid ""
"contains more rows, "Previous" and "Next" links will be "
"shown."
msgstr ""
+"Número máximo de filerias que aparecen cando se visualiza un conxunto de "
+"resultados. Se o conxunto de resultados contén máis fileiras, aparecen as "
+"ligazóns "Anterior" and "Seguinte"."
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:1529
@@ -5777,7 +5780,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:2580
msgid "Server"
-msgstr ""
+msgstr "Servidor"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2583
@@ -6494,7 +6497,7 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2962
msgid "and"
-msgstr ""
+msgstr "e"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:2964
@@ -9212,7 +9215,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:4362
msgid "Security"
-msgstr ""
+msgstr "Seguranza"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:4365
@@ -9747,7 +9750,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:4595
msgid "Relation view"
-msgstr ""
+msgstr "Vista das relacións"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4598
@@ -10751,7 +10754,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:63
msgid "Language"
-msgstr ""
+msgstr "Lingua"
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:64
@@ -10785,7 +10788,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:82
msgid "Arabic"
-msgstr ""
+msgstr "Árabe"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:84
@@ -10840,7 +10843,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:131
msgid "Bulgarian"
-msgstr ""
+msgstr "Búlgaro"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:133
@@ -10880,7 +10883,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:159
msgid "Croatian"
-msgstr ""
+msgstr "Croata"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:161
@@ -10890,7 +10893,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:166
msgid "Czech"
-msgstr ""
+msgstr "Checo"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:168
@@ -10905,7 +10908,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:174
msgid "Danish"
-msgstr ""
+msgstr "Dinamarqués"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:176
@@ -10925,7 +10928,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:188
msgid "English"
-msgstr ""
+msgstr "Inglés"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:190
@@ -10946,7 +10949,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:202
msgid "Estonian"
-msgstr ""
+msgstr "Estonio"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:204
@@ -10986,7 +10989,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:230
msgid "Georgian"
-msgstr ""
+msgstr "Xeorxiano"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:232
@@ -10996,12 +10999,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:237
msgid "German"
-msgstr ""
+msgstr "Alemán"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:244
msgid "Greek"
-msgstr ""
+msgstr "Grego"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:246
@@ -11011,7 +11014,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:251
msgid "Hebrew"
-msgstr ""
+msgstr "Hebreu"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:258
@@ -11021,7 +11024,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:265
msgid "Hungarian"
-msgstr ""
+msgstr "Húngaro"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:267
@@ -11046,7 +11049,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:286
msgid "Japanese"
-msgstr ""
+msgstr "Xaponés"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:288
@@ -11056,17 +11059,17 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:293
msgid "Korean"
-msgstr ""
+msgstr "Coreano"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:300
msgid "Latvian"
-msgstr ""
+msgstr "Letonio"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:307
msgid "Lithuanian"
-msgstr ""
+msgstr "Lituano"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:309
@@ -11106,12 +11109,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:342
msgid "Persian"
-msgstr ""
+msgstr "Persa"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:349
msgid "Polish"
-msgstr ""
+msgstr "Polonés"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:356
@@ -11121,7 +11124,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:363
msgid "Romanian"
-msgstr ""
+msgstr "Romeno"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:365
@@ -11131,7 +11134,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:370
msgid "Russian"
-msgstr ""
+msgstr "Ruso"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:372
@@ -11161,7 +11164,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.htm
l:391
msgid "Slovak"
-msgstr ""
+msgstr "Eslovaco"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:393
@@ -11171,12 +11174,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:398
msgid "Slovenian"
-msgstr ""
+msgstr "Esloveno"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:405
msgid "Spanish"
-msgstr ""
+msgstr "Español"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:407
@@ -11186,7 +11189,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:412
msgid "Swedish"
-msgstr ""
+msgstr "Sueco"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:414
@@ -11206,12 +11209,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:426
msgid "Thai"
-msgstr ""
+msgstr "Tailandés"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:433
msgid "Turkish"
-msgstr ""
+msgstr "Turco"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:435
@@ -11221,7 +11224,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:440
msgid "Ukrainian"
-msgstr ""
+msgstr "Ucraniano"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:446
diff --git a/po/hu.po b/po/hu.po
index 9065fb0..3891e93 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -3202,6 +3202,9 @@ msgid ""
"contains more rows, "Previous" and "Next" links will be "
"shown."
msgstr ""
+"Egy eredményhalmaz tallózásakor megjelenített sorok száma. Ha az "
+"eredményhalmaz több sort tartalmaz, akkor az "Előző" és a ""
+"Következő" hivatkozás lesz látható."
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:1529
@@ -5778,7 +5781,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:2580
msgid "Server"
-msgstr ""
+msgstr "Szerver"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2583
@@ -6495,7 +6498,7 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2962
msgid "and"
-msgstr ""
+msgstr "és"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:2964
@@ -9213,7 +9216,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:4362
msgid "Security"
-msgstr ""
+msgstr "Biztonság"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:4365
@@ -9748,7 +9751,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:4595
msgid "Relation view"
-msgstr ""
+msgstr "Kapcsolat nézete"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4598
@@ -10752,7 +10755,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:63
msgid "Language"
-msgstr ""
+msgstr "Nyelv"
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:64
@@ -10786,7 +10789,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:82
msgid "Arabic"
-msgstr ""
+msgstr "Arab"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:84
@@ -10841,7 +10844,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:131
msgid "Bulgarian"
-msgstr ""
+msgstr "Bolgár"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:133
@@ -10881,7 +10884,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:159
msgid "Croatian"
-msgstr ""
+msgstr "Horvát"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:161
@@ -10891,7 +10894,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:166
msgid "Czech"
-msgstr ""
+msgstr "Cseh"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:168
@@ -10906,7 +10909,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:174
msgid "Danish"
-msgstr ""
+msgstr "Dán"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:176
@@ -10926,7 +10929,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:188
msgid "English"
-msgstr ""
+msgstr "Angol"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:190
@@ -10947,7 +10950,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:202
msgid "Estonian"
-msgstr ""
+msgstr "Észt"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:204
@@ -10987,7 +10990,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:230
msgid "Georgian"
-msgstr ""
+msgstr "Grúz"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:232
@@ -10997,12 +11000,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:237
msgid "German"
-msgstr ""
+msgstr "Német"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:244
msgid "Greek"
-msgstr ""
+msgstr "Görög"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:246
@@ -11012,7 +11015,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:251
msgid "Hebrew"
-msgstr ""
+msgstr "Héber"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:258
@@ -11022,7 +11025,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:265
msgid "Hungarian"
-msgstr ""
+msgstr "Magyar"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:267
@@ -11047,7 +11050,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:286
msgid "Japanese"
-msgstr ""
+msgstr "Japán"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:288
@@ -11057,17 +11060,17 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:293
msgid "Korean"
-msgstr ""
+msgstr "Koreai"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:300
msgid "Latvian"
-msgstr ""
+msgstr "Lett"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:307
msgid "Lithuanian"
-msgstr ""
+msgstr "Litván"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:309
@@ -11107,12 +11110,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:342
msgid "Persian"
-msgstr ""
+msgstr "Perzsa"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:349
msgid "Polish"
-msgstr ""
+msgstr "Lengyel"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:356
@@ -11122,7 +11125,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:363
msgid "Romanian"
-msgstr ""
+msgstr "Román"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:365
@@ -11132,7 +11135,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:370
msgid "Russian"
-msgstr ""
+msgstr "Orosz"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:372
@@ -11162,7 +11165,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:391
msgid "Slovak"
-msgstr ""
+msgstr "Szlovák"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:393
@@ -11172,12 +11175,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:398
msgid "Slovenian"
-msgstr ""
+msgstr "Szlovén"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:405
msgid "Spanish"
-msgstr ""
+msgstr "Spanyol"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:407
@@ -11187,7 +11190,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:412
msgid "Swedish"
-msgstr ""
+msgstr "Svéd"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:414
@@ -11207,12 +11210,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:426
msgid "Thai"
-msgstr ""
+msgstr "Thai"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:433
msgid "Turkish"
-msgstr ""
+msgstr "Török"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:435
@@ -11222,7 +11225,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:440
msgid "Ukrainian"
-msgstr ""
+msgstr "Ukrán"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:446
diff --git a/po/it.po b/po/it.po
index 821fd3d..e1c0e28 100644
--- a/po/it.po
+++ b/po/it.po
@@ -12108,7 +12108,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:4595
msgid "Relation view"
-msgstr ""
+msgstr "Vedi relazioni"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4598
@@ -13129,7 +13129,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:63
msgid "Language"
-msgstr ""
+msgstr "Lingua"
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:64
@@ -13163,7 +13163,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:82
msgid "Arabic"
-msgstr ""
+msgstr "Arabo"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:84
@@ -13218,7 +13218,7 @@ msgstr "Airon Luis Pereira (thedarkness(a)users.sourceforge.net)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:131
msgid "Bulgarian"
-msgstr ""
+msgstr "Bulgaro"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:133
@@ -13259,7 +13259,7 @@ msgstr "Orzu Samarqandiy (orzu(a)users.sourceforge.net)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:159
msgid "Croatian"
-msgstr ""
+msgstr "Croato"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:161
@@ -13269,7 +13269,7 @@ msgstr "Renato Pavicic (renato(a)translator-shop.org)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:166
msgid "Czech"
-msgstr ""
+msgstr "Ceco"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:168
@@ -13284,7 +13284,7 @@ msgstr "Ondřej Vadinský (nicky726(a)gmail.com)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:174
msgid "Danish"
-msgstr ""
+msgstr "Danese"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:176
@@ -13304,7 +13304,7 @@ msgstr "Herman van Rink (rink(a)initfour.nl)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:188
msgid "English"
-msgstr ""
+msgstr "Inglese"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:190
@@ -13326,7 +13326,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:202
msgid "Estonian"
-msgstr ""
+msgstr "Estone"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:204
@@ -13366,7 +13366,7 @@ msgstr "Xosé Calvo (xosecalvo(a)galizaweb.net)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:230
msgid "Georgian"
-msgstr ""
+msgstr "Georgiano"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:232
@@ -13376,12 +13376,12 @@ msgstr "George Machitidze (gmachitidze(a)users.sourceforge.net)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:237
msgid "German"
-msgstr ""
+msgstr "Tedesco"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:244
msgid "Greek"
-msgstr ""
+msgstr "Greco"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:246
@@ -13391,7 +13391,7 @@ msgstr "Panagiotis Papazoglou (panos78(a)users.sourceforge.net)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:251
msgid "Hebrew"
-msgstr ""
+msgstr "Ebreo"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:258
@@ -13401,7 +13401,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:265
msgid "Hungarian"
-msgstr ""
+msgstr "Ungherese"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:267
@@ -13427,7 +13427,7 @@ msgstr "Luca Rebellato (rebeluca(a)ngi.it)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:286
msgid "Japanese"
-msgstr ""
+msgstr "Giapponese"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:288
@@ -13437,17 +13437,17 @@ msgstr "Tadashi Jokagi (elf2000(a)users.sourceforge.net)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:293
msgid "Korean"
-msgstr ""
+msgstr "Coreano"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:300
msgid "Latvian"
-msgstr ""
+msgstr "Lituano"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:307
msgid "Lithuanian"
-msgstr ""
+msgstr "Lituano"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:309
@@ -13487,12 +13487,12 @@ msgstr "Sven-Erik Andersen (sven.erik.andersen(a)gmail.com)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:342
msgid "Persian"
-msgstr ""
+msgstr "Persiano"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:349
msgid "Polish"
-msgstr ""
+msgstr "Polacco"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:356
@@ -13502,7 +13502,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:363
msgid "Romanian"
-msgstr ""
+msgstr "Rumeno"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:365
@@ -13512,7 +13512,7 @@ msgstr "Sergiu Bivol (sbivol(a)users.sourceforge.net)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:370
msgid "Russian"
-msgstr ""
+msgstr "Russo"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:372
@@ -13542,7 +13542,7 @@ msgstr "H.Malinda Siriwardana (malindahs(a)users.sourceforge.net)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:391
msgid "Slovak"
-msgstr ""
+msgstr "Slovacco"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:393
@@ -13552,12 +13552,12 @@ msgstr "Ivan Kuriscak (shylauda69(a)users.sourceforge.net)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:398
msgid "Slovenian"
-msgstr ""
+msgstr "Sloveno"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:405
msgid "Spanish"
-msgstr ""
+msgstr "Spagnolo"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:407
@@ -13567,7 +13567,7 @@ msgstr "Dr. med. Daniel Hinostroza C. (phpmyadmin(a)cerebroperiferico.com)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:412
msgid "Swedish"
-msgstr ""
+msgstr "Svedese"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:414
@@ -13587,12 +13587,12 @@ msgstr "Albert Fazlí (amichauer(a)gmx.de)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:426
msgid "Thai"
-msgstr ""
+msgstr "Thai"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:433
msgid "Turkish"
-msgstr ""
+msgstr "Turco"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:435
@@ -13602,7 +13602,7 @@ msgstr "Burak Yavuz (bourock(a)users.sourceforge.net)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:440
msgid "Ukrainian"
-msgstr ""
+msgstr "Ucraino"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:446
diff --git a/po/ka.po b/po/ka.po
index 6b7404e..eb7a3b2 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -3201,6 +3201,9 @@ msgid ""
"contains more rows, "Previous" and "Next" links will be "
"shown."
msgstr ""
+"Number of rows displayed when browsing a result set. If the result set "
+"contains more rows, "Previous" and "Next" links will be "
+"shown."
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:1529
@@ -5777,7 +5780,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
@@ -9212,7 +9215,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:4362
msgid "Security"
-msgstr ""
+msgstr "უსაფრთხოება"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:4365
@@ -9747,7 +9750,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:4595
msgid "Relation view"
-msgstr ""
+msgstr "Relation view"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4598
@@ -10751,7 +10754,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 +10788,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 +10843,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 +10883,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 +10893,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 +10908,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 +10928,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 +10949,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 +10989,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 +10999,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 +11014,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 +11024,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 +11049,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 +11059,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 +11109,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 +11124,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 +11134,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 +11164,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 +11174,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 +11189,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 +11209,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:426
msgid "Thai"
-msgstr ""
+msgstr "Thai"
#. 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 +11224,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/lt.po b/po/lt.po
index 9590054..f3c00a2 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -5779,7 +5779,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:2580
msgid "Server"
-msgstr ""
+msgstr "Serveris"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2583
@@ -6496,7 +6496,7 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2962
msgid "and"
-msgstr ""
+msgstr "ir"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:2964
@@ -9214,7 +9214,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:4362
msgid "Security"
-msgstr ""
+msgstr "Saugumas"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:4365
@@ -9749,7 +9749,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:4595
msgid "Relation view"
-msgstr ""
+msgstr "Peržiūrėti sąryšius"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4598
@@ -10753,7 +10753,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:63
msgid "Language"
-msgstr ""
+msgstr "Kalba"
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:64
@@ -10787,7 +10787,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:82
msgid "Arabic"
-msgstr ""
+msgstr "Arabų"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:84
@@ -10842,7 +10842,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:131
msgid "Bulgarian"
-msgstr ""
+msgstr "Bulgarų"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:133
@@ -10882,7 +10882,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:159
msgid "Croatian"
-msgstr ""
+msgstr "Kroatų"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:161
@@ -10892,7 +10892,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:166
msgid "Czech"
-msgstr ""
+msgstr "Čekų"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:168
@@ -10907,7 +10907,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:174
msgid "Danish"
-msgstr ""
+msgstr "Danų"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:176
@@ -10927,7 +10927,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:188
msgid "English"
-msgstr ""
+msgstr "Anglų"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:190
@@ -10948,7 +10948,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:202
msgid "Estonian"
-msgstr ""
+msgstr "Estų"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:204
@@ -10988,7 +10988,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:230
msgid "Georgian"
-msgstr ""
+msgstr "Gruzinų"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:232
@@ -10998,12 +10998,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:237
msgid "German"
-msgstr ""
+msgstr "Vokiečių"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:244
msgid "Greek"
-msgstr ""
+msgstr "Graikų"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:246
@@ -11013,7 +11013,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:251
msgid "Hebrew"
-msgstr ""
+msgstr "Žydų"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:258
@@ -11023,7 +11023,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:265
msgid "Hungarian"
-msgstr ""
+msgstr "Vengrų"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:267
@@ -11048,7 +11048,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:286
msgid "Japanese"
-msgstr ""
+msgstr "Japonų"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:288
@@ -11058,17 +11058,17 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:293
msgid "Korean"
-msgstr ""
+msgstr "Korėjiečių"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:300
msgid "Latvian"
-msgstr ""
+msgstr "Latvių"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:307
msgid "Lithuanian"
-msgstr ""
+msgstr "Lietuvių"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:309
@@ -11108,12 +11108,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:342
msgid "Persian"
-msgstr ""
+msgstr "Persų"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:349
msgid "Polish"
-msgstr ""
+msgstr "Lenkų"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:356
@@ -11123,7 +11123,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:363
msgid "Romanian"
-msgstr ""
+msgstr "Rumunų"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:365
@@ -11133,7 +11133,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:370
msgid "Russian"
-msgstr ""
+msgstr "Rusų"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:372
@@ -11163,7 +11163,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:391
msgid "Slovak"
-msgstr ""
+msgstr "Slovakų"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:393
@@ -11173,12 +11173,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:398
msgid "Slovenian"
-msgstr ""
+msgstr "Slovėnų"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:405
msgid "Spanish"
-msgstr ""
+msgstr "Ispanų"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:407
@@ -11188,7 +11188,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:412
msgid "Swedish"
-msgstr ""
+msgstr "Švedų"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:414
@@ -11208,12 +11208,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:426
msgid "Thai"
-msgstr ""
+msgstr "Tailando"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:433
msgid "Turkish"
-msgstr ""
+msgstr "Turkų"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:435
@@ -11223,7 +11223,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:440
msgid "Ukrainian"
-msgstr ""
+msgstr "Ukrainiečių"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:446
diff --git a/po/nl.po b/po/nl.po
index b2ef836..266ab64 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -3342,6 +3342,9 @@ msgid ""
"contains more rows, "Previous" and "Next" links will be "
"shown."
msgstr ""
+"Het maximum aantal te tonen rijen tijdens het verkennen van een resultaat "
+"set. Indien de resultaat set meer rijen bevat worden "Volgende" en "
+""Vorige" links getoond."
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:1529
@@ -5918,7 +5921,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
@@ -6635,7 +6638,7 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2962
msgid "and"
-msgstr ""
+msgstr "en"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:2964
@@ -9353,7 +9356,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:4362
msgid "Security"
-msgstr ""
+msgstr "Beveiliging"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:4365
@@ -9888,7 +9891,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:4595
msgid "Relation view"
-msgstr ""
+msgstr "Relatieoverzicht"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4598
@@ -10895,7 +10898,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:63
msgid "Language"
-msgstr ""
+msgstr "Taal"
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:64
@@ -10929,7 +10932,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:82
msgid "Arabic"
-msgstr ""
+msgstr "Arabisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:84
@@ -10984,7 +10987,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:131
msgid "Bulgarian"
-msgstr ""
+msgstr "Bulgaars"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:133
@@ -11024,7 +11027,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:159
msgid "Croatian"
-msgstr ""
+msgstr "Kroatisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:161
@@ -11034,7 +11037,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:166
msgid "Czech"
-msgstr ""
+msgstr "Tsjechisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:168
@@ -11049,7 +11052,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:174
msgid "Danish"
-msgstr ""
+msgstr "Deens"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:176
@@ -11069,7 +11072,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:188
msgid "English"
-msgstr ""
+msgstr "Engels"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:190
@@ -11090,7 +11093,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:202
msgid "Estonian"
-msgstr ""
+msgstr "Estlands"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:204
@@ -11130,7 +11133,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:230
msgid "Georgian"
-msgstr ""
+msgstr "Georgisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:232
@@ -11140,12 +11143,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:237
msgid "German"
-msgstr ""
+msgstr "Duits"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:244
msgid "Greek"
-msgstr ""
+msgstr "Grieks"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:246
@@ -11155,7 +11158,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:251
msgid "Hebrew"
-msgstr ""
+msgstr "Hebreeuws"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:258
@@ -11165,7 +11168,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:265
msgid "Hungarian"
-msgstr ""
+msgstr "Hongaars"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:267
@@ -11190,7 +11193,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:286
msgid "Japanese"
-msgstr ""
+msgstr "Japans"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:288
@@ -11200,17 +11203,17 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:293
msgid "Korean"
-msgstr ""
+msgstr "Koreaans"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:300
msgid "Latvian"
-msgstr ""
+msgstr "Lets"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:307
msgid "Lithuanian"
-msgstr ""
+msgstr "Litouws"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:309
@@ -11250,12 +11253,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:342
msgid "Persian"
-msgstr ""
+msgstr "Perzisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:349
msgid "Polish"
-msgstr ""
+msgstr "Pools"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:356
@@ -11265,7 +11268,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:363
msgid "Romanian"
-msgstr ""
+msgstr "Roemeens"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:365
@@ -11275,7 +11278,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:370
msgid "Russian"
-msgstr ""
+msgstr "Russisch"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:372
@@ -11305,7 +11308,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:391
msgid "Slovak"
-msgstr ""
+msgstr "Slowaaks"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:393
@@ -11315,12 +11318,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:398
msgid "Slovenian"
-msgstr ""
+msgstr "Sloveens"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:405
msgid "Spanish"
-msgstr ""
+msgstr "Spaans"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:407
@@ -11330,7 +11333,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:412
msgid "Swedish"
-msgstr ""
+msgstr "Zweeds"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:414
@@ -11350,12 +11353,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:426
msgid "Thai"
-msgstr ""
+msgstr "Thais"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:433
msgid "Turkish"
-msgstr ""
+msgstr "Turks"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:435
@@ -11365,7 +11368,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:440
msgid "Ukrainian"
-msgstr ""
+msgstr "Oekraïens"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:446
diff --git a/po/no.po b/po/no.po
index 4334d2e..0473ed0 100644
--- a/po/no.po
+++ b/po/no.po
@@ -3202,6 +3202,9 @@ msgid ""
"contains more rows, "Previous" and "Next" links will be "
"shown."
msgstr ""
+"Antall rader som viser ved framvisning av et resultat. Hvis resultatet "
+"inneholder flere rader vil "Forrige" og "Neste" linker "
+"bli vist."
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:1529
@@ -5778,7 +5781,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:2580
msgid "Server"
-msgstr ""
+msgstr "Tjener"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2583
@@ -6495,7 +6498,7 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2962
msgid "and"
-msgstr ""
+msgstr "og"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:2964
@@ -9213,7 +9216,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:4362
msgid "Security"
-msgstr ""
+msgstr "Sikkerhet"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:4365
@@ -9748,7 +9751,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:4595
msgid "Relation view"
-msgstr ""
+msgstr "Relasjonsvisning"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4598
@@ -10752,7 +10755,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:63
msgid "Language"
-msgstr ""
+msgstr "Språk"
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:64
@@ -10786,7 +10789,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:82
msgid "Arabic"
-msgstr ""
+msgstr "arabisk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:84
@@ -10841,7 +10844,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:131
msgid "Bulgarian"
-msgstr ""
+msgstr "bulgarsk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:133
@@ -10881,7 +10884,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:159
msgid "Croatian"
-msgstr ""
+msgstr "kroatisk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:161
@@ -10891,7 +10894,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:166
msgid "Czech"
-msgstr ""
+msgstr "tjekkisk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:168
@@ -10906,7 +10909,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:174
msgid "Danish"
-msgstr ""
+msgstr "dansk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:176
@@ -10926,7 +10929,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:188
msgid "English"
-msgstr ""
+msgstr "engelsk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:190
@@ -10947,7 +10950,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:202
msgid "Estonian"
-msgstr ""
+msgstr "estisk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:204
@@ -10987,7 +10990,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:230
msgid "Georgian"
-msgstr ""
+msgstr "Georgisk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:232
@@ -10997,12 +11000,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:237
msgid "German"
-msgstr ""
+msgstr "tysk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:244
msgid "Greek"
-msgstr ""
+msgstr "gresk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:246
@@ -11012,7 +11015,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:251
msgid "Hebrew"
-msgstr ""
+msgstr "hebraisk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:258
@@ -11022,7 +11025,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:265
msgid "Hungarian"
-msgstr ""
+msgstr "ungarsk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:267
@@ -11047,7 +11050,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:286
msgid "Japanese"
-msgstr ""
+msgstr "japansk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:288
@@ -11057,17 +11060,17 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:293
msgid "Korean"
-msgstr ""
+msgstr "koreansk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:300
msgid "Latvian"
-msgstr ""
+msgstr "Latvisk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:307
msgid "Lithuanian"
-msgstr ""
+msgstr "lithauisk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:309
@@ -11107,12 +11110,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:342
msgid "Persian"
-msgstr ""
+msgstr "Persisk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:349
msgid "Polish"
-msgstr ""
+msgstr "Polsk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:356
@@ -11122,7 +11125,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:363
msgid "Romanian"
-msgstr ""
+msgstr "Rumensk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:365
@@ -11132,7 +11135,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:370
msgid "Russian"
-msgstr ""
+msgstr "russisk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:372
@@ -11162,7 +11165,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:391
msgid "Slovak"
-msgstr ""
+msgstr "Slovakisk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:393
@@ -11172,12 +11175,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:398
msgid "Slovenian"
-msgstr ""
+msgstr "Slovensk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:405
msgid "Spanish"
-msgstr ""
+msgstr "Spansk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:407
@@ -11187,7 +11190,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:412
msgid "Swedish"
-msgstr ""
+msgstr "svensk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:414
@@ -11207,12 +11210,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:426
msgid "Thai"
-msgstr ""
+msgstr "thai"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:433
msgid "Turkish"
-msgstr ""
+msgstr "tyrkisk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:435
@@ -11222,7 +11225,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:440
msgid "Ukrainian"
-msgstr ""
+msgstr "ukrainsk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:446
diff --git a/po/pl.po b/po/pl.po
index d334e6a..b46ba81 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -11717,7 +11717,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:4595
msgid "Relation view"
-msgstr ""
+msgstr "Widok relacyjny"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4598
@@ -12742,7 +12742,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:63
msgid "Language"
-msgstr ""
+msgstr "Język"
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:64
@@ -12776,7 +12776,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:82
msgid "Arabic"
-msgstr ""
+msgstr "Arabski"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:84
@@ -12831,7 +12831,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:131
msgid "Bulgarian"
-msgstr ""
+msgstr "Bułgarski"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:133
@@ -12871,7 +12871,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:159
msgid "Croatian"
-msgstr ""
+msgstr "Chorwacki"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:161
@@ -12881,7 +12881,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:166
msgid "Czech"
-msgstr ""
+msgstr "Czeski"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:168
@@ -12896,7 +12896,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:174
msgid "Danish"
-msgstr ""
+msgstr "Duński"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:176
@@ -12916,7 +12916,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:188
msgid "English"
-msgstr ""
+msgstr "Angielski"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:190
@@ -12937,7 +12937,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:202
msgid "Estonian"
-msgstr ""
+msgstr "Estoński"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:204
@@ -12977,7 +12977,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:230
msgid "Georgian"
-msgstr ""
+msgstr "Gruziński"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:232
@@ -12987,12 +12987,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:237
msgid "German"
-msgstr ""
+msgstr "Niemiecki"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:244
msgid "Greek"
-msgstr ""
+msgstr "Grecki"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:246
@@ -13002,7 +13002,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:251
msgid "Hebrew"
-msgstr ""
+msgstr "Hebrajski"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:258
@@ -13012,7 +13012,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:265
msgid "Hungarian"
-msgstr ""
+msgstr "Węgierski"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:267
@@ -13038,7 +13038,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:286
msgid "Japanese"
-msgstr ""
+msgstr "Japoński"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:288
@@ -13048,17 +13048,17 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:293
msgid "Korean"
-msgstr ""
+msgstr "Koreański"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:300
msgid "Latvian"
-msgstr ""
+msgstr "Łotewski"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:307
msgid "Lithuanian"
-msgstr ""
+msgstr "Litewski"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:309
@@ -13098,12 +13098,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:342
msgid "Persian"
-msgstr ""
+msgstr "Perski"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:349
msgid "Polish"
-msgstr ""
+msgstr "Polski"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:356
@@ -13113,7 +13113,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:363
msgid "Romanian"
-msgstr ""
+msgstr "Rumuński"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:365
@@ -13123,7 +13123,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:370
msgid "Russian"
-msgstr ""
+msgstr "Rosyjski"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:372
@@ -13153,7 +13153,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:391
msgid "Slovak"
-msgstr ""
+msgstr "Słowacki"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:393
@@ -13163,12 +13163,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:398
msgid "Slovenian"
-msgstr ""
+msgstr "Słoweński"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:405
msgid "Spanish"
-msgstr ""
+msgstr "Hiszpański"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:407
@@ -13178,7 +13178,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:412
msgid "Swedish"
-msgstr ""
+msgstr "Szwedzki"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:414
@@ -13198,12 +13198,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:426
msgid "Thai"
-msgstr ""
+msgstr "Tajski"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:433
msgid "Turkish"
-msgstr ""
+msgstr "Turecki"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:435
@@ -13213,7 +13213,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:440
msgid "Ukrainian"
-msgstr ""
+msgstr "Ukraiński"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:446
diff --git a/po/pt_BR.po b/po/pt_BR.po
index fc433fb..de80c2b 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -6169,7 +6169,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:2580
msgid "Server"
-msgstr ""
+msgstr "Servidor"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2583
@@ -10229,7 +10229,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:4595
msgid "Relation view"
-msgstr ""
+msgstr "Ver relações"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4598
diff --git a/po/ro.po b/po/ro.po
index 32d9e46..bc83353 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -5786,7 +5786,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
@@ -9756,7 +9756,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:4595
msgid "Relation view"
-msgstr ""
+msgstr "Vizualizare relațională"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4598
@@ -10760,7 +10760,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:63
msgid "Language"
-msgstr ""
+msgstr "Limbă"
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:64
@@ -10794,7 +10794,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:82
msgid "Arabic"
-msgstr ""
+msgstr "Arab"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:84
@@ -10849,7 +10849,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:131
msgid "Bulgarian"
-msgstr ""
+msgstr "Bulgar"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:133
@@ -10889,7 +10889,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:159
msgid "Croatian"
-msgstr ""
+msgstr "Croat"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:161
@@ -10899,7 +10899,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:166
msgid "Czech"
-msgstr ""
+msgstr "Ceh"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:168
@@ -10914,7 +10914,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:174
msgid "Danish"
-msgstr ""
+msgstr "Danez"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:176
@@ -10934,7 +10934,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:188
msgid "English"
-msgstr ""
+msgstr "Englez"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:190
@@ -10955,7 +10955,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:202
msgid "Estonian"
-msgstr ""
+msgstr "Estoniană"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:204
@@ -10995,7 +10995,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:230
msgid "Georgian"
-msgstr ""
+msgstr "Georgiană"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:232
@@ -11005,12 +11005,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:237
msgid "German"
-msgstr ""
+msgstr "Germană"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:244
msgid "Greek"
-msgstr ""
+msgstr "Grec"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:246
@@ -11020,7 +11020,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:251
msgid "Hebrew"
-msgstr ""
+msgstr "Ebraică"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:258
@@ -11030,7 +11030,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:265
msgid "Hungarian"
-msgstr ""
+msgstr "Maghiar"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:267
@@ -11055,7 +11055,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:286
msgid "Japanese"
-msgstr ""
+msgstr "Japonez"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:288
@@ -11065,17 +11065,17 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:293
msgid "Korean"
-msgstr ""
+msgstr "Coreean"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:300
msgid "Latvian"
-msgstr ""
+msgstr "Leton"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:307
msgid "Lithuanian"
-msgstr ""
+msgstr "Lituanian"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:309
@@ -11115,12 +11115,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:342
msgid "Persian"
-msgstr ""
+msgstr "Persană"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:349
msgid "Polish"
-msgstr ""
+msgstr "Polononez"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:356
@@ -11130,7 +11130,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:363
msgid "Romanian"
-msgstr ""
+msgstr "Român"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:365
@@ -11140,7 +11140,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:370
msgid "Russian"
-msgstr ""
+msgstr "Rus"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:372
@@ -11170,7 +11170,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:391
msgid "Slovak"
-msgstr ""
+msgstr "Slovacă"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:393
@@ -11180,12 +11180,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:398
msgid "Slovenian"
-msgstr ""
+msgstr "Slovenă"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:405
msgid "Spanish"
-msgstr ""
+msgstr "Spaniolă"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:407
@@ -11195,7 +11195,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:412
msgid "Swedish"
-msgstr ""
+msgstr "Suedez"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:414
@@ -11215,12 +11215,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:426
msgid "Thai"
-msgstr ""
+msgstr "Tailandez"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:433
msgid "Turkish"
-msgstr ""
+msgstr "Turc"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:435
@@ -11230,7 +11230,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:440
msgid "Ukrainian"
-msgstr ""
+msgstr "Ucrainean"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:446
diff --git a/po/sv.po b/po/sv.po
index dc4ef3c..dfd7a11 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -3202,6 +3202,9 @@ msgid ""
"contains more rows, "Previous" and "Next" links will be "
"shown."
msgstr ""
+"Antal rader som visas vid visning av en resultatmängd. Om resultatmängden "
+"innehåller fler rader, visas länkar för "Föregående" och ""
+"Nästa"."
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:1529
@@ -5778,7 +5781,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
@@ -6495,7 +6498,7 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2962
msgid "and"
-msgstr ""
+msgstr "och"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:2964
@@ -9213,7 +9216,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:4362
msgid "Security"
-msgstr ""
+msgstr "Säkerhet"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:4365
@@ -9748,7 +9751,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:4595
msgid "Relation view"
-msgstr ""
+msgstr "Visa relationer"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4598
@@ -10752,7 +10755,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:63
msgid "Language"
-msgstr ""
+msgstr "Språk"
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:64
@@ -10786,7 +10789,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:82
msgid "Arabic"
-msgstr ""
+msgstr "Arabisk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:84
@@ -10841,7 +10844,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:131
msgid "Bulgarian"
-msgstr ""
+msgstr "Bulgarisk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:133
@@ -10881,7 +10884,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:159
msgid "Croatian"
-msgstr ""
+msgstr "Kroatisk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:161
@@ -10891,7 +10894,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:166
msgid "Czech"
-msgstr ""
+msgstr "Tjeckisk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:168
@@ -10906,7 +10909,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:174
msgid "Danish"
-msgstr ""
+msgstr "Dansk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:176
@@ -10926,7 +10929,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:188
msgid "English"
-msgstr ""
+msgstr "Engelsk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:190
@@ -10947,7 +10950,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:202
msgid "Estonian"
-msgstr ""
+msgstr "Estnisk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:204
@@ -10987,7 +10990,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:230
msgid "Georgian"
-msgstr ""
+msgstr "Georgisk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:232
@@ -10997,12 +11000,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:237
msgid "German"
-msgstr ""
+msgstr "Tysk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:244
msgid "Greek"
-msgstr ""
+msgstr "Grekisk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:246
@@ -11012,7 +11015,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:251
msgid "Hebrew"
-msgstr ""
+msgstr "Hebreisk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:258
@@ -11022,7 +11025,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:265
msgid "Hungarian"
-msgstr ""
+msgstr "Ungersk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:267
@@ -11047,7 +11050,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:286
msgid "Japanese"
-msgstr ""
+msgstr "Japansk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:288
@@ -11057,17 +11060,17 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:293
msgid "Korean"
-msgstr ""
+msgstr "Koreansk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:300
msgid "Latvian"
-msgstr ""
+msgstr "Lettiska"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:307
msgid "Lithuanian"
-msgstr ""
+msgstr "Litauisk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:309
@@ -11107,12 +11110,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:342
msgid "Persian"
-msgstr ""
+msgstr "Persiska"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:349
msgid "Polish"
-msgstr ""
+msgstr "Polska"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:356
@@ -11122,7 +11125,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:363
msgid "Romanian"
-msgstr ""
+msgstr "Rumänska"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:365
@@ -11132,7 +11135,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:370
msgid "Russian"
-msgstr ""
+msgstr "Rysk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:372
@@ -11162,7 +11165,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:391
msgid "Slovak"
-msgstr ""
+msgstr "Slovakiska"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:393
@@ -11172,12 +11175,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:398
msgid "Slovenian"
-msgstr ""
+msgstr "Slovenska"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:405
msgid "Spanish"
-msgstr ""
+msgstr "Spanska"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:407
@@ -11187,7 +11190,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:412
msgid "Swedish"
-ms
gstr ""
+msgstr "Svensk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:414
@@ -11207,12 +11210,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:426
msgid "Thai"
-msgstr ""
+msgstr "Thailändsk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:433
msgid "Turkish"
-msgstr ""
+msgstr "Turkisk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:435
@@ -11222,7 +11225,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:440
msgid "Ukrainian"
-msgstr ""
+msgstr "Ukrainsk"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:446
diff --git a/po/tr.po b/po/tr.po
index ac83540..ff977b8 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -3202,6 +3202,9 @@ msgid ""
"contains more rows, "Previous" and "Next" links will be "
"shown."
msgstr ""
+"Sonuç grubuna göz atarken görüntülenecek satır sayısıdır. Eğer sonuç grubu "
+"daha fazla satır içeriyorsa, "Önceki" ve "Sonraki" "
+"bağlantıları gösterilecektir."
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:1529
@@ -5778,7 +5781,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:2580
msgid "Server"
-msgstr ""
+msgstr "Sunucu"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2583
@@ -6495,7 +6498,7 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2962
msgid "and"
-msgstr ""
+msgstr "ve"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:2964
@@ -9213,7 +9216,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:4362
msgid "Security"
-msgstr ""
+msgstr "Güvenlik"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:4365
@@ -9748,7 +9751,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:4595
msgid "Relation view"
-msgstr ""
+msgstr "İlişki görünümü"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:4598
@@ -10752,7 +10755,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:63
msgid "Language"
-msgstr ""
+msgstr "Dil"
#. type: Content of: <html><body><div><table><tr><th>
#: ../phpmyadmin/translators.html:64
@@ -10786,7 +10789,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:82
msgid "Arabic"
-msgstr ""
+msgstr "Arapça"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:84
@@ -10841,7 +10844,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:131
msgid "Bulgarian"
-msgstr ""
+msgstr "Bulgarca"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:133
@@ -10881,7 +10884,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:159
msgid "Croatian"
-msgstr ""
+msgstr "Hırvatça"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:161
@@ -10891,7 +10894,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:166
msgid "Czech"
-msgstr ""
+msgstr "Çekçe"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:168
@@ -10906,7 +10909,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:174
msgid "Danish"
-msgstr ""
+msgstr "Danca"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:176
@@ -10926,7 +10929,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:188
msgid "English"
-msgstr ""
+msgstr "İngilizce"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:190
@@ -10947,7 +10950,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:202
msgid "Estonian"
-msgstr ""
+msgstr "Estçe"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:204
@@ -10987,7 +10990,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:230
msgid "Georgian"
-msgstr ""
+msgstr "Gürcüce"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:232
@@ -10997,12 +11000,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:237
msgid "German"
-msgstr ""
+msgstr "Almanca"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:244
msgid "Greek"
-msgstr ""
+msgstr "Yunanca"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:246
@@ -11012,7 +11015,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:251
msgid "Hebrew"
-msgstr ""
+msgstr "İbranice"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:258
@@ -11022,7 +11025,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:265
msgid "Hungarian"
-msgstr ""
+msgstr "Macarca"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:267
@@ -11047,7 +11050,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:286
msgid "Japanese"
-msgstr ""
+msgstr "Japonca"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:288
@@ -11057,17 +11060,17 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:293
msgid "Korean"
-msgstr ""
+msgstr "Korece"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:300
msgid "Latvian"
-msgstr ""
+msgstr "Litvanyaca"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:307
msgid "Lithuanian"
-msgstr ""
+msgstr "Litvanyaca"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:309
@@ -11107,12 +11110,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:342
msgid "Persian"
-msgstr ""
+msgstr "Farsça"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:349
msgid "Polish"
-msgstr ""
+msgstr "Polonyaca"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:356
@@ -11122,7 +11125,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:363
msgid "Romanian"
-msgstr ""
+msgstr "Romence"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:365
@@ -11132,7 +11135,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:370
msgid "Russian"
-msgstr ""
+msgstr "Rusça"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:372
@@ -11162,7 +11165,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:391
msgid "Slovak"
-msgstr ""
+msgstr "Slovakça"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:393
@@ -11172,12 +11175,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:398
msgid "Slovenian"
-msgstr ""
+msgstr "Slovence"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:405
msgid "Spanish"
-msgstr ""
+msgstr "İspanyolca"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:407
@@ -11187,7 +11190,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:412
msgid "Swedish"
-msgstr ""
+msgstr "İsveççe"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:414
@@ -11207,12 +11210,12 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:426
msgid "Thai"
-msgstr ""
+msgstr "Tayca"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:433
msgid "Turkish"
-msgstr ""
+msgstr "Türkçe"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:435
@@ -11222,7 +11225,7 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:440
msgid "Ukrainian"
-msgstr ""
+msgstr "Ukraynaca"
#. 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 b62ddcd..c4267da 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -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
@@ -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
hooks/post-receive
--
phpMyAdmin localized documentation
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 4ddafb79360886877ee518f9f073faf5257f4037
by Michal Čihař 10 Mar '10
by Michal Čihař 10 Mar '10
10 Mar '10
The branch, master has been updated
via 4ddafb79360886877ee518f9f073faf5257f4037 (commit)
from 570eee724d8f640305df2f1778dd0139dce175bd (commit)
- Log -----------------------------------------------------------------
commit 4ddafb79360886877ee518f9f073faf5257f4037
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Mar 10 13:33:10 2010 +0100
Ignore pending translations from Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 po/.gitignore
diff --git a/po/.gitignore b/po/.gitignore
new file mode 100644
index 0000000..de9e712
--- /dev/null
+++ b/po/.gitignore
@@ -0,0 +1 @@
+*.pending
hooks/post-receive
--
phpMyAdmin localized documentation
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 570eee724d8f640305df2f1778dd0139dce175bd
by Michal Čihař 10 Mar '10
by Michal Čihař 10 Mar '10
10 Mar '10
The branch, master has been updated
via 570eee724d8f640305df2f1778dd0139dce175bd (commit)
via 6068a47443dede1c5b22e79658adcb328d1c3ef0 (commit)
via 9f169878baafb9bbc13a5de53907aa7a5d6b8a0a (commit)
via 1f2dc3e14ba5e62ab5b193497ff4108255dbdca5 (commit)
via b6ce77d26c5cf258f9fb125a6f1373df6b8f2305 (commit)
via 1bb64c59039cbe4292e5e766a94cca1a004c065f (commit)
via f3166c567bcb29d23692feae93d190d5c35315ab (commit)
via 38be633d044d557719bc640d9f496657fbacdfd7 (commit)
via 2bf621f50ba7d7bd99247eb2c3addad1bce95e78 (commit)
via b66801dfb22e6de73b6f7bfb335e917d357f83c1 (commit)
via 56abc37db965e448cf14c762bb1c6f39094b2d43 (commit)
via 2caee9c5f83c5970624bffc6d84ca16aa94bd531 (commit)
via ec7ecd05044b3f2ee7d5e5226a8d3072996d8150 (commit)
via 5428dc66e2d6759353b603a80757091e17da2bdb (commit)
via d596d545bdbf76bfd2eb28d52a5db638223b749c (commit)
from a582fd5db0c4222d07bd63a01fab6eeaf70ece68 (commit)
- Log -----------------------------------------------------------------
commit 570eee724d8f640305df2f1778dd0139dce175bd
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Mar 10 13:27:53 2010 +0100
Czech translation update.
commit 6068a47443dede1c5b22e79658adcb328d1c3ef0
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Mar 10 13:22:03 2010 +0100
Add generated intermediate files.
commit 9f169878baafb9bbc13a5de53907aa7a5d6b8a0a
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Mar 10 13:21:24 2010 +0100
Fix generating of translations link.
commit 1f2dc3e14ba5e62ab5b193497ff4108255dbdca5
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Mar 10 13:16:44 2010 +0100
Update Czech translation.
commit b6ce77d26c5cf258f9fb125a6f1373df6b8f2305
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Mar 10 13:14:44 2010 +0100
Regenerate all files.
commit 1bb64c59039cbe4292e5e766a94cca1a004c065f
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Mar 10 13:12:56 2010 +0100
Keep intermediate files to avoid regenerating all the time.
commit f3166c567bcb29d23692feae93d190d5c35315ab
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Mar 10 12:03:45 2010 +0100
Properly update index when there is no translation.
commit 38be633d044d557719bc640d9f496657fbacdfd7
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Mar 10 12:00:02 2010 +0100
Update documentation.
commit 2bf621f50ba7d7bd99247eb2c3addad1bce95e78
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Mar 10 11:59:55 2010 +0100
Rename files.
commit b66801dfb22e6de73b6f7bfb335e917d357f83c1
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Mar 10 11:59:09 2010 +0100
No longer used files.
commit 56abc37db965e448cf14c762bb1c6f39094b2d43
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Mar 10 11:58:29 2010 +0100
Add more languge codes.
commit 2caee9c5f83c5970624bffc6d84ca16aa94bd531
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Mar 10 11:51:59 2010 +0100
Use stamp based make.
This way we will not attempt regenerate not translated docs all the
time.
commit ec7ecd05044b3f2ee7d5e5226a8d3072996d8150
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Mar 10 11:45:41 2010 +0100
Fix ignore list.
commit 5428dc66e2d6759353b603a80757091e17da2bdb
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Mar 10 11:41:10 2010 +0100
Initial implementation of make based updating.
This way we will only regenerate what has changed.
commit d596d545bdbf76bfd2eb28d52a5db638223b749c
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Mar 10 10:07:49 2010 +0100
Proper language in output.
-----------------------------------------------------------------------
Summary of changes:
Makefile | 108 ++++++++
README | 6 +-
addendum/{html_comment.add => add-html_comment} | 0
addendum/{html_head.add => add-html_head} | 0
addendum/{html_comment => comment.html} | 0
addendum/{html_head => head.html} | 0
admin/locales-update | 140 -----------
generate-index | 33 +++
generate-lang-index | 104 ++++++++
get-lang-name | 82 ++++++
admin/locales-stats => locales-stats | 0
admin/new-lang => new-lang | 0
output/.gitignore | 1 +
.../{cs/index.html => ca/index-full-template.html} | 15 +-
output/ca/index.html | 11 +-
output/cs/{index.html => index-full-template.html} | 9 +-
output/cs/index.html | 13 +-
output/cs/translators.html | 18 +-
.../{cs/index.html => de/index-full-template.html} | 15 +-
output/de/index.html | 11 +-
.../en_GB/{index.html => index-full-template.html} | 9 +-
output/en_GB/index.html | 5 +-
.../{cs/index.html => es/index-full-template.html} | 15 +-
output/es/index.html | 11 +-
.../{cs/index.html => fi/index-full-template.html} | 15 +-
output/fi/index.html | 11 +-
output/fr/{index.html => index-full-template.html} | 9 +-
output/fr/index.html | 5 +-
.../{cs/index.html => gl/index-full-template.html} | 15 +-
output/gl/index.html | 11 +-
.../{cs/index.html => hu/index-full-template.html} | 15 +-
output/hu/index.html | 11 +-
.../{cs/index.html => hy/index-full-template.html} | 15 +-
output/hy/index.html | 7 +-
output/index.html | 111 +--------
output/it/{index.html => index-full-template.html} | 8 +-
output/it/index.html | 5 +-
output/jp/{index.html => index-full-template.html} | 7 +-
output/jp/index.html | 3 +-
.../{cs/index.html => ka/index-full-template.html} | 15 +-
output/ka/index.html | 11 +-
.../{cs/index.html => lt/index-full-template.html} | 15 +-
output/lt/index.html | 11 +-
.../{cs/index.html => mn/index-full-template.html} | 15 +-
output/mn/index.html | 11 +-
.../{cs/index.html => nl/index-full-template.html} | 15 +-
output/nl/index.html | 11 +-
.../{cs/index.html => no/index-full-template.html} | 15 +-
output/no/index.html | 11 +-
output/pl/{index.html => index-full-template.html} | 7 +-
output/pl/index.html | 3 +-
.../pt_BR/{index.html => index-full-template.html} | 9 +-
output/pt_BR/index.html | 5 +-
.../{cs/index.html => ro/index-full-template.html} | 15 +-
output/ro/index.html | 11 +-
.../{cs/index.html => sv/index-full-template.html} | 15 +-
output/sv/index.html | 11 +-
.../{cs/index.html => tr/index-full-template.html} | 15 +-
output/tr/index.html | 11 +-
.../zh_CN/{index.html => index-full-template.html} | 9 +-
output/zh_CN/index.html | 5 +-
.../zh_TW/{index.html => index-full-template.html} | 8 +-
output/zh_TW/index.html | 7 +-
po/ca.po | 187 +++++++++------
po/cs.po | 233 ++++++++++--------
po/de.po | 189 +++++++++------
po/en_GB.po | 208 +++++++++-------
po/es.po | 187 +++++++++------
po/fi.po | 183 ++++++++------
po/fr.po | 207 +++++++++-------
po/gl.po | 183 ++++++++------
po/hu.po | 183 ++++++++------
po/hy.po | 183 ++++++++------
po/it.po | 210 +++++++++-------
po/jp.po | 198 +++++++++-------
po/ka.po | 183 ++++++++------
po/lt.po | 183 ++++++++------
po/mn.po | 183 ++++++++------
po/nl.po | 187 +++++++++------
po/no.po | 183 ++++++++------
po/pl.po | 198 +++++++++-------
po/pt_BR.po | 215 ++++++++++-------
po/ro.po | 183 ++++++++------
po/sv.po | 183 ++++++++------
po/tr.po | 183 ++++++++------
po/zh_CN.po | 208 ++++++++++-------
po/zh_TW.po | 184 ++++++++------
po4a.conf | 9 -
po/hu.po => pot/ca-full.pot | 223 ++++++++++-------
docs.pot => pot/ca-html.pot | 258 +++-----------------
pot/ca-txt.pot | 247 +++++++++++++++++++
po/hu.po => pot/cs-full.pot | 223 ++++++++++-------
docs.pot => pot/cs-html.pot | 258 +++-----------------
pot/cs-txt.pot | 247 +++++++++++++++++++
po/hu.po => pot/de-full.pot | 223 ++++++++++-------
docs.pot => pot/de-html.pot | 258 +++-----------------
pot/de-txt.pot | 247 +++++++++++++++++++
po/hu.po => pot/en_GB-full.pot | 224 ++++++++++-------
docs.pot => pot/en_GB-html.pot | 258 +++-----------------
pot/en_GB-txt.pot | 247 +++++++++++++++++++
po/hu.po => pot/es-full.pot | 223 ++++++++++-------
docs.pot => pot/es-html.pot | 258 +++-----------------
pot/es-txt.pot | 247 +++++++++++++++++++
po/hu.po => pot/fi-full.pot | 223 ++++++++++-------
docs.pot => pot/fi-html.pot | 258 +++-----------------
pot/fi-txt.pot | 247 +++++++++++++++++++
po/hu.po => pot/fr-full.pot | 223 ++++++++++-------
docs.pot => pot/fr-html.pot | 258 +++-----------------
pot/fr-txt.pot | 247 +++++++++++++++++++
po/hu.po => pot/gl-full.pot | 223 ++++++++++-------
docs.pot => pot/gl-html.pot | 258 +++-----------------
pot/gl-txt.pot | 247 +++++++++++++++++++
po/hu.po => pot/hu-full.pot | 223 ++++++++++-------
docs.pot => pot/hu-html.pot | 258 +++-----------------
pot/hu-txt.pot | 247 +++++++++++++++++++
po/hu.po => pot/hy-full.pot | 223 ++++++++++-------
docs.pot => pot/hy-html.pot | 258 +++-----------------
pot/hy-txt.pot | 247 +++++++++++++++++++
po/hu.po => pot/it-full.pot | 223 ++++++++++-------
docs.pot => pot/it-html.pot | 258 +++-----------------
pot/it-txt.pot | 247 +++++++++++++++++++
po/hu.po => pot/jp-full.pot | 223 ++++++++++-------
docs.pot => pot/jp-html.pot | 258 +++-----------------
pot/jp-txt.pot | 247 +++++++++++++++++++
po/hu.po => pot/ka-full.pot | 223 ++++++++++-------
docs.pot => pot/ka-html.pot | 258 +++-----------------
pot/ka-txt.pot | 247 +++++++++++++++++++
po/hu.po => pot/lt-full.pot | 223 ++++++++++-------
docs.pot => pot/lt-html.pot | 258 +++-----------------
pot/lt-txt.pot | 247 +++++++++++++++++++
po/hu.po => pot/mn-full.pot | 223 ++++++++++-------
docs.pot => pot/mn-html.pot | 258 +++-----------------
pot/mn-txt.pot | 247 +++++++++++++++++++
po/hu.po => pot/nl-full.pot | 223 ++++++++++-------
docs.pot => pot/nl-html.pot | 258 +++-----------------
pot/nl-txt.pot | 247 +++++++++++++++++++
po/hu.po => pot/no-full.pot | 223 ++++++++++-------
docs.pot => pot/no-html.pot | 258 +++-----------------
pot/no-txt.pot | 247 +++++++++++++++++++
po/hu.po => pot/pl-full.pot | 223 ++++++++++-------
docs.pot => pot/pl-html.pot | 258 +++-----------------
pot/pl-txt.pot | 247 +++++++++++++++++++
po/hu.po => pot/pt_BR-full.pot | 224 ++++++++++-------
docs.pot => pot/pt_BR-html.pot | 258 +++-----------------
pot/pt_BR-txt.pot | 247 +++++++++++++++++++
po/hu.po => pot/ro-full.pot | 223 ++++++++++-------
docs.pot => pot/ro-html.pot | 258 +++-----------------
pot/ro-txt.pot | 247 +++++++++++++++++++
po/hu.po => pot/sv-full.pot | 223 ++++++++++-------
docs.pot => pot/sv-html.pot | 258 +++-----------------
pot/sv-txt.pot | 247 +++++++++++++++++++
po/hu.po => pot/tr-full.pot | 223 ++++++++++-------
docs.pot => pot/tr-html.pot | 258 +++-----------------
pot/tr-txt.pot | 247 +++++++++++++++++++
po/hu.po => pot/zh_CN-full.pot | 224 ++++++++++-------
docs.pot => pot/zh_CN-html.pot | 258 +++-----------------
pot/zh_CN-txt.pot | 247 +++++++++++++++++++
po/hu.po => pot/zh_TW-full.pot | 224 ++++++++++-------
docs.pot => pot/zh_TW-html.pot | 258 +++-----------------
pot/zh_TW-txt.pot | 247 +++++++++++++++++++
160 files changed, 13002 insertions(+), 10222 deletions(-)
create mode 100755 Makefile
rename addendum/{html_comment.add => add-html_comment} (100%)
rename addendum/{html_head.add => add-html_head} (100%)
rename addendum/{html_comment => comment.html} (100%)
rename addendum/{html_head => head.html} (100%)
delete mode 100755 admin/locales-update
create mode 100755 generate-index
create mode 100755 generate-lang-index
create mode 100755 get-lang-name
rename admin/locales-stats => locales-stats (100%)
rename admin/new-lang => new-lang (100%)
create mode 100644 output/.gitignore
copy output/{cs/index.html => ca/index-full-template.html} (61%)
copy output/cs/{index.html => index-full-template.html} (78%)
copy output/{cs/index.html => de/index-full-template.html} (61%)
copy output/en_GB/{index.html => index-full-template.html} (80%)
copy output/{cs/index.html => es/index-full-template.html} (61%)
copy output/{cs/index.html => fi/index-full-template.html} (61%)
copy output/fr/{index.html => index-full-template.html} (78%)
copy output/{cs/index.html => gl/index-full-template.html} (61%)
copy output/{cs/index.html => hu/index-full-template.html} (61%)
copy output/{cs/index.html => hy/index-full-template.html} (61%)
copy output/it/{index.html => index-full-template.html} (77%)
copy output/jp/{index.html => index-full-template.html} (68%)
copy output/{cs/index.html => ka/index-full-template.html} (61%)
copy output/{cs/index.html => lt/index-full-template.html} (61%)
copy output/{cs/index.html => mn/index-full-template.html} (61%)
copy output/{cs/index.html => nl/index-full-template.html} (61%)
copy output/{cs/index.html => no/index-full-template.html} (61%)
copy output/pl/{index.html => index-full-template.html} (68%)
copy output/pt_BR/{index.html => index-full-template.html} (79%)
copy output/{cs/index.html => ro/index-full-template.html} (61%)
copy output/{cs/index.html => sv/index-full-template.html} (61%)
copy output/{cs/index.html => tr/index-full-template.html} (61%)
copy output/zh_CN/{index.html => index-full-template.html} (79%)
copy output/zh_TW/{index.html => index-full-template.html} (61%)
delete mode 100644 po4a.conf
copy po/hu.po => pot/ca-full.pot (99%)
copy docs.pot => pot/ca-html.pot (98%)
create mode 100644 pot/ca-txt.pot
copy po/hu.po => pot/cs-full.pot (99%)
copy docs.pot => pot/cs-html.pot (98%)
create mode 100644 pot/cs-txt.pot
copy po/hu.po => pot/de-full.pot (99%)
copy docs.pot => pot/de-html.pot (98%)
create mode 100644 pot/de-txt.pot
copy po/hu.po => pot/en_GB-full.pot (99%)
copy docs.pot => pot/en_GB-html.pot (98%)
create mode 100644 pot/en_GB-txt.pot
copy po/hu.po => pot/es-full.pot (99%)
copy docs.pot => pot/es-html.pot (98%)
create mode 100644 pot/es-txt.pot
copy po/hu.po => pot/fi-full.pot (99%)
copy docs.pot => pot/fi-html.pot (98%)
create mode 100644 pot/fi-txt.pot
copy po/hu.po => pot/fr-full.pot (99%)
copy docs.pot => pot/fr-html.pot (98%)
create mode 100644 pot/fr-txt.pot
copy po/hu.po => pot/gl-full.pot (99%)
copy docs.pot => pot/gl-html.pot (98%)
create mode 100644 pot/gl-txt.pot
copy po/hu.po => pot/hu-full.pot (99%)
copy docs.pot => pot/hu-html.pot (98%)
create mode 100644 pot/hu-txt.pot
copy po/hu.po => pot/hy-full.pot (99%)
copy docs.pot => pot/hy-html.pot (98%)
create mode 100644 pot/hy-txt.pot
copy po/hu.po => pot/it-full.pot (99%)
copy docs.pot => pot/it-html.pot (98%)
create mode 100644 pot/it-txt.pot
copy po/hu.po => pot/jp-full.pot (99%)
copy docs.pot => pot/jp-html.pot (98%)
create mode 100644 pot/jp-txt.pot
copy po/hu.po => pot/ka-full.pot (99%)
copy docs.pot => pot/ka-html.pot (98%)
create mode 100644 pot/ka-txt.pot
copy po/hu.po => pot/lt-full.pot (99%)
copy docs.pot => pot/lt-html.pot (98%)
create mode 100644 pot/lt-txt.pot
copy po/hu.po => pot/mn-full.pot (99%)
copy docs.pot => pot/mn-html.pot (98%)
create mode 100644 pot/mn-txt.pot
copy po/hu.po => pot/nl-full.pot (99%)
copy docs.pot => pot/nl-html.pot (98%)
create mode 100644 pot/nl-txt.pot
copy po/hu.po => pot/no-full.pot (99%)
copy docs.pot => pot/no-html.pot (98%)
create mode 100644 pot/no-txt.pot
copy po/hu.po => pot/pl-full.pot (99%)
copy docs.pot => pot/pl-html.pot (98%)
create mode 100644 pot/pl-txt.pot
copy po/hu.po => pot/pt_BR-full.pot (99%)
copy docs.pot => pot/pt_BR-html.pot (98%)
create mode 100644 pot/pt_BR-txt.pot
copy po/hu.po => pot/ro-full.pot (99%)
copy docs.pot => pot/ro-html.pot (98%)
create mode 100644 pot/ro-txt.pot
copy po/hu.po => pot/sv-full.pot (99%)
copy docs.pot => pot/sv-html.pot (98%)
create mode 100644 pot/sv-txt.pot
copy po/hu.po => pot/tr-full.pot (99%)
copy docs.pot => pot/tr-html.pot (98%)
create mode 100644 pot/tr-txt.pot
copy po/hu.po => pot/zh_CN-full.pot (99%)
copy docs.pot => pot/zh_CN-html.pot (98%)
create mode 100644 pot/zh_CN-txt.pot
copy po/hu.po => pot/zh_TW-full.pot (99%)
copy docs.pot => pot/zh_TW-html.pot (98%)
create mode 100644 pot/zh_TW-txt.pot
diff --git a/Makefile b/Makefile
new file mode 100755
index 0000000..6df5262
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,108 @@
+#!/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
+PO4AOPTS=-M utf-8 -k 15
+PO4A_PO_OPTS=--msgid-bugs-address phpmyadmin-devel(a)lists.sourceforge.net \
+ --copyright-holder "the phpMyAdmin project" \
+ --package-name "phpMyAdmin documentation" \
+ -M utf-8 \
+
+all: $(addsuffix /Documentation.html.stamp, $(addprefix output/, ${LANGUAGES})) \
+ $(addsuffix /translators.html.stamp, $(addprefix output/, ${LANGUAGES})) \
+ $(addsuffix /index.html, $(addprefix output/, ${LANGUAGES})) \
+ $(addsuffix /README.stamp, $(addprefix output/, ${LANGUAGES})) \
+ $(addsuffix /INSTALL.stamp, $(addprefix output/, ${LANGUAGES})) \
+ $(addsuffix /TODO.stamp, $(addprefix output/, ${LANGUAGES})) \
+ output/index.html
+
+
+output/%/index.html: po/%.po output/%/index-template.html
+ po4a-translate -f xhtml -m output/$*/index-template.html -p $< -l $@ ${PO4AOPTS} -k 0
+
+output/%/Documentation.html.stamp: po/%.po addendum/html_head.% addendum/html_comment.% ../phpmyadmin/Documentation.html
+ po4a-translate -f xhtml -m ../phpmyadmin/Documentation.html -p $< -l output/$*/Documentation.html ${PO4AOPTS} --addendum addendum/html_head.$* --addendum addendum/html_comment.$*
+ touch $@
+
+output/%/translators.html.stamp: po/%.po addendum/html_head.% addendum/html_comment.% ../phpmyadmin/translators.html
+ po4a-translate -f xhtml -m ../phpmyadmin/translators.html -p $< -l output/$*/translators.html ${PO4AOPTS} --addendum addendum/html_head.$* --addendum addendum/html_comment.$*
+ touch $@
+
+output/%/README.stamp: po/%.po ../phpmyadmin/README
+ po4a-translate -f text -m ../phpmyadmin/README -p $< -l output/$*/README ${PO4AOPTS}
+ touch $@
+
+output/%/TODO.stamp: po/%.po ../phpmyadmin/TODO
+ po4a-translate -f text -m ../phpmyadmin/TODO -p $< -l output/$*/TODO ${PO4AOPTS}
+ touch $@
+
+output/%/INSTALL.stamp: po/%.po ../phpmyadmin/INSTALL
+ po4a-translate -f text -m ../phpmyadmin/INSTALL -p $< -l output/$*/INSTALL ${PO4AOPTS}
+ touch $@
+
+addendum/html_head.%: po/%.po addendum/head.html addendum/add-html_head
+ po4a-translate -f xhtml -m addendum/head.html -p $< -l $@ ${PO4AOPTS} -k 0 --addendum addendum/add-html_head
+
+addendum/html_comment.%: po/%.po addendum/comment.html addendum/add-html_comment
+ po4a-translate -f text -m addendum/comment.html -p $< -l $@ ${PO4AOPTS} -k 0 --addendum addendum/add-html_comment
+
+output/%/index-template.html: generate-lang-index get-lang-name \
+ $(wildcard $(addsuffix /Documentation.html, output/%) \
+ $(addsuffix /translators.html, output/%) \
+ $(addsuffix /README, output/%) \
+ $(addsuffix /INSTALL, output/%) \
+ $(addsuffix /TODO, output/%))
+ ./generate-lang-index $* > $@
+
+.PRECIOUS: output/%/index-full-template.html
+output/%/index-full-template.html: generate-lang-index get-lang-name
+ ./generate-lang-index $* full > $@
+
+output/index.html: $(wildcard output/*/index.html) generate-index get-lang-name
+ ./generate-index > $@
+
+.PRECIOUS: pot/%-html.pot
+pot/%-html.pot: ../phpmyadmin/Documentation.html ../phpmyadmin/translators.html output/%/index-full-template.html addendum/head.html
+ po4a-gettextize -f xhtml ${PO4A_PO_OPTS} \
+ -m ../phpmyadmin/Documentation.html \
+ -m../phpmyadmin/translators.html \
+ -m output/$*/index-full-template.html \
+ -m addendum/head.html \
+ -p $@
+
+.PRECIOUS: pot/%-txt.pot
+pot/%-txt.pot: ../phpmyadmin/INSTALL ../phpmyadmin/TODO ../phpmyadmin/README addendum/comment.html
+ po4a-gettextize -f text ${PO4A_PO_OPTS} \
+ -m addendum/comment.html \
+ -m ../phpmyadmin/INSTALL \
+ -m ../phpmyadmin/TODO \
+ -m../phpmyadmin/README \
+ -p $@
+
+.PRECIOUS: pot/%-full.pot
+pot/%-full.pot: pot/%-html.pot pot/%-txt.pot
+ msgcat -o $@ $^
+
+po/%.po: pot/%-full.pot
+ msgmerge -U $@ $<
+ touch $@
+
+aadasdas: ../phpmyadmin/INSTALL ../phpmyadmin/TODO ../phpmyadmin/README ../phpmyadmin/Documentation.html ../phpmyadmin/translators.html output/%/index-full-template.html addendum/comment.html addendum/head.html
+ po4a-updatepo \
+ --msgid-bugs-address phpmyadmin-devel(a)lists.sourceforge.net \
+ --copyright-holder "the phpMyAdmin project" \
+ --package-name "phpMyAdmin documentation" \
+ -M utf-8 \
+ -f xhtml \
+ -m ../phpmyadmin/Documentation.html \
+ -m../phpmyadmin/translators.html \
+ -m output/$*/index-full-template.html \
+ -m addendum/head.html \
+ -f text \
+ -m addendum/comment.html \
+ -m ../phpmyadmin/INSTALL \
+ -m ../phpmyadmin/TODO \
+ -m../phpmyadmin/README \
+ -p $@
+
+# -f text \
diff --git a/README b/README
index 91b86e2..51d7123 100644
--- a/README
+++ b/README
@@ -12,11 +12,11 @@ Git.
For manipulating with translations, you need gettext and po4a installed.
-To start new translation you can use script admin/new-lang.
+To start new translation you can use script new-lang.
-To regenerate documents use script admin/locales-update.
+To regenerate documents use script make.
-To obtain statistics about current translations run admin/locales-stats.
+To obtain statistics about current translations run locales-stats.
Generated documents gets additional headers based on data in addendum directory.
diff --git a/addendum/html_comment.add b/addendum/add-html_comment
similarity index 100%
rename from addendum/html_comment.add
rename to addendum/add-html_comment
diff --git a/addendum/html_head.add b/addendum/add-html_head
similarity index 100%
rename from addendum/html_head.add
rename to addendum/add-html_head
diff --git a/addendum/html_comment b/addendum/comment.html
similarity index 100%
rename from addendum/html_comment
rename to addendum/comment.html
diff --git a/addendum/html_head b/addendum/head.html
similarity index 100%
rename from addendum/html_head
rename to addendum/head.html
diff --git a/admin/locales-update b/admin/locales-update
deleted file mode 100755
index 43b20bd..0000000
--- a/admin/locales-update
+++ /dev/null
@@ -1,140 +0,0 @@
-#!/bin/sh
-# vim: expandtab sw=4 ts=4 sts=4:
-
-getname() {
- case $1 in
- Documentation.html)
- echo Main documentation
- ;;
- translators.html)
- echo List of translators
- ;;
- *)
- echo $1
- ;;
- esac
-}
-
-langname() {
- case $1 in
- fr)
- echo "French"
- ;;
- cs)
- echo "Czech"
- ;;
- pt_BR)
- echo "Brazilian Portuguese"
- ;;
- jp)
- echo "Japanese"
- ;;
- pl)
- echo "Polish"
- ;;
- it)
- echo "Italian"
- ;;
- zh_TW)
- echo "Traditional Chinese"
- ;;
- zh_CN)
- echo "Simplified Chinese"
- ;;
- hy)
- echo "Armenian"
- ;;
- en_GB)
- echo "English (United Kingdom)"
- ;;
- en_GB)
- echo "English (United Kingdom)"
- ;;
-### MARKER TO ADD NEW LANGUAGE NAMES ###
- *)
- echo $1
- ;;
- esac
-}
-
-po4a \
- --msgid-bugs-address phpmyadmin-devel(a)lists.sourceforge.net \
- --copyright-holder "phpMyAdmin devel team" \
- --package-name phpMyAdmin-docs \
- -L utf-8 \
- -M utf-8 \
- -k 15 \
- po4a.conf
-cat > output/index.html <<EOT
-<!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="en-US"
- version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin Localized Documentation</title>
-</head>
-<body>
-<h1>phpMyAdmin Localized Documentation</h1>
-<ul>
-EOT
-
-for loc in po/*.po ; do
- sed -i '
- s/SOME DESCRIPTIVE TITLE/phpMyAdmin documentation translation/;
- s/PACKAGE/phpMyAdmin-docs/;
- s/Report-Msgid-Bugs-To: .*\\n/Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\\n/;
- s/(C) YEAR/(C) 2001 - '`date +%Y`'/;
- ' $loc
- lang=${loc%.po}
- lang=${lang#po/}
- (
- cd output/$lang
- rm -f index.html
- num=`ls | grep -v docs.css | grep -v favicon.ico | wc -l`
- files=`ls | grep -v docs.css | grep -v favicon.ico `
- cp ../../../phpmyadmin/docs.css .
- cp ../../../phpmyadmin/favicon.ico .
- mkdir -p themes/original/img
- cp ../../../phpmyadmin/themes/original/img/logo_right.png themes/original/img
- cp ../../../phpmyadmin/themes/original/img/docs_menu_bg.png themes/original/img
- cat > index.html <<EOT
-<!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="en-US"
- version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin `langname $lang` Documentation</title>
-</head>
-<body>
-<h1>phpMyAdmin `langname $lang` Documentation</h1>
-EOT
- if [ $num -eq 0 ] ; then
- cat >> index.html <<EOT
-<p>Unfortunately no document is enough translated to `langname $lang`.</p>
-EOT
- else
- echo "<li><a href="$lang">`langname $lang`</a><ul>" >> ../index.html
- cat >> index.html <<EOT
-<p>Documents translated to `langname $lang`:</p>
-<ul>
-EOT
- for file in $files ; do
- echo "<li><a href=\"$file\">`getname $file`</a></li>" >> index.html
- echo "<li><a href=\"$lang/$file\">`getname $file`</a></li>" >> ../index.html
- done
- echo "</ul>" >> index.html
- echo "</ul></li>" >> ../index.html
- fi
- cat >> index.html <<EOT
-</body>
-</html>
-EOT
- )
-done
-cat >> output/index.html <<EOT
-</ul>
-</body>
-</html>
-EOT
diff --git a/generate-index b/generate-index
new file mode 100755
index 0000000..048efe9
--- /dev/null
+++ b/generate-index
@@ -0,0 +1,33 @@
+#!/bin/sh
+cat <<EOT
+<!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="en-US"
+ version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>phpMyAdmin Localized Documentation</title>
+</head>
+<body>
+<h1>phpMyAdmin Localized Documentation</h1>
+<ul>
+EOT
+
+for loc in po/*.po ; do
+ lang=${loc%.po}
+ lang=${lang#po/}
+ langname=`./get-lang-name $lang`
+ (
+ cd output/$lang
+ num=`ls | grep -v docs.css | grep -v favicon.ico | grep -v index.html | grep -v index-template.html | grep -v index-full-template.html | grep -v themes | grep -v '\.stamp$' | wc -l`
+ if [ $num -gt 0 ] ; then
+ echo "<li><a href="$lang">$langname</a></li>"
+ fi
+ )
+done
+cat <<EOT
+</ul>
+</body>
+</html>
+EOT
+
diff --git a/generate-lang-index b/generate-lang-index
new file mode 100755
index 0000000..807a793
--- /dev/null
+++ b/generate-lang-index
@@ -0,0 +1,104 @@
+#!/bin/sh
+# vim: expandtab sw=4 ts=4 sts=4:
+
+getname() {
+ case $1 in
+ Documentation.html)
+ echo Main documentation
+ ;;
+ translators.html)
+ echo Translators
+ ;;
+ *)
+ echo $1
+ ;;
+ esac
+}
+
+langname() {
+ case $1 in
+ fr)
+ echo "French"
+ ;;
+ cs)
+ echo "Czech"
+ ;;
+ pt_BR)
+ echo "Brazilian Portuguese"
+ ;;
+ jp)
+ echo "Japanese"
+ ;;
+ pl)
+ echo "Polish"
+ ;;
+ it)
+ echo "Italian"
+ ;;
+ zh_TW)
+ echo "Traditional Chinese"
+ ;;
+ zh_CN)
+ echo "Simplified Chinese"
+ ;;
+ hy)
+ echo "Armenian"
+ ;;
+ en_GB)
+ echo "English (United Kingdom)"
+ ;;
+ en_GB)
+ echo "English (United Kingdom)"
+ ;;
+### MARKER TO ADD NEW LANGUAGE NAMES ###
+ *)
+ echo $1
+ ;;
+ esac
+}
+
+lang=$1
+langname=`./get-lang-name $1`
+cd output/$lang
+if [ "$2" = full ] ; then
+ num=1
+ files="INSTALL TODO README Documentation.html translators.html"
+else
+ num=`ls | grep -v docs.css | grep -v favicon.ico | grep -v index.html | grep -v index-template.html | grep -v index-full-template.html | grep -v themes | grep -v '\.stamp$' | wc -l`
+ files=`ls | grep -v docs.css | grep -v favicon.ico | grep -v index.html | grep -v index-template.html | grep -v index-full-template.html | grep -v themes | grep -v '\.stamp$' `
+fi
+cp ../../../phpmyadmin/docs.css .
+cp ../../../phpmyadmin/favicon.ico .
+mkdir -p themes/original/img
+cp ../../../phpmyadmin/themes/original/img/logo_right.png themes/original/img
+cp ../../../phpmyadmin/themes/original/img/docs_menu_bg.png themes/original/img
+cat <<EOT
+<!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="$lang"
+ version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>phpMyAdmin $langname Documentation</title>
+</head>
+<body>
+<h1>phpMyAdmin $langname Documentation</h1>
+EOT
+ if [ $num -eq 0 ] ; then
+ cat <<EOT
+<p>Unfortunately no document is enough translated to $langname.</p>
+EOT
+ else
+ cat <<EOT
+<p>Documents translated to `langname $lang`:</p>
+<ul>
+EOT
+ for file in $files ; do
+ echo "<li><a href=\"$file\">`getname $file`</a></li>"
+ done
+ echo "</ul>"
+ fi
+ cat <<EOT
+</body>
+</html>
+EOT
diff --git a/get-lang-name b/get-lang-name
new file mode 100755
index 0000000..7aade4b
--- /dev/null
+++ b/get-lang-name
@@ -0,0 +1,82 @@
+#!/bin/sh
+case $1 in
+ fr)
+ echo "French"
+ ;;
+ cs)
+ echo "Czech"
+ ;;
+ gl)
+ echo "Galician"
+ ;;
+ sv)
+ echo "Swedish"
+ ;;
+ nl)
+ echo "Dutch"
+ ;;
+ ka)
+ echo "Georgian"
+ ;;
+ tr)
+ echo "Turkish"
+ ;;
+ fi)
+ echo "Finnish"
+ ;;
+ ca)
+ echo "Catalan"
+ ;;
+ hu)
+ echo "Hungarian"
+ ;;
+ no)
+ echo "Norwegian"
+ ;;
+ es)
+ echo "Spanish"
+ ;;
+ de)
+ echo "German"
+ ;;
+ lt)
+ echo "Lithuanian"
+ ;;
+ ro)
+ echo "Romanian"
+ ;;
+ mn)
+ echo "Mongolian"
+ ;;
+ pt_BR)
+ echo "Brazilian Portuguese"
+ ;;
+ jp)
+ echo "Japanese"
+ ;;
+ pl)
+ echo "Polish"
+ ;;
+ it)
+ echo "Italian"
+ ;;
+ zh_TW)
+ echo "Traditional Chinese"
+ ;;
+ zh_CN)
+ echo "Simplified Chinese"
+ ;;
+ hy)
+ echo "Armenian"
+ ;;
+ en_GB)
+ echo "English (United Kingdom)"
+ ;;
+ en_GB)
+ echo "English (United Kingdom)"
+ ;;
+### MARKER TO ADD NEW LANGUAGE NAMES ###
+ *)
+ echo $1
+ ;;
+esac
diff --git a/admin/locales-stats b/locales-stats
similarity index 100%
rename from admin/locales-stats
rename to locales-stats
diff --git a/admin/new-lang b/new-lang
similarity index 100%
rename from admin/new-lang
rename to new-lang
diff --git a/output/.gitignore b/output/.gitignore
new file mode 100644
index 0000000..ac5abaf
--- /dev/null
+++ b/output/.gitignore
@@ -0,0 +1 @@
+*.stamp
diff --git a/output/cs/index.html b/output/ca/index-full-template.html
similarity index 61%
copy from output/cs/index.html
copy to output/ca/index-full-template.html
index 1789f78..6f6ff6c 100644
--- a/output/cs/index.html
+++ b/output/ca/index-full-template.html
@@ -1,21 +1,20 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ca"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin Czech Documentation</title>
+ <title>phpMyAdmin Catalan Documentation</title>
</head>
<body>
-<h1>phpMyAdmin Czech Documentation</h1>
-<p>Documents translated to Czech:</p>
+<h1>phpMyAdmin Catalan Documentation</h1>
+<p>Documents translated to ca:</p>
<ul>
-<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
-<li><a href="README">README</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="README">README</a></li>
+<li><a href="Documentation.html">Main documentation</a></li>
+<li><a href="translators.html">Translators</a></li>
</ul>
</body>
</html>
diff --git a/output/ca/index.html b/output/ca/index.html
index d79b69f..2ec74cf 100644
--- a/output/ca/index.html
+++ b/output/ca/index.html
@@ -1,16 +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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ca"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin ca Documentation</title>
+ <title>phpMyAdmin Catalan Documentation</title>
</head>
<body>
-<h1>phpMyAdmin ca Documentation</h1>
-<p>Documents translated to ca:</p>
-<ul>
-<li><a href="themes">themes</a></li>
-</ul>
+<h1>phpMyAdmin Catalan Documentation</h1>
+<p>Unfortunately no document is enough translated to Catalan.</p>
</body>
</html>
diff --git a/output/cs/index.html b/output/cs/index-full-template.html
similarity index 78%
copy from output/cs/index.html
copy to output/cs/index-full-template.html
index 1789f78..ab9d7a8 100644
--- a/output/cs/index.html
+++ b/output/cs/index-full-template.html
@@ -1,6 +1,6 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -10,12 +10,11 @@
<h1>phpMyAdmin Czech Documentation</h1>
<p>Documents translated to Czech:</p>
<ul>
-<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
-<li><a href="README">README</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="README">README</a></li>
+<li><a href="Documentation.html">Main documentation</a></li>
+<li><a href="translators.html">Translators</a></li>
</ul>
</body>
</html>
diff --git a/output/cs/index.html b/output/cs/index.html
index 1789f78..b05ff93 100644
--- a/output/cs/index.html
+++ b/output/cs/index.html
@@ -1,21 +1,20 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin Czech Documentation</title>
+ <title>Česká dokumentace phpMyAdmina</title>
</head>
<body>
-<h1>phpMyAdmin Czech Documentation</h1>
-<p>Documents translated to Czech:</p>
+<h1>Česká dokumentace phpMyAdmina</h1>
+<p>Dokumenty přeložené do češtiny:</p>
<ul>
-<li><a href="Documentation.html">Main documentation</a></li>
+<li><a href="Documentation.html">Hlavní dokumentace</a></li>
<li><a href="INSTALL">INSTALL</a></li>
<li><a href="README">README</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="translators.html">Překladatelé</a></li>
</ul>
</body>
</html>
diff --git a/output/cs/translators.html b/output/cs/translators.html
index fe49dae..e67de8d 100644
--- a/output/cs/translators.html
+++ b/output/cs/translators.html
@@ -97,21 +97,21 @@ budou poskytovat podporu po emailu.</span></p>
</tr>
<tr id="azerbaijani">
- <td>Azerbaijani</td>
+ <td>Ázerbájdžánština</td>
<td>
hledáme dobrovolníka
</td>
</tr>
<tr id="bangla">
- <td>Bangla</td>
+ <td>Bengálština</td>
<td>
Raquibul Islam (rana(a)ekushey.org)
</td>
</tr>
<tr id="basque">
- <td>Basque</td>
+ <td>Baskičtina</td>
<td>
hledáme dobrovolníka
</td>
@@ -153,14 +153,14 @@ budou poskytovat podporu po emailu.</span></p>
</tr>
<tr id="chinese_traditional">
- <td>Chinese Traditional (BIG5)</td>
+ <td>Čínština tradiční (BIG5)</td>
<td>
Siu Sun (siusun(a)best-view.net)
</td>
</tr>
<tr id="chinese_simplified">
- <td>Chinese Simplified (GB)</td>
+ <td>Čínština zjednodušená (GB)</td>
<td>
Shanyan Baishui (rimyxp(a)users.sourceforge.net)
</td>
@@ -203,7 +203,7 @@ budou poskytovat podporu po emailu.</span></p>
</tr>
<tr id="english-gb">
- <td>English (United Kingdom)</td>
+ <td>Angličtina (Velká Británie)</td>
<td>
Robert Readman (robert_readman(a)hotmail.com)
</td>
@@ -231,14 +231,14 @@ budou poskytovat podporu po emailu.</span></p>
</tr>
<tr id="galician">
- <td>Galician</td>
+ <td>Galicijština</td>
<td>
Xosé Calvo (xosecalvo(a)galizaweb.net)
</td>
</tr>
<tr id="georgian">
- <td>Georgian</td>
+ <td>Gruzínština</td>
<td>
George Machitidze (gmachitidze(a)users.sourceforge.net)
</td>
@@ -392,7 +392,7 @@ budou poskytovat podporu po emailu.</span></p>
</tr>
<tr id="sinhala">
- <td>Sinhala</td>
+ <td>Sinhálština</td>
<td>
H.Malinda Siriwardana (malindahs(a)users.sourceforge.net)
</td>
diff --git a/output/cs/index.html b/output/de/index-full-template.html
similarity index 61%
copy from output/cs/index.html
copy to output/de/index-full-template.html
index 1789f78..53c1515 100644
--- a/output/cs/index.html
+++ b/output/de/index-full-template.html
@@ -1,21 +1,20 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin Czech Documentation</title>
+ <title>phpMyAdmin German Documentation</title>
</head>
<body>
-<h1>phpMyAdmin Czech Documentation</h1>
-<p>Documents translated to Czech:</p>
+<h1>phpMyAdmin German Documentation</h1>
+<p>Documents translated to de:</p>
<ul>
-<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
-<li><a href="README">README</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="README">README</a></li>
+<li><a href="Documentation.html">Main documentation</a></li>
+<li><a href="translators.html">Translators</a></li>
</ul>
</body>
</html>
diff --git a/output/de/index.html b/output/de/index.html
index 9157761..16ff7b2 100644
--- a/output/de/index.html
+++ b/output/de/index.html
@@ -1,16 +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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin de Documentation</title>
+ <title>phpMyAdmin German Documentation</title>
</head>
<body>
-<h1>phpMyAdmin de Documentation</h1>
-<p>Documents translated to de:</p>
-<ul>
-<li><a href="themes">themes</a></li>
-</ul>
+<h1>phpMyAdmin German Documentation</h1>
+<p>Unfortunately no document is enough translated to German.</p>
</body>
</html>
diff --git a/output/en_GB/index.html b/output/en_GB/index-full-template.html
similarity index 80%
copy from output/en_GB/index.html
copy to output/en_GB/index-full-template.html
index 345a71b..12cd99f 100644
--- a/output/en_GB/index.html
+++ b/output/en_GB/index-full-template.html
@@ -1,6 +1,6 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_GB"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -10,12 +10,11 @@
<h1>phpMyAdmin English (United Kingdom) Documentation</h1>
<p>Documents translated to English (United Kingdom):</p>
<ul>
-<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
-<li><a href="README">README</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="README">README</a></li>
+<li><a href="Documentation.html">Main documentation</a></li>
+<li><a href="translators.html">Translators</a></li>
</ul>
</body>
</html>
diff --git a/output/en_GB/index.html b/output/en_GB/index.html
index 345a71b..8b2a40a 100644
--- a/output/en_GB/index.html
+++ b/output/en_GB/index.html
@@ -1,6 +1,6 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_GB"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -13,9 +13,8 @@
<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
<li><a href="README">README</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="translators.html">Translators</a></li>
</ul>
</body>
</html>
diff --git a/output/cs/index.html b/output/es/index-full-template.html
similarity index 61%
copy from output/cs/index.html
copy to output/es/index-full-template.html
index 1789f78..72017c6 100644
--- a/output/cs/index.html
+++ b/output/es/index-full-template.html
@@ -1,21 +1,20 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin Czech Documentation</title>
+ <title>phpMyAdmin Spanish Documentation</title>
</head>
<body>
-<h1>phpMyAdmin Czech Documentation</h1>
-<p>Documents translated to Czech:</p>
+<h1>phpMyAdmin Spanish Documentation</h1>
+<p>Documents translated to es:</p>
<ul>
-<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
-<li><a href="README">README</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="README">README</a></li>
+<li><a href="Documentation.html">Main documentation</a></li>
+<li><a href="translators.html">Translators</a></li>
</ul>
</body>
</html>
diff --git a/output/es/index.html b/output/es/index.html
index 8b35ff4..b194822 100644
--- a/output/es/index.html
+++ b/output/es/index.html
@@ -1,16 +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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin es Documentation</title>
+ <title>phpMyAdmin Spanish Documentation</title>
</head>
<body>
-<h1>phpMyAdmin es Documentation</h1>
-<p>Documents translated to es:</p>
-<ul>
-<li><a href="themes">themes</a></li>
-</ul>
+<h1>phpMyAdmin Spanish Documentation</h1>
+<p>Unfortunately no document is enough translated to Spanish.</p>
</body>
</html>
diff --git a/output/cs/index.html b/output/fi/index-full-template.html
similarity index 61%
copy from output/cs/index.html
copy to output/fi/index-full-template.html
index 1789f78..bbb52b2 100644
--- a/output/cs/index.html
+++ b/output/fi/index-full-template.html
@@ -1,21 +1,20 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fi"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin Czech Documentation</title>
+ <title>phpMyAdmin Finnish Documentation</title>
</head>
<body>
-<h1>phpMyAdmin Czech Documentation</h1>
-<p>Documents translated to Czech:</p>
+<h1>phpMyAdmin Finnish Documentation</h1>
+<p>Documents translated to fi:</p>
<ul>
-<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
-<li><a href="README">README</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="README">README</a></li>
+<li><a href="Documentation.html">Main documentation</a></li>
+<li><a href="translators.html">Translators</a></li>
</ul>
</body>
</html>
diff --git a/output/fi/index.html b/output/fi/index.html
index b0964c4..318de2e 100644
--- a/output/fi/index.html
+++ b/output/fi/index.html
@@ -1,16 +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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fi"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin fi Documentation</title>
+ <title>phpMyAdmin Finnish Documentation</title>
</head>
<body>
-<h1>phpMyAdmin fi Documentation</h1>
-<p>Documents translated to fi:</p>
-<ul>
-<li><a href="themes">themes</a></li>
-</ul>
+<h1>phpMyAdmin Finnish Documentation</h1>
+<p>Unfortunately no document is enough translated to Finnish.</p>
</body>
</html>
diff --git a/output/fr/index.html b/output/fr/index-full-template.html
similarity index 78%
copy from output/fr/index.html
copy to output/fr/index-full-template.html
index fa3ec6b..5da9656 100644
--- a/output/fr/index.html
+++ b/output/fr/index-full-template.html
@@ -1,6 +1,6 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -10,12 +10,11 @@
<h1>phpMyAdmin French Documentation</h1>
<p>Documents translated to French:</p>
<ul>
-<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
-<li><a href="README">README</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="README">README</a></li>
+<li><a href="Documentation.html">Main documentation</a></li>
+<li><a href="translators.html">Translators</a></li>
</ul>
</body>
</html>
diff --git a/output/fr/index.html b/output/fr/index.html
index fa3ec6b..20f8174 100644
--- a/output/fr/index.html
+++ b/output/fr/index.html
@@ -1,6 +1,6 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -13,9 +13,8 @@
<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
<li><a href="README">README</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="translators.html">Traducteurs</a></li>
</ul>
</body>
</html>
diff --git a/output/cs/index.html b/output/gl/index-full-template.html
similarity index 61%
copy from output/cs/index.html
copy to output/gl/index-full-template.html
index 1789f78..cab1418 100644
--- a/output/cs/index.html
+++ b/output/gl/index-full-template.html
@@ -1,21 +1,20 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="gl"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin Czech Documentation</title>
+ <title>phpMyAdmin Galician Documentation</title>
</head>
<body>
-<h1>phpMyAdmin Czech Documentation</h1>
-<p>Documents translated to Czech:</p>
+<h1>phpMyAdmin Galician Documentation</h1>
+<p>Documents translated to gl:</p>
<ul>
-<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
-<li><a href="README">README</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="README">README</a></li>
+<li><a href="Documentation.html">Main documentation</a></li>
+<li><a href="translators.html">Translators</a></li>
</ul>
</body>
</html>
diff --git a/output/gl/index.html b/output/gl/index.html
index b2d66ed..71f85b4 100644
--- a/output/gl/index.html
+++ b/output/gl/index.html
@@ -1,16 +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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="gl"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin gl Documentation</title>
+ <title>phpMyAdmin Galician Documentation</title>
</head>
<body>
-<h1>phpMyAdmin gl Documentation</h1>
-<p>Documents translated to gl:</p>
-<ul>
-<li><a href="themes">themes</a></li>
-</ul>
+<h1>phpMyAdmin Galician Documentation</h1>
+<p>Unfortunately no document is enough translated to Galician.</p>
</body>
</html>
diff --git a/output/cs/index.html b/output/hu/index-full-template.html
similarity index 61%
copy from output/cs/index.html
copy to output/hu/index-full-template.html
index 1789f78..169b1a0 100644
--- a/output/cs/index.html
+++ b/output/hu/index-full-template.html
@@ -1,21 +1,20 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="hu"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin Czech Documentation</title>
+ <title>phpMyAdmin Hungarian Documentation</title>
</head>
<body>
-<h1>phpMyAdmin Czech Documentation</h1>
-<p>Documents translated to Czech:</p>
+<h1>phpMyAdmin Hungarian Documentation</h1>
+<p>Documents translated to hu:</p>
<ul>
-<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
-<li><a href="README">README</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="README">README</a></li>
+<li><a href="Documentation.html">Main documentation</a></li>
+<li><a href="translators.html">Translators</a></li>
</ul>
</body>
</html>
diff --git a/output/hu/index.html b/output/hu/index.html
index 185bd35..dd84c82 100644
--- a/output/hu/index.html
+++ b/output/hu/index.html
@@ -1,16 +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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="hu"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin hu Documentation</title>
+ <title>phpMyAdmin Hungarian Documentation</title>
</head>
<body>
-<h1>phpMyAdmin hu Documentation</h1>
-<p>Documents translated to hu:</p>
-<ul>
-<li><a href="themes">themes</a></li>
-</ul>
+<h1>phpMyAdmin Hungarian Documentation</h1>
+<p>Unfortunately no document is enough translated to Hungarian.</p>
</body>
</html>
diff --git a/output/cs/index.html b/output/hy/index-full-template.html
similarity index 61%
copy from output/cs/index.html
copy to output/hy/index-full-template.html
index 1789f78..feee4c4 100644
--- a/output/cs/index.html
+++ b/output/hy/index-full-template.html
@@ -1,21 +1,20 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="hy"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin Czech Documentation</title>
+ <title>phpMyAdmin Armenian Documentation</title>
</head>
<body>
-<h1>phpMyAdmin Czech Documentation</h1>
-<p>Documents translated to Czech:</p>
+<h1>phpMyAdmin Armenian Documentation</h1>
+<p>Documents translated to Armenian:</p>
<ul>
-<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
-<li><a href="README">README</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="README">README</a></li>
+<li><a href="Documentation.html">Main documentation</a></li>
+<li><a href="translators.html">Translators</a></li>
</ul>
</body>
</html>
diff --git a/output/hy/index.html b/output/hy/index.html
index 96c7328..f48281a 100644
--- a/output/hy/index.html
+++ b/output/hy/index.html
@@ -1,6 +1,6 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="hy"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -8,9 +8,6 @@
</head>
<body>
<h1>phpMyAdmin Armenian Documentation</h1>
-<p>Documents translated to Armenian:</p>
-<ul>
-<li><a href="themes">themes</a></li>
-</ul>
+<p>Unfortunately no document is enough translated to Armenian.</p>
</body>
</html>
diff --git a/output/index.html b/output/index.html
index 84c4dc4..5787987 100644
--- a/output/index.html
+++ b/output/index.html
@@ -9,109 +9,14 @@
<body>
<h1>phpMyAdmin Localized Documentation</h1>
<ul>
-<li><a href=ca>ca</a><ul>
-<li><a href="ca/themes">themes</a></li>
-</ul></li>
-<li><a href=cs>Czech</a><ul>
-<li><a href="cs/Documentation.html">Main documentation</a></li>
-<li><a href="cs/INSTALL">INSTALL</a></li>
-<li><a href="cs/README">README</a></li>
-<li><a href="cs/themes">themes</a></li>
-<li><a href="cs/TODO">TODO</a></li>
-<li><a href="cs/translators.html">List of translators</a></li>
-</ul></li>
-<li><a href=de>de</a><ul>
-<li><a href="de/themes">themes</a></li>
-</ul></li>
-<li><a href=en_GB>English (United Kingdom)</a><ul>
-<li><a href="en_GB/Documentation.html">Main documentation</a></li>
-<li><a href="en_GB/INSTALL">INSTALL</a></li>
-<li><a href="en_GB/README">README</a></li>
-<li><a href="en_GB/themes">themes</a></li>
-<li><a href="en_GB/TODO">TODO</a></li>
-<li><a href="en_GB/translators.html">List of translators</a></li>
-</ul></li>
-<li><a href=es>es</a><ul>
-<li><a href="es/themes">themes</a></li>
-</ul></li>
-<li><a href=fi>fi</a><ul>
-<li><a href="fi/themes">themes</a></li>
-</ul></li>
-<li><a href=fr>French</a><ul>
-<li><a href="fr/Documentation.html">Main documentation</a></li>
-<li><a href="fr/INSTALL">INSTALL</a></li>
-<li><a href="fr/README">README</a></li>
-<li><a href="fr/themes">themes</a></li>
-<li><a href="fr/TODO">TODO</a></li>
-<li><a href="fr/translators.html">List of translators</a></li>
-</ul></li>
-<li><a href=gl>gl</a><ul>
-<li><a href="gl/themes">themes</a></li>
-</ul></li>
-<li><a href=hu>hu</a><ul>
-<li><a href="hu/themes">themes</a></li>
-</ul></li>
-<li><a href=hy>Armenian</a><ul>
-<li><a href="hy/themes">themes</a></li>
-</ul></li>
-<li><a href=it>Italian</a><ul>
-<li><a href="it/Documentation.html">Main documentation</a></li>
-<li><a href="it/INSTALL">INSTALL</a></li>
-<li><a href="it/themes">themes</a></li>
-<li><a href="it/TODO">TODO</a></li>
-<li><a href="it/translators.html">List of translators</a></li>
-</ul></li>
-<li><a href=jp>Japanese</a><ul>
-<li><a href="jp/Documentation.html">Main documentation</a></li>
-<li><a href="jp/themes">themes</a></li>
-</ul></li>
-<li><a href=ka>ka</a><ul>
-<li><a href="ka/themes">themes</a></li>
-</ul></li>
-<li><a href=lt>lt</a><ul>
-<li><a href="lt/themes">themes</a></li>
-</ul></li>
-<li><a href=mn>mn</a><ul>
-<li><a href="mn/themes">themes</a></li>
-</ul></li>
-<li><a href=nl>nl</a><ul>
-<li><a href="nl/themes">themes</a></li>
-</ul></li>
-<li><a href=no>no</a><ul>
-<li><a href="no/themes">themes</a></li>
-</ul></li>
-<li><a href=pl>Polish</a><ul>
-<li><a href="pl/Documentation.html">Main documentation</a></li>
-<li><a href="pl/themes">themes</a></li>
-</ul></li>
-<li><a href=pt_BR>Brazilian Portuguese</a><ul>
-<li><a href="pt_BR/Documentation.html">Main documentation</a></li>
-<li><a href="pt_BR/INSTALL">INSTALL</a></li>
-<li><a href="pt_BR/README">README</a></li>
-<li><a href="pt_BR/themes">themes</a></li>
-<li><a href="pt_BR/TODO">TODO</a></li>
-<li><a href="pt_BR/translators.html">List of translators</a></li>
-</ul></li>
-<li><a href=ro>ro</a><ul>
-<li><a href="ro/themes">themes</a></li>
-</ul></li>
-<li><a href=sv>sv</a><ul>
-<li><a href="sv/themes">themes</a></li>
-</ul></li>
-<li><a href=tr>tr</a><ul>
-<li><a href="tr/themes">themes</a></li>
-</ul></li>
-<li><a href=zh_CN>Simplified Chinese</a><ul>
-<li><a href="zh_CN/Documentation.html">Main documentation</a></li>
-<li><a href="zh_CN/INSTALL">INSTALL</a></li>
-<li><a href="zh_CN/README">README</a></li>
-<li><a href="zh_CN/themes">themes</a></li>
-<li><a href="zh_CN/TODO">TODO</a></li>
-<li><a href="zh_CN/translators.html">List of translators</a></li>
-</ul></li>
-<li><a href=zh_TW>Traditional Chinese</a><ul>
-<li><a href="zh_TW/themes">themes</a></li>
-</ul></li>
+<li><a href=cs>Czech</a></li>
+<li><a href=en_GB>English (United Kingdom)</a></li>
+<li><a href=fr>French</a></li>
+<li><a href=it>Italian</a></li>
+<li><a href=jp>Japanese</a></li>
+<li><a href=pl>Polish</a></li>
+<li><a href=pt_BR>Brazilian Portuguese</a></li>
+<li><a href=zh_CN>Simplified Chinese</a></li>
</ul>
</body>
</html>
diff --git a/output/it/index.html b/output/it/index-full-template.html
similarity index 77%
copy from output/it/index.html
copy to output/it/index-full-template.html
index 9c37d5c..d15e18a 100644
--- a/output/it/index.html
+++ b/output/it/index-full-template.html
@@ -1,6 +1,6 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="it"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -10,11 +10,11 @@
<h1>phpMyAdmin Italian Documentation</h1>
<p>Documents translated to Italian:</p>
<ul>
-<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="README">README</a></li>
+<li><a href="Documentation.html">Main documentation</a></li>
+<li><a href="translators.html">Translators</a></li>
</ul>
</body>
</html>
diff --git a/output/it/index.html b/output/it/index.html
index 9c37d5c..dc2961c 100644
--- a/output/it/index.html
+++ b/output/it/index.html
@@ -1,6 +1,6 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="it"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -12,9 +12,8 @@
<ul>
<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="translators.html">Traduttori</a></li>
</ul>
</body>
</html>
diff --git a/output/jp/index.html b/output/jp/index-full-template.html
similarity index 68%
copy from output/jp/index.html
copy to output/jp/index-full-template.html
index 47d1d1d..ca9d7aa 100644
--- a/output/jp/index.html
+++ b/output/jp/index-full-template.html
@@ -1,6 +1,6 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="jp"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -10,8 +10,11 @@
<h1>phpMyAdmin Japanese Documentation</h1>
<p>Documents translated to Japanese:</p>
<ul>
+<li><a href="INSTALL">INSTALL</a></li>
+<li><a href="TODO">TODO</a></li>
+<li><a href="README">README</a></li>
<li><a href="Documentation.html">Main documentation</a></li>
-<li><a href="themes">themes</a></li>
+<li><a href="translators.html">Translators</a></li>
</ul>
</body>
</html>
diff --git a/output/jp/index.html b/output/jp/index.html
index 47d1d1d..aa5bb7e 100644
--- a/output/jp/index.html
+++ b/output/jp/index.html
@@ -1,6 +1,6 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="jp"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -11,7 +11,6 @@
<p>Documents translated to Japanese:</p>
<ul>
<li><a href="Documentation.html">Main documentation</a></li>
-<li><a href="themes">themes</a></li>
</ul>
</body>
</html>
diff --git a/output/cs/index.html b/output/ka/index-full-template.html
similarity index 61%
copy from output/cs/index.html
copy to output/ka/index-full-template.html
index 1789f78..c8e27e7 100644
--- a/output/cs/index.html
+++ b/output/ka/index-full-template.html
@@ -1,21 +1,20 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ka"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin Czech Documentation</title>
+ <title>phpMyAdmin Georgian Documentation</title>
</head>
<body>
-<h1>phpMyAdmin Czech Documentation</h1>
-<p>Documents translated to Czech:</p>
+<h1>phpMyAdmin Georgian Documentation</h1>
+<p>Documents translated to ka:</p>
<ul>
-<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
-<li><a href="README">README</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="README">README</a></li>
+<li><a href="Documentation.html">Main documentation</a></li>
+<li><a href="translators.html">Translators</a></li>
</ul>
</body>
</html>
diff --git a/output/ka/index.html b/output/ka/index.html
index 381582d..2cf992a 100644
--- a/output/ka/index.html
+++ b/output/ka/index.html
@@ -1,16 +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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ka"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin ka Documentation</title>
+ <title>phpMyAdmin Georgian Documentation</title>
</head>
<body>
-<h1>phpMyAdmin ka Documentation</h1>
-<p>Documents translated to ka:</p>
-<ul>
-<li><a href="themes">themes</a></li>
-</ul>
+<h1>phpMyAdmin Georgian Documentation</h1>
+<p>Unfortunately no document is enough translated to Georgian.</p>
</body>
</html>
diff --git a/output/cs/index.html b/output/lt/index-full-template.html
similarity index 61%
copy from output/cs/index.html
copy to output/lt/index-full-template.html
index 1789f78..6429b63 100644
--- a/output/cs/index.html
+++ b/output/lt/index-full-template.html
@@ -1,21 +1,20 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="lt"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin Czech Documentation</title>
+ <title>phpMyAdmin Lithuanian Documentation</title>
</head>
<body>
-<h1>phpMyAdmin Czech Documentation</h1>
-<p>Documents translated to Czech:</p>
+<h1>phpMyAdmin Lithuanian Documentation</h1>
+<p>Documents translated to lt:</p>
<ul>
-<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
-<li><a href="README">README</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="README">README</a></li>
+<li><a href="Documentation.html">Main documentation</a></li>
+<li><a href="translators.html">Translators</a></li>
</ul>
</body>
</html>
diff --git a/output/lt/index.html b/output/lt/index.html
index 20cfe90..dd193c3 100644
--- a/output/lt/index.html
+++ b/output/lt/index.html
@@ -1,16 +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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="lt"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin lt Documentation</title>
+ <title>phpMyAdmin Lithuanian Documentation</title>
</head>
<body>
-<h1>phpMyAdmin lt Documentation</h1>
-<p>Documents translated to lt:</p>
-<ul>
-<li><a href="themes">themes</a></li>
-</ul>
+<h1>phpMyAdmin Lithuanian Documentation</h1>
+<p>Unfortunately no document is enough translated to Lithuanian.</p>
</body>
</html>
diff --git a/output/cs/index.html b/output/mn/index-full-template.html
similarity index 61%
copy from output/cs/index.html
copy to output/mn/index-full-template.html
index 1789f78..b2abf16 100644
--- a/output/cs/index.html
+++ b/output/mn/index-full-template.html
@@ -1,21 +1,20 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="mn"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin Czech Documentation</title>
+ <title>phpMyAdmin Mongolian Documentation</title>
</head>
<body>
-<h1>phpMyAdmin Czech Documentation</h1>
-<p>Documents translated to Czech:</p>
+<h1>phpMyAdmin Mongolian Documentation</h1>
+<p>Documents translated to mn:</p>
<ul>
-<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
-<li><a href="README">README</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="README">README</a></li>
+<li><a href="Documentation.html">Main documentation</a></li>
+<li><a href="translators.html">Translators</a></li>
</ul>
</body>
</html>
diff --git a/output/mn/index.html b/output/mn/index.html
index bd5e911..188ce17 100644
--- a/output/mn/index.html
+++ b/output/mn/index.html
@@ -1,16 +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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="mn"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin mn Documentation</title>
+ <title>phpMyAdmin Mongolian Documentation</title>
</head>
<body>
-<h1>phpMyAdmin mn Documentation</h1>
-<p>Documents translated to mn:</p>
-<ul>
-<li><a href="themes">themes</a></li>
-</ul>
+<h1>phpMyAdmin Mongolian Documentation</h1>
+<p>Unfortunately no document is enough translated to Mongolian.</p>
</body>
</html>
diff --git a/output/cs/index.html b/output/nl/index-full-template.html
similarity index 61%
copy from output/cs/index.html
copy to output/nl/index-full-template.html
index 1789f78..0b4d61e 100644
--- a/output/cs/index.html
+++ b/output/nl/index-full-template.html
@@ -1,21 +1,20 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin Czech Documentation</title>
+ <title>phpMyAdmin Dutch Documentation</title>
</head>
<body>
-<h1>phpMyAdmin Czech Documentation</h1>
-<p>Documents translated to Czech:</p>
+<h1>phpMyAdmin Dutch Documentation</h1>
+<p>Documents translated to nl:</p>
<ul>
-<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
-<li><a href="README">README</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="README">README</a></li>
+<li><a href="Documentation.html">Main documentation</a></li>
+<li><a href="translators.html">Translators</a></li>
</ul>
</body>
</html>
diff --git a/output/nl/index.html b/output/nl/index.html
index 0c1444e..15809e6 100644
--- a/output/nl/index.html
+++ b/output/nl/index.html
@@ -1,16 +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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin nl Documentation</title>
+ <title>phpMyAdmin Dutch Documentation</title>
</head>
<body>
-<h1>phpMyAdmin nl Documentation</h1>
-<p>Documents translated to nl:</p>
-<ul>
-<li><a href="themes">themes</a></li>
-</ul>
+<h1>phpMyAdmin Dutch Documentation</h1>
+<p>Unfortunately no document is enough translated to Dutch.</p>
</body>
</html>
diff --git a/output/cs/index.html b/output/no/index-full-template.html
similarity index 61%
copy from output/cs/index.html
copy to output/no/index-full-template.html
index 1789f78..25d12dc 100644
--- a/output/cs/index.html
+++ b/output/no/index-full-template.html
@@ -1,21 +1,20 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="no"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin Czech Documentation</title>
+ <title>phpMyAdmin Norwegian Documentation</title>
</head>
<body>
-<h1>phpMyAdmin Czech Documentation</h1>
-<p>Documents translated to Czech:</p>
+<h1>phpMyAdmin Norwegian Documentation</h1>
+<p>Documents translated to no:</p>
<ul>
-<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
-<li><a href="README">README</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="README">README</a></li>
+<li><a href="Documentation.html">Main documentation</a></li>
+<li><a href="translators.html">Translators</a></li>
</ul>
</body>
</html>
diff --git a/output/no/index.html b/output/no/index.html
index 62d3476..abe2422 100644
--- a/output/no/index.html
+++ b/output/no/index.html
@@ -1,16 +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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="no"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin no Documentation</title>
+ <title>phpMyAdmin Norwegian Documentation</title>
</head>
<body>
-<h1>phpMyAdmin no Documentation</h1>
-<p>Documents translated to no:</p>
-<ul>
-<li><a href="themes">themes</a></li>
-</ul>
+<h1>phpMyAdmin Norwegian Documentation</h1>
+<p>Unfortunately no document is enough translated to Norwegian.</p>
</body>
</html>
diff --git a/output/pl/index.html b/output/pl/index-full-template.html
similarity index 68%
copy from output/pl/index.html
copy to output/pl/index-full-template.html
index 3a3661e..764b9b8 100644
--- a/output/pl/index.html
+++ b/output/pl/index-full-template.html
@@ -1,6 +1,6 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -10,8 +10,11 @@
<h1>phpMyAdmin Polish Documentation</h1>
<p>Documents translated to Polish:</p>
<ul>
+<li><a href="INSTALL">INSTALL</a></li>
+<li><a href="TODO">TODO</a></li>
+<li><a href="README">README</a></li>
<li><a href="Documentation.html">Main documentation</a></li>
-<li><a href="themes">themes</a></li>
+<li><a href="translators.html">Translators</a></li>
</ul>
</body>
</html>
diff --git a/output/pl/index.html b/output/pl/index.html
index 3a3661e..0968ea6 100644
--- a/output/pl/index.html
+++ b/output/pl/index.html
@@ -1,6 +1,6 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -11,7 +11,6 @@
<p>Documents translated to Polish:</p>
<ul>
<li><a href="Documentation.html">Main documentation</a></li>
-<li><a href="themes">themes</a></li>
</ul>
</body>
</html>
diff --git a/output/pt_BR/index.html b/output/pt_BR/index-full-template.html
similarity index 79%
copy from output/pt_BR/index.html
copy to output/pt_BR/index-full-template.html
index 8cfcc56..bab3203 100644
--- a/output/pt_BR/index.html
+++ b/output/pt_BR/index-full-template.html
@@ -1,6 +1,6 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt_BR"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -10,12 +10,11 @@
<h1>phpMyAdmin Brazilian Portuguese Documentation</h1>
<p>Documents translated to Brazilian Portuguese:</p>
<ul>
-<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
-<li><a href="README">README</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="README">README</a></li>
+<li><a href="Documentation.html">Main documentation</a></li>
+<li><a href="translators.html">Translators</a></li>
</ul>
</body>
</html>
diff --git a/output/pt_BR/index.html b/output/pt_BR/index.html
index 8cfcc56..52dadf1 100644
--- a/output/pt_BR/index.html
+++ b/output/pt_BR/index.html
@@ -1,6 +1,6 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt_BR"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -13,9 +13,8 @@
<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
<li><a href="README">README</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="translators.html">Tradutores</a></li>
</ul>
</body>
</html>
diff --git a/output/cs/index.html b/output/ro/index-full-template.html
similarity index 61%
copy from output/cs/index.html
copy to output/ro/index-full-template.html
index 1789f78..af80d81 100644
--- a/output/cs/index.html
+++ b/output/ro/index-full-template.html
@@ -1,21 +1,20 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ro"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin Czech Documentation</title>
+ <title>phpMyAdmin Romanian Documentation</title>
</head>
<body>
-<h1>phpMyAdmin Czech Documentation</h1>
-<p>Documents translated to Czech:</p>
+<h1>phpMyAdmin Romanian Documentation</h1>
+<p>Documents translated to ro:</p>
<ul>
-<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
-<li><a href="README">README</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="README">README</a></li>
+<li><a href="Documentation.html">Main documentation</a></li>
+<li><a href="translators.html">Translators</a></li>
</ul>
</body>
</html>
diff --git a/output/ro/index.html b/output/ro/index.html
index 104897b..23b31c4 100644
--- a/output/ro/index.html
+++ b/output/ro/index.html
@@ -1,16 +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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ro"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin ro Documentation</title>
+ <title>phpMyAdmin Romanian Documentation</title>
</head>
<body>
-<h1>phpMyAdmin ro Documentation</h1>
-<p>Documents translated to ro:</p>
-<ul>
-<li><a href="themes">themes</a></li>
-</ul>
+<h1>phpMyAdmin Romanian Documentation</h1>
+<p>Unfortunately no document is enough translated to Romanian.</p>
</body>
</html>
diff --git a/output/cs/index.html b/output/sv/index-full-template.html
similarity index 61%
copy from output/cs/index.html
copy to output/sv/index-full-template.html
index 1789f78..0bbbd07 100644
--- a/output/cs/index.html
+++ b/output/sv/index-full-template.html
@@ -1,21 +1,20 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="sv"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin Czech Documentation</title>
+ <title>phpMyAdmin Swedish Documentation</title>
</head>
<body>
-<h1>phpMyAdmin Czech Documentation</h1>
-<p>Documents translated to Czech:</p>
+<h1>phpMyAdmin Swedish Documentation</h1>
+<p>Documents translated to sv:</p>
<ul>
-<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
-<li><a href="README">README</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="README">README</a></li>
+<li><a href="Documentation.html">Main documentation</a></li>
+<li><a href="translators.html">Translators</a></li>
</ul>
</body>
</html>
diff --git a/output/sv/index.html b/output/sv/index.html
index 5b0c7e7..f026c41 100644
--- a/output/sv/index.html
+++ b/output/sv/index.html
@@ -1,16 +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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="sv"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin sv Documentation</title>
+ <title>phpMyAdmin Swedish Documentation</title>
</head>
<body>
-<h1>phpMyAdmin sv Documentation</h1>
-<p>Documents translated to sv:</p>
-<ul>
-<li><a href="themes">themes</a></li>
-</ul>
+<h1>phpMyAdmin Swedish Documentation</h1>
+<p>Unfortunately no document is enough translated to Swedish.</p>
</body>
</html>
diff --git a/output/cs/index.html b/output/tr/index-full-template.html
similarity index 61%
copy from output/cs/index.html
copy to output/tr/index-full-template.html
index 1789f78..9f9fe42 100644
--- a/output/cs/index.html
+++ b/output/tr/index-full-template.html
@@ -1,21 +1,20 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="tr"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin Czech Documentation</title>
+ <title>phpMyAdmin Turkish Documentation</title>
</head>
<body>
-<h1>phpMyAdmin Czech Documentation</h1>
-<p>Documents translated to Czech:</p>
+<h1>phpMyAdmin Turkish Documentation</h1>
+<p>Documents translated to tr:</p>
<ul>
-<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
-<li><a href="README">README</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="README">README</a></li>
+<li><a href="Documentation.html">Main documentation</a></li>
+<li><a href="translators.html">Translators</a></li>
</ul>
</body>
</html>
diff --git a/output/tr/index.html b/output/tr/index.html
index a77facf..513dd8b 100644
--- a/output/tr/index.html
+++ b/output/tr/index.html
@@ -1,16 +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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="tr"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>phpMyAdmin tr Documentation</title>
+ <title>phpMyAdmin Turkish Documentation</title>
</head>
<body>
-<h1>phpMyAdmin tr Documentation</h1>
-<p>Documents translated to tr:</p>
-<ul>
-<li><a href="themes">themes</a></li>
-</ul>
+<h1>phpMyAdmin Turkish Documentation</h1>
+<p>Unfortunately no document is enough translated to Turkish.</p>
</body>
</html>
diff --git a/output/zh_CN/index.html b/output/zh_CN/index-full-template.html
similarity index 79%
copy from output/zh_CN/index.html
copy to output/zh_CN/index-full-template.html
index b3591d0..b3d3193 100644
--- a/output/zh_CN/index.html
+++ b/output/zh_CN/index-full-template.html
@@ -1,6 +1,6 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh_CN"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -10,12 +10,11 @@
<h1>phpMyAdmin Simplified Chinese Documentation</h1>
<p>Documents translated to Simplified Chinese:</p>
<ul>
-<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
-<li><a href="README">README</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="README">README</a></li>
+<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_CN/index.html b/output/zh_CN/index.html
index b3591d0..514d32c 100644
--- a/output/zh_CN/index.html
+++ b/output/zh_CN/index.html
@@ -1,6 +1,6 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh_CN"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -13,9 +13,8 @@
<li><a href="Documentation.html">Main documentation</a></li>
<li><a href="INSTALL">INSTALL</a></li>
<li><a href="README">README</a></li>
-<li><a href="themes">themes</a></li>
<li><a href="TODO">TODO</a></li>
-<li><a href="translators.html">List of translators</a></li>
+<li><a href="translators.html">翻译</a></li>
</ul>
</body>
</html>
diff --git a/output/zh_TW/index.html b/output/zh_TW/index-full-template.html
similarity index 61%
copy from output/zh_TW/index.html
copy to output/zh_TW/index-full-template.html
index 4fc967c..abbf150 100644
--- a/output/zh_TW/index.html
+++ b/output/zh_TW/index-full-template.html
@@ -1,6 +1,6 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh_TW"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -10,7 +10,11 @@
<h1>phpMyAdmin Traditional Chinese Documentation</h1>
<p>Documents translated to Traditional Chinese:</p>
<ul>
-<li><a href="themes">themes</a></li>
+<li><a href="INSTALL">INSTALL</a></li>
+<li><a href="TODO">TODO</a></li>
+<li><a href="README">README</a></li>
+<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/index.html b/output/zh_TW/index.html
index 4fc967c..ffff53c 100644
--- a/output/zh_TW/index.html
+++ b/output/zh_TW/index.h
tml
@@ -1,6 +1,6 @@
<!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="en-US"
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh_TW"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -8,9 +8,6 @@
</head>
<body>
<h1>phpMyAdmin Traditional Chinese Documentation</h1>
-<p>Documents translated to Traditional Chinese:</p>
-<ul>
-<li><a href="themes">themes</a></li>
-</ul>
+<p>Unfortunately no document is enough translated to Traditional Chinese.</p>
</body>
</html>
diff --git a/po/ca.po b/po/ca.po
index 8c99512..9b7ade2 100644
--- a/po/ca.po
+++ b/po/ca.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 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+0100\n"
"PO-Revision-Date: 2009-05-20 16:12+0200\n"
"Last-Translator: Xavier Navarro <xvnavarro(a)gmail.com>\n"
"Language-Team: none\n"
@@ -18,40 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 1.2.1\n"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
#, fuzzy
@@ -129,6 +95,7 @@ msgstr "<a href=\"Documentation.html#credits\">Crèdits</a>"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/ca/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr "<a href=\"translators.html\">Traductors</a>"
@@ -11299,12 +11266,118 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/ca/index-full-template.html:7 output/ca/index-full-template.html:10
+#, fuzzy
+msgid "phpMyAdmin Catalan Documentation"
+msgstr "Documentació de phpMyAdmin 3.3.0-dev"
+
+#. type: Content of: <html><body><p>
+#: output/ca/index-full-template.html:11
+msgid "Documents translated to ca:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/ca/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/ca/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/ca/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/ca/index-full-template.html:16
+#, fuzzy
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr "<a href=\"Documentation.html#intro\">Introducció</a>"
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr "<!--"
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr "-->"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11458,45 +11531,9 @@ msgid ""
" FAQ part).\n"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
+#, fuzzy
+#~ msgid "<a href=\"translations.htm\">translations.htm</a>"
+#~ msgstr "<a href=\"translators.html\">Traductors</a>"
#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
diff --git a/po/cs.po b/po/cs.po
index 308e8ae..8679c5f 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: po 4a\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-10 09:57+0100\n"
-"PO-Revision-Date: 2010-02-24 15:12+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+0100\n"
+"PO-Revision-Date: 2010-03-10 13:27+0100\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: Czech <cs(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -20,44 +20,6 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.0.1\n"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr "Tento soubor je generovaný pomocí po4a, prosím neupravujte ho!"
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr "Pro opravu překladu prosím upravte po soubory."
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-"Nebo je také můžete upravit na https://l10n.cihar.com/projects/pmadoc/."
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
-"Vidíte přeloženou verzi <a href=\"http://www.phpmyadmin.net/documentation/"
-"\">dokumentace phpMyAdmina</a>. K překladu můžete přispět na <a href="
-"\"https://l10n.cihar.com/projects/pmadoc/\">překladovém serveru</a>."
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -133,6 +95,7 @@ msgstr "<a href=\"Documentation.html#credits\">Poděkování</a>"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/cs/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr "<a href=\"translators.html\">Překladatelé</a>"
@@ -1697,8 +1660,6 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:775
#, fuzzy
-#| msgid ""
-#| "<span id=\"cfg_Servers_pmadb\">$cfg['Servers'][$i]['pmadb']</span> string"
msgid ""
"<span id=\"cfg_Servers_auth_http_realm\">$cfg['Servers'][$i]"
"['auth_http_realm']</span> string"
@@ -11101,12 +11062,12 @@ msgstr "Mohammed Farag (meno25wiki(a)gmail.com)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:89
msgid "Azerbaijani"
-msgstr ""
+msgstr "Ázerbájdžánština"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:96
msgid "Bangla"
-msgstr ""
+msgstr "Bengálština"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:98
@@ -11116,7 +11077,7 @@ msgstr "Raquibul Islam (rana(a)ekushey.org)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:103
msgid "Basque"
-msgstr ""
+msgstr "Baskičtina"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:110
@@ -11166,7 +11127,7 @@ msgstr "Xavier Navarro (xvnavarro(a)gmail.com)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:145
msgid "Chinese Traditional (BIG5)"
-msgstr ""
+msgstr "Čínština tradiční (BIG5)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:147
@@ -11176,14 +11137,12 @@ msgstr "Siu Sun (siusun(a)best-view.net)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:152
msgid "Chinese Simplified (GB)"
-msgstr ""
+msgstr "Čínština zjednodušená (GB)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:154
-#, fuzzy
-#| msgid "Rachim Tamsjadi (tamsy(a)users.sourceforge.net)"
msgid "Shanyan Baishui (rimyxp(a)users.sourceforge.net)"
-msgstr "Rachim Tamsjadi (tamsy(a)users.sourceforge.net)"
+msgstr "Shanyan Baishui (rimyxp(a)users.sourceforge.net)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:159
@@ -11244,12 +11203,12 @@ msgstr "tým vývojářů phpMyAdmina (phpmyadmin-devel(a)lists.sourceforge.net)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:195
msgid "English (United Kingdom)"
-msgstr ""
+msgstr "Angličtina (Velká Británie)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:197
msgid "Robert Readman (robert_readman(a)hotmail.com)"
-msgstr ""
+msgstr "Robert Readman (robert_readman(a)hotmail.com)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:202
@@ -11284,7 +11243,7 @@ msgstr "Marc Delisle (marc(a)infomarc.info)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:223
msgid "Galician"
-msgstr ""
+msgstr "Galicijština"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:225
@@ -11294,7 +11253,7 @@ msgstr "Xosé Calvo (xosecalvo(a)galizaweb.net)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:230
msgid "Georgian"
-msgstr ""
+msgstr "Gruzínština"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:232
@@ -11459,7 +11418,7 @@ msgstr "Mihailo Stefanovic (mikis(a)users.sourceforge.net)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:384
msgid "Sinhala"
-msgstr ""
+msgstr "Sinhálština"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:386
@@ -11546,12 +11505,126 @@ msgstr "Orzu Samarqandiy (orzu(a)users.sourceforge.net)"
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr "Abdurashid Muhitdinov (cool_zero(a)list.ru"
+#. type: Content of: <html><body><h1>
+#: output/cs/index-full-template.html:7 output/cs/index-full-template.html:10
+msgid "phpMyAdmin Czech Documentation"
+msgstr "Česká dokumentace phpMyAdmina"
+
+#. type: Content of: <html><body><p>
+#: output/cs/index-full-template.html:11
+msgid "Documents translated to Czech:"
+msgstr "Dokumenty přeložené do češtiny:"
+
+#. type: Content of: <html><body><ul><li>
+#: output/cs/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr "<a href=\"INSTALL\">INSTALL</a>"
+
+#. type: Content of: <html><body><ul><li>
+#: output/cs/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr "<a href=\"TODO\">TODO</a>"
+
+#. type: Content of: <html><body><ul><li>
+#: output/cs/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr "<a href=\"README\">README</a>"
+
+#. type: Content of: <html><body><ul><li>
+#: output/cs/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr "<a href=\"Documentation.html\">Hlavní dokumentace</a>"
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+"Vidíte přeloženou verzi <a href=\"http://www.phpmyadmin.net/documentation/"
+"\">dokumentace phpMyAdmina</a>. K překladu můžete přispět na <a href="
+"\"https://l10n.cihar.com/projects/pmadoc/\">překladovém serveru</a>."
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr "<!--"
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr "Tento soubor je generovaný pomocí po4a, prosím neupravujte ho!"
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr "Pro opravu překladu prosím upravte po soubory."
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+"Nebo je také můžete upravit na https://l10n.cihar.com/projects/pmadoc/."
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:9
+msgid "-->"
+msgstr "-->"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr "$Id$"
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+"phpMyAdmin - Instalace\n"
+"----------------------\n"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+"\tProsím podívejte se do souboru Documentation.txt nebo \n"
+"\tDocumentation.html.\n"
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr "Místo seznamu úkolů používáme tracker na Sourceforge:"
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr "-- swix/20010704"
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11748,51 +11821,9 @@ msgid ""
" FAQ part).\n"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr "Místo seznamu úkolů používáme tracker na Sourceforge:"
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr "-- swix/20010704"
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-"phpMyAdmin - Instalace\n"
-"----------------------\n"
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-"\tProsím podívejte se do souboru Documentation.txt nebo \n"
-"\tDocumentation.html.\n"
+#, fuzzy
+#~ msgid "<a href=\"translators.htm\">translators.htm</a>"
+#~ msgstr "<a href=\"translators.html\">Překladatelé</a>"
#~ msgid "Wang (fundawang(a)users.sourceforge.net)"
#~ msgstr "Wang (fundawang(a)users.sourceforge.net)"
diff --git a/po/de.po b/po/de.po
index 75486c2..c753370 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 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -18,40 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 1.2.1\n"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
#, fuzzy
@@ -130,6 +96,7 @@ msgstr "<a href=\"Documentation.html#credits\">Mitwirkende</a>"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/de/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr "<a href=\"translators.html\">Übersetzer</a>"
@@ -3190,7 +3157,6 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:1312
#, fuzzy
-#| msgid "$cfg['Servers'][$i]['socket'] string"
msgid "$cfg['SessionSavePath'] string"
msgstr "$cfg['Servers'][$i]['socket'] string"
@@ -3750,7 +3716,6 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:1535
#, fuzzy
-#| msgid "$cfg['McryptDisableWarning'] boolean"
msgid "$cfg['DisplayBinaryAsHex'] boolean"
msgstr "$cfg['McryptDisableWarning'] boolean"
@@ -11777,12 +11742,118 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/de/index-full-template.html:7 output/de/index-full-template.html:10
+#, fuzzy
+msgid "phpMyAdmin German Documentation"
+msgstr "phpMyAdmin 3.3.0-dev - Dokumentation"
+
+#. type: Content of: <html><body><p>
+#: output/de/index-full-template.html:11
+msgid "Documents translated to de:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/de/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/de/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/de/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/de/index-full-template.html:16
+#, fuzzy
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr "<a href=\"Documentation.html#intro\">Einführung</a>"
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr "<!--"
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr "-->"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11936,45 +12007,9 @@ msgid ""
" FAQ part).\n"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
+#, fuzzy
+#~ msgid "<a href=\"translations.htm\">translations.htm</a>"
+#~ msgstr "<a href=\"translators.html\">Übersetzer</a>"
#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
diff --git a/po/en_GB.po b/po/en_GB.po
index d427ea4..387eda7 100644
--- a/po/en_GB.po
+++ b/po/en_GB.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 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+0100\n"
"PO-Revision-Date: 2010-01-25 13:26+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -15,40 +15,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -124,6 +90,7 @@ msgstr "<a href=\"Documentation.html#credits\">Credits</a>"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/en_GB/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr "<a href=\"translators.html\">Translators</a>"
@@ -2054,8 +2021,6 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:775
#, fuzzy
-#| msgid ""
-#| "<span id=\"cfg_Servers_user\">$cfg['Servers'][$i]['user']</span> string"
msgid ""
"<span id=\"cfg_Servers_auth_http_realm\">$cfg['Servers'][$i]"
"['auth_http_realm']</span> string"
@@ -11985,9 +11950,6 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
#, fuzzy
-#| msgid ""
-#| "For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-#| "20Manual.htm\">How to synchronize</a>"
msgid ""
"For more details see <a href=\"./documentation-gsoc/"
"Synchronization_User_Manual.htm\">How to synchronize</a>"
@@ -13853,7 +13815,6 @@ msgstr "Chinese Simplified (GB)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:154
#, fuzzy
-#| msgid "Orzu Samarqandiy (orzu(a)users.sourceforge.net)"
msgid "Shanyan Baishui (rimyxp(a)users.sourceforge.net)"
msgstr "Orzu Samarqandiy (orzu(a)users.sourceforge.net)"
@@ -14219,12 +14180,127 @@ msgstr "Orzu Samarqandiy (orzu(a)users.sourceforge.net)"
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr "Abdurashid Muhitdinov (cool_zero(a)list.ru"
+#. type: Content of: <html><body><h1>
+#: output/en_GB/index-full-template.html:7
+#: output/en_GB/index-full-template.html:10
+#, fuzzy
+msgid "phpMyAdmin English (United Kingdom) Documentation"
+msgstr "phpMyAdmin 3.4.0-dev - Documentation"
+
+#. type: Content of: <html><body><p>
+#: output/en_GB/index-full-template.html:11
+msgid "Documents translated to English (United Kingdom):"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/en_GB/index-full-template.html:13
+#, fuzzy
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr "<a href=\"LICENSE\">License</a>"
+
+#. type: Content of: <html><body><ul><li>
+#: output/en_GB/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/en_GB/index-full-template.html:15
+#, fuzzy
+msgid "<a href=\"README\">README</a>"
+msgstr "<a href=\"LICENSE\">License</a>"
+
+#. type: Content of: <html><body><ul><li>
+#: output/en_GB/index-full-template.html:16
+#, fuzzy
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr "<a href=\"Documentation.html#intro\">Introduction</a>"
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr "<!--"
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr "-->"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr "$Id$"
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr "We are currently using the Sourceforge Tracker as Todo list:"
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr "-- swix/20010704"
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -14430,51 +14506,9 @@ msgstr ""
" Before contacting us, please read the Documentation.html (esp. the\n"
" FAQ part).\n"
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr "We are currently using the Sourceforge Tracker as Todo list:"
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr "-- swix/20010704"
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
+#, fuzzy
+#~ msgid "<a href=\"translations.htm\">translations.htm</a>"
+#~ msgstr "<a href=\"translators.html\">Translators</a>"
#~ msgid "Wang (fundawang(a)users.sourceforge.net)"
#~ msgstr "Wang (fundawang(a)users.sourceforge.net)"
diff --git a/po/es.po b/po/es.po
index fd7c9ad..ff87b87 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 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -18,40 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 1.2.1\n"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
#, fuzzy
@@ -133,6 +99,7 @@ msgstr "<a href=\"Documentation.html#credits\">Autores</a>"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/es/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr "<a href=\"translators.html\">Traductores</a>"
@@ -11459,12 +11426,118 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/es/index-full-template.html:7 output/es/index-full-template.html:10
+#, fuzzy
+msgid "phpMyAdmin Spanish Documentation"
+msgstr "phpMyAdmin 3.3.0-dev - Documentación"
+
+#. type: Content of: <html><body><p>
+#: output/es/index-full-template.html:11
+msgid "Documents translated to es:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/es/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
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/es/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
+#, fuzzy
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr "<a href=\"Documentation.html#intro\">Introducción</a>"
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr "<!--"
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr "-->"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11618,45 +11691,9 @@ msgid ""
" FAQ part).\n"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
+#, fuzzy
+#~ msgid "<a href=\"translations.htm\">translations.htm</a>"
+#~ msgstr "<a href=\"translators.html\">Traductores</a>"
#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
diff --git a/po/fi.po b/po/fi.po
index 436e85b..f7e3669 100644
--- a/po/fi.po
+++ b/po/fi.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 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -121,6 +87,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/fi/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11239,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/fi/index-full-template.html:7 output/fi/index-full-template.html:10
+msgid "phpMyAdmin Finnish Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/fi/index-full-template.html:11
+msgid "Documents translated to fi:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/fi/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/fi/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/fi/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/fi/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr "<!--"
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr "-->"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11431,46 +11502,6 @@ msgid ""
" FAQ part).\n"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
diff --git a/po/fr.po b/po/fr.po
index 94f685b..bd587f8 100644
--- a/po/fr.po
+++ b/po/fr.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 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+0100\n"
"PO-Revision-Date: 2010-01-31 14:10+0200\n"
"Last-Translator: Cédric Corazza <cedric.corazza(a)wanadoo.fr>\n"
"Language-Team: none\n"
@@ -18,40 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Pootle 2.0.1\n"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -125,6 +91,7 @@ msgstr "<a href=\"#credits\">Crédits</a>"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/fr/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr "<a href=\"translators.html\">Traducteurs</a>"
@@ -2225,8 +2192,6 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:775
#, fuzzy
-#| msgid ""
-#| "<span id=\"cfg_Servers_user\">$cfg['Servers'][$i]['user']</span> string"
msgid ""
"<span id=\"cfg_Servers_auth_http_realm\">$cfg['Servers'][$i]"
"['auth_http_realm']</span> string"
@@ -12900,9 +12865,6 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
#, fuzzy
-#| msgid ""
-#| "For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-#| "20Manual.htm\">How to synchronize</a>"
msgid ""
"For more details see <a href=\"./documentation-gsoc/"
"Synchronization_User_Manual.htm\">How to synchronize</a>"
@@ -14903,7 +14865,6 @@ msgstr "Chinois simplifié (GB)"
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:154
#, fuzzy
-#| msgid "Rachim Tamsjadi (tamsy(a)users.sourceforge.net)"
msgid "Shanyan Baishui (rimyxp(a)users.sourceforge.net)"
msgstr "Rachim Tamsjadi (tamsy(a)users.sourceforge.net)"
@@ -15270,12 +15231,126 @@ msgstr "Orzu Samarqandiy (orzu(a)users.sourceforge.net)"
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr "Abdurashid Muhitdinov (cool_zero(a)list.ru)"
+#. type: Content of: <html><body><h1>
+#: output/fr/index-full-template.html:7 output/fr/index-full-template.html:10
+#, fuzzy
+msgid "phpMyAdmin French Documentation"
+msgstr "phpMyAdmin 3.4.0-dev - Documentation"
+
+#. type: Content of: <html><body><p>
+#: output/fr/index-full-template.html:11
+msgid "Documents translated to French:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/fr/index-full-template.html:13
+#, fuzzy
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr "<a href=\"LICENSE\">Licence</a>"
+
+#. type: Content of: <html><body><ul><li>
+#: output/fr/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/fr/index-full-template.html:15
+#, fuzzy
+msgid "<a href=\"README\">README</a>"
+msgstr "<a href=\"LICENSE\">Licence</a>"
+
+#. type: Content of: <html><body><ul><li>
+#: output/fr/index-full-template.html:16
+#, fuzzy
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr "<a href=\"#intro\">Introduction</a>"
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr "<!--"
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr "-->"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr "$Id$"
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr "\tVeuillez consulter les fichiers Documentation.txt ou Documentation.html.\n"
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+"Nous utilisons actuellement Sourceforge Tracker pour la liste de choses � "
+"faire :"
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr "-- swix/20010704"
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -15480,51 +15555,9 @@ msgstr ""
" Veuillez envoyer vos questions aux listes de diffusion / forums appropriés.\n"
" Avant de nous contacter, veuillez lire le fichier Documentation.html (particulièrement la partie FAQ).\n"
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-"Nous utilisons actuellement Sourceforge Tracker pour la liste de choses � "
-"faire :"
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr "-- swix/20010704"
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr "\tVeuillez consulter les fichiers Documentation.txt ou Documentation.html.\n"
+#, fuzzy
+#~ msgid "<a href=\"translators.htm\">translators.htm</a>"
+#~ msgstr "<a href=\"translators.html\">Traducteurs</a>"
#~ msgid "Wang (fundawang(a)users.sourceforge.net)"
#~ msgstr "Wang (fundawang(a)users.sourceforge.net)"
diff --git a/po/gl.po b/po/gl.po
index 8b91b49..159fd01 100644
--- a/po/gl.po
+++ b/po/gl.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 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -15,40 +15,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,6 +86,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/gl/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11271,12 +11238,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/gl/index-full-template.html:7 output/gl/index-full-template.html:10
+msgid "phpMyAdmin Galician Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/gl/index-full-template.html:11
+msgid "Documents translated to gl:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/gl/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/gl/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/gl/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/gl/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr "<!--"
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr "-->"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,46 +11501,6 @@ msgid ""
" FAQ part).\n"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
diff --git a/po/hu.po b/po/hu.po
index 6aeaaac..9065fb0 100644
--- a/po/hu.po
+++ b/po/hu.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 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -121,6 +87,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/hu/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11239,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/hu/index-full-template.html:7 output/hu/index-full-template.html:10
+msgid "phpMyAdmin Hungarian Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/hu/index-full-template.html:11
+msgid "Documents translated to hu:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/hu/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/hu/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/hu/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/hu/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr "<!--"
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr "-->"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11431,46 +11502,6 @@ msgid ""
" FAQ part).\n"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
diff --git a/po/hy.po b/po/hy.po
index 2de4017..3d00ddc 100644
--- a/po/hy.po
+++ b/po/hy.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 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+0100\n"
"PO-Revision-Date: 2010-01-25 13:26+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -15,40 +15,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,6 +86,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/hy/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11271,12 +11238,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)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"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/hy/index-full-template.html:11
+msgid "Documents translated to Armenian:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/hy/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
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/hy/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
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr "<!--"
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr "-->"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,46 +11501,6 @@ msgid ""
" FAQ part).\n"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a
look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
diff --git a/po/it.po b/po/it.po
index 77f6686..821fd3d 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-10 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+0100\n"
"PO-Revision-Date: 2010-01-22 15:10+0100\n"
"Last-Translator: Michal Čihař <michal(a)cihar.com>\n"
"Language-Team: Italian <it(a)li.org>\n"
@@ -18,40 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 1.2.1\n"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -128,6 +94,7 @@ msgstr "<a href=\"Documentation.html#credits\">Credits</a>"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/it/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr "<a href=\"translators.html\">Traduttori</a>"
@@ -1113,7 +1080,6 @@ msgstr ""
#. type: Content of: <html><body><div><ul>
#: ../phpmyadmin/Documentation.html:399
#, fuzzy
-#| msgid "<a name=\"pmadb\"></a>"
msgid "<a name=\"pmausr\"></a>"
msgstr "<a name=\"pmadb\"></a>"
@@ -2034,8 +2000,6 @@ msgstr ""
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:775
#, fuzzy
-#| msgid ""
-#| "<span id=\"cfg_Servers_user\">$cfg['Servers'][$i]['user']</span> string"
msgid ""
"<span id=\"cfg_Servers_auth_http_realm\">$cfg['Servers'][$i]"
"['auth_http_realm']</span> string"
@@ -13289,7 +13253,6 @@ msgstr ""
#. type: Content of: <html><body><div><table><tr><td>
#: ../phpmyadmin/translators.html:154
#, fuzzy
-#| msgid "Orzu Samarqandiy (orzu(a)users.sourceforge.net)"
msgid "Shanyan Baishui (rimyxp(a)users.sourceforge.net)"
msgstr "Orzu Samarqandiy (orzu(a)users.sourceforge.net)"
@@ -13656,12 +13619,125 @@ msgstr "Orzu Samarqandiy (orzu(a)users.sourceforge.net)"
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr "Abdurashid Muhitdinov (cool_zero(a)list.ru"
+#. type: Content of: <html><body><h1>
+#: output/it/index-full-template.html:7 output/it/index-full-template.html:10
+#, fuzzy
+msgid "phpMyAdmin Italian Documentation"
+msgstr "phpMyAdmin 2.5.5-dev Documentazione Ufficiale"
+
+#. type: Content of: <html><body><p>
+#: output/it/index-full-template.html:11
+msgid "Documents translated to Italian:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/it/index-full-template.html:13
+#, fuzzy
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+"Licenza: <a href=\"http://www.phpmyadmin.net/documentation/LICENSE"
+"\">LICENZA</a>"
+
+#. type: Content of: <html><body><ul><li>
+#: output/it/index-full-template.html:14
+#, fuzzy
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr "<a name=\"top\"></a>"
+
+#. type: Content of: <html><body><ul><li>
+#: output/it/index-full-template.html:15
+#, fuzzy
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+"Note generali: <a href=\"http://www.phpmyadmin.net/documentation/README"
+"\">LEGGIMI</a>"
+
+#. type: Content of: <html><body><ul><li>
+#: output/it/index-full-template.html:16
+#, fuzzy
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr "<a href=\"Documentation.html#intro\">Introduzione</a>"
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr "<!--"
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr "-->"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr "$Id$"
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr "-- swix/20010704"
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -13825,45 +13901,9 @@ msgid ""
" FAQ part).\n"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr "-- swix/20010704"
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
+#, fuzzy
+#~ msgid "<a href=\"translators.htm\">translators.htm</a>"
+#~ msgstr "<a href=\"translators.html\">Traduttori</a>"
#~ msgid "Wang (fundawang(a)users.sourceforge.net)"
#~ msgstr "Wang (fundawang(a)users.sourceforge.net)"
@@ -14336,10 +14376,6 @@ msgstr ""
#~ " and or just some feedback.\n"
#, fuzzy
-#~ msgid "<a href=\"#top\">Top</a>"
-#~ msgstr "<a name=\"top\"></a>"
-
-#, fuzzy
#~ msgid "<a href=\"#require\">Requirements</a>"
#~ msgstr "<a name=\"require\"></a>"
@@ -14394,14 +14430,6 @@ msgstr ""
#~ "href=\"http://www.phpmyadmin.net/documentation/translators.html"
#~ "\">Traduttori</a>"
-#~ msgid "phpMyAdmin 2.5.5-dev Documentation"
-#~ msgstr "phpMyAdmin 2.5.5-dev Documentazione Ufficiale"
-
-#~ msgid "General notes: <a href=\"README\">README</a>"
-#~ msgstr ""
-#~ "Note generali: <a href=\"http://www.phpmyadmin.net/documentation/README"
-#~ "\">LEGGIMI</a>"
-
#~ msgid ""
#~ "PHP3, PHP4 or PHP5: phpMyAdmin widely uses the 'str_replace()' PHP "
#~ "function that was added in PHP 3.0.6, but was buggy up until "
diff --git a/po/jp.po b/po/jp.po
index 0081d2b..778a163 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 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -15,40 +15,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -133,6 +99,7 @@ msgstr "<a name=\"credits\"></a>"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/jp/index-full-template.html:17
#, fuzzy
msgid "<a href=\"translators.html\">Translators</a>"
msgstr "<a href=\"./translators.html\">50 もの言語</a>に対応"
@@ -969,7 +936,6 @@ msgstr ""
#. type: Content of: <html><body><div><ul>
#: ../phpmyadmin/Documentation.html:399
#, fuzzy
-#| msgid "<a name=\"pmadb\"></a>"
msgid "<a name=\"pmausr\"></a>"
msgstr "<a name=\"pmadb\"></a>"
@@ -13797,12 +13763,121 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/jp/index-full-template.html:7 output/jp/index-full-template.html:10
+#, fuzzy
+msgid "phpMyAdmin Japanese Documentation"
+msgstr "phpMyAdmin 2.7.0-pl2 ドキュメント"
+
+#. type: Content of: <html><body><p>
+#: output/jp/index-full-template.html:11
+msgid "Documents translated to Japanese:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/jp/index-full-template.html:13
+#, fuzzy
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr "<a name=\"top\"></a>"
+
+#. type: Content of: <html><body><ul><li>
+#: output/jp/index-full-template.html:14
+#, fuzzy
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr "<a name=\"top\"></a>"
+
+#. type: Content of: <html><body><ul><li>
+#: output/jp/index-full-template.html:15
+#, fuzzy
+msgid "<a href=\"README\">README</a>"
+msgstr "<a name=\"top\"></a>"
+
+#. type: Content of: <html><body><ul><li>
+#: output/jp/index-full-template.html:16
+#, fuzzy
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr "<a name=\"transformationsintro\"></a>"
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr "<!--"
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr "-->"
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -13956,45 +14031,9 @@ msgid ""
" FAQ part).\n"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
+#, fuzzy
+#~ msgid "<a href=\"translators.htm\">translators.htm</a>"
+#~ msgstr "<a href=\"./translators.html\">50 もの言語</a>に対応"
#, fuzzy
#~ msgid ""
@@ -14508,10 +14547,6 @@ msgstr ""
#~ " 方々に感謝いたします。\n"
#, fuzzy
-#~ msgid "<a href=\"#top\">Top</a>"
-#~ msgstr "<a name=\"top\"></a>"
-
-#, fuzzy
#~ msgid "<a href=\"#require\">Requirements</a>"
#~ msgstr "<a name=\"require\"></a>"
@@ -14563,9 +14598,6 @@ msgstr ""
#~ "<a href=\"#credits\">著作権表示</a> - <a href=\"translators."
#~ "html\">翻訳者</a>"
-#~ msgid "phpMyAdmin 2.7.0-pl2 Documentation"
-#~ msgstr "phpMyAdmin 2.7.0-pl2 ドキュメント"
-
#~ msgid "General notes: <a href=\"readme.php\">README</a>"
#~ msgstr "一般的な注意事項: <a href=\"readme.php\">README</a>"
diff --git a/po/ka.po b/po/ka.po
index 0f55f61..6b7404e 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 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -15,40 +15,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,6 +86,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/ka/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11271,12 +11238,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/ka/index-full-template.html:7 output/ka/index-full-template.html:10
+msgid "phpMyAdmin Georgian Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/ka/index-full-template.html:11
+msgid "Documents translated to ka:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/ka/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/ka/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/ka/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/ka/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr "<!--"
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr "-->"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,46 +11501,6 @@ msgid ""
" FAQ part).\n"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
diff --git a/po/lt.po b/po/lt.po
index fa8091b..9590054 100644
--- a/po/lt.po
+++ b/po/lt.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 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -17,40 +17,6 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%"
"100<10 || n%100>=20) ? 1 : 2);\n"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -122,6 +88,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/lt/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11273,12 +11240,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/lt/index-full-template.html:7 output/lt/index-full-template.html:10
+msgid "phpMyAdmin Lithuanian Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/lt/index-full-template.html:11
+msgid "Documents translated to lt:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/lt/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/lt/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/lt/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/lt/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr "<!--"
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr "-->"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11432,46 +11503,6 @@ msgid ""
" FAQ part).\n"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
diff --git a/po/mn.po b/po/mn.po
index c560706..e496212 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 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -15,40 +15,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,6 +86,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/mn/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11271,12 +11238,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/mn/index-full-template.html:7 output/mn/index-full-template.html:10
+msgid "phpMyAdmin Mongolian Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/mn/index-full-template.html:11
+msgid "Documents translated to mn:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/mn/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/mn/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/mn/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/mn/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr "<!--"
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr "-->"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,46 +11501,6 @@ msgid ""
" FAQ part).\n"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
diff --git a/po/nl.po b/po/nl.po
index 58d2c73..b2ef836 100644
--- a/po/nl.po
+++ b/po/nl.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 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+0100\n"
"PO-Revision-Date: 2010-02-15 13:42+0200\n"
"Last-Translator: <thyone(a)thyone.org>\n"
"Language-Team: none\n"
@@ -18,40 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -128,6 +94,7 @@ msgstr "<a href=\"Documentation.html#credits\">Credits</a>"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/nl/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr "<a href=\"translators.html\">Vertalers</a>"
@@ -11415,12 +11382,118 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/nl/index-full-template.html:7 output/nl/index-full-template.html:10
+#, fuzzy
+msgid "phpMyAdmin Dutch Documentation"
+msgstr "phpMyAdmin 3.4.0-dev - Documentation"
+
+#. type: Content of: <html><body><p>
+#: output/nl/index-full-template.html:11
+msgid "Documents translated to nl:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/nl/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/nl/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/nl/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/nl/index-full-template.html:16
+#, fuzzy
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr "<a href=\"Documentation.html#intro\">Inleiding</a>"
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr "<!--"
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr "-->"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11574,45 +11647,9 @@ msgid ""
" FAQ part).\n"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
+#, fuzzy
+#~ msgid "<a href=\"translators.htm\">translators.htm</a>"
+#~ msgstr "<a href=\"translators.html\">Vertalers</a>"
#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
diff --git a/po/no.po b/po/no.po
index 86554dc..4334d2e 100644
--- a/po/no.po
+++ b/po/no.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 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -121,6 +87,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/no/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11239,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/no/index-full-template.html:7 output/no/index-full-template.html:10
+msgid "phpMyAdmin Norwegian Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/no/index-full-template.html:11
+msgid "Documents translated to no:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/no/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/no/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/no/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/no/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr "<!--"
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr "-->"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11431,46 +11502,6 @@ msgid ""
" FAQ part).\n"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
diff --git a/po/pl.po b/po/pl.po
index ad9e52a..d334e6a 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 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -15,40 +15,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -135,6 +101,7 @@ msgstr "<a name=\"credits\"></a>"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/pl/index-full-template.html:17
#, fuzzy
msgid "<a href=\"translators.html\">Translators</a>"
msgstr "komunikować się w 42 różnych językach"
@@ -939,7 +906,6 @@ msgstr ""
#. type: Content of: <html><body><div><ul>
#: ../phpmyadmin/Documentation.html:399
#, fuzzy
-#| msgid "<a name=\"pmadb\"></a>"
msgid "<a name=\"pmausr\"></a>"
msgstr "<a name=\"pmadb\"></a>"
@@ -13264,12 +13230,121 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/pl/index-full-template.html:7 output/pl/index-full-template.html:10
+#, fuzzy
+msgid "phpMyAdmin Polish Documentation"
+msgstr "phpMyAdmin 3.4.0-dev - Dokumentacja"
+
+#. type: Content of: <html><body><p>
+#: output/pl/index-full-template.html:11
+msgid "Documents translated to Polish:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/pl/index-full-template.html:13
+#, fuzzy
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr "Licencja: <a href=\"http://www.gnu.org/licenses/gpl.txt\">LICENSE</a>"
+
+#. type: Content of: <html><body><ul><li>
+#: output/pl/index-full-template.html:14
+#, fuzzy
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr "<a name=\"top\"></a>"
+
+#. type: Content of: <html><body><ul><li>
+#: output/pl/index-full-template.html:15
+#, fuzzy
+msgid "<a href=\"README\">README</a>"
+msgstr "General notes: <a href=\"README\">README</a>"
+
+#. type: Content of: <html><body><ul><li>
+#: output/pl/index-full-template.html:16
+#, fuzzy
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr "<a name=\"transformationsintro\"></a>"
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr "<!--"
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr "-->"
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -13423,45 +13498,9 @@ msgid ""
" FAQ part).\n"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
+#, fuzzy
+#~ msgid "<a href=\"translators.htm\">translators.htm</a>"
+#~ msgstr "komunikować się w 42 różnych językach"
#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
@@ -13927,10 +13966,6 @@ msgstr ""
#~ " informacjami o błędach albo po prostu z opiniami.\n"
#, fuzzy
-#~ msgid "<a href=\"#top\">Top</a>"
-#~ msgstr "<a name=\"top\"></a>"
-
-#, fuzzy
#~ msgid "<a href=\"#require\">Requirements</a>"
#~ msgstr "<a name=\"require\"></a>"
@@ -13982,9 +14017,6 @@ msgstr ""
#~ "\"#faq\">FAQ</a> - <a href=\"#developers\">Programiści</a> "
#~ " - <a href=\"#credits\">Wyrazy uznania</a>"
-#~ msgid "General notes: <a href=\"README\">README</a>"
-#~ msgstr "General notes: <a href=\"README\">README</a>"
-
#~ msgid ""
#~ "PHP3, PHP4 or PHP5: phpMyAdmin widely uses the 'str_replace()' PHP "
#~ "function that was added in PHP 3.0.6, but was buggy up until "
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 73781fd..fc433fb 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.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 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+0100\n"
"PO-Revision-Date: 2010-03-05 18:17+0200\n"
"Last-Translator: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>\n"
"Language-Team: none\n"
@@ -18,45 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Pootle 2.0.1\n"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr "Este arquivo é gerado usando po4a, não edite!"
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr "Você pode editar os arquivos PO para alterar a tradução."
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-"Ou você pode editá-la online em https://l10n.cihar.com/projects/pmadoc/."
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
-"Esta é uma versão traduzida da <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">documentação do phpMyAdmin</a>. Você pode contribuir com a "
-"tradução em nosso <a href=\"https://l10n.cihar.com/projects/pmadoc/"
-"\">servidor de traduções</a>."
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -132,6 +93,7 @@ msgstr "<a href=\"Documentation.html#credits\">Créditos</a>"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/pt_BR/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr "<a href=\"translators.html\">Tradutores</a>"
@@ -11789,12 +11751,134 @@ msgstr "Orzu Samarqandiy (orzu(a)users.sourceforge.net)"
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr "Abdurashid Muhitdinov (cool_zero(a)list.ru)"
+#. type: Content of: <html><body><h1>
+#: output/pt_BR/index-full-template.html:7
+#: output/pt_BR/index-full-template.html:10
+#, fuzzy
+msgid "phpMyAdmin Brazilian Portuguese Documentation"
+msgstr "phpMyAdmin 3.4.0-dev - Documentação"
+
+#. type: Content of: <html><body><p>
+#: output/pt_BR/index-full-template.html:11
+#, fuzzy
+msgid "Documents translated to Brazilian Portuguese:"
+msgstr "Português Brasileiro"
+
+#. type: Content of: <html><body><ul><li>
+#: output/pt_BR/index-full-template.html:13
+#, fuzzy
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr "<a href=\"LICENSE\">Licença</a>"
+
+#. type: Content of: <html><body><ul><li>
+#: output/pt_BR/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/pt_BR/index-full-template.html:15
+#, fuzzy
+msgid "<a href=\"README\">README</a>"
+msgstr "<a href=\"LICENSE\">Licença</a>"
+
+#. type: Content of: <html><body><ul><li>
+#: output/pt_BR/index-full-template.html:16
+#, fuzzy
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr "<a href=\"Documentation.html#intro\">Introdução</a>"
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+"Esta é uma versão traduzida da <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">documentação do phpMyAdmin</a>. Você pode contribuir com a "
+"tradução em nosso <a href=\"https://l10n.cihar.com/projects/pmadoc/"
+"\">servidor de traduções</a>."
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr "<!--"
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr "Este arquivo é gerado usando po4a, não edite!"
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr "Você pode editar os arquivos PO para alterar a tradução."
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+"Ou você pode editá-la online em https://l10n.cihar.com/projects/pmadoc/."
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr "-->"
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr "$Id$"
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+"phpMyAdmin - Instalação\n"
+"-----------------------\n"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+"\tPor favor, dê uma olhada nos arquivos \n"
+"\tDocumentation.txt ou Documentation.html.\n"
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+"phpMyAdmin - Tarefas\n"
+"====================\n"
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+"No momento, estamos usando o SourceForge Tracker como lista de tarefas:"
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr "-- swix/20010704"
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -12000,52 +12084,9 @@ msgstr ""
" apropriados. Antes de entrar em contatar conosco, por favor leia o arquivo\n"
" Documentation.html (especialmente a parte FAQ).\n"
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-"phpMyAdmin - Tarefas\n"
-"====================\n"
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-"No momento, estamos usando o SourceForge Tracker como lista de tarefas:"
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr "-- swix/20010704"
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-"phpMyAdmin - Instalação\n"
-"-----------------------\n"
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-"\tPor favor, dê uma olhada nos arquivos \n"
-"\tDocumentation.txt ou Documentation.html.\n"
+#, fuzzy
+#~ msgid "<a href=\"translations.htm\">translations.htm</a>"
+#~ msgstr "<a href=\"translators.html\">Tradutores</a>"
#~ msgid "Wang (fundawang(a)users.sourceforge.net)"
#~ msgstr "Wang (fundawang(a)users.sourceforge.net)"
diff --git a/po/ro.po b/po/ro.po
index d7f3399..32d9e46 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 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -19,40 +19,6 @@ msgstr ""
"20)) ? 1 : 2);;\n"
"X-Generator: Pootle 2.0.1\n"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -124,6 +90,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/ro/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11280,12 +11247,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/ro/index-full-template.html:7 output/ro/index-full-template.html:10
+msgid "phpMyAdmin Romanian Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/ro/index-full-template.html:11
+msgid "Documents translated to ro:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/ro/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/ro/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/ro/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/ro/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr "<!--"
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr "-->"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11439,46 +11510,6 @@ msgid ""
" FAQ part).\n"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
diff --git a/po/sv.po b/po/sv.po
index 400b34e..dc4ef3c 100644
--- a/po/sv.po
+++ b/po/sv.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 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -121,6 +87,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/sv/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11239,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/sv/index-full-template.html:7 output/sv/index-full-template.html:10
+msgid "phpMyAdmin Swedish Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/sv/index-full-template.html:11
+msgid "Documents translated to sv:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/sv/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/sv/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/sv/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/sv/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr "<!--"
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr "-->"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+ms
gid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11431,46 +11502,6 @@ msgid ""
" FAQ part).\n"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
diff --git a/po/tr.po b/po/tr.po
index fdbad8b..ac83540 100644
--- a/po/tr.po
+++ b/po/tr.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 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -121,6 +87,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/tr/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11239,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/tr/index-full-template.html:7 output/tr/index-full-template.html:10
+msgid "phpMyAdmin Turkish Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/tr/index-full-template.html:11
+msgid "Documents translated to tr:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/tr/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/tr/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/tr/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/tr/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr "<!--"
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr "-->"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11431,46 +11502,6 @@ msgid ""
" FAQ part).\n"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 892f883..79b245a 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.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 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+0100\n"
"PO-Revision-Date: 2010-03-04 14:08+0200\n"
"Last-Translator: shanyan baishui <Siramizu(a)gmail.com>\n"
"Language-Team: none\n"
@@ -18,43 +18,6 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.1\n"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr "本文件使用 po4a 自动生成,请勿手动编辑!"
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr "你可以通过编辑 po 文件来进行翻译。"
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr "或者你可以到 https://l10n.cihar.com/projects/pmadoc/ 在线翻译。"
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
-"这是一份 <a href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin 文档"
-"</a>的翻译。你可以到<a href=\"https://l10n.cihar.com/projects/pmadoc/\">翻译"
-"服务器</a>来帮助我们完善它。"
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -130,6 +93,7 @@ msgstr "<a href=\"Documentation.html#credits\">鸣谢</a>"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/zh_CN/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr "<a href=\"translators.html\">翻译</a>"
@@ -12473,12 +12437,130 @@ msgstr "Orzu Samarqandiy (orzu(a)users.sourceforge.net)"
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr "Abdurashid Muhitdinov (cool_zero(a)list.ru"
+#. type: Content of: <html><body><h1>
+#: output/zh_CN/index-full-template.html:7
+#: output/zh_CN/index-full-template.html:10
+#, fuzzy
+msgid "phpMyAdmin Simplified Chinese Documentation"
+msgstr "phpMyAdmin 3.4.0-dev - 文档"
+
+#. type: Content of: <html><body><p>
+#: output/zh_CN/index-full-template.html:11
+msgid "Documents translated to Simplified Chinese:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/zh_CN/index-full-template.html:13
+#, fuzzy
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr "<a href=\"LICENSE\">授权</a>"
+
+#. type: Content of: <html><body><ul><li>
+#: output/zh_CN/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/zh_CN/index-full-template.html:15
+#, fuzzy
+msgid "<a href=\"README\">README</a>"
+msgstr "<a href=\"LICENSE\">授权</a>"
+
+#. type: Content of: <html><body><ul><li>
+#: output/zh_CN/index-full-template.html:16
+#, fuzzy
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr "<a href=\"Documentation.html#intro\">介绍</a>"
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+"这是一份 <a href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin 文档"
+"</a>的翻译。你可以到<a href=\"https://l10n.cihar.com/projects/pmadoc/\">翻译"
+"服务器</a>来帮助我们完善它。"
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr "<!--"
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr "本文件使用 po4a 自动生成,请勿手动编辑!"
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr "你可以通过编辑 po 文件来进行翻译。"
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr "或者你可以到 https://l10n.cihar.com/projects/pmadoc/ 在线翻译。"
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr "-->"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr "$Id$"
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+"phpMyAdmin - 安装\n"
+"-------------------------\n"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+"\t参见 Documentation.txt 或 \n"
+"\tDocumentation.html 文件。\n"
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+"phpMyAdmin - 计划\n"
+"=================\n"
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr "目前我们将 Sourceforge 的追踪器作为计划表使用:"
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr "-- swix/20010704"
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -12682,51 +12764,9 @@ msgstr ""
" 请将您的问题发送到相应的邮件列表或论坛。\n"
" 在联系我们之前,请阅读 Documentation.html (特别是 FAQ 部分)。\n"
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-"phpMyAdmin - 计划\n"
-"=================\n"
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr "目前我们将 Sourceforge 的追踪器作为计划表使用:"
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr "-- swix/20010704"
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-"phpMyAdmin - 安装\n"
-"-------------------------\n"
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-"\t参见 Documentation.txt 或 \n"
-"\tDocumentation.html 文件。\n"
+#, fuzzy
+#~ msgid "<a href=\"translations.htm\">translations.htm</a>"
+#~ msgstr "<a href=\"translators.html\">翻译</a>"
#~ msgid "Wang (fundawang(a)users.sourceforge.net)"
#~ msgstr "Wang (fundawang(a)users.sourceforge.net)"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 5893ff9..b62ddcd 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 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+0100\n"
"PO-Revision-Date: 2010-01-25 13:26+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -15,40 +15,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,6 +86,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/zh_TW/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11271,12 +11238,117 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/zh_TW/index-full-template.html:7
+#: output/zh_TW/index-full-template.html:10
+msgid "phpMyAdmin Traditional Chinese Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/zh_TW/index-full-template.html:11
+msgid "Documents translated to Traditional Chinese:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/zh_TW/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/zh_TW/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/zh_TW/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/zh_TW/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr "<!--"
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr "-->"
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,46 +11502,6 @@ msgid ""
" FAQ part).\n"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
diff --git a/po4a.conf b/po4a.conf
deleted file mode 100644
index ebce3c0..0000000
--- a/po4a.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-[po4a_langs] 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
-[po4a_paths] docs.pot $lang:po/$lang.po
-[type: text] addendum/html_comment $lang:addendum/html_comment.$lang add_$lang:addendum/html_comment.add opt:"-k 0"
-[type: xhtml] addendum/html_head $lang:addendum/html_head.$lang add_$lang:addendum/html_head.add opt:"-k 0"
-[type: xhtml] ../phpmyadmin/Documentation.html $lang:output/$lang/Documentation.html add_$lang:addendum/html_comment.$lang add_$lang:addendum/html_head.$lang
-[type: xhtml] ../phpmyadmin/translators.html $lang:output/$lang/translators.html add_$lang:addendum/html_comment.$lang add_$lang:addendum/html_head.$lang
-[type: text] ../phpmyadmin/README $lang:output/$lang/README
-[type: text] ../phpmyadmin/TODO $lang:output/$lang/TODO
-[type: text] ../phpmyadmin/INSTALL $lang:output/$lang/INSTALL
diff --git a/po/hu.po b/pot/ca-full.pot
similarity index 99%
copy from po/hu.po
copy to pot/ca-full.pot
index 6aeaaac..325fa91 100644
--- a/po/hu.po
+++ b/pot/ca-full.pot
@@ -1,54 +1,31 @@
-# Hungarian translations for phpMyAdmin-docs package
-# Copyright (C) 2009 phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
-# Automatically generated, 2009.
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs VERSION\n"
+"#-#-#-#-# 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-10 09:57+0100\n"
-"PO-Revision-Date: 2009-05-19 09:52+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2010-03-10 13:19+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: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
+"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-10 13:18+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"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -121,6 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/ca/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11250,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/ca/index-full-template.html:7 output/ca/index-full-template.html:10
+msgid "phpMyAdmin Catalan Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/ca/index-full-template.html:11
+msgid "Documents translated to ca:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/ca/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/ca/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/ca/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/ca/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,50 +11512,3 @@ msgid ""
" Before contacting us, please read the Documentation.html (esp. the\n"
" FAQ part).\n"
msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
-#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-
-#~ msgid "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
-#~ msgstr ""
-#~ "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
diff --git a/docs.pot b/pot/ca-html.pot
similarity index 98%
copy from docs.pot
copy to pot/ca-html.pot
index b09d420..2d64dfe 100644
--- a/docs.pot
+++ b/pot/ca-html.pot
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs 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-10 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr ""
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a "
-"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
-"documentation</a>. You can contribute to it on our <a "
-"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,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
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/ca/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11323,207 +11289,41 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
-msgid "$Id$"
+#. type: Content of: <html><body><h1>
+#: output/ca/index-full-template.html:7 output/ca/index-full-template.html:10
+msgid "phpMyAdmin Catalan Documentation"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Readme\n"
-"===================\n"
+#. type: Content of: <html><body><p>
+#: output/ca/index-full-template.html:11
+msgid "Documents translated to ca:"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:7
-#, no-wrap
-msgid " A set of PHP-scripts to manage MySQL over the web.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:11
-#, no-wrap
-msgid ""
-" Version 3.4.0-dev\n"
-" -----------------\n"
-" http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:22
-#, no-wrap
-msgid ""
-" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
-" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
-" Olivier Müller <om_at_omnis.ch>\n"
-" Robin Johnson "
-"<robbat2_at_users.sourceforge.net>\n"
-" Alexander M. Turek <me_at_derrabus.de>\n"
-" Michal Čihař <michal_at_cihar.com>\n"
-" Garvin Hicking <me_at_supergarv.de>\n"
-" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
-" Sebastian Mendel "
-"<cybot_tm_at_users.sourceforge.net>\n"
-" [check Documentation.txt/.html file for more "
-"details]\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:26
-#, no-wrap
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License version 2,\n"
-" as published by the Free Software Foundation.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:31
-#, no-wrap
-msgid ""
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:35
-#, no-wrap
-msgid ""
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
-"USA\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:40
-#, no-wrap
-msgid ""
-" Requirements:\n"
-" php 5.2 or later\n"
-" MySQL 5.0 or later\n"
-" a web-browser (doh!)\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:44
-#, no-wrap
-msgid ""
-" Summary:\n"
-" phpMyAdmin is intended to handle the administration of MySQL over the "
-"web.\n"
-" For a summary of features, please see the Documentation.txt/.html "
-"file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:47
-#, no-wrap
-msgid ""
-" Download:\n"
-" You can get the newest version at http://www.phpmyadmin.net/.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:50
-#, no-wrap
-msgid ""
-" Credits:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:53
-#, no-wrap
-msgid ""
-" Installation:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:56
-#, no-wrap
-msgid ""
-" ChangeLog:\n"
-" Now in ChangeLog\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:59
-#, no-wrap
-msgid ""
-" Documentation:\n"
-" Basic documentation available in Documentation.txt/.html\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:62
-#, no-wrap
-msgid ""
-" Support:\n"
-" See reference about support forums under http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:66
-#, no-wrap
-msgid ""
-" Enjoy!\n"
-" The phpMyAdmin Devel team\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:74
-#, no-wrap
-msgid ""
-" PS: Please, don't send us emails with question like \"How do I compile\n"
-" PHP with MySQL-support\". We just don't have the time to be your\n"
-" free helpdesk.\n"
-" Please send your questions to the appropriate mailinglists / forums.\n"
-" Before contacting us, please read the Documentation.html (esp. the\n"
-" FAQ part).\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
+#. type: Content of: <html><body><ul><li>
+#: output/ca/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+#. type: Content of: <html><body><ul><li>
+#: output/ca/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
+#. type: Content of: <html><body><ul><li>
+#: output/ca/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
+#. type: Content of: <html><body><ul><li>
+#: output/ca/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
+#. type: Content of: <p>
+#: addendum/head.html:2
msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
+"This is translated version of a <a "
+"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
+"documentation</a>. You can contribute to it on our <a "
+"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
msgstr ""
diff --git a/pot/ca-txt.pot b/pot/ca-txt.pot
new file mode 100644
index 0000000..ff2a8ea
--- /dev/null
+++ b/pot/ca-txt.pot
@@ -0,0 +1,247 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+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 13:18+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"
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
+msgid "$Id$"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Readme\n"
+"===================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:7
+#, no-wrap
+msgid " A set of PHP-scripts to manage MySQL over the web.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:11
+#, no-wrap
+msgid ""
+" Version 3.4.0-dev\n"
+" -----------------\n"
+" http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:22
+#, no-wrap
+msgid ""
+" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
+" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
+" Olivier Müller <om_at_omnis.ch>\n"
+" Robin Johnson "
+"<robbat2_at_users.sourceforge.net>\n"
+" Alexander M. Turek <me_at_derrabus.de>\n"
+" Michal Čihař <michal_at_cihar.com>\n"
+" Garvin Hicking <me_at_supergarv.de>\n"
+" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
+" Sebastian Mendel "
+"<cybot_tm_at_users.sourceforge.net>\n"
+" [check Documentation.txt/.html file for more "
+"details]\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:26
+#, no-wrap
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License version 2,\n"
+" as published by the Free Software Foundation.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:31
+#, no-wrap
+msgid ""
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:35
+#, no-wrap
+msgid ""
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
+"USA\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:40
+#, no-wrap
+msgid ""
+" Requirements:\n"
+" php 5.2 or later\n"
+" MySQL 5.0 or later\n"
+" a web-browser (doh!)\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:44
+#, no-wrap
+msgid ""
+" Summary:\n"
+" phpMyAdmin is intended to handle the administration of MySQL over the "
+"web.\n"
+" For a summary of features, please see the Documentation.txt/.html "
+"file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:47
+#, no-wrap
+msgid ""
+" Download:\n"
+" You can get the newest version at http://www.phpmyadmin.net/.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:50
+#, no-wrap
+msgid ""
+" Credits:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:53
+#, no-wrap
+msgid ""
+" Installation:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:56
+#, no-wrap
+msgid ""
+" ChangeLog:\n"
+" Now in ChangeLog\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:59
+#, no-wrap
+msgid ""
+" Documentation:\n"
+" Basic documentation available in Documentation.txt/.html\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:62
+#, no-wrap
+msgid ""
+" Support:\n"
+" See reference about support forums under http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:66
+#, no-wrap
+msgid ""
+" Enjoy!\n"
+" The phpMyAdmin Devel team\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:74
+#, no-wrap
+msgid ""
+" PS: Please, don't send us emails with question like \"How do I compile\n"
+" PHP with MySQL-support\". We just don't have the time to be your\n"
+" free helpdesk.\n"
+" Please send your questions to the appropriate mailinglists / forums.\n"
+" Before contacting us, please read the Documentation.html (esp. the\n"
+" FAQ part).\n"
+msgstr ""
diff --git a/po/hu.po b/pot/cs-full.pot
similarity index 99%
copy from po/hu.po
copy to pot/cs-full.pot
index 6aeaaac..5df7d08 100644
--- a/po/hu.po
+++ b/pot/cs-full.pot
@@ -1,54 +1,31 @@
-# Hungarian translations for phpMyAdmin-docs package
-# Copyright (C) 2009 phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
-# Automatically generated, 2009.
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs VERSION\n"
+"#-#-#-#-# 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-10 09:57+0100\n"
-"PO-Revision-Date: 2009-05-19 09:52+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2010-03-10 13:19+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: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
+"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-10 13:10+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"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -121,6 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/cs/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11250,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)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"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/cs/index-full-template.html:11
+msgid "Documents translated to Czech:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/cs/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
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/cs/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
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,50 +11512,3 @@ msgid ""
" Before contacting us, please read the Documentation.html (esp. the\n"
" FAQ part).\n"
msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
-#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-
-#~ msgid "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
-#~ msgstr ""
-#~ "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
diff --git a/docs.pot b/pot/cs-html.pot
similarity index 98%
copy from docs.pot
copy to pot/cs-html.pot
index b09d420..1a96c96 100644
--- a/docs.pot
+++ b/pot/cs-html.pot
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs 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-10 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr ""
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a "
-"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
-"documentation</a>. You can contribute to it on our <a "
-"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,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
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/cs/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11323,207 +11289,41 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
-msgid "$Id$"
+#. type: Content of: <html><body><h1>
+#: output/cs/index-full-template.html:7 output/cs/index-full-template.html:10
+msgid "phpMyAdmin Czech Documentation"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Readme\n"
-"===================\n"
+#. type: Content of: <html><body><p>
+#: output/cs/index-full-template.html:11
+msgid "Documents translated to Czech:"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:7
-#, no-wrap
-msgid " A set of PHP-scripts to manage MySQL over the web.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:11
-#, no-wrap
-msgid ""
-" Version 3.4.0-dev\n"
-" -----------------\n"
-" http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:22
-#, no-wrap
-msgid ""
-" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
-" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
-" Olivier Müller <om_at_omnis.ch>\n"
-" Robin Johnson "
-"<robbat2_at_users.sourceforge.net>\n"
-" Alexander M. Turek <me_at_derrabus.de>\n"
-" Michal Čihař <michal_at_cihar.com>\n"
-" Garvin Hicking <me_at_supergarv.de>\n"
-" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
-" Sebastian Mendel "
-"<cybot_tm_at_users.sourceforge.net>\n"
-" [check Documentation.txt/.html file for more "
-"details]\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:26
-#, no-wrap
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License version 2,\n"
-" as published by the Free Software Foundation.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:31
-#, no-wrap
-msgid ""
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:35
-#, no-wrap
-msgid ""
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
-"USA\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:40
-#, no-wrap
-msgid ""
-" Requirements:\n"
-" php 5.2 or later\n"
-" MySQL 5.0 or later\n"
-" a web-browser (doh!)\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:44
-#, no-wrap
-msgid ""
-" Summary:\n"
-" phpMyAdmin is intended to handle the administration of MySQL over the "
-"web.\n"
-" For a summary of features, please see the Documentation.txt/.html "
-"file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:47
-#, no-wrap
-msgid ""
-" Download:\n"
-" You can get the newest version at http://www.phpmyadmin.net/.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:50
-#, no-wrap
-msgid ""
-" Credits:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:53
-#, no-wrap
-msgid ""
-" Installation:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:56
-#, no-wrap
-msgid ""
-" ChangeLog:\n"
-" Now in ChangeLog\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:59
-#, no-wrap
-msgid ""
-" Documentation:\n"
-" Basic documentation available in Documentation.txt/.html\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:62
-#, no-wrap
-msgid ""
-" Support:\n"
-" See reference about support forums under http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:66
-#, no-wrap
-msgid ""
-" Enjoy!\n"
-" The phpMyAdmin Devel team\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:74
-#, no-wrap
-msgid ""
-" PS: Please, don't send us emails with question like \"How do I compile\n"
-" PHP with MySQL-support\". We just don't have the time to be your\n"
-" free helpdesk.\n"
-" Please send your questions to the appropriate mailinglists / forums.\n"
-" Before contacting us, please read the Documentation.html (esp. the\n"
-" FAQ part).\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
+#. type: Content of: <html><body><ul><li>
+#: output/cs/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+#. type: Content of: <html><body><ul><li>
+#: output/cs/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
+#. type: Content of: <html><body><ul><li>
+#: output/cs/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
+#. type: Content of: <html><body><ul><li>
+#: output/cs/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
+#. type: Content of: <p>
+#: addendum/head.html:2
msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
+"This is translated version of a <a "
+"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
+"documentation</a>. You can contribute to it on our <a "
+"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
msgstr ""
diff --git a/pot/cs-txt.pot b/pot/cs-txt.pot
new file mode 100644
index 0000000..e14d503
--- /dev/null
+++ b/pot/cs-txt.pot
@@ -0,0 +1,247 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+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 13:10+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"
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
+msgid "$Id$"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Readme\n"
+"===================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:7
+#, no-wrap
+msgid " A set of PHP-scripts to manage MySQL over the web.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:11
+#, no-wrap
+msgid ""
+" Version 3.4.0-dev\n"
+" -----------------\n"
+" http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:22
+#, no-wrap
+msgid ""
+" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
+" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
+" Olivier Müller <om_at_omnis.ch>\n"
+" Robin Johnson "
+"<robbat2_at_users.sourceforge.net>\n"
+" Alexander M. Turek <me_at_derrabus.de>\n"
+" Michal Čihař <michal_at_cihar.com>\n"
+" Garvin Hicking <me_at_supergarv.de>\n"
+" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
+" Sebastian Mendel "
+"<cybot_tm_at_users.sourceforge.net>\n"
+" [check Documentation.txt/.html file for more "
+"details]\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:26
+#, no-wrap
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License version 2,\n"
+" as published by the Free Software Foundation.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:31
+#, no-wrap
+msgid ""
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:35
+#, no-wrap
+msgid ""
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
+"USA\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:40
+#, no-wrap
+msgid ""
+" Requirements:\n"
+" php 5.2 or later\n"
+" MySQL 5.0 or later\n"
+" a web-browser (doh!)\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:44
+#, no-wrap
+msgid ""
+" Summary:\n"
+" phpMyAdmin is intended to handle the administration of MySQL over the "
+"web.\n"
+" For a summary of features, please see the Documentation.txt/.html "
+"file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:47
+#, no-wrap
+msgid ""
+" Download:\n"
+" You can get the newest version at http://www.phpmyadmin.net/.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:50
+#, no-wrap
+msgid ""
+" Credits:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:53
+#, no-wrap
+msgid ""
+" Installation:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:56
+#, no-wrap
+msgid ""
+" ChangeLog:\n"
+" Now in ChangeLog\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:59
+#, no-wrap
+msgid ""
+" Documentation:\n"
+" Basic documentation available in Documentation.txt/.html\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:62
+#, no-wrap
+msgid ""
+" Support:\n"
+" See reference about support forums under http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:66
+#, no-wrap
+msgid ""
+" Enjoy!\n"
+" The phpMyAdmin Devel team\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:74
+#, no-wrap
+msgid ""
+" PS: Please, don't send us emails with question like \"How do I compile\n"
+" PHP with MySQL-support\". We just don't have the time to be your\n"
+" free helpdesk.\n"
+" Please send your questions to the appropriate mailinglists / forums.\n"
+" Before contacting us, please read the Documentation.html (esp. the\n"
+" FAQ part).\n"
+msgstr ""
diff --git a/po/hu.po b/pot/de-full.pot
similarity index 99%
copy from po/hu.po
copy to pot/de-full.pot
index 6aeaaac..b3d2539 100644
--- a/po/hu.po
+++ b/pot/de-full.pot
@@ -1,54 +1,31 @@
-# Hungarian translations for phpMyAdmin-docs package
-# Copyright (C) 2009 phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
-# Automatically generated, 2009.
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs VERSION\n"
+"#-#-#-#-# de-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-10 09:57+0100\n"
-"PO-Revision-Date: 2009-05-19 09:52+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2010-03-10 13:19+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: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
+"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(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 13:18+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"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -121,6 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/de/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11250,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/de/index-full-template.html:7 output/de/index-full-template.html:10
+msgid "phpMyAdmin German Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/de/index-full-template.html:11
+msgid "Documents translated to de:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/de/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/de/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/de/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/de/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,50 +11512,3 @@ msgid ""
" Before contacting us, please read the Documentation.html (esp. the\n"
" FAQ part).\n"
msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDoc
umentation.html files.\n"
-msgstr ""
-
-#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-
-#~ msgid "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
-#~ msgstr ""
-#~ "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
diff --git a/docs.pot b/pot/de-html.pot
similarity index 98%
copy from docs.pot
copy to pot/de-html.pot
index b09d420..6629529 100644
--- a/docs.pot
+++ b/pot/de-html.pot
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs 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-10 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr ""
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a "
-"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
-"documentation</a>. You can contribute to it on our <a "
-"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,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
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/de/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11323,207 +11289,41 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
-msgid "$Id$"
+#. type: Content of: <html><body><h1>
+#: output/de/index-full-template.html:7 output/de/index-full-template.html:10
+msgid "phpMyAdmin German Documentation"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Readme\n"
-"===================\n"
+#. type: Content of: <html><body><p>
+#: output/de/index-full-template.html:11
+msgid "Documents translated to de:"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:7
-#, no-wrap
-msgid " A set of PHP-scripts to manage MySQL over the web.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:11
-#, no-wrap
-msgid ""
-" Version 3.4.0-dev\n"
-" -----------------\n"
-" http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:22
-#, no-wrap
-msgid ""
-" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
-" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
-" Olivier Müller <om_at_omnis.ch>\n"
-" Robin Johnson "
-"<robbat2_at_users.sourceforge.net>\n"
-" Alexander M. Turek <me_at_derrabus.de>\n"
-" Michal Čihař <michal_at_cihar.com>\n"
-" Garvin Hicking <me_at_supergarv.de>\n"
-" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
-" Sebastian Mendel "
-"<cybot_tm_at_users.sourceforge.net>\n"
-" [check Documentation.txt/.html file for more "
-"details]\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:26
-#, no-wrap
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License version 2,\n"
-" as published by the Free Software Foundation.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:31
-#, no-wrap
-msgid ""
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:35
-#, no-wrap
-msgid ""
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
-"USA\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:40
-#, no-wrap
-msgid ""
-" Requirements:\n"
-" php 5.2 or later\n"
-" MySQL 5.0 or later\n"
-" a web-browser (doh!)\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:44
-#, no-wrap
-msgid ""
-" Summary:\n"
-" phpMyAdmin is intended to handle the administration of MySQL over the "
-"web.\n"
-" For a summary of features, please see the Documentation.txt/.html "
-"file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:47
-#, no-wrap
-msgid ""
-" Download:\n"
-" You can get the newest version at http://www.phpmyadmin.net/.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:50
-#, no-wrap
-msgid ""
-" Credits:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:53
-#, no-wrap
-msgid ""
-" Installation:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:56
-#, no-wrap
-msgid ""
-" ChangeLog:\n"
-" Now in ChangeLog\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:59
-#, no-wrap
-msgid ""
-" Documentation:\n"
-" Basic documentation available in Documentation.txt/.html\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:62
-#, no-wrap
-msgid ""
-" Support:\n"
-" See reference about support forums under http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:66
-#, no-wrap
-msgid ""
-" Enjoy!\n"
-" The phpMyAdmin Devel team\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:74
-#, no-wrap
-msgid ""
-" PS: Please, don't send us emails with question like \"How do I compile\n"
-" PHP with MySQL-support\". We just don't have the time to be your\n"
-" free helpdesk.\n"
-" Please send your questions to the appropriate mailinglists / forums.\n"
-" Before contacting us, please read the Documentation.html (esp. the\n"
-" FAQ part).\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
+#. type: Content of: <html><body><ul><li>
+#: output/de/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+#. type: Content of: <html><body><ul><li>
+#: output/de/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
+#. type: Content of: <html><body><ul><li>
+#: output/de/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
+#. type: Content of: <html><body><ul><li>
+#: output/de/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
+#. type: Content of: <p>
+#: addendum/head.html:2
msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
+"This is translated version of a <a "
+"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
+"documentation</a>. You can contribute to it on our <a "
+"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
msgstr ""
diff --git a/pot/de-txt.pot b/pot/de-txt.pot
new file mode 100644
index 0000000..ff2a8ea
--- /dev/null
+++ b/pot/de-txt.pot
@@ -0,0 +1,247 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+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 13:18+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"
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
+msgid "$Id$"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Readme\n"
+"===================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:7
+#, no-wrap
+msgid " A set of PHP-scripts to manage MySQL over the web.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:11
+#, no-wrap
+msgid ""
+" Version 3.4.0-dev\n"
+" -----------------\n"
+" http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:22
+#, no-wrap
+msgid ""
+" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
+" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
+" Olivier Müller <om_at_omnis.ch>\n"
+" Robin Johnson "
+"<robbat2_at_users.sourceforge.net>\n"
+" Alexander M. Turek <me_at_derrabus.de>\n"
+" Michal Čihař <michal_at_cihar.com>\n"
+" Garvin Hicking <me_at_supergarv.de>\n"
+" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
+" Sebastian Mendel "
+"<cybot_tm_at_users.sourceforge.net>\n"
+" [check Documentation.txt/.html file for more "
+"details]\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:26
+#, no-wrap
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License version 2,\n"
+" as published by the Free Software Foundation.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:31
+#, no-wrap
+msgid ""
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:35
+#, no-wrap
+msgid ""
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
+"USA\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:40
+#, no-wrap
+msgid ""
+" Requirements:\n"
+" php 5.2 or later\n"
+" MySQL 5.0 or later\n"
+" a web-browser (doh!)\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:44
+#, no-wrap
+msgid ""
+" Summary:\n"
+" phpMyAdmin is intended to handle the administration of MySQL over the "
+"web.\n"
+" For a summary of features, please see the Documentation.txt/.html "
+"file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:47
+#, no-wrap
+msgid ""
+" Download:\n"
+" You can get the newest version at http://www.phpmyadmin.net/.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:50
+#, no-wrap
+msgid ""
+" Credits:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:53
+#, no-wrap
+msgid ""
+" Installation:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:56
+#, no-wrap
+msgid ""
+" ChangeLog:\n"
+" Now in ChangeLog\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:59
+#, no-wrap
+msgid ""
+" Documentation:\n"
+" Basic documentation available in Documentation.txt/.html\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:62
+#, no-wrap
+msgid ""
+" Support:\n"
+" See reference about support forums under http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:66
+#, no-wrap
+msgid ""
+" Enjoy!\n"
+" The phpMyAdmin Devel team\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:74
+#, no-wrap
+msgid ""
+" PS: Please, don't send us emails with question like \"How do I compile\n"
+" PHP with MySQL-support\". We just don't have the time to be your\n"
+" free helpdesk.\n"
+" Please send your questions to the appropriate mailinglists / forums.\n"
+" Before contacting us, please read the Documentation.html (esp. the\n"
+" FAQ part).\n"
+msgstr ""
diff --git a/po/hu.po b/pot/en_GB-full.pot
similarity index 99%
copy from po/hu.po
copy to pot/en_GB-full.pot
index 6aeaaac..cf2fcfc 100644
--- a/po/hu.po
+++ b/pot/en_GB-full.pot
@@ -1,54 +1,31 @@
-# Hungarian translations for phpMyAdmin-docs package
-# Copyright (C) 2009 phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
-# Automatically generated, 2009.
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs VERSION\n"
+"#-#-#-#-# en_GB-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-10 09:57+0100\n"
-"PO-Revision-Date: 2009-05-19 09:52+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2010-03-10 13:19+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: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
+"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(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 13:11+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"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -121,6 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/en_GB/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11250,117 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/en_GB/index-full-template.html:7
+#: output/en_GB/index-full-template.html:10
+msgid "phpMyAdmin English (United Kingdom) Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/en_GB/index-full-template.html:11
+msgid "Documents translated to English (United Kingdom):"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/en_GB/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/en_GB/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/en_GB/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/en_GB/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,50 +11513,3 @@ msgid ""
" Before contacting us, please read the Documentation.html (esp. the\n"
" FAQ part).\n"
msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
-#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-
-#~ msgid "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
-#~ msgstr ""
-#~ "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
diff --git a/docs.pot b/pot/en_GB-html.pot
similarity index 98%
copy from docs.pot
copy to pot/en_GB-html.pot
index b09d420..eb9e313 100644
--- a/docs.pot
+++ b/pot/en_GB-html.pot
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs 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-10 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr ""
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a "
-"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
-"documentation</a>. You can contribute to it on our <a "
-"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,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
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/en_GB/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11323,207 +11289,41 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
-msgid "$Id$"
+#. type: Content of: <html><body><h1>
+#: output/en_GB/index-full-template.html:7 output/en_GB/index-full-template.html:10
+msgid "phpMyAdmin English (United Kingdom) Documentation"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Readme\n"
-"===================\n"
+#. type: Content of: <html><body><p>
+#: output/en_GB/index-full-template.html:11
+msgid "Documents translated to English (United Kingdom):"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:7
-#, no-wrap
-msgid " A set of PHP-scripts to manage MySQL over the web.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:11
-#, no-wrap
-msgid ""
-" Version 3.4.0-dev\n"
-" -----------------\n"
-" http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:22
-#, no-wrap
-msgid ""
-" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
-" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
-" Olivier Müller <om_at_omnis.ch>\n"
-" Robin Johnson "
-"<robbat2_at_users.sourceforge.net>\n"
-" Alexander M. Turek <me_at_derrabus.de>\n"
-" Michal Čihař <michal_at_cihar.com>\n"
-" Garvin Hicking <me_at_supergarv.de>\n"
-" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
-" Sebastian Mendel "
-"<cybot_tm_at_users.sourceforge.net>\n"
-" [check Documentation.txt/.html file for more "
-"details]\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:26
-#, no-wrap
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License version 2,\n"
-" as published by the Free Software Foundation.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:31
-#, no-wrap
-msgid ""
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:35
-#, no-wrap
-msgid ""
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
-"USA\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:40
-#, no-wrap
-msgid ""
-" Requirements:\n"
-" php 5.2 or later\n"
-" MySQL 5.0 or later\n"
-" a web-browser (doh!)\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:44
-#, no-wrap
-msgid ""
-" Summary:\n"
-" phpMyAdmin is intended to handle the administration of MySQL over the "
-"web.\n"
-" For a summary of features, please see the Documentation.txt/.html "
-"file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:47
-#, no-wrap
-msgid ""
-" Download:\n"
-" You can get the newest version at http://www.phpmyadmin.net/.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:50
-#, no-wrap
-msgid ""
-" Credits:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:53
-#, no-wrap
-msgid ""
-" Installation:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:56
-#, no-wrap
-msgid ""
-" ChangeLog:\n"
-" Now in ChangeLog\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:59
-#, no-wrap
-msgid ""
-" Documentation:\n"
-" Basic documentation available in Documentation.txt/.html\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:62
-#, no-wrap
-msgid ""
-" Support:\n"
-" See reference about support forums under http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:66
-#, no-wrap
-msgid ""
-" Enjoy!\n"
-" The phpMyAdmin Devel team\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:74
-#, no-wrap
-msgid ""
-" PS: Please, don't send us emails with question like \"How do I compile\n"
-" PHP with MySQL-support\". We just don't have the time to be your\n"
-" free helpdesk.\n"
-" Please send your questions to the appropriate mailinglists / forums.\n"
-" Before contacting us, please read the Documentation.html (esp. the\n"
-" FAQ part).\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
+#. type: Content of: <html><body><ul><li>
+#: output/en_GB/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+#. type: Content of: <html><body><ul><li>
+#: output/en_GB/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
+#. type: Content of: <html><body><ul><li>
+#: output/en_GB/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
+#. type: Content of: <html><body><ul><li>
+#: output/en_GB/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
+#. type: Content of: <p>
+#: addendum/head.html:2
msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
+"This is translated version of a <a "
+"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
+"documentation</a>. You can contribute to it on our <a "
+"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
msgstr ""
diff --git a/pot/en_GB-txt.pot b/pot/en_GB-txt.pot
new file mode 100644
index 0000000..d84f66c
--- /dev/null
+++ b/pot/en_GB-txt.pot
@@ -0,0 +1,247 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+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 13:11+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"
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
+msgid "$Id$"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Readme\n"
+"===================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:7
+#, no-wrap
+msgid " A set of PHP-scripts to manage MySQL over the web.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:11
+#, no-wrap
+msgid ""
+" Version 3.4.0-dev\n"
+" -----------------\n"
+" http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:22
+#, no-wrap
+msgid ""
+" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
+" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
+" Olivier Müller <om_at_omnis.ch>\n"
+" Robin Johnson "
+"<robbat2_at_users.sourceforge.net>\n"
+" Alexander M. Turek <me_at_derrabus.de>\n"
+" Michal Čihař <michal_at_cihar.com>\n"
+" Garvin Hicking <me_at_supergarv.de>\n"
+" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
+" Sebastian Mendel "
+"<cybot_tm_at_users.sourceforge.net>\n"
+" [check Documentation.txt/.html file for more "
+"details]\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:26
+#, no-wrap
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License version 2,\n"
+" as published by the Free Software Foundation.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:31
+#, no-wrap
+msgid ""
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:35
+#, no-wrap
+msgid ""
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
+"USA\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:40
+#, no-wrap
+msgid ""
+" Requirements:\n"
+" php 5.2 or later\n"
+" MySQL 5.0 or later\n"
+" a web-browser (doh!)\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:44
+#, no-wrap
+msgid ""
+" Summary:\n"
+" phpMyAdmin is intended to handle the administration of MySQL over the "
+"web.\n"
+" For a summary of features, please see the Documentation.txt/.html "
+"file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:47
+#, no-wrap
+msgid ""
+" Download:\n"
+" You can get the newest version at http://www.phpmyadmin.net/.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:50
+#, no-wrap
+msgid ""
+" Credits:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:53
+#, no-wrap
+msgid ""
+" Installation:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:56
+#, no-wrap
+msgid ""
+" ChangeLog:\n"
+" Now in ChangeLog\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:59
+#, no-wrap
+msgid ""
+" Documentation:\n"
+" Basic documentation available in Documentation.txt/.html\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:62
+#, no-wrap
+msgid ""
+" Support:\n"
+" See reference about support forums under http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:66
+#, no-wrap
+msgid ""
+" Enjoy!\n"
+" The phpMyAdmin Devel team\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:74
+#, no-wrap
+msgid ""
+" PS: Please, don't send us emails with question like \"How do I compile\n"
+" PHP with MySQL-support\". We just don't have the time to be your\n"
+" free helpdesk.\n"
+" Please send your questions to the appropriate mailinglists / forums.\n"
+" Before contacting us, please read the Documentation.html (esp. the\n"
+" FAQ part).\n"
+msgstr ""
diff --git a/po/hu.po b/pot/es-full.pot
similarity index 99%
copy from po/hu.po
copy to pot/es-full.pot
index 6aeaaac..8d54d42 100644
--- a/po/hu.po
+++ b/pot/es-full.pot
@@ -1,54 +1,31 @@
-# Hungarian translations for phpMyAdmin-docs package
-# Copyright (C) 2009 phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
-# Automatically generated, 2009.
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs VERSION\n"
+"#-#-#-#-# es-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-10 09:57+0100\n"
-"PO-Revision-Date: 2009-05-19 09:52+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2010-03-10 13:19+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: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
+"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(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 13:18+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"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -121,6 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/es/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11250,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)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"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/es/index-full-template.html:11
+msgid "Documents translated to es:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/es/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
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/es/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
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,50 +11512,3 @@ msgid ""
" Before contacting us, please read the Documentation.html (esp. the\n"
" FAQ part).\n"
msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
-#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-
-#~ msgid "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
-#~ msgstr ""
-#~ "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
diff --git a/docs.pot b/pot/es-html.pot
similarity index 98%
copy from docs.pot
copy to pot/es-html.pot
index b09d420..1b0c262 100644
--- a/docs.pot
+++ b/pot/es-html.pot
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs 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-10 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr ""
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a "
-"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
-"documentation</a>. You can contribute to it on our <a "
-"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,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
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/es/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11323,207 +11289,41 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
-msgid "$Id$"
+#. type: Content of: <html><body><h1>
+#: output/es/index-full-template.html:7 output/es/index-full-template.html:10
+msgid "phpMyAdmin Spanish Documentation"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Readme\n"
-"===================\n"
+#. type: Content of: <html><body><p>
+#: output/es/index-full-template.html:11
+msgid "Documents translated to es:"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:7
-#, no-wrap
-msgid " A set of PHP-scripts to manage MySQL over the web.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:11
-#, no-wrap
-msgid ""
-" Version 3.4.0-dev\n"
-" -----------------\n"
-" http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:22
-#, no-wrap
-msgid ""
-" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
-" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
-" Olivier Müller <om_at_omnis.ch>\n"
-" Robin Johnson "
-"<robbat2_at_users.sourceforge.net>\n"
-" Alexander M. Turek <me_at_derrabus.de>\n"
-" Michal Čihař <michal_at_cihar.com>\n"
-" Garvin Hicking <me_at_supergarv.de>\n"
-" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
-" Sebastian Mendel "
-"<cybot_tm_at_users.sourceforge.net>\n"
-" [check Documentation.txt/.html file for more "
-"details]\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:26
-#, no-wrap
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License version 2,\n"
-" as published by the Free Software Foundation.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:31
-#, no-wrap
-msgid ""
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:35
-#, no-wrap
-msgid ""
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
-"USA\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:40
-#, no-wrap
-msgid ""
-" Requirements:\n"
-" php 5.2 or later\n"
-" MySQL 5.0 or later\n"
-" a web-browser (doh!)\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:44
-#, no-wrap
-msgid ""
-" Summary:\n"
-" phpMyAdmin is intended to handle the administration of MySQL over the "
-"web.\n"
-" For a summary of features, please see the Documentation.txt/.html "
-"file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:47
-#, no-wrap
-msgid ""
-" Download:\n"
-" You can get the newest version at http://www.phpmyadmin.net/.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:50
-#, no-wrap
-msgid ""
-" Credits:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:53
-#, no-wrap
-msgid ""
-" Installation:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:56
-#, no-wrap
-msgid ""
-" ChangeLog:\n"
-" Now in ChangeLog\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:59
-#, no-wrap
-msgid ""
-" Documentation:\n"
-" Basic documentation available in Documentation.txt/.html\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:62
-#, no-wrap
-msgid ""
-" Support:\n"
-" See reference about support forums under http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:66
-#, no-wrap
-msgid ""
-" Enjoy!\n"
-" The phpMyAdmin Devel team\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:74
-#, no-wrap
-msgid ""
-" PS: Please, don't send us emails with question like \"How do I compile\n"
-" PHP with MySQL-support\". We just don't have the time to be your\n"
-" free helpdesk.\n"
-" Please send your questions to the appropriate mailinglists / forums.\n"
-" Before contacting us, please read the Documentation.html (esp. the\n"
-" FAQ part).\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
+#. type: Content of: <html><body><ul><li>
+#: output/es/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+#. type: Content of: <html><body><ul><li>
+#: output/es/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
+#. type: Content of: <html><body><ul><li>
+#: output/es/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
+#. type: Content of: <html><body><ul><li>
+#: output/es/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
+#. type: Content of: <p>
+#: addendum/head.html:2
msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
+"This is translated version of a <a "
+"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
+"documentation</a>. You can contribute to it on our <a "
+"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
msgstr ""
diff --git a/pot/es-txt.pot b/pot/es-txt.pot
new file mode 100644
index 0000000..ff2a8ea
--- /dev/null
+++ b/pot/es-txt.pot
@@ -0,0 +1,247 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+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 13:18+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"
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
+msgid "$Id$"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Readme\n"
+"===================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:7
+#, no-wrap
+msgid " A set of PHP-scripts to manage MySQL over the web.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:11
+#, no-wrap
+msgid ""
+" Version 3.4.0-dev\n"
+" -----------------\n"
+" http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:22
+#, no-wrap
+msgid ""
+" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
+" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
+" Olivier Müller <om_at_omnis.ch>\n"
+" Robin Johnson "
+"<robbat2_at_users.sourceforge.net>\n"
+" Alexander M. Turek <me_at_derrabus.de>\n"
+" Michal Čihař <michal_at_cihar.com>\n"
+" Garvin Hicking <me_at_supergarv.de>\n"
+" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
+" Sebastian Mendel "
+"<cybot_tm_at_users.sourceforge.net>\n"
+" [check Documentation.txt/.html file for more "
+"details]\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:26
+#, no-wrap
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License version 2,\n"
+" as published by the Free Software Foundation.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:31
+#, no-wrap
+msgid ""
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:35
+#, no-wrap
+msgid ""
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
+"USA\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:40
+#, no-wrap
+msgid ""
+" Requirements:\n"
+" php 5.2 or later\n"
+" MySQL 5.0 or later\n"
+" a web-browser (doh!)\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:44
+#, no-wrap
+msgid ""
+" Summary:\n"
+" phpMyAdmin is intended to handle the administration of MySQL over the "
+"web.\n"
+" For a summary of features, please see the Documentation.txt/.html "
+"file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:47
+#, no-wrap
+msgid ""
+" Download:\n"
+" You can get the newest version at http://www.phpmyadmin.net/.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:50
+#, no-wrap
+msgid ""
+" Credits:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:53
+#, no-wrap
+msgid ""
+" Installation:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:56
+#, no-wrap
+msgid ""
+" ChangeLog:\n"
+" Now in ChangeLog\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:59
+#, no-wrap
+msgid ""
+" Documentation:\n"
+" Basic documentation available in Documentation.txt/.html\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:62
+#, no-wrap
+msgid ""
+" Support:\n"
+" See reference about support forums under http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:66
+#, no-wrap
+msgid ""
+" Enjoy!\n"
+" The phpMyAdmin Devel team\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:74
+#, no-wrap
+msgid ""
+" PS: Please, don't send us emails with question like \"How do I compile\n"
+" PHP with MySQL-support\". We just don't have the time to be your\n"
+" free helpdesk.\n"
+" Please send your questions to the appropriate mailinglists / forums.\n"
+" Before contacting us, please read the Documentation.html (esp. the\n"
+" FAQ part).\n"
+msgstr ""
diff --git a/po/hu.po b/pot/fi-full.pot
similarity index 99%
copy from po/hu.po
copy to pot/fi-full.pot
index 6aeaaac..0113bcf 100644
--- a/po/hu.po
+++ b/pot/fi-full.pot
@@ -1,54 +1,31 @@
-# Hungarian translations for phpMyAdmin-docs package
-# Copyright (C) 2009 phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
-# Automatically generated, 2009.
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs VERSION\n"
+"#-#-#-#-# fi-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-10 09:57+0100\n"
-"PO-Revision-Date: 2009-05-19 09:52+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2010-03-10 13:19+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: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
+"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(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 13:18+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"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -121,6 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/fi/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11250,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/fi/index-full-template.html:7 output/fi/index-full-template.html:10
+msgid "phpMyAdmin Finnish Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/fi/index-full-template.html:11
+msgid "Documents translated to fi:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/fi/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/fi/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/fi/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/fi/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,50 +11512,3 @@ msgid ""
" Before contacting us, please read the Documentation.html (esp. the\n"
" FAQ part).\n"
msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
-#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-
-#~ msgid "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
-#~ msgstr ""
-#~ "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
diff --git a/docs.pot b/pot/fi-html.pot
similarity index 98%
copy from docs.pot
copy to pot/fi-html.pot
index b09d420..daa84aa 100644
--- a/docs.pot
+++ b/pot/fi-html.pot
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs 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-10 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr ""
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a "
-"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
-"documentation</a>. You can contribute to it on our <a "
-"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,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
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/fi/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11323,207 +11289,41 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
-msgid "$Id$"
+#. type: Content of: <html><body><h1>
+#: output/fi/index-full-template.html:7 output/fi/index-full-template.html:10
+msgid "phpMyAdmin Finnish Documentation"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Readme\n"
-"===================\n"
+#. type: Content of: <html><body><p>
+#: output/fi/index-full-template.html:11
+msgid "Documents translated to fi:"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:7
-#, no-wrap
-msgid " A set of PHP-scripts to manage MySQL over the web.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:11
-#, no-wrap
-msgid ""
-" Version 3.4.0-dev\n"
-" -----------------\n"
-" http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:22
-#, no-wrap
-msgid ""
-" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
-" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
-" Olivier Müller <om_at_omnis.ch>\n"
-" Robin Johnson "
-"<robbat2_at_users.sourceforge.net>\n"
-" Alexander M. Turek <me_at_derrabus.de>\n"
-" Michal Čihař <michal_at_cihar.com>\n"
-" Garvin Hicking <me_at_supergarv.de>\n"
-" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
-" Sebastian Mendel "
-"<cybot_tm_at_users.sourceforge.net>\n"
-" [check Documentation.txt/.html file for more "
-"details]\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:26
-#, no-wrap
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License version 2,\n"
-" as published by the Free Software Foundation.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:31
-#, no-wrap
-msgid ""
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:35
-#, no-wrap
-msgid ""
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
-"USA\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:40
-#, no-wrap
-msgid ""
-" Requirements:\n"
-" php 5.2 or later\n"
-" MySQL 5.0 or later\n"
-" a web-browser (doh!)\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:44
-#, no-wrap
-msgid ""
-" Summary:\n"
-" phpMyAdmin is intended to handle the administration of MySQL over the "
-"web.\n"
-" For a summary of features, please see the Documentation.txt/.html "
-"file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:47
-#, no-wrap
-msgid ""
-" Download:\n"
-" You can get the newest version at http://www.phpmyadmin.net/.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:50
-#, no-wrap
-msgid ""
-" Credits:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:53
-#, no-wrap
-msgid ""
-" Installation:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:56
-#, no-wrap
-msgid ""
-" ChangeLog:\n"
-" Now in ChangeLog\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:59
-#, no-wrap
-msgid ""
-" Documentation:\n"
-" Basic documentation available in Documentation.txt/.html\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:62
-#, no-wrap
-msgid ""
-" Support:\n"
-" See reference about support forums under http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:66
-#, no-wrap
-msgid ""
-" Enjoy!\n"
-" The phpMyAdmin Devel team\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:74
-#, no-wrap
-msgid ""
-" PS: Please, don't send us emails with question like \"How do I compile\n"
-" PHP with MySQL-support\". We just don't have the time to be your\n"
-" free helpdesk.\n"
-" Please send your questions to the appropriate mailinglists / forums.\n"
-" Before contacting us, please read the Documentation.html (esp. the\n"
-" FAQ part).\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
+#. type: Content of: <html><body><ul><li>
+#: output/fi/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+#. type: Content of: <html><body><ul><li>
+#: output/fi/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
+#. type: Content of: <html><body><ul><li>
+#: output/fi/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
+#. type: Content of: <html><body><ul><li>
+#: output/fi/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
+#. type: Content of: <p>
+#: addendum/head.html:2
msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
+"This is translated version of a <a "
+"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
+"documentation</a>. You can contribute to it on our <a "
+"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
msgstr ""
diff --git a/pot/fi-txt.pot b/pot/fi-txt.pot
new file mode 100644
index 0000000..ff2a8ea
--- /dev/null
+++ b/pot/fi-txt.pot
@@ -0,0 +1,247 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+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 13:18+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"
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
+msgid "$Id$"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Readme\n"
+"===================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:7
+#, no-wrap
+msgid " A set of PHP-scripts to manage MySQL over the web.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:11
+#, no-wrap
+msgid ""
+" Version 3.4.0-dev\n"
+" -----------------\n"
+" http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:22
+#, no-wrap
+msgid ""
+" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
+" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
+" Olivier Müller <om_at_omnis.ch>\n"
+" Robin Johnson "
+"<robbat2_at_users.sourceforge.net>\n"
+" Alexander M. Turek <me_at_derrabus.de>\n"
+" Michal Čihař <michal_at_cihar.com>\n"
+" Garvin Hicking <me_at_supergarv.de>\n"
+" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
+" Sebastian Mendel "
+"<cybot_tm_at_users.sourceforge.net>\n"
+" [check Documentation.txt/.html file for more "
+"details]\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:26
+#, no-wrap
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License version 2,\n"
+" as published by the Free Software Foundation.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:31
+#, no-wrap
+msgid ""
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:35
+#, no-wrap
+msgid ""
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
+"USA\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:40
+#, no-wrap
+msgid ""
+" Requirements:\n"
+" php 5.2 or later\n"
+" MySQL 5.0 or later\n"
+" a web-browser (doh!)\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:44
+#, no-wrap
+msgid ""
+" Summary:\n
"
+" phpMyAdmin is intended to handle the administration of MySQL over the "
+"web.\n"
+" For a summary of features, please see the Documentation.txt/.html "
+"file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:47
+#, no-wrap
+msgid ""
+" Download:\n"
+" You can get the newest version at http://www.phpmyadmin.net/.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:50
+#, no-wrap
+msgid ""
+" Credits:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:53
+#, no-wrap
+msgid ""
+" Installation:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:56
+#, no-wrap
+msgid ""
+" ChangeLog:\n"
+" Now in ChangeLog\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:59
+#, no-wrap
+msgid ""
+" Documentation:\n"
+" Basic documentation available in Documentation.txt/.html\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:62
+#, no-wrap
+msgid ""
+" Support:\n"
+" See reference about support forums under http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:66
+#, no-wrap
+msgid ""
+" Enjoy!\n"
+" The phpMyAdmin Devel team\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:74
+#, no-wrap
+msgid ""
+" PS: Please, don't send us emails with question like \"How do I compile\n"
+" PHP with MySQL-support\". We just don't have the time to be your\n"
+" free helpdesk.\n"
+" Please send your questions to the appropriate mailinglists / forums.\n"
+" Before contacting us, please read the Documentation.html (esp. the\n"
+" FAQ part).\n"
+msgstr ""
diff --git a/po/hu.po b/pot/fr-full.pot
similarity index 99%
copy from po/hu.po
copy to pot/fr-full.pot
index 6aeaaac..0f2ad28 100644
--- a/po/hu.po
+++ b/pot/fr-full.pot
@@ -1,54 +1,31 @@
-# Hungarian translations for phpMyAdmin-docs package
-# Copyright (C) 2009 phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
-# Automatically generated, 2009.
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs VERSION\n"
+"#-#-#-#-# fr-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-10 09:57+0100\n"
-"PO-Revision-Date: 2009-05-19 09:52+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2010-03-10 13:19+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: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
+"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(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 13:10+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"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -121,6 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/fr/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11250,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/fr/index-full-template.html:7 output/fr/index-full-template.html:10
+msgid "phpMyAdmin French Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/fr/index-full-template.html:11
+msgid "Documents translated to French:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/fr/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/fr/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/fr/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/fr/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,50 +11512,3 @@ msgid ""
" Before contacting us, please read the Documentation.html (esp. the\n"
" FAQ part).\n"
msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
-#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-
-#~ msgid "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
-#~ msgstr ""
-#~ "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
diff --git a/docs.pot b/pot/fr-html.pot
similarity index 98%
copy from docs.pot
copy to pot/fr-html.pot
index b09d420..a1fc53a 100644
--- a/docs.pot
+++ b/pot/fr-html.pot
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs 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-10 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr ""
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a "
-"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
-"documentation</a>. You can contribute to it on our <a "
-"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,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
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/fr/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11323,207 +11289,41 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
-msgid "$Id$"
+#. type: Content of: <html><body><h1>
+#: output/fr/index-full-template.html:7 output/fr/index-full-template.html:10
+msgid "phpMyAdmin French Documentation"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Readme\n"
-"===================\n"
+#. type: Content of: <html><body><p>
+#: output/fr/index-full-template.html:11
+msgid "Documents translated to French:"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:7
-#, no-wrap
-msgid " A set of PHP-scripts to manage MySQL over the web.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:11
-#, no-wrap
-msgid ""
-" Version 3.4.0-dev\n"
-" -----------------\n"
-" http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:22
-#, no-wrap
-msgid ""
-" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
-" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
-" Olivier Müller <om_at_omnis.ch>\n"
-" Robin Johnson "
-"<robbat2_at_users.sourceforge.net>\n"
-" Alexander M. Turek <me_at_derrabus.de>\n"
-" Michal Čihař <michal_at_cihar.com>\n"
-" Garvin Hicking <me_at_supergarv.de>\n"
-" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
-" Sebastian Mendel "
-"<cybot_tm_at_users.sourceforge.net>\n"
-" [check Documentation.txt/.html file for more "
-"details]\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:26
-#, no-wrap
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License version 2,\n"
-" as published by the Free Software Foundation.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:31
-#, no-wrap
-msgid ""
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:35
-#, no-wrap
-msgid ""
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
-"USA\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:40
-#, no-wrap
-msgid ""
-" Requirements:\n"
-" php 5.2 or later\n"
-" MySQL 5.0 or later\n"
-" a web-browser (doh!)\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:44
-#, no-wrap
-msgid ""
-" Summary:\n"
-" phpMyAdmin is intended to handle the administration of MySQL over the "
-"web.\n"
-" For a summary of features, please see the Documentation.txt/.html "
-"file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:47
-#, no-wrap
-msgid ""
-" Download:\n"
-" You can get the newest version at http://www.phpmyadmin.net/.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:50
-#, no-wrap
-msgid ""
-" Credits:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:53
-#, no-wrap
-msgid ""
-" Installation:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:56
-#, no-wrap
-msgid ""
-" ChangeLog:\n"
-" Now in ChangeLog\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:59
-#, no-wrap
-msgid ""
-" Documentation:\n"
-" Basic documentation available in Documentation.txt/.html\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:62
-#, no-wrap
-msgid ""
-" Support:\n"
-" See reference about support forums under http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:66
-#, no-wrap
-msgid ""
-" Enjoy!\n"
-" The phpMyAdmin Devel team\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:74
-#, no-wrap
-msgid ""
-" PS: Please, don't send us emails with question like \"How do I compile\n"
-" PHP with MySQL-support\". We just don't have the time to be your\n"
-" free helpdesk.\n"
-" Please send your questions to the appropriate mailinglists / forums.\n"
-" Before contacting us, please read the Documentation.html (esp. the\n"
-" FAQ part).\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
+#. type: Content of: <html><body><ul><li>
+#: output/fr/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+#. type: Content of: <html><body><ul><li>
+#: output/fr/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
+#. type: Content of: <html><body><ul><li>
+#: output/fr/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
+#. type: Content of: <html><body><ul><li>
+#: output/fr/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
+#. type: Content of: <p>
+#: addendum/head.html:2
msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
+"This is translated version of a <a "
+"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
+"documentation</a>. You can contribute to it on our <a "
+"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
msgstr ""
diff --git a/pot/fr-txt.pot b/pot/fr-txt.pot
new file mode 100644
index 0000000..e14d503
--- /dev/null
+++ b/pot/fr-txt.pot
@@ -0,0 +1,247 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+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 13:10+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"
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
+msgid "$Id$"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Readme\n"
+"===================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:7
+#, no-wrap
+msgid " A set of PHP-scripts to manage MySQL over the web.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:11
+#, no-wrap
+msgid ""
+" Version 3.4.0-dev\n"
+" -----------------\n"
+" http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:22
+#, no-wrap
+msgid ""
+" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
+" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
+" Olivier Müller <om_at_omnis.ch>\n"
+" Robin Johnson "
+"<robbat2_at_users.sourceforge.net>\n"
+" Alexander M. Turek <me_at_derrabus.de>\n"
+" Michal Čihař <michal_at_cihar.com>\n"
+" Garvin Hicking <me_at_supergarv.de>\n"
+" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
+" Sebastian Mendel "
+"<cybot_tm_at_users.sourceforge.net>\n"
+" [check Documentation.txt/.html file for more "
+"details]\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:26
+#, no-wrap
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License version 2,\n"
+" as published by the Free Software Foundation.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:31
+#, no-wrap
+msgid ""
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:35
+#, no-wrap
+msgid ""
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
+"USA\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:40
+#, no-wrap
+msgid ""
+" Requirements:\n"
+" php 5.2 or later\n"
+" MySQL 5.0 or later\n"
+" a web-browser (doh!)\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:44
+#, no-wrap
+msgid ""
+" Summary:\n"
+" phpMyAdmin is intended to handle the administration of MySQL over the "
+"web.\n"
+" For a summary of features, please see the Documentation.txt/.html "
+"file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:47
+#, no-wrap
+msgid ""
+" Download:\n"
+" You can get the newest version at http://www.phpmyadmin.net/.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:50
+#, no-wrap
+msgid ""
+" Credits:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:53
+#, no-wrap
+msgid ""
+" Installation:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:56
+#, no-wrap
+msgid ""
+" ChangeLog:\n"
+" Now in ChangeLog\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:59
+#, no-wrap
+msgid ""
+" Documentation:\n"
+" Basic documentation available in Documentation.txt/.html\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:62
+#, no-wrap
+msgid ""
+" Support:\n"
+" See reference about support forums under http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:66
+#, no-wrap
+msgid ""
+" Enjoy!\n"
+" The phpMyAdmin Devel team\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:74
+#, no-wrap
+msgid ""
+" PS: Please, don't send us emails with question like \"How do I compile\n"
+" PHP with MySQL-support\". We just don't have the time to be your\n"
+" free helpdesk.\n"
+" Please send your questions to the appropriate mailinglists / forums.\n"
+" Before contacting us, please read the Documentation.html (esp. the\n"
+" FAQ part).\n"
+msgstr ""
diff --git a/po/hu.po b/pot/gl-full.pot
similarity index 99%
copy from po/hu.po
copy to pot/gl-full.pot
index 6aeaaac..dbc5de5 100644
--- a/po/hu.po
+++ b/pot/gl-full.pot
@@ -1,54 +1,31 @@
-# Hungarian translations for phpMyAdmin-docs package
-# Copyright (C) 2009 phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
-# Automatically generated, 2009.
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs VERSION\n"
+"#-#-#-#-# gl-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-10 09:57+0100\n"
-"PO-Revision-Date: 2009-05-19 09:52+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2010-03-10 13:19+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: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
+"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(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 13:18+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"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -121,6 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/gl/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11250,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/gl/index-full-template.html:7 output/gl/index-full-template.html:10
+msgid "phpMyAdmin Galician Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/gl/index-full-template.html:11
+msgid "Documents translated to gl:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/gl/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/gl/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/gl/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/gl/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,50 +11512,3 @@ msgid ""
" Before contacting us, please read the Documentation.html (esp. the\n"
" FAQ part).\n"
msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
-#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-
-#~ msgid "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
-#~ msgstr ""
-#~ "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
diff --git a/docs.pot b/pot/gl-html.pot
similarity index 98%
copy from docs.pot
copy to pot/gl-html.pot
index b09d420..70f6a6e 100644
--- a/docs.pot
+++ b/pot/gl-html.pot
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs 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-10 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr ""
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a "
-"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
-"documentation</a>. You can contribute to it on our <a "
-"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,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
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/gl/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11323,207 +11289,41 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
-msgid "$Id$"
+#. type: Content of: <html><body><h1>
+#: output/gl/index-full-template.html:7 output/gl/index-full-template.html:10
+msgid "phpMyAdmin Galician Documentation"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Readme\n"
-"===================\n"
+#. type: Content of: <html><body><p>
+#: output/gl/index-full-template.html:11
+msgid "Documents translated to gl:"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:7
-#, no-wrap
-msgid " A set of PHP-scripts to manage MySQL over the web.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:11
-#, no-wrap
-msgid ""
-" Version 3.4.0-dev\n"
-" -----------------\n"
-" http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:22
-#, no-wrap
-msgid ""
-" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
-" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
-" Olivier Müller <om_at_omnis.ch>\n"
-" Robin Johnson "
-"<robbat2_at_users.sourceforge.net>\n"
-" Alexander M. Turek <me_at_derrabus.de>\n"
-" Michal Čihař <michal_at_cihar.com>\n"
-" Garvin Hicking <me_at_supergarv.de>\n"
-" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
-" Sebastian Mendel "
-"<cybot_tm_at_users.sourceforge.net>\n"
-" [check Documentation.txt/.html file for more "
-"details]\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:26
-#, no-wrap
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License version 2,\n"
-" as published by the Free Software Foundation.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:31
-#, no-wrap
-msgid ""
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:35
-#, no-wrap
-msgid ""
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
-"USA\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:40
-#, no-wrap
-msgid ""
-" Requirements:\n"
-" php 5.2 or later\n"
-" MySQL 5.0 or later\n"
-" a web-browser (doh!)\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:44
-#, no-wrap
-msgid ""
-" Summary:\n"
-" phpMyAdmin is intended to handle the administration of MySQL over the "
-"web.\n"
-" For a summary of features, please see the Documentation.txt/.html "
-"file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:47
-#, no-wrap
-msgid ""
-" Download:\n"
-" You can get the newest version at http://www.phpmyadmin.net/.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:50
-#, no-wrap
-msgid ""
-" Credits:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:53
-#, no-wrap
-msgid ""
-" Installation:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:56
-#, no-wrap
-msgid ""
-" ChangeLog:\n"
-" Now in ChangeLog\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:59
-#, no-wrap
-msgid ""
-" Documentation:\n"
-" Basic documentation available in Documentation.txt/.html\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:62
-#, no-wrap
-msgid ""
-" Support:\n"
-" See reference about support forums under http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:66
-#, no-wrap
-msgid ""
-" Enjoy!\n"
-" The phpMyAdmin Devel team\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:74
-#, no-wrap
-msgid ""
-" PS: Please, don't send us emails with question like \"How do I compile\n"
-" PHP with MySQL-support\". We just don't have the time to be your\n"
-" free helpdesk.\n"
-" Please send your questions to the appropriate mailinglists / forums.\n"
-" Before contacting us, please read the Documentation.html (esp. the\n"
-" FAQ part).\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
+#. type: Content of: <html><body><ul><li>
+#: output/gl/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+#. type: Content of: <html><body><ul><li>
+#: output/gl/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
+#. type: Content of: <html><body><ul><li>
+#: output/gl/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
+#. type: Content of: <html><body><ul><li>
+#: output/gl/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
+#. type: Content of: <p>
+#: addendum/head.html:2
msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
+"This is translated version of a <a "
+"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
+"documentation</a>. You can contribute to it on our <a "
+"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
msgstr ""
diff --git a/pot/gl-txt.pot b/pot/gl-txt.pot
new file mode 100644
index 0000000..ff2a8ea
--- /dev/null
+++ b/pot/gl-txt.pot
@@ -0,0 +1,247 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+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 13:18+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"
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
+msgid "$Id$"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Readme\n"
+"===================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:7
+#, no-wrap
+msgid " A set of PHP-scripts to manage MySQL over the web.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:11
+#, no-wrap
+msgid ""
+" Version 3.4.0-dev\n"
+" -----------------\n"
+" http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:22
+#, no-wrap
+msgid ""
+" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
+" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
+" Olivier Müller <om_at_omnis.ch>\n"
+" Robin Johnson "
+"<robbat2_at_users.sourceforge.net>\n"
+" Alexander M. Turek <me_at_derrabus.de>\n"
+" Michal Čihař <michal_at_cihar.com>\n"
+" Garvin Hicking <me_at_supergarv.de>\n"
+" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
+" Sebastian Mendel "
+"<cybot_tm_at_users.sourceforge.net>\n"
+" [check Documentation.txt/.html file for more "
+"details]\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:26
+#, no-wrap
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License version 2,\n"
+" as published by the Free Software Foundation.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:31
+#, no-wrap
+msgid ""
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:35
+#, no-wrap
+msgid ""
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
+"USA\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:40
+#, no-wrap
+msgid ""
+" Requirements:\n"
+" php 5.2 or later\n"
+" MySQL 5.0 or later\n"
+" a web-browser (doh!)\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:44
+#, no-wrap
+msgid ""
+" Summary:\n"
+" phpMyAdmin is intended to handle the administration of MySQL over the "
+"web.\n"
+" For a summary of features, please see the Documentation.txt/.html "
+"file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:47
+#, no-wrap
+msgid ""
+" Download:\n"
+" You can get the newest version at http://www.phpmyadmin.net/.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:50
+#, no-wrap
+msgid ""
+" Credits:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:53
+#, no-wrap
+msgid ""
+" Installation:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:56
+#, no-wrap
+msgid ""
+" ChangeLog:\n"
+" Now in ChangeLog\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:59
+#, no-wrap
+msgid ""
+" Documentation:\n"
+" Basic documentation available in Documentation.txt/.html\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:62
+#, no-wrap
+msgid ""
+" Support:\n"
+" See reference about support forums under http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:66
+#, no-wrap
+msgid ""
+" Enjoy!\n"
+" The phpMyAdmin Devel team\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:74
+#, no-wrap
+msgid ""
+" PS: Please, don't send us emails with question like \"How do I compile\n"
+" PHP with MySQL-support\". We just don't have the time to be your\n"
+" free helpdesk.\n"
+" Please send your questions to the appropriate mailinglists / forums.\n"
+" Before contacting us, please read the Documentation.html (esp. the\n"
+" FAQ part).\n"
+msgstr ""
diff --git a/po/hu.po b/pot/hu-full.pot
similarity index 99%
copy from po/hu.po
copy to pot/hu-full.pot
index 6aeaaac..8d74b46 100644
--- a/po/hu.po
+++ b/pot/hu-full.pot
@@ -1,54 +1,31 @@
-# Hungarian translations for phpMyAdmin-docs package
-# Copyright (C) 2009 phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
-# Automatically generated, 2009.
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs VERSION\n"
+"#-#-#-#-# 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-10 09:57+0100\n"
-"PO-Revision-Date: 2009-05-19 09:52+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2010-03-10 13:19+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: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
+"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-10 13:18+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"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -121,6 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/hu/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11250,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/hu/index-full-template.html:7 output/hu/index-full-template.html:10
+msgid "phpMyAdmin Hungarian Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/hu/index-full-template.html:11
+msgid "Documents translated to hu:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/hu/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/hu/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/hu/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/hu/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,50 +11512,3 @@ msgid ""
" Before contacting us, please read the Documentation.html (esp. the\n"
" FAQ part).\n"
msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
-#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-
-#~ msgid "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
-#~ msgstr ""
-#~ "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
diff --git a/docs.pot b/pot/hu-html.pot
similarity index 98%
copy from docs.pot
copy to pot/hu-html.pot
index b09d420..d93a13d 100644
--- a/docs.pot
+++ b/pot/hu-html.pot
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs 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-10 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr ""
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a "
-"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
-"documentation</a>. You can contribute to it on our <a "
-"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,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
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/hu/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11323,207 +11289,41 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
-msgid "$Id$"
+#. type: Content of: <html><body><h1>
+#: output/hu/index-full-template.html:7 output/hu/index-full-template.html:10
+msgid "phpMyAdmin Hungarian Documentation"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Readme\n"
-"===================\n"
+#. type: Content of: <html><body><p>
+#: output/hu/index-full-template.html:11
+msgid "Documents translated to hu:"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:7
-#, no-wrap
-msgid " A set of PHP-scripts to manage MySQL over the web.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:11
-#, no-wrap
-msgid ""
-" Version 3.4.0-dev\n"
-" -----------------\n"
-" http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:22
-#, no-wrap
-msgid ""
-" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
-" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
-" Olivier Müller <om_at_omnis.ch>\n"
-" Robin Johnson "
-"<robbat2_at_users.sourceforge.net>\n"
-" Alexander M. Turek <me_at_derrabus.de>\n"
-" Michal Čihař <michal_at_cihar.com>\n"
-" Garvin Hicking <me_at_supergarv.de>\n"
-" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
-" Sebastian Mendel "
-"<cybot_tm_at_users.sourceforge.net>\n"
-" [check Documentation.txt/.html file for more "
-"details]\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:26
-#, no-wrap
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License version 2,\n"
-" as published by the Free Software Foundation.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:31
-#, no-wrap
-msgid ""
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:35
-#, no-wrap
-msgid ""
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
-"USA\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:40
-#, no-wrap
-msgid ""
-" Requirements:\n"
-" php 5.2 or later\n"
-" MySQL 5.0 or later\n"
-" a web-browser (doh!)\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:44
-#, no-wrap
-msgid ""
-" Summary:\n"
-" phpMyAdmin is intended to handle the administration of MySQL over the "
-"web.\n"
-" For a summary of features, please see the Documentation.txt/.html "
-"file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:47
-#, no-wrap
-msgid ""
-" Download:\n"
-" You can get the newest version at http://www.phpmyadmin.net/.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:50
-#, no-wrap
-msgid ""
-" Credits:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:53
-#, no-wrap
-msgid ""
-" Installation:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:56
-#, no-wrap
-msgid ""
-" ChangeLog:\n"
-" Now in ChangeLog\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:59
-#, no-wrap
-msgid ""
-" Documentation:\n"
-" Basic documentation available in Documentation.txt/.html\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:62
-#, no-wrap
-msgid ""
-" Support:\n"
-" See reference about support forums under http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:66
-#, no-wrap
-msgid ""
-" Enjoy!\n"
-" The phpMyAdmin Devel team\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:74
-#, no-wrap
-msgid ""
-" PS: Please, don't send us emails with question like \"How do I compile\n"
-" PHP with MySQL-support\". We just don't have the time to be your\n"
-" free helpdesk.\n"
-" Please send your questions to the appropriate mailinglists / forums.\n"
-" Before contacting us, please read the Documentation.html (esp. the\n"
-" FAQ part).\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
+#. type: Content of: <html><body><ul><li>
+#: output/hu/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+#. type: Content of: <html><body><ul><li>
+#: output/hu/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
+#. type: Content of: <html><body><ul><li>
+#: output/hu/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
+#. type: Content of: <html><body><ul><li>
+#: output/hu/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
+#. type: Content of: <p>
+#: addendum/head.html:2
msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
+"This is translated version of a <a "
+"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
+"documentation</a>. You can contribute to it on our <a "
+"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
msgstr ""
diff --git a/pot/hu-txt.pot b/pot/hu-txt.pot
new file mode 100644
index 0000000..ff2a8ea
--- /dev/null
+++ b/pot/hu-txt.pot
@@ -0,0 +1,247 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+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 13:18+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"
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
+msgid "$Id$"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Readme\n"
+"===================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:7
+#, no-wrap
+msgid " A set of PHP-scripts to manage MySQL over the web.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:11
+#, no-wrap
+msgid ""
+" Version 3.4.0-dev\n"
+" -----------------\n"
+" http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:22
+#, no-wrap
+msgid ""
+" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
+" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
+" Olivier Müller <om_at_omnis.ch>\n"
+" Robin Johnson "
+"<robbat2_at_users.sourceforge.net>\n"
+" Alexander M. Turek <me_at_derrabus.de>\n"
+" Michal Čihař <michal_at_cihar.com>\n"
+" Garvin Hicking <me_at_supergarv.de>\n"
+" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
+" Sebastian Mendel "
+"<cybot_tm_at_users.sourceforge.net>\n"
+" [check Documentation.txt/.html file for more "
+"details]\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:26
+#, no-wrap
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License version 2,\n"
+" as published by the Free Software Foundation.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:31
+#, no-wrap
+msgid ""
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:35
+#, no-wrap
+msgid ""
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
+"USA\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:40
+#, no-wrap
+msgid ""
+" Requirements:\n"
+" php 5.2 or later\n"
+" MySQL 5.0 or later\n"
+" a web-browser (doh!)\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:44
+#, no-wrap
+msgid ""
+" Summary:\n"
+" phpMyAdmin is intended to handle the administration of MySQL over the "
+"web.\n"
+" For a summary of features, please see the Documentation.txt/.html "
+"file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:47
+#, no-wrap
+msgid ""
+" Download:\n"
+" You can get the newest version at http://www.phpmyadmin.net/.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:50
+#, no-wrap
+msgid ""
+" Credits:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:53
+#, no-wrap
+msgid ""
+" Installation:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:56
+#, no-wrap
+msgid ""
+" ChangeLog:\n"
+" Now in ChangeLog\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:59
+#, no-wrap
+msgid ""
+" Documentation:\n"
+" Basic documentation available in Documentation.txt/.html\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:62
+#, no-wrap
+msgid ""
+" Support:\n"
+" See reference about support forums under http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:66
+#, no-wrap
+msgid ""
+" Enjoy!\n"
+" The phpMyAdmin Devel team\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:74
+#, no-wrap
+msgid ""
+" PS: Please, don't send us emails with question like \"How do I compile\n"
+" PHP with MySQL-support\". We just don't have the time to be your\n"
+" free helpdesk.\n"
+" Please send your questions to the appropriate mailinglists / forums.\n"
+" Before contacting us, please read the Documentation.html (esp. the\n"
+" FAQ part).\n"
+msgstr ""
diff --git a/po/hu.po b/pot/hy-full.pot
similarity
index 99%
copy from po/hu.po
copy to pot/hy-full.pot
index 6aeaaac..85ea2e1 100644
--- a/po/hu.po
+++ b/pot/hy-full.pot
@@ -1,54 +1,31 @@
-# Hungarian translations for phpMyAdmin-docs package
-# Copyright (C) 2009 phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
-# Automatically generated, 2009.
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs VERSION\n"
+"#-#-#-#-# hy-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-10 09:57+0100\n"
-"PO-Revision-Date: 2009-05-19 09:52+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2010-03-10 13:19+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: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING\n"
+"#-#-#-#-# hy-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-10 13:11+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"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -121,6 +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
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11250,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)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"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/hy/index-full-template.html:11
+msgid "Documents translated to Armenian:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/hy/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
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/hy/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
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,50 +11512,3 @@ msgid ""
" Before contacting us, please read the Documentation.html (esp. the\n"
" FAQ part).\n"
msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
-#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-
-#~ msgid "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
-#~ msgstr ""
-#~ "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
diff --git a/docs.pot b/pot/hy-html.pot
similarity index 98%
copy from docs.pot
copy to pot/hy-html.pot
index b09d420..d6332fa 100644
--- a/docs.pot
+++ b/pot/hy-html.pot
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs 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-10 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr ""
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a "
-"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
-"documentation</a>. You can contribute to it on our <a "
-"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,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
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/hy/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11323,207 +11289,41 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
-msgid "$Id$"
+#. type: Content of: <html><body><h1>
+#: output/hy/index-full-template.html:7 output/hy/index-full-template.html:10
+msgid "phpMyAdmin Armenian Documentation"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Readme\n"
-"===================\n"
+#. type: Content of: <html><body><p>
+#: output/hy/index-full-template.html:11
+msgid "Documents translated to Armenian:"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:7
-#, no-wrap
-msgid " A set of PHP-scripts to manage MySQL over the web.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:11
-#, no-wrap
-msgid ""
-" Version 3.4.0-dev\n"
-" -----------------\n"
-" http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:22
-#, no-wrap
-msgid ""
-" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
-" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
-" Olivier Müller <om_at_omnis.ch>\n"
-" Robin Johnson "
-"<robbat2_at_users.sourceforge.net>\n"
-" Alexander M. Turek <me_at_derrabus.de>\n"
-" Michal Čihař <michal_at_cihar.com>\n"
-" Garvin Hicking <me_at_supergarv.de>\n"
-" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
-" Sebastian Mendel "
-"<cybot_tm_at_users.sourceforge.net>\n"
-" [check Documentation.txt/.html file for more "
-"details]\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:26
-#, no-wrap
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License version 2,\n"
-" as published by the Free Software Foundation.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:31
-#, no-wrap
-msgid ""
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:35
-#, no-wrap
-msgid ""
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
-"USA\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:40
-#, no-wrap
-msgid ""
-" Requirements:\n"
-" php 5.2 or later\n"
-" MySQL 5.0 or later\n"
-" a web-browser (doh!)\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:44
-#, no-wrap
-msgid ""
-" Summary:\n"
-" phpMyAdmin is intended to handle the administration of MySQL over the "
-"web.\n"
-" For a summary of features, please see the Documentation.txt/.html "
-"file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:47
-#, no-wrap
-msgid ""
-" Download:\n"
-" You can get the newest version at http://www.phpmyadmin.net/.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:50
-#, no-wrap
-msgid ""
-" Credits:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:53
-#, no-wrap
-msgid ""
-" Installation:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:56
-#, no-wrap
-msgid ""
-" ChangeLog:\n"
-" Now in ChangeLog\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:59
-#, no-wrap
-msgid ""
-" Documentation:\n"
-" Basic documentation available in Documentation.txt/.html\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:62
-#, no-wrap
-msgid ""
-" Support:\n"
-" See reference about support forums under http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:66
-#, no-wrap
-msgid ""
-" Enjoy!\n"
-" The phpMyAdmin Devel team\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:74
-#, no-wrap
-msgid ""
-" PS: Please, don't send us emails with question like \"How do I compile\n"
-" PHP with MySQL-support\". We just don't have the time to be your\n"
-" free helpdesk.\n"
-" Please send your questions to the appropriate mailinglists / forums.\n"
-" Before contacting us, please read the Documentation.html (esp. the\n"
-" FAQ part).\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
+#. type: Content of: <html><body><ul><li>
+#: output/hy/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+#. type: Content of: <html><body><ul><li>
+#: output/hy/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
+#. type: Content of: <html><body><ul><li>
+#: output/hy/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
+#. type: Content of: <html><body><ul><li>
+#: output/hy/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
+#. type: Content of: <p>
+#: addendum/head.html:2
msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
+"This is translated version of a <a "
+"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
+"documentation</a>. You can contribute to it on our <a "
+"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
msgstr ""
diff --git a/pot/hy-txt.pot b/pot/hy-txt.pot
new file mode 100644
index 0000000..d84f66c
--- /dev/null
+++ b/pot/hy-txt.pot
@@ -0,0 +1,247 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+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 13:11+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"
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
+msgid "$Id$"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Readme\n"
+"===================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:7
+#, no-wrap
+msgid " A set of PHP-scripts to manage MySQL over the web.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:11
+#, no-wrap
+msgid ""
+" Version 3.4.0-dev\n"
+" -----------------\n"
+" http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:22
+#, no-wrap
+msgid ""
+" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
+" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
+" Olivier Müller <om_at_omnis.ch>\n"
+" Robin Johnson "
+"<robbat2_at_users.sourceforge.net>\n"
+" Alexander M. Turek <me_at_derrabus.de>\n"
+" Michal Čihař <michal_at_cihar.com>\n"
+" Garvin Hicking <me_at_supergarv.de>\n"
+" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
+" Sebastian Mendel "
+"<cybot_tm_at_users.sourceforge.net>\n"
+" [check Documentation.txt/.html file for more "
+"details]\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:26
+#, no-wrap
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License version 2,\n"
+" as published by the Free Software Foundation.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:31
+#, no-wrap
+msgid ""
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:35
+#, no-wrap
+msgid ""
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
+"USA\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:40
+#, no-wrap
+msgid ""
+" Requirements:\n"
+" php 5.2 or later\n"
+" MySQL 5.0 or later\n"
+" a web-browser (doh!)\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:44
+#, no-wrap
+msgid ""
+" Summary:\n"
+" phpMyAdmin is intended to handle the administration of MySQL over the "
+"web.\n"
+" For a summary of features, please see the Documentation.txt/.html "
+"file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:47
+#, no-wrap
+msgid ""
+" Download:\n"
+" You can get the newest version at http://www.phpmyadmin.net/.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:50
+#, no-wrap
+msgid ""
+" Credits:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:53
+#, no-wrap
+msgid ""
+" Installation:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:56
+#, no-wrap
+msgid ""
+" ChangeLog:\n"
+" Now in ChangeLog\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:59
+#, no-wrap
+msgid ""
+" Documentation:\n"
+" Basic documentation available in Documentation.txt/.html\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:62
+#, no-wrap
+msgid ""
+" Support:\n"
+" See reference about support forums under http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:66
+#, no-wrap
+msgid ""
+" Enjoy!\n"
+" The phpMyAdmin Devel team\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:74
+#, no-wrap
+msgid ""
+" PS: Please, don't send us emails with question like \"How do I compile\n"
+" PHP with MySQL-support\". We just don't have the time to be your\n"
+" free helpdesk.\n"
+" Please send your questions to the appropriate mailinglists / forums.\n"
+" Before contacting us, please read the Documentation.html (esp. the\n"
+" FAQ part).\n"
+msgstr ""
diff --git a/po/hu.po b/pot/it-full.pot
similarity index 99%
copy from po/hu.po
copy to pot/it-full.pot
index 6aeaaac..30fb09f 100644
--- a/po/hu.po
+++ b/pot/it-full.pot
@@ -1,54 +1,31 @@
-# Hungarian translations for phpMyAdmin-docs package
-# Copyright (C) 2009 phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
-# Automatically generated, 2009.
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs VERSION\n"
+"#-#-#-#-# it-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-10 09:57+0100\n"
-"PO-Revision-Date: 2009-05-19 09:52+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2010-03-10 13:19+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: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
+"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(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 13:10+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"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -121,6 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/it/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11250,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/it/index-full-template.html:7 output/it/index-full-template.html:10
+msgid "phpMyAdmin Italian Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/it/index-full-template.html:11
+msgid "Documents translated to Italian:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/it/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/it/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/it/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/it/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,50 +11512,3 @@ msgid ""
" Before contacting us, please read the Documentation.html (esp. the\n"
" FAQ part).\n"
msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
-#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-
-#~ msgid "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
-#~ msgstr ""
-#~ "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
diff --git a/docs.pot b/pot/it-html.pot
similarity index 98%
copy from docs.pot
copy to pot/it-html.pot
index b09d420..ee8c0e9 100644
--- a/docs.pot
+++ b/pot/it-html.pot
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs 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-10 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr ""
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a "
-"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
-"documentation</a>. You can contribute to it on our <a "
-"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,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
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/it/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11323,207 +11289,41 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
-msgid "$Id$"
+#. type: Content of: <html><body><h1>
+#: output/it/index-full-template.html:7 output/it/index-full-template.html:10
+msgid "phpMyAdmin Italian Documentation"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Readme\n"
-"===================\n"
+#. type: Content of: <html><body><p>
+#: output/it/index-full-template.html:11
+msgid "Documents translated to Italian:"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:7
-#, no-wrap
-msgid " A set of PHP-scripts to manage MySQL over the web.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:11
-#, no-wrap
-msgid ""
-" Version 3.4.0-dev\n"
-" -----------------\n"
-" http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:22
-#, no-wrap
-msgid ""
-" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
-" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
-" Olivier Müller <om_at_omnis.ch>\n"
-" Robin Johnson "
-"<robbat2_at_users.sourceforge.net>\n"
-" Alexander M. Turek <me_at_derrabus.de>\n"
-" Michal Čihař <michal_at_cihar.com>\n"
-" Garvin Hicking <me_at_supergarv.de>\n"
-" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
-" Sebastian Mendel "
-"<cybot_tm_at_users.sourceforge.net>\n"
-" [check Documentation.txt/.html file for more "
-"details]\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:26
-#, no-wrap
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License version 2,\n"
-" as published by the Free Software Foundation.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:31
-#, no-wrap
-msgid ""
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:35
-#, no-wrap
-msgid ""
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
-"USA\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:40
-#, no-wrap
-msgid ""
-" Requirements:\n"
-" php 5.2 or later\n"
-" MySQL 5.0 or later\n"
-" a web-browser (doh!)\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:44
-#, no-wrap
-msgid ""
-" Summary:\n"
-" phpMyAdmin is intended to handle the administration of MySQL over the "
-"web.\n"
-" For a summary of features, please see the Documentation.txt/.html "
-"file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:47
-#, no-wrap
-msgid ""
-" Download:\n"
-" You can get the newest version at http://www.phpmyadmin.net/.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:50
-#, no-wrap
-msgid ""
-" Credits:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:53
-#, no-wrap
-msgid ""
-" Installation:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:56
-#, no-wrap
-msgid ""
-" ChangeLog:\n"
-" Now in ChangeLog\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:59
-#, no-wrap
-msgid ""
-" Documentation:\n"
-" Basic documentation available in Documentation.txt/.html\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:62
-#, no-wrap
-msgid ""
-" Support:\n"
-" See reference about support forums under http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:66
-#, no-wrap
-msgid ""
-" Enjoy!\n"
-" The phpMyAdmin Devel team\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:74
-#, no-wrap
-msgid ""
-" PS: Please, don't send us emails with question like \"How do I compile\n"
-" PHP with MySQL-support\". We just don't have the time to be your\n"
-" free helpdesk.\n"
-" Please send your questions to the appropriate mailinglists / forums.\n"
-" Before contacting us, please read the Documentation.html (esp. the\n"
-" FAQ part).\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
+#. type: Content of: <html><body><ul><li>
+#: output/it/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+#. type: Content of: <html><body><ul><li>
+#: output/it/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
+#. type: Content of: <html><body><ul><li>
+#: output/it/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
+#. type: Content of: <html><body><ul><li>
+#: output/it/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
+#. type: Content of: <p>
+#: addendum/head.html:2
msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
+"This is translated version of a <a "
+"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
+"documentation</a>. You can contribute to it on our <a "
+"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
msgstr ""
diff --git a/pot/it-txt.pot b/pot/it-txt.pot
new file mode 100644
index 0000000..e14d503
--- /dev/null
+++ b/pot/it-txt.pot
@@ -0,0 +1,247 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+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 13:10+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"
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
+msgid "$Id$"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Readme\n"
+"===================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:7
+#, no-wrap
+msgid " A set of PHP-scripts to manage MySQL over the web.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:11
+#, no-wrap
+msgid ""
+" Version 3.4.0-dev\n"
+" -----------------\n"
+" http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:22
+#, no-wrap
+msgid ""
+" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
+" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
+" Olivier Müller <om_at_omnis.ch>\n"
+" Robin Johnson "
+"<robbat2_at_users.sourceforge.net>\n"
+" Alexander M. Turek <me_at_derrabus.de>\n"
+" Michal Čihař <michal_at_cihar.com>\n"
+" Garvin Hicking <me_at_supergarv.de>\n"
+" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
+" Sebastian Mendel "
+"<cybot_tm_at_users.sourceforge.net>\n"
+" [check Documentation.txt/.html file for more "
+"details]\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:26
+#, no-wrap
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License version 2,\n"
+" as published by the Free Software Foundation.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:31
+#, no-wrap
+msgid ""
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:35
+#, no-wrap
+msgid ""
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
+"USA\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:40
+#, no-wrap
+msgid ""
+" Requirements:\n"
+" php 5.2 or later\n"
+" MySQL 5.0 or later\n"
+" a web-browser (doh!)\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:44
+#, no-wrap
+msgid ""
+" Summary:\n"
+" phpMyAdmin is intended to handle the administration of MySQL over the "
+"web.\n"
+" For a summary of features, please see the Documentation.txt/.html "
+"file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:47
+#, no-wrap
+msgid ""
+" Download:\n"
+" You can get the newest version at http://www.phpmyadmin.net/.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:50
+#, no-wrap
+msgid ""
+" Credits:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:53
+#, no-wrap
+msgid ""
+" Installation:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:56
+#, no-wrap
+msgid ""
+" ChangeLog:\n"
+" Now in ChangeLog\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:59
+#, no-wrap
+msgid ""
+" Documentation:\n"
+" Basic documentation available in Documentation.txt/.html\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:62
+#, no-wrap
+msgid ""
+" Support:\n"
+" See reference about support forums under http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:66
+#, no-wrap
+msgid ""
+" Enjoy!\n"
+" The phpMyAdmin Devel team\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:74
+#, no-wrap
+msgid ""
+" PS: Please, don't send us emails with question like \"How do I compile\n"
+" PHP with MySQL-support\". We just don't have the time to be your\n"
+" free helpdesk.\n"
+" Please send your questions to the appropriate mailinglists / forums.\n"
+" Before contacting us, please read the Documentation.html (esp. the\n"
+" FAQ part).\n"
+msgstr ""
diff --git a/po/hu.po b/pot/jp-full.pot
similarity index 99%
copy from po/hu.po
copy to pot/jp-full.pot
index 6aeaaac..fc08a7a 100644
--- a/po/hu.po
+++ b/pot/jp-full.pot
@@ -1,54 +1,31 @@
-# Hungarian translations for phpMyAdmin-docs package
-# Copyright (C) 2009 phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
-# Automatically generated, 2009.
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs VERSION\n"
+"#-#-#-#-# jp-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-10 09:57+0100\n"
-"PO-Revision-Date: 2009-05-19 09:52+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2010-03-10 13:19+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: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
+"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(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 13:10+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"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -121,6 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/jp/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11250,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/jp/index-full-template.html:7 output/jp/index-full-template.html:10
+msgid "phpMyAdmin Japanese Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/jp/index-full-template.html:11
+msgid "Documents translated to Japanese:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/jp/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/jp/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/jp/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/jp/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,50 +11512,3 @@ msgid ""
" Before contacting us, please read the Documentation.html (esp. the\n"
" FAQ part).\n"
msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
-#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-
-#~ msgid "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
-#~ msgstr ""
-#~ "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
diff --git a/docs.pot b/pot/jp-html.pot
similarity index 98%
copy from docs.pot
copy to pot/jp-html.pot
index b09d420..4353e5c 100644
--- a/docs.pot
+++ b/pot/jp-html.pot
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs 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-10 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr ""
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a "
-"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
-"documentation</a>. You can contribute to it on our <a "
-"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,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
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/jp/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11323,207 +11289,41 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
-msgid "$Id$"
+#. type: Content of: <html><body><h1>
+#: output/jp/index-full-template.html:7 output/jp/index-full-template.html:10
+msgid "phpMyAdmin Japanese Documentation"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Readme\n"
-"===================\n"
+#. type: Content of: <html><body><p>
+#: output/jp/index-full-template.html:11
+msgid "Documents translated to Japanese:"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:7
-#, no-wrap
-msgid " A set of PHP-scripts to manage MySQL over the web.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:11
-#, no-wrap
-msgid ""
-" Version 3.4.0-dev\n"
-" -----------------\n"
-" http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:22
-#, no-wrap
-msgid ""
-" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
-" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
-" Olivier Müller <om_at_omnis.ch>\n"
-" Robin Johnson "
-"<robbat2_at_users.sourceforge.net>\n"
-" Alexander M. Turek <me_at_derrabus.de>\n"
-" Michal Čihař <michal_at_cihar.com>\n"
-" Garvin Hicking <me_at_supergarv.de>\n"
-" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
-" Sebastian Mendel "
-"<cybot_tm_at_users.sourceforge.net>\n"
-" [check Documentation.txt/.html file for more "
-"details]\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:26
-#, no-wrap
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License version 2,\n"
-" as published by the Free Software Foundation.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:31
-#, no-wrap
-msgid ""
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:35
-#, no-wrap
-msgid ""
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
-"USA\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:40
-#, no-wrap
-msgid ""
-" Requirements:\n"
-" php 5.2 or later\n"
-" MySQL 5.0 or later\n"
-" a web-browser (doh!)\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:44
-#, no-wrap
-msgid ""
-" Summary:\n"
-" phpMyAdmin is intended to handle the administration of MySQL over the "
-"web.\n"
-" For a summary of features, please see the Documentation.txt/.html "
-"file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:47
-#, no-wrap
-msgid ""
-" Download:\n"
-" You can get the newest version at http://www.phpmyadmin.net/.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:50
-#, no-wrap
-msgid ""
-" Credits:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:53
-#, no-wrap
-msgid ""
-" Installation:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:56
-#, no-wrap
-msgid ""
-" ChangeLog:\n"
-" Now in ChangeLog\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:59
-#, no-wrap
-msgid ""
-" Documentation:\n"
-" Basic documentation available in Documentation.txt/.html\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:62
-#, no-wrap
-msgid ""
-" Support:\n"
-" See reference about support forums under http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:66
-#, no-wrap
-msgid ""
-" Enjoy!\n"
-" The phpMyAdmin Devel team\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:74
-#, no-wrap
-msgid ""
-" PS: Please, don't send us emails with question like \"How do I compile\n"
-" PHP with MySQL-support\". We just don't have the time to be your\n"
-" free helpdesk.\n"
-" Please send your questions to the appropriate mailinglists / forums.\n"
-" Before contacting us, please read the Documentation.html (esp. the\n"
-" FAQ part).\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
+#. type: Content of: <html><body><ul><li>
+#: output/jp/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+#. type: Content of: <html><body><ul><li>
+#: output/jp/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
+#. type: Content of: <html><body><ul><li>
+#: output/jp/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
+#. type: Content of: <html><body><ul><li>
+#: output/jp/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
+#. type: Content of: <p>
+#: addendum/head.html:2
msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
+"This is translated version of a <a "
+"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
+"documentation</a>. You can contribute to it on our <a "
+"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
msgstr ""
diff --git a/pot/jp-txt.pot b/pot/jp-txt.pot
new file mode 100644
index 0000000..e14d503
--- /dev/null
+++ b/pot/jp-txt.pot
@@ -0,0 +1,247 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+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 13:10+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"
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
+msgid "$Id$"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Readme\n"
+"===================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:7
+#, no-wrap
+msgid " A set of PHP-scripts to manage MySQL over the web.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:11
+#, no-wrap
+msgid ""
+" Version 3.4.0-dev\n"
+" -----------------\n"
+" http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:22
+#, no-wrap
+msgid ""
+" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
+" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
+" Olivier Müller <om_at_omnis.ch>\n"
+" Robin Johnson "
+"<robbat2_at_users.sourceforge.net>\n"
+" Alexander M. Turek <me_at_derrabus.de>\n"
+" Michal Čihař <michal_at_cihar.com>\n"
+" Garvin Hicking <me_at_supergarv.de>\n"
+" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
+" Sebastian Mendel "
+"<cybot_tm_at_users.sourceforge.net>\n"
+" [check Documentation.txt/.html file for more "
+"details]\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:26
+#, no-wrap
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License version 2,\n"
+" as published by the Free Software Foundation.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:31
+#, no-wrap
+msgid ""
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:35
+#, no-wrap
+msgid ""
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
+"USA\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:40
+#, no-wrap
+msgid ""
+" Requirements:\n"
+" php 5.2 or later\n"
+" MySQL 5.0 or later\n"
+" a web-browser (doh!)\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:44
+#, no-wrap
+msgid ""
+" Summary:\n"
+" phpMyAdmin is intended to handle the administration of MySQL over the "
+"web.\n"
+" For a summary of features, please see the Documentation.txt/.html "
+"file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:47
+#, no-wrap
+msgid ""
+" Download:\n"
+" You can get the newest version at http://www.phpmyadmin.net/.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:50
+#, no-wrap
+msgid ""
+" Credits:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:53
+#, no-wrap
+msgid ""
+" Installation:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:56
+#, no-wrap
+msgid ""
+" ChangeLog:\n"
+" Now in ChangeLog\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:59
+#, no-wrap
+msgid ""
+" Documentation:\n"
+" Basic documentation available in Documentation.txt/.html\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:62
+#, no-wrap
+msgid ""
+" Support:\n"
+" See reference about support forums under http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:66
+#, no-wrap
+msgid ""
+" Enjoy!\n"
+" The phpMyAdmin Devel team\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:74
+#, no-wrap
+msgid ""
+" PS: Please, don't send us emails with question like \"How do I compile\n"
+" PHP with MySQL-support\". We just don't have the time to be your\n"
+" free helpdesk.\n"
+" Please send your questions to the appropriate mailinglists / forums.\n"
+" Before contacting us, please read the Documentation.html (esp. the\n"
+" FAQ part).\n"
+msgstr ""
diff --git a/po/hu.po b/pot/ka-full.pot
similarity index 99%
copy from po/hu.po
copy to pot/ka-full.pot
index 6aeaaac..7eb96f1 100644
--- a/po/hu.po
+++ b/pot/ka-full.pot
@@ -1,54 +1,31 @@
-# Hungarian translations for phpMyAdmin-docs package
-# Copyright (C) 2009 phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
-# Automatically generated, 2009.
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs VERSION\n"
+"#-#-#-#-# ka-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-10 09:57+0100\n"
-"PO-Revision-Date: 2009-05-19 09:52+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2010-03-10 13:19+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: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
+"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(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 13:18+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"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -121,6 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/ka/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11250,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/ka/index-full-template.html:7 output/ka/index-full-template.html:10
+msgid "phpMyAdmin Georgian Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/ka/index-full-template.html:11
+msgid "Documents translated to ka:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/ka/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/ka/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/ka/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/ka/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain
text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,50 +11512,3 @@ msgid ""
" Before contacting us, please read the Documentation.html (esp. the\n"
" FAQ part).\n"
msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
-#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-
-#~ msgid "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
-#~ msgstr ""
-#~ "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
diff --git a/docs.pot b/pot/ka-html.pot
similarity index 98%
copy from docs.pot
copy to pot/ka-html.pot
index b09d420..a4b8107 100644
--- a/docs.pot
+++ b/pot/ka-html.pot
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs 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-10 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr ""
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a "
-"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
-"documentation</a>. You can contribute to it on our <a "
-"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,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
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/ka/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11323,207 +11289,41 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
-msgid "$Id$"
+#. type: Content of: <html><body><h1>
+#: output/ka/index-full-template.html:7 output/ka/index-full-template.html:10
+msgid "phpMyAdmin Georgian Documentation"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Readme\n"
-"===================\n"
+#. type: Content of: <html><body><p>
+#: output/ka/index-full-template.html:11
+msgid "Documents translated to ka:"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:7
-#, no-wrap
-msgid " A set of PHP-scripts to manage MySQL over the web.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:11
-#, no-wrap
-msgid ""
-" Version 3.4.0-dev\n"
-" -----------------\n"
-" http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:22
-#, no-wrap
-msgid ""
-" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
-" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
-" Olivier Müller <om_at_omnis.ch>\n"
-" Robin Johnson "
-"<robbat2_at_users.sourceforge.net>\n"
-" Alexander M. Turek <me_at_derrabus.de>\n"
-" Michal Čihař <michal_at_cihar.com>\n"
-" Garvin Hicking <me_at_supergarv.de>\n"
-" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
-" Sebastian Mendel "
-"<cybot_tm_at_users.sourceforge.net>\n"
-" [check Documentation.txt/.html file for more "
-"details]\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:26
-#, no-wrap
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License version 2,\n"
-" as published by the Free Software Foundation.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:31
-#, no-wrap
-msgid ""
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:35
-#, no-wrap
-msgid ""
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
-"USA\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:40
-#, no-wrap
-msgid ""
-" Requirements:\n"
-" php 5.2 or later\n"
-" MySQL 5.0 or later\n"
-" a web-browser (doh!)\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:44
-#, no-wrap
-msgid ""
-" Summary:\n"
-" phpMyAdmin is intended to handle the administration of MySQL over the "
-"web.\n"
-" For a summary of features, please see the Documentation.txt/.html "
-"file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:47
-#, no-wrap
-msgid ""
-" Download:\n"
-" You can get the newest version at http://www.phpmyadmin.net/.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:50
-#, no-wrap
-msgid ""
-" Credits:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:53
-#, no-wrap
-msgid ""
-" Installation:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:56
-#, no-wrap
-msgid ""
-" ChangeLog:\n"
-" Now in ChangeLog\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:59
-#, no-wrap
-msgid ""
-" Documentation:\n"
-" Basic documentation available in Documentation.txt/.html\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:62
-#, no-wrap
-msgid ""
-" Support:\n"
-" See reference about support forums under http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:66
-#, no-wrap
-msgid ""
-" Enjoy!\n"
-" The phpMyAdmin Devel team\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:74
-#, no-wrap
-msgid ""
-" PS: Please, don't send us emails with question like \"How do I compile\n"
-" PHP with MySQL-support\". We just don't have the time to be your\n"
-" free helpdesk.\n"
-" Please send your questions to the appropriate mailinglists / forums.\n"
-" Before contacting us, please read the Documentation.html (esp. the\n"
-" FAQ part).\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
+#. type: Content of: <html><body><ul><li>
+#: output/ka/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+#. type: Content of: <html><body><ul><li>
+#: output/ka/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
+#. type: Content of: <html><body><ul><li>
+#: output/ka/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
+#. type: Content of: <html><body><ul><li>
+#: output/ka/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
+#. type: Content of: <p>
+#: addendum/head.html:2
msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
+"This is translated version of a <a "
+"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
+"documentation</a>. You can contribute to it on our <a "
+"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
msgstr ""
diff --git a/pot/ka-txt.pot b/pot/ka-txt.pot
new file mode 100644
index 0000000..ff2a8ea
--- /dev/null
+++ b/pot/ka-txt.pot
@@ -0,0 +1,247 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+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 13:18+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"
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
+msgid "$Id$"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Readme\n"
+"===================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:7
+#, no-wrap
+msgid " A set of PHP-scripts to manage MySQL over the web.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:11
+#, no-wrap
+msgid ""
+" Version 3.4.0-dev\n"
+" -----------------\n"
+" http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:22
+#, no-wrap
+msgid ""
+" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
+" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
+" Olivier Müller <om_at_omnis.ch>\n"
+" Robin Johnson "
+"<robbat2_at_users.sourceforge.net>\n"
+" Alexander M. Turek <me_at_derrabus.de>\n"
+" Michal Čihař <michal_at_cihar.com>\n"
+" Garvin Hicking <me_at_supergarv.de>\n"
+" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
+" Sebastian Mendel "
+"<cybot_tm_at_users.sourceforge.net>\n"
+" [check Documentation.txt/.html file for more "
+"details]\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:26
+#, no-wrap
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License version 2,\n"
+" as published by the Free Software Foundation.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:31
+#, no-wrap
+msgid ""
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:35
+#, no-wrap
+msgid ""
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
+"USA\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:40
+#, no-wrap
+msgid ""
+" Requirements:\n"
+" php 5.2 or later\n"
+" MySQL 5.0 or later\n"
+" a web-browser (doh!)\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:44
+#, no-wrap
+msgid ""
+" Summary:\n"
+" phpMyAdmin is intended to handle the administration of MySQL over the "
+"web.\n"
+" For a summary of features, please see the Documentation.txt/.html "
+"file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:47
+#, no-wrap
+msgid ""
+" Download:\n"
+" You can get the newest version at http://www.phpmyadmin.net/.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:50
+#, no-wrap
+msgid ""
+" Credits:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:53
+#, no-wrap
+msgid ""
+" Installation:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:56
+#, no-wrap
+msgid ""
+" ChangeLog:\n"
+" Now in ChangeLog\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:59
+#, no-wrap
+msgid ""
+" Documentation:\n"
+" Basic documentation available in Documentation.txt/.html\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:62
+#, no-wrap
+msgid ""
+" Support:\n"
+" See reference about support forums under http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:66
+#, no-wrap
+msgid ""
+" Enjoy!\n"
+" The phpMyAdmin Devel team\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:74
+#, no-wrap
+msgid ""
+" PS: Please, don't send us emails with question like \"How do I compile\n"
+" PHP with MySQL-support\". We just don't have the time to be your\n"
+" free helpdesk.\n"
+" Please send your questions to the appropriate mailinglists / forums.\n"
+" Before contacting us, please read the Documentation.html (esp. the\n"
+" FAQ part).\n"
+msgstr ""
diff --git a/po/hu.po b/pot/lt-full.pot
similarity index 99%
copy from po/hu.po
copy to pot/lt-full.pot
index 6aeaaac..d0b7fd5 100644
--- a/po/hu.po
+++ b/pot/lt-full.pot
@@ -1,54 +1,31 @@
-# Hungarian translations for phpMyAdmin-docs package
-# Copyright (C) 2009 phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
-# Automatically generated, 2009.
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs VERSION\n"
+"#-#-#-#-# lt-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-10 09:57+0100\n"
-"PO-Revision-Date: 2009-05-19 09:52+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2010-03-10 13:19+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: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
+"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(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 13:18+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"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -121,6 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/lt/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11250,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/lt/index-full-template.html:7 output/lt/index-full-template.html:10
+msgid "phpMyAdmin Lithuanian Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/lt/index-full-template.html:11
+msgid "Documents translated to lt:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/lt/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/lt/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/lt/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/lt/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,50 +11512,3 @@ msgid ""
" Before contacting us, please read the Documentation.html (esp. the\n"
" FAQ part).\n"
msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
-#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-
-#~ msgid "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
-#~ msgstr ""
-#~ "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
diff --git a/docs.pot b/pot/lt-html.pot
similarity index 98%
copy from docs.pot
copy to pot/lt-html.pot
index b09d420..059f18b 100644
--- a/docs.pot
+++ b/pot/lt-html.pot
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs 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-10 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr ""
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a "
-"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
-"documentation</a>. You can contribute to it on our <a "
-"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,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
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/lt/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11323,207 +11289,41 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
-msgid "$Id$"
+#. type: Content of: <html><body><h1>
+#: output/lt/index-full-template.html:7 output/lt/index-full-template.html:10
+msgid "phpMyAdmin Lithuanian Documentation"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Readme\n"
-"===================\n"
+#. type: Content of: <html><body><p>
+#: output/lt/index-full-template.html:11
+msgid "Documents translated to lt:"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:7
-#, no-wrap
-msgid " A set of PHP-scripts to manage MySQL over the web.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:11
-#, no-wrap
-msgid ""
-" Version 3.4.0-dev\n"
-" -----------------\n"
-" http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:22
-#, no-wrap
-msgid ""
-" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
-" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
-" Olivier Müller <om_at_omnis.ch>\n"
-" Robin Johnson "
-"<robbat2_at_users.sourceforge.net>\n"
-" Alexander M. Turek <me_at_derrabus.de>\n"
-" Michal Čihař <michal_at_cihar.com>\n"
-" Garvin Hicking <me_at_supergarv.de>\n"
-" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
-" Sebastian Mendel "
-"<cybot_tm_at_users.sourceforge.net>\n"
-" [check Documentation.txt/.html file for more "
-"details]\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:26
-#, no-wrap
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License version 2,\n"
-" as published by the Free Software Foundation.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:31
-#, no-wrap
-msgid ""
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:35
-#, no-wrap
-msgid ""
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
-"USA\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:40
-#, no-wrap
-msgid ""
-" Requirements:\n"
-" php 5.2 or later\n"
-" MySQL 5.0 or later\n"
-" a web-browser (doh!)\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:44
-#, no-wrap
-msgid ""
-" Summary:\n"
-" phpMyAdmin is intended to handle the administration of MySQL over the "
-"web.\n"
-" For a summary of features, please see the Documentation.txt/.html "
-"file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:47
-#, no-wrap
-msgid ""
-" Download:\n"
-" You can get the newest version at http://www.phpmyadmin.net/.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:50
-#, no-wrap
-msgid ""
-" Credits:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:53
-#, no-wrap
-msgid ""
-" Installation:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:56
-#, no-wrap
-msgid ""
-" ChangeLog:\n"
-" Now in ChangeLog\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:59
-#, no-wrap
-msgid ""
-" Documentation:\n"
-" Basic documentation available in Documentation.txt/.html\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:62
-#, no-wrap
-msgid ""
-" Support:\n"
-" See reference about support forums under http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:66
-#, no-wrap
-msgid ""
-" Enjoy!\n"
-" The phpMyAdmin Devel team\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:74
-#, no-wrap
-msgid ""
-" PS: Please, don't send us emails with question like \"How do I compile\n"
-" PHP with MySQL-support\". We just don't have the time to be your\n"
-" free helpdesk.\n"
-" Please send your questions to the appropriate mailinglists / forums.\n"
-" Before contacting us, please read the Documentation.html (esp. the\n"
-" FAQ part).\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
+#. type: Content of: <html><body><ul><li>
+#: output/lt/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+#. type: Content of: <html><body><ul><li>
+#: output/lt/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
+#. type: Content of: <html><body><ul><li>
+#: output/lt/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
+#. type: Content of: <html><body><ul><li>
+#: output/lt/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
+#. type: Content of: <p>
+#: addendum/head.html:2
msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
+"This is translated version of a <a "
+"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
+"documentation</a>. You can contribute to it on our <a "
+"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
msgstr ""
diff --git a/pot/lt-txt.pot b/pot/lt-txt.pot
new file mode 100644
index 0000000..ff2a8ea
--- /dev/null
+++ b/pot/lt-txt.pot
@@ -0,0 +1,247 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+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 13:18+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"
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
+msgid "$Id$"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Readme\n"
+"===================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:7
+#, no-wrap
+msgid " A set of PHP-scripts to manage MySQL over the web.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:11
+#, no-wrap
+msgid ""
+" Version 3.4.0-dev\n"
+" -----------------\n"
+" http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:22
+#, no-wrap
+msgid ""
+" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
+" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
+" Olivier Müller <om_at_omnis.ch>\n"
+" Robin Johnson "
+"<robbat2_at_users.sourceforge.net>\n"
+" Alexander M. Turek <me_at_derrabus.de>\n"
+" Michal Čihař <michal_at_cihar.com>\n"
+" Garvin Hicking <me_at_supergarv.de>\n"
+" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
+" Sebastian Mendel "
+"<cybot_tm_at_users.sourceforge.net>\n"
+" [check Documentation.txt/.html file for more "
+"details]\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:26
+#, no-wrap
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License version 2,\n"
+" as published by the Free Software Foundation.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:31
+#, no-wrap
+msgid ""
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:35
+#, no-wrap
+msgid ""
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
+"USA\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:40
+#, no-wrap
+msgid ""
+" Requirements:\n"
+" php 5.2 or later\n"
+" MySQL 5.0 or later\n"
+" a web-browser (doh!)\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:44
+#, no-wrap
+msgid ""
+" Summary:\n"
+" phpMyAdmin is intended to handle the administration of MySQL over the "
+"web.\n"
+" For a summary of features, please see the Documentation.txt/.html "
+"file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:47
+#, no-wrap
+msgid ""
+" Download:\n"
+" You can get the newest version at http://www.phpmyadmin.net/.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:50
+#, no-wrap
+msgid ""
+" Credits:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:53
+#, no-wrap
+msgid ""
+" Installation:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:56
+#, no-wrap
+msgid ""
+" ChangeLog:\n"
+" Now in ChangeLog\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:59
+#, no-wrap
+msgid ""
+" Documentation:\n"
+" Basic documentation available in Documentation.txt/.html\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:62
+#, no-wrap
+msgid ""
+" Support:\n"
+" See reference about support forums under http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:66
+#, no-wrap
+msgid ""
+" Enjoy!\n"
+" The phpMyAdmin Devel team\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:74
+#, no-wrap
+msgid ""
+" PS: Please, don't send us emails with question like \"How do I compile\n"
+" PHP with MySQL-support\". We just don't have the time to be your\n"
+" free helpdesk.\n"
+" Please send your questions to the appropriate mailinglists / forums.\n"
+" Before contacting us, please read the Documentation.html (esp. the\n"
+" FAQ part).\n"
+msgstr ""
diff --git a/po/hu.po b/pot/mn-full.pot
similarity index 99%
copy from po/hu.po
copy to pot/mn-full.pot
index 6aeaaac..1459ca2 100644
--- a/po/hu.po
+++ b/pot/mn-full.pot
@@ -1,54 +1,31 @@
-# Hungarian translations for phpMyAdmin-docs package
-# Copyright (C) 2009 phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
-# Automatically generated, 2009.
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs VERSION\n"
+"#-#-#-#-# mn-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-10 09:57+0100\n"
-"PO-Revision-Date: 2009-05-19 09:52+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2010-03-10 13:19+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: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
+"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(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 13:18+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"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -121,6 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/mn/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11250,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/mn/index-full-template.html:7 output/mn/index-full-template.html:10
+msgid "phpMyAdmin Mongolian Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/mn/index-full-template.html:11
+msgid "Documents translated to mn:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/mn/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/mn/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/mn/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/mn/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,50 +11512,3 @@ msgid ""
" Before contacting us, please read the Documentation.html (esp. the\n"
" FAQ part).\n"
msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
-#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-
-#~ msgid "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
-#~ msgstr ""
-#~ "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
diff --git a/docs.pot b/pot/mn-html.pot
similarity index 98%
copy from docs.pot
copy to pot/mn-html.pot
index b09d420..1b2257b 100644
--- a/docs.pot
+++ b/pot/mn-html.pot
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs 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-10 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr ""
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a "
-"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
-"documentation</a>. You can contribute to it on our <a "
-"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,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
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/mn/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11323,207 +11289,41 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
-msgid "$Id$"
+#. type: Content of: <html><body><h1>
+#: output/mn/index-full-template.html:7 output/mn/index-full-template.html:10
+msgid "phpMyAdmin Mongolian Documentation"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Readme\n"
-"===================\n"
+#. type: Content of: <html><body><p>
+#: output/mn/index-full-template.html:11
+msgid "Documents translated to mn:"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:7
-#, no-wrap
-msgid " A set of PHP-scripts to manage MySQL over the web.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:11
-#, no-wrap
-msgid ""
-" Version 3.4.0-dev\n"
-" -----------------\n"
-" http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:22
-#, no-wrap
-msgid ""
-" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
-" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
-" Olivier Müller <om_at_omnis.ch>\n"
-" Robin Johnson "
-"<robbat2_at_users.sourceforge.net>\n"
-" Alexander M. Turek <me_at_derrabus.de>\n"
-" Michal Čihař <michal_at_cihar.com>\n"
-" Garvin Hicking <me_at_supergarv.de>\n"
-" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
-" Sebastian Mendel "
-"<cybot_tm_at_users.sourceforge.net>\n"
-" [check Documentation.txt/.html file for more "
-"details]\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:26
-#, no-wrap
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License version 2,\n"
-" as published by the Free Software Foundation.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:31
-#, no-wrap
-msgid ""
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:35
-#, no-wrap
-msgid ""
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
-"USA\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:40
-#, no-wrap
-msgid ""
-" Requirements:\n"
-" php 5.2 or later\n"
-" MySQL 5.0 or later\n"
-" a web-browser (doh!)\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:44
-#, no-wrap
-msgid ""
-" Summary:\n"
-" phpMyAdmin is intended to handle the administration of MySQL over the "
-"web.\n"
-" For a summary of features, please see the Documentation.txt/.html "
-"file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:47
-#, no-wrap
-msgid ""
-" Download:\n"
-" You can get the newest version at http://www.phpmyadmin.net/.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:50
-#, no-wrap
-msgid ""
-" Credits:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:53
-#, no-wrap
-msgid ""
-" Installation:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:56
-#, no-wrap
-msgid ""
-" ChangeLog:\n"
-" Now in ChangeLog\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:59
-#, no-wrap
-msgid ""
-" Documentation:\n"
-" Basic documentation available in Documentation.txt/.html\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:62
-#, no-wrap
-msgid ""
-" Support:\n"
-" See reference about support forums under http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:66
-#, no-wrap
-msgid ""
-" Enjoy!\n"
-" The phpMyAdmin Devel team\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:74
-#, no-wrap
-msgid ""
-" PS: Please, don't send us emails with question like \"How do I compile\n"
-" PHP with MySQL-support\". We just don't have the time to be your\n"
-" free helpdesk.\n"
-" Please send your questions to the appropriate mailinglists / forums.\n"
-" Before contacting us, please read the Documentation.html (esp. the\n"
-" FAQ part).\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
+#. type: Content of: <html><body><ul><li>
+#: output/mn/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+#. type: Content of: <html><body><ul><li>
+#: output/mn/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
+#. type: Content of: <html><body><ul><li>
+#: output/mn/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
+#. type: Content of: <html><body><ul><li>
+#: output/mn/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
+#. type: Content of: <p>
+#: addendum/head.html:2
msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
+"This is translated version of a <a "
+"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
+"documentation</a>. You can contribute to it on our <a "
+"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
msgstr ""
diff --git a/pot/mn-txt.pot b/pot/mn-txt.pot
new file mode 100644
index 0000000..ff2a8ea
--- /dev/null
+++ b/pot/mn-txt.pot
@@ -0,0 +1,247 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+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 13:18+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"
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
+msgid "$Id$"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Readme\n"
+"===================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:7
+#, no-wrap
+msgid " A set of PHP-scripts to manage MySQL over the web.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:11
+#, no-wrap
+msgid ""
+" Version 3.4.0-dev\n"
+" -----------------\n"
+" http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:22
+#, no-wrap
+msgid ""
+" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
+" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
+" Olivier Müller <om_at_omnis.ch>\n"
+" Robin Johnson "
+"<robbat2_at_users.sourceforge.net>\n"
+" Alexander M. Turek <me_at_derrabus.de>\n"
+" Michal Čihař <michal_at_cihar.com>\n"
+" Garvin Hicking <me_at_supergarv.de>\n"
+" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
+" Sebastian Mendel "
+"<cybot_tm_at_users.sourceforge.net>\n"
+" [check Documentation.txt/.html file for more "
+"details]\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:26
+#, no-wrap
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License version 2,\n"
+" as published by the Free Software Foundation.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:31
+#, no-wrap
+msgid ""
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:35
+#, no-wrap
+msgid ""
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
+"USA\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:40
+#, no-wrap
+msgid ""
+" Requirements:\n"
+" php 5.2 or later\n"
+" MySQL 5.0 or later\n"
+" a web-browser (doh!)\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:44
+#, no-wrap
+msgid ""
+" Summary:\n"
+" phpMyAdmin is intended to handle the administration of MySQL over the "
+"web.\n"
+" For a summary of features, please see the Documentation.txt/.html "
+"file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:47
+#, no-wrap
+msgid ""
+" Download:\n"
+" You can get the newest version at http://www.phpmyadmin.net/.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:50
+#, no-wrap
+msgid ""
+" Credits:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:53
+#, no-wrap
+msgid ""
+" Installation:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:56
+#, no-wrap
+msgid ""
+" ChangeLog:\n"
+" Now in ChangeLog\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:59
+#, no-wrap
+msgid ""
+" Documentation:\n"
+" Basic documentation available in Documentation.txt/.html\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:62
+#, no-wrap
+msgid ""
+" Support:\n"
+" See reference about support forums under http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:66
+#, no-wrap
+msgid ""
+" Enjoy!\n"
+" The phpMyAdmin Devel team\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:74
+#, no-wrap
+msgid ""
+" PS: Please, don't send us emails with question like \"How do I compile\n"
+" PHP with MySQL-support\". We just don't have the time to be your\n"
+" free helpdesk.\n"
+" Please send your questions to the appropriate mailinglists / forums.\n"
+" Before contacting us, please read the Documentation.html (esp. the\n"
+" FAQ part).\n"
+msgstr ""
diff --git a/po/hu.po b/pot/nl-full.pot
similarity index 99%
copy from po/hu.po
copy to pot/nl-full.pot
index 6aeaaac..3be09fe 100644
--- a/po/hu.po
+++ b/pot/nl-full.pot
@@ -1,54 +1,31 @@
-# Hungarian translations for phpMyAdmin-docs package
-# Copyright (C) 2009 phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
-# Automatically generated, 2009.
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs VERSION\n"
+"#-#-#-#-# nl-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-10 09:57+0100\n"
-"PO-Revision-Date: 2009-05-19 09:52+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2010-03-10 13:19+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: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
+"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(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 13:18+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"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -121,6 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/nl/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11250,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/nl/index-full-template.html:7 output/nl/index-full-template.html:10
+msgid "phpMyAdmin Dutch Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/nl/index-full-template.html:11
+msgid "Documents translated to nl:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/nl/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/nl/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/nl/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/nl/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,50 +11512,3 @@ msgid ""
" Before contacting us, please read the Documentation.html (esp. the\n"
" FAQ part).\n"
msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
-#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-
-#~ msgid "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
-#~ msgstr ""
-#~ "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
diff --git a/docs.pot b/pot/nl-html.pot
similarity index 98%
copy from docs.pot
copy to pot/nl-html.pot
index b09d420..a0adab9 100644
--- a/docs.pot
+++ b/pot/nl-html.pot
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs 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-10 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr ""
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a "
-"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
-"documentation</a>. You can contribute to it on our <a "
-"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,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
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/nl/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11323,207 +11289,41 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
-msgid "$Id$"
+#. type: Content of: <html><body><h1>
+#: output/nl/index-full-template.html:7 output/nl/index-full-template.html:10
+msgid "phpMyAdmin Dutch Documentation"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Readme\n"
-"===================\n"
+#. type: Content of: <html><body><p>
+#: output/nl/index-full-template.html:11
+msgid "Documents translated to nl:"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:7
-#, no-wrap
-msgid " A set of PHP-scripts to manage MySQL over the web.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:11
-#, no-wrap
-msgid ""
-" Version 3.4.0-dev\n"
-" -----------------\n"
-" http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:22
-#, no-wrap
-msgid ""
-" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
-" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
-" Olivier Müller <om_at_omnis.ch>\n"
-" Robin Johnson "
-"<robbat2_at_users.sourceforge.net>\n"
-" Alexander M. Turek <me_at_derrabus.de>\n"
-" Michal Čihař <michal_at_cihar.com>\n"
-" Garvin Hicking <me_at_supergarv.de>\n"
-" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
-" Sebastian Mendel "
-"<cybot_tm_at_users.sourceforge.net>\n"
-" [check Documentation.txt/.html file for more "
-"details]\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:26
-#, no-wrap
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License version 2,\n"
-" as published by the Free Software Foundation.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:31
-#, no-wrap
-msgid ""
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:35
-#, no-wrap
-msgid ""
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
-"USA\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:40
-#, no-wrap
-msgid ""
-" Requirements:\n"
-" php 5.2 or later\n"
-" MySQL 5.0 or later\n"
-" a web-browser (doh!)\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:44
-#, no-wrap
-msgid ""
-" Summary:\n"
-" phpMyAdmin is intended to handle the administration of MySQL over the "
-"web.\n"
-" For a summary of features, please see the Documentation.txt/.html "
-"file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:47
-#, no-wrap
-msgid ""
-" Download:\n"
-" You can get the newest version at http://www.phpmyadmin.net/.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:50
-#, no-wrap
-msgid ""
-" Credits:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:53
-#, no-wrap
-msgid ""
-" Installation:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:56
-#, no-wrap
-msgid ""
-" ChangeLog:\n"
-" Now in ChangeLog\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:59
-#, no-wrap
-msgid ""
-" Documentation:\n"
-" Basic documentation available in Documentation.txt/.html\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:62
-#, no-wrap
-msgid ""
-" Support:\n"
-" See reference about support forums under http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:66
-#, no-wrap
-msgid ""
-" Enjoy!\n"
-" The phpMyAdmin Devel team\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:74
-#, no-wrap
-msgid ""
-" PS: Please, don't send us emails with question like \"How do I compile\n"
-" PHP with MySQL-support\". We just don't have the time to be your\n"
-" free helpdesk.\n"
-" Please send your questions to the appropriate mailinglists / forums.\n"
-" Before contacting us, please read the Documentation.html (esp. the\n"
-" FAQ part).\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
+#. type: Content of: <html><body><ul><li>
+#: output/nl/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+#. type: Content of: <html><body><ul><li>
+#: output/nl/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
+#. type: Content of: <html><body><ul><li>
+#: output/nl/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
+#. type: Content of: <html><body><ul><li>
+#: output/nl/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
+#. type: Content of: <p>
+#: addendum/head.html:2
msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
+"This is translated version of a <a "
+"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
+"documentation</a>. You can contribute to it on our <a "
+"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
msgstr ""
diff --git a/pot/nl-txt.pot b/pot/nl-txt.pot
new file mode 100644
index 0000000..ff2a8ea
--- /dev/null
+++ b/pot/nl-txt.pot
@@ -0,0 +1,247 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+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 13:18+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"
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
+msgid "$Id$"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Readme\n"
+"===================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:7
+#, no-wrap
+msgid " A set of PHP-scripts to manage MySQL over the web.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:11
+#, no-wrap
+msgid ""
+" Version 3.4.0-dev\n"
+" -----------------\n"
+" http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:22
+#, no-wrap
+msgid ""
+" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
+" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
+" Olivier Müller <om_at_omnis.ch>\n"
+" Robin Johnson "
+"<robbat2_at_users.sourceforge.net>\n"
+" Alexander M. Turek <me_at_derrabus.de>\n"
+" Michal Čihař <michal_at_cihar.com>\n"
+" Garvin Hicking <me_at_supergarv.de>\n"
+" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
+" Sebastian Mendel "
+"<cybot_tm_at_users.sourceforge.net>\n"
+" [check Documentation.txt/.html file for more "
+"details]\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:26
+#, no-wrap
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License version 2,\n"
+" as published by the Free Software Foundation.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadm
in/README:31
+#, no-wrap
+msgid ""
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:35
+#, no-wrap
+msgid ""
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
+"USA\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:40
+#, no-wrap
+msgid ""
+" Requirements:\n"
+" php 5.2 or later\n"
+" MySQL 5.0 or later\n"
+" a web-browser (doh!)\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:44
+#, no-wrap
+msgid ""
+" Summary:\n"
+" phpMyAdmin is intended to handle the administration of MySQL over the "
+"web.\n"
+" For a summary of features, please see the Documentation.txt/.html "
+"file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:47
+#, no-wrap
+msgid ""
+" Download:\n"
+" You can get the newest version at http://www.phpmyadmin.net/.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:50
+#, no-wrap
+msgid ""
+" Credits:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:53
+#, no-wrap
+msgid ""
+" Installation:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:56
+#, no-wrap
+msgid ""
+" ChangeLog:\n"
+" Now in ChangeLog\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:59
+#, no-wrap
+msgid ""
+" Documentation:\n"
+" Basic documentation available in Documentation.txt/.html\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:62
+#, no-wrap
+msgid ""
+" Support:\n"
+" See reference about support forums under http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:66
+#, no-wrap
+msgid ""
+" Enjoy!\n"
+" The phpMyAdmin Devel team\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:74
+#, no-wrap
+msgid ""
+" PS: Please, don't send us emails with question like \"How do I compile\n"
+" PHP with MySQL-support\". We just don't have the time to be your\n"
+" free helpdesk.\n"
+" Please send your questions to the appropriate mailinglists / forums.\n"
+" Before contacting us, please read the Documentation.html (esp. the\n"
+" FAQ part).\n"
+msgstr ""
diff --git a/po/hu.po b/pot/no-full.pot
similarity index 99%
copy from po/hu.po
copy to pot/no-full.pot
index 6aeaaac..4790624 100644
--- a/po/hu.po
+++ b/pot/no-full.pot
@@ -1,54 +1,31 @@
-# Hungarian translations for phpMyAdmin-docs package
-# Copyright (C) 2009 phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
-# Automatically generated, 2009.
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs VERSION\n"
+"#-#-#-#-# no-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-10 09:57+0100\n"
-"PO-Revision-Date: 2009-05-19 09:52+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2010-03-10 13:19+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: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
+"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(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 13:18+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"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -121,6 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/no/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11250,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/no/index-full-template.html:7 output/no/index-full-template.html:10
+msgid "phpMyAdmin Norwegian Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/no/index-full-template.html:11
+msgid "Documents translated to no:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/no/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/no/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/no/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/no/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,50 +11512,3 @@ msgid ""
" Before contacting us, please read the Documentation.html (esp. the\n"
" FAQ part).\n"
msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
-#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-
-#~ msgid "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
-#~ msgstr ""
-#~ "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
diff --git a/docs.pot b/pot/no-html.pot
similarity index 98%
copy from docs.pot
copy to pot/no-html.pot
index b09d420..8faa1d1 100644
--- a/docs.pot
+++ b/pot/no-html.pot
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs 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-10 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr ""
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a "
-"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
-"documentation</a>. You can contribute to it on our <a "
-"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,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
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/no/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11323,207 +11289,41 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
-msgid "$Id$"
+#. type: Content of: <html><body><h1>
+#: output/no/index-full-template.html:7 output/no/index-full-template.html:10
+msgid "phpMyAdmin Norwegian Documentation"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Readme\n"
-"===================\n"
+#. type: Content of: <html><body><p>
+#: output/no/index-full-template.html:11
+msgid "Documents translated to no:"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:7
-#, no-wrap
-msgid " A set of PHP-scripts to manage MySQL over the web.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:11
-#, no-wrap
-msgid ""
-" Version 3.4.0-dev\n"
-" -----------------\n"
-" http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:22
-#, no-wrap
-msgid ""
-" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
-" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
-" Olivier Müller <om_at_omnis.ch>\n"
-" Robin Johnson "
-"<robbat2_at_users.sourceforge.net>\n"
-" Alexander M. Turek <me_at_derrabus.de>\n"
-" Michal Čihař <michal_at_cihar.com>\n"
-" Garvin Hicking <me_at_supergarv.de>\n"
-" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
-" Sebastian Mendel "
-"<cybot_tm_at_users.sourceforge.net>\n"
-" [check Documentation.txt/.html file for more "
-"details]\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:26
-#, no-wrap
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License version 2,\n"
-" as published by the Free Software Foundation.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:31
-#, no-wrap
-msgid ""
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:35
-#, no-wrap
-msgid ""
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
-"USA\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:40
-#, no-wrap
-msgid ""
-" Requirements:\n"
-" php 5.2 or later\n"
-" MySQL 5.0 or later\n"
-" a web-browser (doh!)\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:44
-#, no-wrap
-msgid ""
-" Summary:\n"
-" phpMyAdmin is intended to handle the administration of MySQL over the "
-"web.\n"
-" For a summary of features, please see the Documentation.txt/.html "
-"file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:47
-#, no-wrap
-msgid ""
-" Download:\n"
-" You can get the newest version at http://www.phpmyadmin.net/.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:50
-#, no-wrap
-msgid ""
-" Credits:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:53
-#, no-wrap
-msgid ""
-" Installation:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:56
-#, no-wrap
-msgid ""
-" ChangeLog:\n"
-" Now in ChangeLog\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:59
-#, no-wrap
-msgid ""
-" Documentation:\n"
-" Basic documentation available in Documentation.txt/.html\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:62
-#, no-wrap
-msgid ""
-" Support:\n"
-" See reference about support forums under http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:66
-#, no-wrap
-msgid ""
-" Enjoy!\n"
-" The phpMyAdmin Devel team\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:74
-#, no-wrap
-msgid ""
-" PS: Please, don't send us emails with question like \"How do I compile\n"
-" PHP with MySQL-support\". We just don't have the time to be your\n"
-" free helpdesk.\n"
-" Please send your questions to the appropriate mailinglists / forums.\n"
-" Before contacting us, please read the Documentation.html (esp. the\n"
-" FAQ part).\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
+#. type: Content of: <html><body><ul><li>
+#: output/no/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+#. type: Content of: <html><body><ul><li>
+#: output/no/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
+#. type: Content of: <html><body><ul><li>
+#: output/no/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
+#. type: Content of: <html><body><ul><li>
+#: output/no/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
+#. type: Content of: <p>
+#: addendum/head.html:2
msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
+"This is translated version of a <a "
+"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
+"documentation</a>. You can contribute to it on our <a "
+"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
msgstr ""
diff --git a/pot/no-txt.pot b/pot/no-txt.pot
new file mode 100644
index 0000000..ff2a8ea
--- /dev/null
+++ b/pot/no-txt.pot
@@ -0,0 +1,247 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+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 13:18+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"
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
+msgid "$Id$"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Readme\n"
+"===================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:7
+#, no-wrap
+msgid " A set of PHP-scripts to manage MySQL over the web.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:11
+#, no-wrap
+msgid ""
+" Version 3.4.0-dev\n"
+" -----------------\n"
+" http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:22
+#, no-wrap
+msgid ""
+" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
+" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
+" Olivier Müller <om_at_omnis.ch>\n"
+" Robin Johnson "
+"<robbat2_at_users.sourceforge.net>\n"
+" Alexander M. Turek <me_at_derrabus.de>\n"
+" Michal Čihař <michal_at_cihar.com>\n"
+" Garvin Hicking <me_at_supergarv.de>\n"
+" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
+" Sebastian Mendel "
+"<cybot_tm_at_users.sourceforge.net>\n"
+" [check Documentation.txt/.html file for more "
+"details]\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:26
+#, no-wrap
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License version 2,\n"
+" as published by the Free Software Foundation.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:31
+#, no-wrap
+msgid ""
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:35
+#, no-wrap
+msgid ""
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
+"USA\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:40
+#, no-wrap
+msgid ""
+" Requirements:\n"
+" php 5.2 or later\n"
+" MySQL 5.0 or later\n"
+" a web-browser (doh!)\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:44
+#, no-wrap
+msgid ""
+" Summary:\n"
+" phpMyAdmin is intended to handle the administration of MySQL over the "
+"web.\n"
+" For a summary of features, please see the Documentation.txt/.html "
+"file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:47
+#, no-wrap
+msgid ""
+" Download:\n"
+" You can get the newest version at http://www.phpmyadmin.net/.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:50
+#, no-wrap
+msgid ""
+" Credits:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:53
+#, no-wrap
+msgid ""
+" Installation:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:56
+#, no-wrap
+msgid ""
+" ChangeLog:\n"
+" Now in ChangeLog\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:59
+#, no-wrap
+msgid ""
+" Documentation:\n"
+" Basic documentation available in Documentation.txt/.html\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:62
+#, no-wrap
+msgid ""
+" Support:\n"
+" See reference about support forums under http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:66
+#, no-wrap
+msgid ""
+" Enjoy!\n"
+" The phpMyAdmin Devel team\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:74
+#, no-wrap
+msgid ""
+" PS: Please, don't send us emails with question like \"How do I compile\n"
+" PHP with MySQL-support\". We just don't have the time to be your\n"
+" free helpdesk.\n"
+" Please send your questions to the appropriate mailinglists / forums.\n"
+" Before contacting us, please read the Documentation.html (esp. the\n"
+" FAQ part).\n"
+msgstr ""
diff --git a/po/hu.po b/pot/pl-full.pot
similarity index 99%
copy from po/hu.po
copy to pot/pl-full.pot
index 6aeaaac..762c84f 100644
--- a/po/hu.po
+++ b/pot/pl-full.pot
@@ -1,54 +1,31 @@
-# Hungarian translations for phpMyAdmin-docs package
-# Copyright (C) 2009 phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
-# Automatically generated, 2009.
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs VERSION\n"
+"#-#-#-#-# pl-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-10 09:57+0100\n"
-"PO-Revision-Date: 2009-05-19 09:52+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2010-03-10 13:19+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: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
+"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(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 13:10+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"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -121,6 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/pl/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11250,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/pl/index-full-template.html:7 output/pl/index-full-template.html:10
+msgid "phpMyAdmin Polish Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/pl/index-full-template.html:11
+msgid "Documents translated to Polish:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/pl/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/pl/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/pl/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/pl/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,50 +11512,3 @@ msgid ""
" Before contacting us, please read the Documentation.html (esp. the\n"
" FAQ part).\n"
msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
-#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-
-#~ msgid "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
-#~ msgstr ""
-#~ "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
diff --git a/docs.pot b/pot/pl-html.pot
similarity index 98%
copy from docs.pot
copy to pot/pl-html.pot
index b09d420..7ad4aa3 100644
--- a/docs.pot
+++ b/pot/pl-html.pot
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs 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-10 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr ""
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a "
-"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
-"documentation</a>. You can contribute to it on our <a "
-"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,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
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/pl/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11323,207 +11289,41 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
-msgid "$Id$"
+#. type: Content of: <html><body><h1>
+#: output/pl/index-full-template.html:7 output/pl/index-full-template.html:10
+msgid "phpMyAdmin Polish Documentation"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Readme\n"
-"===================\n"
+#. type: Content of: <html><body><p>
+#: output/pl/index-full-template.html:11
+msgid "Documents translated to Polish:"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:7
-#, no-wrap
-msgid " A set of PHP-scripts to manage MySQL over the web.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:11
-#, no-wrap
-msgid ""
-" Version 3.4.0-dev\n"
-" -----------------\n"
-" http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:22
-#, no-wrap
-msgid ""
-" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
-" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
-" Olivier Müller <om_at_omnis.ch>\n"
-" Robin Johnson "
-"<robbat2_at_users.sourceforge.net>\n"
-" Alexander M. Turek <me_at_derrabus.de>\n"
-" Michal Čihař <michal_at_cihar.com>\n"
-" Garvin Hicking <me_at_supergarv.de>\n"
-" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
-" Sebastian Mendel "
-"<cybot_tm_at_users.sourceforge.net>\n"
-" [check Documentation.txt/.html file for more "
-"details]\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:26
-#, no-wrap
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License version 2,\n"
-" as published by the Free Software Foundation.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:31
-#, no-wrap
-msgid ""
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:35
-#, no-wrap
-msgid ""
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
-"USA\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:40
-#, no-wrap
-msgid ""
-" Requirements:\n"
-" php 5.2 or later\n"
-" MySQL 5.0 or later\n"
-" a web-browser (doh!)\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:44
-#, no-wrap
-msgid ""
-" Summary:\n"
-" phpMyAdmin is intended to handle the administration of MySQL over the "
-"web.\n"
-" For a summary of features, please see the Documentation.txt/.html "
-"file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:47
-#, no-wrap
-msgid ""
-" Download:\n"
-" You can get the newest version at http://www.phpmyadmin.net/.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:50
-#, no-wrap
-msgid ""
-" Credits:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:53
-#, no-wrap
-msgid ""
-" Installation:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:56
-#, no-wrap
-msgid ""
-" ChangeLog:\n"
-" Now in ChangeLog\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:59
-#, no-wrap
-msgid ""
-" Documentation:\n"
-" Basic documentation available in Documentation.txt/.html\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:62
-#, no-wrap
-msgid ""
-" Support:\n"
-" See reference about support forums under http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:66
-#, no-wrap
-msgid ""
-" Enjoy!\n"
-" The phpMyAdmin Devel team\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:74
-#, no-wrap
-msgid ""
-" PS: Please, don't send us emails with question like \"How do I compile\n"
-" PHP with MySQL-support\". We just don't have the time to be your\n"
-" free helpdesk.\n"
-" Please send your questions to the appropriate mailinglists / forums.\n"
-" Before contacting us, please read the Documentation.html (esp. the\n"
-" FAQ part).\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
+#. type: Content of: <html><body><ul><li>
+#: output/pl/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+#. type: Content of: <html><body><ul><li>
+#: output/pl/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
+#. type: Content of: <html><body><ul><li>
+#: output/pl/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
+#. type: Content of: <html><body><ul><li>
+#: output/pl/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
+#. type: Content of: <p>
+#: addendum/head.html:2
msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
+"This is translated version of a <a "
+"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
+"documentation</a>. You can contribute to it on our <a "
+"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
msgstr ""
diff --git a/pot/pl-txt.pot b/pot/pl-txt.pot
new file mode 100644
index 0000000..e14d503
--- /dev/null
+++ b/pot/pl-txt.pot
@@ -0,0 +1,247 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+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 13:10+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"
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
+msgid "$Id$"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Readme\n"
+"===================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:7
+#, no-wrap
+msgid " A set of PHP-scripts to manage MySQL over the web.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:11
+#, no-wrap
+msgid ""
+" Version 3.4.0-dev\n"
+" -----------------\n"
+" http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:22
+#, no-wrap
+msgid ""
+" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
+" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
+" Olivier Müller <om_at_omnis.ch>\n"
+" Robin Johnson "
+"<robbat2_at_users.sourceforge.net>\n"
+" Alexander M. Turek <me_at_derrabus.de>\n"
+" Michal Čihař <michal_at_cihar.com>\n"
+" Garvin Hicking <me_at_supergarv.de>\n"
+" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
+" Sebastian Mendel "
+"<cybot_tm_at_users.sourceforge.net>\n"
+" [check Documentation.txt/.html file for more "
+"details]\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:26
+#, no-wrap
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License version 2,\n"
+" as published by the Free Software Foundation.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:31
+#, no-wrap
+msgid ""
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:35
+#, no-wrap
+msgid ""
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
+"USA\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:40
+#, no-wrap
+msgid ""
+" Requirements:\n"
+" php 5.2 or later\n"
+" MySQL 5.0 or later\n"
+" a web-browser (doh!)\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:44
+#, no-wrap
+msgid ""
+" Summary:\n"
+" phpMyAdmin is intended to handle the administration of MySQL over the "
+"web.\n"
+" For a summary of features, please see the Documentation.txt/.html "
+"file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:47
+#, no-wrap
+msgid ""
+" Download:\n"
+" You can get the newest version at http://www.phpmyadmin.net/.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:50
+#, no-wrap
+msgid ""
+" Credits:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:53
+#, no-wrap
+msgid ""
+" Installation:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:56
+#, no-wrap
+msgid ""
+" ChangeLog:\n"
+" Now in ChangeLog\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:59
+#, no-wrap
+msgid ""
+" Documentation:\n"
+" Basic documentation available in Documentation.txt/.html\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:62
+#, no-wrap
+msgid ""
+" Support:\n"
+" See reference about support forums under http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:66
+#, no-wrap
+msgid ""
+" Enjoy!\n"
+" The phpMyAdmin Devel team\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:74
+#, no-wrap
+msgid ""
+" PS: Please, don't send us emails with question like \"How do I compile\n"
+" PHP with MySQL-support\". We just don't have the time to be your\n"
+" free helpdesk.\n"
+" Please send your questions to the appropriate mailinglists / forums.\n"
+" Before contacting us, please read the Documentation.html (esp. the\n"
+" FAQ part).\n"
+msgstr ""
diff --git a/po/hu.po b/pot/pt_BR-full.pot
similarity index 99%
copy from po/hu.po
copy to pot/pt_BR-full.pot
index 6aeaaac..786b9a2 100644
--- a/po/hu.po
+++ b/pot/pt_BR-full.pot
@@ -1,54 +1,31 @@
-# Hungarian translations for phpMyAdmin-docs package
-# Copyright (C) 2009 phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
-# Automatically generated, 2009.
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs VERSION\n"
+"#-#-#-#-# pt_BR-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-10 09:57+0100\n"
-"PO-Revision-Date: 2009-05-19 09:52+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2010-03-10 13:19+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: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
+"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(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 13:10+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"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -121,6 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/pt_BR/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11250,117 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/pt_BR/index-full-template.html:7
+#: output/pt_BR/index-full-template.html:10
+msgid "phpMyAdmin Brazilian Portuguese Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/pt_BR/index-full-template.html:11
+msgid "Documents translated to Brazilian Portuguese:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/pt_BR/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/pt_BR/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/pt_BR/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/pt_BR/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,50 +11513,3 @@ msgid ""
" Before contacting us, please read the Documentation.html (esp. the\n"
" FAQ part).\n"
msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
-#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-
-#~ msgid "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
-#~ msgstr ""
-#~ "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
diff --git a/docs.pot b/pot/pt_BR-html.pot
similarity index 98%
copy from docs.pot
copy to pot/pt_BR-html.pot
index b09d420..c226bf0 100644
--- a/docs.pot
+++ b/pot/pt_BR-html.pot
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs 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-10 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr ""
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a "
-"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
-"documentation</a>. You can contribute to it on our <a "
-"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,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
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/pt_BR/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11323,207 +11289,41 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
-msgid "$Id$"
+#. type: Content of: <html><body><h1>
+#: output/pt_BR/index-full-template.html:7 output/pt_BR/index-full-template.html:10
+msgid "phpMyAdmin Brazilian Portuguese Documentation"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Readme\n"
-"===================\n"
+#. type: Content of: <html><body><p>
+#: output/pt_BR/index-full-template.html:11
+msgid "Documents translated to Brazilian Portuguese:"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:7
-#, no-wrap
-msgid " A set of PHP-scripts to manage MySQL over the web.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:11
-#, no-wrap
-msgid ""
-" Version 3.4.0-dev\n"
-" -----------------\n"
-" http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:22
-#, no-wrap
-msgid ""
-" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
-" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
-" Olivier Müller <om_at_omnis.ch>\n"
-" Robin Johnson "
-"<robbat2_at_users.sourceforge.net>\n"
-" Alexander M. Turek <me_at_derrabus.de>\n"
-" Michal Čihař <michal_at_cihar.com>\n"
-" Garvin Hicking <me_at_supergarv.de>\n"
-" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
-" Sebastian Mendel "
-"<cybot_tm_at_users.sourceforge.net>\n"
-" [check Documentation.txt/.html file for more "
-"details]\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:26
-#, no-wrap
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License version 2,\n"
-" as published by the Free Software Foundation.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:31
-#, no-wrap
-msgid ""
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:35
-#, no-wrap
-msgid ""
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
-"USA\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:40
-#, no-wrap
-msgid ""
-" Requirements:\n"
-" php 5.2 or later\n"
-" MySQL 5.0 or later\n"
-" a web-browser (doh!)\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:44
-#, no-wrap
-msgid ""
-" Summary:\n"
-" phpMyAdmin is intended to handle the administration of MySQL over the "
-"web.\n"
-" For a summary of features, please see the Documentation.txt/.html "
-"file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:47
-#, no-wrap
-msgid ""
-" Download:\n"
-" You can get the newest version at http://www.phpmyadmin.net/.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:50
-#, no-wrap
-msgid ""
-" Credits:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:53
-#, no-wrap
-msgid ""
-" Installation:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:56
-#, no-wrap
-msgid ""
-" ChangeLog:\n"
-" Now in ChangeLog\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:59
-#, no-wrap
-msgid ""
-" Documentation:\n"
-" Basic documentation available in Documentation.txt/.html\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:62
-#, no-wrap
-msgid ""
-" Support:\n"
-" See reference about support forums under http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:66
-#, no-wrap
-msgid ""
-" Enjoy!\n"
-" The phpMyAdmin Devel team\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:74
-#, no-wrap
-msgid ""
-" PS: Please, don't send us emails with question like \"How do I compile\n"
-" PHP with MySQL-support\". We just don't have the time to be your\n"
-" free helpdesk.\n"
-" Please send your questions to the appropriate mailinglists / forums.\n"
-" Before contacting us, please read the Documentation.html (esp. the\n"
-" FAQ part).\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
+#. type: Content of: <html><body><ul><li>
+#: output/pt_BR/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+#. type: Content of: <html><body><ul><li>
+#: output/pt_BR/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
+#. type: Content of: <html><body><ul><li>
+#: output/pt_BR/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
+#. type: Content of: <html><body><ul><li>
+#: output/pt_BR/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
+#. type: Content of: <p>
+#: addendum/head.html:2
msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
+"This is translated version of a <a "
+"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
+"documentation</a>. You can contribute to it on our <a "
+"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
msgstr ""
diff --git a/pot/pt_BR-txt.pot b/pot/pt_BR-txt.pot
new file mode 100644
index 0000000..e14d503
--- /dev/null
+++ b/pot/pt_BR-txt.pot
@@ -0,0 +1,247 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+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 13:10+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"
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
+msgid "$Id$"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Readme\n"
+"===================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:7
+#, no-wrap
+msgid " A set of PHP-scripts to manage MySQL over the web.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:11
+#, no-wrap
+msgid ""
+" Version 3.4.0-dev\n"
+" -----------------\n"
+" http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:22
+#, no-wrap
+msgid ""
+" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
+" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
+" Olivier Müller <om_at_omnis.ch>\n"
+" Robin Johnson "
+"<robbat2_at_users.sourceforge.net>\n"
+" Alexander M. Turek <me_at_derrabus.de>\n"
+" Michal Čihař <michal_at_cihar.com>\n"
+" Garvin Hicking <me_at_supergarv.de>\n"
+" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
+" Sebastian Mendel "
+"<cybot_tm_at_users.sourceforge.net>\n"
+" [check Documentation.txt/.html file for more "
+"details]\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:26
+#, no-wrap
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License version 2,\n"
+" as published by the Free Software Foundation.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:31
+#, no-wrap
+msgid ""
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:35
+#, no-wrap
+msgid ""
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
+"USA\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:40
+#, no-wrap
+msgid ""
+" Requirements:\n"
+" php 5.2 or later\n"
+" MySQL 5.0 or later\n"
+" a web-browser (doh!)\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:44
+#, no-wrap
+msgid ""
+" Summary:\n"
+" phpMyAdmin is intended to handle the administration of MySQL over the "
+"web.\n"
+" For a summary of features, please see the Documentation.txt/.html "
+"file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:47
+#, no-wrap
+msgid ""
+" Download:\n"
+" You can get the newest version at http://www.phpmyadmin.net/.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:50
+#, no-wrap
+msgid ""
+" Credits:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:53
+#, no-wrap
+msgid ""
+" Installation:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:56
+#, no
-wrap
+msgid ""
+" ChangeLog:\n"
+" Now in ChangeLog\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:59
+#, no-wrap
+msgid ""
+" Documentation:\n"
+" Basic documentation available in Documentation.txt/.html\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:62
+#, no-wrap
+msgid ""
+" Support:\n"
+" See reference about support forums under http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:66
+#, no-wrap
+msgid ""
+" Enjoy!\n"
+" The phpMyAdmin Devel team\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:74
+#, no-wrap
+msgid ""
+" PS: Please, don't send us emails with question like \"How do I compile\n"
+" PHP with MySQL-support\". We just don't have the time to be your\n"
+" free helpdesk.\n"
+" Please send your questions to the appropriate mailinglists / forums.\n"
+" Before contacting us, please read the Documentation.html (esp. the\n"
+" FAQ part).\n"
+msgstr ""
diff --git a/po/hu.po b/pot/ro-full.pot
similarity index 99%
copy from po/hu.po
copy to pot/ro-full.pot
index 6aeaaac..24c96ad 100644
--- a/po/hu.po
+++ b/pot/ro-full.pot
@@ -1,54 +1,31 @@
-# Hungarian translations for phpMyAdmin-docs package
-# Copyright (C) 2009 phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
-# Automatically generated, 2009.
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs VERSION\n"
+"#-#-#-#-# ro-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-10 09:57+0100\n"
-"PO-Revision-Date: 2009-05-19 09:52+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2010-03-10 13:19+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: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
+"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(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 13:18+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"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -121,6 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/ro/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11250,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/ro/index-full-template.html:7 output/ro/index-full-template.html:10
+msgid "phpMyAdmin Romanian Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/ro/index-full-template.html:11
+msgid "Documents translated to ro:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/ro/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/ro/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/ro/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/ro/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,50 +11512,3 @@ msgid ""
" Before contacting us, please read the Documentation.html (esp. the\n"
" FAQ part).\n"
msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
-#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-
-#~ msgid "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
-#~ msgstr ""
-#~ "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
diff --git a/docs.pot b/pot/ro-html.pot
similarity index 98%
copy from docs.pot
copy to pot/ro-html.pot
index b09d420..bf2d8d1 100644
--- a/docs.pot
+++ b/pot/ro-html.pot
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs 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-10 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr ""
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a "
-"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
-"documentation</a>. You can contribute to it on our <a "
-"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,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
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/ro/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11323,207 +11289,41 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
-msgid "$Id$"
+#. type: Content of: <html><body><h1>
+#: output/ro/index-full-template.html:7 output/ro/index-full-template.html:10
+msgid "phpMyAdmin Romanian Documentation"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Readme\n"
-"===================\n"
+#. type: Content of: <html><body><p>
+#: output/ro/index-full-template.html:11
+msgid "Documents translated to ro:"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:7
-#, no-wrap
-msgid " A set of PHP-scripts to manage MySQL over the web.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:11
-#, no-wrap
-msgid ""
-" Version 3.4.0-dev\n"
-" -----------------\n"
-" http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:22
-#, no-wrap
-msgid ""
-" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
-" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
-" Olivier Müller <om_at_omnis.ch>\n"
-" Robin Johnson "
-"<robbat2_at_users.sourceforge.net>\n"
-" Alexander M. Turek <me_at_derrabus.de>\n"
-" Michal Čihař <michal_at_cihar.com>\n"
-" Garvin Hicking <me_at_supergarv.de>\n"
-" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
-" Sebastian Mendel "
-"<cybot_tm_at_users.sourceforge.net>\n"
-" [check Documentation.txt/.html file for more "
-"details]\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:26
-#, no-wrap
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License version 2,\n"
-" as published by the Free Software Foundation.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:31
-#, no-wrap
-msgid ""
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:35
-#, no-wrap
-msgid ""
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
-"USA\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:40
-#, no-wrap
-msgid ""
-" Requirements:\n"
-" php 5.2 or later\n"
-" MySQL 5.0 or later\n"
-" a web-browser (doh!)\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:44
-#, no-wrap
-msgid ""
-" Summary:\n"
-" phpMyAdmin is intended to handle the administration of MySQL over the "
-"web.\n"
-" For a summary of features, please see the Documentation.txt/.html "
-"file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:47
-#, no-wrap
-msgid ""
-" Download:\n"
-" You can get the newest version at http://www.phpmyadmin.net/.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:50
-#, no-wrap
-msgid ""
-" Credits:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:53
-#, no-wrap
-msgid ""
-" Installation:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:56
-#, no-wrap
-msgid ""
-" ChangeLog:\n"
-" Now in ChangeLog\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:59
-#, no-wrap
-msgid ""
-" Documentation:\n"
-" Basic documentation available in Documentation.txt/.html\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:62
-#, no-wrap
-msgid ""
-" Support:\n"
-" See reference about support forums under http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:66
-#, no-wrap
-msgid ""
-" Enjoy!\n"
-" The phpMyAdmin Devel team\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:74
-#, no-wrap
-msgid ""
-" PS: Please, don't send us emails with question like \"How do I compile\n"
-" PHP with MySQL-support\". We just don't have the time to be your\n"
-" free helpdesk.\n"
-" Please send your questions to the appropriate mailinglists / forums.\n"
-" Before contacting us, please read the Documentation.html (esp. the\n"
-" FAQ part).\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
+#. type: Content of: <html><body><ul><li>
+#: output/ro/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+#. type: Content of: <html><body><ul><li>
+#: output/ro/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
+#. type: Content of: <html><body><ul><li>
+#: output/ro/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
+#. type: Content of: <html><body><ul><li>
+#: output/ro/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
+#. type: Content of: <p>
+#: addendum/head.html:2
msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
+"This is translated version of a <a "
+"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
+"documentation</a>. You can contribute to it on our <a "
+"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
msgstr ""
diff --git a/pot/ro-txt.pot b/pot/ro-txt.pot
new file mode 100644
index 0000000..ff2a8ea
--- /dev/null
+++ b/pot/ro-txt.pot
@@ -0,0 +1,247 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+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 13:18+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"
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
+msgid "$Id$"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Readme\n"
+"===================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:7
+#, no-wrap
+msgid " A set of PHP-scripts to manage MySQL over the web.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:11
+#, no-wrap
+msgid ""
+" Version 3.4.0-dev\n"
+" -----------------\n"
+" http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:22
+#, no-wrap
+msgid ""
+" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
+" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
+" Olivier Müller <om_at_omnis.ch>\n"
+" Robin Johnson "
+"<robbat2_at_users.sourceforge.net>\n"
+" Alexander M. Turek <me_at_derrabus.de>\n"
+" Michal Čihař <michal_at_cihar.com>\n"
+" Garvin Hicking <me_at_supergarv.de>\n"
+" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
+" Sebastian Mendel "
+"<cybot_tm_at_users.sourceforge.net>\n"
+" [check Documentation.txt/.html file for more "
+"details]\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:26
+#, no-wrap
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License version 2,\n"
+" as published by the Free Software Foundation.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:31
+#, no-wrap
+msgid ""
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:35
+#, no-wrap
+msgid ""
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
+"USA\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:40
+#, no-wrap
+msgid ""
+" Requirements:\n"
+" php 5.2 or later\n"
+" MySQL 5.0 or later\n"
+" a web-browser (doh!)\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:44
+#, no-wrap
+msgid ""
+" Summary:\n"
+" phpMyAdmin is intended to handle the administration of MySQL over the "
+"web.\n"
+" For a summary of features, please see the Documentation.txt/.html "
+"file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:47
+#, no-wrap
+msgid ""
+" Download:\n"
+" You can get the newest version at http://www.phpmyadmin.net/.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:50
+#, no-wrap
+msgid ""
+" Credits:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:53
+#, no-wrap
+msgid ""
+" Installation:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:56
+#, no-wrap
+msgid ""
+" ChangeLog:\n"
+" Now in ChangeLog\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:59
+#, no-wrap
+msgid ""
+" Documentation:\n"
+" Basic documentation available in Documentation.txt/.html\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:62
+#, no-wrap
+msgid ""
+" Support:\n"
+" See reference about support forums under http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:66
+#, no-wrap
+msgid ""
+" Enjoy!\n"
+" The phpMyAdmin Devel team\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:74
+#, no-wrap
+msgid ""
+" PS: Please, don't send us emails with question like \"How do I compile\n"
+" PHP with MySQL-support\". We just don't have the time to be your\n"
+" free helpdesk.\n"
+" Please send your questions to the appropriate mailinglists / forums.\n"
+" Before contacting us, please read the Documentation.html (esp. the\n"
+" FAQ part).\n"
+msgstr ""
diff --git a/po/hu.po b/pot/sv-full.pot
similarity index 99%
copy from po/hu.po
copy to pot/sv-full.pot
index 6aeaaac..739f854 100644
--- a/po/hu.po
+++ b/pot/sv-full.pot
@@ -1,54 +1,31 @@
-# Hungarian translations for phpMyAdmin-docs package
-# Copyright (C) 2009 phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
-# Automatically generated, 2009.
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs VERSION\n"
+"#-#-#-#-# sv-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-10 09:57+0100\n"
-"PO-Revision-Date: 2009-05-19 09:52+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2010-03-10 13:19+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: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
+"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(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 13:18+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"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -121,6 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/sv/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11250,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/sv/index-full-template.html:7 output/sv/index-full-template.html:10
+msgid "phpMyAdmin Swedish Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/sv/index-full-template.html:11
+msgid "Documents translated to sv:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/sv/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/sv/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/sv/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/sv/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,50 +11512,3 @@ msgid ""
" Before contacting us, please read the Documentation.html (esp. the\n"
" FAQ part).\n"
msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
-#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-
-#~ msgid "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
-#~ msgstr ""
-#~ "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
diff --git a/docs.pot b/pot/sv-html.pot
similarity index 98%
copy from docs.pot
copy to pot/sv-html.pot
index b09d420..5d64c99 100644
--- a/docs.pot
+++ b/pot/sv-html.pot
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs 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-10 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr ""
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a "
-"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
-"documentation</a>. You can contribute to it on our <a "
-"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,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
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/sv/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11323,207 +11289,41 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
-msgid "$Id$"
+#. type: Content of: <html><body><h1>
+#: output/sv/index-full-template.html:7 output/sv/index-full-template.html:10
+msgid "phpMyAdmin Swedish Documentation"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Readme\n"
-"===================\n"
+#. type: Content of: <html><body><p>
+#: output/sv/index-full-template.html:11
+msgid "Documents translated to sv:"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:7
-#, no-wrap
-msgid " A set of PHP-scripts to manage MySQL over the web.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:11
-#, no-wrap
-msgid ""
-" Version 3.4.0-dev\n"
-" -----------------\n"
-" http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:22
-#, no-wrap
-msgid ""
-" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
-" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
-" Olivier Müller <om_at_omnis.ch>\n"
-" Robin Johnson "
-"<robbat2_at_users.sourceforge.net>\n"
-" Alexander M. Turek <me_at_derrabus.de>\n"
-" Michal Čihař <michal_at_cihar.com>\n"
-" Garvin Hicking <me_at_supergarv.de>\n"
-" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
-" Sebastian Mendel "
-"<cybot_tm_at_users.sourceforge.net>\n"
-" [check Documentation.txt/.html file for more "
-"details]\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:26
-#, no-wrap
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License version 2,\n"
-" as published by the Free Software Foundation.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:31
-#, no-wrap
-msgid ""
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:35
-#, no-wrap
-msgid ""
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
-"USA\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:40
-#, no-wrap
-msgid ""
-" Requirements:\n"
-" php 5.2 or later\n"
-" MySQL 5.0 or later\n"
-" a web-browser (doh!)\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:44
-#, no-wrap
-msgid ""
-" Summary:\n"
-" phpMyAdmin is intended to handle the administration of MySQL over the "
-"web.\n"
-" For a summary of features, please see the Documentation.txt/.html "
-"file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:47
-#, no-wrap
-msgid ""
-" Download:\n"
-" You can get the newest version at http://www.phpmyadmin.net/.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:50
-#, no-wrap
-msgid ""
-" Credits:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:53
-#, no-wrap
-msgid ""
-" Installation:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:56
-#, no-wrap
-msgid ""
-" ChangeLog:\n"
-" Now in ChangeLog\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:59
-#, no-wrap
-msgid ""
-" Documentation:\n"
-" Basic documentation available in Documentation.txt/.html\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:62
-#, no-wrap
-msgid ""
-" Support:\n"
-" See reference about support forums under http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:66
-#, no-wrap
-msgid ""
-" Enjoy!\n"
-" The phpMyAdmin Devel team\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:74
-#, no-wrap
-msgid ""
-" PS: Please, don't send us emails with question like \"How do I compile\n"
-" PHP with MySQL-support\". We just don't have the time to be your\n"
-" free helpdesk.\n"
-" Please send your questions to the appropriate mailinglists / forums.\n"
-" Before contacting us, please read the Documentation.html (esp. the\n"
-" FAQ part).\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
+#. type: Content of: <html><body><ul><li>
+#: output/sv/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+#. type: Content of: <html><body><ul><li>
+#: output/sv/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
+#. type: Content of: <html><body><ul><li>
+#: output/sv/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
+#. type: Content of: <html><body><ul><li>
+#: output/sv/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
+#. type: Content of: <p>
+#: addendum/head.html:2
msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
+"This is translated version of a <a "
+"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
+"documentation</a>. You can contribute to it on our <a "
+"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
msgstr ""
diff --git a/pot/sv-txt.pot b/pot/sv-txt.pot
new file mode 100644
index 0000000..ff2a8ea
--- /dev/null
+++ b/pot/sv-txt.pot
@@ -0,0 +1,247 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+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 13:18+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"
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
+msgid "$Id$"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Readme\n"
+"===================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:7
+#, no-wrap
+msgid " A set of PHP-scripts to manage MySQL over the web.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:11
+#, no-wrap
+msgid ""
+" Version 3.4.0-dev\n"
+" -----------------\n"
+" http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:22
+#, no-wrap
+msgid ""
+" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
+" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
+" Olivier Müller <om_at_omnis.ch>\n"
+" Robin Johnson "
+"<robbat2_at_users.sourceforge.net>\n"
+" Alexander M. Turek <me_at_derrabus.de>\n"
+" Michal Čihař <michal_at_cihar.com>\n"
+" Garvin Hicking <me_at_supergarv.de>\n"
+" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
+" Sebastian Mendel "
+"<cybot_tm_at_users.sourceforge.net>\n"
+" [check Documentation.txt/.html file for more "
+"details]\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:26
+#, no-wrap
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License version 2,\n"
+" as published by the Free Software Foundation.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:31
+#, no-wrap
+msgid ""
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:35
+#, no-wrap
+msgid ""
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
+"USA\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:40
+#, no-wrap
+msgid ""
+" Requirements:\n"
+" php 5.2 or later\n"
+" MySQL 5.0 or later\n"
+" a web-browser (doh!)\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:44
+#, no-wrap
+msgid ""
+" Summary:\n"
+" phpMyAdmin is intended to handle the administration of MySQL over the "
+"web.\n"
+" For a summary of features, please see the Documentation.txt/.html "
+"file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:47
+#, no-wrap
+msgid ""
+" Download:\n"
+" You can get the newest version at http://www.phpmyadmin.net/.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:50
+#, no-wrap
+msgid ""
+" Credits:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:53
+#, no-wrap
+msgid ""
+" Installation:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:56
+#, no-wrap
+msgid ""
+" ChangeLog:\n"
+" Now in ChangeLog\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:59
+#, no-wrap
+msgid ""
+" Documentation:\n"
+" Basic documentation available in Documentation.txt/.html\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:62
+#, no-wrap
+msgid ""
+" Support:\n"
+" See reference about support forums under http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:66
+#, no-wrap
+msgid ""
+" Enjoy!\n"
+" The phpMyAdmin Devel team\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:74
+#, no-wrap
+msgid ""
+" PS: Please, don't send us emails with question like \"How do I compile\n"
+" PHP with MySQL-support\". We just don't have the time to be your\n"
+" free helpdesk.\n"
+" Please send your questions to the appropriate mailinglists / forums.\n"
+" Before contacting us, please read the Documentation.html (esp. the\n"
+" FAQ part).\n"
+msgstr ""
diff --git a/po/hu.po b/pot/tr-full.pot
similarity index 99%
copy from po/hu.po
copy to pot/tr-full.pot
index 6aeaaac..2900bc2 100644
--- a/po/hu.po
+++ b/pot/tr-full.pot
@@ -1,54 +1,31 @@
-# Hungarian translations for phpMyAdmin-docs package
-# Copyright (C) 2009 phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
-# Automatically generated, 2009.
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs VERSION\n"
+"#-#-#-#-# tr-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-10 09:57+0100\n"
-"PO-Revision-Date: 2009-05-19 09:52+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2010-03-10 13:19+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: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
+"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(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 13:18+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"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -121,6 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/tr/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11250,116 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/tr/index-full-template.html:7 output/tr/index-full-template.html:10
+msgid "phpMyAdmin Turkish Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/tr/index-full-template.html:11
+msgid "Documents translated to tr:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/tr/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/tr/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/tr/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/tr/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,50 +11512,3 @@ msgid ""
" Before contacting us, please read the Documentation.html (esp. the\n"
" FAQ part).\n"
msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
-#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-
-#~ msgid "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
-#~ msgstr ""
-#~ "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
diff --git a/docs.pot b/pot/tr-html.pot
similarity index 98%
copy from docs.pot
copy to pot/tr-html.pot
index b09d420..7faf9da 100644
--- a/docs.pot
+++ b/pot/tr-html.pot
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs 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-10 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr ""
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a "
-"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
-"documentation</a>. You can contribute to it on our <a "
-"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,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
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/tr/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11323,207 +11289,41 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
-msgid "$Id$"
+#. type: Content of: <html><body><h1>
+#: output/tr/index-full-template.html:7 output/tr/index-full-template.html:10
+msgid "phpMyAdmin Turkish Documentation"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Readme\n"
-"===================\n"
+#. type: Content of: <html><body><p>
+#: output/tr/index-full-template.html:11
+msgid "Documents translated to tr:"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:7
-#, no-wrap
-msgid " A set of PHP-scripts to manage MySQL over the web.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:11
-#, no-wrap
-msgid ""
-" Version 3.4.0-dev\n"
-" -----------------\n"
-" http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:22
-#, no-wrap
-msgid ""
-" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
-" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
-" Olivier Müller <om_at_omnis.ch>\n"
-" Robin Johnson "
-"<robbat2_at_users.sourceforge.net>\n"
-" Alexander M. Turek <me_at_derrabus.de>\n"
-" Michal Čihař <michal_at_cihar.com>\n"
-" Garvin Hicking <me_at_supergarv.de>\n"
-" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
-" Sebastian Mendel "
-"<cybot_tm_at_users.sourceforge.net>\n"
-" [check Documentation.txt/.html file for more "
-"details]\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:26
-#, no-wrap
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License version 2,\n"
-" as published by the Free Software Foundation.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:31
-#, no-wrap
-msgid ""
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:35
-#, no-wrap
-msgid ""
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
-"USA\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:40
-#, no-wrap
-msgid ""
-" Requirements:\n"
-" php 5.2 or later\n"
-" MySQL 5.0 or later\n"
-" a web-browser (doh!)\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:44
-#, no-wrap
-msgid ""
-" Summary:\n"
-" phpMyAdmin is intended to handle the administration of MySQL over the "
-"web.\n"
-" For a summary of features, please see the Documentation.txt/.html "
-"file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:47
-#, no-wrap
-msgid ""
-" Download:\n"
-" You can get the newest version at http://www.phpmyadmin.net/.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:50
-#, no-wrap
-msgid ""
-" Credits:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:53
-#, no-wrap
-msgid ""
-" Installation:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:56
-#, no-wrap
-msgid ""
-" ChangeLog:\n"
-" Now in ChangeLog\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:59
-#, no-wrap
-msgid ""
-" Documentation:\n"
-" Basic documentation available in Documentation.txt/.html\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:62
-#, no-wrap
-msgid ""
-" Support:\n"
-" See reference about support forums under http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:66
-#, no-wrap
-msgid ""
-" Enjoy!\n"
-" The phpMyAdmin Devel team\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:74
-#, no-wrap
-msgid ""
-" PS: Please, don't send us emails with question like \"How do I compile\n"
-" PHP with MySQL-support\". We just don't have the time to be your\n"
-" free helpdesk.\n"
-" Please send your questions to the appropriate mailinglists / forums.\n"
-" Before contacting us, please read the Documentation.html (esp. the\n"
-" FAQ part).\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
+#. type: Content of: <html><body><ul><li>
+#: output/tr/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+#. type: Content of: <html><body><ul><li>
+#: output/tr/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
+#. type: Content of: <html><body><ul><li>
+#: output/tr/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
+#. type: Content of: <html><body><ul><li>
+#: output/tr/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
+#. type: Content of: <p>
+#: addendum/head.html:2
msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
+"This is translated version of a <a "
+"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
+"documentation</a>. You can contribute to it on our <a "
+"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
msgstr ""
diff --git a/pot/tr-txt.pot b/pot/tr-txt.pot
new file mode 100644
index 0000000..ff2a8ea
--- /dev/null
+++ b/pot/tr-txt.pot
@@ -0,0 +1,247 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+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 13:18+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"
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
+msgid "$Id$"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Readme\n"
+"===================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:7
+#, no-wrap
+msgid " A set of PHP-scripts to manage MySQL over the web.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:11
+#, no-wrap
+msgid ""
+" Version 3.4.0-dev\n"
+" -----------------\n"
+" http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:22
+#, no-wrap
+msgid ""
+" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
+" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
+" Olivier Müller <om_at_omnis.ch>\n"
+" Robin Johnson "
+"<robbat2_at_users.sourceforge.net>\n"
+" Alexander M. Turek <me_at_derrabus.de>\n"
+" Michal Čihař <michal_at_cihar.com>\n"
+" Garvin Hicking <me_at_supergarv.de>\n"
+" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
+" Sebastian Mendel "
+"<cybot_tm_at_users.sourceforge.net>\n"
+" [check Documentation.txt/.html file for more "
+"details]\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:26
+#, no-wrap
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License version 2,\n"
+" as published by the Free Software Foundation.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:31
+#, no-wrap
+msgid ""
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:35
+#, no-wrap
+msgid ""
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
+"USA\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:40
+#, no-wrap
+msgid ""
+" Requirements:\n"
+" php 5.2 or later\n"
+" MySQL 5.0 or later\n"
+" a web-browser (doh!)\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:44
+#, no-wrap
+msgid ""
+" Summary:\n"
+" phpMyAdmin is intended to handle the administration of MySQL over the "
+"web.\n"
+" For a summary of features, please see the Documentation.txt/.html "
+"file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:47
+#, no-wrap
+msgid ""
+" Download:\n"
+" You can get the newest version at http://www.phpmyadmin.net/.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:50
+#, no-wrap
+msgid ""
+" Credits:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:53
+#, no-wrap
+msgid ""
+" Installation:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:56
+#, no-wrap
+msgid ""
+" ChangeLog:\n"
+" Now in ChangeLog\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:59
+#, no-wrap
+msgid ""
+" Documentation:\n"
+" Basic documentation available in Documentation.txt/.html\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:62
+#, no-wrap
+msgid ""
+" Support:\n"
+" See reference about support forums under http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:66
+#, no-wrap
+msgid ""
+" Enjoy!\n"
+" The phpMyAdmin Devel team\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:74
+#, no-wrap
+msgid ""
+" PS: Please, don't send us emails with question like \"How do I compile\n"
+" PHP with MySQL-support\". We just don't have the time to be your\n"
+" free helpdesk.\n"
+" Please send your questions to the appropriate mailinglists / forums.\n"
+" Before contacting us, please read the Documentation.html (esp. the\n"
+" FAQ part).\n"
+msgstr ""
diff --git a/po/hu.po b/pot/zh_CN-full.pot
similarity index 99%
copy from po/hu.po
copy to pot/zh_CN-full.pot
index 6aeaaac..55c2f2a 100644
--- a/po/hu.po
+++ b/pot/zh_CN-full.pot
@@ -1,54 +1,31 @@
-# Hungarian translations for phpMyAdmin-docs package
-# Copyright (C) 2009 phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
-# Automatically generated, 2009.
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs VERSION\n"
+"#-#-#-#-# 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-10 09:57+0100\n"
-"PO-Revision-Date: 2009-05-19 09:52+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2010-03-10 13:19+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: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
+"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-10 13:10+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"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -121,6 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/zh_CN/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11250,117 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/zh_CN/index-full-template.html:7
+#: output/zh_CN/index-full-template.html:10
+msgid "phpMyAdmin Simplified Chinese Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/zh_CN/index-full-template.html:11
+msgid "Documents translated to Simplified Chinese:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/zh_CN/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/zh_CN/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/zh_CN/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/zh_CN/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can e
dit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,50 +11513,3 @@ msgid ""
" Before contacting us, please read the Documentation.html (esp. the\n"
" FAQ part).\n"
msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
-#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-
-#~ msgid "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
-#~ msgstr ""
-#~ "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
diff --git a/docs.pot b/pot/zh_CN-html.pot
similarity index 98%
copy from docs.pot
copy to pot/zh_CN-html.pot
index b09d420..71b6e64 100644
--- a/docs.pot
+++ b/pot/zh_CN-html.pot
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs 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-10 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr ""
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a "
-"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
-"documentation</a>. You can contribute to it on our <a "
-"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,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
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/zh_CN/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11323,207 +11289,41 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
-msgid "$Id$"
+#. type: Content of: <html><body><h1>
+#: output/zh_CN/index-full-template.html:7 output/zh_CN/index-full-template.html:10
+msgid "phpMyAdmin Simplified Chinese Documentation"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Readme\n"
-"===================\n"
+#. type: Content of: <html><body><p>
+#: output/zh_CN/index-full-template.html:11
+msgid "Documents translated to Simplified Chinese:"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:7
-#, no-wrap
-msgid " A set of PHP-scripts to manage MySQL over the web.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:11
-#, no-wrap
-msgid ""
-" Version 3.4.0-dev\n"
-" -----------------\n"
-" http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:22
-#, no-wrap
-msgid ""
-" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
-" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
-" Olivier Müller <om_at_omnis.ch>\n"
-" Robin Johnson "
-"<robbat2_at_users.sourceforge.net>\n"
-" Alexander M. Turek <me_at_derrabus.de>\n"
-" Michal Čihař <michal_at_cihar.com>\n"
-" Garvin Hicking <me_at_supergarv.de>\n"
-" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
-" Sebastian Mendel "
-"<cybot_tm_at_users.sourceforge.net>\n"
-" [check Documentation.txt/.html file for more "
-"details]\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:26
-#, no-wrap
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License version 2,\n"
-" as published by the Free Software Foundation.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:31
-#, no-wrap
-msgid ""
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:35
-#, no-wrap
-msgid ""
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
-"USA\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:40
-#, no-wrap
-msgid ""
-" Requirements:\n"
-" php 5.2 or later\n"
-" MySQL 5.0 or later\n"
-" a web-browser (doh!)\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:44
-#, no-wrap
-msgid ""
-" Summary:\n"
-" phpMyAdmin is intended to handle the administration of MySQL over the "
-"web.\n"
-" For a summary of features, please see the Documentation.txt/.html "
-"file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:47
-#, no-wrap
-msgid ""
-" Download:\n"
-" You can get the newest version at http://www.phpmyadmin.net/.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:50
-#, no-wrap
-msgid ""
-" Credits:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:53
-#, no-wrap
-msgid ""
-" Installation:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:56
-#, no-wrap
-msgid ""
-" ChangeLog:\n"
-" Now in ChangeLog\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:59
-#, no-wrap
-msgid ""
-" Documentation:\n"
-" Basic documentation available in Documentation.txt/.html\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:62
-#, no-wrap
-msgid ""
-" Support:\n"
-" See reference about support forums under http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:66
-#, no-wrap
-msgid ""
-" Enjoy!\n"
-" The phpMyAdmin Devel team\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:74
-#, no-wrap
-msgid ""
-" PS: Please, don't send us emails with question like \"How do I compile\n"
-" PHP with MySQL-support\". We just don't have the time to be your\n"
-" free helpdesk.\n"
-" Please send your questions to the appropriate mailinglists / forums.\n"
-" Before contacting us, please read the Documentation.html (esp. the\n"
-" FAQ part).\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
+#. type: Content of: <html><body><ul><li>
+#: output/zh_CN/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+#. type: Content of: <html><body><ul><li>
+#: output/zh_CN/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
+#. type: Content of: <html><body><ul><li>
+#: output/zh_CN/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
+#. type: Content of: <html><body><ul><li>
+#: output/zh_CN/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
+#. type: Content of: <p>
+#: addendum/head.html:2
msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
+"This is translated version of a <a "
+"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
+"documentation</a>. You can contribute to it on our <a "
+"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
msgstr ""
diff --git a/pot/zh_CN-txt.pot b/pot/zh_CN-txt.pot
new file mode 100644
index 0000000..e14d503
--- /dev/null
+++ b/pot/zh_CN-txt.pot
@@ -0,0 +1,247 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+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 13:10+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"
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
+msgid "$Id$"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Readme\n"
+"===================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:7
+#, no-wrap
+msgid " A set of PHP-scripts to manage MySQL over the web.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:11
+#, no-wrap
+msgid ""
+" Version 3.4.0-dev\n"
+" -----------------\n"
+" http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:22
+#, no-wrap
+msgid ""
+" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
+" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
+" Olivier Müller <om_at_omnis.ch>\n"
+" Robin Johnson "
+"<robbat2_at_users.sourceforge.net>\n"
+" Alexander M. Turek <me_at_derrabus.de>\n"
+" Michal Čihař <michal_at_cihar.com>\n"
+" Garvin Hicking <me_at_supergarv.de>\n"
+" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
+" Sebastian Mendel "
+"<cybot_tm_at_users.sourceforge.net>\n"
+" [check Documentation.txt/.html file for more "
+"details]\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:26
+#, no-wrap
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License version 2,\n"
+" as published by the Free Software Foundation.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:31
+#, no-wrap
+msgid ""
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:35
+#, no-wrap
+msgid ""
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
+"USA\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:40
+#, no-wrap
+msgid ""
+" Requirements:\n"
+" php 5.2 or later\n"
+" MySQL 5.0 or later\n"
+" a web-browser (doh!)\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:44
+#, no-wrap
+msgid ""
+" Summary:\n"
+" phpMyAdmin is intended to handle the administration of MySQL over the "
+"web.\n"
+" For a summary of features, please see the Documentation.txt/.html "
+"file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:47
+#, no-wrap
+msgid ""
+" Download:\n"
+" You can get the newest version at http://www.phpmyadmin.net/.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:50
+#, no-wrap
+msgid ""
+" Credits:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:53
+#, no-wrap
+msgid ""
+" Installation:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:56
+#, no-wrap
+msgid ""
+" ChangeLog:\n"
+" Now in ChangeLog\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:59
+#, no-wrap
+msgid ""
+" Documentation:\n"
+" Basic documentation available in Documentation.txt/.html\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:62
+#, no-wrap
+msgid ""
+" Support:\n"
+" See reference about support forums under http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:66
+#, no-wrap
+msgid ""
+" Enjoy!\n"
+" The phpMyAdmin Devel team\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:74
+#, no-wrap
+msgid ""
+" PS: Please, don't send us emails with question like \"How do I compile\n"
+" PHP with MySQL-support\". We just don't have the time to be your\n"
+" free helpdesk.\n"
+" Please send your questions to the appropriate mailinglists / forums.\n"
+" Before contacting us, please read the Documentation.html (esp. the\n"
+" FAQ part).\n"
+msgstr ""
diff --git a/po/hu.po b/pot/zh_TW-full.pot
similarity index 99%
copy from po/hu.po
copy to pot/zh_TW-full.pot
index 6aeaaac..e0a6cdc 100644
--- a/po/hu.po
+++ b/pot/zh_TW-full.pot
@@ -1,54 +1,31 @@
-# Hungarian translations for phpMyAdmin-docs package
-# Copyright (C) 2009 phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
-# Automatically generated, 2009.
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
+#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs VERSION\n"
+"#-#-#-#-# zh_TW-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-10 09:57+0100\n"
-"PO-Revision-Date: 2009-05-19 09:52+0300\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2010-03-10 13:19+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: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr "<!--"
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr "-->"
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
-"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
-"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
-"a>."
-msgstr ""
+"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(a)lists.sourceforge.net\n"
+"POT-Creation-Date: 2010-03-10 13:11+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"
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
@@ -121,6 +98,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
+#: output/zh_TW/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11272,12 +11250,117 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
+#. type: Content of: <html><body><h1>
+#: output/zh_TW/index-full-template.html:7
+#: output/zh_TW/index-full-template.html:10
+msgid "phpMyAdmin Traditional Chinese Documentation"
+msgstr ""
+
+#. type: Content of: <html><body><p>
+#: output/zh_TW/index-full-template.html:11
+msgid "Documents translated to Traditional Chinese:"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/zh_TW/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/zh_TW/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/zh_TW/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
+msgstr ""
+
+#. type: Content of: <html><body><ul><li>
+#: output/zh_TW/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
+msgstr ""
+
+#. type: Content of: <p>
+#: addendum/head.html:2
+msgid ""
+"This is translated version of a <a href=\"http://www.phpmyadmin.net/"
+"documentation/\">phpMyAdmin documentation</a>. You can contribute to it on "
+"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
+"a>."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
msgid "$Id$"
msgstr ""
#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
#: ../phpmyadmin/README:4
#, no-wrap
msgid ""
@@ -11430,50 +11513,3 @@ msgid ""
" Before contacting us, please read the Documentation.html (esp. the\n"
" FAQ part).\n"
msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
-msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
-msgstr ""
-
-#~ msgid "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-#~ msgstr "PO4A-HEADER:mode=before;position=<!-- \\$Id"
-
-#~ msgid "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
-#~ msgstr ""
-#~ "PO4A-HEADER:mode=after;position=<div id=\"body\">;beginboundary=<ul>"
diff --git a/docs.pot b/pot/zh_TW-html.pot
similarity index 98%
copy from docs.pot
copy to pot/zh_TW-html.pot
index b09d420..582a1e1 100644
--- a/docs.pot
+++ b/pot/zh_TW-html.pot
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR phpMyAdmin devel team
-# This file is distributed under the same license as the phpMyAdmin-docs package.
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin-docs 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-10 09:57+0100\n"
+"POT-Creation-Date: 2010-03-10 13:19+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"
@@ -16,40 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: ENCODING"
-#. type: Plain text
-#: addendum/html_comment:2
-msgid "<!--"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:4
-msgid "This file is generated using po4a, do not edit!"
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:6
-msgid "You can edit po files to change the translation."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:8
-msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr ""
-
-#. type: Plain text
-#: addendum/html_comment:9
-msgid "-->"
-msgstr ""
-
-#. type: Content of: <p>
-#: addendum/html_head:2
-msgid ""
-"This is translated version of a <a "
-"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
-"documentation</a>. You can contribute to it on our <a "
-"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
-msgstr ""
-
#. type: Content of: <html><head><title>
#: ../phpmyadmin/Documentation.html:13
msgid "phpMyAdmin 3.4.0-dev - Documentation"
@@ -120,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
+#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40 output/zh_TW/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
msgstr ""
@@ -11323,207 +11289,41 @@ msgstr ""
msgid "Abdurashid Muhitdinov (cool_zero(a)list.ru"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:2 ../phpmyadmin/TODO:2 ../phpmyadmin/INSTALL:2
-msgid "$Id$"
+#. type: Content of: <html><body><h1>
+#: output/zh_TW/index-full-template.html:7 output/zh_TW/index-full-template.html:10
+msgid "phpMyAdmin Traditional Chinese Documentation"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Readme\n"
-"===================\n"
+#. type: Content of: <html><body><p>
+#: output/zh_TW/index-full-template.html:11
+msgid "Documents translated to Traditional Chinese:"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/README:7
-#, no-wrap
-msgid " A set of PHP-scripts to manage MySQL over the web.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:11
-#, no-wrap
-msgid ""
-" Version 3.4.0-dev\n"
-" -----------------\n"
-" http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:22
-#, no-wrap
-msgid ""
-" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
-" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
-" Olivier Müller <om_at_omnis.ch>\n"
-" Robin Johnson "
-"<robbat2_at_users.sourceforge.net>\n"
-" Alexander M. Turek <me_at_derrabus.de>\n"
-" Michal Čihař <michal_at_cihar.com>\n"
-" Garvin Hicking <me_at_supergarv.de>\n"
-" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
-" Sebastian Mendel "
-"<cybot_tm_at_users.sourceforge.net>\n"
-" [check Documentation.txt/.html file for more "
-"details]\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:26
-#, no-wrap
-msgid ""
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License version 2,\n"
-" as published by the Free Software Foundation.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:31
-#, no-wrap
-msgid ""
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:35
-#, no-wrap
-msgid ""
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
-"USA\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:40
-#, no-wrap
-msgid ""
-" Requirements:\n"
-" php 5.2 or later\n"
-" MySQL 5.0 or later\n"
-" a web-browser (doh!)\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:44
-#, no-wrap
-msgid ""
-" Summary:\n"
-" phpMyAdmin is intended to handle the administration of MySQL over the "
-"web.\n"
-" For a summary of features, please see the Documentation.txt/.html "
-"file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:47
-#, no-wrap
-msgid ""
-" Download:\n"
-" You can get the newest version at http://www.phpmyadmin.net/.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:50
-#, no-wrap
-msgid ""
-" Credits:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:53
-#, no-wrap
-msgid ""
-" Installation:\n"
-" Please see the Documentation.txt/.html file.\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:56
-#, no-wrap
-msgid ""
-" ChangeLog:\n"
-" Now in ChangeLog\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:59
-#, no-wrap
-msgid ""
-" Documentation:\n"
-" Basic documentation available in Documentation.txt/.html\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:62
-#, no-wrap
-msgid ""
-" Support:\n"
-" See reference about support forums under http://www.phpmyadmin.net/\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:66
-#, no-wrap
-msgid ""
-" Enjoy!\n"
-" The phpMyAdmin Devel team\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/README:74
-#, no-wrap
-msgid ""
-" PS: Please, don't send us emails with question like \"How do I compile\n"
-" PHP with MySQL-support\". We just don't have the time to be your\n"
-" free helpdesk.\n"
-" Please send your questions to the appropriate mailinglists / forums.\n"
-" Before contacting us, please read the Documentation.html (esp. the\n"
-" FAQ part).\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Todo\n"
-"=================\n"
-msgstr ""
-
-#. type: Plain text
-#: ../phpmyadmin/TODO:7
-msgid "We are currently using the Sourceforge Tracker as Todo list:"
+#. type: Content of: <html><body><ul><li>
+#: output/zh_TW/index-full-template.html:13
+msgid "<a href=\"INSTALL\">INSTALL</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:9
-#, no-wrap
-msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+#. type: Content of: <html><body><ul><li>
+#: output/zh_TW/index-full-template.html:14
+msgid "<a href=\"TODO\">TODO</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/TODO:10
-msgid "-- swix/20010704"
+#. type: Content of: <html><body><ul><li>
+#: output/zh_TW/index-full-template.html:15
+msgid "<a href=\"README\">README</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:4
-#, no-wrap
-msgid ""
-"phpMyAdmin - Installation\n"
-"-------------------------\n"
+#. type: Content of: <html><body><ul><li>
+#: output/zh_TW/index-full-template.html:16
+msgid "<a href=\"Documentation.html\">Main documentation</a>"
msgstr ""
-#. type: Plain text
-#: ../phpmyadmin/INSTALL:8
-#, no-wrap
+#. type: Content of: <p>
+#: addendum/head.html:2
msgid ""
-"\tPlease have a look to the Documentation.txt or \n"
-"\tDocumentation.html files.\n"
+"This is translated version of a <a "
+"href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
+"documentation</a>. You can contribute to it on our <a "
+"href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
msgstr ""
diff --git a/pot/zh_TW-txt.pot b/pot/zh_TW-txt.pot
new file mode 100644
index 0000000..d84f66c
--- /dev/null
+++ b/pot/zh_TW-txt.pot
@@ -0,0 +1,247 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR the phpMyAdmin project
+# This file is distributed under the same license as the phpMyAdmin documentation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+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 13:11+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"
+
+#. type: Plain text
+#: addendum/comment.html:2
+msgid "<!--"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:4
+msgid "This file is generated using po4a, do not edit!"
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:6
+msgid "You can edit po files to change the translation."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:8
+msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+
+#. type: Plain text
+#: addendum/comment.html:9
+msgid "-->"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:2 ../phpmyadmin/TODO:2 ../phpmyadmin/README:2
+msgid "$Id$"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Installation\n"
+"-------------------------\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/INSTALL:8
+#, no-wrap
+msgid ""
+"\tPlease have a look to the Documentation.txt or \n"
+"\tDocumentation.html files.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Todo\n"
+"=================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:7
+msgid "We are currently using the Sourceforge Tracker as Todo list:"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:9
+#, no-wrap
+msgid " http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/TODO:10
+msgid "-- swix/20010704"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:4
+#, no-wrap
+msgid ""
+"phpMyAdmin - Readme\n"
+"===================\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:7
+#, no-wrap
+msgid " A set of PHP-scripts to manage MySQL over the web.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:11
+#, no-wrap
+msgid ""
+" Version 3.4.0-dev\n"
+" -----------------\n"
+" http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:22
+#, no-wrap
+msgid ""
+" Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>\n"
+" Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>\n"
+" Olivier Müller <om_at_omnis.ch>\n"
+" Robin Johnson "
+"<robbat2_at_users.sourceforge.net>\n"
+" Alexander M. Turek <me_at_derrabus.de>\n"
+" Michal Čihař <michal_at_cihar.com>\n"
+" Garvin Hicking <me_at_supergarv.de>\n"
+" Michael Keck <mkkeck_at_users.sourceforge.net>\n"
+" Sebastian Mendel "
+"<cybot_tm_at_users.sourceforge.net>\n"
+" [check Documentation.txt/.html file for more "
+"details]\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:26
+#, no-wrap
+msgid ""
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License version 2,\n"
+" as published by the Free Software Foundation.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:31
+#, no-wrap
+msgid ""
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:35
+#, no-wrap
+msgid ""
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 "
+"USA\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:40
+#, no-wrap
+msgid ""
+" Requirements:\n"
+" php 5.2 or later\n"
+" MySQL 5.0 or later\n"
+" a web-browser (doh!)\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:44
+#, no-wrap
+msgid ""
+" Summary:\n"
+" phpMyAdmin is intended to handle the administration of MySQL over the "
+"web.\n"
+" For a summary of features, please see the Documentation.txt/.html "
+"file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:47
+#, no-wrap
+msgid ""
+" Download:\n"
+" You can get the newest version at http://www.phpmyadmin.net/.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:50
+#, no-wrap
+msgid ""
+" Credits:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:53
+#, no-wrap
+msgid ""
+" Installation:\n"
+" Please see the Documentation.txt/.html file.\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:56
+#, no-wrap
+msgid ""
+" ChangeLog:\n"
+" Now in ChangeLog\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:59
+#, no-wrap
+msgid ""
+" Documentation:\n"
+" Basic documentation available in Documentation.txt/.html\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:62
+#, no-wrap
+msgid ""
+" Support:\n"
+" See reference about support forums under http://www.phpmyadmin.net/\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:66
+#, no-wrap
+msgid ""
+" Enjoy!\n"
+" The phpMyAdmin Devel team\n"
+msgstr ""
+
+#. type: Plain text
+#: ../phpmyadmin/README:74
+#, no-wrap
+msgid ""
+" PS: Please, don't send us emails with question like \"How do I compile\n"
+" PHP with MySQL-support\". We just don't have the time to be your\n"
+" free helpdesk.\n"
+" Please send your questions to the appropriate mailinglists / forums.\n"
+" Before contacting us, please read the Documentation.html (esp. the\n"
+" FAQ part).\n"
+msgstr ""
hooks/post-receive
--
phpMyAdmin localized documentation
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. a582fd5db0c4222d07bd63a01fab6eeaf70ece68
by Michal Čihař 10 Mar '10
by Michal Čihař 10 Mar '10
10 Mar '10
The branch, master has been updated
via a582fd5db0c4222d07bd63a01fab6eeaf70ece68 (commit)
via 5e37a181ee184c5a4adc0f4447507b9df07f868f (commit)
from 0abbe4c021cd6249b3e75e39b6947a58079b6945 (commit)
- Log -----------------------------------------------------------------
commit a582fd5db0c4222d07bd63a01fab6eeaf70ece68
Author: Michal Čihař <mcihar(a)novell.com>
Date: Wed Mar 10 09:59:54 2010 +0100
Regenerate po files and docs.
commit 5e37a181ee184c5a4adc0f4447507b9df07f868f
Author: shanyan baishui <Siramizu(a)gmail.com>
Date: Wed Mar 10 09:57:22 2010 +0100
Translation update.
-----------------------------------------------------------------------
Summary of changes:
docs.pot | 4 +-
output/cs/Documentation.html | 2 +-
output/en_GB/Documentation.html | 4 +-
output/fr/Documentation.html | 6 +-
output/it/Documentation.html | 2 +-
output/jp/Documentation.html | 2 +-
output/pl/Documentation.html | 2 +-
output/pt_BR/Documentation.html | 2 +-
output/zh_CN/Documentation.html | 734 ++++++++++++++++-----------------------
po/ca.po | 6 +-
po/cs.po | 6 +-
po/de.po | 6 +-
po/en_GB.po | 10 +-
po/es.po | 6 +-
po/fi.po | 6 +-
po/fr.po | 10 +-
po/gl.po | 6 +-
po/hu.po | 6 +-
po/hy.po | 6 +-
po/it.po | 6 +-
po/jp.po | 6 +-
po/ka.po | 6 +-
po/lt.po | 6 +-
po/mn.po | 6 +-
po/nl.po | 6 +-
po/no.po | 6 +-
po/pl.po | 6 +-
po/pt_BR.po | 6 +-
po/ro.po | 6 +-
po/sv.po | 6 +-
po/tr.po | 6 +-
po/zh_CN.po | 437 +++++++++++++++++++++---
po/zh_TW.po | 6 +-
33 files changed, 782 insertions(+), 559 deletions(-)
diff --git a/docs.pot b/docs.pot
index 3f2b991..b09d420 100644
--- a/docs.pot
+++ b/docs.pot
@@ -8,7 +8,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-01 08:21+0100\n"
+"POT-Creation-Date: 2010-03-10 09:57+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"
@@ -9405,7 +9405,7 @@ msgstr ""
#: ../phpmyadmin/Documentation.html:4411
msgid ""
"For more details see <a "
-"href=\"./documentation-gsoc/Synchronization_User%20Manual.htm\">How to "
+"href=\"./documentation-gsoc/Synchronization_User_Manual.htm\">How to "
"synchronize</a>"
msgstr ""
diff --git a/output/cs/Documentation.html b/output/cs/Documentation.html
index cd82e78..c61cc7f 100644
--- a/output/cs/Documentation.html
+++ b/output/cs/Documentation.html
@@ -4520,7 +4520,7 @@ placed on the same server or some remote server.
</p>
<p>For more details see <a
-href="./documentation-gsoc/Synchronization_User%20Manual.htm">How to
+href="./documentation-gsoc/Synchronization_User_Manual.htm">How to
synchronize</a>
</p>
diff --git a/output/en_GB/Documentation.html b/output/en_GB/Documentation.html
index 3947083..d910d00 100644
--- a/output/en_GB/Documentation.html
+++ b/output/en_GB/Documentation.html
@@ -4522,8 +4522,8 @@ placed on the same server or some remote server.
</p>
<p>For more details see <a
-href="./documentation-gsoc/Synchronization_User%20Manual.htm">How to
-synchronise</a>
+href="./documentation-gsoc/Synchronization_User_Manual.htm">How to
+synchronize</a>
</p>
diff --git a/output/fr/Documentation.html b/output/fr/Documentation.html
index 23109c4..72c9bd8 100644
--- a/output/fr/Documentation.html
+++ b/output/fr/Documentation.html
@@ -5358,9 +5358,9 @@ synchroniser vos bases de données situées sur le même serveur ou sur un
serveur distant.
</p>
-<p>Pour plus de détails, consulter l'article <a
-href="./documentation-gsoc/Synchronization_User%20Manual.htm">Comment
-synchroniser</a>.
+<p>For more details see <a
+href="./documentation-gsoc/Synchronization_User_Manual.htm">How to
+synchronize</a>
</p>
diff --git a/output/it/Documentation.html b/output/it/Documentation.html
index d0078ec..52897e3 100644
--- a/output/it/Documentation.html
+++ b/output/it/Documentation.html
@@ -4562,7 +4562,7 @@ placed on the same server or some remote server.
</p>
<p>For more details see <a
-href="./documentation-gsoc/Synchronization_User%20Manual.htm">How to
+href="./documentation-gsoc/Synchronization_User_Manual.htm">How to
synchronize</a>
</p>
diff --git a/output/jp/Documentation.html b/output/jp/Documentation.html
index 79f9265..41469ff 100644
--- a/output/jp/Documentation.html
+++ b/output/jp/Documentation.html
@@ -4338,7 +4338,7 @@ placed on the same server or some remote server.
</p>
<p>For more details see <a
-href="./documentation-gsoc/Synchronization_User%20Manual.htm">How to
+href="./documentation-gsoc/Synchronization_User_Manual.htm">How to
synchronize</a>
</p>
diff --git a/output/pl/Documentation.html b/output/pl/Documentation.html
index edbb056..5fa319c 100644
--- a/output/pl/Documentation.html
+++ b/output/pl/Documentation.html
@@ -4559,7 +4559,7 @@ placed on the same server or some remote server.
</p>
<p>For more details see <a
-href="./documentation-gsoc/Synchronization_User%20Manual.htm">How to
+href="./documentation-gsoc/Synchronization_User_Manual.htm">How to
synchronize</a>
</p>
diff --git a/output/pt_BR/Documentation.html b/output/pt_BR/Documentation.html
index 5cd3176..6cde0cb 100644
--- a/output/pt_BR/Documentation.html
+++ b/output/pt_BR/Documentation.html
@@ -4543,7 +4543,7 @@ placed on the same server or some remote server.
</p>
<p>For more details see <a
-href="./documentation-gsoc/Synchronization_User%20Manual.htm">How to
+href="./documentation-gsoc/Synchronization_User_Manual.htm">How to
synchronize</a>
</p>
diff --git a/output/zh_CN/Documentation.html b/output/zh_CN/Documentation.html
index 7a0e4ce..0fce3bd 100644
--- a/output/zh_CN/Documentation.html
+++ b/output/zh_CN/Documentation.html
@@ -2404,26 +2404,20 @@ values">CSV</abbr> 和其他类型的导出文件? 我设置了相关选项但
的<tt>gzencode()</tt> 和 <tt>bzcompress()</tt> 函数。因此,你需要将 PHP4 升级到
>= 4.0.4 版本,并打开 Zlib/Bzip2 支持(编译选项:<tt>--with-zlib</tt> and
<tt>--with-bz2</tt>)。<br />
- We faced PHP crashes when trying to download a dump with MS Internet
-Explorer when phpMyAdmin is run with a release candidate of PHP 4.2.0. In
-this case you should switch to the release version of PHP 4.2.0.</p>
+ 使用 Internet Explorer 下载转储时 PHP 崩溃,如果您正在使用 PHP 4.2.0 候选发行版本,请将其升级到 4.2.0 稳定版。</p>
<h4 id="faq1_8">
- <a href="#faq1_8">1.8 I cannot insert a text file in a table, and I get an
-error about safe mode being in effect.</a></h4>
-
-<p> Your uploaded file is saved by PHP in the "upload dir", as defined
-in <i>php.ini</i> by the variable <tt>upload_tmp_dir</tt> (usually the
-system default is <i>/tmp</i>).<br />
- We recommend the following setup for Apache servers running in safe mode, to
-enable uploads of files while being reasonably secure:</p>
-
-<ul><li>create a separate directory for uploads: <tt>mkdir /tmp/php</tt></li>
- <li>give ownership to the Apache server's user.group: <tt>chown apache.apache
-/tmp/php</tt></li>
- <li>give proper permission: <tt>chmod 600 /tmp/php</tt></li>
- <li>put <tt>upload_tmp_dir = /tmp/php</tt> in <i>php.ini</i></li>
- <li>restart Apache</li>
+ <a href="#faq1_8">1.8 我无法向表中插入文本文件,并且有错误提示说这是因为在安全模式无法进行这样的操作。</a></h4>
+
+<p> 您上传的文件被保存在 "上传目录",这个目录可以在 <i>php.ini</i> 中设置(默认设置是 <i>/tmp</i>)。<br />
+ 我们推荐您按照下面的步骤将 Apache 服务器配置在安全模式下运行,这可以保证安全的前提下允许上传文件(本操作仅适用于类 Unix 操作系统):</p>
+
+<ul><li>创建一个用于临时保存上传文件的目录:<tt>mkdir /tmp/php</tt></li>
+ <li>将这个目录的所有权更改为 Apache 用户组:<tt>chown apache.apache /tmp/php</tt></li>
+ <li>设置权限:<tt>chmod 600 /tmp/php</tt></li>
+ <li>修改 <i>php.ini</i> 文件,将 <tt>upload_tmp_dir</tt> 设置为
+<tt>/tmp/php</tt>(如果没有这一行,请自行添加)</li>
+ <li>重新启动 Apache</li>
</ul>
<h4 id="faq1_9">
@@ -2431,117 +2425,95 @@ enable uploads of files while being reasonably secure:</p>
file uploads don't work on my system and uploaded files have a
<tt>Content-Type:</tt> header in the first line.</a></h4>
-<p> It's not really phpMyAdmin related but RedHat 7.0. You have a RedHat 7.0 and
-you updated your PHP RPM to php-4.0.4pl1-3.i386.rpm, didn't you?<br />
- So the problem is that this package has a serious bug that was corrected
-ages ago in PHP (2001-01-28: see <a
-href="http://www.php.net/bugs.php?id=8966">PHP's bug tracking system</a> for
-more details). The problem is that the bugged package is still available
-though it was corrected (see <a
-href="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=24933">RedHat's
-BugZilla</a> for more details).<br />
- So please download <a
-href="http://www.redhat.com/swr/i386/php-4.0.4pl1-9.i386.html">the fixed
-package (4.0.4pl1-9)</a> and the problem should go away.<br />
- And that fixes the \r\n problem with file uploads!</p>
+<p> 这不是 phpMyAdmin 的问题,而是 RedHat 7.0 的问题。您是不是在使用 RedHat 7.0 并使用
+php-4.0.4pl1-3.i386.rpm 更新了你的 PHP?<br />
+ 这个问题是由一个很古老的 PHP 严重错误引起的(于 2001年1月28日,见:<a
+href="http://www.php.net/bugs.php?id=8966">PHP 错误追踪系统</a>)。虽然这个 PHP
+错误早已修复了,但是软件源中仍保留着有这个错误的软件包(见 <a
+href="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=24933">RedHat
+错误追踪系统</a>,于是就引发了您遇到的问题。<br />
+ 要解决此问题,请下载<a
+href="http://www.redhat.com/swr/i386/php-4.0.4pl1-9.i386.html">修复软件包(4.0.4pl1-9)</a>进行安装。<br />
+ 安装之后,就能解决您遇到的问题。</p>
<h4 id="faq1_10">
- <a href="#faq1_10">1.10 I'm having troubles when uploading files with
-phpMyAdmin running on a secure server. My browser is Internet Explorer and
-I'm using the Apache server.</a></h4>
+ <a href="#faq1_10">1.10 我在上传文件的时候遇到了问题,phpMyAdmin 运行在安全服务器上,服务器软件是
+Apache,我使用的浏览器是 Internet Explorer。</a></h4>
-<p> As suggested by "Rob M" in the phpWizard forum, add this line to
-your <i>httpd.conf</i>:</p>
+<p> "Rob M" 在 PHP 帮助论坛给出了解决方法:将下面一行加入到您的 <i>httpd.conf</i> 文件中</p>
<pre>SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown</pre>
-<p> It seems to clear up many problems between Internet Explorer and SSL.</p>
+<p> 该方法似乎可以解决许多使用 Internet Explorer 或 SSL 时遇到的问题。</p>
<h4 id="faq1_11">
- <a href="#faq1_11">1.11 I get an 'open_basedir restriction' while uploading
-a file from the query box.</a></h4>
+ <a href="#faq1_11">1.11 我试图从查询窗口上传文件时发生了错误,错误信息是 '开放目录限制'(open_basedir
+restriction) </a></h4>
-<p> Since version 2.2.4, phpMyAdmin supports servers with open_basedir
-restrictions. However you need to create temporary directory and configure
-it as <a href="#cfg_TempDir" class="configrule">$cfg['TempDir']</a>. The
-uploaded files will be moved there, and after execution of your <abbr
-title="structured query language">SQL</abbr> commands, removed.</p>
+<p> 从 2.2.4 版本开始,phpMyAdmin 支持服务器上的开放目录限制(open_basedir
+restrictions)。但是,你需要进行设置才能使用此功能。请创建一个临时目录,并将 <a href="#cfg_TempDir"
+class="configrule">$cfg['TempDir']</a> 设置为临时目录的路径。您上传的文件将会被临时存放在此目录下,SQL
+语句执行完毕以后,临时文件就会被删除。</p>
<h4 id="faq1_12">
- <a href="#faq1_12">1.12 I have lost my MySQL root password, what can I
-do?</a></h4>
+ <a href="#faq1_12">1.12 我忘了 MySQL 的 root 密码,怎么办?</a></h4>
-<p> The MySQL manual explains how to <a
-href="http://www.mysql.com/doc/R/e/Resetting_permissions.html"> reset the
-permissions</a>.</p>
+<p> 请参考 MySQL 手册:<a
+href="http://www.mysql.com/doc/R/e/Resetting_permissions.html">重设权限</a>.</p>
<h4 id="faq1_13">
- <a href="#faq1_13">1.13 I get an error 'No <abbr title="structured query
-language">SQL</abbr> query' when trying to execute a bookmark.</a></h4>
+ <a href="#faq1_13">1.13 在我试图运行一条书签的时候,得到了如下错误信息:'没有 <abbr title="structured
+query language">SQL</abbr> 查询'</a></h4>
-<p> If PHP does not have read/write access to its <tt>upload_tmp_dir</tt>, it
-cannot access the uploaded query.</p>
+<p> 如果 PHP 对 <tt>upload_tmp_dir</tt> 目录没有读写权限,phpMyAdmin 将无法读取您上传的查询。</p>
<h4 id="faq1_14">
<a href="#faq1_14">1.14 I get an error 'No <abbr title="structured query
language">SQL</abbr> query' when trying to submit a query from the
convenient text area.</a></h4>
-<p> Check the <tt>post_max_size</tt> directive from your PHP configuration file
-and try to increase it.</p>
+<p> 检查 <tt>post_max_size</tt> 有没有在 PHP 的配置文件中显式指定,如果有,试着增加其大小。</p>
<h4 id="faq1_15">
- <a href="#faq1_15">1.15 I have problems with <i>mysql.user</i> field
-names.</a>
+ <a href="#faq1_15">1.15 我在 <i>mysql.user</i> field names 上遇到了问题。</a>
</h4>
-<p> In previous MySQL versions, the <tt>User</tt> and <tt>Password</tt> fields
-were named <tt>user</tt> and <tt>password</tt>. Please modify your field
-names to align with current standards.</p>
+<p> 在较老的 MySQL 版本中,<tt>User</tt> 和 <tt>Password</tt> 字段分别被命名为 <tt>user</tt> 和
+<tt>password</tt>。请修改您的字段名中的大小写使其符合标准。</p>
<h4 id="faq1_16">
- <a href="#faq1_16">1.16 I cannot upload big dump files (memory, <abbr
-title="HyperText Transfer Protocol">HTTP</abbr> or timeout problems).</a>
+ <a href="#faq1_16">1.16 我无法上传转储文件,上传时遇到了内存、 <abbr title="HyperText Transfer
+Protocol">HTTP</abbr> 、超时等方面的错误).</a>
</h4>
-<p> Starting with version 2.7.0, the import engine has been re–written and
-these problems should not occur. If possible, upgrade your phpMyAdmin to the
-latest version to take advantage of the new import features.</p>
-
-<p> The first things to check (or ask your host provider to check) are the
-values of <tt>upload_max_filesize</tt>, <tt>memory_limit</tt> and
-<tt>post_max_size</tt> in the <i>php.ini</i> configuration file. All of
-these three settings limit the maximum size of data that can be submitted
-and handled by PHP. One user also said that post_max_size and memory_limit
-need to be larger than upload_max_filesize.<br /> <br />
-
- There exist several workarounds if your upload is too big or your hosting
-provider is unwilling to change the settings:</p>
-
-<ul><li>Look at the <a href="#cfg_UploadDir"
-class="configrule">$cfg['UploadDir']</a> feature. This allows one to upload
-a file to the server via scp, ftp, or your favorite file transfer
-method. PhpMyAdmin is then able to import the files from the temporary
-directory. More information is available in the <a
-href="#config">Configuration section</a> of this document.</li>
- <li>Using a utility (such as <a href="http://www.ozerov.de/bigdump.php">
-BigDump</a>) to split the files before uploading. We cannot support this or
-any third party applications, but are aware of users having success with it.</li>
- <li>If you have shell (command line) access, use MySQL to import the files
-directly. You can do this by issuing the "source" command from
-within MySQL: <tt>source <i>filename.sql</i></tt>.</li>
+<p> phpMyAdmin 在 2.7.0 重写了导入引擎,并修复了以上问题。如果可能,请升级 phpMyAdmin 到最新版本,并体验 phpMyAdmin
+新版给您带来的新特性。</p>
+
+<p> 请检查 <i>php.ini</i> 文件中的 <tt>upload_max_filesize</tt>、 <tt>memory_limit</tt>
+以及 <tt>post_max_size</tt> 的设置值。这三个选项都会影响您可以上传的文件大小和 PHP
+能够处理的文件大小。如果您没有服务器管理权,请联系服务器管理员(或服务器提供商)检查这几项设置。另外,有用户反应 post_max_size 和
+memory_limit 的设置值必须比 upload_max_filesize 的设置值大。<br /> <br />
+
+ 如果您上传的文件很大,或者服务器管理员或提供商不愿意修改以上几个设置,请参考下面的解决方法:</p>
+
+<ul><li>设置 <a href="#cfg_UploadDir"
+class="configrule">$cfg['UploadDir']</a>。设置该值后,您可以使用 SCP、FTP
+或其他您喜欢的上传方式,将文件上传到临时目录,之后让 phpMyAdmin 从临时目录中读取文件。详细说明请参考本手册的<a
+href="#config">设置</a> 一节。</li>
+ <li>使用第三方工具(如 <a href="http://www.ozerov.de/bigdump.php">
+BigDump</a>)来将上传文件分割成小文件。phpMyAdmin 能够处理分割文件。但是,我们担心用户是否知道应该如何进行文件分割操作。</li>
+ <li>如果您能够使用 MySQL 的命令行,您可以直接在命令行中导入文件。您可以使用 MySQL 的 source 命令来导入文件,例如:<tt>source
+<i>filename.sql</i></tt>。</li>
</ul>
<h4 id="faq1_17">
- <a id="faqmysqlversions" href="#faq1_17">1.17 Which MySQL versions does
-phpMyAdmin support?</a></h4>
-
-<p> Since phpMyAdmin 3.0.x, only MySQL 5.0.1 and newer are supported. For older
-MySQL versions, you need to use 2.8.x branch. phpMyAdmin can connect to your
-MySQL server using PHP's classic <a href="http://php.net/mysql">MySQL
-extension</a> as well as the <a href="http://php.net/mysqli">improved MySQL
-extension (MySQLi)</a> that is available in php 5.0. The latter one should
-be used unless you have good reason not to do so.<br />
+ <a id="faqmysqlversions" href="#faq1_17">1.17 phpMyAdmin 支持什么版本的 MySQL?</a></h4>
+
+<p> 从 phpMyAdmin 3.0.x 开始,我们只支持 MySQL 5.0.1 或更新的 MySQL 版本。对于过去的 MySQL 版本,您必须使用
+phpMyAdmin 2.8.x 分支版本。这是因为,由于 PHP 的 <a href="http://php.net/mysql">MySQL
+扩展</a>升级到 MySQLi(<a href="http://php.net/mysqli">improved MySQL extension
+</a>),新版的 phpMyAdmin 使用 MySQLi 而无法连接到旧版的 MySQL。MySQLi 比传统的 MySQL
+扩展更好,如果没有特殊的原因,我们没理由使用以前的 MySQL 扩展。<br />
When compiling php, we strongly recommend that you manually link the MySQL
extension of your choice to a MySQL client library of at least the same
minor version since the one that is bundled with some PHP distributions is
@@ -2553,9 +2525,8 @@ instead of the MySQL / MySQLi extensions that are bundled with the official
php Win32 builds.</p>
<h5 id="faq1_17a">
- <a href="#faq1_17a">1.17a I cannot connect to the MySQL server. It always
-returns the error message, "Client does not support authentication
-protocol requested by server; consider upgrading MySQL client"</a></h5>
+ <a href="#faq1_17a">1.17a 我无法连接到 MySQL
+服务器,它总是提示这个错误:"客户端不支持服务器要求的认证方式,请升级 MySQL 客户端"</a></h5>
<p> You tried to access MySQL with an old MySQL client library. The version of
your MySQL client library can be checked in your phpinfo() output. In
@@ -2563,157 +2534,130 @@ general, it should have at least the same minor version as your server - as
mentioned in <a href="#faq1_17"> <abbr title="Frequently Asked
Questions">FAQ</abbr> 1.17</a>.<br /><br />
- This problem is generally caused by using MySQL version 4.1 or newer. MySQL
-changed the authentication hash and your PHP is trying to use the old
-method. The proper solution is to use the <a
-href="http://www.php.net/mysqli">mysqli extension</a> with the proper client
-library to match your MySQL installation. Your chosen extension is specified
-in <a href="#cfg_Servers_extension"
-class="configrule">$cfg['Servers'][$i]['extension']</a>. More information
-(and several workarounds) are located in the <a
-href="http://dev.mysql.com/doc/mysql/en/old-client.html">MySQL
-Documentation</a>.
+ 通常在使用 MySQL 4.1 版本时会遇到此问题。MySQL 改变了认证过程中的哈希值,但 PHP 仍使用旧的方法计算此值。要解决此问题,请使用 <a
+href="http://www.php.net/mysqli">mysqli 扩展</a>和与 MySQL 服务器相容的客户端库。您可以在 <a
+href="#cfg_Servers_extension"
+class="configrule">$cfg['Servers'][$i]['extension']</a> 设置中设置使用
+MySQLi。有关更多内容请阅读<a
+href="http://dev.mysql.com/doc/mysql/en/old-client.html">MySQL 手册</a>。
</p>
<h4 id="faq1_18">
- <a href="#faq1_18">1.18 I'm running MySQL <= 4.0.1 having
-<tt>lower_case_table_names</tt> set to 1. If I create a new table with a
-capital letter in its name it is changed to lowercase as it should. But if I
-try to DROP this table MySQL is unable to find the corresponding file.</a></h4>
+ <a href="#faq1_18">1.18 我正在使用 MySQL <= 4.0.1 并将
+<tt>lower_case_table_names</tt> 设置到了1。在我使用大写字符创建一个表时,MySQL
+创建了一个表名为全小写的表。但当我删除这个表时, MySQL 却无法找到对应的表文件。</a></h4>
-<p> This is a bug of MySQL <= 4.0.1. Please upgrade to at least
-MySQL 4.0.2 or turn off your <tt>lower_case_table_names</tt> directive.</p>
+<p> 这是 MySQL <= 4.0.1 的一个错误。请将您的 MySQL 升级到 MySQL 4.0.2
+版本,或者显式关闭 <tt>lower_case_table_names</tt> 选项。</p>
<h4 id="faq1_19">
- <a href="#faq1_19">1.19 I can't run the "display relations"
-feature because the script seems not to know the font face I'm using!</a></h4>
+ <a href="#faq1_19">1.19 我无法使用"显示关系"功能。似乎脚本不认识我正在使用的字体。</a></h4>
-<p> The "FPDF" library we're using for this feature requires some
-special files to use font faces.<br />
- Please refers to the <a href="http://www.fpdf.org/">FPDF manual</a> to build
-these files.</p>
+<p> 在此功能中我们使用了 "FPDF" 库,该库还需要其他的一些文件才能使用自定义字体(font faces)。<br />
+ 请参考 <a href="http://www.fpdf.org/">FPDF 手册</a> 来生成这些必要的文件。</p>
<h4 id="faqmysql">
- <a href="#faqmysql">1.20 I receive the error "cannot load MySQL
-extension, please check PHP Configuration".</a></h4>
+ <a href="#faqmysql">1.20 我得到了这样的错误信息: "无法载入 MySQL 扩展,请检查 PHP
+配置"。</a></h4>
-<p> To connect to a MySQL server, PHP needs a set of MySQL functions called
-"MySQL extension". This extension may be part of the PHP
-distribution (compiled-in), otherwise it needs to be loaded dynamically. Its
-name is probably <i>mysql.so</i> or <i>php_mysql.dll</i>. phpMyAdmin tried
-to load the extension but failed.<br /><br />
+<p> 要连接到 MySQL 服务器,PHP 需要使用 MySQL 扩展中相关的 MySQL 函数。这个扩展应该需要编译到 PHP
+中,或者以动态方式加载。如果是以动态方式加载,动态库的文件有可能是 <i>mysql.so</i> 或
+<i>php_mysql.dll</i>。phpMyAdmin 试图加载动态库文件,但加载失败了。<br /><br />
- Usually, the problem is solved by installing a software package called
-"PHP-MySQL" or something similar.</p>
+ 通常情况下,安装 "PHP-MySQL" 或者其他类似的软件包即可解决此问题。</p>
<h4 id="faq1_21">
- <a href="#faq1_21">1.21 I am running the <abbr title="Common Gateway
-Interface">CGI</abbr> version of PHP under Unix, and I cannot log in using
-cookie auth.</a></h4>
+ <a href="#faq1_21">1.21 我在 Unix 下以 <abbr title="Common Gateway
+Interface">CGI</abbr> 方式运行 PHP,但却无法使用 cookie 认证方式来登录。</a></h4>
-<p> In <i>php.ini</i>, set <tt>mysql.max_links</tt> higher than 1.</p>
+<p> 在 <i>php.ini</i> 文件中将 <tt>mysql.max_links</tt> 设为比1大的值。</p>
<h4 id="faq1_22">
- <a href="#faq1_22">1.22 I don't see the "Location of text file"
-field, so I cannot upload.</a></h4>
+ <a href="#faq1_22">1.22 我找不到 "选择文件" 的按钮,那该怎么上传文件?</a></h4>
-<p> This is most likely because in <i>php.ini</i>, your <tt>file_uploads</tt>
-parameter is not set to "on".</p>
+<p> 通常这是因为您没有在 <i>php.ini</i> 中将 <tt>file_uploads</tt> 选项设置为 "on"。</p>
<h4 id="faq1_23">
- <a href="#faq1_23">1.23 I'm running MySQL on a Win32 machine. Each time I
-create a new table the table and field names are changed to lowercase!</a></h4>
+ <a href="#faq1_23">1.23 我在 Win32 系统上使用
+MySQL,每次我创建表的时候表名都会被自动设为全小写,这是怎么回事?</a></h4>
-<p> This happens because the MySQL directive <tt>lower_case_table_names</tt>
-defaults to 1 (<tt>ON</tt>) in the Win32 version of MySQL. You can change
-this behavior by simply changing the directive to 0 (<tt>OFF</tt>):<br />
- Just edit your <tt>my.ini</tt> file that should be located in your Windows
-directory and add the following line to the group [mysqld]:</p>
+<p> 这是因为 Win32 版本的 MySQL 默认将 <tt>lower_case_table_names</tt>
+设置为1(<tt>ON</tt>)。您可以将此设置显式地设为0(也就是<tt>OFF</tt>)来解决这个问题:<br />
+ 打开 <tt>my.ini</tt> 文件,这个文件应该在您的 Windows 目录下,在“[mysqld]”后一行增加:</p>
<pre>set-variable = lower_case_table_names=0</pre>
-<p> Next, save the file and restart the MySQL service. You can always check the
-value of this directive using the query</p>
+<p> 然后,重新启动 MySQL。您也可以使用如下的查询语句来查询此设置值:</p>
<pre>SHOW VARIABLES LIKE 'lower_case_table_names';</pre>
<h4 id="faq1_24">
- <a href="#faq1_24">1.24 Some characters are being truncated in my queries,
-or I get characters randomly added. I am running PHP 4.2.3.</a></h4>
+ <a href="#faq1_24">1.24 我的查询语句中被加入了奇怪的字符,有时语句还会变得缺胳膊少腿的。我使用的 PHP 版本是
+4.2.3。</a></h4>
-<p> This is a <a href="http://bugs.php.net/bug.php?id=19404">PHP 4.2.3 bug</a>.
+<p> 这是一个 <a href="http://bugs.php.net/bug.php?id=19404">PHP 4.2.3 的错误 </a>.
</p>
<h4 id="faq1_25">
- <a href="#faq1_25">1.25 I am running Apache with mod_gzip-1.3.26.1a on
-Windows XP, and I get problems, such as undefined variables when I run a
-<abbr title="structured query language">SQL</abbr> query.</a></h4>
+ <a href="#faq1_25">1.25 我在 Windows XP 上使用 Apache,并加载了mod_gzip-1.3.26.1a。在运行
+<abbr title="structured query language">SQL</abbr> 查询时出现了类似变量未定义的错误。</a></h4>
-<p> A tip from Jose Fandos: put a comment on the following two lines in
-httpd.conf, like this:</p>
+<p> Jose Fandos 给出的解决方法:在 httpd.conf 中增加下面两行:</p>
<pre>
# mod_gzip_item_include file \.php$
# mod_gzip_item_include mime "application/x-httpd-php.*"
</pre>
-<p> as this version of mod_gzip on Apache (Windows) has problems handling PHP
-scripts. Of course you have to restart Apache.</p>
+<p> 该 Windows 版本的 Apache mod_gzip 模块在处理 PHP 脚本时有些小问题。修改 httpd.conf 后,请重新启动
+Apache。</p>
<h4 id="faq1_26">
- <a href="#faq1_26">1.26 I just installed phpMyAdmin in my document root of
-<abbr title="Internet Information Services">IIS</abbr> but I get the error
-"No input file specified" when trying to run phpMyAdmin.</a></h4>
+ <a href="#faq1_26">1.26 我将 phpMyAdmin 安装在了 <abbr title="Internet Information
+Services">IIS</abbr> 根目录下,在我打开 phpMyAdmin 页面时,却出现了这样的错误:"No input file
+specified"</a> <!--“No input file specified”这个提示是 IIS
+给出的,即使是中文版的IIS,也会给出英文提示,所以这里不翻译IIS的提示。——译者greensea注 --></h4>
-<p> This is a permission problem. Right-click on the phpmyadmin folder and
-choose properties. Under the tab Security, click on "Add" and
-select the user "IUSR_machine" from the list. Now set his
-permissions and it should work.</p>
+<p> 这是一个权限问题。右键单击 phpMyAdmin 目录,选择 属性-->-->安全-->增加,然后选择在用户列表中选择
+IUSR_machine 用户,赋予其权限,即可解决此问题。</p>
<h4 id="faq1_27">
- <a href="#faq1_27">1.27 I get empty page when I want to view huge page (eg.
-db_structure.php with plenty of tables).</a></h4>
+ <a href="#faq1_27">1.27 当我打开一个很大的页面时,页面显示空白(如 db_structure.php
+页面中显示了很多表的时候)</a></h4>
-<p> This is a <a href="http://bugs.php.net/21079">PHP bug</a> that occur when
-GZIP output buffering is enabled. If you turn off it (by <a
-href="#cfg_OBGzip" class="configrule">$cfg['OBGzip'] = false</a> in
-<i>config.inc.php</i>), it should work. This bug will be fixed in
-PHP 5.0.0.</p>
+<p> 这是一个 <a href="http://bugs.php.net/21079">PHP 错误</a>,该错误会在打开 GZIP
+输出的时候发生。如果您在 <i>config.inc.php</i> 中修改 <a href="#cfg_OBGzip"
+class="configrule">$cfg['OBGzip'] = false</a> 选项来关闭这个功能,就能解决此问题。这个错误将会在
+PHP 5.0.0 版本中修复。</p>
<h4 id="faq1_28">
- <a href="#faq1_28">1.28 My MySQL server sometimes refuses queries and
-returns the message 'Errorcode: 13'. What does this mean?</a></h4>
+ <a href="#faq1_28">1.28 我的 MySQL 服务器偶尔会返回 'Errorcode: 13'
+这样的错误信息,这是神么意思?</a></h4>
-<p> This can happen due to a MySQL bug when having database / table names with
-upper case characters although <tt>lower_case_table_names</tt> is set to 1.
-To fix this, turn off this directive, convert all database and table names
-to lower case and turn it on again. Alternatively, there's a bug-fix
-available starting with MySQL 3.23.56 / 4.0.11-gamma.</p>
+<p> 这个错误可能是因为 <tt>lower_case_table_names</tt> 被设为了1,而数据库中存在表名为大写的表,这是 MySQL
+的一个错误。要解决此问题,请先显示地将 <tt>lower_case_table_names</tt> 设为
+false,然后将所有表名改为小写,最后再重新将 <tt>lower_case_table_names</tt> 设为 true。MySQL
+3.23.56 / 4.0.11-gamma 版本已经修复了这个问题。</p>
<h4 id="faq1_29">
- <a href="#faq1_29">1.29 When I create a table or modify a field, I get an
-error and the fields are duplicated.</a></h4>
+ <a href="#faq1_29">1.29 当我创建一个表或修改一个字段的时候,会发生错误,同时,字段名也会被损坏。</a></h4>
-<p> It is possible to configure Apache in such a way that PHP has problems
-interpreting .php files.</p>
+<p> 这可能是因为没有正确配置 Apache 而导致 PHP 无法正确解释 .php 文件。</p>
-<p> The problems occur when two different (and conflicting) set of directives
-are used:</p>
+<p> 该问题的产生,可能是因为在 Apache 的配置文件中显式地指定了两组互相冲突的设置:</p>
<pre>
SetOutputFilter PHP
SetInputFilter PHP
</pre>
-<p> and</p>
+<p> 和</p>
<pre>AddType application/x-httpd-php .php</pre>
-<p> In the case we saw, one set of directives was in
-<tt>/etc/httpd/conf/httpd.conf</tt>, while the other set was in
-<tt>/etc/httpd/conf/addon-modules/php.conf</tt>.<br />
- The recommended way is with <tt>AddType</tt>, so just comment out the first
-set of lines and restart Apache:</p>
+<p> 上面两组设置,有一组位于 <tt>/etc/httpd/conf/httpd.conf</tt> 中,另一组位于
+<tt>/etc/httpd/conf/addon-modules/php.conf</tt> 中。<br />
+ 推荐的设置是使用 AddType,所以,我们可以注释掉另外一组设置,就象这样:</p>
<pre>
#SetOutputFilter PHP
@@ -2724,63 +2668,49 @@ set of lines and restart Apache:</p>
<a href="#faq1_30">1.30 I get the error "navigation.php: Missing
hash".</a></h4>
-<p> This problem is known to happen when the server is running Turck MMCache but
-upgrading MMCache to version 2.3.21 solves the problem.</p>
+<p> 产正这个问题的原因是您的服务器上运行着 Turck MMCache,升级 MMCache 到 2.3.21 版本就可解决此问题。</p>
<h4 id="faq1_31">
- <a href="#faq1_31">1.31 Does phpMyAdmin support php5?</a></h4>
+ <a href="#faq1_31">1.31 phpMyAdmin 支持 PHP5 吗?</a></h4>
-<p>Yes.</p>
+<p>当然支持。</p>
<p>
- Since release 3.0 only PHP 5.2 and newer. For older PHP versions 2.9 branch
-is still maintained.
+ phpMyAdmin 3.0 及之后的版本只能在 PHP 5.2 或更新的版本上运行。对于旧版本的 PHP,请使用 phpMyAdmin 2.9
+版本分支,这个分支版本目前还在维护中。
</p>
<h4 id="faq1_32">
- <a href="#faq1_32">1.32 Can I use <abbr title="HyperText Transfer
-Protocol">HTTP</abbr> authentication with <abbr title="Internet Information
-Services">IIS</abbr>?</a></h4>
-
-<p> Yes. This procedure was tested with phpMyAdmin 2.6.1, PHP 4.3.9 in <abbr
-title="Internet Server Application Programming Interface">ISAPI</abbr> mode
-under <abbr title="Internet Information Services">IIS</abbr> 5.1.</p>
-
-<ol><li>In your <tt>php.ini</tt> file, set <tt>cgi.rfc2616_headers = 0</tt></li>
- <li>In <tt>Web Site Properties -> File/Directory Security -> Anonymous
-Access</tt> dialog box, check the <tt>Anonymous access</tt> checkbox and
-uncheck any other checkboxes (i.e. uncheck <tt>Basic authentication</tt>,
-<tt>Integrated Windows authentication</tt>, and <tt>Digest</tt> if it's
-enabled.) Click <tt>OK</tt>.</li>
- <li>In <tt>Custom Errors</tt>, select the range of <tt>401;1</tt> through
-<tt>401;5</tt> and click the <tt>Set to Default</tt> button.</li>
+ <a href="#faq1_32">1.32 我能在 <abbr title="Internet Information
+Services">IIS</abbr> 服务器上使用 <abbr title="HyperText Transfer
+Protocol">HTTP</abbr> 认证吗?</a></h4>
+
+<p> 可以。我们在 IIS 5.1 上以 ISAPI 方式加载 PHP 4.3.9,使用 phpMyAdmin 2.6.1 版本进行测试,结果可以正常使用
+phpMyAdmin。</p>
+
+<ol><li>请在 <tt>php.ini</tt> 文件中将 <tt>cgi.rfc2616_headers</tt> 设为0。</li>
+ <li>打开<tt>站点属性——>目录安全性——>匿名访问</tt>对话框,选中“启用匿名访问“,并去掉“基本身份验证“”集成 Windows
+身份验证“和“Windows 域服务器的摘要试身份验证“以及其他的复选框。</li>
+ <li>在<tt>自定义错误</tt>选项卡中,选中<tt>401;1</tt>到<tt>401;5</tt>条目,然后点击<tt>设为默认</tt>按钮。</li>
</ol>
<h4 id="faq1_33">
- <a href="#faq1_33">1.33 Is there a problem with the mysqli extension when
-running PHP 5.0.4 on 64-bit systems?</a></h4>
+ <a href="#faq1_33">1.33 在 64 位系统上能正常使用 MySQLi 扩展吗?我的 PHP 版本是 5.0.4。</a></h4>
-<p> Yes. This problem affects phpMyAdmin ("Call to undefined function
-pma_reloadnavigation"), so upgrade your PHP to the next version.</p>
+<p> 不能。在这种情况下 phpMyAdmin 会出错(" 调用了未定义的函数:pma_reloadnavigation")。请升级您的
+PHP。</p>
<h4 id="faq1_34">
- <a href="#faq1_34">1.34 Can I access directly to database or table
-pages?</a></h4>
-
-<p> Yes. Out of the box, you can use <abbr title="Uniform Resource
-Locator">URL</abbr>s like
-http://server/phpMyAdmin/index.php?server=X&db=database&table=table&target=script.
-For <tt>server</tt> you use the server number which refers to the order of
-the server paragraph in <tt>config.inc.php</tt>. Table and script parts are
-optional. If you want http://server/phpMyAdmin/database[/table][/script]
-<abbr title="Uniform Resource Locator">URL</abbr>s, you need to do some
-configuration. Following lines apply only for <a
-href="http://httpd.apache.org">Apache</a> web server. First make sure, that
-you have enabled some features within global configuration. You need
-<code>Options FollowSymLinks</code> and <code>AllowOverride FileInfo</code>
-enabled for directory where phpMyAdmin is installed and you need mod_rewrite
-to be enabled. Then you just need to create following <code>.htaccess</code>
-file in root folder of phpMyAdmin installation (don't forget to change
-directory name inside of it):</p>
+ <a href="#faq1_34">1.34 我能直接输入网址来显示数据库和表吗?</a></h4>
+
+<p> 当然可以。您可以直接输入类似
+http://server/phpMyAdmin/index.php?server=X&db=database&table=table&target=script
+的 <abbr title="Uniform Resource Locator">URL</abbr>。其中,server 域指定了您在
+<tt>config.inc.php</tt> 中设置的服务器编号。table 和 script 域是可选的。如果您想使用类似
+http://server/phpMyAdmin/database[/table][/script] 这样的 <abbr title="Uniform
+Resource Locator">URL</abbr>,还需要进行一些额外的设置。下面给出在 Apache 上进行设置的方法:
+首先请确定您已经在全局范围内启用了 <code>Options FollowSymLinks</code> 和 <code>AllowOverride
+FileInfo</code> 功能,然后,在 phpMyAdmin 的目录配置下启用这两个功能。接着,在 phpMyAdmin 根目录下创建
+.htaccess 文件,并将如下内容写入文件中:</p>
<pre>
RewriteEngine On
@@ -2792,12 +2722,12 @@ RewriteRule ^([a-zA-Z0-9_]+)$ index.php?db=$1 [R]
</pre>
<h4 id="faq1_35">
- <a href="#faq1_35">1.35 Can I use <abbr title="HyperText Transfer
-Protocol">HTTP</abbr> authentication with Apache <abbr title="Common Gateway
-Interface">CGI</abbr>?</a></h4>
+ <a href="#faq1_35">1.35 我将 PHP 配置为在 Apache 上以 <abbr title="Common Gateway
+Interface">CGI</abbr> 方式运行。在这种情况下我能否使用 <abbr title="HyperText Transfer
+Protocol">HTTP</abbr> 认证?</a></h4>
-<p> Yes. However you need to pass authentication variable to <abbr title="Common
-Gateway Interface">CGI</abbr> using following rewrite rule:</p>
+<p> 可以,但您需要设置以下重写规则,以便将登录参数传送给 <abbr title="Common Gateway
+Interface">CGI</abbr>:</p>
<pre>
RewriteEngine On
@@ -2805,53 +2735,40 @@ RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
</pre>
<h4 id="faq1_36">
- <a href="#faq1_36">1.36 I get an error "500 Internal Server
-Error".</a>
+ <a href="#faq1_36">1.36 网页显示 "500 Internal Server Error",怎么办?</a>
</h4>
<p>
- There can be many explanations to this and a look at your server's error log
-file might give a clue.
+ 导致这种情况的原因有很多种,请查看您的服务器错误日志,其中可能包含了有关的错误信息。
</p>
<h4 id="faq1_37">
- <a href="#faq1_37">1.37 I run phpMyAdmin on cluster of different machines
-and password encryption in cookie auth doesn't work.</a></h4>
+ <a href="#faq1_37">1.37 加密密码功能不起作用。我使用 cookie 认证方式,phpMyAdmin 运行在服务器集群上。</a></h4>
-<p> If your cluster consist of different architectures, PHP code used for
-encryption/decryption won't work correct. This is caused by use of
-pack/unpack functions in code. Only solution is to use mcrypt extension
-which works fine in this case.</p>
+<p> 如果您的集群中存在不同体系结构的系统,就会导致 PHP 无法使用 pack/unpack 函数进行正确的加解密操作。解决此问题的方法是使用 mcrypt
+扩展。</p>
<h4 id="faq1_38">
- <a href="#faq1_38">1.38 Can I use phpMyAdmin on a server on which Suhosin is
-enabled?</a></h4>
+ <a href="#faq1_38">1.38 我能在启用了 Suhosin 的服务器上使用 phpMyAdmin 吗?</a></h4>
-<p> Yes but the default configuration values of Suhosin are known to cause
-problems with some operations, for example editing a table with many columns
-and no primary key. Tuning information is available at <a
+<p> 可以,但是如果使用 Suhosin 的默认配置参数,在进行某些操作,如编辑一张有很多字段而没有主键的表时,就会出现问题。请参考 <a
href="http://www.hardened-php.net/hphp/troubleshooting.html">
-http://www.hardened-php.net/hphp/troubleshooting.html</a>, although the
-parameter names have changed (<tt>suhosin</tt> instead of
-<tt>hphp</tt>). See also the <a href="#cfg_SuhosinDisableWarning">
-<tt>SuhosinDisableWarning</tt> directive</a>.
+http://www.hardened-php.net/hphp/troubleshooting.html</a> 来修改 Suhosin 的配置,注意
+<tt>hphp</tt> 已经改为 <tt>suhosin</tt>。建议参看<a
+href="#cfg_SuhosinDisableWarning">强制<tt>Suhosin 禁用警告</tt></a>
</p>
<h4 id="faq1_39">
- <a href="#faq1_39">1.39 When I try to connect via https, I can log in, but
-then my connection is redirected back to http. What can cause this
-behavior?</a></h4>
+ <a href="#faq1_39">1.39 在使用 http 时我能正常登录,但是在切换到 https 方式后却不能登录了,这是怎么回事?</a></h4>
-<p> Be sure that you have enabled <tt>SSLOptions</tt> and <tt>StdEnvVars</tt> in
-your Apache configuration. See <a
-href="http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#ssloptions">http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#ssloptions</a>.</p>
+<p> 请确认您在 Apache 的配置文件中启用了 <tt>SSLOptions</tt> 和 </tt>StdEnvVars</tt>。具体请参考 <a
+href="http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#ssloptions">http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#ssloptions</a>。</p>
<h4 id="faq1_40">
- <a href="#faq1_40">1.40 When accessing phpMyAdmin via an Apache reverse
-proxy, cookie login does not work,</a></h4>
+ <a href="#faq1_40">1.40 当使用 Apache 反向代理来访问 phpMyAdmin 时,无法使用 cookie
+认证方式登录。</a></h4>
-<p>To be able to use cookie auth Apache must know that it has to rewrite the
-set-cookie headers.<br />
- Example from the Apache 2.2 documentation:</p>
+<p>要在此方式下使用 cookie 认证,请确保将 Apache 设置为重写 set-cookie 头。<br />
+ Apache 2.2 中给出了一个例子:</p>
<pre>
ProxyPass /mirror/foo/ http://backend.example.com/
ProxyPassReverse /mirror/foo/ http://backend.example.com/
@@ -2859,9 +2776,7 @@ ProxyPassReverseCookieDomain backend.example.com public.example.com
ProxyPassReverseCookiePath / /mirror/foo/
</pre>
-<p>Note: if the backend url looks like http://host/~user/phpmyadmin, the tilde
-(~) must be url encoded as %7E in the ProxyPassReverse* lines. This is not
-specific to phpmyadmin, it's just the behavior of Apache.
+<p>注意:如果您的 URL 中带有 ~ 字符,请在 ProxyPassReverse 设置中将其转义为 %7E,就像下面那样:
</p>
<pre>
@@ -2871,241 +2786,195 @@ http://backend.example.com/%7Euser/phpmyadmin
ProxyPassReverseCookiePath /%7Euser/phpmyadmin /mirror/foo
</pre>
- <p>See <a
-href="http://httpd.apache.org/docs/2.2/mod/mod_proxy.html">http://httpd.apache.org/docs/2.2/mod/mod_proxy.html</a>
-for more details.</p>
+ <p>更多信息请参考 <a
+href="http://httpd.apache.org/docs/2.2/mod/mod_proxy.html">http://httpd.apache.org/docs/2.2/mod/mod_proxy.html</a>。</p>
<h4 id="faq1_41">
<a href="#faq1_41">1.41 When I view a database and ask to see its
privileges, I get an error about an unknown column.</a></h4>
-<p> The MySQL server's privilege tables are not up to date, you need to run the
-<tt>mysql_upgrade</tt> command on the server.</p>
+<p> MySQL 服务器的权限表没有更新,请运行 <tt>mysql_upgrade</tt> 命令来进行更新。</p>
<h3 id="faqconfig">设置</h3>
<h4 id="faq2_1">
- <a href="#faq2_1">2.1 The error message "Warning: Cannot add header
-information - headers already sent by ..." is displayed, what's the
-problem?</a></h4>
-
-<p> Edit your <i>config.inc.php</i> file and ensure there is nothing (I.E. no
-blank lines, no spaces, no characters...) neither before the
-<tt><?php</tt> tag at the beginning, neither after the <tt>?></tt> tag
-at the end. We also got a report from a user under IIS, that used a zipped
-distribution kit: the file <tt>libraries/Config.class.php</tt> contained an
-end-of-line character (hex 0A) at the end; removing this character cleared
-his errors.</p>
+ <a href="#faq2_1">2.1 页面显示 "Warning: Cannot add header information -
+headers already sent by ...",怎么办?</a> <!--
+这似乎是一个PHP的错误提示,鉴于PHP的错误提示还没有中文化,这里就保留错误原文——greensea译注--></h4>
+
+<p> 请检查 <i>config.inc.php</i> 文件,确保在 <tt><?php</tt> 之前和 <tt>?></tt>
+标签之后没有任何字符(包括空格、制表符以及空行等)。在 IIS 上使用 zipped 功能的用户同样向我们反馈了类似问题,在
+<tt>libraries/Config.class.php</tt> 文件末尾有一个行尾符(ASCII 码为 0A),删除此字符即可解决问题。</p>
<h4 id="faq2_2">
- <a href="#faq2_2">2.2 phpMyAdmin can't connect to MySQL. What's wrong?</a></h4>
+ <a href="#faq2_2">2.2 phpMyAdmiin 无法连接到 MySQL 服务器,这是怎么回事?</a></h4>
-<p> Either there is an error with your PHP setup or your username/password is
-wrong. Try to make a small script which uses mysql_connect and see if it
-works. If it doesn't, it may be you haven't even compiled MySQL support into
-PHP.</p>
+<p> 这可能是因为您的 PHP 配置有误,或者您使用的登录名和密码错误。请写一个脚本,使用 mysql_connect 来尝试是否能连接到 MySQL
+服务器,如果不能,就说明您可能没有将 MySQL 编译到 PHP 中,或者没有加载 MySQL 库。</p>
<h4 id="faq2_3">
- <a href="#faq2_3">2.3 The error message "Warning: MySQL Connection
-Failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock'
-(111) ..." is displayed. What can I do?</a></h4>
+ <a href="#faq2_3">2.3 网页显示 "Warning: MySQL Connection Failed: Can't
+connect to local MySQL server through socket '/tmp/mysql.sock' (111)
+..." 这样的错误,怎么办?</a></h4>
-<p> For RedHat users, Harald Legner suggests this on the mailing list:</p>
+<p> Harald Legner 在邮件列表中为 RedHat 用户给出了一个解决方法:</p>
-<p> On my RedHat-Box the socket of MySQL is <i>/var/lib/mysql/mysql.sock</i>.
-In your <i>php.ini</i> you will find a line</p>
+<p> 在我的 RadHat 服务器上,MySQL 的 socket 是 <i>/var/lib/mysql/mysql.sock</i>,你应该能在
+<i>php.ini</i> 文件中找到这样一行:</p>
<pre>mysql.default_socket = /tmp/mysql.sock</pre>
-<p> change it to</p>
+<p> 将其修改为</p>
<pre>mysql.default_socket = /var/lib/mysql/mysql.sock</pre>
-<p> Then restart apache and it will work.</p>
+<p> 之后重新启动 Apache,即可解决问题。</p>
-<p> Here is a fix suggested by Brad Ummer:</p>
+<p> Brad Ummer 给出了另一种解决方案:</p>
-<ul><li>First, you need to determine what socket is being used by MySQL.<br />
- To do this, telnet to your server and go to the MySQL bin directory. In this
-directory there should be a file named <i>mysqladmin</i>. Type
-<tt>./mysqladmin variables</tt>, and this should give you a bunch of info
-about your MySQL server, including the socket (<i>/tmp/mysql.sock</i>, for
-example).</li>
- <li>Then, you need to tell PHP to use this socket.<br /> To do this in phpMyAdmin, you need to complete the socket information in the
-<i>config.inc.php</i>.<br />
- For example: <a href="#cfg_Servers_socket" class="configrule">
-$cfg['Servers'][$i]['socket'] = '/tmp/mysql.sock';</a>
+<ul><li>首先你需要确定 MySQL 使用了何种类型的 socket,请按照下面的步骤进行操作:<br />
+ 用终端连接到你的 MySQL 服务器并切换到 MySQL 的 bin 目录,在这个目录下你应该能找到一个名为 <i>mysqladmin</i>
+的文件。执行 <tt>./mysqladmin variables</tt> 命令,你就能得到 MySQL 服务器的信息,其中包括了 socket
+信息(类似 <i>/tmp/mysql.sock</i>)。</li>
+ <li>接下来,设置 PHP 让它使用这个 socket。<br /> 打开 phpMyAdmin 的 <i>config.inc.php</i> 文件。<br />
+ 将 <a href="#cfg_Servers_socket" class="configrule">
+$cfg['Servers'][$i]['socket']</a> 修改为刚才得到的 socket。
<br /><br />
- Please also make sure that the permissions of this file allow to be readable
-by your webserver (i.e. '0755').</li>
+ 同时请确此文件能被网站服务器进程读取(如将其掩码设为 0755)。</li>
</ul>
-<p> Have also a look at the <a
-href="http://www.mysql.com/doc/C/a/Can_not_connect_to_server.html">
-corresponding section of the MySQL documentation</a>.</p>
+<p> 更多信息请参考 <a
+href="http://www.mysql.com/doc/C/a/Can_not_connect_to_server.html">MySQL
+文档</a>.</p>
<h4 id="faq2_4">
- <a href="#faq2_4">2.4 Nothing is displayed by my browser when I try to run
-phpMyAdmin, what can I do?</a></h4>
+ <a href="#faq2_4">2.4 我运行 phpMyAdmin 的时候,浏览器什么都没有显示,怎么办?</a></h4>
-<p> Try to set the <a href="#cfg_OBGzip" class="configrule">$cfg['OBGZip']</a>
-directive to <tt>FALSE</tt> in the phpMyAdmin configuration file. It helps
-sometime.<br />
- Also have a look at your PHP version number: if it contains
-"4.0b..." it means you're running a beta version of PHP. That's
-not a so good idea, please upgrade to a plain revision.</p>
+<p> 请在 phpMyAdmin 的配置文件中将 <a href="#cfg_OBGzip"
+class="configrule">$cfg['OBGZip']</a> 显式地设为 <tt>FALSE</tt>,也许能解决此问题。<br />
+ 另外,请查看您的 PHP 版本号,如果版本号是类似 "4.0b..." 这样的系列,这说明您使用的 PHP
+是一个测试版,使用测试版可能会产生一些奇怪的问题,请将 PHP 升级到稳定版。</p>
<h4 id="faq2_5">
- <a href="#faq2_5">2.5 Each time I want to insert or change a record or drop
-a database or a table, an error 404 (page not found) is displayed or, with
-<abbr title="HyperText Transfer Protocol">HTTP</abbr> or cookie
-authentication, I'm asked to log in again. What's wrong?</a></h4>
+ <a href="#faq2_5">2.5 当我删除记录、表或数据库时,浏览器总是显示 404 (找不到网页)。另外,如果使用 <abbr
+title="HyperText Transfer Protocol">HTTP</abbr> 或 cookie 认证方式,phpMyAdmin
+会要求重新登录,这是怎么回事?</a></h4>
-<p> Check the value you set for the <a href="#cfg_PmaAbsoluteUri"
-class="configrule">$cfg['PmaAbsoluteUri']</a> directive in the phpMyAdmin
-configuration file.</p>
+<p> 请在 phpMyAdmin 的配置文件中检查您是否显式地设定了 <a href="#cfg_PmaAbsoluteUri"
+class="configrule">$cfg['PmaAbsoluteUri']</a>。</p>
<h4 id="faq2_6">
- <a href="#faq2_6">2.6 I get an "Access denied for user:
-'root@localhost' (Using password: YES)"-error when trying to access a
-MySQL-Server on a host which is port-forwarded for my localhost.</a></h4>
+ <a href="#faq2_6">2.6 我试图连接到 MySQL 服务器时得到这样的错误:"Access denied for user:
+'root@localhost' (Using password: YES)"。我对 MySQL
+服务器端口进行了端口映射,将localhost 的端口转发到 MySQL 服务器端口上。</a></h4>
-<p> When you are using a port on your localhost, which you redirect via
-port-forwarding to another host, MySQL is not resolving the localhost as
-expected.<br />
+<p> 当您在自己的机器上(localhost)使用端口映射访问另一台机器上的 MySQL 时,MySQL 解析 localhost 主机名时将得到错误的结果。<br />
Erik Wasser explains: The solution is: if your host is "localhost"
MySQL (the commandline tool 'mysql' as well) always tries to use the socket
connection for speeding up things. And that doesn't work in this
configuration with port forwarding.<br />
- If you enter "127.0.0.1" as hostname, everything is right and MySQL uses the
-<abbr title="Transmission Control Protocol">TCP</abbr> connection.</p>
+ 如果你使用 127.0.0.1 作为主机名,并使用将 MySQL 设置为使用 <abbr title="Transmission Control
+Protocol">TCP</abbr> 链接,就可以正常登录了。</p>
-<h4 id="faqthemes"><a href="#faqthemes">2.7 Using and creating themes</a></h4>
+<h4 id="faqthemes"><a href="#faqthemes">2.7 如何创建和使用主题?</a></h4>
-<p> Themes are configured with <a href="#cfg_ThemePath"
-class="configrule">$cfg['ThemePath']</a>, <a href="#cfg_ThemeManager"
-class="configrule">$cfg['ThemeManager']</a> and <a href="#cfg_ThemeDefault"
-class="configrule">$cfg['ThemeDefault']</a>.<br />
+<p> 有关主题的设置项是:<a href="#cfg_ThemePath" class="configrule">$cfg['ThemePath']</a>,
+<a href="#cfg_ThemeManager" class="configrule">$cfg['ThemeManager']</a> 以及
+<a href="#cfg_ThemeDefault" class="configrule">$cfg['ThemeDefault']</a>。<br />
<br />
- Under <a href="#cfg_ThemePath" class="configrule">$cfg['ThemePath']</a>, you
-should not delete the directory "original" or its underlying
-structure, because this is the system theme used by phpMyAdmin.
-"original" contains all images and styles, for backwards
-compatibility and for all themes that would not include images or css-files.
+ 请不要修改 <a href="#cfg_ThemePath" class="configrule">$cfg['ThemePath']</a>
+选项设置的目录下的文件结构,更不要删除这个目录。这个目录是 phpMyAdmin 的系统主题,如果一些主题缺少某些文件,phpMyAdmin
+就会使用系统主题的文件替代之。
<br /><br />
- If <a href="#cfg_ThemeManager" class="configrule">$cfg['ThemeManager']</a>
-is enabled, you can select your favorite theme on the main page. Your
-selected theme will be stored in a cookie.<br /><br /></p>
-
-<p> To create a theme:</p>
-
-<ul><li>make a new subdirectory (for example "your_theme_name") under <a
-href="#cfg_ThemePath" class="configrule">$cfg['ThemePath']</a> (by default
-<tt>themes</tt>)</li>
- <li>copy the files and directories from "original" to
-"your_theme_name"</li>
- <li>edit the css-files in "your_theme_name/css"</li>
- <li>put your new images in "your_theme_name/img"</li>
- <li>edit <tt>layout.inc.php</tt> in "your_theme_name"</li>
- <li>edit <tt>info.inc.php</tt> in "your_theme_name" to contain your
-chosen theme name, that will be visible in user interface</li>
- <li>make a new screenshot of your theme and save it under
-"your_theme_name/screen.png"</li>
+ 如果设置了 <a href="#cfg_ThemeManager"
+class="configrule">$cfg['ThemeManager']</a>,您就可以在 phpMyAdmin
+主页面中选择喜欢的主题。您使用的主题名字将会保存在 cookie 中。<br /><br /></p>
+
+<p> 要创建一个主题,请按照下面的方法进行操作:</p>
+
+<ul><li>在 <a href="#cfg_ThemePath" class="configrule">$cfg['ThemePath']</a>
+(默认值是<tt>themes</tt>) 设置的目录下创建一个新目录。</li>
+ <li>复制 "original" 目录下所有的文件到您朝见的目录中。</li>
+ <li>在您创建的目录下,打开 css 子目录,修改其中的层叠样式表文件。</li>
+ <li>将您的图片复制到您创建的主题目录下的 img 子目录中。</li>
+ <li>在您创建的目录下有一个 <tt>layout.inc.php</tt> 文件,按您的需要编辑此文件。</li>
+ <li>在您的主题目录下还有一个 <tt>info.inc.php</tt> 文件,您可以在这个文件中设置您的主题名字。</li>
+ <li>为您的主题截图,并将截图保存到主题目录下,将其命名为 screen.png。</li>
</ul>
-<p> In theme directory there is file <tt>info.inc.php</tt> which contains theme
-verbose name, theme generation and theme version. These versions and
-generations are enumerated from 1 and do not have any direct dependence on
-phpMyAdmin version. Themes within same generation should be backwards
-compatible - theme with version 2 should work in phpMyAdmin requiring
-version 1. Themes with different generation are incompatible.</p>
+<p> 在主题目录下有一个 <tt>info.inc.php</tt> 文件,其中包含了主题全名和主题版本号。主题版本号由您自行设定,不需要符合
+phpMyAdmin 的版本号,只需要保证版本号是纯数字就行。拥有相同主版本号(generation
+number)的主题应该向下兼容。子版本号为2的主题应该能在使用子版本1主题的 phpMyAdmin 上正常显示。主版本号不相同的主题无须相互兼容。</p>
-<p> If you do not want to use your own symbols and buttons, remove the directory
-"img" in "your_theme_name". phpMyAdmin will use the
-default icons and buttons (from the system-theme "original").
+<p> 如果您没有自己主题的图标和按钮,请删除您的主题目录下的 img 目录。phpMyAdmin 将使用默认的图标和按钮(位于 original
+目录下的系统主题)。
</p>
<h4 id="faqmissingparameters">
- <a href="#faqmissingparameters">2.8 I get "Missing parameters"
-errors, what can I do?</a></h4>
+ <a href="#faqmissingparameters">2.8 我遇到了一个错误,错误提示 "缺少参数" 怎么办?</a></h4>
-<p> Here are a few points to check:</p>
+<p> 请先检查以下几点:</p>
-<ul><li>In <tt>config.inc.php</tt>, try to leave the <a href="#cfg_PmaAbsoluteUri"
-class="configrule">$cfg['PmaAbsoluteUri']</a> directive empty. See also <a
-href="#faq4_7"><abbr title="Frequently Asked Questions">FAQ</abbr> 4.7</a>.
+<ul><li>在 <tt>config.inc.php</tt> 文件中,显式地将 <a href="#cfg_PmaAbsoluteUri"
+class="configrule">$cfg['PmaAbsoluteUri']</a> 设置为空。请参考<a
+href="#faq4_7"><abbr title="Frequently Asked Questions">常见问题</abbr> 4.7</a>.
</li>
- <li>Maybe you have a broken PHP installation or you need to upgrade your Zend
-Optimizer. See <a href="http://bugs.php.net/bug.php?id=31134">
-http://bugs.php.net/bug.php?id=31134</a>.
+ <li>可能您安装的 PHP 版本有问题,试试升级 Zend Optimizer。请参考 <a
+href="http://bugs.php.net/bug.php?id=31134">
+http://bugs.php.net/bug.php?id=31134</a>。
</li>
- <li>If you are using Hardened PHP with the ini directive
-<tt>varfilter.max_request_variables</tt> set to the default (200) or another
-low value, you could get this error if your table has a high number of
-columns. Adjust this setting accordingly. (Thanks to Klaus Dorninger for the
-hint).
+ <li>如果您使用 Hardened PHP 并在 php.ini 中将 <tt>varfilter.max_request_variables</tt>
+显式地设为了小于等于默认值(200)的值,就可能会导致此问题。如果您的表中有很多字段,请增加此设置的值(感谢 Klaus Dorninger
+提供的信息)。
</li>
- <li>In the <tt>php.ini</tt> directive <tt>arg_separator.input</tt>, a value of
-";" will cause this error. Replace it with "&;".
+ <li>如果在 <tt>php.ini</tt> 中的选项 <tt>arg_separator.input</tt>
+被设置为";"就有可能导致此问题。请将其设置为 "&;"。
</li>
- <li>If you are using <a href="http://www.hardened-php.net/">Hardened-PHP</a>,
-you might want to increase <a
+ <li>如果您正在使用 <a href="http://www.hardened-php.net/">Hardened-PHP</a>,请增大 <a
href="http://www.hardened-php.net/hphp/troubleshooting.html">request
-limits</a>.
+limits</a> 的设置值。
</li>
- <li>The directory specified in the <tt>php.ini</tt> directive
-<tt>session.save_path</tt> does not exist or is read-only.
+ <li>如果 <tt>php.ini</tt> 中的选项 <tt>session.save_path</tt>
+设定的目录不存在或者目录权限为只读,也有可能导致此问题。
</li>
</ul>
<h4 id="faq2_9">
- <a href="#faq2_9">2.9 Seeing an upload progress bar</a></h4>
+ <a href="#faq2_9">2.9 怎样设置才能显示上传进度条</a></h4>
-<p> To be able to see a progress bar during your uploads, your server must have
-either the <a href="http://pecl.php.net/package/APC">APC</a> extension or
-the <a href="http://pecl.php.net/package/uploadprogress">uploadprogress</a>
-one. Moreover, the JSON extension has to be enabled in your PHP.</p>
- <p> If using APC, you must set <tt>apc.rfc1867</tt> to <tt>on</tt> in your
-php.ini.</p>
+<p> 要使用此功能,请在服务器上安装 <a href="http://pecl.php.net/package/APC">APC</a> 扩展或 <a
+href="http://pecl.php.net/package/uploadprogress">uploadprogress</a>,并启用
+JSON 扩展。</p>
+ <p> 如果使用 APC,请在 php.ini 中将 <tt>apc.rfc1867</tt> 设为 <tt>on</tt>。</p>
<h3 id="faqlimitations">Known limitations</h3>
<h4 id="login_bug">
- <a href="#login_bug">3.1 When using <abbr title="HyperText Transfer
-Protocol">HTTP</abbr> authentication, an user who logged out can not log in
-again in with the same nick.</a></h4>
+ <a href="#login_bug">3.1 使用 <abbr title="HyperText Transfer
+Protocol">HTTP</abbr> 认证时,一个用户退出之后就无法再使用相同的用户名重新登录。</a></h4>
-<p> This is related to the authentication mechanism (protocol) used by
-phpMyAdmin. To bypass this problem: just close all the opened browser
-windows and then go back to phpMyAdmin. You should be able to log in again.</p>
+<p> 这是 phpMyAdmin 的认证机制引起的问题。要解决此问题,请关闭所有已打开的 Windows 文件夹,然后重新登录 phpMyAdmin。</p>
<h4 id="faq3_2">
- <a href="#faq3_2">3.2 When dumping a large table in compressed mode, I get a
-memory limit error or a time limit error.</a></h4>
+ <a href="#faq3_2">3.2 转储一个很大的表时,遇到了“超出内存限制“或“运行超时“错误。</a></h4>
-<p> Compressed dumps are built in memory and because of this are limited to
-php's memory limit. For GZip/BZip2 exports this can be overcome since 2.5.4
-using <a href="#cfg_CompressOnFly"
-class="configrule">$cfg['CompressOnFly']</a> (enabled by default). Zip
-exports can not be handled this way, so if you need Zip files for larger
-dump, you have to use another way.</p>
+<p> 压缩转储在内存中进行,而 PHP 对内存的使用有限制。从 2.5.4 版本开始,可以使用 Gzip/BZip2 导出来解决此问题。启用 <a
+href="#cfg_CompressOnFly" class="configrule">$cfg['CompressOnFly']</a>
+选项(默认已启用)。此方法不支持 Zip 导出,要进行 Zip 导出,需要使用其他的方法。</p>
<h4 id="faq3_3">
- <a href="#faq3_3">3.3 With InnoDB tables, I lose foreign key relationships
-when I rename a table or a column.</a></h4>
+ <a href="#faq3_3">3.3 重命名 InnoDB 表名或其中的字段名时,外间关系会丢失。</a></h4>
-<p> This is an InnoDB bug, see <a
-href="http://bugs.mysql.com/bug.php?id=21704">http://bugs.mysql.com/bug.php?id=21704</a>.</p>
+<p> 这是一个 InnoDB 引擎的错误,请参考:<a
+href="http://bugs.mysql.com/bug.php?id=21704">http://bugs.mysql.com/bug.php?id=21704</a>。</p>
<h4 id="faq3_4">
- <a href="#faq3_4">3.4 I am unable to import dumps I created with the
-mysqldump tool bundled with the MySQL server distribution.</a></h4>
+ <a href="#faq3_4">3.4 我无法导入用 MySQL 服务器工具 mysqldump 生成的转储文件。</a></h4>
-<p> The problem is that older versions of mysqldump created invalid comments
-like this:</p>
+<p> 这是因为旧版本的 mysqldump 生成了错误的注释行,就像下面这样:</p>
<pre>
-- MySQL dump 8.22
@@ -3115,13 +2984,10 @@ like this:</p>
-- Server version 3.23.54
</pre>
-<p> The invalid part of the code is the horizontal line made of dashes that
-appears once in every dump created with mysqldump. If you want to run your
-dump you have to turn it into valid MySQL. This means, you have to add a
-whitespace after the first two dashes of the line or add a # before it:
+<p> 错误的注释是那行由短横线组成的水平线,正确的注释应该是两个短横线后面跟一个空格。所以,要解决此问题,请在水平线的前两个短横线后加上一个空格,或直接在水平线的前�
�加上一个#符号,就像下面这样:
<br />
<code> -- -------------------------------------------------------<br />
- </code> or<br />
+ </code> 或者<br />
<code> #--------------------------------------------------------- </code>
</p>
@@ -4224,7 +4090,7 @@ placed on the same server or some remote server.
</p>
<p>For more details see <a
-href="./documentation-gsoc/Synchronization_User%20Manual.htm">How to
+href="./documentation-gsoc/Synchronization_User_Manual.htm">How to
synchronize</a>
</p>
diff --git a/po/ca.po b/po/ca.po
index 5f27054..8c99512 100644
--- a/po/ca.po
+++ b/po/ca.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-01 08:21+0100\n"
+"POT-Creation-Date: 2010-03-10 09:57+0100\n"
"PO-Revision-Date: 2009-05-20 16:12+0200\n"
"Last-Translator: Xavier Navarro <xvnavarro(a)gmail.com>\n"
"Language-Team: none\n"
@@ -9370,8 +9370,8 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
msgid ""
-"For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-"20Manual.htm\">How to synchronize</a>"
+"For more details see <a href=\"./documentation-gsoc/"
+"Synchronization_User_Manual.htm\">How to synchronize</a>"
msgstr ""
#. type: Content of: <html><body><div><h2>
diff --git a/po/cs.po b/po/cs.po
index 40688a0..308e8ae 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: po 4a\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-03-01 08:21+0100\n"
+"POT-Creation-Date: 2010-03-10 09:57+0100\n"
"PO-Revision-Date: 2010-02-24 15:12+0100\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: Czech <cs(a)li.org>\n"
@@ -9564,8 +9564,8 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
msgid ""
-"For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-"20Manual.htm\">How to synchronize</a>"
+"For more details see <a href=\"./documentation-gsoc/"
+"Synchronization_User_Manual.htm\">How to synchronize</a>"
msgstr ""
#. type: Content of: <html><body><div><h2>
diff --git a/po/de.po b/po/de.po
index b1a08f4..75486c2 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-01 08:21+0100\n"
+"POT-Creation-Date: 2010-03-10 09:57+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"
@@ -9848,8 +9848,8 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
msgid ""
-"For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-"20Manual.htm\">How to synchronize</a>"
+"For more details see <a href=\"./documentation-gsoc/"
+"Synchronization_User_Manual.htm\">How to synchronize</a>"
msgstr ""
#. type: Content of: <html><body><div><h2>
diff --git a/po/en_GB.po b/po/en_GB.po
index c24cc86..d427ea4 100644
--- a/po/en_GB.po
+++ b/po/en_GB.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-01 08:21+0100\n"
+"POT-Creation-Date: 2010-03-10 09:57+0100\n"
"PO-Revision-Date: 2010-01-25 13:26+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -11984,9 +11984,13 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
+#, fuzzy
+#| msgid ""
+#| "For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
+#| "20Manual.htm\">How to synchronize</a>"
msgid ""
-"For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-"20Manual.htm\">How to synchronize</a>"
+"For more details see <a href=\"./documentation-gsoc/"
+"Synchronization_User_Manual.htm\">How to synchronize</a>"
msgstr ""
"For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
"20Manual.htm\">How to synchronise</a>"
diff --git a/po/es.po b/po/es.po
index 2a249f8..fd7c9ad 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-01 08:21+0100\n"
+"POT-Creation-Date: 2010-03-10 09:57+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"
@@ -9514,8 +9514,8 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
msgid ""
-"For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-"20Manual.htm\">How to synchronize</a>"
+"For more details see <a href=\"./documentation-gsoc/"
+"Synchronization_User_Manual.htm\">How to synchronize</a>"
msgstr ""
#. type: Content of: <html><body><div><h2>
diff --git a/po/fi.po b/po/fi.po
index 9de02a8..436e85b 100644
--- a/po/fi.po
+++ b/po/fi.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-01 08:21+0100\n"
+"POT-Creation-Date: 2010-03-10 09:57+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -9347,8 +9347,8 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
msgid ""
-"For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-"20Manual.htm\">How to synchronize</a>"
+"For more details see <a href=\"./documentation-gsoc/"
+"Synchronization_User_Manual.htm\">How to synchronize</a>"
msgstr ""
#. type: Content of: <html><body><div><h2>
diff --git a/po/fr.po b/po/fr.po
index cb9dea2..94f685b 100644
--- a/po/fr.po
+++ b/po/fr.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-01 08:21+0100\n"
+"POT-Creation-Date: 2010-03-10 09:57+0100\n"
"PO-Revision-Date: 2010-01-31 14:10+0200\n"
"Last-Translator: Cédric Corazza <cedric.corazza(a)wanadoo.fr>\n"
"Language-Team: none\n"
@@ -12899,9 +12899,13 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
+#, fuzzy
+#| msgid ""
+#| "For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
+#| "20Manual.htm\">How to synchronize</a>"
msgid ""
-"For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-"20Manual.htm\">How to synchronize</a>"
+"For more details see <a href=\"./documentation-gsoc/"
+"Synchronization_User_Manual.htm\">How to synchronize</a>"
msgstr ""
"Pour plus de détails, consulter l'article <a href=\"./documentation-gsoc/"
"Synchronization_User%20Manual.htm\">Comment synchroniser</a>."
diff --git a/po/gl.po b/po/gl.po
index e8585da..8b91b49 100644
--- a/po/gl.po
+++ b/po/gl.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-01 08:21+0100\n"
+"POT-Creation-Date: 2010-03-10 09:57+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -9346,8 +9346,8 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
msgid ""
-"For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-"20Manual.htm\">How to synchronize</a>"
+"For more details see <a href=\"./documentation-gsoc/"
+"Synchronization_User_Manual.htm\">How to synchronize</a>"
msgstr ""
#. type: Content of: <html><body><div><h2>
diff --git a/po/hu.po b/po/hu.po
index bb2f00c..6aeaaac 100644
--- a/po/hu.po
+++ b/po/hu.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-01 08:21+0100\n"
+"POT-Creation-Date: 2010-03-10 09:57+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -9347,8 +9347,8 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
msgid ""
-"For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-"20Manual.htm\">How to synchronize</a>"
+"For more details see <a href=\"./documentation-gsoc/"
+"Synchronization_User_Manual.htm\">How to synchronize</a>"
msgstr ""
#. type: Content of: <html><body><div><h2>
diff --git a/po/hy.po b/po/hy.po
index d13b3b3..2de4017 100644
--- a/po/hy.po
+++ b/po/hy.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-01 08:21+0100\n"
+"POT-Creation-Date: 2010-03-10 09:57+0100\n"
"PO-Revision-Date: 2010-01-25 13:26+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -9346,8 +9346,8 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
msgid ""
-"For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-"20Manual.htm\">How to synchronize</a>"
+"For more details see <a href=\"./documentation-gsoc/"
+"Synchronization_User_Manual.htm\">How to synchronize</a>"
msgstr ""
#. type: Content of: <html><body><div><h2>
diff --git a/po/it.po b/po/it.po
index 3fa5518..77f6686 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-01 08:21+0100\n"
+"POT-Creation-Date: 2010-03-10 09:57+0100\n"
"PO-Revision-Date: 2010-01-22 15:10+0100\n"
"Last-Translator: Michal Čihař <michal(a)cihar.com>\n"
"Language-Team: Italian <it(a)li.org>\n"
@@ -11648,8 +11648,8 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
msgid ""
-"For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-"20Manual.htm\">How to synchronize</a>"
+"For more details see <a href=\"./documentation-gsoc/"
+"Synchronization_User_Manual.htm\">How to synchronize</a>"
msgstr ""
#. type: Content of: <html><body><div><h2>
diff --git a/po/jp.po b/po/jp.po
index a39063a..0081d2b 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-01 08:21+0100\n"
+"POT-Creation-Date: 2010-03-10 09:57+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"
@@ -11812,8 +11812,8 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
msgid ""
-"For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-"20Manual.htm\">How to synchronize</a>"
+"For more details see <a href=\"./documentation-gsoc/"
+"Synchronization_User_Manual.htm\">How to synchronize</a>"
msgstr ""
#. type: Content of: <html><body><div><h2>
diff --git a/po/ka.po b/po/ka.po
index 7aef193..0f55f61 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-01 08:21+0100\n"
+"POT-Creation-Date: 2010-03-10 09:57+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -9346,8 +9346,8 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
msgid ""
-"For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-"20Manual.htm\">How to synchronize</a>"
+"For more details see <a href=\"./documentation-gsoc/"
+"Synchronization_User_Manual.htm\">How to synchronize</a>"
msgstr ""
#. type: Content of: <html><body><div><h2>
diff --git a/po/lt.po b/po/lt.po
index 4fd755d..fa8091b 100644
--- a/po/lt.po
+++ b/po/lt.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-01 08:21+0100\n"
+"POT-Creation-Date: 2010-03-10 09:57+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -9348,8 +9348,8 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
msgid ""
-"For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-"20Manual.htm\">How to synchronize</a>"
+"For more details see <a href=\"./documentation-gsoc/"
+"Synchronization_User_Manual.htm\">How to synchronize</a>"
msgstr ""
#. type: Content of: <html><body><div><h2>
diff --git a/po/mn.po b/po/mn.po
index 2b5c53a..c560706 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-01 08:21+0100\n"
+"POT-Creation-Date: 2010-03-10 09:57+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -9346,8 +9346,8 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
msgid ""
-"For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-"20Manual.htm\">How to synchronize</a>"
+"For more details see <a href=\"./documentation-gsoc/"
+"Synchronization_User_Manual.htm\">How to synchronize</a>"
msgstr ""
#. type: Content of: <html><body><div><h2>
diff --git a/po/nl.po b/po/nl.po
index 6b658e3..58d2c73 100644
--- a/po/nl.po
+++ b/po/nl.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-01 08:21+0100\n"
+"POT-Creation-Date: 2010-03-10 09:57+0100\n"
"PO-Revision-Date: 2010-02-15 13:42+0200\n"
"Last-Translator: <thyone(a)thyone.org>\n"
"Language-Team: none\n"
@@ -9487,8 +9487,8 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
msgid ""
-"For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-"20Manual.htm\">How to synchronize</a>"
+"For more details see <a href=\"./documentation-gsoc/"
+"Synchronization_User_Manual.htm\">How to synchronize</a>"
msgstr ""
#. type: Content of: <html><body><div><h2>
diff --git a/po/no.po b/po/no.po
index c53db44..86554dc 100644
--- a/po/no.po
+++ b/po/no.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-01 08:21+0100\n"
+"POT-Creation-Date: 2010-03-10 09:57+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -9347,8 +9347,8 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
msgid ""
-"For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-"20Manual.htm\">How to synchronize</a>"
+"For more details see <a href=\"./documentation-gsoc/"
+"Synchronization_User_Manual.htm\">How to synchronize</a>"
msgstr ""
#. type: Content of: <html><body><div><h2>
diff --git a/po/pl.po b/po/pl.po
index c6b8341..ad9e52a 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-01 08:21+0100\n"
+"POT-Creation-Date: 2010-03-10 09:57+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"
@@ -11258,8 +11258,8 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
msgid ""
-"For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-"20Manual.htm\">How to synchronize</a>"
+"For more details see <a href=\"./documentation-gsoc/"
+"Synchronization_User_Manual.htm\">How to synchronize</a>"
msgstr ""
#. type: Content of: <html><body><div><h2>
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 5ada0d6..73781fd 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.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-01 08:21+0100\n"
+"POT-Creation-Date: 2010-03-10 09:57+0100\n"
"PO-Revision-Date: 2010-03-05 18:17+0200\n"
"Last-Translator: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>\n"
"Language-Team: none\n"
@@ -9813,8 +9813,8 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
msgid ""
-"For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-"20Manual.htm\">How to synchronize</a>"
+"For more details see <a href=\"./documentation-gsoc/"
+"Synchronization_User_Manual.htm\">How to synchronize</a>"
msgstr ""
#. type: Content of: <html><body><div><h2>
diff --git a/po/ro.po b/po/ro.po
index 667b6f7..d7f3399 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-01 08:21+0100\n"
+"POT-Creation-Date: 2010-03-10 09:57+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"
@@ -9355,8 +9355,8 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
msgid ""
-"For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-"20Manual.htm\">How to synchronize</a>"
+"For more details see <a href=\"./documentation-gsoc/"
+"Synchronization_User_Manual.htm\">How to synchronize</a>"
msgstr ""
#. type: Content of: <html><body><div><h2>
diff --git a/po/sv.po b/po/sv.po
index 950facf..400b34e 100644
--- a/po/sv.po
+++ b/po/sv.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-01 08:21+0100\n"
+"POT-Creation-Date: 2010-03-10 09:57+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -9347,8 +9347,8 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
msgid ""
-"For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-"20Manual.htm\">How to synchronize</a>"
+"For more details see <a href=\"./documentation-gsoc/"
+"Synchronization_User_Manual.htm\">How to synchronize</a>"
msgstr ""
#. type: Content of: <html><body><div><h2>
diff --git a/po/tr.po b/po/tr.po
index a49e27f..fdbad8b 100644
--- a/po/tr.po
+++ b/po/tr.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-01 08:21+0100\n"
+"POT-Creation-Date: 2010-03-10 09:57+0100\n"
"PO-Revision-Date: 2009-05-19 09:52+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -9347,8 +9347,8 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
msgid ""
-"For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-"20Manual.htm\">How to synchronize</a>"
+"For more details see <a href=\"./documentation-gsoc/"
+"Synchronization_User_Manual.htm\">How to synchronize</a>"
msgstr ""
#. type: Content of: <html><body><div><h2>
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 0faea19..892f883 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.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-01 08:21+0100\n"
+"POT-Creation-Date: 2010-03-10 09:57+0100\n"
"PO-Revision-Date: 2010-03-04 14:08+0200\n"
"Last-Translator: shanyan baishui <Siramizu(a)gmail.com>\n"
"Language-Team: none\n"
@@ -6625,6 +6625,8 @@ msgid ""
"Explorer when phpMyAdmin is run with a release candidate of PHP 4.2.0. In "
"this case you should switch to the release version of PHP 4.2.0."
msgstr ""
+"使用 Internet Explorer 下载转储时 PHP 崩溃,如果您正在使用 PHP 4.2.0 候选发行"
+"版本,请将其升级到 4.2.0 稳定版。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2664
@@ -6632,6 +6634,8 @@ msgid ""
"<a href=\"#faq1_8\">1.8 I cannot insert a text file in a table, and I get an "
"error about safe mode being in effect.</a>"
msgstr ""
+"<a href=\"#faq1_8\">1.8 我无法向表中插入文本文件,并且有错误提示说这是因为在"
+"安全模式无法进行这样的操作。</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2667
@@ -6640,6 +6644,8 @@ msgid ""
"in <i>php.ini</i> by the variable <tt>upload_tmp_dir</tt> (usually the "
"system default is <i>/tmp</i>)."
msgstr ""
+"您上传的文件被保存在 "上传目录",这个目录可以在 <i>php.ini</i> 中设"
+"置(默认设置是 <i>/tmp</i>)。"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2670
@@ -6647,11 +6653,13 @@ msgid ""
"We recommend the following setup for Apache servers running in safe mode, to "
"enable uploads of files while being reasonably secure:"
msgstr ""
+"我们推荐您按照下面的步骤将 Apache 服务器配置在安全模式下运行,这可以保证安全"
+"的前提下允许上传文件(本操作仅适用于类 Unix 操作系统):"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:2673
msgid "create a separate directory for uploads: <tt>mkdir /tmp/php</tt>"
-msgstr ""
+msgstr "创建一个用于临时保存上传文件的目录:<tt>mkdir /tmp/php</tt>"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:2674
@@ -6659,21 +6667,24 @@ msgid ""
"give ownership to the Apache server's user.group: <tt>chown apache.apache /"
"tmp/php</tt>"
msgstr ""
+"将这个目录的所有权更改为 Apache 用户组:<tt>chown apache.apache /tmp/php</tt>"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:2676
msgid "give proper permission: <tt>chmod 600 /tmp/php</tt>"
-msgstr ""
+msgstr "设置权限:<tt>chmod 600 /tmp/php</tt>"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:2677
msgid "put <tt>upload_tmp_dir = /tmp/php</tt> in <i>php.ini</i>"
msgstr ""
+"修改 <i>php.ini</i> 文件,将 <tt>upload_tmp_dir</tt> 设置为 <tt>/tmp/php</tt>"
+"(如果没有这一行,请自行添加)"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:2678
msgid "restart Apache"
-msgstr ""
+msgstr "重新启动 Apache"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2682
@@ -6689,6 +6700,8 @@ msgid ""
"It's not really phpMyAdmin related but RedHat 7.0. You have a RedHat 7.0 and "
"you updated your PHP RPM to php-4.0.4pl1-3.i386.rpm, didn't you?"
msgstr ""
+"这不是 phpMyAdmin 的问题,而是 RedHat 7.0 的问题。您是不是在使用 RedHat 7.0 "
+"并使用 php-4.0.4pl1-3.i386.rpm 更新了你的 PHP?"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2688
@@ -6700,6 +6713,11 @@ msgid ""
"href=\"http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=24933\">RedHat's "
"BugZilla</a> for more details)."
msgstr ""
+"这个问题是由一个很古老的 PHP 严重错误引起的(于 2001年1月28日,见:<a href="
+"\"http://www.php.net/bugs.php?id=8966\">PHP 错误追踪系统</a>)。虽然这个 PHP "
+"错误早已修复了,但是软件源中仍保留着有这个错误的软件包(见 <a href=\"http://"
+"bugzilla.redhat.com/bugzilla/show_bug.cgi?id=24933\">RedHat 错误追踪系统</"
+"a>,于是就引发了您遇到的问题。"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2695
@@ -6708,11 +6726,13 @@ msgid ""
"i386.html\">the fixed package (4.0.4pl1-9)</a> and the problem should go "
"away."
msgstr ""
+"要解决此问题,请下载<a href=\"http://www.redhat.com/swr/i386/php-4.0.4pl1-9."
+"i386.html\">修复软件包(4.0.4pl1-9)</a>进行安装。"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2698
msgid "And that fixes the \\r\\n problem with file uploads!"
-msgstr ""
+msgstr "安装之后,就能解决您遇到的问题。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2701
@@ -6721,6 +6741,8 @@ msgid ""
"phpMyAdmin running on a secure server. My browser is Internet Explorer and "
"I'm using the Apache server.</a>"
msgstr ""
+"<a href=\"#faq1_10\">1.10 我在上传文件的时候遇到了问题,phpMyAdmin 运行在安全"
+"服务器上,服务器软件是 Apache,我使用的浏览器是 Internet Explorer。</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2705
@@ -6728,17 +6750,19 @@ msgid ""
"As suggested by "Rob M" in the phpWizard forum, add this line to "
"your <i>httpd.conf</i>:"
msgstr ""
+""Rob M" 在 PHP 帮助论坛给出了解决方法:将下面一行加入到您的 "
+"<i>httpd.conf</i> 文件中"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:2708
#, no-wrap
msgid "SetEnvIf User-Agent \".*MSIE.*\" nokeepalive ssl-unclean-shutdown"
-msgstr ""
+msgstr "SetEnvIf User-Agent \".*MSIE.*\" nokeepalive ssl-unclean-shutdown"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2710
msgid "It seems to clear up many problems between Internet Explorer and SSL."
-msgstr ""
+msgstr "该方法似乎可以解决许多使用 Internet Explorer 或 SSL 时遇到的问题。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2713
@@ -6746,6 +6770,8 @@ msgid ""
"<a href=\"#faq1_11\">1.11 I get an 'open_basedir restriction' while "
"uploading a file from the query box.</a>"
msgstr ""
+"<a href=\"#faq1_11\">1.11 我试图从查询窗口上传文件时发生了错误,错误信息是 "
+"'开放目录限制'(open_basedir restriction) </a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2716
@@ -6756,13 +6782,18 @@ msgid ""
"The uploaded files will be moved there, and after execution of your <abbr "
"title=\"structured query language\">SQL</abbr> commands, removed."
msgstr ""
+"从 2.2.4 版本开始,phpMyAdmin 支持服务器上的开放目录限制(open_basedir "
+"restrictions)。但是,你需要进行设置才能使用此功能。请创建一个临时目录,并将 "
+"<a href=\"#cfg_TempDir\" class=\"configrule\">$cfg['TempDir']</a> 设置为临时"
+"目录的路径。您上传的文件将会被临时存放在此目录下,SQL 语句执行完毕以后,临时"
+"文件就会被删除。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2723
msgid ""
"<a href=\"#faq1_12\">1.12 I have lost my MySQL root password, what can I do?"
"</a>"
-msgstr ""
+msgstr "<a href=\"#faq1_12\">1.12 我忘了 MySQL 的 root 密码,怎么办?</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2725
@@ -6770,6 +6801,8 @@ msgid ""
"The MySQL manual explains how to <a href=\"http://www.mysql.com/doc/R/e/"
"Resetting_permissions.html\"> reset the permissions</a>."
msgstr ""
+"请参考 MySQL 手册:<a href=\"http://www.mysql.com/doc/R/e/"
+"Resetting_permissions.html\">重设权限</a>."
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2730
@@ -6777,6 +6810,8 @@ msgid ""
"<a href=\"#faq1_13\">1.13 I get an error 'No <abbr title=\"structured query "
"language\">SQL</abbr> query' when trying to execute a bookmark.</a>"
msgstr ""
+"<a href=\"#faq1_13\">1.13 在我试图运行一条书签的时候,得到了如下错误信息:'没"
+"有 <abbr title=\"structured query language\">SQL</abbr> 查询'</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2734
@@ -6784,6 +6819,8 @@ msgid ""
"If PHP does not have read/write access to its <tt>upload_tmp_dir</tt>, it "
"cannot access the uploaded query."
msgstr ""
+"如果 PHP 对 <tt>upload_tmp_dir</tt> 目录没有读写权限,phpMyAdmin 将无法读取您"
+"上传的查询。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2738
@@ -6799,6 +6836,8 @@ msgid ""
"Check the <tt>post_max_size</tt> directive from your PHP configuration file "
"and try to increase it."
msgstr ""
+"检查 <tt>post_max_size</tt> 有没有在 PHP 的配置文件中显式指定,如果有,试着增"
+"加其大小。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2746
@@ -6806,6 +6845,8 @@ msgid ""
"<a href=\"#faq1_15\">1.15 I have problems with <i>mysql.user</i> field names."
"</a>"
msgstr ""
+"<a href=\"#faq1_15\">1.15 我在 <i>mysql.user</i> field names 上遇到了问题。</"
+"a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2749
@@ -6814,6 +6855,8 @@ msgid ""
"were named <tt>user</tt> and <tt>password</tt>. Please modify your field "
"names to align with current standards."
msgstr ""
+"在较老的 MySQL 版本中,<tt>User</tt> 和 <tt>Password</tt> 字段分别被命名为 "
+"<tt>user</tt> 和 <tt>password</tt>。请修改您的字段名中的大小写使其符合标准。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2754
@@ -6821,6 +6864,8 @@ msgid ""
"<a href=\"#faq1_16\">1.16 I cannot upload big dump files (memory, <abbr "
"title=\"HyperText Transfer Protocol\">HTTP</abbr> or timeout problems).</a>"
msgstr ""
+"<a href=\"#faq1_16\">1.16 我无法上传转储文件,上传时遇到了内存、 <abbr title="
+"\"HyperText Transfer Protocol\">HTTP</abbr> 、超时等方面的错误).</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2758
@@ -6829,6 +6874,8 @@ msgid ""
"these problems should not occur. If possible, upgrade your phpMyAdmin to the "
"latest version to take advantage of the new import features."
msgstr ""
+"phpMyAdmin 在 2.7.0 重写了导入引擎,并修复了以上问题。如果可能,请升级 "
+"phpMyAdmin 到最新版本,并体验 phpMyAdmin 新版给您带来的新特性。"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2762
@@ -6840,6 +6887,11 @@ msgid ""
"and handled by PHP. One user also said that post_max_size and memory_limit "
"need to be larger than upload_max_filesize."
msgstr ""
+"请检查 <i>php.ini</i> 文件中的 <tt>upload_max_filesize</tt>、 "
+"<tt>memory_limit</tt> 以及 <tt>post_max_size</tt> 的设置值。这三个选项都会影"
+"响您可以上传的文件大小和 PHP 能够处理的文件大小。如果您没有服务器管理权,请联"
+"系服务器管理员(或服务器提供商)检查这几项设置。另外,有用户反应 "
+"post_max_size 和 memory_limit 的设置值必须比 upload_max_filesize 的设置值大。"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2769
@@ -6847,6 +6899,8 @@ msgid ""
"There exist several workarounds if your upload is too big or your hosting "
"provider is unwilling to change the settings:"
msgstr ""
+"如果您上传的文件很大,或者服务器管理员或提供商不愿意修改以上几个设置,请参考"
+"下面的解决方法:"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:2772
@@ -6857,6 +6911,10 @@ msgid ""
"files from the temporary directory. More information is available in the <a "
"href=\"#config\">Configuration section</a> of this document."
msgstr ""
+"设置 <a href=\"#cfg_UploadDir\" class=\"configrule\">$cfg['UploadDir']</a>。"
+"设置该值后,您可以使用 SCP、FTP 或其他您喜欢的上传方式,将文件上传到临时目"
+"录,之后让 phpMyAdmin 从临时目录中读取文件。详细说明请参考本手册的<a href="
+"\"#config\">设置</a> 一节。"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:2778
@@ -6865,6 +6923,9 @@ msgid ""
"BigDump</a>) to split the files before uploading. We cannot support this or "
"any third party applications, but are aware of users having success with it."
msgstr ""
+"使用第三方工具(如 <a href=\"http://www.ozerov.de/bigdump.php\"> BigDump</"
+"a>)来将上传文件分割成小文件。phpMyAdmin 能够处理分割文件。但是,我们担心用户"
+"是否知道应该如何进行文件分割操作。"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:2782
@@ -6873,6 +6934,8 @@ msgid ""
"directly. You can do this by issuing the "source" command from "
"within MySQL: <tt>source <i>filename.sql</i></tt>."
msgstr ""
+"如果您能够使用 MySQL 的命令行,您可以直接在命令行中导入文件。您可以使用 "
+"MySQL 的 source 命令来导入文件,例如:<tt>source <i>filename.sql</i></tt>。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2788
@@ -6880,6 +6943,8 @@ msgid ""
"<a id=\"faqmysqlversions\" href=\"#faq1_17\">1.17 Which MySQL versions does "
"phpMyAdmin support?</a>"
msgstr ""
+"<a id=\"faqmysqlversions\" href=\"#faq1_17\">1.17 phpMyAdmin 支持什么版本的 "
+"MySQL?</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2791
@@ -6891,6 +6956,12 @@ msgid ""
"MySQL extension (MySQLi)</a> that is available in php 5.0. The latter one "
"should be used unless you have good reason not to do so."
msgstr ""
+"从 phpMyAdmin 3.0.x 开始,我们只支持 MySQL 5.0.1 或更新的 MySQL 版本。对于过"
+"去的 MySQL 版本,您必须使用 phpMyAdmin 2.8.x 分支版本。这是因为,由于 PHP 的 "
+"<a href=\"http://php.net/mysql\">MySQL 扩展</a>升级到 MySQLi(<a href="
+"\"http://php.net/mysqli\">improved MySQL extension </a>),新版的 phpMyAdmin "
+"使用 MySQLi 而无法连接到旧版的 MySQL。MySQLi 比传统的 MySQL 扩展更好,如果没"
+"有特殊的原因,我们没理由使用以前的 MySQL 扩展。"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2798
@@ -6913,6 +6984,8 @@ msgid ""
"returns the error message, "Client does not support authentication "
"protocol requested by server; consider upgrading MySQL client"</a>"
msgstr ""
+"<a href=\"#faq1_17a\">1.17a 我无法连接到 MySQL 服务器,它总是提示这个错误:"
+""客户端不支持服务器要求的认证方式,请升级 MySQL 客户端"</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2814
@@ -6937,6 +7010,12 @@ msgid ""
"in the <a href=\"http://dev.mysql.com/doc/mysql/en/old-client.html\">MySQL "
"Documentation</a>."
msgstr ""
+"通常在使用 MySQL 4.1 版本时会遇到此问题。MySQL 改变了认证过程中的哈希值,但 "
+"PHP 仍使用旧的方法计算此值。要解决此问题,请使用 <a href=\"http://www.php."
+"net/mysqli\">mysqli 扩展</a>和与 MySQL 服务器相容的客户端库。您可以在 <a "
+"href=\"#cfg_Servers_extension\" class=\"configrule\">$cfg['Servers'][$i]"
+"['extension']</a> 设置中设置使用 MySQLi。有关更多内容请阅读<a href=\"http://"
+"dev.mysql.com/doc/mysql/en/old-client.html\">MySQL 手册</a>。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2830
@@ -6946,6 +7025,10 @@ msgid ""
"capital letter in its name it is changed to lowercase as it should. But if I "
"try to DROP this table MySQL is unable to find the corresponding file.</a>"
msgstr ""
+"<a href=\"#faq1_18\">1.18 我正在使用 MySQL <= 4.0.1 并将 "
+"<tt>lower_case_table_names</tt> 设置到了1。在我使用大写字符创建一个表时,"
+"MySQL 创建了一个表名为全小写的表。但当我删除这个表时, MySQL 却无法找到对应的"
+"表文件。</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2836
@@ -6953,6 +7036,8 @@ msgid ""
"This is a bug of MySQL <= 4.0.1. Please upgrade to at least "
"MySQL 4.0.2 or turn off your <tt>lower_case_table_names</tt> directive."
msgstr ""
+"这是 MySQL <= 4.0.1 的一个错误。请将您的 MySQL 升级到 "
+"MySQL 4.0.2 版本,或者显式关闭 <tt>lower_case_table_names</tt> 选项。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2841
@@ -6960,6 +7045,8 @@ msgid ""
"<a href=\"#faq1_19\">1.19 I can't run the "display relations" "
"feature because the script seems not to know the font face I'm using!</a>"
msgstr ""
+"<a href=\"#faq1_19\">1.19 我无法使用"显示关系"功能。似乎脚本不认识"
+"我正在使用的字体。</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2844
@@ -6967,6 +7054,8 @@ msgid ""
"The "FPDF" library we're using for this feature requires some "
"special files to use font faces."
msgstr ""
+"在此功能中我们使用了 "FPDF" 库,该库还需要其他的一些文件才能使用自"
+"定义字体(font faces)。"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2846
@@ -6974,6 +7063,7 @@ msgid ""
"Please refers to the <a href=\"http://www.fpdf.org/\">FPDF manual</a> to "
"build these files."
msgstr ""
+"请参考 <a href=\"http://www.fpdf.org/\">FPDF 手册</a> 来生成这些必要的文件。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2850
@@ -6981,6 +7071,8 @@ msgid ""
"<a href=\"#faqmysql\">1.20 I receive the error "cannot load MySQL "
"extension, please check PHP Configuration".</a>"
msgstr ""
+"<a href=\"#faqmysql\">1.20 我得到了这样的错误信息: "无法载入 MySQL 扩"
+"展,请检查 PHP 配置"。</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2853
@@ -6991,6 +7083,10 @@ msgid ""
"name is probably <i>mysql.so</i> or <i>php_mysql.dll</i>. phpMyAdmin tried "
"to load the extension but failed."
msgstr ""
+"要连接到 MySQL 服务器,PHP 需要使用 MySQL 扩展中相关的 MySQL 函数。这个扩展应"
+"该需要编译到 PHP 中,或者以动态方式加载。如果是以动态方式加载,动态库的文件有"
+"可能是 <i>mysql.so</i> 或 <i>php_mysql.dll</i>。phpMyAdmin 试图加载动态库文"
+"件,但加载失败了。"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2859
@@ -6998,6 +7094,7 @@ msgid ""
"Usually, the problem is solved by installing a software package called ""
"PHP-MySQL" or something similar."
msgstr ""
+"通常情况下,安装 "PHP-MySQL" 或者其他类似的软件包即可解决此问题。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2863
@@ -7006,11 +7103,13 @@ msgid ""
"Interface\">CGI</abbr> version of PHP under Unix, and I cannot log in using "
"cookie auth.</a>"
msgstr ""
+"<a href=\"#faq1_21\">1.21 我在 Unix 下以 <abbr title=\"Common Gateway "
+"Interface\">CGI</abbr> 方式运行 PHP,但却无法使用 cookie 认证方式来登录。</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2867
msgid "In <i>php.ini</i>, set <tt>mysql.max_links</tt> higher than 1."
-msgstr ""
+msgstr "在 <i>php.ini</i> 文件中将 <tt>mysql.max_links</tt> 设为比1大的值。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2870
@@ -7018,6 +7117,8 @@ msgid ""
"<a href=\"#faq1_22\">1.22 I don't see the "Location of text file" "
"field, so I cannot upload.</a>"
msgstr ""
+"<a href=\"#faq1_22\">1.22 我找不到 "选择文件" 的按钮,那该怎么上传"
+"文件?</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2873
@@ -7025,6 +7126,8 @@ msgid ""
"This is most likely because in <i>php.ini</i>, your <tt>file_uploads</tt> "
"parameter is not set to "on"."
msgstr ""
+"通常这是因为您没有在 <i>php.ini</i> 中将 <tt>file_uploads</tt> 选项设置为 "
+""on"。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2877
@@ -7032,6 +7135,8 @@ msgid ""
"<a href=\"#faq1_23\">1.23 I'm running MySQL on a Win32 machine. Each time I "
"create a new table the table and field names are changed to lowercase!</a>"
msgstr ""
+"<a href=\"#faq1_23\">1.23 我在 Win32 系统上使用 MySQL,每次我创建表的时候表名"
+"都会被自动设为全小写,这是怎么回事?</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2880
@@ -7040,6 +7145,9 @@ msgid ""
"defaults to 1 (<tt>ON</tt>) in the Win32 version of MySQL. You can change "
"this behavior by simply changing the directive to 0 (<tt>OFF</tt>):"
msgstr ""
+"这是因为 Win32 版本的 MySQL 默认将 <tt>lower_case_table_names</tt> 设置为1"
+"(<tt>ON</tt>)。您可以将此设置显式地设为0(也就是<tt>OFF</tt>)来解决这个问"
+"题:"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2883
@@ -7047,25 +7155,27 @@ msgid ""
"Just edit your <tt>my.ini</tt> file that should be located in your Windows "
"directory and add the following line to the group [mysqld]:"
msgstr ""
+"打开 <tt>my.ini</tt> 文件,这个文件应该在您的 Windows 目录下,在“[mysqld]”后"
+"一行增加:"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:2886
#, no-wrap
msgid "set-variable = lower_case_table_names=0"
-msgstr ""
+msgstr "set-variable = lower_case_table_names=0"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2888
msgid ""
"Next, save the file and restart the MySQL service. You can always check the "
"value of this directive using the query"
-msgstr ""
+msgstr "然后,重新启动 MySQL。您也可以使用如下的查询语句来查询此设置值:"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:2891
#, no-wrap
msgid "SHOW VARIABLES LIKE 'lower_case_table_names';"
-msgstr ""
+msgstr "SHOW VARIABLES LIKE 'lower_case_table_names';"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2894
@@ -7073,12 +7183,16 @@ msgid ""
"<a href=\"#faq1_24\">1.24 Some characters are being truncated in my queries, "
"or I get characters randomly added. I am running PHP 4.2.3.</a>"
msgstr ""
+"<a href=\"#faq1_24\">1.24 我的查询语句中被加入了奇怪的字符,有时语句还会变得"
+"缺胳膊少腿的。我使用的 PHP 版本是 4.2.3。</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2897
msgid ""
"This is a <a href=\"http://bugs.php.net/bug.php?id=19404\">PHP 4.2.3 bug</a>."
msgstr ""
+"这是一个 <a href=\"http://bugs.php.net/bug.php?id=19404\">PHP 4.2.3 的错误 </"
+"a>."
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2901
@@ -7087,13 +7201,16 @@ msgid ""
"Windows XP, and I get problems, such as undefined variables when I run a "
"<abbr title=\"structured query language\">SQL</abbr> query.</a>"
msgstr ""
+"<a href=\"#faq1_25\">1.25 我在 Windows XP 上使用 Apache,并加载了mod_gzip-"
+"1.3.26.1a。在运行 <abbr title=\"structured query language\">SQL</abbr> 查询时"
+"出现了类似变量未定义的错误。</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2905
msgid ""
"A tip from Jose Fandos: put a comment on the following two lines in httpd."
"conf, like this:"
-msgstr ""
+msgstr "Jose Fandos 给出的解决方法:在 httpd.conf 中增加下面两行:"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:2909
@@ -7102,6 +7219,8 @@ msgid ""
"# mod_gzip_item_include file \\.php$\n"
"# mod_gzip_item_include mime \"application/x-httpd-php.*\"\n"
msgstr ""
+"# mod_gzip_item_include file \\.php$\n"
+"# mod_gzip_item_include mime \"application/x-httpd-php.*\"\n"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2913
@@ -7109,6 +7228,8 @@ msgid ""
"as this version of mod_gzip on Apache (Windows) has problems handling PHP "
"scripts. Of course you have to restart Apache."
msgstr ""
+"该 Windows 版本的 Apache mod_gzip 模块在处理 PHP 脚本时有些小问题。修改 "
+"httpd.conf 后,请重新启动 Apache。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2917
@@ -7117,6 +7238,11 @@ msgid ""
"<abbr title=\"Internet Information Services\">IIS</abbr> but I get the error "
""No input file specified" when trying to run phpMyAdmin.</a>"
msgstr ""
+"<a href=\"#faq1_26\">1.26 我将 phpMyAdmin 安装在了 <abbr title=\"Internet "
+"Information Services\">IIS</abbr> 根目录下,在我打开 phpMyAdmin 页面时,却出"
+"现了这样的错误:"No input file specified"</a> <!--“No input file "
+"specified”这个提示是 IIS 给出的,即使是中文版的IIS,也会给出英文提示,所以这"
+"里不翻译IIS的提示。——译者greensea注 -->"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2922
@@ -7126,6 +7252,8 @@ msgid ""
"select the user "IUSR_machine" from the list. Now set his "
"permissions and it should work."
msgstr ""
+"这是一个权限问题。右键单击 phpMyAdmin 目录,选择 属性-->-->安全-->增"
+"加,然后选择在用户列表中选择 IUSR_machine 用户,赋予其权限,即可解决此问题。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2928
@@ -7133,6 +7261,8 @@ msgid ""
"<a href=\"#faq1_27\">1.27 I get empty page when I want to view huge page "
"(eg. db_structure.php with plenty of tables).</a>"
msgstr ""
+"<a href=\"#faq1_27\">1.27 当我打开一个很大的页面时,页面显示空白(如 "
+"db_structure.php 页面中显示了很多表的时候)</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2931
@@ -7142,6 +7272,10 @@ msgid ""
"\"#cfg_OBGzip\" class=\"configrule\">$cfg['OBGzip'] = false</a> in <i>config."
"inc.php</i>), it should work. This bug will be fixed in PHP 5.0.0."
msgstr ""
+"这是一个 <a href=\"http://bugs.php.net/21079\">PHP 错误</a>,该错误会在打开 "
+"GZIP 输出的时候发生。如果您在 <i>config.inc.php</i> 中修改 <a href="
+"\"#cfg_OBGzip\" class=\"configrule\">$cfg['OBGzip'] = false</a> 选项来关闭这"
+"个功能,就能解决此问题。这个错误将会在 PHP 5.0.0 版本中修复。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2938
@@ -7149,6 +7283,8 @@ msgid ""
"<a href=\"#faq1_28\">1.28 My MySQL server sometimes refuses queries and "
"returns the message 'Errorcode: 13'. What does this mean?</a>"
msgstr ""
+"<a href=\"#faq1_28\">1.28 我的 MySQL 服务器偶尔会返回 'Errorcode: 13' 这样的"
+"错误信息,这是神么意思?</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2941
@@ -7159,6 +7295,11 @@ msgid ""
"to lower case and turn it on again. Alternatively, there's a bug-fix "
"available starting with MySQL 3.23.56 / 4.0.11-gamma."
msgstr ""
+"这个错误可能是因为 <tt>lower_case_table_names</tt> 被设为了1,而数据库中存在"
+"表名为大写的表,这是 MySQL 的一个错误。要解决此问题,请先显示地将 "
+"<tt>lower_case_table_names</tt> 设为 false,然后将所有表名改为小写,最后再重"
+"新将 <tt>lower_case_table_names</tt> 设为 true。MySQL 3.23.56 / 4.0.11-gamma "
+"版本已经修复了这个问题。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2948
@@ -7166,13 +7307,15 @@ msgid ""
"<a href=\"#faq1_29\">1.29 When I create a table or modify a field, I get an "
"error and the fields are duplicated.</a>"
msgstr ""
+"<a href=\"#faq1_29\">1.29 当我创建一个表或修改一个字段的时候,会发生错误,同"
+"时,字段名也会被损坏。</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2951
msgid ""
"It is possible to configure Apache in such a way that PHP has problems "
"interpreting .php files."
-msgstr ""
+msgstr "这可能是因为没有正确配置 Apache 而导致 PHP 无法正确解释 .php 文件。"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2954
@@ -7180,6 +7323,8 @@ msgid ""
"The problems occur when two different (and conflicting) set of directives "
"are used:"
msgstr ""
+"该问题的产生,可能是因为在 Apache 的配置文件中显式地指定了两组互相冲突的设"
+"置:"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:2958
@@ -7188,17 +7333,19 @@ msgid ""
"SetOutputFilter PHP\n"
"SetInputFilter PHP\n"
msgstr ""
+"SetOutputFilter PHP\n"
+"SetInputFilter PHP\n"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2962
msgid "and"
-msgstr ""
+msgstr "和"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:2964
#, no-wrap
msgid "AddType application/x-httpd-php .php"
-msgstr ""
+msgstr "AddType application/x-httpd-php .php"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2966
@@ -7207,13 +7354,15 @@ msgid ""
"conf</tt>, while the other set was in <tt>/etc/httpd/conf/addon-modules/php."
"conf</tt>."
msgstr ""
+"上面两组设置,有一组位于 <tt>/etc/httpd/conf/httpd.conf</tt> 中,另一组位于 "
+"<tt>/etc/httpd/conf/addon-modules/php.conf</tt> 中。"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2969
msgid ""
"The recommended way is with <tt>AddType</tt>, so just comment out the first "
"set of lines and restart Apache:"
-msgstr ""
+msgstr "推荐的设置是使用 AddType,所以,我们可以注释掉另外一组设置,就象这样:"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:2973
@@ -7222,6 +7371,8 @@ msgid ""
"#SetOutputFilter PHP\n"
"#SetInputFilter PHP\n"
msgstr ""
+"#SetOutputFilter PHP\n"
+"#SetInputFilter PHP\n"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2978
@@ -7236,16 +7387,18 @@ msgid ""
"This problem is known to happen when the server is running Turck MMCache but "
"upgrading MMCache to version 2.3.21 solves the problem."
msgstr ""
+"产正这个问题的原因是您的服务器上运行着 Turck MMCache,升级 MMCache 到 2.3.21 "
+"版本就可解决此问题。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2984
msgid "<a href=\"#faq1_31\">1.31 Does phpMyAdmin support php5?</a>"
-msgstr ""
+msgstr "<a href=\"#faq1_31\">1.31 phpMyAdmin 支持 PHP5 吗?</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2986
msgid "Yes."
-msgstr ""
+msgstr "当然支持。"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2988
@@ -7253,6 +7406,8 @@ msgid ""
"Since release 3.0 only PHP 5.2 and newer. For older PHP versions 2.9 branch "
"is still maintained."
msgstr ""
+"phpMyAdmin 3.0 及之后的版本只能在 PHP 5.2 或更新的版本上运行。对于旧版本的 "
+"PHP,请使用 phpMyAdmin 2.9 版本分支,这个分支版本目前还在维护中。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:2993
@@ -7261,6 +7416,9 @@ msgid ""
"\">HTTP</abbr> authentication with <abbr title=\"Internet Information "
"Services\">IIS</abbr>?</a>"
msgstr ""
+"<a href=\"#faq1_32\">1.32 我能在 <abbr title=\"Internet Information Services"
+"\">IIS</abbr> 服务器上使用 <abbr title=\"HyperText Transfer Protocol\">HTTP</"
+"abbr> 认证吗?</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:2995
@@ -7269,11 +7427,13 @@ msgid ""
"title=\"Internet Server Application Programming Interface\">ISAPI</abbr> "
"mode under <abbr title=\"Internet Information Services\">IIS</abbr> 5.1."
msgstr ""
+"可以。我们在 IIS 5.1 上以 ISAPI 方式加载 PHP 4.3.9,使用 phpMyAdmin 2.6.1 版"
+"本进行测试,结果可以正常使用 phpMyAdmin。"
#. type: Content of: <html><body><div><ol><li>
#: ../phpmyadmin/Documentation.html:2998
msgid "In your <tt>php.ini</tt> file, set <tt>cgi.rfc2616_headers = 0</tt>"
-msgstr ""
+msgstr "请在 <tt>php.ini</tt> 文件中将 <tt>cgi.rfc2616_headers</tt> 设为0。"
#. type: Content of: <html><body><div><ol><li>
#: ../phpmyadmin/Documentation.html:2999
@@ -7284,6 +7444,9 @@ msgid ""
"<tt>Integrated Windows authentication</tt>, and <tt>Digest</tt> if it's "
"enabled.) Click <tt>OK</tt>."
msgstr ""
+"打开<tt>站点属性——>目录安全性——>匿名访问</tt>对话框,选中“启用匿名访"
+"问“,并去掉“基本身份验证“”集成 Windows 身份验证“和“Windows 域服务器的摘要试身"
+"份验证“以及其他的复选框。"
#. type: Content of: <html><body><div><ol><li>
#: ../phpmyadmin/Documentation.html:3004
@@ -7291,6 +7454,8 @@ msgid ""
"In <tt>Custom Errors</tt>, select the range of <tt>401;1</tt> through "
"<tt>401;5</tt> and click the <tt>Set to Default</tt> button."
msgstr ""
+"在<tt>自定义错误</tt>选项卡中,选中<tt>401;1</tt>到<tt>401;5</tt>条目,然后点"
+"击<tt>设为默认</tt>按钮。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:3009
@@ -7298,6 +7463,8 @@ msgid ""
"<a href=\"#faq1_33\">1.33 Is there a problem with the mysqli extension when "
"running PHP 5.0.4 on 64-bit systems?</a>"
msgstr ""
+"<a href=\"#faq1_33\">1.33 在 64 位系统上能正常使用 MySQLi 扩展吗?我的 PHP 版"
+"本是 5.0.4。</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3012
@@ -7305,13 +7472,15 @@ msgid ""
"Yes. This problem affects phpMyAdmin ("Call to undefined function "
"pma_reloadnavigation"), so upgrade your PHP to the next version."
msgstr ""
+"不能。在这种情况下 phpMyAdmin 会出错(" 调用了未定义的函数:"
+"pma_reloadnavigation")。请升级您的 PHP。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:3016
msgid ""
"<a href=\"#faq1_34\">1.34 Can I access directly to database or table pages?</"
"a>"
-msgstr ""
+msgstr "<a href=\"#faq1_34\">1.34 我能直接输入网址来显示数据库和表吗?</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3018
@@ -7331,6 +7500,17 @@ msgid ""
"create following <code>.htaccess</code> file in root folder of phpMyAdmin "
"installation (don't forget to change directory name inside of it):"
msgstr ""
+"当然可以。您可以直接输入类似 http://server/phpMyAdmin/index.php?server=X&"
+"db=database&table=table&target=script 的 <abbr title=\"Uniform "
+"Resource Locator\">URL</abbr>。其中,server 域指定了您在 <tt>config.inc.php</"
+"tt> 中设置的服务器编号。table 和 script 域是可选的。如果您想使用类似 http://"
+"server/phpMyAdmin/database[/table][/script] 这样的 <abbr title=\"Uniform "
+"Resource Locator\">URL</abbr>,还需要进行一些额外的设置。下面给出在 Apache 上"
+"进行设置的方法:\n"
+"首先请确定您已经在全局范围内启用了 <code>Options FollowSymLinks</code> 和 "
+"<code>AllowOverride FileInfo</code> 功能,然后,在 phpMyAdmin 的目录配置下启"
+"用这两个功能。接着,在 phpMyAdmin 根目录下创建 .htaccess 文件,并将如下内容写"
+"入文件中:"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:3033
@@ -7343,6 +7523,12 @@ msgid ""
"RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)$ index.php?db=$1&table=$2 [R]\n"
"RewriteRule ^([a-zA-Z0-9_]+)$ index.php?db=$1 [R]\n"
msgstr ""
+"RewriteEngine On\n"
+"RewriteBase /path_to_phpMyAdmin\n"
+"RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)/([a-z_]+\\.php)$ index.php?db=$1&table=$2&target=$3 [R]\n"
+"RewriteRule ^([a-zA-Z0-9_]+)/([a-z_]+\\.php)$ index.php?db=$1&target=$2 [R]\n"
+"RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)$ index.php?db=$1&table=$2 [R]\n"
+"RewriteRule ^([a-zA-Z0-9_]+)$ index.php?db=$1 [R]\n"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:3042
@@ -7351,6 +7537,9 @@ msgid ""
"\">HTTP</abbr> authentication with Apache <abbr title=\"Common Gateway "
"Interface\">CGI</abbr>?</a>"
msgstr ""
+"<a href=\"#faq1_35\">1.35 我将 PHP 配置为在 Apache 上以 <abbr title=\"Common "
+"Gateway Interface\">CGI</abbr> 方式运行。在这种情况下我能否使用 <abbr title="
+"\"HyperText Transfer Protocol\">HTTP</abbr> 认证?</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3044
@@ -7358,6 +7547,8 @@ msgid ""
"Yes. However you need to pass authentication variable to <abbr title="
"\"Common Gateway Interface\">CGI</abbr> using following rewrite rule:"
msgstr ""
+"可以,但您需要设置以下重写规则,以便将登录参数传送给 <abbr title=\"Common "
+"Gateway Interface\">CGI</abbr>:"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:3048
@@ -7366,6 +7557,8 @@ msgid ""
"RewriteEngine On\n"
"RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]\n"
msgstr ""
+"RewriteEngine On\n"
+"RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]\n"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:3053
@@ -7373,6 +7566,8 @@ msgid ""
"<a href=\"#faq1_36\">1.36 I get an error "500 Internal Server "
"Error".</a>"
msgstr ""
+"<a href=\"#faq1_36\">1.36 网页显示 "500 Internal Server Error",怎"
+"么办?</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3056
@@ -7380,6 +7575,8 @@ msgid ""
"There can be many explanations to this and a look at your server's error log "
"file might give a clue."
msgstr ""
+"导致这种情况的原因有很多种,请查看您的服务器错误日志,其中可能包含了有关的错"
+"误信息。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:3061
@@ -7387,6 +7584,8 @@ msgid ""
"<a href=\"#faq1_37\">1.37 I run phpMyAdmin on cluster of different machines "
"and password encryption in cookie auth doesn't work.</a>"
msgstr ""
+"<a href=\"#faq1_37\">1.37 加密密码功能不起作用。我使用 cookie 认证方式,"
+"phpMyAdmin 运行在服务器集群上。</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3064
@@ -7396,6 +7595,8 @@ msgid ""
"unpack functions in code. Only solution is to use mcrypt extension which "
"works fine in this case."
msgstr ""
+"如果您的集群中存在不同体系结构的系统,就会导致 PHP 无法使用 pack/unpack 函数"
+"进行正确的加解密操作。解决此问题的方法是使用 mcrypt 扩展。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:3070
@@ -7403,6 +7604,8 @@ msgid ""
"<a href=\"#faq1_38\">1.38 Can I use phpMyAdmin on a server on which Suhosin "
"is enabled?</a>"
msgstr ""
+"<a href=\"#faq1_38\">1.38 我能在启用了 Suhosin 的服务器上使用 phpMyAdmin 吗?"
+"</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3072
@@ -7415,6 +7618,12 @@ msgid ""
"(<tt>suhosin</tt> instead of <tt>hphp</tt>). See also the <a href="
"\"#cfg_SuhosinDisableWarning\"> <tt>SuhosinDisableWarning</tt> directive</a>."
msgstr ""
+"可以,但是如果使用 Suhosin 的默认配置参数,在进行某些操作,如编辑一张有很多字"
+"段而没有主键的表时,就会出现问题。请参考 <a href=\"http://www.hardened-php."
+"net/hphp/troubleshooting.html\"> http://www.hardened-php.net/hphp/"
+"troubleshooting.html</a> 来修改 Suhosin 的配置,注意 <tt>hphp</tt> 已经改为 "
+"<tt>suhosin</tt>。建议参看<a href=\"#cfg_SuhosinDisableWarning\">强制"
+"<tt>Suhosin 禁用警告</tt></a>"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:3083
@@ -7423,6 +7632,8 @@ msgid ""
"then my connection is redirected back to http. What can cause this behavior?"
"</a>"
msgstr ""
+"<a href=\"#faq1_39\">1.39 在使用 http 时我能正常登录,但是在切换到 https 方式"
+"后却不能登录了,这是怎么回事?</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3087
@@ -7432,6 +7643,10 @@ msgid ""
"mod/mod_ssl.html#ssloptions\">http://httpd.apache.org/docs/2.0/mod/mod_ssl."
"html#ssloptions</a>."
msgstr ""
+"请确认您在 Apache 的配置文件中启用了 <tt>SSLOptions</tt> 和 </tt>StdEnvVars</"
+"tt>。具体请参考 <a href=\"http://httpd.apache.org/docs/2.0/mod/mod_ssl."
+"html#ssloptions\">http://httpd.apache.org/docs/2.0/mod/mod_ssl."
+"html#ssloptions</a>。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:3091
@@ -7439,6 +7654,8 @@ msgid ""
"<a href=\"#faq1_40\">1.40 When accessing phpMyAdmin via an Apache reverse "
"proxy, cookie login does not work,</a>"
msgstr ""
+"<a href=\"#faq1_40\">1.40 当使用 Apache 反向代理来访问 phpMyAdmin 时,无法使"
+"用 cookie 认证方式登录。</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3093
@@ -7446,11 +7663,12 @@ msgid ""
"To be able to use cookie auth Apache must know that it has to rewrite the "
"set-cookie headers."
msgstr ""
+"要在此方式下使用 cookie 认证,请确保将 Apache 设置为重写 set-cookie 头。"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3094
msgid "Example from the Apache 2.2 documentation:"
-msgstr ""
+msgstr "Apache 2.2 中给出了一个例子:"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:3096
@@ -7461,6 +7679,10 @@ msgid ""
"ProxyPassReverseCookieDomain backend.example.com public.example.com \n"
"ProxyPassReverseCookiePath / /mirror/foo/ \n"
msgstr ""
+"ProxyPass /mirror/foo/ http://backend.example.com/\n"
+"ProxyPassReverse /mirror/foo/ http://backend.example.com/\n"
+"ProxyPassReverseCookieDomain backend.example.com public.example.com \n"
+"ProxyPassReverseCookiePath / /mirror/foo/ \n"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3102
@@ -7469,6 +7691,8 @@ msgid ""
"(~) must be url encoded as %7E in the ProxyPassReverse* lines. This is not "
"specific to phpmyadmin, it's just the behavior of Apache."
msgstr ""
+"注意:如果您的 URL 中带有 ~ 字符,请在 ProxyPassReverse 设置中将其转义为 %"
+"7E,就像下面那样:"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:3108
@@ -7479,6 +7703,10 @@ msgid ""
"http://backend.example.com/%7Euser/phpmyadmin\n"
"ProxyPassReverseCookiePath /%7Euser/phpmyadmin /mirror/foo\n"
msgstr ""
+"ProxyPass /mirror/foo/ http://backend.example.com/~user/phpmyadmin\n"
+"ProxyPassReverse /mirror/foo/\n"
+"http://backend.example.com/%7Euser/phpmyadmin\n"
+"ProxyPassReverseCookiePath /%7Euser/phpmyadmin /mirror/foo\n"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3114
@@ -7486,6 +7714,8 @@ msgid ""
"See <a href=\"http://httpd.apache.org/docs/2.2/mod/mod_proxy.html\">http://"
"httpd.apache.org/docs/2.2/mod/mod_proxy.html</a> for more details."
msgstr ""
+"更多信息请参考 <a href=\"http://httpd.apache.org/docs/2.2/mod/mod_proxy.html"
+"\">http://httpd.apache.org/docs/2.2/mod/mod_proxy.html</a>。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:3118
@@ -7500,6 +7730,7 @@ msgid ""
"The MySQL server's privilege tables are not up to date, you need to run the "
"<tt>mysql_upgrade</tt> command on the server."
msgstr ""
+"MySQL 服务器的权限表没有更新,请运行 <tt>mysql_upgrade</tt> 命令来进行更新。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:3128
@@ -7508,6 +7739,10 @@ msgid ""
"information - headers already sent by ..." is displayed, what's the "
"problem?</a>"
msgstr ""
+"<a href=\"#faq2_1\">2.1 页面显示 "Warning: Cannot add header "
+"information - headers already sent by ...",怎么办?</a> <!-- 这似乎是一"
+"个PHP的错误提示,鉴于PHP的错误提示还没有中文化,这里就保留错误原文——greensea"
+"译注-->"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3131
@@ -7519,12 +7754,18 @@ msgid ""
"kit: the file <tt>libraries/Config.class.php</tt> contained an end-of-line "
"character (hex 0A) at the end; removing this character cleared his errors."
msgstr ""
+"请检查 <i>config.inc.php</i> 文件,确保在 <tt><?php</tt> 之前和 <tt>?>"
+"</tt> 标签之后没有任何字符(包括空格、制表符以及空行等)。在 IIS 上使用 "
+"zipped 功能的用户同样向我们反馈了类似问题,在 <tt>libraries/Config.class."
+"php</tt> 文件末尾有一个行尾符(ASCII 码为 0A),删除此字符即可解决问题。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:3140
msgid ""
"<a href=\"#faq2_2\">2.2 phpMyAdmin can't connect to MySQL. What's wrong?</a>"
msgstr ""
+"<a href=\"#faq2_2\">2.2 phpMyAdmiin 无法连接到 MySQL 服务器,这是怎么回事?</"
+"a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3142
@@ -7534,6 +7775,9 @@ msgid ""
"works. If it doesn't, it may be you haven't even compiled MySQL support into "
"PHP."
msgstr ""
+"这可能是因为您的 PHP 配置有误,或者您使用的登录名和密码错误。请写一个脚本,使"
+"用 mysql_connect 来尝试是否能连接到 MySQL 服务器,如果不能,就说明您可能没有"
+"将 MySQL 编译到 PHP 中,或者没有加载 MySQL 库。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:3148
@@ -7542,11 +7786,14 @@ msgid ""
"Failed: Can't connect to local MySQL server through socket '/tmp/mysql."
"sock' (111) ..." is displayed. What can I do?</a>"
msgstr ""
+"<a href=\"#faq2_3\">2.3 网页显示 "Warning: MySQL Connection Failed: "
+"Can't connect to local MySQL server through socket '/tmp/mysql."
+"sock' (111) ..." 这样的错误,怎么办?</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3152
msgid "For RedHat users, Harald Legner suggests this on the mailing list:"
-msgstr ""
+msgstr "Harald Legner 在邮件列表中为 RedHat 用户给出了一个解决方法:"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3154
@@ -7554,38 +7801,41 @@ msgid ""
"On my RedHat-Box the socket of MySQL is <i>/var/lib/mysql/mysql.sock</i>. "
"In your <i>php.ini</i> you will find a line"
msgstr ""
+"在我的 RadHat 服务器上,MySQL 的 socket 是 <i>/var/lib/mysql/mysql.sock</i>,"
+"你应该能在 <i>php.ini</i> 文件中找到这样一行:"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:3157
#, no-wrap
msgid "mysql.default_socket = /tmp/mysql.sock"
-msgstr ""
+msgstr "mysql.default_socket = /tmp/mysql.sock"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3159
msgid "change it to"
-msgstr ""
+msgstr "将其修改为"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:3161
#, no-wrap
msgid "mysql.default_socket = /var/lib/mysql/mysql.sock"
-msgstr ""
+msgstr "mysql.default_socket = /var/lib/mysql/mysql.sock"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3163
msgid "Then restart apache and it will work."
-msgstr ""
+msgstr "之后重新启动 Apache,即可解决问题。"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3165
msgid "Here is a fix suggested by Brad Ummer:"
-msgstr ""
+msgstr "Brad Ummer 给出了另一种解决方案:"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:3167
msgid "First, you need to determine what socket is being used by MySQL."
msgstr ""
+"首先你需要确定 MySQL 使用了何种类型的 socket,请按照下面的步骤进行操作:"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:3168
@@ -7596,18 +7846,22 @@ msgid ""
"your MySQL server, including the socket (<i>/tmp/mysql.sock</i>, for "
"example)."
msgstr ""
+"用终端连接到你的 MySQL 服务器并切换到 MySQL 的 bin 目录,在这个目录下你应该能"
+"找到一个名为 <i>mysqladmin</i> 的文件。执行 <tt>./mysqladmin variables</tt> "
+"命令,你就能得到 MySQL 服务器的信息,其中包括了 socket 信息(类似 <i>/tmp/"
+"mysql.sock</i>)。"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:3173
msgid "Then, you need to tell PHP to use this socket."
-msgstr ""
+msgstr "接下来,设置 PHP 让它使用这个 socket。"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:3173
msgid ""
"To do this in phpMyAdmin, you need to complete the socket information in the "
"<i>config.inc.php</i>."
-msgstr ""
+msgstr "打开 phpMyAdmin 的 <i>config.inc.php</i> 文件。"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:3176
@@ -7615,13 +7869,15 @@ msgid ""
"For example: <a href=\"#cfg_Servers_socket\" class=\"configrule\"> $cfg"
"['Servers'][$i]['socket'] = '/tmp/mysql.sock';</a>"
msgstr ""
+"将 <a href=\"#cfg_Servers_socket\" class=\"configrule\"> $cfg['Servers'][$i]"
+"['socket']</a> 修改为刚才得到的 socket。"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:3181
msgid ""
"Please also make sure that the permissions of this file allow to be readable "
"by your webserver (i.e. '0755')."
-msgstr ""
+msgstr "同时请确此文件能被网站服务器进程读取(如将其掩码设为 0755)。"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3185
@@ -7630,6 +7886,8 @@ msgid ""
"Can_not_connect_to_server.html\"> corresponding section of the MySQL "
"documentation</a>."
msgstr ""
+"更多信息请参考 <a href=\"http://www.mysql.com/doc/C/a/"
+"Can_not_connect_to_server.html\">MySQL 文档</a>."
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:3190
@@ -7637,6 +7895,8 @@ msgid ""
"<a href=\"#faq2_4\">2.4 Nothing is displayed by my browser when I try to run "
"phpMyAdmin, what can I do?</a>"
msgstr ""
+"<a href=\"#faq2_4\">2.4 我运行 phpMyAdmin 的时候,浏览器什么都没有显示,怎么"
+"办?</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3193
@@ -7645,6 +7905,8 @@ msgid ""
"a> directive to <tt>FALSE</tt> in the phpMyAdmin configuration file. It "
"helps sometime."
msgstr ""
+"请在 phpMyAdmin 的配置文件中将 <a href=\"#cfg_OBGzip\" class=\"configrule\">"
+"$cfg['OBGZip']</a> 显式地设为 <tt>FALSE</tt>,也许能解决此问题。"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3196
@@ -7653,6 +7915,9 @@ msgid ""
"" it means you're running a beta version of PHP. That's not a so good "
"idea, please upgrade to a plain revision."
msgstr ""
+"另外,请查看您的 PHP 版本号,如果版本号是类似 "4.0b..." 这样的系"
+"列,这说明您使用的 PHP 是一个测试版,使用测试版可能会产生一些奇怪的问题,请"
+"将 PHP 升级到稳定版。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:3201
@@ -7662,6 +7927,9 @@ msgid ""
"with <abbr title=\"HyperText Transfer Protocol\">HTTP</abbr> or cookie "
"authentication, I'm asked to log in again. What's wrong?</a>"
msgstr ""
+"<a href=\"#faq2_5\">2.5 当我删除记录、表或数据库时,浏览器总是显示 404 (找不"
+"到网页)。另外,如果使用 <abbr title=\"HyperText Transfer Protocol\">HTTP</"
+"abbr> 或 cookie 认证方式,phpMyAdmin 会要求重新登录,这是怎么回事?</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3205
@@ -7670,6 +7938,8 @@ msgid ""
"\"configrule\">$cfg['PmaAbsoluteUri']</a> directive in the phpMyAdmin "
"configuration file."
msgstr ""
+"请在 phpMyAdmin 的配置文件中检查您是否显式地设定了 <a href="
+"\"#cfg_PmaAbsoluteUri\" class=\"configrule\">$cfg['PmaAbsoluteUri']</a>。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:3210
@@ -7678,6 +7948,10 @@ msgid ""
"'root@localhost' (Using password: YES)"-error when trying to access a "
"MySQL-Server on a host which is port-forwarded for my localhost.</a>"
msgstr ""
+"<a href=\"#faq2_6\">2.6 我试图连接到 MySQL 服务器时得到这样的错误:""
+"Access denied for user: 'root@localhost' (Using password: YES)"。我对 "
+"MySQL 服务器端口进行了端口映射,将localhost 的端口转发到 MySQL 服务器端口上。"
+"</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3214
@@ -7685,6 +7959,8 @@ msgid ""
"When you are using a port on your localhost, which you redirect via port-"
"forwarding to another host, MySQL is not resolving the localhost as expected."
msgstr ""
+"当您在自己的机器上(localhost)使用端口映射访问另一台机器上的 MySQL 时,"
+"MySQL 解析 localhost 主机名时将得到错误的结果。"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3217
@@ -7701,11 +7977,13 @@ msgid ""
"If you enter \"127.0.0.1\" as hostname, everything is right and MySQL uses "
"the <abbr title=\"Transmission Control Protocol\">TCP</abbr> connection."
msgstr ""
+"如果你使用 127.0.0.1 作为主机名,并使用将 MySQL 设置为使用 <abbr title="
+"\"Transmission Control Protocol\">TCP</abbr> 链接,就可以正常登录了。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:3224
msgid "<a href=\"#faqthemes\">2.7 Using and creating themes</a>"
-msgstr ""
+msgstr "<a href=\"#faqthemes\">2.7 如何创建和使用主题?</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3226
@@ -7715,6 +7993,10 @@ msgid ""
"$cfg['ThemeManager']</a> and <a href=\"#cfg_ThemeDefault\" class=\"configrule"
"\">$cfg['ThemeDefault']</a>."
msgstr ""
+"有关主题的设置项是:<a href=\"#cfg_ThemePath\" class=\"configrule\">$cfg"
+"['ThemePath']</a>, <a href=\"#cfg_ThemeManager\" class=\"configrule\">$cfg"
+"['ThemeManager']</a> 以及 <a href=\"#cfg_ThemeDefault\" class=\"configrule\">"
+"$cfg['ThemeDefault']</a>。"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3231
@@ -7725,6 +8007,9 @@ msgid ""
"original" contains all images and styles, for backwards compatibility "
"and for all themes that would not include images or css-files."
msgstr ""
+"请不要修改 <a href=\"#cfg_ThemePath\" class=\"configrule\">$cfg['ThemePath']"
+"</a> 选项设置的目录下的文件结构,更不要删除这个目录。这个目录是 phpMyAdmin 的"
+"系统主题,如果一些主题缺少某些文件,phpMyAdmin 就会使用系统主题的文件替代之。"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3238
@@ -7733,11 +8018,14 @@ msgid ""
"a> is enabled, you can select your favorite theme on the main page. Your "
"selected theme will be stored in a cookie."
msgstr ""
+"如果设置了 <a href=\"#cfg_ThemeManager\" class=\"configrule\">$cfg"
+"['ThemeManager']</a>,您就可以在 phpMyAdmin 主页面中选择喜欢的主题。您使用的"
+"主题名字将会保存在 cookie 中。"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3242
msgid "To create a theme:"
-msgstr ""
+msgstr "要创建一个主题,请按照下面的方法进行操作:"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:3244
@@ -7746,28 +8034,31 @@ msgid ""
"href=\"#cfg_ThemePath\" class=\"configrule\">$cfg['ThemePath']</a> (by "
"default <tt>themes</tt>)"
msgstr ""
+"在 <a href=\"#cfg_ThemePath\" class=\"configrule\">$cfg['ThemePath']</a> (默"
+"认值是<tt>themes</tt>) 设置的目录下创建一个新目录。"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:3247
msgid ""
"copy the files and directories from "original" to ""
"your_theme_name""
-msgstr ""
+msgstr "复制 "original" 目录下所有的文件到您朝见的目录中。"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:3249
msgid "edit the css-files in "your_theme_name/css""
-msgstr ""
+msgstr "在您创建的目录下,打开 css 子目录,修改其中的层叠样式表文件。"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:3250
msgid "put your new images in "your_theme_name/img""
-msgstr ""
+msgstr "将您的图片复制到您创建的主题目录下的 img 子目录中。"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:3251
msgid "edit <tt>layout.inc.php</tt> in "your_theme_name""
msgstr ""
+"在您创建的目录下有一个 <tt>layout.inc.php</tt> 文件,按您的需要编辑此文件。"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:3252
@@ -7775,13 +8066,15 @@ msgid ""
"edit <tt>info.inc.php</tt> in "your_theme_name" to contain your "
"chosen theme name, that will be visible in user interface"
msgstr ""
+"在您的主题目录下还有一个 <tt>info.inc.php</tt> 文件,您可以在这个文件中设置您"
+"的主题名字。"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:3254
msgid ""
"make a new screenshot of your theme and save it under "your_theme_name/"
"screen.png""
-msgstr ""
+msgstr "为您的主题截图,并将截图保存到主题目录下,将其命名为 screen.png。"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3258
@@ -7793,6 +8086,11 @@ msgid ""
"compatible - theme with version 2 should work in phpMyAdmin requiring "
"version 1. Themes with different generation are incompatible."
msgstr ""
+"在主题目录下有一个 <tt>info.inc.php</tt> 文件,其中包含了主题全名和主题版本"
+"号。主题版本号由您自行设定,不需要符合 phpMyAdmin 的版本号,只需要保证版本号"
+"是纯数字就行。拥有相同主版本号(generation number)的主题应该向下兼容。子版本"
+"号为2的主题应该能在使用子版本1主题的 phpMyAdmin 上正常显示。主版本号不相同的"
+"主题无须相互兼容。"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3265
@@ -7801,6 +8099,8 @@ msgid ""
""img" in "your_theme_name". phpMyAdmin will use the "
"default icons and buttons (from the system-theme "original")."
msgstr ""
+"如果您没有自己主题的图标和按钮,请删除您的主题目录下的 img 目录。phpMyAdmin "
+"将使用默认的图标和按钮(位于 original 目录下的系统主题)。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:3271
@@ -7808,11 +8108,13 @@ msgid ""
"<a href=\"#faqmissingparameters\">2.8 I get "Missing parameters" "
"errors, what can I do?</a>"
msgstr ""
+"<a href=\"#faqmissingparameters\">2.8 我遇到了一个错误,错误提示 "缺少参"
+"数" 怎么办?</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3274
msgid "Here are a few points to check:"
-msgstr ""
+msgstr "请先检查以下几点:"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:3276
@@ -7822,6 +8124,10 @@ msgid ""
"href=\"#faq4_7\"><abbr title=\"Frequently Asked Questions\">FAQ</abbr> 4.7</"
"a>."
msgstr ""
+"在 <tt>config.inc.php</tt> 文件中,显式地将 <a href=\"#cfg_PmaAbsoluteUri\" "
+"class=\"configrule\">$cfg['PmaAbsoluteUri']</a> 设置为空。请参考<a href="
+"\"#faq4_7\"><abbr title=\"Frequently Asked Questions\">常见问题</abbr> 4.7</"
+"a>."
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:3281
@@ -7830,6 +8136,9 @@ msgid ""
"Optimizer. See <a href=\"http://bugs.php.net/bug.php?id=31134\"> http://bugs."
"php.net/bug.php?id=31134</a>."
msgstr ""
+"可能您安装的 PHP 版本有问题,试试升级 Zend Optimizer。请参考 <a href="
+"\"http://bugs.php.net/bug.php?id=31134\"> http://bugs.php.net/bug.php?"
+"id=31134</a>。"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:3286
@@ -7839,6 +8148,10 @@ msgid ""
"you could get this error if your table has a high number of columns. Adjust "
"this setting accordingly. (Thanks to Klaus Dorninger for the hint)."
msgstr ""
+"如果您使用 Hardened PHP 并在 php.ini 中将 <tt>varfilter."
+"max_request_variables</tt> 显式地设为了小于等于默认值(200)的值,就可能会导"
+"致此问题。如果您的表中有很多字段,请增加此设置的值(感谢 Klaus Dorninger 提供"
+"的信息)。"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:3291
@@ -7846,6 +8159,8 @@ msgid ""
"In the <tt>php.ini</tt> directive <tt>arg_separator.input</tt>, a value of "
"";" will cause this error. Replace it with "&;"."
msgstr ""
+"如果在 <tt>php.ini</tt> 中的选项 <tt>arg_separator.input</tt> 被设置为";"
+""就有可能导致此问题。请将其设置为 "&;"。"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:3294
@@ -7854,6 +8169,9 @@ msgid ""
"you might want to increase <a href=\"http://www.hardened-php.net/hphp/"
"troubleshooting.html\">request limits</a>."
msgstr ""
+"如果您正在使用 <a href=\"http://www.hardened-php.net/\">Hardened-PHP</a>,请"
+"增大 <a href=\"http://www.hardened-php.net/hphp/troubleshooting.html"
+"\">request limits</a> 的设置值。"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:3298
@@ -7861,11 +8179,13 @@ msgid ""
"The directory specified in the <tt>php.ini</tt> directive <tt>session."
"save_path</tt> does not exist or is read-only."
msgstr ""
+"如果 <tt>php.ini</tt> 中的选项 <tt>session.save_path</tt> 设定的目录不存在或"
+"者目录权限为只读,也有可能导致此问题。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:3303
msgid "<a href=\"#faq2_9\">2.9 Seeing an upload progress bar</a>"
-msgstr ""
+msgstr "<a href=\"#faq2_9\">2.9 怎样设置才能显示上传进度条</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3305
@@ -7875,6 +8195,9 @@ msgid ""
"the <a href=\"http://pecl.php.net/package/uploadprogress\">uploadprogress</"
"a> one. Moreover, the JSON extension has to be enabled in your PHP."
msgstr ""
+"要使用此功能,请在服务器上安装 <a href=\"http://pecl.php.net/package/APC"
+"\">APC</a> 扩展或 <a href=\"http://pecl.php.net/package/uploadprogress"
+"\">uploadprogress</a>,并启用 JSON 扩展。"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3309
@@ -7882,6 +8205,7 @@ msgid ""
"If using APC, you must set <tt>apc.rfc1867</tt> to <tt>on</tt> in your php."
"ini."
msgstr ""
+"如果使用 APC,请在 php.ini 中将 <tt>apc.rfc1867</tt> 设为 <tt>on</tt>。"
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:3311
@@ -7895,6 +8219,8 @@ msgid ""
"Protocol\">HTTP</abbr> authentication, an user who logged out can not log in "
"again in with the same nick.</a>"
msgstr ""
+"<a href=\"#login_bug\">3.1 使用 <abbr title=\"HyperText Transfer Protocol"
+"\">HTTP</abbr> 认证时,一个用户退出之后就无法再使用相同的用户名重新登录。</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3318
@@ -7903,6 +8229,8 @@ msgid ""
"phpMyAdmin. To bypass this problem: just close all the opened browser "
"windows and then go back to phpMyAdmin. You should be able to log in again."
msgstr ""
+"这是 phpMyAdmin 的认证机制引起的问题。要解决此问题,请关闭所有已打开的 "
+"Windows 文件夹,然后重新登录 phpMyAdmin。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:3324
@@ -7910,6 +8238,8 @@ msgid ""
"<a href=\"#faq3_2\">3.2 When dumping a large table in compressed mode, I get "
"a memory limit error or a time limit error.</a>"
msgstr ""
+"<a href=\"#faq3_2\">3.2 转储一个很大的表时,遇到了“超出内存限制“或“运行超"
+"时“错误。</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3327
@@ -7921,6 +8251,10 @@ msgid ""
"this way, so if you need Zip files for larger dump, you have to use another "
"way."
msgstr ""
+"压缩转储在内存中进行,而 PHP 对内存的使用有限制。从 2.5.4 版本开始,可以使用 "
+"Gzip/BZip2 导出来解决此问题。启用 <a href=\"#cfg_CompressOnFly\" class="
+"\"configrule\">$cfg['CompressOnFly']</a> 选项(默认已启用)。此方法不支持 "
+"Zip 导出,要进行 Zip 导出,需要使用其他的方法。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:3335
@@ -7928,6 +8262,8 @@ msgid ""
"<a href=\"#faq3_3\">3.3 With InnoDB tables, I lose foreign key relationships "
"when I rename a table or a column.</a>"
msgstr ""
+"<a href=\"#faq3_3\">3.3 重命名 InnoDB 表名或其中的字段名时,外间关系会丢失。"
+"</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3338
@@ -7935,6 +8271,8 @@ msgid ""
"This is an InnoDB bug, see <a href=\"http://bugs.mysql.com/bug.php?id=21704"
"\">http://bugs.mysql.com/bug.php?id=21704</a>."
msgstr ""
+"这是一个 InnoDB 引擎的错误,请参考:<a href=\"http://bugs.mysql.com/bug.php?"
+"id=21704\">http://bugs.mysql.com/bug.php?id=21704</a>。"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:3341
@@ -7942,13 +8280,15 @@ msgid ""
"<a href=\"#faq3_4\">3.4 I am unable to import dumps I created with the "
"mysqldump tool bundled with the MySQL server distribution.</a>"
msgstr ""
+"<a href=\"#faq3_4\">3.4 我无法导入用 MySQL 服务器工具 mysqldump 生成的转储文"
+"件。</a>"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3344
msgid ""
"The problem is that older versions of mysqldump created invalid comments "
"like this:"
-msgstr ""
+msgstr "这是因为旧版本的 mysqldump 生成了错误的注释行,就像下面这样:"
#. type: Content of: <html><body><div><pre>
#: ../phpmyadmin/Documentation.html:3347
@@ -7960,6 +8300,11 @@ msgid ""
"---------------------------------------------------------\n"
"-- Server version 3.23.54\n"
msgstr ""
+"-- MySQL dump 8.22\n"
+"--\n"
+"-- Host: localhost Database: database\n"
+"---------------------------------------------------------\n"
+"-- Server version 3.23.54\n"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3354
@@ -7969,22 +8314,26 @@ msgid ""
"dump you have to turn it into valid MySQL. This means, you have to add a "
"whitespace after the first two dashes of the line or add a # before it:"
msgstr ""
+"错误的注释是那行由短横线组成的水平线,正确的注释应该是两个短横线后面跟一个空"
+"格。所以,要解决此问题,请在水平线的前两个短横线后
加上一个空格,或直接在水平"
+"线的前面加上一个#符号,就像下面这样:"
#. type: Content of: <html><body><div><p><code>
#: ../phpmyadmin/Documentation.html:3359
msgid "<code> -- -------------------------------------------------------"
-msgstr ""
+msgstr "<code> -- -------------------------------------------------------"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3361
msgid "</code> or"
-msgstr ""
+msgstr "</code> 或者"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3363
msgid ""
"<code> #--------------------------------------------------------- </code>"
msgstr ""
+"<code> #--------------------------------------------------------- </code>"
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:3369
@@ -10011,8 +10360,8 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
msgid ""
-"For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-"20Manual.htm\">How to synchronize</a>"
+"For more details see <a href=\"./documentation-gsoc/"
+"Synchronization_User_Manual.htm\">How to synchronize</a>"
msgstr ""
#. type: Content of: <html><body><div><h2>
diff --git a/po/zh_TW.po b/po/zh_TW.po
index b657a0a..5893ff9 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-01 08:21+0100\n"
+"POT-Creation-Date: 2010-03-10 09:57+0100\n"
"PO-Revision-Date: 2010-01-25 13:26+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -9346,8 +9346,8 @@ msgstr ""
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4411
msgid ""
-"For more details see <a href=\"./documentation-gsoc/Synchronization_User%"
-"20Manual.htm\">How to synchronize</a>"
+"For more details see <a href=\"./documentation-gsoc/"
+"Synchronization_User_Manual.htm\">How to synchronize</a>"
msgstr ""
#. type: Content of: <html><body><div><h2>
hooks/post-receive
--
phpMyAdmin localized documentation
1
0