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-1391-ga86d3fe
by Michal Čihař 09 Apr '10
by Michal Čihař 09 Apr '10
09 Apr '10
The branch, master has been updated
via a86d3fee48b27eb07dd363bb60d0799d068b5d40 (commit)
via 2e4a5c6c52b5cd7bcb1a6c565a7a4c8312f160df (commit)
via e0d74aad3e24b9f457d4175bd24291fc6d8ece13 (commit)
from daff4417d865b5bb94b707caa08fe471ef7e615f (commit)
- Log -----------------------------------------------------------------
commit a86d3fee48b27eb07dd363bb60d0799d068b5d40
Author: Michal Čihař <mcihar(a)novell.com>
Date: Fri Apr 9 13:44:28 2010 +0200
Add Urdu description.
commit 2e4a5c6c52b5cd7bcb1a6c565a7a4c8312f160df
Merge: daff4417d865b5bb94b707caa08fe471ef7e615f e0d74aad3e24b9f457d4175bd24291fc6d8ece13
Author: Michal Čihař <mcihar(a)novell.com>
Date: Fri Apr 9 13:43:22 2010 +0200
Merge remote branch 'pootle/master'
commit e0d74aad3e24b9f457d4175bd24291fc6d8ece13
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Apr 9 13:43:10 2010 +0200
Add Urdu language.
-----------------------------------------------------------------------
Summary of changes:
libraries/select_lang.lib.php | 2 ++
po/{ta.po => ur.po} | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
copy po/{ta.po => ur.po} (99%)
diff --git a/libraries/select_lang.lib.php b/libraries/select_lang.lib.php
index 05c6b26..f98d1c3 100644
--- a/libraries/select_lang.lib.php
+++ b/libraries/select_lang.lib.php
@@ -300,6 +300,8 @@ function PMA_langDetails($lang) {
return array('tt|tatarish', 'tatarish-utf-8', 'tt', 'Tatarça');
case 'uk':
return array('uk|ukrainian', 'ukrainian-utf-8', 'uk', 'Українська');
+ case 'ur':
+ return array('ur|urdu', 'urdu-utf-8', 'ur', 'اُردوُ');
case 'uz@latin':
return array('uz[-_]lat|uzbek-latin', 'uzbek_latin-utf-8', 'uz-lat', 'O‘zbekcha');
case 'uz':
diff --git a/po/ta.po b/po/ur.po
similarity index 99%
copy from po/ta.po
copy to po/ur.po
index afb69f5..ee9dccc 100644
--- a/po/ta.po
+++ b/po/ur.po
@@ -10,7 +10,7 @@ msgstr ""
"POT-Creation-Date: 2010-04-09 11:57+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: Tamil <ta(a)li.org>\n"
+"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2RC1-1388-gdaff441
by Michal Čihař 09 Apr '10
by Michal Čihař 09 Apr '10
09 Apr '10
The branch, master has been updated
via daff4417d865b5bb94b707caa08fe471ef7e615f (commit)
from ad61461ae2b9eb3e3b03e8c08a986b03756ceed5 (commit)
- Log -----------------------------------------------------------------
commit daff4417d865b5bb94b707caa08fe471ef7e615f
Author: Michal Čihař <mcihar(a)novell.com>
Date: Fri Apr 9 13:32:58 2010 +0200
Add Tamil description.
-----------------------------------------------------------------------
Summary of changes:
libraries/select_lang.lib.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/libraries/select_lang.lib.php b/libraries/select_lang.lib.php
index 9f026de..05c6b26 100644
--- a/libraries/select_lang.lib.php
+++ b/libraries/select_lang.lib.php
@@ -288,6 +288,8 @@ function PMA_langDetails($lang) {
return array('sr|serbian', 'serbian_cyrillic-utf-8', 'sr', 'Српски');
case 'sv':
return array('sv|swedish', 'swedish-utf-8', 'sv', 'Svenska');
+ case 'ta':
+ return array('ta|tamil', 'tamil-utf-8', 'ta', 'தமிழ்');
case 'te':
return array('te|telugu', 'telugu-utf-8', 'te', 'తెలుగు');
case 'th':
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 34de4262006d4b28bc64301e16762a2ce3a84d11
by Michal Čihař 09 Apr '10
by Michal Čihař 09 Apr '10
09 Apr '10
The branch, master has been updated
via 34de4262006d4b28bc64301e16762a2ce3a84d11 (commit)
from d0471b128a6608d8965e2b4799e773691ca7df35 (commit)
- Log -----------------------------------------------------------------
commit 34de4262006d4b28bc64301e16762a2ce3a84d11
Author: Michal Čihař <mcihar(a)novell.com>
Date: Fri Apr 9 13:31:44 2010 +0200
Add tamil lang.
-----------------------------------------------------------------------
Summary of changes:
data/langnames.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/data/langnames.py b/data/langnames.py
index eb1559f..5c820f8 100644
--- a/data/langnames.py
+++ b/data/langnames.py
@@ -68,6 +68,7 @@ MAP = {
'sr@latin' : 'serbian_latin',
'sr' : 'serbian_cyrillic',
'sv' : 'swedish',
+ 'ta' : 'tamil'
'te' : 'telugu',
'th' : 'thai',
'tr' : 'turkish',
hooks/post-receive
--
phpMyAdmin website
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2RC1-1387-gad61461
by Michal Čihař 09 Apr '10
by Michal Čihař 09 Apr '10
09 Apr '10
The branch, master has been updated
via ad61461ae2b9eb3e3b03e8c08a986b03756ceed5 (commit)
from 580e415c2b366332c318ae0830ef6fef50445894 (commit)
- Log -----------------------------------------------------------------
commit ad61461ae2b9eb3e3b03e8c08a986b03756ceed5
Author: Michal Čihař <michal(a)cihar.com>
Date: Fri Apr 9 13:02:18 2010 +0200
Start Tamil translation.
-----------------------------------------------------------------------
Summary of changes:
po/{phpmyadmin.pot => ta.po} | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
copy po/{phpmyadmin.pot => ta.po} (99%)
diff --git a/po/phpmyadmin.pot b/po/ta.po
similarity index 99%
copy from po/phpmyadmin.pot
copy to po/ta.po
index 639c2be..afb69f5 100644
--- a/po/phpmyadmin.pot
+++ b/po/ta.po
@@ -2,20 +2,19 @@
# Copyright (C) 2003 - 2010 phpMyAdmin devel team
# This file is distributed under the same license as the phpMyAdmin package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
+"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-04-09 11:57+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"
+"Language-Team: Tamil <ta(a)li.org>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
+"X-Generator: Translate Toolkit 1.5.3\n"
#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2RC1-1386-g580e415
by Michal Čihař 09 Apr '10
by Michal Čihař 09 Apr '10
09 Apr '10
The branch, master has been updated
via 580e415c2b366332c318ae0830ef6fef50445894 (commit)
from a8088ee7519b923906978b406d351c47131a19a0 (commit)
- Log -----------------------------------------------------------------
commit 580e415c2b366332c318ae0830ef6fef50445894
Author: Michal Čihař <mcihar(a)novell.com>
Date: Fri Apr 9 12:00:07 2010 +0200
Translate.
-----------------------------------------------------------------------
Summary of changes:
po/cs.po | 16 +++++++++-------
1 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/po/cs.po b/po/cs.po
index 23150c4..e975d99 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-09 11:57+0200\n"
-"PO-Revision-Date: 2010-04-06 13:55+0200\n"
+"PO-Revision-Date: 2010-04-09 12:01+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -3584,6 +3584,8 @@ msgid ""
"This server is not configured as master in a replication process. Would you "
"like to <a href=\"%s\">configure</a> it?"
msgstr ""
+"Tento server není nastaven jako nadřízený v replikačním procesu. Přejete si "
+"ho <a href=\"%s\">nastavit</a>?"
#: libraries/messages.inc.php:796
msgid ""
@@ -3642,7 +3644,7 @@ msgstr ""
#: libraries/messages.inc.php:808
msgid "See slave status table"
-msgstr ""
+msgstr "Zobrazit tabulku se stavem podřízených"
#: libraries/messages.inc.php:809
msgid "Skip current error"
@@ -5958,23 +5960,23 @@ msgstr "„zazipováno“"
#: libraries/sql_query_form.lib.php:301
msgid "SELECT *"
-msgstr ""
+msgstr "SELECT *"
#: libraries/sql_query_form.lib.php:302
msgid "SELECT"
-msgstr ""
+msgstr "SELECT"
#: libraries/sql_query_form.lib.php:303
msgid "INSERT"
-msgstr ""
+msgstr "INSERT"
#: libraries/sql_query_form.lib.php:304
msgid "UPDATE"
-msgstr ""
+msgstr "UPDATE"
#: libraries/sql_query_form.lib.php:305
msgid "DELETE"
-msgstr ""
+msgstr "DELETE"
#: navigation.php:318
msgid "Filter"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2RC1-1385-ga8088ee
by Michal Čihař 09 Apr '10
by Michal Čihař 09 Apr '10
09 Apr '10
The branch, master has been updated
via a8088ee7519b923906978b406d351c47131a19a0 (commit)
via 24f286472edf048fe67a2cdc9994183383a2c282 (commit)
from e13ddb2bf60f9056bbd1a34673f8036582df2780 (commit)
- Log -----------------------------------------------------------------
commit a8088ee7519b923906978b406d351c47131a19a0
Author: Michal Čihař <mcihar(a)novell.com>
Date: Fri Apr 9 11:57:55 2010 +0200
Regenerate po files.
commit 24f286472edf048fe67a2cdc9994183383a2c282
Author: Michal Čihař <mcihar(a)novell.com>
Date: Fri Apr 9 11:57:09 2010 +0200
Rather use SQL for the buttons.
This is easier to understand what they actually do.
-----------------------------------------------------------------------
Summary of changes:
libraries/sql_query_form.lib.php | 10 +++---
po/af.po | 67 +++++++++++++++++++++++---------------
po/ar.po | 67 +++++++++++++++++++++++---------------
po/az.po | 67 +++++++++++++++++++++++---------------
po/be.po | 67 +++++++++++++++++++++++---------------
po/be(a)latin.po | 67 +++++++++++++++++++++++---------------
po/bg.po | 67 +++++++++++++++++++++++---------------
po/bn.po | 67 +++++++++++++++++++++++---------------
po/bs.po | 67 +++++++++++++++++++++++---------------
po/ca.po | 67 +++++++++++++++++++++++---------------
po/cs.po | 67 +++++++++++++++++++++++---------------
po/da.po | 67 +++++++++++++++++++++++---------------
po/de.po | 67 +++++++++++++++++++++++---------------
po/el.po | 67 +++++++++++++++++++++++---------------
po/en_GB.po | 67 +++++++++++++++++++++++---------------
po/es.po | 67 +++++++++++++++++++++++---------------
po/et.po | 67 +++++++++++++++++++++++---------------
po/eu.po | 67 +++++++++++++++++++++++---------------
po/fa.po | 67 +++++++++++++++++++++++---------------
po/fi.po | 67 +++++++++++++++++++++++---------------
po/fr.po | 67 +++++++++++++++++++++++---------------
po/gl.po | 67 +++++++++++++++++++++++---------------
po/he.po | 67 +++++++++++++++++++++++---------------
po/hi.po | 67 +++++++++++++++++++++++---------------
po/hr.po | 67 +++++++++++++++++++++++---------------
po/hu.po | 67 +++++++++++++++++++++++---------------
po/id.po | 67 +++++++++++++++++++++++---------------
po/it.po | 67 +++++++++++++++++++++++---------------
po/ja.po | 67 +++++++++++++++++++++++---------------
po/ka.po | 67 +++++++++++++++++++++++---------------
po/ko.po | 67 +++++++++++++++++++++++---------------
po/lt.po | 67 +++++++++++++++++++++++---------------
po/lv.po | 67 +++++++++++++++++++++++---------------
po/mk.po | 67 +++++++++++++++++++++++---------------
po/mn.po | 67 +++++++++++++++++++++++---------------
po/ms.po | 67 +++++++++++++++++++++++---------------
po/nb.po | 67 +++++++++++++++++++++++---------------
po/nl.po | 67 +++++++++++++++++++++++---------------
po/phpmyadmin.pot | 17 +++------
po/pl.po | 67 +++++++++++++++++++++++---------------
po/pt.po | 67 +++++++++++++++++++++++---------------
po/pt_BR.po | 67 +++++++++++++++++++++++---------------
po/ro.po | 67 +++++++++++++++++++++++---------------
po/ru.po | 67 +++++++++++++++++++++++---------------
po/si.po | 67 +++++++++++++++++++++++---------------
po/sk.po | 67 +++++++++++++++++++++++---------------
po/sl.po | 67 +++++++++++++++++++++++---------------
po/sq.po | 67 +++++++++++++++++++++++---------------
po/sr.po | 67 +++++++++++++++++++++++---------------
po/sr(a)latin.po | 67 +++++++++++++++++++++++---------------
po/sv.po | 67 +++++++++++++++++++++++---------------
po/te.po | 67 +++++++++++++++++++++++---------------
po/th.po | 67 +++++++++++++++++++++++---------------
po/tr.po | 67 +++++++++++++++++++++++---------------
po/tt.po | 67 +++++++++++++++++++++++---------------
po/uk.po | 67 +++++++++++++++++++++++---------------
po/uz.po | 67 +++++++++++++++++++++++---------------
po/uz(a)latin.po | 67 +++++++++++++++++++++++---------------
po/zh_CN.po | 67 +++++++++++++++++++++++---------------
po/zh_TW.po | 67 +++++++++++++++++++++++---------------
60 files changed, 2389 insertions(+), 1524 deletions(-)
diff --git a/libraries/sql_query_form.lib.php b/libraries/sql_query_form.lib.php
index fe9c273..f7638ec 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="' . _pgettext('Create SELECT * query', 'Select all') . '" id="selectall" onclick="insertQuery(this.id)" />';
- echo '<input type="button" value="' . _pgettext('Create SELECT ... query', 'Select') . '" id="select" onclick="insertQuery(this.id)" />';
- echo '<input type="button" value="' . _pgettext('Create INSERT query', 'Insert') . '" id="insert" onclick="insertQuery(this.id)" />';
- echo '<input type="button" value="' . _pgettext('Create UPDATE query', 'Update') . '" id="update" onclick="insertQuery(this.id)" />';
- echo '<input type="button" value="' . _pgettext('Create DELETE query', 'Delete') . '" id="delete" onclick="insertQuery(this.id)" />';
+ echo '<input type="button" value="' . __('SELECT *') . '" id="selectall" onclick="insertQuery(this.id)" />';
+ echo '<input type="button" value="' . __('SELECT') . '" id="select" onclick="insertQuery(this.id)" />';
+ echo '<input type="button" value="' . __('INSERT') . '" id="insert" onclick="insertQuery(this.id)" />';
+ echo '<input type="button" value="' . __('UPDATE') . '" id="update" onclick="insertQuery(this.id)" />';
+ echo '<input type="button" value="' . __('DELETE') . '" id="delete" onclick="insertQuery(this.id)" />';
}
echo '</div>' . "\n";
diff --git a/po/af.po b/po/af.po
index 8ad6ff4..ebedc21 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5729,39 +5729,24 @@ msgid "\"zipped\""
msgstr "\"ge-zip\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Kies Alles"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Kies Alles"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Voeg by"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Verander Navraag"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Verwyder"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7369,6 +7354,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Kies Alles"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Kies Alles"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Voeg by"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Verander Navraag"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Verwyder"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/ar.po b/po/ar.po
index 5cd1d9c..ce04887 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5688,39 +5688,24 @@ msgid "\"zipped\""
msgstr "\"مضغوط\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "تحديد الكل"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "تحديد الكل"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "إدخال"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Updated"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "محدث"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "حذف"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7309,5 +7294,35 @@ msgstr ""
msgid "ZIP"
msgstr "زيب"
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "تحديد الكل"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "تحديد الكل"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "إدخال"
+
+#, fuzzy
+#~| msgid "Updated"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "محدث"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "حذف"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/az.po b/po/az.po
index 47fd6f0..51ad0ee 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5795,39 +5795,24 @@ msgid "\"zipped\""
msgstr "\"zip\"lenmiş"
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Hamısını Seç"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Hamısını Seç"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Elave et"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Sorğunu Yenile"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Sil"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7447,6 +7432,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Hamısını Seç"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Hamısını Seç"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Elave et"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Sorğunu Yenile"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Sil"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/be.po b/po/be.po
index 96e594a..f405755 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -6040,39 +6040,24 @@ msgid "\"zipped\""
msgstr "архіваваны ў zip"
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Выбраць усё"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Выбраць усё"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Уставіць"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Абнавіць запыт"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Выдаліць"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
#, fuzzy
@@ -7725,6 +7710,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Выбраць усё"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Выбраць усё"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Уставіць"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Абнавіць запыт"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Выдаліць"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "Зьменена радкоў: %1$d."
diff --git a/po/be(a)latin.po b/po/be(a)latin.po
index c6c0ba7..440d476 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -6010,39 +6010,24 @@ msgid "\"zipped\""
msgstr "archivavany ŭ zip"
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Vybrać usio"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Vybrać usio"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Ustavić"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Abnavić zapyt"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Vydalić"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7636,5 +7621,35 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Vybrać usio"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Vybrać usio"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Ustavić"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Abnavić zapyt"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Vydalić"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "Źmieniena radkoŭ: %1$d."
diff --git a/po/bg.po b/po/bg.po
index 5b10851..9b064d0 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5827,39 +5827,24 @@ msgid "\"zipped\""
msgstr "\"zip-нато\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Селектиране на всичко"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Селектиране на всичко"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Вмъкване"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Допълни Запитването"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Изтриване"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7485,6 +7470,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Селектиране на всичко"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Селектиране на всичко"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Вмъкване"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Допълни Запитването"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Изтриване"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/bn.po b/po/bn.po
index 2962dc8..93b96cd 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5963,39 +5963,24 @@ msgid "\"zipped\""
msgstr "\"zipped\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "সব সিলেক্ট করুন"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "সব সিলেক্ট করুন"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Insert"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Update Query"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "মুছে ফেল"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
#, fuzzy
@@ -7640,6 +7625,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "সব সিলেক্ট করুন"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "সব সিলেক্ট করুন"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Insert"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Update Query"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "মুছে ফেল"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/bs.po b/po/bs.po
index d0b0002..d4efec9 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5792,39 +5792,24 @@ msgid "\"zipped\""
msgstr "\"zipovano\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Izaberi sve"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Izaberi sve"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Novi zapis"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Ažuriraj upit"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Obriši"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7443,6 +7428,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Izaberi sve"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Izaberi sve"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Novi zapis"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Ažuriraj upit"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Obriši"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/ca.po b/po/ca.po
index a4c1d54..7a41d2a 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -6039,39 +6039,24 @@ msgid "\"zipped\""
msgstr "\"comprimit amb zip\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Tria Tot"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Tria Tot"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Insereix"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Updated"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Actualitzat"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Esborra"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7867,6 +7852,36 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Tria Tot"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Tria Tot"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Insereix"
+
+#, fuzzy
+#~| msgid "Updated"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Actualitzat"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Esborra"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "%1$d fila(es) afectada(es)."
diff --git a/po/cs.po b/po/cs.po
index 1cceb3a..23150c4 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -4,7 +4,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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+0200\n"
"PO-Revision-Date: 2010-04-06 13:55+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
@@ -5957,39 +5957,24 @@ msgid "\"zipped\""
msgstr "„zazipováno“"
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Vybrat vše"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Vybrat vše"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Vložit"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Updated"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Aktualizováno"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Odstranit"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7736,6 +7721,36 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Vybrat vše"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Vybrat vše"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Vložit"
+
+#, fuzzy
+#~| msgid "Updated"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Aktualizováno"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Odstranit"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "Ovlivněno %1$d řádků."
diff --git a/po/da.po b/po/da.po
index 057c568..a14c254 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5926,39 +5926,24 @@ msgid "\"zipped\""
msgstr "\"zippet\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Vælg alle"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Vælg alle"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Indsæt"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Opdater forespørgsel"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Slet"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7549,5 +7534,35 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Vælg alle"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Vælg alle"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Indsæt"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Opdater forespørgsel"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Slet"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/de.po b/po/de.po
index 53541ad..14677d8 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -6085,39 +6085,24 @@ msgid "\"zipped\""
msgstr "Zip-komprimiert"
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Alle auswählen"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Alle auswählen"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Einfügen"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Updated"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Aktualisiert"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Löschen"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
#, fuzzy
@@ -7837,5 +7822,35 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Alle auswählen"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Alle auswählen"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Einfügen"
+
+#, fuzzy
+#~| msgid "Updated"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Aktualisiert"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Löschen"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "%1$d Zeile(n) betroffen."
diff --git a/po/el.po b/po/el.po
index 5093ef9..5fe7264 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -6107,39 +6107,24 @@ msgid "\"zipped\""
msgstr "συμπίεση «zip»"
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Επιλογή όλων"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Επιλογή όλων"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Προσθήκη"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Updated"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Ενημερώθηκε"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Διαγραφή"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7951,6 +7936,36 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Επιλογή όλων"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Επιλογή όλων"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Προσθήκη"
+
+#, fuzzy
+#~| msgid "Updated"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Ενημερώθηκε"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Διαγραφή"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "Επηρεάστηκε(αν) %1$d γραμμή(ές)."
diff --git a/po/en_GB.po b/po/en_GB.po
index 365ecb9..c83da37 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5984,39 +5984,24 @@ msgid "\"zipped\""
msgstr "\"zipped\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Select All"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Select All"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Insert"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Updated"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Updated"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Delete"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7779,6 +7764,36 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Select All"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Select All"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Insert"
+
+#, fuzzy
+#~| msgid "Updated"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Updated"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Delete"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "%1$d row(s) affected."
diff --git a/po/es.po b/po/es.po
index f361af0..cde479f 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -6107,39 +6107,24 @@ msgid "\"zipped\""
msgstr "\"comprimido con zip\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Seleccionar todo"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Seleccionar todo"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Insertar"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Modificar la consulta"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Borrar"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
#, fuzzy
@@ -7905,6 +7890,36 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Seleccionar todo"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Seleccionar todo"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Insertar"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Modificar la consulta"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Borrar"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "%1$d fila(s) fueron afectadas."
diff --git a/po/et.po b/po/et.po
index f159297..efd6032 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5942,39 +5942,24 @@ msgid "\"zipped\""
msgstr "\"zipitud\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Märgista kõik"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Märgista kõik"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Lisa"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Uuenda päringut"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Kustuta"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
#, fuzzy
@@ -7621,6 +7606,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Märgista kõik"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Märgista kõik"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Lisa"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Uuenda päringut"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Kustuta"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/eu.po b/po/eu.po
index 0262422..fb361ea 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5819,39 +5819,24 @@ msgid "\"zipped\""
msgstr "\"zipatuta\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Dena hautatu"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Dena hautatu"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Txertatu"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Kontsulta eguneratu"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Ezabatu"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7470,6 +7455,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Dena hautatu"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Dena hautatu"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Txertatu"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Kontsulta eguneratu"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Ezabatu"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/fa.po b/po/fa.po
index 971d333..505be72 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5708,39 +5708,24 @@ msgid "\"zipped\""
msgstr "\"zipped\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "انتخاب همه"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "انتخاب همه"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "درج"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "بههنگام سازي پرس و جو"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "حذف"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7346,6 +7331,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "انتخاب همه"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "انتخاب همه"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "درج"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "بههنگام سازي پرس و جو"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "حذف"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/fi.po b/po/fi.po
index 7bda6eb..520d72b 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -6024,39 +6024,24 @@ msgid "\"zipped\""
msgstr "\"zip-pakattu\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Valitse kaikki"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Valitse kaikki"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Lisää rivi"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Updated"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Päivitetty"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Poista"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7844,6 +7829,36 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Valitse kaikki"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Valitse kaikki"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Lisää rivi"
+
+#, fuzzy
+#~| msgid "Updated"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Päivitetty"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Poista"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "%1$d rivi(ä) muutettu."
diff --git a/po/fr.po b/po/fr.po
index 04639bd..81e1c02 100644
--- a/po/fr.po
+++ b/po/fr.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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+0200\n"
"PO-Revision-Date: 2010-04-02 16:23+0200\n"
"Last-Translator: Marc <marc(a)infomarc.info>\n"
"Language-Team: french <fr(a)li.org>\n"
@@ -6080,39 +6080,24 @@ msgid "\"zipped\""
msgstr "\"zippé\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Tout sélectionner"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Tout sélectionner"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Insérer"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Updated"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Mis à jour"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Effacer"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7889,6 +7874,36 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Tout sélectionner"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Tout sélectionner"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Insérer"
+
+#, fuzzy
+#~| msgid "Updated"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Mis à jour"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Effacer"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "%1$d enregistrement(s) affecté(s)."
diff --git a/po/gl.po b/po/gl.po
index c7c782a..a589736 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -6045,39 +6045,24 @@ msgid "\"zipped\""
msgstr "comprimido no formato \"zip\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Seleccionar todo"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Seleccionar todo"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Inserir"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Updated"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Actualizada"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Eliminar"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7898,6 +7883,36 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Seleccionar todo"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Seleccionar todo"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Inserir"
+
+#, fuzzy
+#~| msgid "Updated"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Actualizada"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Eliminar"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "%1$d fileira(s) afectada(s)."
diff --git a/po/he.po b/po/he.po
index 5684c49..85f0d9b 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5717,39 +5717,24 @@ msgid "\"zipped\""
msgstr "\"zipped\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "בחירת הכל"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "בחירת הכל"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "הכנסה"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "עדכון שאילתה"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "מחיקה"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7372,6 +7357,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "בחירת הכל"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "בחירת הכל"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "הכנסה"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "עדכון שאילתה"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "מחיקה"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/hi.po b/po/hi.po
index c17122b..8821f29 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5610,39 +5610,24 @@ msgid "\"zipped\""
msgstr ""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr " सभी को सेल्कट करें"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr " सभी को सेल्कट करें"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "इनसर्ट"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr " क्वरी अपडेट करो"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "डिलीट"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7229,5 +7214,35 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr " सभी को सेल्कट करें"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr " सभी को सेल्कट करें"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "इनसर्ट"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr " क्वरी अपडेट करो"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "डिलीट"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/hr.po b/po/hr.po
index da4b0d2..4a3dd1f 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -6018,39 +6018,24 @@ msgid "\"zipped\""
msgstr "\"zipano\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Odaberi sve"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Odaberi sve"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Umetni"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Ažuriraj upit"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Izbriši"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
#, fuzzy
@@ -7699,6 +7684,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Odaberi sve"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Odaberi sve"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Umetni"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Ažuriraj upit"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Izbriši"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "Zahvaćeno redaka: %1$d."
diff --git a/po/hu.po b/po/hu.po
index 4a045a3..b5ea8f9 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -6045,39 +6045,24 @@ msgid "\"zipped\""
msgstr "\"zip tömörítés\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Mind kijelölése"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Mind kijelölése"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Beszúrás"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Lekérdezés frissítése"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Törlés"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
#, fuzzy
@@ -7896,6 +7881,36 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Mind kijelölése"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Mind kijelölése"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Beszúrás"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Lekérdezés frissítése"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Törlés"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "%1$d sor érintett."
diff --git a/po/id.po b/po/id.po
index 3adad1d..b85a3ab 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5835,39 +5835,24 @@ msgid "\"zipped\""
msgstr "Dikompress dengan Zip"
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Pilih semua"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Pilih semua"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Sisipkan"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Updated"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Diperbarui"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Hapus"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7493,6 +7478,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Pilih semua"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Pilih semua"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Sisipkan"
+
+#, fuzzy
+#~| msgid "Updated"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Diperbarui"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Hapus"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/it.po b/po/it.po
index c3aa93d..f1149ce 100644
--- a/po/it.po
+++ b/po/it.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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+0200\n"
"PO-Revision-Date: 2010-03-31 18:42+0200\n"
"Last-Translator: <fantonifabio(a)tiscali.it>\n"
"Language-Team: italian <it(a)li.org>\n"
@@ -6051,39 +6051,24 @@ msgid "\"zipped\""
msgstr "\"compresso con zip\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Seleziona tutto"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Seleziona tutto"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Inserisci"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Aggiorna Query"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Elimina"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
#, fuzzy
@@ -7729,6 +7714,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Seleziona tutto"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Seleziona tutto"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Inserisci"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Aggiorna Query"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Elimina"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "%1$d riga/e modificata."
diff --git a/po/ja.po b/po/ja.po
index 5942333..03b01ef 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+0200\n"
"PO-Revision-Date: 2010-03-12 11:22+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: japane
se <jp(a)li.org>\n"
@@ -5906,39 +5906,24 @@ msgid "\"zipped\""
msgstr "\"zip 形式\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "全選択"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "全選択"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "挿入"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "クエリを更新する"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "削除"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7534,6 +7519,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "全選択"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "全選択"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "挿入"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "クエリを更新する"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "削除"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "%1$d 行変更しました。"
diff --git a/po/ka.po b/po/ka.po
index cb5cde4..d3e80a0 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5996,39 +5996,24 @@ msgid "\"zipped\""
msgstr "\"zip-ით შეკუმშული\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "ყველას მონიშნვა"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "ყველას მონიშნვა"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "ჩასმა"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "მოთხოვნის განახლება"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "წაშლა"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
#, fuzzy
@@ -7796,6 +7781,36 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "ყველას მონიშნვა"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "ყველას მონიშნვა"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "ჩასმა"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "მოთხოვნის განახლება"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "წაშლა"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "%1$d row(s) affected."
diff --git a/po/ko.po b/po/ko.po
index 96d10cb..cc608c5 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5725,39 +5725,24 @@ msgid "\"zipped\""
msgstr "zip 압축"
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "모두 선택"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "모두 선택"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "삽입"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "질의 업데이트"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "삭제"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7374,6 +7359,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "모두 선택"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "모두 선택"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "삽입"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "질의 업데이트"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "삭제"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/lt.po b/po/lt.po
index 363e789..739edf8 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5833,39 +5833,24 @@ msgid "\"zipped\""
msgstr "\"zip\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Pažymėti visus"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Pažymėti visus"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Įterpti"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Updated"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Atnaujinta"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Trinti"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7497,6 +7482,36 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Pažymėti visus"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Pažymėti visus"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Įterpti"
+
+#, fuzzy
+#~| msgid "Updated"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Atnaujinta"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Trinti"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/lv.po b/po/lv.po
index 05f6b5e..5a09d6f 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5799,39 +5799,24 @@ msgid "\"zipped\""
msgstr "Arhivēts ar zip"
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Iezīmēt visu"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Iezīmēt visu"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Pievienot"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Atjaunot vaicājumu"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Dzēst"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7454,6 +7439,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Iezīmēt visu"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Iezīmēt visu"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Pievienot"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Atjaunot vaicājumu"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Dzēst"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/mk.po b/po/mk.po
index f868cfb..0d1a5da 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5845,39 +5845,24 @@ msgid "\"zipped\""
msgstr "\"zip\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "избери се"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "избери се"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Нов запис"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Ажурирај"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "избриши"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7502,6 +7487,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "избери се"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "избери се"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Нов запис"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Ажурирај"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "избриши"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/mn.po b/po/mn.po
index 1a687f4..505502a 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5788,39 +5788,24 @@ msgid "\"zipped\""
msgstr "zip-ээр шахах"
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Бүгдийг сонгох"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Бүгдийг сонгох"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Оруулах"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Update асуулт"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Устгах"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7411,5 +7396,35 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Бүгдийг сонгох"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Бүгдийг сонгох"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Оруулах"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Update асуулт"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Устгах"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/ms.po b/po/ms.po
index 19848fe..ef6b435 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5736,39 +5736,24 @@ msgid "\"zipped\""
msgstr "\"zipped\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Sila pilih pangkalan data"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Sila pilih pangkalan data"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Selit"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Kemaskini Kueri"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Padam"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7379,6 +7364,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Sila pilih pangkalan data"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Sila pilih pangkalan data"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Selit"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Kemaskini Kueri"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Padam"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/nb.po b/po/nb.po
index 5cd9558..cdf0199 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5997,39 +5997,24 @@ msgid "\"zipped\""
msgstr "Komprimert (zip)"
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Velg alle"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Velg alle"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Sett inn"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Updated"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Oppdatert"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Slett"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7794,6 +7779,36 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Velg alle"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Velg alle"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Sett inn"
+
+#, fuzzy
+#~| msgid "Updated"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Oppdatert"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Slett"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "%1$d rad(er) berørt."
diff --git a/po/nl.po b/po/nl.po
index b0fd559..34789a1 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -6066,39 +6066,24 @@ msgid "\"zipped\""
msgstr "\"Gezipt\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Selecteer alles"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Selecteer alles"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Invoegen"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Updated"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Bijgewerkt"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Verwijderen"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7912,6 +7897,36 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Selecteer alles"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Selecteer alles"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Invoegen"
+
+#, fuzzy
+#~| msgid "Updated"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Bijgewerkt"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Verwijderen"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "%1$d rij(en) bijgewerkt."
diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot
index 20cf76e..639c2be 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5607,28 +5607,23 @@ msgid "\"zipped\""
msgstr ""
#: libraries/sql_query_form.lib.php:301
-msgctxt "Create SELECT * query"
-msgid "Select all"
+msgid "SELECT *"
msgstr ""
#: libraries/sql_query_form.lib.php:302
-msgctxt "Create SELECT ... query"
-msgid "Select"
+msgid "SELECT"
msgstr ""
#: libraries/sql_query_form.lib.php:303
-msgctxt "Create INSERT query"
-msgid "Insert"
+msgid "INSERT"
msgstr ""
#: libraries/sql_query_form.lib.php:304
-msgctxt "Create UPDATE query"
-msgid "Update"
+msgid "UPDATE"
msgstr ""
#: libraries/sql_query_form.lib.php:305
-msgctxt "Create DELETE query"
-msgid "Delete"
+msgid "DELETE"
msgstr ""
#: navigation.php:318
diff --git a/po/pl.po b/po/pl.po
index d79a823..ce6df74 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -6014,39 +6014,24 @@ msgid "\"zipped\""
msgstr "\".zip\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Zaznacz wszystkie"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Zaznacz wszystkie"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Dodaj"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Zmień zapytanie"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Usuń"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
#, fuzzy
@@ -7778,6 +7763,36 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Zaznacz wszystkie"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Zaznacz wszystkie"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Dodaj"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Zmień zapytanie"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Usuń"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "Zmodyfikowanych rekordów: %1$d."
diff --git a/po/pt.po b/po/pt.po
index 40b81bf..352b4a3 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5796,39 +5796,24 @@ msgid "\"zipped\""
msgstr "\"Compressão zip\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Selecciona Todas"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Selecciona Todas"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Insere"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Actualiza Comando SQL"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Apagar"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
#, fuzzy
@@ -7460,6 +7445,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Selecciona Todas"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Selecciona Todas"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Insere"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Actualiza Comando SQL"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Apagar"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index d1f449e..26f3654 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5974,39 +5974,24 @@ msgid "\"zipped\""
msgstr "\"compactado com zip\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Selecionar Todos"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Selecionar Todos"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Inserir"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Atualizar a consulta SQL"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Remover"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7655,6 +7640,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Selecionar Todos"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Selecionar Todos"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Inserir"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Atualizar a consulta SQL"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Remover"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "%1$d linha(s) afetadas."
diff --git a/po/ro.po b/po/ro.po
index f1e0c2b..3a78ee1 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -6016,39 +6016,24 @@ msgid "\"zipped\""
msgstr "„arhivat”"
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Selectează tot"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Selectează tot"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Inserare"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Reînnoire comandă"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Șterge"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
#, fuzzy
@@ -7691,6 +7676,36 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Selectează tot"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Selectează tot"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Inserare"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Reînnoire comandă"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Șterge"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "%1$d rînd(uri) afectat(e)."
diff --git a/po/ru.po b/po/ru.po
index c015d98..4764c19 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -6066,39 +6066,24 @@ msgid "\"zipped\""
msgstr "zip"
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Выделить все"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Выделить все"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Вставить"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Updated"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Обновлён"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Удалить"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7919,6 +7904,36 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Выделить все"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Выделить все"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Вставить"
+
+#, fuzzy
+#~| msgid "Updated"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Обновлён"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Удалить"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "Затронуто строк: %1$d."
diff --git a/po/si.po b/po/si.po
index 9e1c174..6c58eeb 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5948,39 +5948,24 @@ msgid "\"zipped\""
msgstr "\"සිප්ගත කරන ලද\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "සියල්ල තෝරන්න"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "සියල්ල තෝරන්න"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "ඇතුල් කරන්න"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Update Query"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "ඉවත් කරන්න"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
#, fuzzy
@@ -7625,6 +7610,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "සියල්ල තෝරන්න"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "සියල්ල තෝරන්න"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "ඇතුල් කරන්න"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Update Query"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "ඉවත් කරන්න"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/sk.po b/po/sk.po
index 9dfaf27..4bc6e08 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5957,39 +5957,24 @@ msgid "\"zipped\""
msgstr "\"zozipované\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Označiť všetko"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Označiť všetko"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Vložiť"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Aktualizovať dopyt"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Zmazať"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7631,6 +7616,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Označiť všetko"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Označiť všetko"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Vložiť"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Aktualizovať dopyt"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Zmazať"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "%1$d riadok/riadkov ovplyvnených."
diff --git a/po/sl.po b/po/sl.po
index bd8e11a..d5fd978 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5798,39 +5798,24 @@ msgid "\"zipped\""
msgstr "\"zipano\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Izberi vse"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Izberi vse"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Vstavi"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Osveži poizvedbo"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Izbriši"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7451,6 +7436,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Izberi vse"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Izberi vse"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Vstavi"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Osveži poizvedbo"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Izbriši"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/sq.po b/po/sq.po
index cb4aa04..2ae4350 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5811,39 +5811,24 @@ msgid "\"zipped\""
msgstr "\"kompresuar me zip\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Zgjidh gjithçka"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Zgjidh gjithçka"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Shto"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Rifresko Query"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Fshi"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7465,6 +7450,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Zgjidh gjithçka"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Zgjidh gjithçka"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Shto"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Rifresko Query"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Fshi"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/sr.po b/po/sr.po
index b0e081d..fdc702c 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5955,39 +5955,24 @@ msgid "\"zipped\""
msgstr "\"зиповано\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Изабери све"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Изабери све"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Нови запис"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Ажурирај упит"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Обриши"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
#, fuzzy
@@ -7632,6 +7617,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Изабери све"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Изабери све"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Нови запис"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Ажурирај упит"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Обриши"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/sr(a)latin.po b/po/sr(a)latin.po
index 5fbf3d6..072e71d 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5961,39 +5961,24 @@ msgid "\"zipped\""
msgstr "\"zipovano\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Izaberi sve"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Izaberi sve"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Novi zapis"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Ažuriraj upit"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Obriši"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
#, fuzzy
@@ -7638,6 +7623,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Izaberi sve"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Izaberi sve"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Novi zapis"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Ažuriraj upit"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Obriši"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/sv.po b/po/sv.po
index 47355e2..257ffcb 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -6008,39 +6008,24 @@ msgid "\"zipped\""
msgstr "\"zippad\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Markera alla"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Markera alla"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Lägg till"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Uppdatera fråga"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Radera"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7819,6 +7804,36 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Markera alla"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Markera alla"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Lägg till"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Uppdatera fråga"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Radera"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "%1$d rad(er) påverkade."
diff --git a/po/te.po b/po/te.po
index d641787..892925d 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5671,39 +5671,24 @@ msgid "\"zipped\""
msgstr ""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "తొలగించు"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "తొలగించు"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "User"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "వాడుకరి"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Date"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "తేదీ"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "తొలగించు"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7292,3 +7277,33 @@ msgstr ""
#: setup/lib/messages.inc.php:381
msgid "ZIP"
msgstr ""
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "తొలగించు"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "తొలగించు"
+
+#, fuzzy
+#~| msgid "User"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "వాడుకరి"
+
+#, fuzzy
+#~| msgid "Date"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "తేదీ"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "తొలగించు"
diff --git a/po/th.po b/po/th.po
index 5ff8796..29d81d0 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5724,39 +5724,24 @@ msgid "\"zipped\""
msgstr "\"ถูกบีบอัดอยู่ (zip)\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "เลือกทั้งหมด"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "เลือกทั้งหมด"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "แทรก"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "ปรับปรุงคำค้น"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "ลบ"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7377,6 +7362,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "เลือกทั้งหมด"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "เลือกทั้งหมด"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "แทรก"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "ปรับปรุงคำค้น"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "ลบ"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/tr.po b/po/tr.po
index 3400a6a..9be9510 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -6030,39 +6030,24 @@ msgid "\"zipped\""
msgstr "\"zip olarak\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Tümünü Seç"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Tümünü Seç"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Ekle"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Updated"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Güncellendi"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Sil"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7859,6 +7844,36 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Tümünü Seç"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Tümünü Seç"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Ekle"
+
+#, fuzzy
+#~| msgid "Updated"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Güncellendi"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Sil"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "%1$d satır etkilendi."
diff --git a/po/tt.po b/po/tt.po
index a9686d6..deebcbc 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5822,39 +5822,24 @@ msgid "\"zipped\""
msgstr "\"ziple\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Saylap Beter"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Saylap Beter"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Östäw"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Sorawnı Yañart"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Sal"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
#, fuzzy
@@ -7496,6 +7481,36 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Saylap Beter"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Saylap Beter"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Östäw"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Sorawnı Yañart"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Sal"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/uk.po b/po/uk.po
index b73687d..9eea3c1 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5712,39 +5712,24 @@ msgid "\"zipped\""
msgstr "запакувати в \"zip\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Відмітити все"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Відмітити все"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Вставити"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Доповнити запит"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Видалити"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7333,5 +7318,35 @@ msgstr ""
msgid "ZIP"
msgstr ""
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Відмітити все"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Відмітити все"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Вставити"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Доповнити запит"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Видалити"
+
#~ msgid "utf-8"
#~ msgstr "utf-8"
diff --git a/po/uz.po b/po/uz.po
index 635c40b..0a91af5 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -6073,39 +6073,24 @@ msgid "\"zipped\""
msgstr "zip"
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Барчасини белгилаш"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Барчасини белгилаш"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Қўйиш"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Updated"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Янгиланди"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "Ўчириш"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7920,6 +7905,36 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Барчасини белгилаш"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Барчасини белгилаш"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Қўйиш"
+
+#, fuzzy
+#~| msgid "Updated"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Янгиланди"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "Ўчириш"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "%1$d та қаторларга таъсир этди."
diff --git a/po/uz(a)latin.po b/po/uz(a)latin.po
index cbcb9c0..41d44ac 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -6122,39 +6122,24 @@ msgid "\"zipped\""
msgstr "zip"
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "Barchasini belgilash"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "Barchasini belgilash"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "Qo‘yish"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Updated"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "Yangilandi"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "O‘chirish"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7984,6 +7969,36 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "Barchasini belgilash"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "Barchasini belgilash"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "Qo‘yish"
+
+#, fuzzy
+#~| msgid "Updated"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "Yangilandi"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "O‘chirish"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "%1$d ta qatorlarga ta`sir etdi."
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 73ef2d3..bd95a7f 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5783,39 +5783,24 @@ msgid "\"zipped\""
msgstr "zip 压缩"
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "全选"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "全选"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "插入"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Updated"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "更新"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "删除"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7498,6 +7483,36 @@ msgstr ""
msgid "ZIP"
msgstr "ZIP"
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "全选"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "全选"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "插入"
+
+#, fuzzy
+#~| msgid "Updated"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "更新"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "删除"
+
#~ msgid "%1$d row(s) affected."
#~ msgstr "影响了 %1$d 行。"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 75d5b30..8c2a183 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 11:51+0200\n"
+"POT-Creation-Date: 2010-04-09 11:57+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"
@@ -5729,39 +5729,24 @@ msgid "\"zipped\""
msgstr "\"zipped\""
#: libraries/sql_query_form.lib.php:301
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT * query"
-msgid "Select all"
-msgstr "全選"
+msgid "SELECT *"
+msgstr ""
#: libraries/sql_query_form.lib.php:302
-#, fuzzy
-#| msgid "Select All"
-msgctxt "Create SELECT ... query"
-msgid "Select"
-msgstr "全選"
+msgid "SELECT"
+msgstr ""
#: libraries/sql_query_form.lib.php:303
-#, fuzzy
-#| msgid "Insert"
-msgctxt "Create INSERT query"
-msgid "Insert"
-msgstr "新增"
+msgid "INSERT"
+msgstr ""
#: libraries/sql_query_form.lib.php:304
-#, fuzzy
-#| msgid "Update Query"
-msgctxt "Create UPDATE query"
-msgid "Update"
-msgstr "更新語法"
+msgid "UPDATE"
+msgstr ""
#: libraries/sql_query_form.lib.php:305
-#, fuzzy
-#| msgid "Delete"
-msgctxt "Create DELETE query"
-msgid "Delete"
-msgstr "刪除"
+msgid "DELETE"
+msgstr ""
#: navigation.php:318
msgid "Filter"
@@ -7386,3 +7371,33 @@ msgstr ""
#: setup/lib/messages.inc.php:381
msgid "ZIP"
msgstr ""
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT * query"
+#~ msgid "Select all"
+#~ msgstr "全選"
+
+#, fuzzy
+#~| msgid "Select All"
+#~ msgctxt "Create SELECT ... query"
+#~ msgid "Select"
+#~ msgstr "全選"
+
+#, fuzzy
+#~| msgid "Insert"
+#~ msgctxt "Create INSERT query"
+#~ msgid "Insert"
+#~ msgstr "新增"
+
+#, fuzzy
+#~| msgid "Update Query"
+#~ msgctxt "Create UPDATE query"
+#~ msgid "Update"
+#~ msgstr "更新語法"
+
+#, fuzzy
+#~| msgid "Delete"
+#~ msgctxt "Create DELETE query"
+#~ msgid "Delete"
+#~ msgstr "刪除"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2RC1-1383-ge13ddb2
by Michal Čihař 09 Apr '10
by Michal Čihař 09 Apr '10
09 Apr '10
The branch, master has been updated
via e13ddb2bf60f9056bbd1a34673f8036582df2780 (commit)
via 89014777e1b3ff667ac1a3fc36b45a8a38c7f88d (commit)
from d2873126e10eff11ad68d2b4fb113379174dd4f7 (commit)
- Log -----------------------------------------------------------------
commit e13ddb2bf60f9056bbd1a34673f8036582df2780
Author: Michal Čihař <mcihar(a)novell.com>
Date: Fri Apr 9 11:52:21 2010 +0200
Update po files.
commit 89014777e1b3ff667ac1a3fc36b45a8a38c7f88d
Author: Michal Čihař <mcihar(a)novell.com>
Date: Fri Apr 9 11:48:49 2010 +0200
Convert to PHP code and use pgettext to provide context.
We already use Insert/Update/Delete in other places and this one might
have to be translated differently.
-----------------------------------------------------------------------
Summary of changes:
libraries/sql_query_form.lib.php | 12 +++----
po/af.po | 41 +++++++++++++++++++--
po/ar.po | 41 +++++++++++++++++++--
po/az.po | 41 +++++++++++++++++++--
po/be.po | 41 +++++++++++++++++++--
po/be(a)latin.po | 41 +++++++++++++++++++--
po/bg.po | 41 +++++++++++++++++++--
po/bn.po | 41 +++++++++++++++++++--
po/bs.po | 41 +++++++++++++++++++--
po/ca.po | 41 +++++++++++++++++++--
po/cs.po | 46 ++++++++++++++++++++----
po/da.po | 41 +++++++++++++++++++--
po/de.po | 41 +++++++++++++++++++--
po/el.po | 41 +++++++++++++++++++--
po/en_GB.po | 64 ++++++++++++++++++++++----------
po/es.po | 41 +++++++++++++++++++--
po/et.po | 41 +++++++++++++++++++--
po/eu.po | 41 +++++++++++++++++++--
po/fa.po | 41 +++++++++++++++++++--
po/fi.po | 41 +++++++++++++++++++--
po/fr.po | 75 +++++++++++++++++++++++++-------------
po/gl.po | 41 +++++++++++++++++++--
po/he.po | 41 +++++++++++++++++++--
po/hi.po | 41 +++++++++++++++++++--
po/hr.po | 41 +++++++++++++++++++--
po/hu.po | 41 +++++++++++++++++++--
po/id.po | 41 +++++++++++++++++++--
po/it.po | 41 +++++++++++++++++++--
po/ja.po | 41 +++++++++++++++++++--
po/ka.po | 41 +++++++++++++++++++--
po/ko.po | 41 +++++++++++++++++++--
po/lt.po | 43 ++++++++++++++++++++--
po/lv.po | 41 +++++++++++++++++++--
po/mk.po | 41 +++++++++++++++++++--
po/mn.po | 41 +++++++++++++++++++--
po/ms.po | 41 +++++++++++++++++++--
po/nb.po | 59 ++++++++++++++++++++----------
po/nl.po | 41 +++++++++++++++++++--
po/phpmyadmin.pot | 31 ++++++++++++++--
po/pl.po | 41 +++++++++++++++++++--
po/pt.po | 41 +++++++++++++++++++--
po/pt_BR.po | 41 +++++++++++++++++++--
po/ro.po | 41 +++++++++++++++++++--
po/ru.po | 41 +++++++++++++++++++--
po/si.po | 41 +++++++++++++++++++--
po/sk.po | 41 +++++++++++++++++++--
po/sl.po | 41 +++++++++++++++++++--
po/sq.po | 41 +++++++++++++++++++--
po/sr.po | 41 +++++++++++++++++++--
po/sr(a)latin.po | 41 +++++++++++++++++++--
po/sv.po | 41 +++++++++++++++++++--
po/te.po | 41 +++++++++++++++++++--
po/th.po | 41 +++++++++++++++++++--
po/tr.po | 46 ++++++++++++++++++++----
po/tt.po | 41 +++++++++++++++++++--
po/uk.po | 41 +++++++++++++++++++--
po/uz.po | 41 +++++++++++++++++++--
po/uz(a)latin.po | 41 +++++++++++++++++++--
po/zh_CN.po | 66 +++++++++++++++++++++------------
po/zh_TW.po | 41 +++++++++++++++++++--
60 files changed, 2263 insertions(+), 270 deletions(-)
diff --git a/libraries/sql_query_form.lib.php b/libraries/sql_query_form.lib.php
index 2ba0490..fe9c273 100644
--- a/libraries/sql_query_form.lib.php
+++ b/libraries/sql_query_form.lib.php
@@ -298,13 +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)) {
- ?>
- <input type='button' value='<?php echo __('Select all'); ?>' id='selectall' onclick='insertQuery(this.id)' />
- <input type='button' value='<?php echo __('Select'); ?>' id='select' onclick='insertQuery(this.id)' />
- <input type='button' value='<?php echo __('Insert'); ?>' id='insert' onclick='insertQuery(this.id)' />
- <input type='button' value='<?php echo __('Update'); ?>' id='update' onclick='insertQuery(this.id)' />
- <input type='button' value='<?php echo __('Delete'); ?>' id='delete' onclick='insertQuery(this.id)' />
- <?php
+ echo '<input type="button" value="' . _pgettext('Create SELECT * query', 'Select all') . '" id="selectall" onclick="insertQuery(this.id)" />';
+ echo '<input type="button" value="' . _pgettext('Create SELECT ... query', 'Select') . '" id="select" onclick="insertQuery(this.id)" />';
+ echo '<input type="button" value="' . _pgettext('Create INSERT query', 'Insert') . '" id="insert" onclick="insertQuery(this.id)" />';
+ echo '<input type="button" value="' . _pgettext('Create UPDATE query', 'Update') . '" id="update" onclick="insertQuery(this.id)" />';
+ echo '<input type="button" value="' . _pgettext('Create DELETE query', 'Delete') . '" id="delete" onclick="insertQuery(this.id)" />';
}
echo '</div>' . "\n";
diff --git a/po/af.po b/po/af.po
index b165d17..8ad6ff4 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -14,11 +14,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Gaan"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr ""
@@ -5728,6 +5728,41 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"ge-zip\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Kies Alles"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Kies Alles"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Voeg by"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Verander Navraag"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Verwyder"
+
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/ar.po b/po/ar.po
index e5233c4..5cd1d9c 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr " تنفيذ "
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "ألغ"
@@ -5687,6 +5687,41 @@ msgstr "ملاحظة: تغيير هذه الخيارات للرقم 0 )صفر(
msgid "\"zipped\""
msgstr "\"مضغوط\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "تحديد الكل"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "تحديد الكل"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "إدخال"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Updated"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "محدث"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "حذف"
+
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/az.po b/po/az.po
index 903d711..47fd6f0 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Davam"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr ""
@@ -5794,6 +5794,41 @@ 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
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Hamısını Seç"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Hamısını Seç"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Elave et"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Sorğunu Yenile"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Sil"
+
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/be.po b/po/be.po
index 00e537f..96e594a 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Панеслася"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Скасаваць"
@@ -6039,6 +6039,41 @@ msgstr "Заўвага: Пазначэньне гэтых опцыяў як 0 (
msgid "\"zipped\""
msgstr "архіваваны ў zip"
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Выбраць усё"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Выбраць усё"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Уставіць"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Абнавіць запыт"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Выдаліць"
+
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/be(a)latin.po b/po/be(a)latin.po
index 5bcb119..c6c0ba7 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -15,11 +15,11 @@ msgstr ""
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Paniesłasia"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Skasavać"
@@ -6009,6 +6009,41 @@ 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
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Vybrać usio"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Vybrać usio"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Ustavić"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Abnavić zapyt"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Vydalić"
+
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/bg.po b/po/bg.po
index cf334a4..5b10851 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Изпълнение"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr ""
@@ -5826,6 +5826,41 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"zip-нато\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Селектиране на всичко"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Селектиране на всичко"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Вмъкване"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Допълни Запитването"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Изтриване"
+
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/bn.po b/po/bn.po
index d5bab0f..2962dc8 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Go"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr ""
@@ -5962,6 +5962,41 @@ msgstr "Note: Setting these options to 0 (zero) removes the limit."
msgid "\"zipped\""
msgstr "\"zipped\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "সব সিলেক্ট করুন"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "সব সিলেক্ট করুন"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Insert"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Update Query"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "মুছে ফেল"
+
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/bs.po b/po/bs.po
index 73614e6..d0b0002 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Kreni"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr ""
@@ -5791,6 +5791,41 @@ msgstr "Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja limite."
msgid "\"zipped\""
msgstr "\"zipovano\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Izaberi sve"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Izaberi sve"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Novi zapis"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Ažuriraj upit"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Obriši"
+
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/ca.po b/po/ca.po
index 2704c86..a4c1d54 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-0
9 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Executa"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Cancel.lar"
@@ -6038,6 +6038,41 @@ 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
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Tria Tot"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Tria Tot"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Insereix"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Updated"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Actualitzat"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Esborra"
+
#: navigation.php:318
msgid "Filter"
msgstr "Filtre"
diff --git a/po/cs.po b/po/cs.po
index baec2a0..1cceb3a 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -4,22 +4,22 @@ 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+0200\n"
"PO-Revision-Date: 2010-04-06 13:55+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"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Proveď"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Zrušit"
@@ -5956,6 +5956,41 @@ msgstr "Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.
msgid "\"zipped\""
msgstr "„zazipováno“"
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Vybrat vše"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Vybrat vše"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Vložit"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Updated"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Aktualizováno"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Odstranit"
+
#: navigation.php:318
msgid "Filter"
msgstr "Filtr"
@@ -7222,7 +7257,6 @@ msgstr ""
"pma_table_pages[/kbd]"
#: setup/lib/messages.inc.php:280
-#| msgid "SQL query history table"
msgid "SQL query tracking table"
msgstr "Tabulka pro sledování SQL dotazů"
@@ -7336,7 +7370,6 @@ msgid ""
msgstr ""
#: setup/lib/messages.inc.php:304
-#| msgid "Automatic recovery mode"
msgid "Automatically create versions"
msgstr "Automaticky vytvářet verze"
@@ -7345,7 +7378,6 @@ msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
#: setup/lib/messages.inc.php:306
-#| msgid "Statements"
msgid "Statements to track"
msgstr "Sledované příkazy"
diff --git a/po/da.po b/po/da.po
index 319f39e..057c568 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Udfør"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Annuller"
@@ -5925,6 +5925,41 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"zippet\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Vælg alle"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Vælg alle"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Indsæt"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Opdater forespørgsel"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Slet"
+
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/de.po b/po/de.po
index c12c93b..53541ad 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -14,11 +14,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "OK"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Abbrechen"
@@ -6084,6 +6084,41 @@ msgstr "Der Wert 0 (null) entfernt die Beschränkung."
msgid "\"zipped\""
msgstr "Zip-komprimiert"
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Alle auswählen"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Alle auswählen"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Einfügen"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Updated"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Aktualisiert"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Löschen"
+
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/el.po b/po/el.po
index 2cd1633..5093ef9 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -14,11 +14,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Εκτέλεση"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Άκυρο"
@@ -6106,6 +6106,41 @@ msgstr ""
msgid "\"zipped\""
msgstr "συμπίεση «zip»"
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Επιλογή όλων"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Επιλογή όλων"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Προσθήκη"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Updated"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Ενημερώθηκε"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Διαγραφή"
+
#: navigation.php:318
msgid "Filter"
msgstr "Φίλτρο"
diff --git a/po/en_GB.po b/po/en_GB.po
index ae4689b..365ecb9 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -14,11 +14,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Go"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Cancel"
@@ -60,7 +60,6 @@ msgid "Inline edit of this query"
msgstr "Inline edit of this query"
#: libraries/common.lib.php:1278
-#| msgid "Engines"
msgid "Inline"
msgstr "Inline"
@@ -5984,6 +5983,41 @@ msgstr "Note: Setting these options to 0 (zero) removes the limit."
msgid "\"zipped\""
msgstr "\"zipped\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Select All"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Select All"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Insert"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Updated"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Updated"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Delete"
+
#: navigation.php:318
msgid "Filter"
msgstr "Filter"
@@ -6517,7 +6551,8 @@ msgstr "PMA database"
#: setup/lib/messages.inc.php:133
msgid "Tracking of changes made in database. Requires configured PMA database."
-msgstr "Tracking of changes made in database. Requires configured PMA database."
+msgstr ""
+"Tracking of changes made in database. Requires configured PMA database."
#: setup/lib/messages.inc.php:134
msgid "Changes tracking"
@@ -7230,18 +7265,14 @@ msgid "SQL query history table"
msgstr "SQL query history table"
#: setup/lib/messages.inc.php:279
-#| msgid ""
-#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history"
-#| "[/kbd]"
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma_tracking[/"
"kbd]"
msgstr ""
-"Leave blank for no SQL query tracking support, suggested: "
-"[kbd]pma_tracking[/kbd]"
+"Leave blank for no SQL query tracking support, suggested: [kbd]pma_tracking[/"
+"kbd]"
#: setup/lib/messages.inc.php:280
-#| msgid "SQL query history table"
msgid "SQL query tracking table"
msgstr "SQL query tracking table"
@@ -7350,9 +7381,6 @@ msgid "Signon URL"
msgstr "Signon URL"
#: setup/lib/messages.inc.php:303
-#| msgid ""
-#| "Whether the tracking mechanism creates versions for tables and views "
-#| "automatically. Default value is false."
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
@@ -7361,19 +7389,15 @@ msgstr ""
"automatically."
#: setup/lib/messages.inc.php:304
-#| msgid "Automatic recovery mode"
msgid "Automatically create versions"
msgstr "Automatically create versions"
#: setup/lib/messages.inc.php:305
-#| msgid ""
-#| "Defines the list of statements the auto-creation uses for new versions. "
-#| "Default value is"
msgid "Defines the list of statements the auto-creation uses for new versions."
-msgstr "Defines the list of statements the auto-creation uses for new versions."
+msgstr ""
+"Defines the list of statements the auto-creation uses for new versions."
#: setup/lib/messages.inc.php:306
-#| msgid "Statements"
msgid "Statements to track"
msgstr "Statements to track"
diff --git a/po/es.po b/po/es.po
index 93068b8..f361af0 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -14,11 +14,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Continuar"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Cancelar"
@@ -6106,6 +6106,41 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"comprimido con zip\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Seleccionar todo"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Seleccionar todo"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Insertar"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Modificar la consulta"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Borrar"
+
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/et.po b/po/et.po
index 3d534de..f159297 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Mine"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Katkesta"
@@ -5941,6 +5941,41 @@ msgstr "Märkus: Märkides antud seaded 0 (null), eemaldate limiidi."
msgid "\"zipped\""
msgstr "\"zipitud\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Märgista kõik"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Märgista kõik"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Lisa"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Uuenda päringut"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Kustuta"
+
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/eu.po b/po/eu.po
index a00b6f6..0262422 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -14,11 +14,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Joan"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr ""
@@ -5818,6 +5818,41 @@ msgstr "Oharra: Aukera hauek zerora ezarriz gero muga kentzen da."
msgid "\"zipped\""
msgstr "\"zipatuta\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Dena hautatu"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Dena hautatu"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Txertatu"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Kontsulta eguneratu"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Ezabatu"
+
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/fa.po b/po/fa.po
index ad7a125..971d333 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "تاييد"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr ""
@@ -5707,6 +5707,41 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"zipped\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "انتخاب همه"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "انتخاب همه"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "درج"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "بههنگام سازي پرس و جو"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "حذف"
+
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/fi.po b/po/fi.po
index 02ef217..7bda6eb 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Siirry"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Peruuta"
@@ -6023,6 +6023,41 @@ msgstr "Huom: Näiden valintojen asettaminen nollaksi (0) poistaa rajoituksen."
msgid "\"zipped\""
msgstr "\"zip-pakattu\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Valitse kaikki"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Valitse kaikki"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Lisää rivi"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Updated"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Päivitetty"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Poista"
+
#: navigation.php:318
msgid "Filter"
msgstr "Suodatin"
diff --git a/po/fr.po b/po/fr.po
index eaa4308..04639bd 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -3,22 +3,22 @@ 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+0200\n"
"PO-Revision-Date: 2010-04-02 16:23+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"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Exécuter"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Annuler"
@@ -640,8 +640,8 @@ msgid ""
"Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
"extension. Please check your PHP configuration."
msgstr ""
-"PHP ne peut charger l'extension [a@http://php.net/%1$s@Documentation][em]%"
-"1$s[/em][/a]. Veuillez vérifier votre configuration de PHP."
+"PHP ne peut charger l'extension [a@http://php.net/%1$s@Documentation][em]%1$s"
+"[/em][/a]. Veuillez vérifier votre configuration de PHP."
#: libraries/messages.inc.php:136
msgid ""
@@ -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
@@ -5691,9 +5691,9 @@ msgid ""
"third options are the width and the height in pixels."
msgstr ""
"Affiche une image et un lien, le champ contient le nom du fichier. La "
-"première option est un préfixe URL tel que \"http://domaine.com/\". La seconde "
-"option est la largeur en pixels et la troisième option est la hauteur en "
-"pixels."
+"première option est un préfixe URL tel que \"http://domaine.com/\". La "
+"seconde option est la largeur en pixels et la troisième option est la "
+"hauteur en pixels."
#: libraries/messages.inc.php:1199
msgid ""
@@ -6079,6 +6079,41 @@ msgstr "Note: Une valeur de 0 (zero) enlève la limite."
msgid "\"zipped\""
msgstr "\"zippé\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Tout sélectionner"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Tout sélectionner"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Insérer"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Updated"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Mis à jour"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Effacer"
+
#: navigation.php:318
msgid "Filter"
msgstr "Filtre"
@@ -7336,18 +7371,14 @@ msgid "SQL query history table"
msgstr "Tables pour historique des requêtes SQL"
#: setup/lib/messages.inc.php:279
-#| msgid ""
-#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history"
-#| "[/kbd]"
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma_tracking[/"
"kbd]"
msgstr ""
-"Laisser vider pour désactiver le suivi des changements SQL, valeur suggérée "
-": [kbd]pma_tracking[/kbd]"
+"Laisser vider pour désactiver le suivi des changements SQL, valeur "
+"suggérée : [kbd]pma_tracking[/kbd]"
#: setup/lib/messages.inc.php:280
-#| msgid "SQL query history table"
msgid "SQL query tracking table"
msgstr "Table pour le suivi des changements SQL"
@@ -7459,9 +7490,6 @@ msgid "Signon URL"
msgstr "URL pour connexion"
#: setup/lib/messages.inc.php:303
-#| msgid ""
-#| "Whether the tracking mechanism creates versions for tables and views "
-#| "automatically. Default value is false."
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
@@ -7470,21 +7498,16 @@ msgstr ""
"tables et les vues."
#: setup/lib/messages.inc.php:304
-#| msgid "Automatic recovery mode"
msgid "Automatically create versions"
msgstr "Création automatique de versions"
#: setup/lib/messages.inc.php:305
-#| msgid ""
-#| "Defines the list of statements the auto-creation uses for new versions. "
-#| "Default value is"
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
"Définit la liste des énoncés que le mécanisme d'auto-création utilise pour "
"les nouvelles versions."
#: setup/lib/messages.inc.php:306
-#| msgid "Statements"
msgid "Statements to track"
msgstr "Énoncés à suivre"
diff --git a/po/gl.po b/po/gl.po
index 00a76e9..c7c782a 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Executar"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Cancelar"
@@ -6044,6 +6044,41 @@ 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
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Seleccionar todo"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Seleccionar todo"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Inserir"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Updated"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Actualizada"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Eliminar"
+
#: navigation.php:318
msgid "Filter"
msgstr "Filtro"
diff --git a/po/he.po b/po/he.po
index a1f2b23..5684c49 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "סע"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr ""
@@ -5716,6 +5716,41 @@ msgstr "הערה: הגדרת אפשרויות אלו אל 0 (אפס) יבטלו
msgid "\"zipped\""
msgstr "\"zipped\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "בחירת הכל"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "בחירת הכל"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "הכנסה"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "עדכון שאילתה"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "מחיקה"
+
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/hi.po b/po/hi.po
index 17cc081..c17122b 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr ""
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr ""
@@ -5609,6 +5609,41 @@ msgstr ""
msgid "\"zipped\""
msgstr ""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr " सभी को सेल्कट करें"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr " सभी को सेल्कट करें"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "इनसर्ट"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr " क्वरी अपडेट करो"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "डिलीट"
+
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/hr.po b/po/hr.po
index 4ab2dc7..da4b0d2 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Kreni"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Odustani"
@@ -6017,6 +6017,41 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"zipano\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Odaberi sve"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Odaberi sve"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Umetni"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Ažuriraj upit"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Izbriši"
+
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/hu.po b/po/hu.po
index a0c3497..4a045a3 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Indítás"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Mégse"
@@ -6044,6 +6044,41 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"zip tömörítés\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Mind kijelölése"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Mind kijelölése"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Beszúrás"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Lekérdezés frissítése"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Törlés"
+
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/id.po b/po/id.po
index 1604d01..3adad1d 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -14,11 +14,11 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Go"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Batal"
@@ -5834,6 +5834,41 @@ msgstr ""
msgid "\"zipped\""
msgstr "Dikompress dengan Zip"
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Pilih semua"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Pilih semua"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Sisipkan"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Updated"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Diperbarui"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Hapus"
+
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/it.po b/po/it.po
index 85dbfde..c3aa93d 100644
--- a/po/it.po
+++ b/po/it.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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+0200\n"
"PO-Revision-Date: 2010-03-31 18:42+0200\n"
"Last-Translator: <fantonifabio(a)tiscali.it>\n"
"Language-Team: italian <it(a)li.org>\n"
@@ -14,11 +14,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Esegui"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Annulla"
@@ -6050,6 +6050,41 @@ msgstr "N.B.: 0 (zero) significa nessun limite."
msgid "\"zipped\""
msgstr "\"compresso con zip\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Seleziona tutto"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Seleziona tutto"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Inserisci"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Aggiorna Query"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Elimina"
+
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/ja.po b/po/ja.po
index 4e51f6e..5942333 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -14,11 +14,11 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "実行する"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "キャンセル"
@@ -5905,6 +5905,41 @@ msgstr "注意: オプションを 0 (ゼロ)に設定すると制限を解除
msgid "\"zipped\""
msgstr "\"zip 形式\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "全選択"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "全選択"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "挿入"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "クエリを更新する"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "削除"
+
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/ka.po b/po/ka.po
index e46c193..cb5cde4 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "გადასვლა"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "გაუქმება"
@@ -5995,6 +5995,41 @@ msgstr "Note: Setting these options to 0 (zero) removes the limit."
msgid "\"zipped\""
msgstr "\"zip-ით შეკუმშული\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "ყველას მონიშნვა"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "ყველას მონიშნვა"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "ჩასმა"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "მოთხოვნის განახლება"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "წაშლა"
+
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/ko.po b/po/ko.po
index 1741a01..96d10cb 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "실행"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr ""
@@ -5724,6 +5724,41 @@ msgstr "주의: 이 옵션을 0으로 하면 제한이 없어집니다."
msgid "\"zipped\""
msgstr "zip 압축"
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "모두 선택"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "모두 선택"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "삽입"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "질의 업데이트"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "삭제"
+
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/lt.po b/po/lt.po
index 21408aa..363e789 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -3,23 +3,23 @@ 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
-"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: lt\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%"
"100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Vykdyti"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Atšaukti"
@@ -5832,6 +5832,41 @@ msgstr "Pastaba: nėra jokių apribojimų jeigu reikšmė nurodyta lygi 0 (nuliu
msgid "\"zipped\""
msgstr "\"zip\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Pažymėti visus"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Pažymėti visus"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Įterpti"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Updated"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Atnaujinta"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Trinti"
+
#: navigation.php:318
msgid "Filter"
msgstr "Filtras"
diff --git a/po/lv.po b/po/lv.po
index f20bd57..05f6b5e 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Aiziet!"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr ""
@@ -5798,6 +5798,41 @@ 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
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Iezīmēt visu"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Iezīmēt visu"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Pievienot"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Atjaunot vaicājumu"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Dzēst"
+
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/mk.po b/po/mk.po
index 7c36753..f868cfb 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "OK"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr ""
@@ -5844,6 +5844,41 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"zip\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "избери се"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "избери се"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Нов запис"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Ажурирај"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "избриши"
+
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/mn.po b/po/mn.po
index e04534a..1a687f4 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Яв"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Болих"
@@ -5787,6 +5787,41 @@ msgstr "Тэмдэглэл: Тохируулгын сонголтыг 0 (тэг
msgid "\"zipped\""
msgstr "zip-ээр шахах"
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Бүгдийг сонгох"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Бүгдийг сонгох"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Оруулах"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Update асуулт"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Устгах"
+
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/ms.po b/po/ms.po
index 92e2913..19848fe 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Pergi"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr ""
@@ -5735,6 +5735,41 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"zipped\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Sila pilih pangkalan data"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Sila pilih pangkalan data"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Selit"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Kemaskini Kueri"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Padam"
+
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/nb.po b/po/nb.po
index 55d42c9..5cd9558 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -3,22 +3,22 @@ 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
-"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: nb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Utfør"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Avbryt"
@@ -60,13 +60,11 @@ msgid "Inline edit of this query"
msgstr "Inline redigering av denne spørringa"
#: libraries/common.lib.php:1278
-#| msgid "Engines"
msgid "Inline"
msgstr "Inline"
#: libraries/Message.class.php:282
#, php-format
-#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
msgstr[0] "%1$d rad berørt."
@@ -74,7 +72,6 @@ msgstr[1] "%1$d rader berørt."
#: libraries/Message.class.php:301
#, php-format
-#| msgid "%1$d row(s) deleted."
msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "%1$d rader slettet."
@@ -82,7 +79,6 @@ msgstr[1] "%1$d rader slettet."
#: libraries/Message.class.php:320
#, php-format
-#| msgid "%1$d row(s) inserted."
msgid "%1$d row inserted."
msgid_plural "%1$d rows inserted."
msgstr[0] "%1$d rader innsatt."
@@ -6000,6 +5996,41 @@ msgstr "Merk: Ved å sette disse til 0 (null) fjernes begrensningen."
msgid "\"zipped\""
msgstr "Komprimert (zip)"
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Velg alle"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Velg alle"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Sett inn"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Updated"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Oppdatert"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Slett"
+
#: navigation.php:318
msgid "Filter"
msgstr "Filter"
@@ -7251,18 +7282,13 @@ msgid "SQL query history table"
msgstr "SQL spørringshistorietabell"
#: setup/lib/messages.inc.php:279
-#| msgid ""
-#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history"
-#| "[/kbd]"
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma_tracking[/"
"kbd]"
msgstr ""
-"La stå tom for ingen SQL spørringshistorie, anbefalt: "
-"[kbd]pma_tracking[/kbd]"
+"La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_tracking[/kbd]"
#: setup/lib/messages.inc.php:280
-#| msgid "SQL query history table"
msgid "SQL query tracking table"
msgstr "SQL spørringssporingstabell"
@@ -7379,7 +7405,6 @@ msgstr ""
"automatisk."
#: setup/lib/messages.inc.php:304
-#| msgid "Automatic recovery mode"
msgid "Automatically create versions"
msgstr "Automatisk opprette versjoner"
@@ -7389,7 +7414,6 @@ msgstr ""
"Definerer lista med spørringer autoopprettinga bruker for nye versjoner."
#: setup/lib/messages.inc.php:306
-#| msgid "Statements"
msgid "Statements to track"
msgstr "Spørringer som skal spores"
@@ -7710,9 +7734,6 @@ msgstr ""
#: setup/lib/messages.inc.php:372
#, php-format
-#| msgid ""
-#| "You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-#| "latest stable version is %s, released on %s."
msgid ""
"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
"version is %s, released on %s."
diff --git a/po/nl.po b/po/nl.po
index d4447f7..b0fd559 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -14,11 +14,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Start"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Annuleren"
@@ -6065,6 +6065,41 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"Gezipt\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Selecteer alles"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Selecteer alles"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Invoegen"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Updated"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Bijgewerkt"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Verwijderen"
+
#: navigation.php:318
msgid "Filter"
msgstr "Filter"
diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot
index cf4abd3..20cf76e 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -17,11 +17,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr ""
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr ""
@@ -5606,6 +5606,31 @@ msgstr ""
msgid "\"zipped\""
msgstr ""
+#: libraries/sql_query_form.lib.php:301
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr ""
+
+#: libraries/sql_query_form.lib.php:302
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr ""
+
+#: libraries/sql_query_form.lib.php:303
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr ""
+
+#: libraries/sql_query_form.lib.php:304
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr ""
+
+#: libraries/sql_query_form.lib.php:305
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr ""
+
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/pl.po b/po/pl.po
index 0da40ca..d79a823 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Wykonaj"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Anuluj"
@@ -6013,6 +6013,41 @@ msgstr "Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograniczenie."
msgid "\"zipped\""
msgstr "\".zip\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Zaznacz wszystkie"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Zaznacz wszystkie"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Dodaj"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Zmień zapytanie"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Usuń"
+
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/pt.po b/po/pt.po
index 6fee755..40b81bf 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Executa"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr ""
@@ -5795,6 +5795,41 @@ 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
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Selecciona Todas"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Selecciona Todas"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Insere"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Actualiza Comando SQL"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Apagar"
+
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index afce651..d1f449e 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -14,11 +14,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Executar"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Cancelar"
@@ -5973,6 +5973,41 @@ 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
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Selecionar Todos"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Selecionar Todos"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Inserir"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Atualizar a consulta SQL"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Remover"
+
#: navigation.php:318
msgid "Filter"
msgstr "Filtro"
diff --git a/po/ro.po b/po/ro.po
index 2d2eb2d..f1e0c2b 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -15,11 +15,11 @@ msgstr ""
"20)) ? 1 : 2);;\n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Execută"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Renunță"
@@ -6015,6 +6015,41 @@ msgstr ""
msgid "\"zipped\""
msgstr "„arhivat”"
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Selectează tot"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Selectează tot"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Inserare"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Reînnoire comandă"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Șterge"
+
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/ru.po b/po/ru.po
index 0563633..c015d98 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -15,11 +15,11 @@ msgstr ""
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\
n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "OK"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Отмена"
@@ -6065,6 +6065,41 @@ msgstr ""
msgid "\"zipped\""
msgstr "zip"
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Выделить все"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Выделить все"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Вставить"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Updated"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Обновлён"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Удалить"
+
#: navigation.php:318
msgid "Filter"
msgstr "Фильтр"
diff --git a/po/si.po b/po/si.po
index 84992fa..9e1c174 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -13,11 +13,11 @@ msgstr ""
"Language: si\n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "යන්න"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr ""
@@ -5947,6 +5947,41 @@ msgstr "සටහන: මෙම විකල්පය 0 (බිංදුවට)
msgid "\"zipped\""
msgstr "\"සිප්ගත කරන ලද\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "සියල්ල තෝරන්න"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "සියල්ල තෝරන්න"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "ඇතුල් කරන්න"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Update Query"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "ඉවත් කරන්න"
+
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/sk.po b/po/sk.po
index 3ed7a98..9dfaf27 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -14,11 +14,11 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Vykonaj"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Zrušiť"
@@ -5956,6 +5956,41 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"zozipované\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Označiť všetko"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Označiť všetko"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Vložiť"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Aktualizovať dopyt"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Zmazať"
+
#: navigation.php:318
msgid "Filter"
msgstr "Filter"
diff --git a/po/sl.po b/po/sl.po
index 90d7831..bd8e11a 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -15,11 +15,11 @@ msgstr ""
"%100==4 ? 2 : 3);\n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Izvedi"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr ""
@@ -5797,6 +5797,41 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"zipano\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Izberi vse"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Izberi vse"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Vstavi"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Osveži poizvedbo"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Izbriši"
+
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/sq.po b/po/sq.po
index dcbed7c..cb4aa04 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -14,11 +14,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Zbato"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr ""
@@ -5810,6 +5810,41 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"kompresuar me zip\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Zgjidh gjithçka"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Zgjidh gjithçka"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Shto"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Rifresko Query"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Fshi"
+
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/sr.po b/po/sr.po
index 0b1f5b2..b0e081d 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -15,11 +15,11 @@ msgstr ""
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Крени"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Откажи"
@@ -5954,6 +5954,41 @@ msgstr "Напомена: Постављање ових опција на 0 (н
msgid "\"zipped\""
msgstr "\"зиповано\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Изабери све"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Изабери све"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Нови запис"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Ажурирај упит"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Обриши"
+
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/sr(a)latin.po b/po/sr(a)latin.po
index 749e099..5fbf3d6 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -15,11 +15,11 @@ msgstr ""
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Kreni"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Otkaži"
@@ -5960,6 +5960,41 @@ msgstr "Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja ograničenja."
msgid "\"zipped\""
msgstr "\"zipovano\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Izaberi sve"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Izaberi sve"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Novi zapis"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Ažuriraj upit"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Obriši"
+
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/sv.po b/po/sv.po
index b28be78..47355e2 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Kör"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Avbryt"
@@ -6007,6 +6007,41 @@ msgstr ""
msgid "\"zipped\""
msgstr "\"zippad\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Markera alla"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Markera alla"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Lägg till"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Uppdatera fråga"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Radera"
+
#: navigation.php:318
msgid "Filter"
msgstr "Filter"
diff --git a/po/te.po b/po/te.po
index 677293d..d641787 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -17,11 +17,11 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "వెళ్ళు"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "రద్దుచేయి"
@@ -5670,6 +5670,41 @@ msgstr ""
msgid "\"zipped\""
msgstr ""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "తొలగించు"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "తొలగించు"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "User"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "వాడుకరి"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Date"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "తేదీ"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "తొలగించు"
+
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/th.po b/po/th.po
index 0ec8da5..5ff8796 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "ลงมือ"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr ""
@@ -5723,6 +5723,41 @@ msgstr "โปรดทราบ: ถ้าเปลี่ยนค่าเห
msgid "\"zipped\""
msgstr "\"ถูกบีบอัดอยู่ (zip)\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "เลือกทั้งหมด"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "เลือกทั้งหมด"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "แทรก"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "ปรับปรุงคำค้น"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "ลบ"
+
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/tr.po b/po/tr.po
index 518603e..3400a6a 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -3,22 +3,22 @@ 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
-"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: tr\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Git"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "İptal"
@@ -67,21 +67,18 @@ msgstr "Motorlar"
#: libraries/Message.class.php:282
#, php-format
-#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
msgstr[0] "%1$d satır etkilendi."
#: libraries/Message.class.php:301
#, php-format
-#| msgid "%1$d row(s) deleted."
msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "%1$d satır silindi."
#: libraries/Message.class.php:320
#, php-format
-#| msgid "%1$d row(s) inserted."
msgid "%1$d row inserted."
msgid_plural "%1$d rows inserted."
msgstr[0] "%1$d satır eklendi."
@@ -6032,6 +6029,41 @@ 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
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Tümünü Seç"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Tümünü Seç"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Ekle"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Updated"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Güncellendi"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Sil"
+
#: navigation.php:318
msgid "Filter"
msgstr "Süzgeç"
diff --git a/po/tt.po b/po/tt.po
index b70d483..a9686d6 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -14,11 +14,11 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Äydä"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr ""
@@ -5821,6 +5821,41 @@ msgstr "Beläse: 0 (nül) kertelgän çaqta çikläwe beterelä."
msgid "\"zipped\""
msgstr "\"ziple\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Saylap Beter"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Saylap Beter"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Östäw"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Sorawnı Yañart"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Sal"
+
#: navigation.php:318
#, fuzzy
msgid "Filter"
diff --git a/po/uk.po b/po/uk.po
index f049473..b73687d 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "Вперед"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr ""
@@ -5711,6 +5711,41 @@ msgstr "Примітка: Встановлення цієї опції у 0 (н
msgid "\"zipped\""
msgstr "запакувати в \"zip\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Відмітити все"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Відмітити все"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Вставити"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Доповнити запит"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Видалити"
+
#: navigation.php:318
msgid "Filter"
msgstr ""
diff --git a/po/uz.po b/po/uz.po
index 26cc918..635c40b 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "OK"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Бекор қилиш"
@@ -6072,6 +6072,41 @@ msgstr ""
msgid "\"zipped\""
msgstr "zip"
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Барчасини белгилаш"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Барчасини белгилаш"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Қўйиш"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Updated"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Янгиланди"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "Ўчириш"
+
#: navigation.php:318
msgid "Filter"
msgstr "Фильтр"
diff --git a/po/uz(a)latin.po b/po/uz(a)latin.po
index 8af0900..cbcb9c0 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "OK"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "Bekor qilish"
@@ -6121,6 +6121,41 @@ msgstr ""
msgid "\"zipped\""
msgstr "zip"
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "Barchasini belgilash"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "Barchasini belgilash"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "Qo‘yish"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Updated"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "Yangilandi"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "O‘chirish"
+
#: navigation.php:318
msgid "Filter"
msgstr "Filtr"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index db69e9a..73ef2d3 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -3,22 +3,22 @@ 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
-"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.1\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "执行"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr "取消"
@@ -57,27 +57,23 @@ msgid "Inline edit of this query"
msgstr "在本页面编辑此查询"
#: libraries/common.lib.php:1278
-#| msgid "Engines"
msgid "Inline"
msgstr "内联"
#: libraries/Message.class.php:282
#, php-format
-#| msgid "%1$d row(s) affected."
msgid "%1$d row affected."
msgid_plural "%1$d rows affected."
msgstr[0] "影响了 %1$d 行。"
#: libraries/Message.class.php:301
#, php-format
-#| msgid "%1$d row(s) deleted."
msgid "%1$d row deleted."
msgid_plural "%1$d rows deleted."
msgstr[0] "删除了 %1$d 行。"
#: libraries/Message.class.php:320
#, php-format
-#| msgid "%1$d row(s) inserted."
msgid "%1$d row inserted."
msgid_plural "%1$d rows inserted."
msgstr[0] "插入了 %1$d 行。"
@@ -5786,6 +5782,41 @@ msgstr "注意:若将这些选项设为 0(零) 即不限制。"
msgid "\"zipped\""
msgstr "zip 压缩"
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "全选"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "全选"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "插入"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Updated"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "更新"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "删除"
+
#: navigation.php:318
msgid "Filter"
msgstr "快速搜索"
@@ -6987,16 +7018,12 @@ msgid "SQL query history table"
msgstr "SQL 查询历史表"
#: setup/lib/messages.inc.php:279
-#| msgid ""
-#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history"
-#| "[/kbd]"
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma_tracking[/"
"kbd]"
msgstr "不使用 SQL 查询追踪功能请留空,默认:[kbd]pma_tracking[/kbd]"
#: setup/lib/messages.inc.php:280
-#| msgid "SQL query history table"
msgid "SQL query tracking table"
msgstr "SQL 查询追踪表"
@@ -7103,28 +7130,20 @@ msgid "Signon URL"
msgstr "登录地址"
#: setup/lib/messages.inc.php:303
-#| msgid ""
-#| "Whether the tracking mechanism creates versions for tables and views "
-#| "automatically. Default value is false."
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr "设置追踪系统是否自动为数据表和视图创建版本。"
#: setup/lib/messages.inc.php:304
-#| msgid "Automatic recovery mode"
msgid "Automatically create versions"
msgstr "自动创建版本"
#: setup/lib/messages.inc.php:305
-#| msgid ""
-#| "Defines the list of statements the auto-creation uses for new versions. "
-#| "Default value is"
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr "定义自动创建新版的命令列表。"
#: setup/lib/messages.inc.php:306
-#| msgid "Statements"
msgid "Statements to track"
msgstr "要追踪的命令"
@@ -7421,13 +7440,12 @@ msgstr "有新的 phpMyAdmin 可用,请考虑升级。最新的版本是 %s,
#: setup/lib/messages.inc.php:372
#, php-format
-#| msgid ""
-#| "You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-#| "latest stable version is %s, released on %s."
msgid ""
"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
"version is %s, released on %s."
-msgstr "你现在使用的是开发版,请通过 [kbd]git pull[/kbd] 检查更新 :-)[br]最新正式版为 %s,于 %s 发布。"
+msgstr ""
+"你现在使用的是开发版,请通过 [kbd]git pull[/kbd] 检查更新 :-)[br]最新正式版"
+"为 %s,于 %s 发布。"
#: setup/lib/messages.inc.php:373
msgid "No newer stable version is available"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index a026348..75d5b30 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-02 13:41+0200\n"
+"POT-Creation-Date: 2010-04-09 11:51+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"
@@ -12,11 +12,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
-#: js/messages.php:45 libraries/messages.inc.php:372
+#: js/messages.php:50 libraries/messages.inc.php:372
msgid "Go"
msgstr "執行"
-#: js/messages.php:46 libraries/messages.inc.php:131
+#: js/messages.php:51 libraries/messages.inc.php:131
msgid "Cancel"
msgstr ""
@@ -5728,6 +5728,41 @@ msgstr "註: 設定這些選項為 0 (零) 可解除限制."
msgid "\"zipped\""
msgstr "\"zipped\""
+#: libraries/sql_query_form.lib.php:301
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT * query"
+msgid "Select all"
+msgstr "全選"
+
+#: libraries/sql_query_form.lib.php:302
+#, fuzzy
+#| msgid "Select All"
+msgctxt "Create SELECT ... query"
+msgid "Select"
+msgstr "全選"
+
+#: libraries/sql_query_form.lib.php:303
+#, fuzzy
+#| msgid "Insert"
+msgctxt "Create INSERT query"
+msgid "Insert"
+msgstr "新增"
+
+#: libraries/sql_query_form.lib.php:304
+#, fuzzy
+#| msgid "Update Query"
+msgctxt "Create UPDATE query"
+msgid "Update"
+msgstr "更新語法"
+
+#: libraries/sql_query_form.lib.php:305
+#, fuzzy
+#| msgid "Delete"
+msgctxt "Create DELETE query"
+msgid "Delete"
+msgstr "刪除"
+
#: navigation.php:318
msgid "Filter"
msgstr ""
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2RC1-1381-gd287312
by Michal Čihař 09 Apr '10
by Michal Čihař 09 Apr '10
09 Apr '10
The branch, master has been updated
via d2873126e10eff11ad68d2b4fb113379174dd4f7 (commit)
from 12b5d8d20b08c25115e9e6b7c68865a8b191fdc5 (commit)
- Log -----------------------------------------------------------------
commit d2873126e10eff11ad68d2b4fb113379174dd4f7
Author: Michal Čihař <mcihar(a)novell.com>
Date: Fri Apr 9 11:44:04 2010 +0200
patch #2984058 [edit] Buttons for quicky creating common SQL queries.
Thanks to sutharshan, but the patch was heavily modified.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 +
js/functions.js | 45 ++++++++++++++++++++++++++++++++++++++
libraries/sql_query_form.lib.php | 10 ++++++++
3 files changed, 57 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index b30051d..cbf532c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -61,6 +61,8 @@ $Id$
- bug #2966752 [setup] Allow to configure changes tracking in setup script.
+ patch #2981165 [edit] Optionally disable the Type column,
thanks to Brian Douglass - bhdouglass
++ patch #2984058 [edit] Buttons for quicky creating common SQL queries, thanks
+ to sutharshan.
3.3.3.0 (not yet released)
- patch #2982480 [navi] Do not group if there would be one table in group,
diff --git a/js/functions.js b/js/functions.js
index c2e8b63..699a0fe 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -1304,6 +1304,51 @@ function setSelectOptions(the_form, the_select, do_check)
return true;
} // end of the 'setSelectOptions()' function
+
+/**
+ * Create quick sql statements.
+ *
+ */
+function insertQuery(queryType) {
+ var myQuery = document.sqlform.sql_query;
+ var myListBox = document.sqlform.dummy;
+ var query = "";
+ var table = document.sqlform.table.value;
+
+ if (myListBox.options.length > 0) {
+ sql_box_locked = true;
+ var chaineAj = "";
+ var valDis = "";
+ var editDis = "";
+ var NbSelect = 0;
+ for (var i=0; i < myListBox.options.length; i++) {
+ NbSelect++;
+ if (NbSelect > 1) {
+ chaineAj += ", ";
+ valDis += ",";
+ editDis += ",";
+ }
+ chaineAj += myListBox.options[i].value;
+ valDis += "[value-" + NbSelect + "]";
+ editDis += myListBox.options[i].value + "=[value-" + NbSelect + "]";
+ }
+ if (queryType == "selectall") {
+ query = "SELECT * FROM `" + table + "` WHERE 1";
+ } else if (queryType == "select") {
+ query = "SELECT " + chaineAj + " FROM `" + table + "` WHERE 1";
+ } else if (queryType == "insert") {
+ query = "INSERT INTO `" + table + "`(" + chaineAj + ") VALUES (" + valDis + ")";
+ } else if (queryType == "update") {
+ query = "UPDATE `" + table + "` SET " + editDis + " WHERE 1";
+ } else if(queryType == "delete") {
+ query = "DELETE FROM `" + table + "` WHERE 1";
+ }
+ document.sqlform.sql_query.value = query;
+ sql_box_locked = false;
+ }
+}
+
+
/**
* Inserts multiple fields.
*
diff --git a/libraries/sql_query_form.lib.php b/libraries/sql_query_form.lib.php
index f66b7e8..2ba0490 100644
--- a/libraries/sql_query_form.lib.php
+++ b/libraries/sql_query_form.lib.php
@@ -296,6 +296,16 @@ function PMA_sqlQueryFormInsert($query = '', $is_querywindow = false, $delimiter
.' rows="' . $height . '"'
.' dir="' . $GLOBALS['text_dir'] . '"'
.$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)) {
+ ?>
+ <input type='button' value='<?php echo __('Select all'); ?>' id='selectall' onclick='insertQuery(this.id)' />
+ <input type='button' value='<?php echo __('Select'); ?>' id='select' onclick='insertQuery(this.id)' />
+ <input type='button' value='<?php echo __('Insert'); ?>' id='insert' onclick='insertQuery(this.id)' />
+ <input type='button' value='<?php echo __('Update'); ?>' id='update' onclick='insertQuery(this.id)' />
+ <input type='button' value='<?php echo __('Delete'); ?>' id='delete' onclick='insertQuery(this.id)' />
+ <?php
+ }
echo '</div>' . "\n";
echo '<script type="text/javascript">' . "\n"
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2RC1-1380-g12b5d8d
by Michal Čihař 09 Apr '10
by Michal Čihař 09 Apr '10
09 Apr '10
The branch, master has been updated
via 12b5d8d20b08c25115e9e6b7c68865a8b191fdc5 (commit)
via 5603e1a68373b88fa46911d2e38c0a7e7def017e (commit)
from 1fc253e19e6952437fe980a932cf62e5200988e5 (commit)
- Log -----------------------------------------------------------------
commit 12b5d8d20b08c25115e9e6b7c68865a8b191fdc5
Author: Michal Čihař <mcihar(a)novell.com>
Date: Fri Apr 9 11:13:20 2010 +0200
Convert end of lines.
commit 5603e1a68373b88fa46911d2e38c0a7e7def017e
Author: Crack <piotrprz(a)gmail.com>
Date: Thu Apr 8 19:30:20 2010 +0200
Setup script: migrate MooTools code to jQuery
-----------------------------------------------------------------------
Summary of changes:
js/jquery/jquery.json-2.2.min.js | 31 +
setup/index.php | 5 +-
setup/lib/FormDisplay.class.php | 4 +-
setup/scripts.js | 1446 +++++++++++++++++++-------------------
setup/styles.css | 768 ++++++++++----------
5 files changed, 1154 insertions(+), 1100 deletions(-)
create mode 100644 js/jquery/jquery.json-2.2.min.js
diff --git a/js/jquery/jquery.json-2.2.min.js b/js/jquery/jquery.json-2.2.min.js
new file mode 100644
index 0000000..bad4a0a
--- /dev/null
+++ b/js/jquery/jquery.json-2.2.min.js
@@ -0,0 +1,31 @@
+
+(function($){$.toJSON=function(o)
+{if(typeof(JSON)=='object'&&JSON.stringify)
+return JSON.stringify(o);var type=typeof(o);if(o===null)
+return"null";if(type=="undefined")
+return undefined;if(type=="number"||type=="boolean")
+return o+"";if(type=="string")
+return $.quoteString(o);if(type=='object')
+{if(typeof o.toJSON=="function")
+return $.toJSON(o.toJSON());if(o.constructor===Date)
+{var month=o.getUTCMonth()+1;if(month<10)month='0'+month;var day=o.getUTCDate();if(day<10)day='0'+day;var year=o.getUTCFullYear();var hours=o.getUTCHours();if(hours<10)hours='0'+hours;var minutes=o.getUTCMinutes();if(minutes<10)minutes='0'+minutes;var seconds=o.getUTCSeconds();if(seconds<10)seconds='0'+seconds;var milli=o.getUTCMilliseconds();if(milli<100)milli='0'+milli;if(milli<10)milli='0'+milli;return'"'+year+'-'+month+'-'+day+'T'+
+hours+':'+minutes+':'+seconds+'.'+milli+'Z"';}
+if(o.constructor===Array)
+{var ret=[];for(var i=0;i<o.length;i++)
+ret.push($.toJSON(o[i])||"null");return"["+ret.join(",")+"]";}
+var pairs=[];for(var k in o){var name;var type=typeof k;if(type=="number")
+name='"'+k+'"';else if(type=="string")
+name=$.quoteString(k);else
+continue;if(typeof o[k]=="function")
+continue;var val=$.toJSON(o[k]);pairs.push(name+":"+val);}
+return"{"+pairs.join(", ")+"}";}};$.evalJSON=function(src)
+{if(typeof(JSON)=='object'&&JSON.parse)
+return JSON.parse(src);return eval("("+src+")");};$.secureEvalJSON=function(src)
+{if(typeof(JSON)=='object'&&JSON.parse)
+return JSON.parse(src);var filtered=src;filtered=filtered.replace(/\\["\\\/bfnrtu]/g,'@');filtered=filtered.replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,']');filtered=filtered.replace(/(?:^|:|,)(?:\s*\[)+/g,'');if(/^[\],:{}\s]*$/.test(filtered))
+return eval("("+src+")");else
+throw new SyntaxError("Error parsing JSON, source is not valid.");};$.quoteString=function(string)
+{if(string.match(_escapeable))
+{return'"'+string.replace(_escapeable,function(a)
+{var c=_meta[a];if(typeof c==='string')return c;c=a.charCodeAt();return'\\u00'+Math.floor(c/16).toString(16)+(c%16).toString(16);})+'"';}
+return'"'+string+'"';};var _escapeable=/["\\\x00-\x1f\x7f-\x9f]/g;var _meta={'\b':'\\b','\t':'\\t','\n':'\\n','\f':'\\f','\r':'\\r','"':'\\"','\\':'\\\\'};})(jQuery);
\ No newline at end of file
diff --git a/setup/index.php b/setup/index.php
index 44174b7..a0f5b3a 100644
--- a/setup/index.php
+++ b/setup/index.php
@@ -34,8 +34,9 @@ require './libraries/header_http.inc.php';
<link href="../favicon.ico" rel="icon" type="image/x-icon" />
<link href="../favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link href="styles.css" rel="stylesheet" type="text/css" />
-<script type="text/javascript" src="../js/mootools.js"></script>
-<script type="text/javascript" src="../js/mootools-more.js"></script>
+<script type="text/javascript" src="../js/jquery/jquery-1.4.2-min.js"></script>
+<script type="text/javascript" src="../js/jquery/jquery-ui-1.8.custom.min.js"></script>
+<script type="text/javascript" src="../js/jquery/jquery.json-2.2.min.js"></script>
<script type="text/javascript" src="scripts.js"></script>
</head>
<body>
diff --git a/setup/lib/FormDisplay.class.php b/setup/lib/FormDisplay.class.php
index e3c8b0a..f1ee1c3 100644
--- a/setup/lib/FormDisplay.class.php
+++ b/setup/lib/FormDisplay.class.php
@@ -227,10 +227,10 @@ class FormDisplay
: filter_input($GLOBALS["str$str"]); // null if not set
$js_lang[] = "'$str': '" . PMA_jsFormat($lang, false) . '\'';
}
- $js[] = '$extend(PMA_messages, {' . implode(",\n\t", $js_lang) . '})';
+ $js[] = '$.extend(PMA_messages, {' . implode(",\n\t", $js_lang) . '})';
}
- $js[] = '$extend(defaultValues, {' . implode(",\n\t", $js_default) . '})';
+ $js[] = '$.extend(defaultValues, {' . implode(",\n\t", $js_default) . '})';
display_js($js);
}
diff --git a/setup/scripts.js b/setup/scripts.js
index 16b0568..7298e63 100644
--- a/setup/scripts.js
+++ b/setup/scripts.js
@@ -1,717 +1,729 @@
-/**
- * functions used in setup script
- *
- * @version $Id$
- */
-
-// show this window in top frame
-if (top != self) {
- window.top.location.href = location;
-}
-
-// default values for fields
-var defaultValues = {};
-
-// language strings
-var PMA_messages = {};
-
-/**
- * Returns field type
- *
- * @param Element field
- */
-function getFieldType(field) {
- if (field.tagName == 'INPUT') {
- return field.getProperty('type');
- } else if (field.tagName == 'SELECT') {
- return 'select';
- } else if (field.tagName == 'TEXTAREA') {
- return 'text';
- }
- return '';
-}
-
-/**
- * Sets field value
- *
- * value must be of type:
- * o undefined (omitted) - restore default value (form default, not PMA default)
- * o String - if type is 'text'
- * o boolean - if type is 'checkbox'
- * o Array of values - if type is 'select'
- *
- * @param Element field
- * @param String field_type see getFieldType
- * @param mixed value
- */
-function setFieldValue(field, field_type, value) {
- switch (field_type) {
- case 'text':
- field.value = $defined(value) ? value : field.defaultValue;
- break;
- case 'checkbox':
- field.checked = $defined(value) ? value : field.defaultChecked;
- break;
- case 'select':
- var i, imax = field.options.length;
- if (!$defined(value)) {
- for (i = 0; i < imax; i++) {
- field.options[i].selected = field.options[i].defaultSelected;
- }
- } else {
- for (i = 0; i < imax; i++) {
- field.options[i].selected = (value.indexOf(field.options[i].value) != -1);
- }
- }
- break;
- }
- markField(field);
-}
-
-/**
- * Gets field value
- *
- * Will return one of:
- * o String - if type is 'text'
- * o boolean - if type is 'checkbox'
- * o Array of values - if type is 'select'
- *
- * @param Element field
- * @param String field_type see getFieldType
- * @return mixed
- */
-function getFieldValue(field, field_type) {
- switch (field_type) {
- case 'text':
- return field.value;
- case 'checkbox':
- return field.checked;
- case 'select':
- var i, imax = field.options.length, items = [];
- for (i = 0; i < imax; i++) {
- if (field.options[i].selected) {
- items.push(field.options[i].value);
- }
- }
- return items;
- }
-}
-
-/**
- * Returns values for all fields in fieldsets
- */
-function getAllValues() {
- var elements = $$('fieldset input, fieldset select, fieldset textarea');
- var values = {}
- var type, value;
- for (var i = 0; i < elements.length; i++) {
- type = getFieldType(elements[i]);
- value = getFieldValue(elements[i], type);
- if (typeof value != 'undefined') {
- // we only have single selects, fatten array
- if (type == 'select') {
- value = value[0];
- }
- values[elements[i].name] = value;
- }
- }
- return values;
-}
-
-/**
- * Checks whether field has its default value
- *
- * @param Element field
- * @param String type
- * @return boolean
- */
-function checkFieldDefault(field, type) {
- if (!$defined(defaultValues[field.id])) {
- return true;
- }
- var isDefault = true
- var currentValue = getFieldValue(field, type);
- if (type != 'select') {
- isDefault = currentValue == defaultValues[field.id];
- } else {
- // compare arrays, will work for our representation of select values
- if (currentValue.length != defaultValues[field.id].length) {
- isDefault = false;
- }
- else {
- for (var i = 0; i < currentValue.length; i++) {
- if (currentValue[i] != defaultValues[field.id][i]) {
- isDefault = false;
- break;
- }
- }
- }
- }
- return isDefault;
-}
-
-/**
- * Returns element's id prefix
- * @param Element element
- */
-function getIdPrefix(element) {
- return element.id.replace(/[^-]+$/, '');
-}
-
-// ------------------------------------------------------------------
-// Messages
-//
-
-// stores hidden message ids
-var hiddenMessages = [];
-
-window.addEvent('domready', function() {
- var hidden = hiddenMessages.length;
- for (var i = 0; i < hidden; i++) {
- $(hiddenMessages[i]).style.display = 'none';
- }
- if (hidden > 0) {
- var link = $('show_hidden_messages');
- link.addEvent('click', function(e) {
- e.stop();
- for (var i = 0; i < hidden; i++) {
- $(hiddenMessages[i]).style.display = '';
- }
- this.dispose();
- });
- link.set('html', link.get('html').replace('#MSG_COUNT', hidden));
- link.style.display = '';
- }
-});
-
-//
-// END: Messages
-// ------------------------------------------------------------------
-
-// ------------------------------------------------------------------
-// Form validation and field operations
-//
-
-// form validator assignments
-var validate = {};
-
-// form validator list
-var validators = {
- /**
- * Validates positive number
- *
- * @param boolean isKeyUp
- */
- validate_positive_number: function (isKeyUp) {
- var result = this.value.test('^[0-9]*$') && this.value != '0';
- return result ? true : PMA_messages['error_nan_p'];
- },
- /**
- * Validates non-negative number
- *
- * @param boolean isKeyUp
- */
- validate_non_negative_number: function (isKeyUp) {
- var result = this.value.test('^[0-9]*$');
- return result ? true : PMA_messages['error_nan_nneg'];
- },
- /**
- * Validates port number
- *
- * @param boolean isKeyUp
- */
- validate_port_number: function(isKeyUp) {
- var result = this.value.test('^[0-9]*$') && this.value != '0';
- if (!result || this.value > 65536) {
- result = PMA_messages['error_incorrect_port'];
- }
- return result;
- },
- // field validators
- _field: {
- /**
- * hide_db field
- *
- * @param boolean isKeyUp
- */
- hide_db: function(isKeyUp) {
- if (!isKeyUp && this.value != '') {
- var data = {};
- data[this.id] = this.value;
- ajaxValidate(this, 'Servers/1/hide_db', data);
- }
- return true;
- },
- /**
- * TrustedProxies field
- *
- * @param boolean isKeyUp
- */
- TrustedProxies: function(isKeyUp) {
- if (!isKeyUp && this.value != '') {
- var data = {};
- data[this.id] = this.value;
- ajaxValidate(this, 'TrustedProxies', data);
- }
- return true;
- },
- },
- // fieldset validators
- _fieldset: {
- /**
- * Validates Server fieldset
- *
- * @param boolean isKeyUp
- */
- Server: function(isKeyUp) {
- if (!isKeyUp) {
- ajaxValidate(this, 'Server', getAllValues());
- }
- return true;
- },
- /**
- * Validates Server_login_options fieldset
- *
- * @param boolean isKeyUp
- */
- Server_login_options: function(isKeyUp) {
- return validators._fieldset.Server.bind(this)(isKeyUp);
- },
- /**
- * Validates Server_pmadb fieldset
- *
- * @param boolean isKeyUp
- */
- Server_pmadb: function(isKeyUp) {
- if (isKeyUp) {
- return true;
- }
-
- var prefix = getIdPrefix(this.getElement('input'));
- var pmadb_active = $(prefix + 'pmadb').value != '';
- if (pmadb_active) {
- ajaxValidate(this, 'Server_pmadb', getAllValues());
- }
-
- return true;
- }
- }
-}
-
-/**
- * Calls server-side validation procedures
- *
- * @param Element parent input field in <fieldset> or <fieldset>
- * @param String id validator id
- * @param Object values values hash (element_id: value)
- */
-function ajaxValidate(parent, id, values) {
- // ensure that parent is a fieldset
- if (parent.tagName != 'FIELDSET') {
- parent = parent.getParent('fieldset');
- if (!parent) {
- return false;
- }
- }
- // ensure that we have a Request object
- if (typeof parent.request == 'undefined') {
- parent.validate = {
- request: new Request.JSON({
- url: 'validate.php',
- autoCancel: true,
- onSuccess: function(response) {
- if (response == null) {
- return;
- }
- var error = {};
- if ($type(response) != 'object') {
- error[parent.id] = [response];
- } else if (typeof response['error'] != 'undefined') {
- error[parent.id] = [response['error']];
- } else {
- $each(response, function(value, key) {
- error[key] = $type(value) == 'array' ? value : [value];
- });
- }
- displayErrors(error);
- }}),
- token: parent.getParent('form').token.value
- };
- }
-
- parent.validate.request.send({
- data: {
- token: parent.validate.token,
- id: id,
- values: JSON.encode(values)}
- });
-
- return true;
-}
-
-/**
- * Registers validator for given field
- *
- * @param String id field id
- * @param String type validator (key in validators object)
- * @param boolean onKeyUp whether fire on key up
- * @param mixed params validation function parameters
- */
-function validateField(id, type, onKeyUp, params) {
- if (typeof validators[type] == 'undefined') {
- return;
- }
- if (typeof validate[id] == 'undefined') {
- validate[id] = [];
- }
- validate[id].push([type, params, onKeyUp]);
-}
-
-/**
- * Returns valdiation functions associated with form field
- *
- * @param String field_id form field id
- * @param boolean onKeyUpOnly see validateField
- * @return Array array of [function, paramseters to be passed to function]
- */
-function getFieldValidators(field_id, onKeyUpOnly) {
- // look for field bound validator
- var name = field_id.match(/[^-]+$/)[0];
- if (typeof validators._field[name] != 'undefined') {
- return [[validators._field[name], null]];
- }
-
- // look for registered validators
- var functions = [];
- if (typeof validate[field_id] != 'undefined') {
- // validate[field_id]: array of [type, params, onKeyUp]
- for (var i = 0, imax = validate[field_id].length; i < imax; i++) {
- if (onKeyUpOnly && !validate[field_id][i][2]) {
- continue;
- }
- functions.push([validators[validate[field_id][i][0]], validate[field_id][i][1]]);
- }
- }
-
- return functions;
-}
-
-/**
- * Displays errors for given form fields
- *
- * WARNING: created DOM elements must be identical with the ones made by
- * display_input() in FormDisplay.tpl.php!
- *
- * @param Object error list (key: field id, value: error array)
- */
-function displayErrors(errors) {
- $each(errors, function(errors, field_id) {
- var field = $(field_id);
- var isFieldset = field.tagName == 'FIELDSET';
- var errorCnt = isFieldset
- ? field.getElement('dl.errors')
- : field.getNext('.inline_errors');
-
- // remove empty errors (used to clear error list)
- errors = errors.filter(function(item) {
- return item != '';
- });
-
- if (errors.length) {
- // if error container doesn't exist, create it
- if (errorCnt === null) {
- if (isFieldset) {
- errorCnt = new Element('dl', {
- 'class': 'errors'
- });
- errorCnt.inject(field.getElement('table'), 'before');
- } else {
- errorCnt = new Element('dl', {
- 'class': 'inline_errors'
- });
- errorCnt.inject(field.getParent('td'), 'bottom');
- }
- }
-
- var html = '';
- for (var i = 0, imax = errors.length; i < imax; i++) {
- html += '<dd>' + errors[i] + '</dd>';
- }
- errorCnt.set('html', html);
- } else if (errorCnt !== null) {
- // remove useless error container
- errorCnt.dispose();
- }
- });
-}
-
-/**
- * Validates fieldset and puts errors in 'errors' object
- *
- * @param Element field
- * @param boolean isKeyUp
- * @param Object errors
- */
-function validate_fieldset(fieldset, isKeyUp, errors) {
- if (fieldset && typeof validators._fieldset[fieldset.id] != 'undefined') {
- var fieldset_errors = validators._fieldset[fieldset.id].bind(fieldset)(isKeyUp);
- $each(fieldset_errors, function(field_errors, field_id) {
- if (typeof errors[field_id] == 'undefined') {
- errors[field_id] = [];
- }
- errors[field_id][$type(field_errors) == 'array' ? 'extend' : 'push'](field_errors);
- });
- }
-}
-
-/**
- * Validates form field and puts errors in 'errors' object
- *
- * @param Element field
- * @param boolean isKeyUp
- * @param Object errors
- */
-function validate_field(field, isKeyUp, errors) {
- errors[field.id] = [];
- var functions = getFieldValidators(field.id, isKeyUp);
- for (var i = 0; i < functions.length; i++) {
- var result = functions[i][0].bind(field)(isKeyUp, functions[i][1]);
- if (result !== true) {
- errors[field.id][$type(result) == 'array' ? 'extend' : 'push'](result);
- }
- }
-}
-
-/**
- * Validates form field and parent fieldset
- *
- * @param Element field
- * @param boolean isKeyUp
- */
-function validate_field_and_fieldset(field, isKeyUp) {
- var errors = {};
- validate_field(field, isKeyUp, errors);
- validate_fieldset(field.getParent('fieldset'), isKeyUp, errors);
- displayErrors(errors);
-}
-
-/**
- * Marks field depending on its value (system default or custom)
- *
- * @param Element field
- */
-function markField(field) {
- var type = getFieldType(field);
- var isDefault = checkFieldDefault(field, type);
-
- // checkboxes uses parent <span> for marking
- var fieldMarker = (type == 'checkbox') ? field.getParent() : field;
- setRestoreDefaultBtn(field, !isDefault);
- fieldMarker[isDefault ? 'removeClass' : 'addClass']('custom');
-}
-
-/**
- * Enables or disables the "restore default value" button
- *
- * @param Element field
- * @param bool display
- */
-function setRestoreDefaultBtn(field, display) {
- var td = field.getParent('td');
- if (!td) return;
- var el = td.getElement('.restore-default');
- if (!el) return;
- el.style.display = (display ? '' : 'none');
-}
-
-window.addEvent('domready', function() {
- var elements = $$('input[id], select[id], textarea[id]');
- var elements_count = elements.length;
-
- // register validators and mark custom values
- for (var i = 0; i < elements_count; i++) {
- var el = elements[i];
- markField(el);
- el.addEvent('change', function(e) {
- validate_field_and_fieldset(this, false);
- markField(this);
- });
- // text fields can be validated after each change
- if (el.tagName == 'INPUT' && el.type == 'text') {
- el.addEvent('keyup', function(e) {
- validate_field_and_fieldset(this, true);
- markField(el);
- });
- }
- // disable textarea spellcheck
- if (el.tagName == 'TEXTAREA') {
- el.setProperty('spellcheck', false)
- }
- }
-
- // check whether we've refreshed a page and browser remembered modified
- // form values
- var check_page_refresh = $('check_page_refresh');
- if (!check_page_refresh || check_page_refresh.value == '1') {
- // run all field validators
- var errors = {};
- for (var i = 0; i < elements_count; i++) {
- validate_field(elements[i], false, errors);
- }
- // run all fieldset validators
- $$('fieldset').each(function(el){
- validate_fieldset(el, false, errors);
- });
-
- displayErrors(errors);
- } else if (check_page_refresh) {
- check_page_refresh.value = '1';
- }
-});
-
-//
-// END: Form validation and field operations
-// ------------------------------------------------------------------
-
-// ------------------------------------------------------------------
-// Tabbed forms
-//
-
-/**
- * Sets active tab
- *
- * @param Element tab_link
- */
-function setTab(tab_link) {
- var tabs_menu = tab_link.getParent('.tabs');
-
- var links = tabs_menu.getElements('a');
- var contents;
- for (var i = 0, imax = links.length; i < imax; i++) {
- contents = $(links[i].getProperty('href').substr(1));
- if (links[i] == tab_link) {
- links[i].addClass('active');
- contents.style.display = 'block';
- } else {
- links[i].removeClass('active');
- contents.style.display = 'none';
- }
- }
- location.hash = 'tab_' + tab_link.getProperty('href').substr(1);
-}
-
-window.addEvent('domready', function() {
- var tabs = $$('.tabs');
- var url_tab = location.hash.match(/^#tab_.+/)
- ? $$('a[href$="' + location.hash.substr(5) + '"]') : null;
- if (url_tab) {
- url_tab = url_tab[0];
- }
- // add tabs events and activate one tab (the first one or indicated by location hash)
- for (var i = 0, imax = tabs.length; i < imax; i++) {
- var links = tabs[i].getElements('a');
- var selected_tab = links[0];
- for (var j = 0, jmax = links.length; j < jmax; j++) {
- links[j].addEvent('click', function(e) {
- e.stop();
- setTab(this);
- });
- if (links[j] == url_tab) {
- selected_tab = links[j];
- }
- }
- setTab(selected_tab);
- }
- // tab links handling, check each 200ms
- // (works with history in FF, further browser support here would be an overkill)
- var prev_hash = location.hash;
- (function() {
- if (location.hash != prev_hash) {
- prev_hash = location.hash;
- var url_tab = location.hash.match(/^#tab_.+/)
- ? $$('a[href$="' + location.hash.substr(5) + '"]') : null;
- if (url_tab) {
- setTab(url_tab[0]);
- }
- }
- }).periodical(200);
-});
-
-//
-// END: Tabbed forms
-// ------------------------------------------------------------------
-
-// ------------------------------------------------------------------
-// Form reset buttons
-//
-
-window.addEvent('domready', function() {
- var buttons = $$('input[type=button]');
- for (var i = 0, imax = buttons.length; i < imax; i++) {
- buttons[i].addEvent('click', function(e) {
- var fields = this.getParent('fieldset').getElements('input, select, textarea');
- for (var i = 0, imax = fields.length; i < imax; i++) {
- setFieldValue(fields[i], getFieldType(fields[i]));
- }
- });
- }
-});
-
-//
-// END: Form reset buttons
-// ------------------------------------------------------------------
-
-// ------------------------------------------------------------------
-// "Restore default" and "set value" buttons
-//
-
-/**
- * Restores field's default value
- *
- * @param String field_id
- */
-function restoreField(field_id) {
- var field = $(field_id);
- if (!field || !$defined(defaultValues[field_id])) {
- return;
- }
- setFieldValue(field, getFieldType(field), defaultValues[field_id]);
-}
-
-window.addEvent('domready', function() {
- var buttons = $$('.restore-default, .set-value');
- var fixIE = Browser.Engine.name == 'trident' && Browser.Engine.version == 4;
- for (var i = 0, imax = buttons.length; i < imax; i++) {
- buttons[i].set('opacity', 0.25);
- if (!buttons[i].hasClass('restore-default')) {
- // restore-default is handled by markField
- buttons[i].style.display = '';
- }
- buttons[i].addEvents({
- mouseenter: function(e) {this.set('opacity', 1);},
- mouseleave: function(e) {this.set('opacity', 0.25);},
- click: function(e) {
- e.stop();
- var href = this.getProperty('href').substr(1);
- var field_id;
- if (this.hasClass('restore-default')) {
- field_id = href;
- restoreField(field_id);
- } else {
- field_id = href.match(/^[^=]+/)[0];
- var value = href.match(/=(.+)$/)[1];
- setFieldValue($(field_id), 'text', value);
- }
- $(field_id).fireEvent('change');
- }
- });
- // fix IE showing <img> alt text instead of link title
- if (fixIE) {
- buttons[i].getChildren('img')[0].alt = buttons[i].title;
- }
- }
-});
-
-//
-// END: "Restore default" and "set value" buttons
-// ------------------------------------------------------------------
+/**
+ * functions used in setup script
+ *
+ * @version $Id$
+ */
+
+// show this window in top frame
+if (top != self) {
+ window.top.location.href = location;
+}
+
+// default values for fields
+var defaultValues = {};
+
+// language strings
+var PMA_messages = {};
+
+/**
+ * Returns field type
+ *
+ * @param Element field
+ */
+function getFieldType(field) {
+ field = $(field);
+ var tagName = field.attr('tagName');
+ if (tagName == 'INPUT') {
+ return field.attr('type');
+ } else if (tagName == 'SELECT') {
+ return 'select';
+ } else if (tagName == 'TEXTAREA') {
+ return 'text';
+ }
+ return '';
+}
+
+/**
+ * Sets field value
+ *
+ * value must be of type:
+ * o undefined (omitted) - restore default value (form default, not PMA default)
+ * o String - if field_type is 'text'
+ * o boolean - if field_type is 'checkbox'
+ * o Array of values - if field_type is 'select'
+ *
+ * @param Element field
+ * @param String field_type see getFieldType
+ * @param mixed value
+ */
+function setFieldValue(field, field_type, value) {
+ field = $(field);
+ switch (field_type) {
+ case 'text':
+ field.attr('value', (value != undefined ? value : field.attr('defaultValue')));
+ break;
+ case 'checkbox':
+ field.attr('checked', (value != undefined ? value : field.attr('defaultChecked')));
+ break;
+ case 'select':
+ var options = field.attr('options');
+ var i, imax = options.length;
+ if (value == undefined) {
+ for (i = 0; i < imax; i++) {
+ options[i].selected = options[i].defaultSelected;
+ }
+ } else {
+ for (i = 0; i < imax; i++) {
+ options[i].selected = (value.indexOf(options[i].value) != -1);
+ }
+ }
+ break;
+ }
+ markField(field);
+}
+
+/**
+ * Gets field value
+ *
+ * Will return one of:
+ * o String - if type is 'text'
+ * o boolean - if type is 'checkbox'
+ * o Array of values - if type is 'select'
+ *
+ * @param Element field
+ * @param String field_type see getFieldType
+ * @return mixed
+ */
+function getFieldValue(field, field_type) {
+ field = $(field);
+ switch (field_type) {
+ case 'text':
+ return field.attr('value');
+ case 'checkbox':
+ return field.attr('checked');
+ case 'select':
+ var options = field.attr('options');
+ var i, imax = options.length, items = [];
+ for (i = 0; i < imax; i++) {
+ if (options[i].selected) {
+ items.push(options[i].value);
+ }
+ }
+ return items;
+ }
+}
+
+/**
+ * Returns values for all fields in fieldsets
+ */
+function getAllValues() {
+ var elements = $('fieldset input, fieldset select, fieldset textarea');
+ var values = {};
+ var type, value;
+ for (var i = 0; i < elements.length; i++) {
+ type = getFieldType(elements[i]);
+ value = getFieldValue(elements[i], type);
+ if (typeof value != 'undefined') {
+ // we only have single selects, fatten array
+ if (type == 'select') {
+ value = value[0];
+ }
+ values[elements[i].name] = value;
+ }
+ }
+ return values;
+}
+
+/**
+ * Checks whether field has its default value
+ *
+ * @param Element field
+ * @param String type
+ * @return boolean
+ */
+function checkFieldDefault(field, type) {
+ field = $(field);
+ var field_id = field.attr('id');
+ if (typeof defaultValues[field_id] == 'undefined') {
+ return true;
+ }
+ var isDefault = true;
+ var currentValue = getFieldValue(field, type);
+ if (type != 'select') {
+ isDefault = currentValue == defaultValues[field_id];
+ } else {
+ // compare arrays, will work for our representation of select values
+ if (currentValue.length != defaultValues[field_id].length) {
+ isDefault = false;
+ }
+ else {
+ for (var i = 0; i < currentValue.length; i++) {
+ if (currentValue[i] != defaultValues[field_id][i]) {
+ isDefault = false;
+ break;
+ }
+ }
+ }
+ }
+ return isDefault;
+}
+
+/**
+ * Returns element's id prefix
+ * @param Element element
+ */
+function getIdPrefix(element) {
+ return $(element).attr('id').replace(/[^-]+$/, '');
+}
+
+// ------------------------------------------------------------------
+// Messages
+//
+
+// stores hidden message ids
+var hiddenMessages = [];
+
+$(function() {
+ var hidden = hiddenMessages.length;
+ for (var i = 0; i < hidden; i++) {
+ $('#'+hiddenMessages[i]).css('display', 'none');
+ }
+ if (hidden > 0) {
+ var link = $('#show_hidden_messages');
+ link.click(function(e) {
+ e.preventDefault();
+ for (var i = 0; i < hidden; i++) {
+ $('#'+hiddenMessages[i]).show(500);
+ }
+ $(this).remove();
+ });
+ link.html(link.html().replace('#MSG_COUNT', hidden));
+ link.css('display', '');
+ }
+});
+
+//
+// END: Messages
+// ------------------------------------------------------------------
+
+// ------------------------------------------------------------------
+// Form validation and field operations
+//
+
+// form validator assignments
+var validate = {};
+
+// form validator list
+var validators = {
+ // regexp: numeric value
+ _regexp_numeric: new RegExp('^[0-9]*$'),
+ /**
+ * Validates positive number
+ *
+ * @param boolean isKeyUp
+ */
+ validate_positive_number: function (isKeyUp) {
+ var result = this.value != '0' && validators._regexp_numeric.test(this.value);
+ return result ? true : PMA_messages['error_nan_p'];
+ },
+ /**
+ * Validates non-negative number
+ *
+ * @param boolean isKeyUp
+ */
+ validate_non_negative_number: function (isKeyUp) {
+ var result = validators._regexp_numeric.test(this.value);
+ return result ? true : PMA_messages['error_nan_nneg'];
+ },
+ /**
+ * Validates port number
+ *
+ * @param boolean isKeyUp
+ */
+ validate_port_number: function(isKeyUp) {
+ var result = validators._regexp_numeric.test(this.value) && this.value != '0';
+ if (!result || this.value > 65536) {
+ result = PMA_messages['error_incorrect_port'];
+ }
+ return result;
+ },
+ // field validators
+ _field: {
+ /**
+ * hide_db field
+ *
+ * @param boolean isKeyUp
+ */
+ hide_db: function(isKeyUp) {
+ if (!isKeyUp && this.value != '') {
+ var data = {};
+ data[this.id] = this.value;
+ ajaxValidate(this, 'Servers/1/hide_db', data);
+ }
+ return true;
+ },
+ /**
+ * TrustedProxies field
+ *
+ * @param boolean isKeyUp
+ */
+ TrustedProxies: function(isKeyUp) {
+ if (!isKeyUp && this.value != '') {
+ var data = {};
+ data[this.id] = this.value;
+ ajaxValidate(this, 'TrustedProxies', data);
+ }
+ return true;
+ }
+ },
+ // fieldset validators
+ _fieldset: {
+ /**
+ * Validates Server fieldset
+ *
+ * @param boolean isKeyUp
+ */
+ Server: function(isKeyUp) {
+ if (!isKeyUp) {
+ ajaxValidate(this, 'Server', getAllValues());
+ }
+ return true;
+ },
+ /**
+ * Validates Server_login_options fieldset
+ *
+ * @param boolean isKeyUp
+ */
+ Server_login_options: function(isKeyUp) {
+ return validators._fieldset.Server.apply(this, [isKeyUp]);
+ },
+ /**
+ * Validates Server_pmadb fieldset
+ *
+ * @param boolean isKeyUp
+ */
+ Server_pmadb: function(isKeyUp) {
+ if (isKeyUp) {
+ return true;
+ }
+
+ var prefix = getIdPrefix($(this).find('input'));
+ var pmadb_active = $('#' + prefix + 'pmadb').val() != '';
+ if (pmadb_active) {
+ ajaxValidate(this, 'Server_pmadb', getAllValues());
+ }
+
+ return true;
+ }
+ }
+};
+
+/**
+ * Calls server-side validation procedures
+ *
+ * @param Element parent input field in <fieldset> or <fieldset>
+ * @param String id validator id
+ * @param Object values values hash (element_id: value)
+ */
+function ajaxValidate(parent, id, values) {
+ parent = $(parent);
+ // ensure that parent is a fieldset
+ if (parent.attr('tagName') != 'FIELDSET') {
+ parent = parent.closest('fieldset');
+ if (parent.length == 0) {
+ return false;
+ }
+ }
+
+ if (parent.data('ajax') != null) {
+ parent.data('ajax').abort();
+ }
+
+ parent.data('ajax', $.ajax({
+ url: 'validate.php',
+ cache: false,
+ type: 'POST',
+ data: {
+ token: parent.closest('form').find('input[name=token]').val(),
+ id: id,
+ values: $.toJSON(values)
+ },
+ success: function(response) {
+ if (response == null) {
+ return;
+ }
+
+ var error = {};
+ if (typeof response != 'object') {
+ error[parent.id] = [response];
+ } else if (typeof response['error'] != 'undefined') {
+ error[parent.id] = [response['error']];
+ } else {
+ for (key in response) {
+ var value = response[key];
+ error[key] = jQuery.isArray(value) ? value : [value];
+ }
+ }
+ displayErrors(error);
+ },
+ complete: function() {
+ parent.removeData('ajax');
+ }
+ }));
+
+ return true;
+}
+
+/**
+ * Registers validator for given field
+ *
+ * @param String id field id
+ * @param String type validator (key in validators object)
+ * @param boolean onKeyUp whether fire on key up
+ * @param mixed params validation function parameters
+ */
+function validateField(id, type, onKeyUp, params) {
+ if (typeof validators[type] == 'undefined') {
+ return;
+ }
+ if (typeof validate[id] == 'undefined') {
+ validate[id] = [];
+ }
+ validate[id].push([type, params, onKeyUp]);
+}
+
+/**
+ * Returns valdiation functions associated with form field
+ *
+ * @param String field_id form field id
+ * @param boolean onKeyUpOnly see validateField
+ * @return Array array of [function, paramseters to be passed to function]
+ */
+function getFieldValidators(field_id, onKeyUpOnly) {
+ // look for field bound validator
+ var name = field_id.match(/[^-]+$/)[0];
+ if (typeof validators._field[name] != 'undefined') {
+ return [[validators._field[name], null]];
+ }
+
+ // look for registered validators
+ var functions = [];
+ if (typeof validate[field_id] != 'undefined') {
+ // validate[field_id]: array of [type, params, onKeyUp]
+ for (var i = 0, imax = validate[field_id].length; i < imax; i++) {
+ if (onKeyUpOnly && !validate[field_id][i][2]) {
+ continue;
+ }
+ functions.push([validators[validate[field_id][i][0]], validate[field_id][i][1]]);
+ }
+ }
+
+ return functions;
+}
+
+/**
+ * Displays errors for given form fields
+ *
+ * WARNING: created DOM elements must be identical with the ones made by
+ * display_input() in FormDisplay.tpl.php!
+ *
+ * @param Object error list (key: field id, value: error array)
+ */
+function displayErrors(error_list) {
+ for (field_id in error_list) {
+ var errors = error_list[field_id];
+ var field = $('#'+field_id);
+ var isFieldset = field.attr('tagName') == 'FIELDSET';
+ var errorCnt = isFieldset
+ ? field.find('dl.errors')
+ : field.siblings('.inline_errors');
+
+ // remove empty errors (used to clear error list)
+ errors = $.grep(errors, function(item) {
+ return item != '';
+ });
+
+ if (errors.length) {
+ // if error container doesn't exist, create it
+ if (errorCnt.length == 0) {
+ if (isFieldset) {
+ errorCnt = $('<dl class="errors" />');
+ field.find('table').before(errorCnt);
+ } else {
+ errorCnt = $('<dl class="inline_errors" />');
+ field.closest('td').append(errorCnt);
+ }
+ }
+
+ var html = '';
+ for (var i = 0, imax = errors.length; i < imax; i++) {
+ html += '<dd>' + errors[i] + '</dd>';
+ }
+ errorCnt.html(html);
+ } else if (errorCnt !== null) {
+ // remove useless error container
+ errorCnt.remove();
+ }
+ }
+}
+
+/**
+ * Validates fieldset and puts errors in 'errors' object
+ *
+ * @param Element field
+ * @param boolean isKeyUp
+ * @param Object errors
+ */
+function validate_fieldset(fieldset, isKeyUp, errors) {
+ fieldset = $(fieldset);
+ if (fieldset.length && typeof validators._fieldset[fieldset.attr('id')] != 'undefined') {
+ var fieldset_errors = validators._fieldset[fieldset.attr('id')].apply(fieldset[0], [isKeyUp]);
+ for (field_id in fieldset_errors) {
+ if (typeof errors[field_id] == 'undefined') {
+ errors[field_id] = [];
+ }
+ if (typeof fieldset_errors[field_id] == 'string') {
+ fieldset_errors[field_id] = [fieldset_errors[field_id]];
+ }
+ $.merge(errors[field_id], fieldset_errors[field_id]);
+ }
+ }
+}
+
+/**
+ * Validates form field and puts errors in 'errors' object
+ *
+ * @param Element field
+ * @param boolean isKeyUp
+ * @param Object errors
+ */
+function validate_field(field, isKeyUp, errors) {
+ field = $(field);
+ var field_id = field.attr('id');
+ errors[field_id] = [];
+ var functions = getFieldValidators(field_id, isKeyUp);
+ for (var i = 0; i < functions.length; i++) {
+ var result = functions[i][0].apply(field[0], [isKeyUp, functions[i][1]]);
+ if (result !== true) {
+ if (typeof result == 'string') {
+ result = [result];
+ }
+ $.merge(errors[field_id], result);
+ }
+ }
+}
+
+/**
+ * Validates form field and parent fieldset
+ *
+ * @param Element field
+ * @param boolean isKeyUp
+ */
+function validate_field_and_fieldset(field, isKeyUp) {
+ field = $(field);
+ var errors = {};
+ validate_field(field, isKeyUp, errors);
+ validate_fieldset(field.closest('fieldset'), isKeyUp, errors);
+ displayErrors(errors);
+}
+
+/**
+ * Marks field depending on its value (system default or custom)
+ *
+ * @param Element field
+ */
+function markField(field) {
+ field = $(field);
+ var type = getFieldType(field);
+ var isDefault = checkFieldDefault(field, type);
+
+ // checkboxes uses parent <span> for marking
+ var fieldMarker = (type == 'checkbox') ? field.parent() : field;
+ setRestoreDefaultBtn(field, !isDefault);
+ fieldMarker[isDefault ? 'removeClass' : 'addClass']('custom');
+}
+
+/**
+ * Enables or disables the "restore default value" button
+ *
+ * @param Element field
+ * @param bool display
+ */
+function setRestoreDefaultBtn(field, display) {
+ var el = $(field).closest('td').find('.restore-default');
+ el.css('display', (el.css('display') ? '' : 'none'));
+}
+
+$(function() {
+ // register validators and mark custom values
+ var elements = $('input[id], select[id], textarea[id]');
+ $('input[id], select[id], textarea[id]').each(function(){
+ markField(this);
+ var el = $(this);
+ el.bind('change', function() {
+ validate_field_and_fieldset(this, false);
+ markField(this);
+ });
+ var tagName = el.attr('tagName');
+ // text fields can be validated after each change
+ if (tagName == 'INPUT' && el.attr('type') == 'text') {
+ el.keyup(function() {
+ validate_field_and_fieldset(el, true);
+ markField(el);
+ });
+ }
+ // disable textarea spellcheck
+ if (tagName == 'TEXTAREA') {
+ el.attr('spellcheck', false);
+ }
+ });
+
+ // check whether we've refreshed a page and browser remembered modified
+ // form values
+ var check_page_refresh = $('#check_page_refresh');
+ if (check_page_refresh.length == 0 || check_page_refresh.val() == '1') {
+ // run all field validators
+ var errors = {};
+ for (var i = 0; i < elements.length; i++) {
+ validate_field(elements[i], false, errors);
+ }
+ // run all fieldset validators
+ $('fieldset').each(function(){
+ validate_fieldset(this, false, errors);
+ });
+
+ displayErrors(errors);
+ } else if (check_page_refresh) {
+ check_page_refresh.val('1');
+ }
+});
+
+//
+// END: Form validation and field operations
+// ------------------------------------------------------------------
+
+// ------------------------------------------------------------------
+// Tabbed forms
+//
+
+/**
+ * Sets active tab
+ *
+ * @param Element tab_link
+ */
+function setTab(tab_link) {
+ var tabs_menu = $(tab_link).closest('.tabs');
+
+ var links = tabs_menu.find('a');
+ var contents, link;
+ for (var i = 0, imax = links.length; i < imax; i++) {
+ link = $(links[i]);
+ contents = $(link.attr('href'));
+ if (links[i] == tab_link) {
+ link.addClass('active');
+ contents.css('display', 'block');
+ } else {
+ link.removeClass('active');
+ contents.css('display', 'none');
+ }
+ }
+ location.hash = 'tab_' + $(tab_link).attr('href').substr(1);
+}
+
+$(function() {
+ var tabs = $('.tabs');
+ var url_tab = location.hash.match(/^#tab_.+/)
+ ? $('a[href$="' + location.hash.substr(5) + '"]') : null;
+ if (url_tab) {
+ url_tab = url_tab[0];
+ }
+ // add tabs events and activate one tab (the first one or indicated by location hash)
+ for (var i = 0, imax = tabs.length; i < imax; i++) {
+ var links = $(tabs[i]).find('a');
+ var selected_tab = links[0];
+ for (var j = 0, jmax = links.length; j < jmax; j++) {
+ $(links[j]).click(function(e) {
+ e.preventDefault();
+ setTab(this);
+ });
+ if (links[j] == url_tab) {
+ selected_tab = links[j];
+ }
+ }
+ setTab(selected_tab);
+ }
+ // tab links handling, check each 200ms
+ // (works with history in FF, further browser support here would be an overkill)
+ var prev_hash = location.hash;
+ setInterval(function() {
+ if (location.hash != prev_hash) {
+ prev_hash = location.hash;
+ var url_tab = location.hash.match(/^#tab_.+/)
+ ? $('a[href$="' + location.hash.substr(5) + '"]') : null;
+ if (url_tab) {
+ setTab(url_tab[0]);
+ }
+ }
+ }, 200);
+});
+
+//
+// END: Tabbed forms
+// ------------------------------------------------------------------
+
+// ------------------------------------------------------------------
+// Form reset buttons
+//
+
+$(function() {
+ $('input[type=button]').click(function(e) {
+ var fields = $(this).closest('fieldset').find('input, select, textarea');
+ for (var i = 0, imax = fields.length; i < imax; i++) {
+ setFieldValue(fields[i], getFieldType(fields[i]));
+ }
+ });
+});
+
+//
+// END: Form reset buttons
+// ------------------------------------------------------------------
+
+// ------------------------------------------------------------------
+// "Restore default" and "set value" buttons
+//
+
+/**
+ * Restores field's default value
+ *
+ * @param String field_id
+ */
+function restoreField(field_id) {
+ var field = $('#'+field_id);
+ if (field.length == 0 || defaultValues[field_id] == undefined) {
+ return;
+ }
+ setFieldValue(field, getFieldType(field), defaultValues[field_id]);
+}
+
+$(function() {
+ $('.restore-default, .set-value').each(function() {
+ var link = $(this);
+ link.css('opacity', 0.25);
+ if (!link.hasClass('restore-default')) {
+ // restore-default is handled by markField
+ link.css('display', '');
+ }
+ link.bind({
+ mouseenter: function() {$(this).css('opacity', 1);},
+ mouseleave: function() {$(this).css('opacity', 0.25);},
+ click: function(e) {
+ e.preventDefault();
+ var href = $(this).attr('href').substr(1);
+ var field_id;
+ if ($(this).hasClass('restore-default')) {
+ field_id = href;
+ restoreField(field_id);
+ } else {
+ field_id = href.match(/^[^=]+/)[0];
+ var value = href.match(/=(.+)$/)[1];
+ setFieldValue($('#'+field_id), 'text', value);
+ }
+ $('#'+field_id).trigger('change');
+ }
+ });
+ });
+});
+
+//
+// END: "Restore default" and "set value" buttons
+// ------------------------------------------------------------------
diff --git a/setup/styles.css b/setup/styles.css
index 0b89143..d5a399d 100644
--- a/setup/styles.css
+++ b/setup/styles.css
@@ -1,379 +1,389 @@
-/* global styles */
-
-body {
- padding-bottom: 1em;
-}
-
-img {
- border: 0;
-}
-
-a {
- color: #004C96;
-}
-
-a:hover, a:active {
- color: #000;
-}
-
-h1 {
- font-size: 1.5em;
- font-family: Verdana, Arial, Helvetica, sans-serif;
-}
-
-/* language selection box */
-
-#select_lang {
- position: absolute;
- right: 1em;
- top: 1em;
-}
-
-/* menu */
-
-#menu {
- float: left;
- width: 200px;
-}
-
-#menu ul {
- margin: 1em 1em 1em 0.5em;
- padding: 0 0.5em;
- list-style: none;
-}
-
-#menu li a {
- padding: 3px;
- font-weight: bold;
- display: block;
- color: #669;
- text-decoration: none;
- zoom: 1; /* IE fix */
-}
-
-#menu li a:hover, #menu li a:active {
- color: #C00;
-}
-
-/* page contents and footer layout */
-
-#page {
- margin-left: 200px;
-}
-
-#footer {
- margin-top: 1em;
-}
-
-#footer a {
- margin-right: 0.5em;
- text-decoration: none;
- font-size: small;
-}
-
-/* phpMyAdmin logo colors */
-
-.blue {
- color: #7584B3;
-}
-
-.orange {
- color: #FFAD17;
-}
-
-.red {
- color: #C00;
-}
-
-/* main page messages */
-
-div.notice, div.warning, div.error {
- margin: 0.5em 0;
- padding: 10px 10px 10px 36px;
- border: 1px solid #000;
- background: #FFD url(../themes/original/img/b_tipp.png) no-repeat 10px 0.8em;
-}
-
-div.notice h4, div.warning h4, div.error h4 {
- font-weight: bold;
- font-size: large;
- margin: 0 0 0.2em 0;
- border-bottom: 1px solid #000;
-}
-
-div.notice {
- border-color: #FFD700;
- background-color: #FFD;
- background-image: url(../themes/original/img/s_notice.png);
-}
-
-div.notice h4 {
- border-color: #FFD700;
-}
-
-div.warning {
- border-color: #C00;
- background-color: #FFC;
- background-image: url(../themes/original/img/s_warn.png);
-}
-
-div.warning h4 {
- color: #C00;
- border-color: #C00;
-}
-
-div.error {
- border-color: #D00;
- background-color: #FFC;
- background-image: url(../themes/original/img/s_error.png);
-}
-
-div.error h4 {
- color: #D00;
- border-color: #D00;
-}
-
-/* form tabs */
-
-ul.tabs {
- margin: 0;
- padding: 0 0 7px 0;
- list-style: none;
- font-weight: bold;
-}
-
-ul.tabs li {
- float: left;
-}
-
-ul.tabs li a {
- display: block;
- margin: 2px 2px 0;
- padding: 2px 8px;
- background: #DEE1FF;
- white-space: nowrap;
- text-decoration: none;
- border: 1px #9AA4FF solid;
- border-bottom: none;
-}
-
-ul.tabs li a:hover, ul.tabs li a:active, ul.tabs li a.active {
- margin: 0;
- padding: 2px 10px 4px;
- background: #F7FBFF;
-}
-
-ul.tabs li a:hover, ul.tabs li a:active {
- color: #C00;
-}
-
-.tabs_contents {
- border-top: 2px #66B solid;
-}
-
-.tabs_contents fieldset {
- margin-top: 0;
- border-top: none;
-}
-
-.tabs_contents legend {
- display: none;
-}
-
-/* "restore default value" and "set value: foo" buttons */
-
-.restore-default img, .set-value img {
- margin-bottom: -3px;
-}
-
-/* forms */
-
-fieldset {
- padding: 0;
- margin-top: 1em;
- border: 2px #DEE1FF solid;
- background: #DEE1FF;
-}
-
-.form {
- border: 2px #DEE1FF solid;
-}
-
-fieldset legend {
- margin-left: 1em;
- padding: 2px 8px;
- font-weight: bold;
- background: #F7FBFF;
- border: 1px #9AA4FF solid;
-}
-
-fieldset p {
- margin: 0;
- padding: 0.5em;
- background: #DEE1FF;
-}
-
-fieldset .errors { /* form error list */
- margin: 0 -2px 1em -2px;
- padding: 0.5em 1.5em;
- background: #FBEAD9;
- border: 1px #C83838 solid;
- border-width: 1px 0;
- list-style: none;
- font-family: sans-serif;
- font-size: small;
-}
-
-fieldset .inline_errors { /* field error list */
- margin: 0.3em 0.3em 0.3em 0;
- padding: 0;
- list-style: none;
- color: #9A0000;
-}
-
-fieldset table {
- background: #FFF;
-}
-
-fieldset th {
- width: 40%;
- min-width: 350px;
- padding: 0.3em 0.3em 0.3em 0.5em;
- text-align: left;
- vertical-align: top;
-}
-
-fieldset th small {
- display: block;
-}
-
-fieldset .doc {
- margin-left: 1em;
-}
-
-fieldset td {
- padding-top: 0.3em;
- vertical-align: top;
-}
-
-fieldset th small {
- font-weight: normal;
- font-family: sans-serif;
- font-size: x-small;
- color: #666;
-}
-
-fieldset th, fieldset td {
- border-top: 1px #555 dotted;
-}
-
-fieldset .lastrow, .form .lastrow {
- background: #F7FBFF;
- padding: 0.5em;
- text-align: center;
-}
-
-.form .lastrow {
- border-top: 1px #555 dotted;
-}
-
-fieldset .lastrow input, .form .lastrow input {
- font-weight: bold;
-}
-
-/* simple form, without header and legend */
-
-fieldset.simple {
- border-top-color: #DEE1FF;
-}
-
-fieldset.simple legend {
- display: none;
-}
-
-fieldset.simple th, fieldset.simple td {
- border-top: none;
- border-bottom: 1px #555 dotted;
-}
-
-fieldset.simple .lastrow {
- border: 0;
-}
-
-/* form elements */
-
-span.checkbox {
- padding: 2px;
-}
-
-.custom { /* customized field */
- background: #FFC;
-}
-
-span.checkbox.custom {
- padding: 1px;
- border: 1px #EDEC90 solid;
- background: #FFC;
-}
-
-input[type="text"], select, textarea {
- border: 1px #A7A6AA solid;
-}
-
-input[type="text"]:focus, select:focus, textarea:focus {
- border: 1px #6676FF solid;
- background: #F7FBFF;
-}
-
-.green { /* default form button */
- color: #080;
-}
-
-table.datatable {
- margin: 0.5em 0 1em;
-}
-
-table.datatable th {
- padding: 0 1em 0 0.5em;
- border-bottom: 2px #66F solid;
- text-align: left;
-}
-
-table.datatable td {
- padding: 1px 0.5em;
- border-bottom: 1px #DEE1FF solid;
-}
-
-/* textarea with config file's contents */
-
-#textconfig {
- width: 100%;
- border: 0;
-}
-
-/* error list */
-
-dd {
- margin-left: 0.5em;
-}
-
-dd:before {
- content: "\25B8 ";
-}
-
-/* links on failed validation page, when saving a form */
-
-a.btn {
- padding: 1px 5px;
- text-decoration: none;
- background: #E2E8FF;
- border: 1px #A6C8FF solid;
- border-top-color: #AFD0FF;
- border-left-color: #AFD0FF;
- font-weight: bold;
-}
-
-a.btn:hover, a.btn:active {
- background: #E6F5FF;
- color: #004C96;
-}
+/* global styles */
+
+body {
+ padding-bottom: 1em;
+}
+
+img {
+ border: 0;
+}
+
+a {
+ color: #004C96;
+}
+
+a:hover, a:active {
+ color: #000;
+}
+
+h1 {
+ font-size: 1.5em;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+}
+
+/* language selection box */
+
+#select_lang {
+ position: absolute;
+ right: 1em;
+ top: 1em;
+}
+
+/* menu */
+
+#menu {
+ float: left;
+ width: 200px;
+}
+
+#menu ul {
+ margin: 1em 1em 1em 0.5em;
+ padding: 0 0.5em;
+ list-style: none;
+}
+
+#menu li a {
+ padding: 3px;
+ font-weight: bold;
+ display: block;
+ color: #669;
+ text-decoration: none;
+ zoom: 1; /* IE fix */
+}
+
+#menu li a:hover, #menu li a:active {
+ color: #C00;
+}
+
+/* page contents and footer layout */
+
+#page {
+ margin-left: 200px;
+}
+
+#footer {
+ margin-top: 1em;
+}
+
+#footer a {
+ margin-right: 0.5em;
+ text-decoration: none;
+ font-size: small;
+}
+
+/* phpMyAdmin logo colors */
+
+.blue {
+ color: #7584B3;
+}
+
+.orange {
+ color: #FFAD17;
+}
+
+.red {
+ color: #C00;
+}
+
+/* main page messages */
+
+div.notice, div.warning, div.error {
+ margin: 0.5em 0;
+ padding: 10px 10px 10px 36px;
+ border: 1px solid #000;
+ background: #FFD url(../themes/original/img/b_tipp.png) no-repeat 10px 0.8em;
+}
+
+div.notice h4, div.warning h4, div.error h4 {
+ font-weight: bold;
+ font-size: large;
+ margin: 0 0 0.2em 0;
+ border-bottom: 1px solid #000;
+}
+
+div.notice {
+ border-color: #FFD700;
+ background-color: #FFD;
+ background-image: url(../themes/original/img/s_notice.png);
+}
+
+div.notice h4 {
+ border-color: #FFD700;
+}
+
+div.notice[id^=version_check] {
+ border-color: #002DFF;
+ background-color: #EEF;
+}
+
+div.notice[id^=version_check] h4 {
+ border-color: #002DFF;
+}
+
+div.warning {
+ border-color: #C00;
+ background-color: #FFC;
+ background-image: url(../themes/original/img/s_warn.png);
+}
+
+div.warning h4 {
+ color: #C00;
+ border-color: #C00;
+}
+
+div.error {
+ border-color: #D00;
+ background-color: #FFC;
+ background-image: url(../themes/original/img/s_error.png);
+}
+
+div.error h4 {
+ color: #D00;
+ border-color: #D00;
+}
+
+/* form tabs */
+
+ul.tabs {
+ margin: 0;
+ padding: 0 0 7px 0;
+ list-style: none;
+ font-weight: bold;
+}
+
+ul.tabs li {
+ float: left;
+}
+
+ul.tabs li a {
+ display: block;
+ margin: 2px 2px 0;
+ padding: 2px 8px;
+ background: #DEE1FF;
+ white-space: nowrap;
+ text-decoration: none;
+ border: 1px #9AA4FF solid;
+ border-bottom: none;
+}
+
+ul.tabs li a:hover, ul.tabs li a:active, ul.tabs li a.active {
+ margin: 0;
+ padding: 2px 10px 4px;
+ background: #F7FBFF;
+}
+
+ul.tabs li a:hover, ul.tabs li a:active {
+ color: #C00;
+}
+
+.tabs_contents {
+ border-top: 2px #66B solid;
+}
+
+.tabs_contents fieldset {
+ margin-top: 0;
+ border-top: none;
+}
+
+.tabs_contents legend {
+ display: none;
+}
+
+/* "restore default value" and "set value: foo" buttons */
+
+.restore-default img, .set-value img {
+ margin-bottom: -3px;
+}
+
+/* forms */
+
+fieldset {
+ padding: 0;
+ margin-top: 1em;
+ border: 2px #DEE1FF solid;
+ background: #DEE1FF;
+}
+
+.form {
+ border: 2px #DEE1FF solid;
+}
+
+fieldset legend {
+ margin-left: 1em;
+ padding: 2px 8px;
+ font-weight: bold;
+ background: #F7FBFF;
+ border: 1px #9AA4FF solid;
+}
+
+fieldset p {
+ margin: 0;
+ padding: 0.5em;
+ background: #DEE1FF;
+}
+
+fieldset .errors { /* form error list */
+ margin: 0 -2px 1em -2px;
+ padding: 0.5em 1.5em;
+ background: #FBEAD9;
+ border: 1px #C83838 solid;
+ border-width: 1px 0;
+ list-style: none;
+ font-family: sans-serif;
+ font-size: small;
+}
+
+fieldset .inline_errors { /* field error list */
+ margin: 0.3em 0.3em 0.3em 0;
+ padding: 0;
+ list-style: none;
+ color: #9A0000;
+ font-size: small;
+}
+
+fieldset table {
+ background: #FFF;
+}
+
+fieldset th {
+ width: 40%;
+ min-width: 350px;
+ padding: 0.3em 0.3em 0.3em 0.5em;
+ text-align: left;
+ vertical-align: top;
+}
+
+fieldset th small {
+ display: block;
+}
+
+fieldset .doc {
+ margin-left: 1em;
+}
+
+fieldset td {
+ padding-top: 0.3em;
+ vertical-align: top;
+}
+
+fieldset th small {
+ font-weight: normal;
+ font-family: sans-serif;
+ font-size: x-small;
+ color: #666;
+}
+
+fieldset th, fieldset td {
+ border-top: 1px #555 dotted;
+}
+
+fieldset .lastrow, .form .lastrow {
+ background: #F7FBFF;
+ padding: 0.5em;
+ text-align: center;
+}
+
+.form .lastrow {
+ border-top: 1px #555 dotted;
+}
+
+fieldset .lastrow input, .form .lastrow input {
+ font-weight: bold;
+}
+
+/* simple form, without header and legend */
+
+fieldset.simple {
+ border-top-color: #DEE1FF;
+}
+
+fieldset.simple legend {
+ display: none;
+}
+
+fieldset.simple th, fieldset.simple td {
+ border-top: none;
+ border-bottom: 1px #555 dotted;
+}
+
+fieldset.simple .lastrow {
+ border: 0;
+}
+
+/* form elements */
+
+span.checkbox {
+ padding: 2px;
+}
+
+.custom { /* customized field */
+ background: #FFC;
+}
+
+span.checkbox.custom {
+ padding: 1px;
+ border: 1px #EDEC90 solid;
+ background: #FFC;
+}
+
+input[type="text"], select, textarea {
+ border: 1px #A7A6AA solid;
+}
+
+input[type="text"]:focus, select:focus, textarea:focus {
+ border: 1px #6676FF solid;
+ background: #F7FBFF;
+}
+
+.green { /* default form button */
+ color: #080;
+}
+
+table.datatable {
+ margin: 0.5em 0 1em;
+}
+
+table.datatable th {
+ padding: 0 1em 0 0.5em;
+ border-bottom: 2px #66F solid;
+ text-align: left;
+}
+
+table.datatable td {
+ padding: 1px 0.5em;
+ border-bottom: 1px #DEE1FF solid;
+}
+
+/* textarea with config file's contents */
+
+#textconfig {
+ width: 100%;
+ border: 0;
+}
+
+/* error list */
+
+dd {
+ margin-left: 0.5em;
+}
+
+dd:before {
+ content: "\25B8 ";
+}
+
+/* links on failed validation page, when saving a form */
+
+a.btn {
+ padding: 1px 5px;
+ text-decoration: none;
+ background: #E2E8FF;
+ border: 1px #A6C8FF solid;
+ border-top-color: #AFD0FF;
+ border-left-color: #AFD0FF;
+ font-weight: bold;
+}
+
+a.btn:hover, a.btn:active {
+ background: #E6F5FF;
+ color: #004C96;
+}
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2RC1-1378-g1fc253e
by Marc Delisle 08 Apr '10
by Marc Delisle 08 Apr '10
08 Apr '10
The branch, master has been updated
via 1fc253e19e6952437fe980a932cf62e5200988e5 (commit)
via b3c041bb997b939f96c58a330f9ea9168aef738b (commit)
from 5c032d4110cd618413f88a513443932bce4fa18e (commit)
- Log -----------------------------------------------------------------
commit 1fc253e19e6952437fe980a932cf62e5200988e5
Merge: 5c032d4110cd618413f88a513443932bce4fa18e b3c041bb997b939f96c58a330f9ea9168aef738b
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 8 10:32:51 2010 -0400
Merge branch 'QA_3_3'
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 ++
libraries/server_synchronize.lib.php | 16 +++++++++-------
2 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 5589941..b30051d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -65,6 +65,8 @@ $Id$
3.3.3.0 (not yet released)
- patch #2982480 [navi] Do not group if there would be one table in group,
thanks to Lorikeet Lee.
+- patch #2983492 [sync] When asking to synchronize Structure and Data,
+ only Structure is done, thanks to Ankit Gupta - ankitgupta3
3.3.2.0 (not yet released)
- patch #2969449 [core] Name for MERGE engine varies depending on the
diff --git a/libraries/server_synchronize.lib.php b/libraries/server_synchronize.lib.php
index 8978cc6..79948b9 100644
--- a/libraries/server_synchronize.lib.php
+++ b/libraries/server_synchronize.lib.php
@@ -671,11 +671,11 @@ function PMA_createTargetTables($src_db, $trg_db, $src_link, $trg_link, &$uncomm
function PMA_populateTargetTables($src_db, $trg_db, $src_link, $trg_link, $uncommon_tables, $table_index, $uncommon_tables_fields, $display)
{
$display = false; // todo: maybe display some of the queries if they are not too numerous
-
$unbuffered_result = PMA_DBI_try_query('SELECT * FROM ' . PMA_backquote($src_db) . '.' . PMA_backquote($uncommon_tables[$table_index]), $src_link, PMA_DBI_QUERY_UNBUFFERED);
if (false !== $unbuffered_result) {
+ $insert_query = 'INSERT INTO ' . PMA_backquote($trg_db) . '.' .PMA_backquote($uncommon_tables[$table_index]) . ' VALUES';
while ($one_row = PMA_DBI_fetch_row($unbuffered_result)) {
- $insert_query = 'INSERT INTO ' . PMA_backquote($trg_db) . '.' .PMA_backquote($uncommon_tables[$table_index]) . ' VALUES(';
+ $insert_query .= '(';
$key_of_last_value = count($one_row) - 1;
foreach($one_row as $key => $value) {
$insert_query .= "'" . PMA_sqlAddslashes($value) . "'";
@@ -683,12 +683,14 @@ function PMA_populateTargetTables($src_db, $trg_db, $src_link, $trg_link, $uncom
$insert_query .= ",";
}
}
- $insert_query .= ');';
- if ($display == true) {
- PMA_displayQuery($insert_query);
- }
- PMA_DBI_try_query($insert_query, $trg_link, 0);
+ $insert_query .= '),';
+ }
+ $insert_query = substr($insert_query, 0, -1);
+ $insert_query .= ';';
+ if ($display == true) {
+ PMA_displayQuery($insert_query);
}
+ PMA_DBI_try_query($insert_query, $trg_link, 0);
}
}
/**
hooks/post-receive
--
phpMyAdmin
1
0