Git
Threads by month
- ----- 2026 -----
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- 9 participants
- 39110 discussions
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-12166-g9b01642
by Piotr Przybylski 31 Jul '11
by Piotr Przybylski 31 Jul '11
31 Jul '11
The branch, master has been updated
via 9b01642c9531be45d6ff96331901f941e3ed3638 (commit)
via 43bd03562d7a0e78b1dd66ef4ce4829eb99e911e (commit)
via 06365982c5bb977f9e2aa862e112381140eee230 (commit)
via 6a54e2631875676517761be2edc7af2c3543317c (commit)
from e3b91b7a0bfcb6bc525c9cfb27c8fc7570457b95 (commit)
- Log -----------------------------------------------------------------
commit 9b01642c9531be45d6ff96331901f941e3ed3638
Author: Piotr Przybylski <piotrprz(a)gmail.com>
Date: Sun Jul 31 15:15:39 2011 +0200
Fix test_db_connection() for connections via socket
commit 43bd03562d7a0e78b1dd66ef4ce4829eb99e911e
Author: Piotr Przybylski <piotrprz(a)gmail.com>
Date: Sun Jul 31 15:11:00 2011 +0200
mysqli is the recommended extension, not mysql
commit 06365982c5bb977f9e2aa862e112381140eee230
Author: Piotr Przybylski <piotrprz(a)gmail.com>
Date: Sun Jul 31 15:10:01 2011 +0200
Withdraw FAQ 1.33
It concerns PHP 5.0.4 only, minimal supported version is now 5.2
commit 6a54e2631875676517761be2edc7af2c3543317c
Author: Piotr Przybylski <piotrprz(a)gmail.com>
Date: Sun Jul 31 15:07:09 2011 +0200
Remove information about PHP 4.3, the minimal supported version is now 5.2
-----------------------------------------------------------------------
Summary of changes:
Documentation.html | 26 +++++++++-----------------
libraries/config.default.php | 2 +-
libraries/config/validate.lib.php | 2 +-
3 files changed, 11 insertions(+), 19 deletions(-)
diff --git a/Documentation.html b/Documentation.html
index 26673cb..393e5c7 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -699,18 +699,16 @@ since this link provides funding for phpMyAdmin.
<br /><br />
<tt><i>mysql</i></tt> :
- The classic MySQL extension. This is the recommended and default
- method at this time.<br /><br />
+ The classic MySQL extension.<br /><br />
<tt><i>mysqli</i></tt> :
The improved MySQL extension. This extension became available
- with php 5.0.0 and is the recommended way to connect to a server
+ with PHP 5.0.0 and is the recommended way to connect to a server
running MySQL 4.1.x or newer.</dd>
<dt id="cfg_Servers_compress">$cfg['Servers'][$i]['compress'] boolean</dt>
<dd>Whether to use a compressed protocol for the MySQL server connection
- or not (experimental).<br />
- This feature requires PHP >= 4.3.0.</dd>
+ or not (experimental).</dd>
<dt id="controluser">
<span id="cfg_Servers_controluser">$cfg['Servers'][$i]['controluser']</span> string<br />
@@ -1839,9 +1837,7 @@ $cfg['TrustedProxies'] =
<dd>Specifies whether GD >= 2 is available. If yes it can be used for
MIME transformations.<br />
Possible values are:
- <ul><li>auto - automatically detect, this is a bit expensive
- operation for php < 4.3.0 so it is preferred to change this
- according to your server real possibilities</li>
+ <ul><li>auto - automatically detect</li>
<li>yes - GD 2 functions can be used</li>
<li>no - GD 2 function cannot be used</li>
</ul>
@@ -2673,7 +2669,7 @@ setfacl -d -m "g:www-data:rwx" tmp
<abbr title="HyperText Transfer Protocol">HTTP</abbr> headers ...".</a>
</h4>
-<p> You just forgot to read the <i>install.txt</i> file from the php distribution.
+<p> You just forgot to read the <i>install.txt</i> file from the PHP distribution.
Have a look at the last message in this
<a href="http://bugs.php.net/bug.php?id=12061">bug report</a> from the
official PHP bug database.</p>
@@ -2815,7 +2811,7 @@ setfacl -d -m "g:www-data:rwx" tmp
connect to your MySQL server using PHP's classic
<a href="http://php.net/mysql">MySQL extension</a> as well as the
<a href="http://php.net/mysqli">improved MySQL extension (MySQLi)</a> that
- is available in php 5.0. The latter one should be used unless you have a
+ is available in PHP 5.0. The latter one should be used unless you have a
good reason not to do so.<br />
When compiling PHP, we strongly recommend that you manually link the MySQL
extension of your choice to a MySQL client library of at least the same
@@ -3013,11 +3009,7 @@ SetInputFilter PHP
</ol>
<h4 id="faq1_33">
- <a href="#faq1_33">1.33 Is there a problem with the mysqli extension when running
- PHP 5.0.4 on 64-bit systems?</a></h4>
-
-<p> Yes. This problem affects phpMyAdmin ("Call to undefined function
- pma_reloadnavigation"), so upgrade your PHP to the next version.</p>
+ <a href="#faq1_33">1.33 (withdrawn).</a></h4>
<h4 id="faq1_34">
<a href="#faq1_34">1.34 Can I access directly to database or table pages?</a></h4>
@@ -3226,8 +3218,8 @@ the <tt>mysql_upgrade</tt> command on the server.</p>
<p> Try to set the <a href="#cfg_OBGzip" class="configrule">$cfg['OBGZip']</a>
directive to <tt>FALSE</tt> in the phpMyAdmin configuration file. It helps
sometime.<br />
- Also have a look at your PHP version number: if it contains "4.0b..."
- it means you're running a beta version of PHP. That's not a so good idea,
+ Also have a look at your PHP version number: if it contains "b" or "alpha"
+ it means you're running a testing version of PHP. That's not a so good idea,
please upgrade to a plain revision.</p>
<h4 id="faq2_5">
diff --git a/libraries/config.default.php b/libraries/config.default.php
index edf0264..6166e83 100644
--- a/libraries/config.default.php
+++ b/libraries/config.default.php
@@ -145,7 +145,7 @@ $cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
/**
- * Use compressed protocol for the MySQL connection (requires PHP >= 4.3.0)
+ * Use compressed protocol for the MySQL connection
*
* @global boolean $cfg['Servers'][$i]['compress']
*/
diff --git a/libraries/config/validate.lib.php b/libraries/config/validate.lib.php
index 163ff87..2b60725 100644
--- a/libraries/config/validate.lib.php
+++ b/libraries/config/validate.lib.php
@@ -188,7 +188,7 @@ function test_php_errormsg($start = true)
function test_db_connection($extension, $connect_type, $host, $port, $socket, $user, $pass = null, $error_key = 'Server')
{
// test_php_errormsg();
- $socket = empty($socket) || $connect_type == 'tcp' ? null : ':' . $socket;
+ $socket = empty($socket) || $connect_type == 'tcp' ? null : $socket;
$port = empty($port) || $connect_type == 'socket' ? null : ':' . $port;
$error = null;
if ($extension == 'mysql') {
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-12162-ge3b91b7
by Piotr Przybylski 30 Jul '11
by Piotr Przybylski 30 Jul '11
30 Jul '11
The branch, master has been updated
via e3b91b7a0bfcb6bc525c9cfb27c8fc7570457b95 (commit)
from bb7e14d7feafac3f057a9e3d516a8699b54ca3e3 (commit)
- Log -----------------------------------------------------------------
commit e3b91b7a0bfcb6bc525c9cfb27c8fc7570457b95
Author: Piotr Przybylski <piotrprz(a)gmail.com>
Date: Sun Jul 31 00:44:42 2011 +0200
PMA_DBI_fetch_value, PMA_DBI_fetch_single_row and PMA_DBI_fetch_result don't need to cache affected rows because there are none
-----------------------------------------------------------------------
Summary of changes:
libraries/database_interface.lib.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libraries/database_interface.lib.php b/libraries/database_interface.lib.php
index 42bd352..288743e 100644
--- a/libraries/database_interface.lib.php
+++ b/libraries/database_interface.lib.php
@@ -952,7 +952,7 @@ function PMA_DBI_fetch_value($result, $row_number = 0, $field = 0, $link = null,
$value = false;
if (is_string($result)) {
- $result = PMA_DBI_try_query($result, $link, $options | PMA_DBI_QUERY_STORE);
+ $result = PMA_DBI_try_query($result, $link, $options | PMA_DBI_QUERY_STORE, false);
}
// return false if result is empty or false
@@ -1004,7 +1004,7 @@ function PMA_DBI_fetch_value($result, $row_number = 0, $field = 0, $link = null,
*/
function PMA_DBI_fetch_single_row($result, $type = 'ASSOC', $link = null, $options = 0) {
if (is_string($result)) {
- $result = PMA_DBI_try_query($result, $link, $options | PMA_DBI_QUERY_STORE);
+ $result = PMA_DBI_try_query($result, $link, $options | PMA_DBI_QUERY_STORE, false);
}
// return null if result is empty or false
@@ -1087,7 +1087,7 @@ function PMA_DBI_fetch_result($result, $key = null, $value = null,
$resultrows = array();
if (is_string($result)) {
- $result = PMA_DBI_try_query($result, $link, $options);
+ $result = PMA_DBI_try_query($result, $link, $options, false);
}
// return empty array if result is empty or false
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-12161-gbb7e14d
by Marc Delisle 30 Jul '11
by Marc Delisle 30 Jul '11
30 Jul '11
The branch, master has been updated
via bb7e14d7feafac3f057a9e3d516a8699b54ca3e3 (commit)
from 7180596152816cc411d943f484f579e67a814f83 (commit)
- Log -----------------------------------------------------------------
commit bb7e14d7feafac3f057a9e3d516a8699b54ca3e3
Author: Marc Delisle <marc(a)infomarc.info>
Date: Sat Jul 30 14:14:31 2011 -0400
Refresh .po files
-----------------------------------------------------------------------
Summary of changes:
po/af.po | 18 +++++++++---------
po/ar.po | 18 +++++++++---------
po/az.po | 18 +++++++++---------
po/be.po | 18 +++++++++---------
po/be(a)latin.po | 18 +++++++++---------
po/bg.po | 18 +++++++++---------
po/bn.po | 18 +++++++++---------
po/br.po | 18 +++++++++---------
po/bs.po | 18 +++++++++---------
po/ca.po | 18 +++++++++---------
po/cs.po | 20 +++++++++++---------
po/cy.po | 18 +++++++++---------
po/da.po | 20 +++++++++++---------
po/de.po | 20 +++++++++++---------
po/el.po | 20 +++++++++++---------
po/en_GB.po | 18 +++++++++---------
po/es.po | 20 +++++++++++---------
po/et.po | 18 +++++++++---------
po/eu.po | 18 +++++++++---------
po/fa.po | 18 +++++++++---------
po/fi.po | 18 +++++++++---------
po/fr.po | 18 +++++++++---------
po/gl.po | 18 +++++++++---------
po/he.po | 18 +++++++++---------
po/hi.po | 18 +++++++++---------
po/hr.po | 18 +++++++++---------
po/hu.po | 18 +++++++++---------
po/id.po | 18 +++++++++---------
po/it.po | 20 +++++++++++---------
po/ja.po | 18 +++++++++---------
po/ka.po | 18 +++++++++---------
po/ko.po | 18 +++++++++---------
po/lt.po | 18 +++++++++---------
po/lv.po | 18 +++++++++---------
po/mk.po | 18 +++++++++---------
po/ml.po | 18 +++++++++---------
po/mn.po | 18 +++++++++---------
po/ms.po | 18 +++++++++---------
po/nb.po | 18 +++++++++---------
po/nl.po | 18 +++++++++---------
po/phpmyadmin.pot | 18 +++++++++---------
po/pl.po | 18 +++++++++---------
po/pt.po | 18 +++++++++---------
po/pt_BR.po | 18 +++++++++---------
po/ro.po | 18 +++++++++---------
po/ru.po | 18 +++++++++---------
po/si.po | 18 +++++++++---------
po/sk.po | 18 +++++++++---------
po/sl.po | 20 +++++++++++---------
po/sq.po | 18 +++++++++---------
po/sr.po | 18 +++++++++---------
po/sr(a)latin.po | 18 +++++++++---------
po/sv.po | 18 +++++++++---------
po/ta.po | 18 +++++++++---------
po/te.po | 18 +++++++++---------
po/th.po | 18 +++++++++---------
po/tr.po | 20 +++++++++++---------
po/tt.po | 18 +++++++++---------
po/ug.po | 18 +++++++++---------
po/uk.po | 18 +++++++++---------
po/ur.po | 18 +++++++++---------
po/uz.po | 18 +++++++++---------
po/uz(a)latin.po | 18 +++++++++---------
po/zh_CN.po | 18 +++++++++---------
po/zh_TW.po | 18 +++++++++---------
65 files changed, 601 insertions(+), 585 deletions(-)
diff --git a/po/af.po b/po/af.po
index 424a6dc..a9df34d 100644
--- a/po/af.po
+++ b/po/af.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\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"
@@ -1372,7 +1372,7 @@ msgid "Jump to Log table"
msgstr "Geen databasisse"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -10379,36 +10379,36 @@ msgstr ""
msgid "Chart title"
msgstr "Geen tabelle"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr ""
-#: tbl_chart.php:113
+#: tbl_chart.php:114
#, fuzzy
msgid "Series:"
msgstr "SQL-stelling"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "The remaining columns"
msgstr "Voeg By/Verwyder Veld Kolomme"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr ""
-#: tbl_chart.php:128
+#: tbl_chart.php:130
#, fuzzy
#| msgid "Value"
msgid "X Values"
msgstr "Waarde"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr ""
-#: tbl_chart.php:129
+#: tbl_chart.php:131
#, fuzzy
#| msgid "Value"
msgid "Y Values"
diff --git a/po/ar.po b/po/ar.po
index 36d6a78..c0762db 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2011-07-25 22:07+0200\n"
"Last-Translator: Abdullah Al-Saedi <abdullah.10(a)windowslive.com>\n"
"Language-Team: arabic <ar(a)li.org>\n"
@@ -1346,7 +1346,7 @@ msgid "Jump to Log table"
msgstr "قفز لقاعدة البيانات"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -10379,35 +10379,35 @@ msgstr ""
msgid "Chart title"
msgstr "استورد الملفات"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr ""
-#: tbl_chart.php:113
+#: tbl_chart.php:114
msgid "Series:"
msgstr ""
-#: tbl_chart.php:115
+#: tbl_chart.php:116
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "The remaining columns"
msgstr "إضافه/حذف عمود حقل"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr ""
-#: tbl_chart.php:128
+#: tbl_chart.php:130
#, fuzzy
#| msgid "Value"
msgid "X Values"
msgstr "القيمة"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr ""
-#: tbl_chart.php:129
+#: tbl_chart.php:131
#, fuzzy
#| msgid "Value"
msgid "Y Values"
diff --git a/po/az.po b/po/az.po
index a8b28ff..04a10e7 100644
--- a/po/az.po
+++ b/po/az.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: azerbaijani <az(a)li.org>\n"
@@ -1388,7 +1388,7 @@ msgid "Jump to Log table"
msgstr "Baza seçilmemişdir ve ya mövcud deyildir."
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -10572,36 +10572,36 @@ msgstr ""
msgid "Chart title"
msgstr "Faylları import et"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr ""
-#: tbl_chart.php:113
+#: tbl_chart.php:114
#, fuzzy
msgid "Series:"
msgstr "SQL sorğusu"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "The remaining columns"
msgstr "Sahe Sütunlarını Elave Et/Sil"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr ""
-#: tbl_chart.php:128
+#: tbl_chart.php:130
#, fuzzy
#| msgid "Value"
msgid "X Values"
msgstr "Deyer"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr ""
-#: tbl_chart.php:129
+#: tbl_chart.php:131
#, fuzzy
#| msgid "Value"
msgid "Y Values"
diff --git a/po/be.po b/po/be.po
index 353adb9..b070b11 100644
--- a/po/be.po
+++ b/po/be.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\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"
@@ -1411,7 +1411,7 @@ msgid "Jump to Log table"
msgstr "Базы дадзеных адсутнічаюць"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -10991,36 +10991,36 @@ msgstr "Сьціснутая"
msgid "Chart title"
msgstr "Загаловак справаздачы"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr ""
-#: tbl_chart.php:113
+#: tbl_chart.php:114
#, fuzzy
msgid "Series:"
msgstr "SQL-запыт"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "The remaining columns"
msgstr "Дадаць/выдаліць калёнку крытэру"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr ""
-#: tbl_chart.php:128
+#: tbl_chart.php:130
#, fuzzy
#| msgid "Value"
msgid "X Values"
msgstr "Значэньне"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr ""
-#: tbl_chart.php:129
+#: tbl_chart.php:131
#, fuzzy
#| msgid "Value"
msgid "Y Values"
diff --git a/po/be(a)latin.po b/po/be(a)latin.po
index 8dba43b..030f61d 100644
--- a/po/be(a)latin.po
+++ b/po/be(a)latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\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"
@@ -1412,7 +1412,7 @@ msgid "Jump to Log table"
msgstr "Bazy dadzienych adsutničajuć"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -10962,35 +10962,35 @@ msgstr "Ścisnutaja"
msgid "Chart title"
msgstr "Zahałovak spravazdačy"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr ""
-#: tbl_chart.php:113
+#: tbl_chart.php:114
msgid "Series:"
msgstr ""
-#: tbl_chart.php:115
+#: tbl_chart.php:116
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "The remaining columns"
msgstr "Dadać/vydalić kalonku kryteru"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr ""
-#: tbl_chart.php:128
+#: tbl_chart.php:130
#, fuzzy
#| msgid "Value"
msgid "X Values"
msgstr "Značeńnie"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr ""
-#: tbl_chart.php:129
+#: tbl_chart.php:131
#, fuzzy
#| msgid "Value"
msgid "Y Values"
diff --git a/po/bg.po b/po/bg.po
index 59022ab..4ff53a2 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2011-07-19 14:58+0200\n"
"Last-Translator: <stoyanster(a)gmail.com>\n"
"Language-Team: bulgarian <bg(a)li.org>\n"
@@ -1351,7 +1351,7 @@ msgid "Jump to Log table"
msgstr "Прескачане до БД"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -10093,31 +10093,31 @@ msgstr ""
msgid "Chart title"
msgstr "Заглавие на диаграмата"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr ""
-#: tbl_chart.php:113
+#: tbl_chart.php:114
msgid "Series:"
msgstr ""
-#: tbl_chart.php:115
+#: tbl_chart.php:116
msgid "The remaining columns"
msgstr "Оставащите колони"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr "Етикет на оста X:"
-#: tbl_chart.php:128
+#: tbl_chart.php:130
msgid "X Values"
msgstr "Стойности на X"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr "Етикет на оста Y:"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y Values"
msgstr "Стойности на Y"
diff --git a/po/bn.po b/po/bn.po
index c2268b9..2a7b04d 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2010-10-21 01:36+0200\n"
"Last-Translator: Nobin নবীন <nobin(a)cyberbogra.com>\n"
"Language-Team: bangla <bn(a)li.org>\n"
@@ -1397,7 +1397,7 @@ msgid "Jump to Log table"
msgstr "কোন ডাটাবেজ নাই"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -10849,36 +10849,36 @@ msgstr ""
msgid "Chart title"
msgstr "Report title"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr ""
-#: tbl_chart.php:113
+#: tbl_chart.php:114
#, fuzzy
msgid "Series:"
msgstr "SQL query"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "The remaining columns"
msgstr "Add/Delete Field Columns"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr ""
-#: tbl_chart.php:128
+#: tbl_chart.php:130
#, fuzzy
#| msgid "Value"
msgid "X Values"
msgstr "মান"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr ""
-#: tbl_chart.php:129
+#: tbl_chart.php:131
#, fuzzy
#| msgid "Value"
msgid "Y Values"
diff --git a/po/br.po b/po/br.po
index da9217d..02ce985 100644
--- a/po/br.po
+++ b/po/br.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2011-07-17 21:41+0200\n"
"Last-Translator: Fulup <fulup.jakez(a)ofis-bzh.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -1352,7 +1352,7 @@ msgid "Jump to Log table"
msgstr "Mont d'an diaz roadennoù"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -10031,31 +10031,31 @@ msgstr ""
msgid "Chart title"
msgstr ""
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr ""
-#: tbl_chart.php:113
+#: tbl_chart.php:114
msgid "Series:"
msgstr ""
-#: tbl_chart.php:115
+#: tbl_chart.php:116
msgid "The remaining columns"
msgstr ""
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr ""
-#: tbl_chart.php:128
+#: tbl_chart.php:130
msgid "X Values"
msgstr ""
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr ""
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y Values"
msgstr ""
diff --git a/po/bs.po b/po/bs.po
index 245c926..d95b077 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: bosnian <bs(a)li.org>\n"
@@ -1382,7 +1382,7 @@ msgid "Jump to Log table"
msgstr "Baza ne postoji"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -10553,36 +10553,36 @@ msgstr ""
msgid "Chart title"
msgstr "Uvoz fajlova"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr ""
-#: tbl_chart.php:113
+#: tbl_chart.php:114
#, fuzzy
msgid "Series:"
msgstr "SQL upit"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "The remaining columns"
msgstr "Dodaj/obriši kolonu"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr ""
-#: tbl_chart.php:128
+#: tbl_chart.php:130
#, fuzzy
#| msgid "Value"
msgid "X Values"
msgstr "Vrijednost"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr ""
-#: tbl_chart.php:129
+#: tbl_chart.php:131
#, fuzzy
#| msgid "Value"
msgid "Y Values"
diff --git a/po/ca.po b/po/ca.po
index 28f3c59..1e71c6d 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2011-02-23 09:57+0200\n"
"Last-Translator: Xavier Navarro <xvnavarro(a)gmail.com>\n"
"Language-Team: catalan <ca(a)li.org>\n"
@@ -1377,7 +1377,7 @@ msgid "Jump to Log table"
msgstr "Vés a la base de dades"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -10857,41 +10857,41 @@ msgstr "Apilat"
msgid "Chart title"
msgstr "Títol de llistat:"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr ""
-#: tbl_chart.php:113
+#: tbl_chart.php:114
#, fuzzy
#| msgid "SQL queries"
msgid "Series:"
msgstr "Consultes SQL"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
#, fuzzy
#| msgid "Textarea columns"
msgid "The remaining columns"
msgstr "Columnes per a textareas"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
#, fuzzy
#| msgid "X Axis label"
msgid "X-Axis label:"
msgstr "Títol de l'eix X"
-#: tbl_chart.php:128
+#: tbl_chart.php:130
#, fuzzy
#| msgid "Value"
msgid "X Values"
msgstr "Valor"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
#, fuzzy
#| msgid "Y Axis label"
msgid "Y-Axis label:"
msgstr "Títol de l'eix Y"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
#, fuzzy
#| msgid "Value"
msgid "Y Values"
diff --git a/po/cs.po b/po/cs.po
index a599041..de29728 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2011-07-25 15:03+0200\n"
"Last-Translator: Michal Čihař <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
@@ -1339,7 +1339,9 @@ msgid "Jump to Log table"
msgstr "Přejít na tabulku se záznamem"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+#, fuzzy
+#| msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
"Záznamy byly načteny, ale v tomto časovém rozmezí nebyly nalezeny žádné "
"dotazy."
@@ -10512,31 +10514,31 @@ msgstr "Skládané"
msgid "Chart title"
msgstr "Název grafu"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr "Osa X:"
-#: tbl_chart.php:113
+#: tbl_chart.php:114
msgid "Series:"
msgstr "Série:"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
msgid "The remaining columns"
msgstr "Zbývající sloupce"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr "Popis osy X:"
-#: tbl_chart.php:128
+#: tbl_chart.php:130
msgid "X Values"
msgstr "Hodnoty X"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr "Popis osy Y:"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y Values"
msgstr "Hodnoty Y"
diff --git a/po/cy.po b/po/cy.po
index 6ca7637..a98cfa5 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2011-05-19 21:21+0200\n"
"Last-Translator: <ardavies(a)tiscali.co.uk>\n"
"Language-Team: Welsh <cy(a)li.org>\n"
@@ -1378,7 +1378,7 @@ msgid "Jump to Log table"
msgstr "Neidiwch i'r gronfa ddata"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -10396,35 +10396,35 @@ msgstr "Paciwyd"
msgid "Chart title"
msgstr "Teitl yr adroddiad"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr ""
-#: tbl_chart.php:113
+#: tbl_chart.php:114
msgid "Series:"
msgstr ""
-#: tbl_chart.php:115
+#: tbl_chart.php:116
#, fuzzy
#| msgid "Add/Delete columns"
msgid "The remaining columns"
msgstr "Ychwanegu/Dileu colofnau"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr ""
-#: tbl_chart.php:128
+#: tbl_chart.php:130
#, fuzzy
#| msgid "Value"
msgid "X Values"
msgstr "Gwerth"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr ""
-#: tbl_chart.php:129
+#: tbl_chart.php:131
#, fuzzy
#| msgid "Value"
msgid "Y Values"
diff --git a/po/da.po b/po/da.po
index ffd67af..e8c7f37 100644
--- a/po/da.po
+++ b/po/da.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2011-07-23 21:27+0200\n"
"Last-Translator: Jørgen Thomsen <opensource(a)jth.net>\n"
"Language-Team: danish <da(a)li.org>\n"
@@ -1354,7 +1354,9 @@ msgid "Jump to Log table"
msgstr "Gå til logtabellen"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+#, fuzzy
+#| msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr "Loggen er analyseret, men ingen data fundet i dette tidsinterval."
#. l10n: A collection of available filters
@@ -10636,31 +10638,31 @@ msgstr "Stak"
msgid "Chart title"
msgstr "Diagramtitel"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr "X-akse:"
-#: tbl_chart.php:113
+#: tbl_chart.php:114
msgid "Series:"
msgstr "Serie:"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
msgid "The remaining columns"
msgstr "De resterende kolonner"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr "X-akse betegnelse:"
-#: tbl_chart.php:128
+#: tbl_chart.php:130
msgid "X Values"
msgstr "X værdier"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr "Y-akse betegnelse:"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y Values"
msgstr "Y-værdier"
diff --git a/po/de.po b/po/de.po
index f48caf6..5314c01 100644
--- a/po/de.po
+++ b/po/de.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2011-07-25 14:55+0200\n"
"Last-Translator: Sven Strickroth <email(a)cs-ware.de>\n"
"Language-Team: german <de(a)li.org>\n"
@@ -1362,7 +1362,9 @@ msgid "Jump to Log table"
msgstr "Springe zur Protokoll-Tabelle"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+#, fuzzy
+#| msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
"Protokoll wurde analysiert, es wurden jedoch keine Daten im angegebenen "
"Zeitraum gefunden."
@@ -10782,31 +10784,31 @@ msgstr "Gestapelt"
msgid "Chart title"
msgstr "Titel des Reports"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr "X-Achse:"
-#: tbl_chart.php:113
+#: tbl_chart.php:114
msgid "Series:"
msgstr "Reihe:"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
msgid "The remaining columns"
msgstr "Die verbleibenden Spalten"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr "Beschriftung X-Achse:"
-#: tbl_chart.php:128
+#: tbl_chart.php:130
msgid "X Values"
msgstr "X-Werte"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr "Beschriftung Y-Achse:"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y Values"
msgstr "Y-Werte"
diff --git a/po/el.po b/po/el.po
index fbd98a5..1e78b7a 100644
--- a/po/el.po
+++ b/po/el.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2011-07-26 18:41+0200\n"
"Last-Translator: Panagiotis Papazoglou <papaz_p(a)yahoo.com>\n"
"Language-Team: greek <el(a)li.org>\n"
@@ -1356,7 +1356,9 @@ msgid "Jump to Log table"
msgstr "Μετάβαση στον πίνακα Καταγραφής"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+#, fuzzy
+#| msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
"Η καταγραφή αναλύθηκε αλλά δεν βρέθηκαν δεδομένα σε αυτή την επέκταση χρόνου."
@@ -10799,31 +10801,31 @@ msgstr "Σταθεροποιημένο"
msgid "Chart title"
msgstr "Τίτλος διαγράμματος"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr "Άξονας Χ:"
-#: tbl_chart.php:113
+#: tbl_chart.php:114
msgid "Series:"
msgstr "Σειρές:"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
msgid "The remaining columns"
msgstr "Οι απομένουσες στήλες"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr "Ετικέτα άξονα Χ:"
-#: tbl_chart.php:128
+#: tbl_chart.php:130
msgid "X Values"
msgstr "Τιμές Χ"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr "Ετικέτα άξονα Υ:"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y Values"
msgstr "Τιμές Υ"
diff --git a/po/en_GB.po b/po/en_GB.po
index 666cdcc..0f098ef 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2011-07-24 20:54+0200\n"
"Last-Translator: Marc Delisle <marc(a)infomarc.info>\n"
"Language-Team: english-gb <en_GB(a)li.org>\n"
@@ -1336,7 +1336,7 @@ msgid "Jump to Log table"
msgstr "Jump to database"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -10560,31 +10560,31 @@ msgstr "Stacked"
msgid "Chart title"
msgstr "Chart title"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr "X-Axis:"
-#: tbl_chart.php:113
+#: tbl_chart.php:114
msgid "Series:"
msgstr "Series:"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
msgid "The remaining columns"
msgstr "The remaining columns"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr "X-Axis label:"
-#: tbl_chart.php:128
+#: tbl_chart.php:130
msgid "X Values"
msgstr "X Values"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr "Y-Axis label:"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y Values"
msgstr "Y Values"
diff --git a/po/es.po b/po/es.po
index babcd1c..2caea98 100644
--- a/po/es.po
+++ b/po/es.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2011-07-27 16:54+0200\n"
"Last-Translator: Matías Bellone <matiasbellone(a)gmail.com>\n"
"Language-Team: spanish <es(a)li.org>\n"
@@ -1360,7 +1360,9 @@ msgid "Jump to Log table"
msgstr "Saltar a la tabla de registros"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+#, fuzzy
+#| msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
"Registros analizados, pero no se encontraron datos en este período de tiempo."
@@ -10819,31 +10821,31 @@ msgstr "Apiladas"
msgid "Chart title"
msgstr "Título del gráfico"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr "Eje X:"
-#: tbl_chart.php:113
+#: tbl_chart.php:114
msgid "Series:"
msgstr "Series:"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
msgid "The remaining columns"
msgstr "Columnas restantes"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr "Etiqueta del eje X:"
-#: tbl_chart.php:128
+#: tbl_chart.php:130
msgid "X Values"
msgstr "Valores X"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr "Etiqueta del eje Y:"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y Values"
msgstr "Valores Y"
diff --git a/po/et.po b/po/et.po
index aefefdd..ea7010c 100644
--- a/po/et.po
+++ b/po/et.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: estonian <et(a)li.org>\n"
@@ -1400,7 +1400,7 @@ msgid "Jump to Log table"
msgstr "Pole andmebaase"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -10844,36 +10844,36 @@ msgstr ""
msgid "Chart title"
msgstr "Raporti pealkiri"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr ""
-#: tbl_chart.php:113
+#: tbl_chart.php:114
#, fuzzy
msgid "Series:"
msgstr "SQL-päring"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "The remaining columns"
msgstr "Lisa/Kustuta välja veerud"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr ""
-#: tbl_chart.php:128
+#: tbl_chart.php:130
#, fuzzy
#| msgid "Value"
msgid "X Values"
msgstr "Väärtus"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr ""
-#: tbl_chart.php:129
+#: tbl_chart.php:131
#, fuzzy
#| msgid "Value"
msgid "Y Values"
diff --git a/po/eu.po b/po/eu.po
index b79a46d..1a94429 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2010-07-21 14:53+0200\n"
"Last-Translator: Marc Delisle <marc(a)infomarc.info>\n"
"Language-Team: basque <eu(a)li.org>\n"
@@ -1386,7 +1386,7 @@ msgid "Jump to Log table"
msgstr "Datu-baserik ez"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -10579,36 +10579,36 @@ msgstr ""
msgid "Chart title"
msgstr "Fitxategiak inportatu"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr ""
-#: tbl_chart.php:113
+#: tbl_chart.php:114
#, fuzzy
msgid "Series:"
msgstr "SQL kontsulta"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "The remaining columns"
msgstr "Gehitu/ezabatu irizpide-zutabea"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr ""
-#: tbl_chart.php:128
+#: tbl_chart.php:130
#, fuzzy
#| msgid "Value"
msgid "X Values"
msgstr "balioa"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr ""
-#: tbl_chart.php:129
+#: tbl_chart.php:131
#, fuzzy
#| msgid "Value"
msgid "Y Values"
diff --git a/po/fa.po b/po/fa.po
index 8d8f767..165f20e 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2010-05-19 03:54+0200\n"
"Last-Translator: <ahmad_usa2007(a)yahoo.com>\n"
"Language-Team: persian <fa(a)li.org>\n"
@@ -1352,7 +1352,7 @@ msgid "Jump to Log table"
msgstr "No databases"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -10343,36 +10343,36 @@ msgstr ""
msgid "Chart title"
msgstr "No tables"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr ""
-#: tbl_chart.php:113
+#: tbl_chart.php:114
#, fuzzy
msgid "Series:"
msgstr "پرس و جوي SQL"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "The remaining columns"
msgstr "اضافه يا حذف ستونها"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr ""
-#: tbl_chart.php:128
+#: tbl_chart.php:130
#, fuzzy
#| msgid "Value"
msgid "X Values"
msgstr "مقدار"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr ""
-#: tbl_chart.php:129
+#: tbl_chart.php:131
#, fuzzy
#| msgid "Value"
msgid "Y Values"
diff --git a/po/fi.po b/po/fi.po
index dbd5740..dd3aedd 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2010-11-26 21:29+0200\n"
"Last-Translator: <asdfsdf(a)asdfasdfasdf.com>\n"
"Language-Team: finnish <fi(a)li.org>\n"
@@ -1371,7 +1371,7 @@ msgid "Jump to Log table"
msgstr "Siirry tietokantaan"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -11182,37 +11182,37 @@ msgstr "Pakattu"
msgid "Chart title"
msgstr "Raportin otsikko"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr ""
-#: tbl_chart.php:113
+#: tbl_chart.php:114
#, fuzzy
#| msgid "SQL queries"
msgid "Series:"
msgstr "SQL-kyselyt"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
#, fuzzy
#| msgid "CHAR textarea columns"
msgid "The remaining columns"
msgstr "CHAR-tekstikentän sarakkeet"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr ""
-#: tbl_chart.php:128
+#: tbl_chart.php:130
#, fuzzy
#| msgid "Value"
msgid "X Values"
msgstr "Arvo"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr ""
-#: tbl_chart.php:129
+#: tbl_chart.php:131
#, fuzzy
#| msgid "Value"
msgid "Y Values"
diff --git a/po/fr.po b/po/fr.po
index 3230ab9..d2c1ff7 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2011-07-16 14:57+0200\n"
"Last-Translator: Marc Delisle <marc(a)infomarc.info>\n"
"Language-Team: french <fr(a)li.org>\n"
@@ -1361,7 +1361,7 @@ msgid "Jump to Log table"
msgstr "Aller à la base de données"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -10722,31 +10722,31 @@ msgstr "En piles"
msgid "Chart title"
msgstr "Titre du graphique"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr "Axe des X"
-#: tbl_chart.php:113
+#: tbl_chart.php:114
msgid "Series:"
msgstr "Séries:"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
msgid "The remaining columns"
msgstr "Les colonnes restantes"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr "Étiquette pour l'axe des X"
-#: tbl_chart.php:128
+#: tbl_chart.php:130
msgid "X Values"
msgstr "Valeurs en X"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr "Étiquette pour l'axe des Y"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y Values"
msgstr "Valeurs en Y"
diff --git a/po/gl.po b/po/gl.po
index 3705693..76fb08e 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2010-07-21 14:50+0200\n"
"Last-Translator: Marc Delisle <marc(a)infomarc.info>\n"
"Language-Team: galician <gl(a)li.org>\n"
@@ -1410,7 +1410,7 @@ msgid "Jump to Log table"
msgstr "Ir á base de datos"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -11429,37 +11429,37 @@ msgstr "Empaquetado"
msgid "Chart title"
msgstr "Título do informe"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr ""
-#: tbl_chart.php:113
+#: tbl_chart.php:114
#, fuzzy
#| msgid "SQL queries"
msgid "Series:"
msgstr "Solicitudes SQL"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
#, fuzzy
#| msgid "CHAR textarea columns"
msgid "The remaining columns"
msgstr "Columnas de área de texto de CHAR"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr ""
-#: tbl_chart.php:128
+#: tbl_chart.php:130
#, fuzzy
#| msgid "Value"
msgid "X Values"
msgstr "Valor"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr ""
-#: tbl_chart.php:129
+#: tbl_chart.php:131
#, fuzzy
#| msgid "Value"
msgid "Y Values"
diff --git a/po/he.po b/po/he.po
index b9555b8..4d2660b 100644
--- a/po/he.po
+++ b/po/he.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2011-03-02 20:17+0200\n"
"Last-Translator: <zippoxer(a)gmail.com>\n"
"Language-Team: hebrew <he(a)li.org>\n"
@@ -1376,7 +1376,7 @@ msgid "Jump to Log table"
msgstr "אין מאגרי נתונים"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -10498,36 +10498,36 @@ msgstr ""
msgid "Chart title"
msgstr "קבצי ייבוא"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr ""
-#: tbl_chart.php:113
+#: tbl_chart.php:114
#, fuzzy
msgid "Series:"
msgstr "שאילתת SQL"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "The remaining columns"
msgstr "הוספת/מחיקת עמודות שדה"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr ""
-#: tbl_chart.php:128
+#: tbl_chart.php:130
#, fuzzy
#| msgid "Value"
msgid "X Values"
msgstr "ערך"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr ""
-#: tbl_chart.php:129
+#: tbl_chart.php:131
#, fuzzy
#| msgid "Value"
msgid "Y Values"
diff --git a/po/hi.po b/po/hi.po
index 68a642e..1ec8da1 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2011-07-24 19:04+0200\n"
"Last-Translator: <deadefy(a)nepalimail.com>\n"
"Language-Team: hindi <hi(a)li.org>\n"
@@ -1354,7 +1354,7 @@ msgid "Jump to Log table"
msgstr "डेटाबेस को कूद"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -10293,41 +10293,41 @@ msgstr "जमा"
msgid "Chart title"
msgstr "डिफ़ॉल्ट शीर्षक"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr ""
-#: tbl_chart.php:113
+#: tbl_chart.php:114
#, fuzzy
#| msgid "SQL queries"
msgid "Series:"
msgstr "SQL क्वरी"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
#, fuzzy
#| msgid "Textarea columns"
msgid "The remaining columns"
msgstr "पाठ क्षेत्रपाठ क्षेत्र कोलम"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
#, fuzzy
#| msgid "X Axis label"
msgid "X-Axis label:"
msgstr "X Axis लेबल"
-#: tbl_chart.php:128
+#: tbl_chart.php:130
#, fuzzy
#| msgid "Value"
msgid "X Values"
msgstr "मूल्य"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
#, fuzzy
#| msgid "Y Axis label"
msgid "Y-Axis label:"
msgstr "Y Axis लेबल"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
#, fuzzy
#| msgid "Value"
msgid "Y Values"
diff --git a/po/hr.po b/po/hr.po
index bfab151..404d60d 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2010-07-21 14:54+0200\n"
"Last-Translator: Marc Delisle <marc(a)infomarc.info>\n"
"Language-Team: croatian <hr(a)li.org>\n"
@@ -1410,7 +1410,7 @@ msgid "Jump to Log table"
msgstr "Nema baza podataka"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -10950,36 +10950,36 @@ msgstr "Pakirano"
msgid "Chart title"
msgstr "Naslov izvještaja"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr ""
-#: tbl_chart.php:113
+#: tbl_chart.php:114
#, fuzzy
msgid "Series:"
msgstr "SQL upit"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "The remaining columns"
msgstr "Dodaj/Izbriši stupce polja"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr ""
-#: tbl_chart.php:128
+#: tbl_chart.php:130
#, fuzzy
#| msgid "Value"
msgid "X Values"
msgstr "Vrijednost"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr ""
-#: tbl_chart.php:129
+#: tbl_chart.php:131
#, fuzzy
#| msgid "Value"
msgid "Y Values"
diff --git a/po/hu.po b/po/hu.po
index 403e917..54ddf03 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2011-05-27 18:52+0200\n"
"Last-Translator: <slygyor(a)gmail.com>\n"
"Language-Team: hungarian <hu(a)li.org>\n"
@@ -1368,7 +1368,7 @@ msgid "Jump to Log table"
msgstr "Adatbázisra ugrás"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -11035,41 +11035,41 @@ msgstr "Halmozott"
msgid "Chart title"
msgstr "A jelentés címe"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr ""
-#: tbl_chart.php:113
+#: tbl_chart.php:114
#, fuzzy
#| msgid "SQL queries"
msgid "Series:"
msgstr "SQL-lekérdezések"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
#, fuzzy
#| msgid "Textarea columns"
msgid "The remaining columns"
msgstr "Szövegterület oszlopai"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
#, fuzzy
#| msgid "X Axis label"
msgid "X-Axis label:"
msgstr "X tengely címkéje"
-#: tbl_chart.php:128
+#: tbl_chart.php:130
#, fuzzy
#| msgid "Value"
msgid "X Values"
msgstr "Érték"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
#, fuzzy
#| msgid "Y Axis label"
msgid "Y-Axis label:"
msgstr "Y tengely címkéje"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
#, fuzzy
#| msgid "Value"
msgid "Y Values"
diff --git a/po/id.po b/po/id.po
index d35b1fd..98c3121 100644
--- a/po/id.po
+++ b/po/id.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2011-06-18 11:34+0200\n"
"Last-Translator: <udin.mx(a)gmail.com>\n"
"Language-Team: indonesian <id(a)li.org>\n"
@@ -1362,7 +1362,7 @@ msgid "Jump to Log table"
msgstr "Beralih ke database"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -10593,36 +10593,36 @@ msgstr ""
msgid "Chart title"
msgstr "Impor file"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr ""
-#: tbl_chart.php:113
+#: tbl_chart.php:114
#, fuzzy
msgid "Series:"
msgstr "Pencarian SQL"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
#, fuzzy
#| msgid "Add/Delete columns"
msgid "The remaining columns"
msgstr "Tambahkan/Hapus kolom"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr ""
-#: tbl_chart.php:128
+#: tbl_chart.php:130
#, fuzzy
#| msgid "Value"
msgid "X Values"
msgstr "Nilai"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr ""
-#: tbl_chart.php:129
+#: tbl_chart.php:131
#, fuzzy
#| msgid "Value"
msgid "Y Values"
diff --git a/po/it.po b/po/it.po
index 3351e92..c6fb6f2 100644
--- a/po/it.po
+++ b/po/it.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2011-07-22 19:13+0200\n"
"Last-Translator: Rouslan Placella <rouslan(a)placella.com>\n"
"Language-Team: italian <it(a)li.org>\n"
@@ -1361,7 +1361,9 @@ msgid "Jump to Log table"
msgstr "Vai alla tabella di Log"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+#, fuzzy
+#| msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
"Il log é stato analizzato, nessun dato é stato trovato per questo intervallo "
"di tempo."
@@ -10744,31 +10746,31 @@ msgstr "Sovrapposti"
msgid "Chart title"
msgstr "Titolo del grafico"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr "Asse X:"
-#: tbl_chart.php:113
+#: tbl_chart.php:114
msgid "Series:"
msgstr "Serie:"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
msgid "The remaining columns"
msgstr "I campi rimanenti"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr "Etichetta per l'asse X:"
-#: tbl_chart.php:128
+#: tbl_chart.php:130
msgid "X Values"
msgstr "Valori per asse X"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr "Etichetta per l'asse Y:"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y Values"
msgstr "Valori per asse Y"
diff --git a/po/ja.po b/po/ja.po
index 996ef04..45da9a4 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2011-07-27 12:14+0200\n"
"Last-Translator: Yuichiro <yuichiro(a)pop07.odn.ne.jp>\n"
"Language-Team: japanese <jp(a)li.org>\n"
@@ -1338,7 +1338,7 @@ msgid "Jump to Log table"
msgstr "データベースに移動"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -10536,33 +10536,33 @@ msgstr "積み上げ形式"
msgid "Chart title"
msgstr "グラフの題名"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr "横軸:"
-#: tbl_chart.php:113
+#: tbl_chart.php:114
msgid "Series:"
msgstr "系列:"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
#, fuzzy
#| msgid "Textarea columns"
msgid "The remaining columns"
msgstr "textarea の 1 行の文字数"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr "横軸のラベル:"
-#: tbl_chart.php:128
+#: tbl_chart.php:130
msgid "X Values"
msgstr "横軸の値"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr "縦軸のラベル:"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y Values"
msgstr "縦軸の値"
diff --git a/po/ka.po b/po/ka.po
index e5cdfdb..b81b180 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: georgian <ka(a)li.org>\n"
@@ -1406,7 +1406,7 @@ msgid "Jump to Log table"
msgstr "მონაცემთა ბაზები არაა"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -11266,37 +11266,37 @@ msgstr "შეკუმშული"
msgid "Chart title"
msgstr "Report title"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr ""
-#: tbl_chart.php:113
+#: tbl_chart.php:114
#, fuzzy
#| msgid "SQL queries"
msgid "Series:"
msgstr "SQL მოთხოვნები"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
#, fuzzy
#| msgid "CHAR textarea columns"
msgid "The remaining columns"
msgstr "CHAR textarea columns"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr ""
-#: tbl_chart.php:128
+#: tbl_chart.php:130
#, fuzzy
#| msgid "Value"
msgid "X Values"
msgstr "მნიშვნელობა"
-#: tbl_chart.php:129
+#: tbl_chart.php:131
msgid "Y-Axis label:"
msgstr ""
-#: tbl_chart.php:129
+#: tbl_chart.php:131
#, fuzzy
#| msgid "Value"
msgid "Y Values"
diff --git a/po/ko.po b/po/ko.po
index b32f28a..3957bf5 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-07-30 07:37-0400\n"
+"POT-Creation-Date: 2011-07-30 14:14-0400\n"
"PO-Revision-Date: 2010-06-16 18:18+0200\n"
"Last-Translator: <cihar(a)nvyu.net>\n"
"Language-Team: korean <ko(a)li.org>\n"
@@ -1374,7 +1374,7 @@ msgid "Jump to Log table"
msgstr "데이터베이스가 없습니다"
#: js/messages.php:148
-msgid "Log analysed, but not data found in this time span."
+msgid "Log analysed, but no data found in this time span."
msgstr ""
#. l10n: A collection of available filters
@@ -10389,36 +10389,36 @@ msgstr ""
msgid "Chart title"
msgstr "파일 가져오기"
-#: tbl_chart.php:99
+#: tbl_chart.php:100
msgid "X-Axis:"
msgstr ""
-#: tbl_chart.php:113
+#: tbl_chart.php:114
#, fuzzy
msgid "Series:"
msgstr "SQL 질의"
-#: tbl_chart.php:115
+#: tbl_chart.php:116
#, fuzzy
#| msgid "Add/Delete columns"
msgid "The remaining columns"
msgstr "컬럼 추가/삭제"
-#: tbl_chart.php:128
+#: tbl_chart.php:129
msgid "X-Axis label:"
msgstr ""
-#: tbl_chart.php:128
+#: tbl_chart.php:130
#, fuzzy
#| msgid "Value"
msgid "X Values"
m gid "X Values"