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
- 10 participants
- 38613 discussions

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2RC1-1573-g6d05e37
by Michal Čihař 12 Apr '10
by Michal Čihař 12 Apr '10
12 Apr '10
The branch, master has been updated
via 6d05e375e8645cb53293ba53fe8d48c96e38f3e7 (commit)
via 0310966ed2b3169af9fd0cdc2e9c3968818037a9 (commit)
from ab6c0126bfb392e944f09e0e8f0923b373ad96df (commit)
- Log -----------------------------------------------------------------
commit 6d05e375e8645cb53293ba53fe8d48c96e38f3e7
Author: Michal Čihař <mcihar(a)novell.com>
Date: Mon Apr 12 16:56:13 2010 +0200
Initialize variable in case first loop fails.
commit 0310966ed2b3169af9fd0cdc2e9c3968818037a9
Author: Michal Čihař <mcihar(a)novell.com>
Date: Mon Apr 12 16:55:03 2010 +0200
Fix assignment.
-----------------------------------------------------------------------
Summary of changes:
js/functions.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/js/functions.js b/js/functions.js
index a9346fe..2f15915 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -465,7 +465,7 @@ function showDetails(i, update_size, insert_size, remove_size, insert_index, rem
//The case when the row showing the details need to be removed from the table i.e. the difference button is deselected now.
var table_rows = table_body.getElementsByTagName("tr");
var j;
- var index;
+ var index = 0;
for (j=0; j < table_rows.length; j++)
{
if (table_rows[j].id == i) {
@@ -1668,7 +1668,7 @@ function requestMIMETypeChange(db, table, reference, current_mime_type)
{
// no mime type specified, set to default (nothing)
if (undefined == current_mime_type)
- current_mime_type == "";
+ current_mime_type = "";
// prompt user for new mime type
var new_mime_type = prompt("Enter custom MIME type", current_mime_type);
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. f7779ad1b24ca831c0f2fb3718bae46716e55205
by Michal Čihař 12 Apr '10
by Michal Čihař 12 Apr '10
12 Apr '10
The branch, master has been updated
via f7779ad1b24ca831c0f2fb3718bae46716e55205 (commit)
from bf2c5407b89ab36d045d06a1cbcf63c8fb5f8cad (commit)
- Log -----------------------------------------------------------------
commit f7779ad1b24ca831c0f2fb3718bae46716e55205
Author: Michal Čihař <mcihar(a)novell.com>
Date: Mon Apr 12 14:10:56 2010 +0200
Regenerate docs.
-----------------------------------------------------------------------
Summary of changes:
output/cs/Documentation.html | 2 +-
po/cs.po | 4 ++--
pot/ca-full.pot | 2 +-
pot/ca-html.pot | 2 +-
pot/ca-txt.pot | 2 +-
pot/cs-full.pot | 2 +-
pot/cs-html.pot | 2 +-
pot/cs-txt.pot | 2 +-
pot/de-full.pot | 2 +-
pot/de-html.pot | 2 +-
pot/de-txt.pot | 2 +-
pot/en_GB-full.pot | 2 +-
pot/en_GB-html.pot | 2 +-
pot/en_GB-txt.pot | 2 +-
pot/es-full.pot | 2 +-
pot/es-html.pot | 2 +-
pot/es-txt.pot | 2 +-
pot/fi-full.pot | 2 +-
pot/fi-html.pot | 2 +-
pot/fi-txt.pot | 2 +-
pot/fr-full.pot | 2 +-
pot/fr-html.pot | 2 +-
pot/fr-txt.pot | 2 +-
pot/gl-full.pot | 2 +-
pot/gl-html.pot | 2 +-
pot/gl-txt.pot | 2 +-
pot/hu-full.pot | 2 +-
pot/hu-html.pot | 2 +-
pot/hu-txt.pot | 2 +-
pot/hy-full.pot | 2 +-
pot/hy-html.pot | 2 +-
pot/hy-txt.pot | 2 +-
pot/it-full.pot | 2 +-
pot/it-html.pot | 2 +-
pot/it-txt.pot | 2 +-
pot/ja-full.pot | 2 +-
pot/ja-html.pot | 2 +-
pot/ja-txt.pot | 2 +-
pot/ka-full.pot | 2 +-
pot/ka-html.pot | 2 +-
pot/ka-txt.pot | 2 +-
pot/lt-full.pot | 2 +-
pot/lt-html.pot | 2 +-
pot/lt-txt.pot | 2 +-
pot/mn-full.pot | 2 +-
pot/mn-html.pot | 2 +-
pot/mn-txt.pot | 2 +-
pot/nb-full.pot | 2 +-
pot/nb-html.pot | 2 +-
pot/nb-txt.pot | 2 +-
pot/nl-full.pot | 2 +-
pot/nl-html.pot | 2 +-
pot/nl-txt.pot | 2 +-
pot/pl-full.pot | 2 +-
pot/pl-html.pot | 2 +-
pot/pl-txt.pot | 2 +-
pot/pt_BR-full.pot | 2 +-
pot/pt_BR-html.pot | 2 +-
pot/pt_BR-txt.pot | 2 +-
pot/ro-full.pot | 13 ++++++++++++-
pot/ro-html.pot | 2 +-
pot/ro-txt.pot | 2 +-
pot/sk-full.pot | 2 +-
pot/sk-html.pot | 2 +-
pot/sk-txt.pot | 2 +-
pot/sv-full.pot | 2 +-
pot/sv-html.pot | 2 +-
pot/sv-txt.pot | 2 +-
pot/tr-full.pot | 13 ++++++++++++-
pot/tr-html.pot | 2 +-
pot/tr-txt.pot | 2 +-
pot/zh_CN-full.pot | 2 +-
pot/zh_CN-html.pot | 2 +-
pot/zh_CN-txt.pot | 2 +-
pot/zh_TW-full.pot | 2 +-
pot/zh_TW-html.pot | 2 +-
pot/zh_TW-txt.pot | 2 +-
77 files changed, 100 insertions(+), 78 deletions(-)
diff --git a/output/cs/Documentation.html b/output/cs/Documentation.html
index 8276b6a..fb4ebb7 100644
--- a/output/cs/Documentation.html
+++ b/output/cs/Documentation.html
@@ -250,7 +250,7 @@ $i++;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
?>
</pre>
- Or, if you prefer to not be prompted every time you log in:
+ Nebo, pokud nechcete být dotazováni na heslo při každém přihlášení:
<pre>
<?php
diff --git a/po/cs.po b/po/cs.po
index 728377a..165426d 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -9,14 +9,14 @@ msgid ""
msgstr ""
"Project-Id-Version: po 4a\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-08 12:44+0300\n"
+"POT-Creation-Date: 2010-04-12 14:07+0300\n"
"PO-Revision-Date: 2010-04-12 14:04+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: Czech <cs(a)li.org>\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.0.1\n"
diff --git a/pot/ca-full.pot b/pot/ca-full.pot
index 743240d..88adfbf 100644
--- a/pot/ca-full.pot
+++ b/pot/ca-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:08+0300\n"
"PO-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 dbebe41..781aa09 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:08+0300\n"
"PO-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 dee03a2..0f2a05d 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:08+0300\n"
"PO-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 2b32c0b..f9b0548 100644
--- a/pot/cs-full.pot
+++ b/pot/cs-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:07+0300\n"
"PO-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 1c8979c..0f3aa2e 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:07+0300\n"
"PO-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 dee03a2..a17e6bb 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:07+0300\n"
"PO-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 6a9c1ad..7a4d06b 100644
--- a/pot/de-full.pot
+++ b/pot/de-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:08+0300\n"
"PO-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 be20673..60c55cb 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:08+0300\n"
"PO-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 dee03a2..0f2a05d 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:08+0300\n"
"PO-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 d9c292b..82ff1ff 100644
--- a/pot/en_GB-full.pot
+++ b/pot/en_GB-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:09+0300\n"
"PO-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 97988f6..09adcd8 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:09+0300\n"
"PO-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 dee03a2..836a90c 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:09+0300\n"
"PO-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 dacab8d..1a959f6 100644
--- a/pot/es-full.pot
+++ b/pot/es-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:08+0300\n"
"PO-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 cd3d4fb..fe6d0cd 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:08+0300\n"
"PO-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 dee03a2..0f2a05d 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:08+0300\n"
"PO-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 e49d9c4..3f5d254 100644
--- a/pot/fi-full.pot
+++ b/pot/fi-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:08+0300\n"
"PO-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 171c5de..8d70ed8 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:08+0300\n"
"PO-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 dee03a2..0f2a05d 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:08+0300\n"
"PO-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 3b5a9b8..8898293 100644
--- a/pot/fr-full.pot
+++ b/pot/fr-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:07+0300\n"
"PO-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 5720e08..3728bc3 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:07+0300\n"
"PO-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 dee03a2..a17e6bb 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:07+0300\n"
"PO-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 8d1637b..3ea9bde 100644
--- a/pot/gl-full.pot
+++ b/pot/gl-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:07+0300\n"
"PO-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 b977438..fdfdfed 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:07+0300\n"
"PO-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 dee03a2..a17e6bb 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:07+0300\n"
"PO-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 eb660b0..00a2a78 100644
--- a/pot/hu-full.pot
+++ b/pot/hu-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:08+0300\n"
"PO-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 92b0a11..52e01cd 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:08+0300\n"
"PO-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 dee03a2..0f2a05d 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:08+0300\n"
"PO-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 28400c0..8fc21cf 100644
--- a/pot/hy-full.pot
+++ b/pot/hy-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:09+0300\n"
"PO-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 3929865..a3db593 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:09+0300\n"
"PO-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 dee03a2..836a90c 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:09+0300\n"
"PO-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 17216cd..e49099e 100644
--- a/pot/it-full.pot
+++ b/pot/it-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:06+0300\n"
"PO-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 0f0af00..226a592 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:06+0300\n"
"PO-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 dee03a2..0cfbd3e 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:06+0300\n"
"PO-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/ja-full.pot b/pot/ja-full.pot
index e1d8986..488c73e 100644
--- a/pot/ja-full.pot
+++ b/pot/ja-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:07+0300\n"
"PO-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/ja-html.pot b/pot/ja-html.pot
index 577c9f4..c48ae5c 100644
--- a/pot/ja-html.pot
+++ b/pot/ja-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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:07+0300\n"
"PO-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/ja-txt.pot b/pot/ja-txt.pot
index dee03a2..a17e6bb 100644
--- a/pot/ja-txt.pot
+++ b/pot/ja-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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:07+0300\n"
"PO-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 f4289cf..bb73d85 100644
--- a/pot/ka-full.pot
+++ b/pot/ka-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:07+0300\n"
"PO-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 7b1ef25..29586f7 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:07+0300\n"
"PO-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 dee03a2..a17e6bb 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:07+0300\n"
"PO-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 822795f..9436514 100644
--- a/pot/lt-full.pot
+++ b/pot/lt-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:08+0300\n"
"PO-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 0a12c0d..57a55cd 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:08+0300\n"
"PO-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 dee03a2..0f2a05d 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:08+0300\n"
"PO-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 0a36e8e..b7fe985 100644
--- a/pot/mn-full.pot
+++ b/pot/mn-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:09+0300\n"
"PO-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 4e87955..330b4fb 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:09+0300\n"
"PO-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 dee03a2..836a90c 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:09+0300\n"
"PO-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/nb-full.pot b/pot/nb-full.pot
index ac5c030..7e10f1d 100644
--- a/pot/nb-full.pot
+++ b/pot/nb-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:08+0300\n"
"PO-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/nb-html.pot b/pot/nb-html.pot
index 10ba192..a875244 100644
--- a/pot/nb-html.pot
+++ b/pot/nb-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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:08+0300\n"
"PO-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/nb-txt.pot b/pot/nb-txt.pot
index dee03a2..0f2a05d 100644
--- a/pot/nb-txt.pot
+++ b/pot/nb-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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:08+0300\n"
"PO-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 fe66d15..766c22d 100644
--- a/pot/nl-full.pot
+++ b/pot/nl-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:07+0300\n"
"PO-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 04f7285..4f0772a 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:07+0300\n"
"PO-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 dee03a2..a17e6bb 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:07+0300\n"
"PO-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 3440f42..19b8f33 100644
--- a/pot/pl-full.pot
+++ b/pot/pl-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:06+0300\n"
"PO-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 c057e6f..5ce8696 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:06+0300\n"
"PO-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 dee03a2..0cfbd3e 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:06+0300\n"
"PO-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 4048478..95dab39 100644
--- a/pot/pt_BR-full.pot
+++ b/pot/pt_BR-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:09+0300\n"
"PO-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 c4b77c6..8d95a03 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:09+0300\n"
"PO-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 dee03a2..836a90c 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:09+0300\n"
"PO-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 b941323..69e1ad1 100644
--- a/pot/ro-full.pot
+++ b/pot/ro-full.pot
@@ -6,9 +6,20 @@
#, 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:08+0300\n"
+"PO-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-04-12 14:09+0300\n"
"PO-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 795c276..7ccbb73 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:08+0300\n"
"PO-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 dee03a2..836a90c 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:09+0300\n"
"PO-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 488bfe2..cc30119 100644
--- a/pot/sk-full.pot
+++ b/pot/sk-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:09+0300\n"
"PO-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 4bae1b9..891b874 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:09+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/sk-txt.pot b/pot/sk-txt.pot
index dee03a2..836a90c 100644
--- a/pot/sk-txt.pot
+++ b/pot/sk-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:09+0300\n"
"PO-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 b0c2f2b..c300fa9 100644
--- a/pot/sv-full.pot
+++ b/pot/sv-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:07+0300\n"
"PO-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 d87efb5..310844e 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:07+0300\n"
"PO-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 dee03a2..a17e6bb 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:07+0300\n"
"PO-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 234b7e9..4a6bc27 100644
--- a/pot/tr-full.pot
+++ b/pot/tr-full.pot
@@ -6,9 +6,20 @@
#, 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:07+0300\n"
+"PO-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-04-12 14:08+0300\n"
"PO-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 fcab644..96a5ef0 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:07+0300\n"
"PO-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 dee03a2..0f2a05d 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:08+0300\n"
"PO-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 e403eab..941d3f5 100644
--- a/pot/zh_CN-full.pot
+++ b/pot/zh_CN-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:09+0300\n"
"PO-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 4d578d5..73340c5 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:09+0300\n"
"PO-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 dee03a2..836a90c 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:09+0300\n"
"PO-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 42767ed..c793e7a 100644
--- a/pot/zh_TW-full.pot
+++ b/pot/zh_TW-full.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:09+0300\n"
"PO-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 30ce17e..65e3105 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:09+0300\n"
"PO-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 dee03a2..836a90c 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-04-11 11:22+0300\n"
+"POT-Creation-Date: 2010-04-12 14:09+0300\n"
"PO-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. bf2c5407b89ab36d045d06a1cbcf63c8fb5f8cad
by Michal Čihař 12 Apr '10
by Michal Čihař 12 Apr '10
12 Apr '10
The branch, master has been updated
via bf2c5407b89ab36d045d06a1cbcf63c8fb5f8cad (commit)
from 539ba31d64e630f90f4fc25a4b6870eade962dc4 (commit)
- Log -----------------------------------------------------------------
commit bf2c5407b89ab36d045d06a1cbcf63c8fb5f8cad
Author: Michal Čihař <michal(a)cihar.com>
Date: Mon Apr 12 14:04:43 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/cs.po | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/po/cs.po b/po/cs.po
index 38246f2..728377a 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -10,13 +10,13 @@ msgstr ""
"Project-Id-Version: po 4a\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-04-08 12:44+0300\n"
-"PO-Revision-Date: 2010-04-02 14:59+0200\n"
+"PO-Revision-Date: 2010-04-12 14:04+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: Czech <cs(a)li.org>\n"
+"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.0.1\n"
@@ -607,7 +607,7 @@ msgstr ""
#. type: Content of: <html><body><div><ol><li><ul><li>
#: ../phpmyadmin/Documentation.html:238
msgid "Or, if you prefer to not be prompted every time you log in:"
-msgstr ""
+msgstr "Nebo, pokud nechcete být dotazováni na heslo při každém přihlášení:"
#. type: Content of: <html><body><div><ol><li><ul><li><pre>
#: ../phpmyadmin/Documentation.html:240
hooks/post-receive
--
phpMyAdmin localized documentation
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2RC1-1571-gab6c012
by Michal Čihař 12 Apr '10
by Michal Čihař 12 Apr '10
12 Apr '10
The branch, master has been updated
via ab6c0126bfb392e944f09e0e8f0923b373ad96df (commit)
from 7393ad7bea2bfdb0db9aae31bc310248cae0d485 (commit)
- Log -----------------------------------------------------------------
commit ab6c0126bfb392e944f09e0e8f0923b373ad96df
Author: Michal Čihař <mcihar(a)novell.com>
Date: Mon Apr 12 13:58:51 2010 +0200
Czech translation update.
-----------------------------------------------------------------------
Summary of changes:
po/cs.po | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/po/cs.po b/po/cs.po
index bc1a486..3137a2e 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-04-11 11:34+0200\n"
-"PO-Revision-Date: 2010-04-09 16:57+0200\n"
+"PO-Revision-Date: 2010-04-12 13:58+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -7348,6 +7348,8 @@ msgstr "Automaticky vytvářet verze"
#: setup/lib/messages.inc.php:305
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
+"Určuje seznam příkazů které se automaticky používají pro vytvoření nových "
+"verzí."
#: setup/lib/messages.inc.php:306
msgid "Statements to track"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2RC1-1570-g7393ad7
by Michal Čihař 12 Apr '10
by Michal Čihař 12 Apr '10
12 Apr '10
The branch, master has been updated
via 7393ad7bea2bfdb0db9aae31bc310248cae0d485 (commit)
from 8e6843061099e68c667c4a53a20b568ef3722690 (commit)
- Log -----------------------------------------------------------------
commit 7393ad7bea2bfdb0db9aae31bc310248cae0d485
Author: Michal Čihař <mcihar(a)novell.com>
Date: Mon Apr 12 11:30:23 2010 +0200
jQuery -> $
-----------------------------------------------------------------------
Summary of changes:
js/functions.js | 2 +-
js/navigation.js | 12 ++++++------
js/update-location.js | 2 +-
libraries/footer.inc.php | 2 +-
4 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/js/functions.js b/js/functions.js
index 447d1c6..a9346fe 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -1719,7 +1719,7 @@ $(document).ready(function(){
$(".sql").html("<span class=\"syntax\">"+$oldText+"</span>");
});
- jQuery('.sqlbutton').click(function(evt){
+ $('.sqlbutton').click(function(evt){
insertQuery(evt.target.id);
return false;
});
diff --git a/js/navigation.js b/js/navigation.js
index 2932105..391b77d 100644
--- a/js/navigation.js
+++ b/js/navigation.js
@@ -177,17 +177,17 @@ function fast_filter(value){
* Clears fast filter.
*/
function clear_fast_filter() {
- var elm = jQuery('#NavFilter input');
+ var elm = $('#NavFilter input');
elm.val('');
fast_filter('');
elm.focus();
}
/* Performed on load */
-jQuery(document).ready(function(){
+$(document).ready(function(){
/* Display filter */
- jQuery('#NavFilter').css('display', 'inline');
- jQuery('#clear_fast_filter').click(clear_fast_filter);
- jQuery('#fast_filter').focus(function (evt) {evt.target.select();});
- jQuery('#fast_filter').keyup(function (evt) {fast_filter(evt.target.value);});
+ $('#NavFilter').css('display', 'inline');
+ $('#clear_fast_filter').click(clear_fast_filter);
+ $('#fast_filter').focus(function (evt) {evt.target.select();});
+ $('#fast_filter').keyup(function (evt) {fast_filter(evt.target.value);});
});
diff --git a/js/update-location.js b/js/update-location.js
index 8ebdb62..b8b001d 100644
--- a/js/update-location.js
+++ b/js/update-location.js
@@ -42,7 +42,7 @@ function setURLHash(hash) {
* Handler for changing url according to the hash part, which is updated
* on each page to allow bookmarks.
*/
-jQuery(document).ready(function(){
+$(document).ready(function(){
/* Don't do anything if we're not root Window */
if (window.parent != window && window.parent.setURLHash) {
return;
diff --git a/libraries/footer.inc.php b/libraries/footer.inc.php
index deacb53..d02aee0 100644
--- a/libraries/footer.inc.php
+++ b/libraries/footer.inc.php
@@ -100,7 +100,7 @@ if (! empty($_SESSION['debug'])) {
<?php
if (empty($GLOBALS['error_message'])) {
?>
-jQuery(document).ready(function(){
+$(document).ready(function(){
// updates current settings
if (window.parent.setAll) {
window.parent.setAll('<?php
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2RC1-1569-g8e68430
by Michal Čihař 12 Apr '10
by Michal Čihař 12 Apr '10
12 Apr '10
The branch, master has been updated
via 8e6843061099e68c667c4a53a20b568ef3722690 (commit)
via 76ae26376edca589cf98475d84bfb854e71905e6 (commit)
from ffaee32052bbcb57aa41a2a7a2e34a883447e97f (commit)
- Log -----------------------------------------------------------------
commit 8e6843061099e68c667c4a53a20b568ef3722690
Author: Michal Čihař <mcihar(a)novell.com>
Date: Mon Apr 12 09:55:58 2010 +0200
[edit] CURRENT_TIMESTAMP is also valid for datetime fields.
commit 76ae26376edca589cf98475d84bfb854e71905e6
Author: Michal Čihař <mcihar(a)novell.com>
Date: Mon Apr 12 09:55:11 2010 +0200
Fix folding expression.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 3 ++-
libraries/tbl_replace_fields.inc.php | 4 ++--
tbl_change.php | 21 +++++++++++++--------
3 files changed, 17 insertions(+), 11 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 978695d..b2f9da9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -65,6 +65,7 @@ $Id$
to sutharshan.
+ patch #2984337 [interface] Convert loading of export/import to jQuery ready
event, thanks to sutharshan.
+- [edit] CURRENT_TIMESTAMP is also valid for datetime fields.
3.3.3.0 (not yet released)
- patch #2982480 [navi] Do not group if there would be one table in group,
@@ -193,5 +194,5 @@ $Id$
# vim: et ts=4 sw=4 sts=4
# vim: ft=changelog fenc=utf-8 encoding=utf-8
-# vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
+# vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>6&&getline(v\:lnum)!~'^#'
# vim: fdn=1 fdm=expr
diff --git a/libraries/tbl_replace_fields.inc.php b/libraries/tbl_replace_fields.inc.php
index 2d5b8e7..dd24882 100644
--- a/libraries/tbl_replace_fields.inc.php
+++ b/libraries/tbl_replace_fields.inc.php
@@ -113,8 +113,8 @@ if (false !== $possibly_uploaded_val) {
} elseif ($type == 'bit') {
$val = preg_replace('/[^01]/', '0', $val);
$val = "b'" . PMA_sqlAddslashes($val) . "'";
- } elseif (! ($type == 'timestamp' && $val == 'CURRENT_TIMESTAMP')) {
- $val = "'" . PMA_sqlAddslashes($val) . "'";
+ } elseif (! (($type == 'datetime' || $type == 'timestamp') && $val == 'CURRENT_TIMESTAMP')) {
+ $val = "'" . PMA_sqlAddslashes($val) . "' /*" . $type . " */";
}
// Was the Null checkbox checked for this field?
diff --git a/tbl_change.php b/tbl_change.php
index 835ccf6..631b8f6 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -183,7 +183,7 @@ if (isset($where_clause)) {
} else { // end if (no row returned)
$meta = PMA_DBI_get_fields_meta($result[$key_id]);
list($unique_condition, $tmp_clause_is_unique) = PMA_getUniqueCondition($result[$key_id], count($meta), $meta, $rows[$key_id], true);
- if (! empty($unique_condition)) {
+ if (! empty($unique_condition)) {
$found_unique_key = true;
}
unset($unique_condition, $tmp_clause_is_unique);
@@ -304,7 +304,7 @@ foreach ($rows as $row_id => $vrow) {
<thead>
<tr>
<th><?php echo $strField; ?></th>
-
+
<?php
if ($cfg['ShowFieldTypesInDataEditView']) {
$this_url_params = array_merge($url_params,
@@ -345,8 +345,8 @@ foreach ($rows as $row_id => $vrow) {
// d a t e t i m e
//
// Current date should not be set as default if the field is NULL
- // for the current row, but do not put here the current datetime
- // if there is a default value (the real default value will be set
+ // for the current row, but do not put here the current datetime
+ // if there is a default value (the real default value will be set
// in the Default value logic below)
// Note: (tested in MySQL 4.0.16): when lang is some UTF-8,
@@ -439,7 +439,7 @@ foreach ($rows as $row_id => $vrow) {
<td align="center"<?php echo $field['wrap']; ?>>
<?php echo $field['pma_type']; ?>
</td>
-
+
<?php } //End if
// Prepares the field value
@@ -562,12 +562,12 @@ foreach ($rows as $row_id => $vrow) {
) {
$default_function = $cfg['DefaultFunctions']['pk_char36'];
}
-
+
// this is set only when appropriate and is always true
if (isset($field['display_binary_as_hex'])) {
$default_function = 'UNHEX';
}
-
+
// loop on the dropdown array and print all available options for that field.
foreach ($dropdown as $each_dropdown){
echo '<option';
@@ -639,7 +639,7 @@ foreach ($rows as $row_id => $vrow) {
// foreign key in a drop-down
$onclick .= '4, ';
} elseif ($foreigners && isset($foreigners[$field['Field']]) && $foreignData['foreign_link'] == true) {
- // foreign key with a browsing icon
+ // foreign key with a browsing icon
$onclick .= '6, ';
} else {
$onclick .= '5, ';
@@ -1069,6 +1069,11 @@ foreach ($rows as $row_id => $vrow) {
<input type="hidden" name="fields_type<?php echo $field_name_appendix; ?>" value="timestamp" />
<?php
}
+ if (substr($field['pma_type'], 0, 8) == 'datetime') {
+ ?>
+ <input type="hidden" name="fields_type<?php echo $field_name_appendix; ?>" value="datetime" />
+ <?php
+ }
if ($field['True_Type'] == 'bit') {
?>
<input type="hidden" name="fields_type<?php echo $field_name_appendix; ?>" value="bit" />
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2RC1-1567-gffaee32
by Michal Čihař 11 Apr '10
by Michal Čihař 11 Apr '10
11 Apr '10
The branch, master has been updated
via ffaee32052bbcb57aa41a2a7a2e34a883447e97f (commit)
via 142325cf1b8ea579507209ad9073d472e9e9aa64 (commit)
via c67f8bb2df808f2e39c9c0c661ce36ebe26dc32b (commit)
via 6d972b58610cbb9ecadc72717447e24d4545aa4e (commit)
via 512cf070ee3e5b6e57cece81f3fd73f5597d7316 (commit)
via 42ae785dab2aa8fcdd7c4bef009e2e3e6ff9c114 (commit)
via d0f232dc9bda6f9405f565ad97f0b89fc54f323e (commit)
via 61e5af444506f94ee3ff3d791d5da89c61e3a08e (commit)
via 07816f2d349e1218ee778477fab2b6d1132e9682 (commit)
via 77dad4c34f0bfb8ebe53704cb06efa6495b57122 (commit)
via a2830b6d523b49fc585b8977dd958ac71acddbf9 (commit)
via 17e1b6feee2d36deb7c15b63edf9c953508c1b71 (commit)
via ba1e17352770f033e9bb88a6f268b5855a219b2c (commit)
via 7d001b31852d10586920f97d90db203c14c5a840 (commit)
via 7ca9f87dd3f46242582744dc51bfedce7186286c (commit)
via 70b70a70d4b951d4e499d39826be81396b532968 (commit)
via b05b09561892bf274495b0eab40995f8bd7bf376 (commit)
via f0829b3f31a2194b63e1bc0a09638188c858b84e (commit)
from ffdc7c6903f7f1f7de66287f80651f6c88835e07 (commit)
- Log -----------------------------------------------------------------
commit ffaee32052bbcb57aa41a2a7a2e34a883447e97f
Merge: 142325cf1b8ea579507209ad9073d472e9e9aa64 ffdc7c6903f7f1f7de66287f80651f6c88835e07
Author: Michal Čihař <michal(a)cihar.com>
Date: Sun Apr 11 19:30:00 2010 +0200
Merge remote branch 'origin/master'
Conflicts:
po/it.po
commit 142325cf1b8ea579507209ad9073d472e9e9aa64
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun Apr 11 11:19:39 2010 +0200
Translation update done using Pootle.
commit c67f8bb2df808f2e39c9c0c661ce36ebe26dc32b
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun Apr 11 11:18:43 2010 +0200
Translation update done using Pootle.
commit 6d972b58610cbb9ecadc72717447e24d4545aa4e
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun Apr 11 11:17:42 2010 +0200
Translation update done using Pootle.
commit 512cf070ee3e5b6e57cece81f3fd73f5597d7316
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun Apr 11 11:15:46 2010 +0200
Translation update done using Pootle.
commit 42ae785dab2aa8fcdd7c4bef009e2e3e6ff9c114
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun Apr 11 11:15:35 2010 +0200
Translation update done using Pootle.
commit d0f232dc9bda6f9405f565ad97f0b89fc54f323e
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun Apr 11 11:15:18 2010 +0200
Translation update done using Pootle.
commit 61e5af444506f94ee3ff3d791d5da89c61e3a08e
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun Apr 11 11:14:51 2010 +0200
Translation update done using Pootle.
commit 07816f2d349e1218ee778477fab2b6d1132e9682
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun Apr 11 11:14:45 2010 +0200
Translation update done using Pootle.
commit 77dad4c34f0bfb8ebe53704cb06efa6495b57122
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun Apr 11 11:14:35 2010 +0200
Translation update done using Pootle.
commit a2830b6d523b49fc585b8977dd958ac71acddbf9
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun Apr 11 11:14:21 2010 +0200
Translation update done using Pootle.
commit 17e1b6feee2d36deb7c15b63edf9c953508c1b71
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun Apr 11 11:14:06 2010 +0200
Translation update done using Pootle.
commit ba1e17352770f033e9bb88a6f268b5855a219b2c
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun Apr 11 11:13:24 2010 +0200
Translation update done using Pootle.
commit 7d001b31852d10586920f97d90db203c14c5a840
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun Apr 11 11:10:18 2010 +0200
Translation update done using Pootle.
commit 7ca9f87dd3f46242582744dc51bfedce7186286c
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun Apr 11 11:09:49 2010 +0200
Translation update done using Pootle.
commit 70b70a70d4b951d4e499d39826be81396b532968
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun Apr 11 11:09:42 2010 +0200
Translation update done using Pootle.
commit b05b09561892bf274495b0eab40995f8bd7bf376
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun Apr 11 11:09:32 2010 +0200
Translation update done using Pootle.
commit f0829b3f31a2194b63e1bc0a09638188c858b84e
Author: Fabio Fantoni <fantonifabio(a)tiscali.it>
Date: Sun Apr 11 11:07:32 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/it.po | 38 ++++++++++++++++++++++----------------
1 files changed, 22 insertions(+), 16 deletions(-)
diff --git a/po/it.po b/po/it.po
index 995ae49..7d8bf49 100644
--- a/po/it.po
+++ b/po/it.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-04-11 11:34+0200\n"
-"PO-Revision-Date: 2010-04-11 11:05+0200\n"
+"PO-Revision-Date: 2010-04-11 11:19+0200\n"
"Last-Translator: Fabio <fantonifabio(a)tiscali.it>\n"
"Language-Team: italian <it(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -1883,7 +1883,7 @@ msgstr ""
#: libraries/messages.inc.php:420
msgid "The file is being processed, please be patient."
-msgstr ""
+msgstr "Il file è in fase di elaborazione, vi preghiamo di essere pazienti."
#: libraries/messages.inc.php:421
#, php-format
@@ -1895,14 +1895,16 @@ msgid ""
"Please be patient, the file is being uploaded. Details about the upload are "
"not available."
msgstr ""
+"Pazienza mentre il file viene caricato. Dettagli sulla upload non sono "
+"disponibili."
#: libraries/messages.inc.php:423
msgid "Excel 97-2003 XLS Workbook"
-msgstr ""
+msgstr "Excel 97-2003 XLS Workbook"
#: libraries/messages.inc.php:424
msgid "Excel 2007 XLSX Workbook"
-msgstr ""
+msgstr "Excel 2007 XLSX Workbook"
#: libraries/messages.inc.php:425
msgid "Indexes"
@@ -2006,7 +2008,7 @@ msgstr "Inserita riga id: %1$d"
#: libraries/messages.inc.php:444
msgid "Insert as new row and ignore errors"
-msgstr ""
+msgstr "Inserisci come nuova riga e ignora gli errori"
#: libraries/messages.inc.php:445
msgid "Insert"
@@ -2110,6 +2112,9 @@ msgid ""
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
+"Il supporto Javascript è mancante o disabilitato sul tuo browser, alcune "
+"funzioni di phpMyAdmin saranno mancanti. Per esempio la navigazione dei "
+"frame non sarà aggiornata automaticamente."
#: libraries/messages.inc.php:468
msgid "Joins"
@@ -2262,6 +2267,7 @@ msgstr "Connetti"
msgid ""
"Login without a password is forbidden by configuration (see AllowNoPassword)"
msgstr ""
+"Login senza password è vietato dalla configurazione (vedi AllowNoPassword)"
#: libraries/messages.inc.php:506
msgid "Log out"
@@ -2323,7 +2329,7 @@ msgstr ""
#: libraries/messages.inc.php:518
msgid "MediaWiki Table"
-msgstr ""
+msgstr "Tabella MediaWiki"
#: libraries/messages.inc.php:519
msgid "Available MIME types"
@@ -2536,9 +2542,8 @@ msgid "Name"
msgstr "Nome"
#: libraries/messages.inc.php:558
-#, fuzzy
msgid "New table"
-msgstr "Nessuna Tabella"
+msgstr "Nuova tabella"
#: libraries/messages.inc.php:559
msgid "Next"
@@ -2608,7 +2613,6 @@ msgid "No change"
msgstr "Nessun cambiamento"
#: libraries/messages.inc.php:573
-#, fuzzy
msgctxt "$strNoneDefault"
msgid "None"
msgstr "Nessuno"
@@ -2678,7 +2682,7 @@ msgstr "non OK"
#: libraries/messages.inc.php:588
msgid "not present"
-msgstr ""
+msgstr "non presente"
#: libraries/messages.inc.php:589
#, php-format
@@ -2992,13 +2996,12 @@ msgid "No tables"
msgstr "Nessuna Tabella"
#: libraries/messages.inc.php:654
-#, fuzzy
msgid "Page has been created"
-msgstr "La tabella %1$s è stata creata."
+msgstr "La pagina è stata creata"
#: libraries/messages.inc.php:655
msgid "Page creation failed"
-msgstr ""
+msgstr "Creazione della pagina fallita"
#: libraries/messages.inc.php:656
msgid "PDF"
@@ -3034,7 +3037,7 @@ msgstr "rubrica"
#: libraries/messages.inc.php:664
msgid "PHP array"
-msgstr ""
+msgstr "Array PHP"
#: libraries/messages.inc.php:665 setup/lib/messages.inc.php:355
msgid "Create PHP Code"
@@ -3061,6 +3064,9 @@ msgid ""
"Enable advanced features in configuration file (<code>config.inc.php</"
"code>), for example by starting from <code>config.sample.inc.php</code>."
msgstr ""
+"Attiva funzionalità avanzate nel file di configuratione "
+"(<code>config.inc.php</code>), per esempio partendo da "
+"<code>config.sample.inc.php</code>."
#: libraries/messages.inc.php:671
msgid "Quick steps to setup advanced features:"
@@ -3069,11 +3075,11 @@ msgstr ""
#: libraries/messages.inc.php:672
msgid ""
"Create the needed tables with the <code>script/create_tables.sql</code>."
-msgstr ""
+msgstr "Crea le tabelle necessarie <code>script/create_tables.sql</code>."
#: libraries/messages.inc.php:673
msgid "Create a pma user and give access to these tables."
-msgstr ""
+msgstr "Crea l'utente pma e dagli accesso a queste tabelle."
#: libraries/messages.inc.php:674
msgid "Re-login to phpMyAdmin to load the updated configuration file."
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2RC1-1549-gffdc7c6
by Michal Čihař 11 Apr '10
by Michal Čihař 11 Apr '10
11 Apr '10
The branch, master has been updated
via ffdc7c6903f7f1f7de66287f80651f6c88835e07 (commit)
via 6765a60b92b7b3f0273c1aeb8e029ba4d458f0d8 (commit)
from 9fda4bb515ccc3a257ff13f43deba5cbcd22eef2 (commit)
- Log -----------------------------------------------------------------
commit ffdc7c6903f7f1f7de66287f80651f6c88835e07
Author: Michal Čihař <michal(a)cihar.com>
Date: Sun Apr 11 11:35:31 2010 +0200
Regenerate po files to remove no longer used messages.
commit 6765a60b92b7b3f0273c1aeb8e029ba4d458f0d8
Author: Michal Čihař <michal(a)cihar.com>
Date: Sun Apr 11 11:34:37 2010 +0200
These don't have to be translated.
-----------------------------------------------------------------------
Summary of changes:
libraries/sql_query_form.lib.php | 10 ++++----
po/af.po | 22 +-----------------
po/ar.po | 22 +-----------------
po/az.po | 22 +-----------------
po/be.po | 22 +-----------------
po/be(a)latin.po | 22 +-----------------
po/bg.po | 22 +-----------------
po/bn.po | 22 +-----------------
po/bs.po | 22 +-----------------
po/ca.po | 22 +-----------------
po/cs.po | 41 ++++++++++++++--------------------
po/da.po | 22 +-----------------
po/de.po | 22 +-----------------
po/el.po | 22 +-----------------
po/en_GB.po | 22 +-----------------
po/es.po | 22 +-----------------
po/et.po | 22 +-----------------
po/eu.po | 22 +-----------------
po/fa.po | 22 +-----------------
po/fi.po | 22 +-----------------
po/fr.po | 45 ++++++++++++++++---------------------
po/gl.po | 22 +-----------------
po/he.po | 22 +-----------------
po/hi.po | 22 +-----------------
po/hr.po | 22 +-----------------
po/hu.po | 22 +-----------------
po/id.po | 22 +-----------------
po/it.po | 24 +------------------
po/ja.po | 22 +-----------------
po/ka.po | 22 +-----------------
po/ko.po | 22 +-----------------
po/lt.po | 22 +-----------------
po/lv.po | 22 +-----------------
po/mk.po | 22 +-----------------
po/mn.po | 22 +-----------------
po/ms.po | 22 +-----------------
po/nb.po | 22 +-----------------
po/nl.po | 22 +-----------------
po/phpmyadmin.pot | 22 +-----------------
po/pl.po | 22 +-----------------
po/pt.po | 22 +-----------------
po/pt_BR.po | 22 +-----------------
po/ro.po | 22 +-----------------
po/ru.po | 22 +-----------------
po/si.po | 22 +-----------------
po/sk.po | 22 +-----------------
po/sl.po | 22 +-----------------
po/sq.po | 22 +-----------------
po/sr.po | 22 +-----------------
po/sr(a)latin.po | 22 +-----------------
po/sv.po | 22 +-----------------
po/ta.po | 34 ++++++----------------------
po/te.po | 22 +-----------------
po/th.po | 22 +-----------------
po/tr.po | 22 +-----------------
po/tt.po | 22 +-----------------
po/uk.po | 22 +-----------------
po/ur.po | 22 +-----------------
po/uz.po | 22 +-----------------
po/uz(a)latin.po | 22 +-----------------
po/zh_CN.po | 22 +-----------------
po/zh_TW.po | 22 +-----------------
62 files changed, 108 insertions(+), 1300 deletions(-)
diff --git a/libraries/sql_query_form.lib.php b/libraries/sql_query_form.lib.php
index e00c1b8..1288513 100644
--- a/libraries/sql_query_form.lib.php
+++ b/libraries/sql_query_form.lib.php
@@ -298,11 +298,11 @@ function PMA_sqlQueryFormInsert($query = '', $is_querywindow = false, $delimiter
.$auto_sel . $locking . '>' . htmlspecialchars($query) . '</textarea>' . "\n";
// Add buttons to generate query easily for select all,single select,insert,update and delete
if(count($fields_list)) {
- echo '<input type="button" value="' . __('SELECT *') . '" id="selectall" class="sqlbutton" />';
- echo '<input type="button" value="' . __('SELECT') . '" id="select" class="sqlbutton" />';
- echo '<input type="button" value="' . __('INSERT') . '" id="insert" class="sqlbutton" />';
- echo '<input type="button" value="' . __('UPDATE') . '" id="update" class="sqlbutton" />';
- echo '<input type="button" value="' . __('DELETE') . '" id="delete" class="sqlbutton" />';
+ echo '<input type="button" value="SELECT *" id="selectall" class="sqlbutton" />';
+ echo '<input type="button" value="SELECT" id="select" class="sqlbutton" />';
+ echo '<input type="button" value="INSERT" id="insert" class="sqlbutton" />';
+ echo '<input type="button" value="UPDATE" id="update" class="sqlbutton" />';
+ echo '<input type="button" value="DELETE" id="delete" class="sqlbutton" />';
}
echo '</div>' . "\n";
diff --git a/po/af.po b/po/af.po
index b26bc24..066d7ca 100644
--- a/po/af.po
+++ b/po/af.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-30 23:04+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: afrikaans <af(a)li.org>\n"
@@ -5728,26 +5728,6 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"ge-zip\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/ar.po b/po/ar.po
index 1c282df..ab68509 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: arabic <ar(a)li.org>\n"
@@ -5687,26 +5687,6 @@ msgstr "ملاحظة: تغيير هذه الخيارات للرقم 0 )صفر(
msgid "\"zipped\""
msgstr "\"مضغوط\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/az.po b/po/az.po
index 02d9746..9e106ca 100644
--- a/po/az.po
+++ b/po/az.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: azerbaijani <az(a)li.org>\n"
@@ -5794,26 +5794,6 @@ msgstr "Qeyd: Bu variantları 0 (sıfır)-a çevirmek hüdudu (limiti) qaldırac
msgid "\"zipped\""
msgstr "\"zip\"lenmiş"
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/be.po b/po/be.po
index c7abe58..82d9ce9 100644
--- a/po/be.po
+++ b/po/be.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: belarusian_cyrillic <be(a)li.org>\n"
@@ -6039,26 +6039,6 @@ msgstr "Заўвага: Пазначэньне гэтых опцыяў як 0 (
msgid "\"zipped\""
msgstr "архіваваны ў zip"
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/be(a)latin.po b/po/be(a)latin.po
index 940c37c..2bcd1ab 100644
--- a/po/be(a)latin.po
+++ b/po/be(a)latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-30 23:09+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: belarusian_latin <be@latin@li.org>\n"
@@ -6009,26 +6009,6 @@ msgstr "Zaŭvaha: Paznačeńnie hetych opcyjaŭ jak 0 (nul) zdymaje abmiežavań
msgid "\"zipped\""
msgstr "archivavany ŭ zip"
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/bg.po b/po/bg.po
index c962d6d..a653849 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: bulgarian <bg(a)li.org>\n"
@@ -5826,26 +5826,6 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"zip-нато\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/bn.po b/po/bn.po
index 42c1509..f85ccc2 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: bangla <bn(a)li.org>\n"
@@ -5962,26 +5962,6 @@ msgstr "Note: Setting these options to 0 (zero) removes the limit."
msgid "\"zipped\""
msgstr "\"zipped\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/bs.po b/po/bs.po
index 3f20893..e19a939 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: bosnian <bs(a)li.org>\n"
@@ -5791,26 +5791,6 @@ msgstr "Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja limite."
msgid "\"zipped\""
msgstr "\"zipovano\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/ca.po b/po/ca.po
index dea9a8e..054233c 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:13+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: catalan <ca(a)li.org>\n"
@@ -6038,26 +6038,6 @@ msgstr "Nota: Es treu el limit establint aquestes opcions a 0 (zero)."
msgid "\"zipped\""
msgstr "\"comprimit amb zip\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr "Filtre"
diff --git a/po/cs.po b/po/cs.po
index 1606989..bc1a486 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -4,14 +4,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-04-09 16:57+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.0.1\n"
@@ -5962,26 +5962,6 @@ msgstr "Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.
msgid "\"zipped\""
msgstr "„zazipováno“"
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr "SELECT *"
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr "SELECT"
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr "INSERT"
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr "UPDATE"
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr "DELETE"
-
#: navigation.php:318
msgid "Filter"
msgstr "Filtr"
@@ -7241,8 +7221,6 @@ msgid "SQL query history table"
msgstr "Tabulka pro historii SQL dotazů"
#: setup/lib/messages.inc.php:279
-#| msgid ""
-#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]"
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma_tracking[/"
"kbd]"
@@ -7733,3 +7711,18 @@ msgstr ""
#: setup/lib/messages.inc.php:381
msgid "ZIP"
msgstr "ZIP"
+
+#~ msgid "SELECT *"
+#~ msgstr "SELECT *"
+
+#~ msgid "SELECT"
+#~ msgstr "SELECT"
+
+#~ msgid "INSERT"
+#~ msgstr "INSERT"
+
+#~ msgid "UPDATE"
+#~ msgstr "UPDATE"
+
+#~ msgid "DELETE"
+#~ msgstr "DELETE"
diff --git a/po/da.po b/po/da.po
index dd77304..1e145fc 100644
--- a/po/da.po
+++ b/po/da.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:13+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: danish <da(a)li.org>\n"
@@ -5925,26 +5925,6 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"zippet\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/de.po b/po/de.po
index 4fc368f..dbbace2 100644
--- a/po/de.po
+++ b/po/de.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-23 21:07+0200\n"
"Last-Translator: <me(a)michaelkeck.de>\n"
"Language-Team: german <de(a)li.org>\n"
@@ -6084,26 +6084,6 @@ msgstr "Der Wert 0 (null) entfernt die Beschränkung."
msgid "\"zipped\""
msgstr "Zip-komprimiert"
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/el.po b/po/el.po
index f156b9c..c8e39eb 100644
--- a/po/el.po
+++ b/po/el.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-30 23:16+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: greek <el(a)li.org>\n"
@@ -6106,26 +6106,6 @@ msgstr ""
msgid "\"zipped\""
msgstr "συμπίεση «zip»"
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr "Φίλτρο"
diff --git a/po/en_GB.po b/po/en_GB.po
index 8803ac1..1d41248 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-30 16:04+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: english-gb <en_GB(a)li.org>\n"
@@ -5983,26 +5983,6 @@ msgstr "Note: Setting these options to 0 (zero) removes the limit."
msgid "\"zipped\""
msgstr "\"zipped\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr "Filter"
diff --git a/po/es.po b/po/es.po
index 6b971f3..90fae47 100644
--- a/po/es.po
+++ b/po/es.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 11:23+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: spanish <es(a)li.org>\n"
@@ -6106,26 +6106,6 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"comprimido con zip\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/et.po b/po/et.po
index 42eecfa..72c1999 100644
--- a/po/et.po
+++ b/po/et.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: estonian <et(a)li.org>\n"
@@ -5941,26 +5941,6 @@ msgstr "Märkus: Märkides antud seaded 0 (null), eemaldate limiidi."
msgid "\"zipped\""
msgstr "\"zipitud\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/eu.po b/po/eu.po
index be55f1a..8896d66 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-31 10:40+0200\n"
"Last-Translator: <hey_neken(a)mundurat.net>\n"
"Language-Team: basque <eu(a)li.org>\n"
@@ -5818,26 +5818,6 @@ msgstr "Oharra: Aukera hauek zerora ezarriz gero muga kentzen da."
msgid "\"zipped\""
msgstr "\"zipatuta\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/fa.po b/po/fa.po
index c6ad82d..a4ed3aa 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: persian <fa(a)li.org>\n"
@@ -5707,26 +5707,6 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"zipped\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/fi.po b/po/fi.po
index 1b224eb..f1bf65f 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: finnish <fi(a)li.org>\n"
@@ -6023,26 +6023,6 @@ msgstr "Huom: Näiden valintojen asettaminen nollaksi (0) poistaa rajoituksen."
msgid "\"zipped\""
msgstr "\"zip-pakattu\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr "Suodatin"
diff --git a/po/fr.po b/po/fr.po
index 03866c3..bf320e5 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-04-10 16:00+0200\n"
"Last-Translator: Marc <marc(a)infomarc.info>\n"
"Language-Team: french <fr(a)li.org>\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -849,9 +849,9 @@ msgstr ""
"phpMyAdmin n'a pu lire votre fichier de configuration!<br />Il est possible "
"qu'il contienne une erreur de syntaxe, ou que PHP soit incapable de le "
"trouver.<br />À l'aide du lien suivant, vous pouvez vérifier le message "
-"d'erreur généré par PHP.<br />La plupart du temps, un apostrophe ou un "
-"point-virgule sont manquants.<br />Si vous recevez une page blanche, aucune "
-"erreur n'a été détectée."
+"d'erreur généré par PHP.<br />La plupart du temps, un apostrophe ou un point-"
+"virgule sont manquants.<br />Si vous recevez une page blanche, aucune erreur "
+"n'a été détectée."
#: libraries/messages.inc.php:179
#, php-format
@@ -6079,26 +6079,6 @@ msgstr "Note: Une valeur de 0 (zero) enlève la limite."
msgid "\"zipped\""
msgstr "\"zippé\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr "SELECT *"
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr "SELECT"
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr "INSERT"
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr "UPDATE"
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr "DELETE"
-
#: navigation.php:318
msgid "Filter"
msgstr "Filtre"
@@ -7873,3 +7853,18 @@ msgstr ""
#: setup/lib/messages.inc.php:381
msgid "ZIP"
msgstr "ZIP"
+
+#~ msgid "SELECT *"
+#~ msgstr "SELECT *"
+
+#~ msgid "SELECT"
+#~ msgstr "SELECT"
+
+#~ msgid "INSERT"
+#~ msgstr "INSERT"
+
+#~ msgid "UPDATE"
+#~ msgstr "UPDATE"
+
+#~ msgid "DELETE"
+#~ msgstr "DELETE"
diff --git a/po/gl.po b/po/gl.po
index 8361bc3..8f9d764 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: galician <gl(a)li.org>\n"
@@ -6044,26 +6044,6 @@ msgstr "Nota: Se estas opcións se configuran como 0 (cero) elimínase o límite
msgid "\"zipped\""
msgstr "comprimido no formato \"zip\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr "Filtro"
diff --git a/po/he.po b/po/he.po
index 1d5efb0..1b0275f 100644
--- a/po/he.po
+++ b/po/he.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: hebrew <he(a)li.org>\n"
@@ -5716,26 +5716,6 @@ msgstr "הערה: הגדרת אפשרויות אלו אל 0 (אפס) יבטלו
msgid "\"zipped\""
msgstr "\"zipped\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/hi.po b/po/hi.po
index ff79d67..0f6abcc 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: hindi <hi(a)li.org>\n"
@@ -5609,26 +5609,6 @@ msgstr ""
msgid "\"zipped\""
msgstr ""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/hr.po b/po/hr.po
index c58dac8..371b29c 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:13+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: croatian <hr(a)li.org>\n"
@@ -6017,26 +6017,6 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"zipano\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/hu.po b/po/hu.po
index c5d9214..e9e1ae9 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: hungarian <hu(a)li.org>\n"
@@ -6044,26 +6044,6 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"zip tömörítés\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/id.po b/po/id.po
index 5bcc437..a07c882 100644
--- a/po/id.po
+++ b/po/id.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-28 13:56+0200\n"
"Last-Translator: Azhari Harahap <azhari.harahap(a)yahoo.com>\n"
"Language-Team: indonesian <id(a)li.org>\n"
@@ -5834,26 +5834,6 @@ msgstr ""
msgid "\"zipped\""
msgstr "Dikompress dengan Zip"
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/it.po b/po/it.po
index 5cb23cc..995ae49 100644
--- a/po/it.po
+++ b/po/it.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-04-11 11:05+0200\n"
"Last-Translator: Fabio <fantonifabio(a)tiscali.it>\n"
"Language-Team: italian <it(a)li.org>\n"
-"Language: it\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 2.0.1\n"
@@ -6054,26 +6054,6 @@ msgstr "N.B.: 0 (zero) significa nessun limite."
msgid "\"zipped\""
msgstr "\"compresso con zip\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/ja.po b/po/ja.po
index 51259a5..a3afc21 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 11:22+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: japanese <jp(a)li.org>\n"
@@ -5905,26 +5905,6 @@ msgstr "注意: オプションを 0 (ゼロ)に設定すると制限を解除
msgid "\"zipped\""
msgstr "\"zip 形式\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/ka.po b/po/ka.po
index 31a3509..f5228df 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: georgian <ka(a)li.org>\n"
@@ -5995,26 +5995,6 @@ msgstr "Note: Setting these options to 0 (zero) removes the limit."
msgid "\"zipped\""
msgstr "\"zip-ით შეკუმშული\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/ko.po b/po/ko.po
index c3106c0..71719a6 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: korean <ko(a)li.org>\n"
@@ -5724,26 +5724,6 @@ msgstr "주의: 이 옵션을 0으로 하면 제한이 없어집니다."
msgid "\"zipped\""
msgstr "zip 압축"
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/lt.po b/po/lt.po
index 168c15f..78893e9 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-04-02 18:26+0200\n"
"Last-Translator: <edgaras.janusauskas(a)gmail.com>\n"
"Language-Team: lithuanian <lt(a)li.org>\n"
@@ -5832,26 +5832,6 @@ msgstr "Pastaba: nėra jokių apribojimų jeigu reikšmė nurodyta lygi 0 (nuliu
msgid "\"zipped\""
msgstr "\"zip\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr "Filtras"
diff --git a/po/lv.po b/po/lv.po
index f9bfe99..5f881b7 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: latvian <lv(a)li.org>\n"
@@ -5798,26 +5798,6 @@ msgstr "Piezīme: Šo opciju uzstādīšana uz 0 (nulli) atceļ ierobežojumus."
msgid "\"zipped\""
msgstr "Arhivēts ar zip"
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/mk.po b/po/mk.po
index 6b44205..589b81a 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: macedonian_cyrillic <mk(a)li.org>\n"
@@ -5844,26 +5844,6 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"zip\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/mn.po b/po/mn.po
index 4dd0bc0..259e12b 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: mongolian <mn(a)li.org>\n"
@@ -5787,26 +5787,6 @@ msgstr "Тэмдэглэл: Тохируулгын сонголтыг 0 (тэг
msgid "\"zipped\""
msgstr "zip-ээр шахах"
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/ms.po b/po/ms.po
index 8517b68..fb45373 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: malay <ms(a)li.org>\n"
@@ -5735,26 +5735,6 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"zipped\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/nb.po b/po/nb.po
index 4e771f8..40b2b8d 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-04-06 14:28+0200\n"
"Last-Translator: <sven.erik.andersen(a)gmail.com>\n"
"Language-Team: norwegian <no(a)li.org>\n"
@@ -5996,26 +5996,6 @@ msgstr "Merk: Ved å sette disse til 0 (null) fjernes begrensningen."
msgid "\"zipped\""
msgstr "Komprimert (zip)"
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr "Filter"
diff --git a/po/nl.po b/po/nl.po
index 23258d9..37a2c68 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-26 15:46+0200\n"
"Last-Translator: <rink(a)initfour.nl>\n"
"Language-Team: dutch <nl(a)li.org>\n"
@@ -6065,26 +6065,6 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"Gezipt\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr "Filter"
diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot
index b5df02a..43ef1d5 100644
--- a/po/phpmyadmin.pot
+++ b/po/phpmyadmin.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -5606,26 +5606,6 @@ msgstr ""
msgid "\"zipped\""
msgstr ""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/pl.po b/po/pl.po
index bc85d23..79e93d0 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: polish <pl(a)li.org>\n"
@@ -6013,26 +6013,6 @@ msgstr "Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograniczenie."
msgid "\"zipped\""
msgstr "\".zip\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/pt.po b/po/pt.po
index a801673..a7d0860 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: portuguese <pt(a)li.org>\n"
@@ -5795,26 +5795,6 @@ msgstr "Nota: Configurar estas opções para 0 (zero) remove o limite."
msgid "\"zipped\""
msgstr "\"Compressão zip\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index fa378ce..9a648d8 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-21 05:17+0200\n"
"Last-Translator: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>\n"
"Language-Team: brazilian_portuguese <pt_BR(a)li.org>\n"
@@ -5973,26 +5973,6 @@ msgstr "Nota: Ajustar essa opção para 0 (zero) remove os limites."
msgid "\"zipped\""
msgstr "\"compactado com zip\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr "Filtro"
diff --git a/po/ro.po b/po/ro.po
index afbffa9..0f4e461 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-13 00:41+0200\n"
"Last-Translator: <ronaldinia(a)yahoo.com>\n"
"Language-Team: romanian <ro(a)li.org>\n"
@@ -6015,26 +6015,6 @@ msgstr ""
msgid "\"zipped\""
msgstr "„arhivat”"
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/ru.po b/po/ru.po
index 4f37f76..3e0e911 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-30 23:23+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: russian <ru(a)li.org>\n"
@@ -6065,26 +6065,6 @@ msgstr ""
msgid "\"zipped\""
msgstr "zip"
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr "Фильтр"
diff --git a/po/si.po b/po/si.po
index 8d77648..38c74b1 100644
--- a/po/si.po
+++ b/po/si.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-30 23:09+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: sinhala <si(a)li.org>\n"
@@ -5947,26 +5947,6 @@ msgstr "සටහන: මෙම විකල්පය 0 (බිංදුවට)
msgid "\"zipped\""
msgstr "\"සිප්ගත කරන ලද\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/sk.po b/po/sk.po
index e105f8f..c0b63b0 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-30 23:47+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: slovak <sk(a)li.org>\n"
@@ -5956,26 +5956,6 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"zozipované\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr "Filter"
diff --git a/po/sl.po b/po/sl.po
index 72b61e5..b209fe5 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-30 23:47+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: slovenian <sl(a)li.org>\n"
@@ -5797,26 +5797,6 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"zipano\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/sq.po b/po/sq.po
index 55d1093..d18cc04 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-30 23:08+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: albanian <sq(a)li.org>\n"
@@ -5810,26 +5810,6 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"kompresuar me zip\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/sr.po b/po/sr.po
index 7768fb9..00a8d88 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-30 23:47+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: serbian_cyrillic <sr(a)li.org>\n"
@@ -5954,26 +5954,6 @@ msgstr "Напомена: Постављање ових опција на 0 (н
msgid "\"zipped\""
msgstr "\"зиповано\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/sr(a)latin.po b/po/sr(a)latin.po
index 9847eab..e03c700 100644
--- a/po/sr(a)latin.po
+++ b/po/sr(a)latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-30 23:47+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: serbian_latin <sr@latin@li.org>\n"
@@ -5960,26 +5960,6 @@ msgstr "Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja ograničenja."
msgid "\"zipped\""
msgstr "\"zipovano\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/sv.po b/po/sv.po
index 66f152d..39f4f99 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: swedish <sv(a)li.org>\n"
@@ -6007,26 +6007,6 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"zippad\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr "Filter"
diff --git a/po/ta.po b/po/ta.po
index 142783c..c37d22a 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -6,14 +6,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-04-10 07:38+0200\n"
"Last-Translator: <sutharshan02(a)gmail.com>\n"
"Language-Team: Tamil <ta(a)li.org>\n"
-"Language: ta\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ta\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
@@ -31,8 +31,8 @@ msgid ""
"You probably did not create a configuration file. You might want to use the %"
"1$ssetup script%2$s to create one."
msgstr ""
-"நீங்கள் அமைப்பு கோப்பை உருவாக்கவில்லை. அதை உருவாக்க நீங்கள் %1$s உருவாக்க "
-"கோவையை %2$s பயன்படுத்தலாம்"
+"நீங்கள் அமைப்பு கோப்பை உருவாக்கவில்லை. அதை உருவாக்க நீங்கள் %1$s உருவாக்க கோவையை %2$s "
+"பயன்படுத்தலாம்"
#: libraries/auth/config.auth.lib.php:116
msgid ""
@@ -41,9 +41,9 @@ msgid ""
"configuration and make sure that they correspond to the information given by "
"the administrator of the MySQL server."
msgstr ""
-"phpMyAdmin சேவருடன் தொடர்பு கொள்ள முயன்றது. சேவர் அதனை தடுத்து விட்டது. "
-"உங்களது சேவர், பயனாளர் பெயர், கடவுச் சொல் என்பவை MySql நிர்வாகியால் "
-"வழங்கப்பட்ட தரவுகளுடன் பொருந்துகின்றதா என சரி பாருங்கள்."
+"phpMyAdmin சேவருடன் தொடர்பு கொள்ள முயன்றது. சேவர் அதனை தடுத்து விட்டது. உங்களது "
+"சேவர், பயனாளர் பெயர், கடவுச் சொல் என்பவை MySql நிர்வாகியால் வழங்கப்பட்ட தரவுகளுடன் "
+"பொருந்துகின்றதா என சரி பாருங்கள்."
#. l10n: Language to use for MySQL 5.1 documentation, please use only languages which do exist in official documentation.
#: libraries/common.lib.php:411
@@ -5611,26 +5611,6 @@ msgstr ""
msgid "\"zipped\""
msgstr ""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/te.po b/po/te.po
index 26bc4b2..1033550 100644
--- a/po/te.po
+++ b/po/te.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-04-02 12:04+0200\n"
"Last-Translator: <veeven(a)gmail.com>\n"
"Language-Team: Telugu <te(a)li.org>\n"
@@ -5670,26 +5670,6 @@ msgstr ""
msgid "\"zipped\""
msgstr ""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/th.po b/po/th.po
index 25b0d44..8d32d0a 100644
--- a/po/th.po
+++ b/po/th.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: thai <th(a)li.org>\n"
@@ -5723,26 +5723,6 @@ msgstr "โปรดทราบ: ถ้าเปลี่ยนค่าเห
msgid "\"zipped\""
msgstr "\"ถูกบีบอัดอยู่ (zip)\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/tr.po b/po/tr.po
index f4e38e5..e260042 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-04-03 11:44+0200\n"
"Last-Translator: <hitowerdigit(a)hotmail.com>\n"
"Language-Team: turkish <tr(a)li.org>\n"
@@ -6029,26 +6029,6 @@ msgstr "Not: Bu seçeneklerin 0 (sıfır)'a ayarlanması sınırı kaldırır."
msgid "\"zipped\""
msgstr "\"zip olarak\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr "Süzgeç"
diff --git a/po/tt.po b/po/tt.po
index 6c4c6d3..9068232 100644
--- a/po/tt.po
+++ b/po/tt.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-30 23:14+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: tatarish <tt(a)li.org>\n"
@@ -5821,26 +5821,6 @@ msgstr "Beläse: 0 (nül) kertelgän çaqta çikläwe beterelä."
msgid "\"zipped\""
msgstr "\"ziple\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/uk.po b/po/uk.po
index f2ffcb4..0d5ce27 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: ukrainian <uk(a)li.org>\n"
@@ -5711,26 +5711,6 @@ msgstr "Примітка: Встановлення цієї опції у 0 (н
msgid "\"zipped\""
msgstr "запакувати в \"zip\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/ur.po b/po/ur.po
index b469056..1bf81db 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-04-09 14:02+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: Urdu <ur(a)li.org>\n"
@@ -5606,26 +5606,6 @@ msgstr ""
msgid "\"zipped\""
msgstr ""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/uz.po b/po/uz.po
index 245afdf..7bba0f3 100644
--- a/po/uz.po
+++ b/po/uz.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:20+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: uzbek_cyrillic <uz(a)li.org>\n"
@@ -6072,26 +6072,6 @@ msgstr ""
msgid "\"zipped\""
msgstr "zip"
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr "Фильтр"
diff --git a/po/uz(a)latin.po b/po/uz(a)latin.po
index f282bc0..c6e1783 100644
--- a/po/uz(a)latin.po
+++ b/po/uz(a)latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:20+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: uzbek_latin <uz@latin@li.org>\n"
@@ -6121,26 +6121,6 @@ msgstr ""
msgid "\"zipped\""
msgstr "zip"
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr "Filtr"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 8a43b20..47deb42 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-04-08 13:06+0200\n"
"Last-Translator: shanyan baishui <Siramizu(a)gmail.com>\n"
"Language-Team: chinese_simplified <zh_CN(a)li.org>\n"
@@ -5782,26 +5782,6 @@ msgstr "注意:若将这些选项设为 0(零) 即不限制。"
msgid "\"zipped\""
msgstr "zip 压缩"
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr "快速搜索"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 1d4a6e4..44b593d 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-09 14:06+0200\n"
+"POT-Creation-Date: 2010-04-11 11:34+0200\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: chinese_traditional <zh_TW(a)li.org>\n"
@@ -5728,26 +5728,6 @@ msgstr "註: 設定這些選項為 0 (零) 可解除限制."
msgid "\"zipped\""
msgstr "\"zipped\""
-#: libraries/sql_query_form.lib.php:301
-msgid "SELECT *"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:302
-msgid "SELECT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:303
-msgid "INSERT"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:304
-msgid "UPDATE"
-msgstr ""
-
-#: libraries/sql_query_form.lib.php:305
-msgid "DELETE"
-msgstr ""
-
#: navigation.php:318
msgid "Filter"
msgstr ""
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. 539ba31d64e630f90f4fc25a4b6870eade962dc4
by Michal Čihař 11 Apr '10
by Michal Čihař 11 Apr '10
11 Apr '10
The branch, master has been updated
via 539ba31d64e630f90f4fc25a4b6870eade962dc4 (commit)
from 6a8abfbcaa140e11236c9b521d141670d2b81318 (commit)
- Log -----------------------------------------------------------------
commit 539ba31d64e630f90f4fc25a4b6870eade962dc4
Author: Michal Čihař <mcihar(a)novell.com>
Date: Sun Apr 11 11:29:11 2010 +0200
Regenerate.
-----------------------------------------------------------------------
Summary of changes:
po/en_GB.po | 136 ++++++++++++++++++++++++++--------------------------
po/hy.po | 25 ++-------
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 | 13 +-----
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/ja-full.pot | 13 +-----
pot/ja-html.pot | 2 +-
pot/ja-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/nb-full.pot | 13 +-----
pot/nb-html.pot | 2 +-
pot/nb-txt.pot | 2 +-
pot/nl-full.pot | 13 +-----
pot/nl-html.pot | 2 +-
pot/nl-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/sk-full.pot | 13 +-----
pot/sk-html.pot | 2 +-
pot/sk-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 +-
77 files changed, 149 insertions(+), 437 deletions(-)
diff --git a/po/en_GB.po b/po/en_GB.po
index 8a53d65..82730fe 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-04-08 12:45+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-Revision-Date: 2010-01-25 13:26+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -397,7 +397,8 @@ msgstr ""
#: ../phpmyadmin/Documentation.html:142
msgid ""
"communicate in <a href=\"./translators.html\">58 different languages</a>"
-msgstr "communicate in <a href=\"./translators.html\">58 different languages</a>"
+msgstr ""
+"communicate in <a href=\"./translators.html\">58 different languages</a>"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:144
@@ -2018,8 +2019,8 @@ msgid ""
"<span id=\"cfg_Servers_auth_http_realm\">$cfg['Servers'][$i]"
"['auth_http_realm']</span> string"
msgstr ""
-"<span id=\"cfg_Servers_auth_http_realm\">$cfg['Servers'][$i]['auth_http_realm'"
-"]</span> string"
+"<span id=\"cfg_Servers_auth_http_realm\">$cfg['Servers'][$i]"
+"['auth_http_realm']</span> string"
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:776
@@ -2033,14 +2034,13 @@ msgid ""
"\"#cfg_Servers_host\" class=\"configrule\">$cfg['Servers'][$i]['host']</a> "
"will be used."
msgstr ""
-"When using auth_type = '<abbr title=\"HyperText Transfer "
-"Protocol\">HTTP</abbr>', this field allows to define a custom <abbr "
-"title=\"HyperText Transfer Protocol\">HTTP</abbr> Basic Auth Realm which will "
-"be displayed to the user. If not explicitly specified in your configuration, "
-"a string combined of \"phpMyAdmin \" and either <a "
-"href=\"#cfg_Servers_verbose\" "
-"class=\"configrule\">$cfg['Servers'][$i]['verbose']</a> or <a "
-"href=\"#cfg_Servers_host\" class=\"configrule\">$cfg['Servers'][$i]['host']</a> "
+"When using auth_type = '<abbr title=\"HyperText Transfer Protocol\">HTTP</"
+"abbr>', this field allows to define a custom <abbr title=\"HyperText "
+"Transfer Protocol\">HTTP</abbr> Basic Auth Realm which will be displayed to "
+"the user. If not explicitly specified in your configuration, a string "
+"combined of \"phpMyAdmin \" and either <a href=\"#cfg_Servers_verbose\" "
+"class=\"configrule\">$cfg['Servers'][$i]['verbose']</a> or <a href="
+"\"#cfg_Servers_host\" class=\"configrule\">$cfg['Servers'][$i]['host']</a> "
"will be used."
#. type: Content of: <html><body><div><dl><dt>
@@ -2783,8 +2783,8 @@ msgid ""
"<span id=\"cfg_Servers_tracking_version_auto_create\">$cfg['Servers'][$i]"
"['tracking_version_auto_create']</span> boolean"
msgstr ""
-"<span id=\"cfg_Servers_tracking_version_auto_create\">$cfg['Servers'][$i]['tra"
-"cking_version_auto_create']</span> boolean"
+"<span id=\"cfg_Servers_tracking_version_auto_create\">$cfg['Servers'][$i]"
+"['tracking_version_auto_create']</span> boolean"
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1085
@@ -2859,8 +2859,8 @@ msgid ""
"<span id=\"cfg_Servers_tracking_add_drop_view\">$cfg['Servers'][$i]"
"['tracking_add_drop_view']</span> boolean"
msgstr ""
-"<span id=\"cfg_Servers_tracking_add_drop_view\">$cfg['Servers'][$i]['tracking_"
-"add_drop_view']</span> boolean"
+"<span id=\"cfg_Servers_tracking_add_drop_view\">$cfg['Servers'][$i]"
+"['tracking_add_drop_view']</span> boolean"
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1116
@@ -2877,8 +2877,8 @@ msgid ""
"<span id=\"cfg_Servers_tracking_add_drop_table\">$cfg['Servers'][$i]"
"['tracking_add_drop_table']</span> boolean"
msgstr ""
-"<span id=\"cfg_Servers_tracking_add_drop_table\">$cfg['Servers'][$i]['tracking"
-"_add_drop_table']</span> boolean"
+"<span id=\"cfg_Servers_tracking_add_drop_table\">$cfg['Servers'][$i]"
+"['tracking_add_drop_table']</span> boolean"
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1125
@@ -2895,8 +2895,8 @@ msgid ""
"<span id=\"cfg_Servers_tracking_add_drop_database\">$cfg['Servers'][$i]"
"['tracking_add_drop_database']</span> boolean"
msgstr ""
-"<span id=\"cfg_Servers_tracking_add_drop_database\">$cfg['Servers'][$i]['track"
-"ing_add_drop_database']</span> boolean"
+"<span id=\"cfg_Servers_tracking_add_drop_database\">$cfg['Servers'][$i]"
+"['tracking_add_drop_database']</span> boolean"
#. type: Content of: <html><body><div><dl><dd>
#: ../phpmyadmin/Documentation.html:1133
@@ -4248,18 +4248,18 @@ msgstr ""
"from the interface."
#. type: Content of: <html><body><div><dl><dt>
-#: ../phpmyadmin/Documentation.html:1553
+#: ../phpmyadmin/Documentation.html:1559
msgid "$cfg['ShowFieldTypesInDataEditView'] boolean"
msgstr "$cfg['ShowFieldTypesInDataEditView'] boolean"
#. type: Content of: <html><body><div><dl><dd>
-#: ../phpmyadmin/Documentation.html:1554
+#: ../phpmyadmin/Documentation.html:1560
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode. The user can toggle this setting from the interface."
msgstr ""
-"Defines whether or not type fields should be initially displayed in "
-"edit/insert mode. The user can toggle this setting from the interface."
+"Defines whether or not type fields should be initially displayed in edit/"
+"insert mode. The user can toggle this setting from the interface."
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:1565
@@ -4574,8 +4574,8 @@ msgid ""
"The corresponding language file needs to be in locale/<i>code</i>/"
"LC_MESSAGES/phpmyadmin.mo."
msgstr ""
-"The corresponding language file needs to be in "
-"locale/<i>code</i>/LC_MESSAGES/phpmyadmin.mo."
+"The corresponding language file needs to be in locale/<i>code</i>/"
+"LC_MESSAGES/phpmyadmin.mo."
#. type: Content of: <html><body><div><dl><dt>
#: ../phpmyadmin/Documentation.html:1665
@@ -8582,8 +8582,9 @@ msgid ""
"request.max_vars\">suhosin.request.max_vars</a> should be increased (eg. "
"2048)"
msgstr ""
-"<a href=\"http://www.hardened-php.net/suhosin/configuration.html#suhosin.requ"
-"est.max_vars\">suhosin.request.max_vars</a> should be increased (eg. 2048)"
+"<a href=\"http://www.hardened-php.net/suhosin/configuration.html#suhosin."
+"request.max_vars\">suhosin.request.max_vars</a> should be increased (eg. "
+"2048)"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:3107
@@ -8591,8 +8592,8 @@ msgid ""
"<a href=\"http://www.hardened-php.net/suhosin/configuration.html#suhosin."
"post.max_vars\">suhosin.post.max_vars</a> should be increased (eg. 2048)"
msgstr ""
-"<a href=\"http://www.hardened-php.net/suhosin/configuration.html#suhosin.post"
-".max_vars\">suhosin.post.max_vars</a> should be increased (eg. 2048)"
+"<a href=\"http://www.hardened-php.net/suhosin/configuration.html#suhosin."
+"post.max_vars\">suhosin.post.max_vars</a> should be increased (eg. 2048)"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:3108
@@ -8601,8 +8602,8 @@ msgid ""
"request.max_array_index_length\">suhosin.request.max_array_index_length</a> "
"should be increased (eg. 256)"
msgstr ""
-"<a href=\"http://www.hardened-php.net/suhosin/configuration.html#suhosin.requ"
-"est.max_array_index_length\">suhosin.request.max_array_index_length</a> "
+"<a href=\"http://www.hardened-php.net/suhosin/configuration.html#suhosin."
+"request.max_array_index_length\">suhosin.request.max_array_index_length</a> "
"should be increased (eg. 256)"
#. type: Content of: <html><body><div><ul><li>
@@ -8612,9 +8613,9 @@ msgid ""
"post.max_array_index_length\">suhosin.post.max_array_index_length</a> should "
"be increased (eg. 256)"
msgstr ""
-"<a href=\"http://www.hardened-php.net/suhosin/configuration.html#suhosin.post"
-".max_array_index_length\">suhosin.post.max_array_index_length</a> should be "
-"increased (eg. 256)"
+"<a href=\"http://www.hardened-php.net/suhosin/configuration.html#suhosin."
+"post.max_array_index_length\">suhosin.post.max_array_index_length</a> should "
+"be increased (eg. 256)"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:3110
@@ -8623,9 +8624,9 @@ msgid ""
"request.max_totalname_length\">suhosin.request.max_totalname_length</a> "
"should be increased (eg. 8192)"
msgstr ""
-"<a href=\"http://www.hardened-php.net/suhosin/configuration.html#suhosin.requ"
-"est.max_totalname_length\">suhosin.request.max_totalname_length</a> should be "
-"increased (eg. 8192)"
+"<a href=\"http://www.hardened-php.net/suhosin/configuration.html#suhosin."
+"request.max_totalname_length\">suhosin.request.max_totalname_length</a> "
+"should be increased (eg. 8192)"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:3111
@@ -8634,8 +8635,8 @@ msgid ""
"post.max_totalname_length\">suhosin.post.max_totalname_length</a> should be "
"increased (eg. 8192)"
msgstr ""
-"<a href=\"http://www.hardened-php.net/suhosin/configuration.html#suhosin.post"
-".max_totalname_length\">suhosin.post.max_totalname_length</a> should be "
+"<a href=\"http://www.hardened-php.net/suhosin/configuration.html#suhosin."
+"post.max_totalname_length\">suhosin.post.max_totalname_length</a> should be "
"increased (eg. 8192)"
#. type: Content of: <html><body><div><ul><li>
@@ -8646,8 +8647,8 @@ msgid ""
"(the default)"
msgstr ""
"<a href=\"http://www.hardened-php.net/suhosin/configuration.html#suhosin.sql."
-"bailout_on_error\">suhosin.sql.bailout_on_error</a> needs to be disabled (the "
-"default)"
+"bailout_on_error\">suhosin.sql.bailout_on_error</a> needs to be disabled "
+"(the default)"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:3113
@@ -8656,9 +8657,9 @@ msgid ""
"html#logging_configuration\">suhosin.log.*</a> should not include SQL, "
"otherwise you get big slowdown"
msgstr ""
-"<a href=\"http://www.hardened-"
-"php.net/suhosin/configuration.html#logging_configuration\">suhosin.log.*</a> "
-"should not include SQL, otherwise you get big slowdown"
+"<a href=\"http://www.hardened-php.net/suhosin/configuration."
+"html#logging_configuration\">suhosin.log.*</a> should not include SQL, "
+"otherwise you get big slowdown"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:3117
@@ -8666,9 +8667,8 @@ msgid ""
"You can also disable the warning using the <a href="
"\"#cfg_SuhosinDisableWarning\"> <tt>SuhosinDisableWarning</tt> directive</a>."
msgstr ""
-"You can also disable the warning using the <a "
-"href=\"#cfg_SuhosinDisableWarning\"> <tt>SuhosinDisableWarning</tt> "
-"directive</a>."
+"You can also disable the warning using the <a href="
+"\"#cfg_SuhosinDisableWarning\"> <tt>SuhosinDisableWarning</tt> directive</a>."
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:3122
@@ -11931,18 +11931,18 @@ msgid "The following method is preferred for new developers:"
msgstr "The following method is preferred for new developers:"
#. type: Content of: <html><body><div><ol><li>
-#: ../phpmyadmin/Documentation.html:4378
+#: ../phpmyadmin/Documentation.html:4396
msgid "fetch the current git repository over anonymous git:"
msgstr "fetch the current git repository over anonymous git:"
#. type: Content of: <html><body><div><ol><li>
-#: ../phpmyadmin/Documentation.html:4379
+#: ../phpmyadmin/Documentation.html:4397
msgid ""
"<tt>git clone git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/"
"phpmyadmin</tt>"
msgstr ""
-"<tt>git clone "
-"git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin</tt>"
+"<tt>git clone git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/"
+"phpmyadmin</tt>"
#. type: Content of: <html><body><div><ol><li>
#: ../phpmyadmin/Documentation.html:4400
@@ -11950,19 +11950,18 @@ msgid "add your stuff"
msgstr "add your stuff"
#. type: Content of: <html><body><div><ol><li>
-#: ../phpmyadmin/Documentation.html:4383
+#: ../phpmyadmin/Documentation.html:4401
msgid "generate patch with your changes: <tt>git diff > xxx.diff</tt>"
msgstr "generate patch with your changes: <tt>git diff > xxx.diff</tt>"
#. type: Content of: <html><body><div><ol><li>
-#: ../phpmyadmin/Documentation.html:4386
+#: ../phpmyadmin/Documentation.html:4404
msgid ""
"submit your patch via the <a href=\"https://sourceforge.net/tracker/?"
"group_id=23067&atid=377410\">patch tracker of the phpMyAdmin project</a>."
msgstr ""
-"submit your patch via the <a "
-"href=\"https://sourceforge.net/tracker/?group_id=23067&atid=377410\">patch "
-"tracker of the phpMyAdmin project</a>."
+"submit your patch via the <a href=\"https://sourceforge.net/tracker/?"
+"group_id=23067&atid=377410\">patch tracker of the phpMyAdmin project</a>."
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:4410
@@ -11970,11 +11969,11 @@ msgid ""
"More details on git are available on <a href=\"http://wiki.phpmyadmin.net/"
"pma/Devel:Git\">our wiki</a>."
msgstr ""
-"More details on git are available on <a "
-"href=\"http://wiki.phpmyadmin.net/pma/Devel:Git\">our wiki</a>."
+"More details on git are available on <a href=\"http://wiki.phpmyadmin.net/"
+"pma/Devel:Git\">our wiki</a>."
#. type: Content of: <html><body><div><p>
-#: ../phpmyadmin/Documentation.html:4394
+#: ../phpmyadmin/Documentation.html:4412
msgid ""
"Write access to the repository is granted only to experienced developers who "
"have already contributed something useful to phpMyAdmin."
@@ -12116,13 +12115,13 @@ msgstr ""
"placed on the same server or some remote server."
#. type: Content of: <html><body><div><p>
-#: ../phpmyadmin/Documentation.html:4447
+#: ../phpmyadmin/Documentation.html:4465
msgid ""
"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_Manual.htm\">How to synchronise</a>"
+"For more details see <a href=\"./documentation-gsoc/"
+"Synchronization_User_Manual.htm\">How to synchronise</a>"
#. type: Content of: <html><body><div><h2>
#: ../phpmyadmin/Documentation.html:4469
@@ -14404,10 +14403,10 @@ msgid ""
"our <a href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</"
"a>."
msgstr ""
-"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>."
+"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>."
#. type: Plain text
#: addendum/comment.html:2
@@ -14427,7 +14426,8 @@ msgstr "You can edit po files to change the translation."
#. type: Plain text
#: addendum/comment.html:8
msgid "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
-msgstr "Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
+msgstr ""
+"Or you can edit them online at https://l10n.cihar.com/projects/pmadoc/."
#. type: Plain text
#: addendum/comment.html:9
diff --git a/po/hy.po b/po/hy.po
index 9dd2f0c..cced743 100644
--- a/po/hy.po
+++ b/po/hy.po
@@ -7,14 +7,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-08 12:45+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-Revision-Date: 2010-04-11 10:05+0200\n"
"Last-Translator: <keepitg(a)mail.ru>\n"
"Language-Team: none\n"
-"Language: hy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: hy\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.1\n"
@@ -523,9 +523,7 @@ msgid ""
"?>\n"
msgstr ""
"<?php\n"
-"$cfg['blowfish_secret'] = 'ba17c1ec07d65003'; // օգտագործեք այստեղ Ձեր "
-"ընտրության արժեքը$i=0;$i++;$cfg['Servers'][$i]['auth_type'] = "
-"'cookie';?>"
+"$cfg['blowfish_secret'] = 'ba17c1ec07d65003'; // օգտագործեք այստեղ Ձեր ընտրության արժեքը$i=0;$i++;$cfg['Servers'][$i]['auth_type'] = 'cookie';?>"
#. type: Content of: <html><body><div><ol><li><ul><li>
#: ../phpmyadmin/Documentation.html:238
@@ -546,9 +544,7 @@ msgid ""
"?>\n"
msgstr ""
"<?php\n"
-"$i=0;$i++;$cfg['Servers'][$i]['user'] = "
-"'root';$cfg['Servers'][$i]['password'] = 'cbb74bc'; // օգտագործեք "
-"այստեղ Ձեր ծածկագիրը$cfg['Servers'][$i]['auth_type'] = 'config';?>"
+"$i=0;$i++;$cfg['Servers'][$i]['user'] = 'root';$cfg['Servers'][$i]['password'] = 'cbb74bc'; // օգտագործեք այստեղ Ձեր ծածկագիրը$cfg['Servers'][$i]['auth_type'] = 'config';?>"
#. type: Content of: <html><body><div><ol><li><ul><li>
#: ../phpmyadmin/Documentation.html:249
@@ -882,15 +878,7 @@ msgid ""
" ON mysql.tables_priv TO 'pma'@'localhost';"
msgstr ""
"GRANT USAGE ON mysql.* TO 'pma'@'localhost' IDENTIFIED BY 'pmapass';\n"
-"GRANT SELECT ( Host, User, Select_priv, Insert_priv, Update_priv, "
-"Delete_priv, Create_priv, Drop_priv, Reload_priv, Shutdown_priv, "
-"Process_priv, File_priv, Grant_priv, References_priv, Index_priv, "
-"Alter_priv, Show_db_priv, Super_priv, Create_tmp_table_priv, "
-"Lock_tables_priv, Execute_priv, Repl_slave_priv, Repl_client_priv ) ON "
-"mysql.user TO 'pma'@'localhost';GRANT SELECT ON mysql.db TO "
-"'pma'@'localhost';GRANT SELECT ON mysql.host TO 'pma'@'localhost';GRANT "
-"SELECT (Host, Db, User, Table_name, Table_priv, Column_priv) ON "
-"mysql.tables_priv TO 'pma'@'localhost';"
+"GRANT SELECT ( Host, User, Select_priv, Insert_priv, Update_priv, Delete_priv, Create_priv, Drop_priv, Reload_priv, Shutdown_priv, Process_priv, File_priv, Grant_priv, References_priv, Index_priv, Alter_priv, Show_db_priv, Super_priv, Create_tmp_table_priv, Lock_tables_priv, Execute_priv, Repl_slave_priv, Repl_client_priv ) ON mysql.user TO 'pma'@'localhost';GRANT SELECT ON mysql.db TO 'pma'@'localhost';GRANT SELECT ON mysql.host TO 'pma'@'localhost';GRANT SELECT (Host, Db, User, Table_name, Table_priv, Column_priv) ON mysql.tables_priv TO 'pma'@'localhost';"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:436
@@ -901,8 +889,7 @@ msgstr ""
#: ../phpmyadmin/Documentation.html:439
#, no-wrap
msgid "GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';\n"
-msgstr "GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO "
-"'pma'@'localhost';\n"
+msgstr "GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';\n"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:442
diff --git a/pot/ca-full.pot b/pot/ca-full.pot
index 01c9837..743240d 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-04-08 12:44+0300\n"
-"PO-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-04-07 13:52+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 bcdc14b..dbebe41 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-04-08 12:44+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 3f576af..dee03a2 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-04-07 13:52+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 a986b52..2b32c0b 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-04-08 12:44+0300\n"
-"PO-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-04-07 13:52+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 24e25ed..1c8979c 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-04-08 12:44+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 3f576af..dee03a2 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-04-07 13:52+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 c71e310..6a9c1ad 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-04-08 12:44+0300\n"
-"PO-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-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 2c81464..be20673 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-04-08 12:44+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 b6588e6..dee03a2 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-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 e8fce9b..d9c292b 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-04-08 12:45+0300\n"
-"PO-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-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 d18beb5..97988f6 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-04-08 12:45+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 b6588e6..dee03a2 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-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 253e257..dacab8d 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-04-08 12:44+0300\n"
-"PO-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-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 2de983e..cd3d4fb 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-04-08 12:44+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 b6588e6..dee03a2 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-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 92c6213..e49d9c4 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-04-08 12:44+0300\n"
-"PO-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-04-07 13:52+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 d6057ca..171c5de 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-04-08 12:44+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 3f576af..dee03a2 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-04-07 13:52+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 c8c8385..3b5a9b8 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-04-08 12:44+0300\n"
-"PO-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-04-07 13:52+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 570351e..5720e08 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-04-08 12:44+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 3f576af..dee03a2 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-04-07 13:52+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 eec828e..8d1637b 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-04-08 12:44+0300\n"
-"PO-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-04-07 13:52+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 65313d5..b977438 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-04-08 12:44+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 3f576af..dee03a2 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-04-07 13:52+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 58273ce..eb660b0 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-04-08 12:44+0300\n"
-"PO-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-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 48eb552..92b0a11 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-04-08 12:44+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 b6588e6..dee03a2 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-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 9667903..28400c0 100644
--- a/pot/hy-full.pot
+++ b/pot/hy-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
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-04-08 12:45+0300\n"
-"PO-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"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 9dcbc46..3929865 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-04-08 12:45+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 b6588e6..dee03a2 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-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 d483b24..17216cd 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-04-08 12:44+0300\n"
-"PO-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-04-07 13:52+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 4cc5308..0f0af00 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-04-08 12:44+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 3f576af..dee03a2 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-04-07 13:52+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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/ja-full.pot b/pot/ja-full.pot
index 4860e1a..e1d8986 100644
--- a/pot/ja-full.pot
+++ b/pot/ja-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# ja-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-04-08 12:44+0300\n"
-"PO-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"
-"#-#-#-#-# ja-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-04-07 13:52+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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/ja-html.pot b/pot/ja-html.pot
index 1c95edc..577c9f4 100644
--- a/pot/ja-html.pot
+++ b/pot/ja-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-04-08 12:44+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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/ja-txt.pot b/pot/ja-txt.pot
index 3f576af..dee03a2 100644
--- a/pot/ja-txt.pot
+++ b/pot/ja-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-04-07 13:52+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 2cc4c17..f4289cf 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-04-08 12:44+0300\n"
-"PO-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-04-07 13:52+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 73becfd..7b1ef25 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-04-08 12:44+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 3f576af..dee03a2 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-04-07 13:52+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 ab3efcb..822795f 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-04-08 12:44+0300\n"
-"PO-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-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 9d8569b..0a12c0d 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-04-08 12:44+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 b6588e6..dee03a2 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-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 510d91f..0a36e8e 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-04-08 12:44+0300\n"
-"PO-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-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 ed80622..4e87955 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-04-08 12:44+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 b6588e6..dee03a2 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-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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/nb-full.pot b/pot/nb-full.pot
index 8d30fd6..ac5c030 100644
--- a/pot/nb-full.pot
+++ b/pot/nb-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# nb-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-04-08 12:44+0300\n"
-"PO-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"
-"#-#-#-#-# nb-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-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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/nb-html.pot b/pot/nb-html.pot
index 84e177b..10ba192 100644
--- a/pot/nb-html.pot
+++ b/pot/nb-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-04-08 12:44+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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/nb-txt.pot b/pot/nb-txt.pot
index b6588e6..dee03a2 100644
--- a/pot/nb-txt.pot
+++ b/pot/nb-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-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 0ec2513..fe66d15 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-04-08 12:44+0300\n"
-"PO-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-04-07 13:52+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 7076982..04f7285 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-04-08 12:44+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 3f576af..dee03a2 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-04-07 13:52+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 73bf213..3440f42 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-04-08 12:44+0300\n"
-"PO-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-04-07 13:52+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 110ab0c..c057e6f 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-04-08 12:44+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 3f576af..dee03a2 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-04-07 13:52+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 4e4cf67..4048478 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-04-08 12:44+0300\n"
-"PO-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-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 31c8709..c4b77c6 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-04-08 12:44+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 b6588e6..dee03a2 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-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 c420eff..b941323 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-04-08 12:44+0300\n"
-"PO-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-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 c3148ac..795c276 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-04-08 12:44+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 b6588e6..dee03a2 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-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 ab370a7..488bfe2 100644
--- a/pot/sk-full.pot
+++ b/pot/sk-full.pot
@@ -6,20 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"#-#-#-#-# sk-html.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-08 12:45+0300\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
-"#-#-#-#-# sk-txt.pot (phpMyAdmin documentation VERSION) #-#-#-#-#\n"
-"Project-Id-Version: phpMyAdmin documentation VERSION\n"
-"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 804ddcd..4bae1b9 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-04-08 12:45+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
diff --git a/pot/sk-txt.pot b/pot/sk-txt.pot
index b6588e6..dee03a2 100644
--- a/pot/sk-txt.pot
+++ b/pot/sk-txt.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin documentation VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 c48c101..b0c2f2b 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-04-08 12:44+0300\n"
-"PO-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-04-07 13:52+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 5fdbe9d..d87efb5 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-04-08 12:44+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 3f576af..dee03a2 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-04-07 13:52+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 233d2df..234b7e9 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-04-08 12:44+0300\n"
-"PO-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-04-07 13:52+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 1f8f172..fcab644 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-04-08 12:44+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 3f576af..dee03a2 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-04-07 13:52+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 0f75513..e403eab 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-04-08 12:45+0300\n"
-"PO-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-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 cc22bd8..4d578d5 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-04-08 12:45+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 b6588e6..dee03a2 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-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 9ee4042..42767ed 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-04-08 12:45+0300\n"
-"PO-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-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 c0a76f0..30ce17e 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-04-08 12:45+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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 b6588e6..dee03a2 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-04-07 13:53+0300\n"
+"POT-Creation-Date: 2010-04-11 11:22+0300\n"
"PO-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. 6a8abfbcaa140e11236c9b521d141670d2b81318
by Michal Čihař 11 Apr '10
by Michal Čihař 11 Apr '10
11 Apr '10
The branch, master has been updated
via 6a8abfbcaa140e11236c9b521d141670d2b81318 (commit)
via a0f98f5b1c23f441c0fd3a72b02b578f4f9b639b (commit)
via 6ac95be207a1805db60b6351997bdb9364b3c8c7 (commit)
via 49788ebaec3eeb416f957c2bbe8c43499c0fbddc (commit)
via aeb90087cdf2d56f0ab235c4eea27656029f7294 (commit)
via 4a22f3c17ff75a8535a233d1bbe0175ee72541cb (commit)
via ffebf12d5003c738bbf8ce7f424f511e57cb91ad (commit)
via ad786434b243a0a590c98dfb1b425084b102af26 (commit)
via d85e8513e0d04a159fbb4d0f4069e74aa80e1408 (commit)
via cd1a4bcc88d64aa97530126c30efef6bbb1c39ad (commit)
via a0948112859e5646c0c3604a22ffe1ab017613eb (commit)
via 7319f318df0160ef83e3ae6c4961c07182ddc585 (commit)
via ea3b11aa8c8d9f508c18bb062952b754d2582b44 (commit)
via 9cdc8b195d56e5c550666ac4a3120582f0c30df7 (commit)
via 1d49b738da2eed731bc7cf2d3388f4f1d62b3dca (commit)
via 59e73526c91ff4fb6a99980ff699684c662eab31 (commit)
via d26bbf6edd4905b695da2db7e60ef8706264c754 (commit)
via f1c42f530b5e1da2ad570b23e8991a3e256f6608 (commit)
via 14d21dfbbb9b7d5f49a823df2742745baf1da24c (commit)
via bd0eb4d4bf0f06767d7f43e57a23986fd4116d86 (commit)
via 187712c4e7c3205fecf880a07ad3d6adf792f8db (commit)
from 2de185415f65d2c8415c1da93a7950da76b17841 (commit)
- Log -----------------------------------------------------------------
commit 6a8abfbcaa140e11236c9b521d141670d2b81318
Author: keepitg <keepitg(a)mail.ru>
Date: Sun Apr 11 10:05:35 2010 +0200
Translation update done using Pootle.
commit a0f98f5b1c23f441c0fd3a72b02b578f4f9b639b
Author: keepitg <keepitg(a)mail.ru>
Date: Sun Apr 11 10:05:12 2010 +0200
Translation update done using Pootle.
commit 6ac95be207a1805db60b6351997bdb9364b3c8c7
Author: keepitg <keepitg(a)mail.ru>
Date: Sun Apr 11 10:03:30 2010 +0200
Translation update done using Pootle.
commit 49788ebaec3eeb416f957c2bbe8c43499c0fbddc
Author: keepitg <keepitg(a)mail.ru>
Date: Sun Apr 11 10:02:40 2010 +0200
Translation update done using Pootle.
commit aeb90087cdf2d56f0ab235c4eea27656029f7294
Author: keepitg <keepitg(a)mail.ru>
Date: Sun Apr 11 10:00:24 2010 +0200
Translation update done using Pootle.
commit 4a22f3c17ff75a8535a233d1bbe0175ee72541cb
Author: keepitg <keepitg(a)mail.ru>
Date: Sun Apr 11 09:58:42 2010 +0200
Translation update done using Pootle.
commit ffebf12d5003c738bbf8ce7f424f511e57cb91ad
Author: keepitg <keepitg(a)mail.ru>
Date: Sun Apr 11 09:58:20 2010 +0200
Translation update done using Pootle.
commit ad786434b243a0a590c98dfb1b425084b102af26
Author: keepitg <keepitg(a)mail.ru>
Date: Sun Apr 11 09:57:50 2010 +0200
Translation update done using Pootle.
commit d85e8513e0d04a159fbb4d0f4069e74aa80e1408
Author: keepitg <keepitg(a)mail.ru>
Date: Sun Apr 11 09:55:15 2010 +0200
Translation update done using Pootle.
commit cd1a4bcc88d64aa97530126c30efef6bbb1c39ad
Author: keepitg <keepitg(a)mail.ru>
Date: Sun Apr 11 09:49:07 2010 +0200
Translation update done using Pootle.
commit a0948112859e5646c0c3604a22ffe1ab017613eb
Author: keepitg <keepitg(a)mail.ru>
Date: Sun Apr 11 09:46:56 2010 +0200
Translation update done using Pootle.
commit 7319f318df0160ef83e3ae6c4961c07182ddc585
Author: keepitg <keepitg(a)mail.ru>
Date: Sun Apr 11 09:32:43 2010 +0200
Translation update done using Pootle.
commit ea3b11aa8c8d9f508c18bb062952b754d2582b44
Author: keepitg <keepitg(a)mail.ru>
Date: Sun Apr 11 09:32:03 2010 +0200
Translation update done using Pootle.
commit 9cdc8b195d56e5c550666ac4a3120582f0c30df7
Author: keepitg <keepitg(a)mail.ru>
Date: Sun Apr 11 09:25:21 2010 +0200
Translation update done using Pootle.
commit 1d49b738da2eed731bc7cf2d3388f4f1d62b3dca
Author: keepitg <keepitg(a)mail.ru>
Date: Sun Apr 11 09:00:15 2010 +0200
Translation update done using Pootle.
commit 59e73526c91ff4fb6a99980ff699684c662eab31
Author: keepitg <keepitg(a)mail.ru>
Date: Sun Apr 11 09:00:01 2010 +0200
Translation update done using Pootle.
commit d26bbf6edd4905b695da2db7e60ef8706264c754
Author: keepitg <keepitg(a)mail.ru>
Date: Sun Apr 11 08:59:10 2010 +0200
Translation update done using Pootle.
commit f1c42f530b5e1da2ad570b23e8991a3e256f6608
Author: keepitg <keepitg(a)mail.ru>
Date: Sun Apr 11 08:56:30 2010 +0200
Translation update done using Pootle.
commit 14d21dfbbb9b7d5f49a823df2742745baf1da24c
Author: keepitg <keepitg(a)mail.ru>
Date: Sun Apr 11 08:55:24 2010 +0200
Translation update done using Pootle.
commit bd0eb4d4bf0f06767d7f43e57a23986fd4116d86
Author: keepitg <keepitg(a)mail.ru>
Date: Sun Apr 11 08:55:07 2010 +0200
Translation update done using Pootle.
commit 187712c4e7c3205fecf880a07ad3d6adf792f8db
Author: keepitg <keepitg(a)mail.ru>
Date: Sun Apr 11 08:54:38 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/hy.po | 50 ++++++++++++++++++++++++++++++++++++--------------
1 files changed, 36 insertions(+), 14 deletions(-)
diff --git a/po/hy.po b/po/hy.po
index 756ad7a..9dd2f0c 100644
--- a/po/hy.po
+++ b/po/hy.po
@@ -8,13 +8,13 @@ msgstr ""
"Project-Id-Version: phpMyAdmin-docs VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-04-08 12:45+0300\n"
-"PO-Revision-Date: 2010-04-05 13:35+0200\n"
+"PO-Revision-Date: 2010-04-11 10:05+0200\n"
"Last-Translator: <keepitg(a)mail.ru>\n"
"Language-Team: none\n"
+"Language: hy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: hy\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.1\n"
@@ -82,7 +82,7 @@ msgstr ""
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:37 ../phpmyadmin/translators.html:38
msgid "<a href=\"Documentation.html#copyright\">Copyright</a>"
-msgstr ""
+msgstr "<a href=\"Documentation.html#copyright\">Հեղինակային իրավունք</a>"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:38 ../phpmyadmin/translators.html:39
@@ -93,7 +93,7 @@ msgstr ""
#: ../phpmyadmin/Documentation.html:39 ../phpmyadmin/translators.html:40
#: output/hy/index-full-template.html:17
msgid "<a href=\"translators.html\">Translators</a>"
-msgstr ""
+msgstr "<a href=\"translators.html\">Թարգմանիչներ</a>"
#. type: Content of: <html><body><ul><li>
#: ../phpmyadmin/Documentation.html:40 ../phpmyadmin/translators.html:41
@@ -103,7 +103,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:45
msgid "<a href=\"http://www.phpmyadmin.net/\"> phpMyAdmin homepage</a>"
-msgstr ""
+msgstr "<a href=\"http://www.phpmyadmin.net/\"> phpMyAdmin գլխավոր էջ</a>"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:47
@@ -132,7 +132,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:53
msgid "License: <a href=\"license.php\">LICENSE</a>"
-msgstr ""
+msgstr "Լիցենզիա: <a href=\"license.php\">ԼԻՑԵՆԶԻԱ</a>"
#. type: Content of: <html><body><div><ul><li><div>
#: ../phpmyadmin/Documentation.html:56
@@ -142,7 +142,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:57
msgid "<i>$Id$</i>"
-msgstr ""
+msgstr "<i>$Id$</i>"
#. type: Content of: <html><body><div><h2>
#: ../phpmyadmin/Documentation.html:62
@@ -152,7 +152,7 @@ msgstr "Անհրաժեշտ պայմաններ"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:64
msgid "<b>PHP</b>"
-msgstr ""
+msgstr "<b>PHP</b>"
#. type: Content of: <html><body><div><ul><li><ul><li>
#: ../phpmyadmin/Documentation.html:65
@@ -202,7 +202,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:89
msgid "<b>MySQL</b> 5.0 or newer (<a href=\"#faq1_17\">details</a>);"
-msgstr ""
+msgstr "<b>MySQL</b> 5.0 կամ ավելի նոր (<a href=\"#faq1_17\">մանրամասներ</a>);"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:90
@@ -212,7 +212,7 @@ msgstr ""
#. type: Content of: <html><body><div><h2>
#: ../phpmyadmin/Documentation.html:94
msgid "Introduction"
-msgstr ""
+msgstr "Ներածություն"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:96
@@ -226,7 +226,7 @@ msgstr ""
#. type: Content of: <html><body><div><h3>
#: ../phpmyadmin/Documentation.html:102
msgid "Currently phpMyAdmin can:"
-msgstr ""
+msgstr "Ներկայումս phpMyAdmin կարող է՝"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:104
@@ -256,7 +256,7 @@ msgstr ""
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:112
msgid "load text files into tables"
-msgstr ""
+msgstr "բեռնել տեքստային ֆայլերը աղյուսակների մեջ"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:113
@@ -314,6 +314,8 @@ msgid ""
"create <abbr title=\"Portable Document Format\">PDF</abbr> graphics of your "
"Database layout"
msgstr ""
+"ստեղծել Ձեր Տվյալների Բազայի կառուցվածքի <abbr title=\"Portable Document "
+"Format\">PDF</abbr> գծապատկերը"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:133
@@ -363,7 +365,7 @@ msgstr ""
#. type: Content of: <html><body><div><h4>
#: ../phpmyadmin/Documentation.html:150
msgid "A word about users:"
-msgstr ""
+msgstr "Մի քանի խոսք օգտվողների մասին՝"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:151
@@ -428,6 +430,7 @@ msgstr ""
#: ../phpmyadmin/Documentation.html:183
msgid "Warning for <acronym title=\"Apple Macintosh\">Mac</acronym> users:"
msgstr ""
+"Զգուշացում <acronym title=\"Apple Macintosh\">Mac</acronym> օգտվողների համար՝"
#. type: Content of: <html><body><div><p>
#: ../phpmyadmin/Documentation.html:184
@@ -519,6 +522,10 @@ msgid ""
"$cfg['Servers'][$i]['auth_type'] = 'cookie';\n"
"?>\n"
msgstr ""
+"<?php\n"
+"$cfg['blowfish_secret'] = 'ba17c1ec07d65003'; // օգտագործեք այստեղ Ձեր "
+"ընտրության արժեքը$i=0;$i++;$cfg['Servers'][$i]['auth_type'] = "
+"'cookie';?>"
#. type: Content of: <html><body><div><ol><li><ul><li>
#: ../phpmyadmin/Documentation.html:238
@@ -538,6 +545,10 @@ msgid ""
"$cfg['Servers'][$i]['auth_type'] = 'config';\n"
"?>\n"
msgstr ""
+"<?php\n"
+"$i=0;$i++;$cfg['Servers'][$i]['user'] = "
+"'root';$cfg['Servers'][$i]['password'] = 'cbb74bc'; // օգտագործեք "
+"այստեղ Ձեր ծածկագիրը$cfg['Servers'][$i]['auth_type'] = 'config';?>"
#. type: Content of: <html><body><div><ol><li><ul><li>
#: ../phpmyadmin/Documentation.html:249
@@ -870,6 +881,16 @@ msgid ""
"GRANT SELECT (Host, Db, User, Table_name, Table_priv, Column_priv)\n"
" ON mysql.tables_priv TO 'pma'@'localhost';"
msgstr ""
+"GRANT USAGE ON mysql.* TO 'pma'@'localhost' IDENTIFIED BY 'pmapass';\n"
+"GRANT SELECT ( Host, User, Select_priv, Insert_priv, Update_priv, "
+"Delete_priv, Create_priv, Drop_priv, Reload_priv, Shutdown_priv, "
+"Process_priv, File_priv, Grant_priv, References_priv, Index_priv, "
+"Alter_priv, Show_db_priv, Super_priv, Create_tmp_table_priv, "
+"Lock_tables_priv, Execute_priv, Repl_slave_priv, Repl_client_priv ) ON "
+"mysql.user TO 'pma'@'localhost';GRANT SELECT ON mysql.db TO "
+"'pma'@'localhost';GRANT SELECT ON mysql.host TO 'pma'@'localhost';GRANT "
+"SELECT (Host, Db, User, Table_name, Table_priv, Column_priv) ON "
+"mysql.tables_priv TO 'pma'@'localhost';"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:436
@@ -880,7 +901,8 @@ msgstr ""
#: ../phpmyadmin/Documentation.html:439
#, no-wrap
msgid "GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';\n"
-msgstr ""
+msgstr "GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO "
+"'pma'@'localhost';\n"
#. type: Content of: <html><body><div><ul><li>
#: ../phpmyadmin/Documentation.html:442
hooks/post-receive
--
phpMyAdmin localized documentation
1
0