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
- 3 participants
- 39098 discussions
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1223-ga2a0d9b
by Michal Čihař 01 Apr '10
by Michal Čihař 01 Apr '10
01 Apr '10
The branch, master has been updated
via a2a0d9bb38ac32403a753a089a9d7e9f07775652 (commit)
from b9364ac3575bae4a2e3980487d804dfd49b45bcb (commit)
- Log -----------------------------------------------------------------
commit a2a0d9bb38ac32403a753a089a9d7e9f07775652
Author: Michal Čihař <mcihar(a)novell.com>
Date: Thu Apr 1 17:18:52 2010 +0200
Avoid multiple loading of jQuery.
-----------------------------------------------------------------------
Summary of changes:
db_structure.php | 11 +++++------
main.php | 1 -
sql.php | 5 ++---
tbl_replace.php | 5 ++---
tbl_select.php | 5 ++---
tbl_structure.php | 13 ++++++-------
6 files changed, 17 insertions(+), 23 deletions(-)
diff --git a/db_structure.php b/db_structure.php
index f5b5639..479980e 100644
--- a/db_structure.php
+++ b/db_structure.php
@@ -12,7 +12,6 @@
require_once './libraries/common.inc.php';
require_once './libraries/Table.class.php';
-$GLOBALS['js_include'][] = 'jquery/jquery-1.4.2-min.js';
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.min.js';
/**
@@ -195,7 +194,7 @@ foreach ($tables as $keyname => $each_table) {
$each_table['Rows'] = PMA_Table::countRecords($db,
$each_table['Name']);
}
-
+
if ($is_show_stats) {
$tblsize = doubleval($each_table['Data_length']) + doubleval($each_table['Index_length']);
$sum_size += $tblsize;
@@ -348,15 +347,15 @@ foreach ($tables as $keyname => $each_table) {
<?php
PMA_TableHeader(false, $server_slave_status);
}
-
+
$ignored = false;
$do = false;
-
+
if ($server_slave_status) {
////////////////////////////////////////////////////////////////
- if ((strlen(array_search($truename, $server_slave_Do_Table)) > 0)
- || (strlen(array_search($db, $server_slave_Do_DB)) > 0)
+ if ((strlen(array_search($truename, $server_slave_Do_Table)) > 0)
+ || (strlen(array_search($db, $server_slave_Do_DB)) > 0)
|| (count($server_slave_Do_DB) == 1 && count($server_slave_Ignore_DB) == 1)
) {
$do = true;
diff --git a/main.php b/main.php
index f942b40..376ee55 100644
--- a/main.php
+++ b/main.php
@@ -12,7 +12,6 @@
define('PMA_COLORPICKER', true);
require_once './libraries/common.inc.php';
-$GLOBALS['js_include'][] = 'jquery/jquery-1.4.2-min.js';
$GLOBALS['js_include'][] = 'colorpicker/js/colorpicker.js';
$GLOBALS['js_include'][] = 'main_custom_color.js';
diff --git a/sql.php b/sql.php
index 9234af8..ce9a0d2 100644
--- a/sql.php
+++ b/sql.php
@@ -15,7 +15,6 @@ require_once './libraries/Table.class.php';
require_once './libraries/check_user_privileges.lib.php';
require_once './libraries/bookmark.lib.php';
-$GLOBALS['js_include'][] = 'jquery/jquery-1.4.2-min.js';
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.min.js';
/**
@@ -296,7 +295,7 @@ if (isset($GLOBALS['show_as_php']) || !empty($GLOBALS['validatequery'])) {
}
// fisharebest: release the session lock, otherwise we won't be able to run other
- // scripts until the query has finished (which could take a very long time).
+ // scripts until the query has finished (which could take a very long time).
// Note: footer.inc.php writes debug info to $_SESSION, so debuggers will have to wait.
if (empty($_SESSION['debug'])) {
session_write_close();
@@ -388,7 +387,7 @@ if (isset($GLOBALS['show_as_php']) || !empty($GLOBALS['validatequery'])) {
// If we are "just browsing", there is only one table,
// and no WHERE clause (or just 'WHERE 1 '),
- // we do a quick count (which uses MaxExactCount) because
+ // we do a quick count (which uses MaxExactCount) because
// SQL_CALC_FOUND_ROWS is not quick on large InnoDB tables
// However, do not count again if we did it previously
diff --git a/tbl_replace.php b/tbl_replace.php
index 3167baa..5e7b977 100644
--- a/tbl_replace.php
+++ b/tbl_replace.php
@@ -96,7 +96,7 @@ if (isset($_REQUEST['after_insert'])
// must find a unique condition based on unique key,
// not a combination of all fields
list($unique_condition, $clause_is_unique) = PMA_getUniqueCondition($res, count($meta), $meta, $row, true);
- if (! empty($unique_condition)) {
+ if (! empty($unique_condition)) {
$_SESSION['edit_next'] = $unique_condition;
}
unset($unique_condition, $clause_is_unique);
@@ -346,7 +346,7 @@ if (! empty($GLOBALS['sql_query'])) {
$return_to_sql_query = $GLOBALS['sql_query'];
}
$GLOBALS['sql_query'] = implode('; ', $query) . ';';
-// to ensure that the query is displayed in case of
+// to ensure that the query is displayed in case of
// "insert as new row" and then "insert another new row"
$GLOBALS['display_query'] = $GLOBALS['sql_query'];
@@ -431,7 +431,6 @@ if (isset($return_to_sql_query)) {
$GLOBALS['js_include'][] = 'tbl_change.js';
$GLOBALS['js_include'][] = 'functions.js';
// in case we call sql.php which needs those:
-$GLOBALS['js_include'][] = 'jquery/jquery-1.4.2-min.js';
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.min.js';
$active_page = $goto_include;
diff --git a/tbl_select.php b/tbl_select.php
index 0fbd24c..8d23c95 100644
--- a/tbl_select.php
+++ b/tbl_select.php
@@ -19,7 +19,6 @@ require_once './libraries/relation.lib.php'; // foreign keys
require_once './libraries/mysql_charsets.lib.php';
$GLOBALS['js_include'][] = 'tbl_change.js';
-$GLOBALS['js_include'][] = 'jquery/jquery-1.4.2-min.js';
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.min.js';
if ($GLOBALS['cfg']['PropertiesIconic'] == true) {
@@ -341,8 +340,8 @@ else {
$param = PMA_backquote($param);
$sql_query .= implode(', ', $param);
} // end if
-
- // avoid a loop, for example when $cfg['DefaultTabTable'] is set
+
+ // avoid a loop, for example when $cfg['DefaultTabTable'] is set
// to 'tbl_select.php'
unset($param);
diff --git a/tbl_structure.php b/tbl_structure.php
index 0f3aae2..ba80464 100644
--- a/tbl_structure.php
+++ b/tbl_structure.php
@@ -14,7 +14,6 @@ require_once './libraries/common.inc.php';
require_once './libraries/mysql_charsets.lib.php';
require_once './libraries/relation.lib.php';
-$GLOBALS['js_include'][] = 'jquery/jquery-1.4.2-min.js';
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.min.js';
/**
@@ -117,7 +116,7 @@ foreach (PMA_Index::getFromTable($table, $db) as $index) {
$columns = $index->getColumns();
foreach ($columns as $column_name => $dummy) {
$columns_with_unique_index[$column_name] = 1;
- }
+ }
}
}
unset($index, $columns, $column_name, $dummy);
@@ -519,20 +518,20 @@ if (! $tbl_is_view && ! $db_is_information_schema) {
echo $strStructPropose;
?></a><?php
echo PMA_showMySQLDocu('Extending_MySQL', 'procedure_analyse') . "\n";
-
-
+
+
if(PMA_Tracker::isActive())
{
echo '<a href="tbl_tracking.php?' . $url_query . '">';
-
- if ($cfg['PropertiesIconic'])
+
+ if ($cfg['PropertiesIconic'])
{
echo '<img class="icon" src="' . $pmaThemeImage . 'eye.png" width="16" height="16" alt="' . $strTrackingTrackTable . '" /> ';
}
echo $strTrackingTrackTable . '</a>';
}
?>
-
+
<br />
<form method="post" action="tbl_addfield.php"
onsubmit="return checkFormElementInRange(this, 'num_fields', '<?php echo str_replace('\'', '\\\'', $GLOBALS['strInvalidFieldAddCount']); ?>', 1)">
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1222-gb9364ac
by Marc Delisle 01 Apr '10
by Marc Delisle 01 Apr '10
01 Apr '10
The branch, master has been updated
via b9364ac3575bae4a2e3980487d804dfd49b45bcb (commit)
from 14d12d1dedfd5b023e6385f3cbb0a2eb3a12b326 (commit)
- Log -----------------------------------------------------------------
commit b9364ac3575bae4a2e3980487d804dfd49b45bcb
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 10:56:47 2010 -0400
reverting as CSS in themes already deals with this issue
-----------------------------------------------------------------------
Summary of changes:
js/functions.js | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/js/functions.js b/js/functions.js
index 99cc5c5..045e55a 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -1667,8 +1667,6 @@ $(document).ready(function(){
$token=$("input[name='token']").val();
$sql_query=$("input[name='sql_query']").val();
$(".syntax").replaceWith("<textarea name=\"sql_query_edit\" id=\"sql_query_edit\">"+ $sql_query +"</textarea><input type=\"button\" id=\"btnSave\" value=\"" + PMA_messages['strGo'] + "\"><input type=\"button\" id=\"btnDiscard\" value=\"" + PMA_messages['strCancel'] + "\">");
- // to help seeing the buttons without scrolling
- $('#sql_query_edit').css({height: '6em', width: '75%'});
return false;
});
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1221-g14d12d1
by Marc Delisle 01 Apr '10
by Marc Delisle 01 Apr '10
01 Apr '10
The branch, master has been updated
via 14d12d1dedfd5b023e6385f3cbb0a2eb3a12b326 (commit)
via 46eb3e47211f5b187291462f94541f1f440cadcf (commit)
from d9008701482252d3c8f35b8bcaafec4afa3b6310 (commit)
- Log -----------------------------------------------------------------
commit 14d12d1dedfd5b023e6385f3cbb0a2eb3a12b326
Merge: 46eb3e47211f5b187291462f94541f1f440cadcf d9008701482252d3c8f35b8bcaafec4afa3b6310
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 10:30:59 2010 -0400
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
commit 46eb3e47211f5b187291462f94541f1f440cadcf
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 10:30:26 2010 -0400
inline edit: help seeing the buttons without scrolling; XHTML compliancy
-----------------------------------------------------------------------
Summary of changes:
js/functions.js | 2 ++
libraries/common.lib.php | 8 ++++++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/js/functions.js b/js/functions.js
index 045e55a..99cc5c5 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -1667,6 +1667,8 @@ $(document).ready(function(){
$token=$("input[name='token']").val();
$sql_query=$("input[name='sql_query']").val();
$(".syntax").replaceWith("<textarea name=\"sql_query_edit\" id=\"sql_query_edit\">"+ $sql_query +"</textarea><input type=\"button\" id=\"btnSave\" value=\"" + PMA_messages['strGo'] + "\"><input type=\"button\" id=\"btnDiscard\" value=\"" + PMA_messages['strCancel'] + "\">");
+ // to help seeing the buttons without scrolling
+ $('#sql_query_edit').css({height: '6em', width: '75%'});
return false;
});
diff --git a/libraries/common.lib.php b/libraries/common.lib.php
index 3a53d04..816bdbe 100644
--- a/libraries/common.lib.php
+++ b/libraries/common.lib.php
@@ -1270,11 +1270,15 @@ function PMA_showMessage($message, $sql_query = null, $type = 'notice', $is_view
if (! empty($refresh_link)) {
PMA_profilingCheckbox($sql_query);
}
- $inline_edit = "<script language=\"javascript\">document.write('[<a href=\"#\" title=\"" .
+ $inline_edit = "<script type=\"text/javascript\">\n" .
+ "//<![CDATA[\n" .
+ "document.write('[<a href=\"#\" title=\"" .
PMA_escapeJsString(__('Inline edit of this query')) .
"\" id=\"inline_edit\">" .
PMA_escapeJsString(__('Inline')) .
- "</a>]');</script>";
+ "</a>]');\n" .
+ "//]]>\n" .
+ "</script>";
echo $inline_edit . $edit_link . $explain_link . $php_link . $refresh_link . $validate_link;
echo '</div>';
}
hooks/post-receive
--
phpMyAdmin
3
2
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1219-gd900870
by Michal Čihař 01 Apr '10
by Michal Čihař 01 Apr '10
01 Apr '10
The branch, master has been updated
via d9008701482252d3c8f35b8bcaafec4afa3b6310 (commit)
via 92cfe6861adfb1512f38c1da0113313b5af67bc5 (commit)
via 61dd1d6bf139ddf615319e19f2533de48c0c446c (commit)
via 2f8bbd3566fbc4d0db854ce347ddbe746cb491c4 (commit)
via b020fc46b5e3232533dc73da18ac240beab42f44 (commit)
from aacdd1ccabb20153dec97e08fe2b2f03ca3e3865 (commit)
- Log -----------------------------------------------------------------
commit d9008701482252d3c8f35b8bcaafec4afa3b6310
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 15:51:33 2010 +0200
Translation update done using Pootle.
commit 92cfe6861adfb1512f38c1da0113313b5af67bc5
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 15:51:03 2010 +0200
Translation update done using Pootle.
commit 61dd1d6bf139ddf615319e19f2533de48c0c446c
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 15:48:44 2010 +0200
Translation update done using Pootle.
commit 2f8bbd3566fbc4d0db854ce347ddbe746cb491c4
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 15:47:55 2010 +0200
Translation update done using Pootle.
commit b020fc46b5e3232533dc73da18ac240beab42f44
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 15:47:41 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/fr.po | 15 +++++++--------
1 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/po/fr.po b/po/fr.po
index 6e62be6..4c5b087 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
"POT-Creation-Date: 2010-04-01 09:24-0400\n"
-"PO-Revision-Date: 2010-04-01 15:18+0200\n"
+"PO-Revision-Date: 2010-04-01 15:51+0200\n"
"Last-Translator: Marc <marc(a)infomarc.info>\n"
"Language-Team: french <fr(a)li.org>\n"
"Language: fr\n"
@@ -57,13 +57,12 @@ msgstr "fr"
#: libraries/common.lib.php:1274
msgid "Inline edit of this query"
-msgstr ""
+msgstr "Éditer cette requête en ligne"
#: libraries/common.lib.php:1276
-#, fuzzy
#| msgid "Engines"
msgid "Inline"
-msgstr "Moteurs"
+msgstr "En ligne"
#: libraries/Message.class.php:282
#, php-format
@@ -1951,8 +1950,8 @@ msgid ""
" The increment size for extending the size of an autoextending tablespace "
"when it becomes full."
msgstr ""
-" La valeur de l'incrément lors de l'agrandissement du fichier auto-"
-"croissant lorsqu'il devient plein."
+"La valeur de l'incrément lors de l'agrandissement du fichier auto-croissant "
+"lorsqu'il devient plein."
#: libraries/messages.inc.php:430
msgid "Buffer pool size"
@@ -4935,9 +4934,9 @@ msgid ""
"and submit a bug report with the data chunk in the CUT section below:"
msgstr ""
"Il semble que vous ayez trouvé une anomalie dans l'analyseur syntaxique SQL. "
-"Veuillez examiner votre requête attentivement, et vérifier que vos "
+"Veuillez examiner votre requête attentivement et vérifier que vos "
"apostrophes sont conformes. Il se pourrait aussi que vous ayez chargé un "
-"fichier dont le contenu binaire n'est pas entre apostrophes. Si vous avez "
+"fichier dont le contenu binaire n'est pas entre apostrophes. Si vous avez "
"accès à MySQL via son interface de commande en mode ligne, vous pouvez y "
"essayer votre requête. Le message d'erreur présenté plus bas pourrait vous "
"indiquer la source du problème. En dernier recours, veuillez trouver la plus "
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin scripts branch, master, updated. 3355888e83296090c15db82964a4c21bc2b5c720
by Michal Čihař 01 Apr '10
by Michal Čihař 01 Apr '10
01 Apr '10
The branch, master has been updated
via 3355888e83296090c15db82964a4c21bc2b5c720 (commit)
from a1471c9fbec16fb899f2ff210ced5aedaf32ea86 (commit)
- Log -----------------------------------------------------------------
commit 3355888e83296090c15db82964a4c21bc2b5c720
Author: Michal Čihař <michal(a)cihar.com>
Date: Thu Apr 1 15:42:33 2010 +0200
Fixup author name in CIA notifications.
-----------------------------------------------------------------------
Summary of changes:
git-hooks/git-ciabot | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/git-hooks/git-ciabot b/git-hooks/git-ciabot
index dd81b63..92f0e3c 100755
--- a/git-hooks/git-ciabot
+++ b/git-hooks/git-ciabot
@@ -56,7 +56,7 @@ rev=$(git describe ${merged} 2>/dev/null)
rawcommit=$(git cat-file commit ${merged})
-author=$(sed -n -e '/^author .*<\([^(a)]*\).*$/s--\1-p' \
+author=$(sed -n -e '/^author .*<\([^>]*\).*$/s--\1-p' \
<<< "${rawcommit}")
logmessage=$(sed -e '1,/^$/d' <<< "${rawcommit}")
hooks/post-receive
--
phpMyAdmin scripts
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1214-gaacdd1c
by Michal Čihař 01 Apr '10
by Michal Čihař 01 Apr '10
01 Apr '10
The branch, master has been updated
via aacdd1ccabb20153dec97e08fe2b2f03ca3e3865 (commit)
from 37b3534e54eeb247362271adcb081fd226b5c2a4 (commit)
- Log -----------------------------------------------------------------
commit aacdd1ccabb20153dec97e08fe2b2f03ca3e3865
Author: Michal Čihař <mcihar(a)novell.com>
Date: Thu Apr 1 15:35:12 2010 +0200
Czech translation update.
-----------------------------------------------------------------------
Summary of changes:
po/cs.po | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/po/cs.po b/po/cs.po
index 430ee2b..d79dbf3 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-01 09:24-0400\n"
-"PO-Revision-Date: 2010-03-30 15:48+0200\n"
+"PO-Revision-Date: 2010-04-01 15:34+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -58,13 +58,12 @@ msgstr "en"
#: libraries/common.lib.php:1274
msgid "Inline edit of this query"
-msgstr ""
+msgstr "Upravit tento dotaz na této stránce"
#: libraries/common.lib.php:1276
-#, fuzzy
#| msgid "Engines"
msgid "Inline"
-msgstr "Úložiště"
+msgstr "Upravit zde"
#: libraries/Message.class.php:282
#, php-format
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1213-g37b3534
by Michal Čihař 01 Apr '10
by Michal Čihař 01 Apr '10
01 Apr '10
The branch, master has been updated
via 37b3534e54eeb247362271adcb081fd226b5c2a4 (commit)
via 1d9f6aa90fb02761405c6642cfa720f6e1785ea7 (commit)
via b17e9a02d294a3aeb8020dee256dbc15f8168cf6 (commit)
via 6102d296269db3ebdf8ad4ebc914a3e602910ded (commit)
from cd7757a858bd8910ee4df1f3347508e813e7f24c (commit)
- Log -----------------------------------------------------------------
commit 37b3534e54eeb247362271adcb081fd226b5c2a4
Merge: cd7757a858bd8910ee4df1f3347508e813e7f24c 1d9f6aa90fb02761405c6642cfa720f6e1785ea7
Author: Michal Čihař <mcihar(a)novell.com>
Date: Thu Apr 1 15:33:53 2010 +0200
Merge remote branch 'pootle/master'
Conflicts:
po/fr.po
commit 1d9f6aa90fb02761405c6642cfa720f6e1785ea7
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 15:18:50 2010 +0200
Translation update done using Pootle.
commit b17e9a02d294a3aeb8020dee256dbc15f8168cf6
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 15:18:16 2010 +0200
Translation update done using Pootle.
commit 6102d296269db3ebdf8ad4ebc914a3e602910ded
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 15:15:49 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
Summary of changes:
po/fr.po | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/po/fr.po b/po/fr.po
index 9eae351..6e62be6 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -4,13 +4,13 @@ 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-01 09:24-0400\n"
-"PO-Revision-Date: 2010-04-01 14:39+0200\n"
+"PO-Revision-Date: 2010-04-01 15:18+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"
@@ -992,7 +992,7 @@ msgstr "Donner tous les privilèges sur la base de données "%s""
#: libraries/messages.inc.php:205
msgid "Grant all privileges on wildcard name (username\\_%)"
-msgstr "Donner les privilèges passepartout (\"%\")"
+msgstr "Donner les privilèges passepartout (utilisateur\\_%)"
#: libraries/messages.inc.php:206
msgid "Creation/Update/Check dates"
@@ -4087,9 +4087,9 @@ msgid ""
"(for example '\\\\xyz' or 'a\\'b')."
msgstr ""
"Les différentes valeurs des champs de type enum/set sont à spécifier sous la "
-"forme 'a','b','c'...<br />Pour utiliser un caractère \"\\\" ou \"'\" dans "
-"l'une de ces valeurs, faites-le précéder du caractère d'échappement \"\\"
-"\" (par exemple '\\\\xyz' ou 'a\\'b')."
+"forme 'a','b','c'...<br />Pour utiliser un antislash(\"\\\") ou une apostrophe "
+"(\"'\") dans l'une de ces valeurs, faites-le précéder d'un antislash (par "
+"exemple '\\\\xyz' ou 'a\\'b')."
#: libraries/messages.inc.php:886
msgid "settings"
@@ -5331,9 +5331,9 @@ msgid ""
"However on last run no data has been parsed, this usually means phpMyAdmin "
"won't be able to finish this import unless you increase php time limits."
msgstr ""
-"Cependant lors du dernier traitement, aucune section n\\a été analysée; ceci "
+"Cependant lors du dernier traitement, aucune section n'a été analysée; ceci "
"signifie que phpMyAdmin ne pourra terminer cette importation, à moins que la "
-"limite de temps de PHP ne soit augmentée"
+"limite de temps de PHP ne soit augmentée."
#: libraries/messages.inc.php:1127
msgid ""
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1209-gcd7757a
by Marc Delisle 01 Apr '10
by Marc Delisle 01 Apr '10
01 Apr '10
The branch, master has been updated
via cd7757a858bd8910ee4df1f3347508e813e7f24c (commit)
from 31f83a4aff1f7401e2f9fcb556139834440203bf (commit)
- Log -----------------------------------------------------------------
commit cd7757a858bd8910ee4df1f3347508e813e7f24c
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 09:26:21 2010 -0400
improved wording
-----------------------------------------------------------------------
Summary of changes:
libraries/common.lib.php | 2 +-
po/af.po | 4 ++--
po/ar.po | 4 ++--
po/az.po | 4 ++--
po/be.po | 4 ++--
po/be(a)latin.po | 4 ++--
po/bg.po | 4 ++--
po/bn.po | 4 ++--
po/bs.po | 4 ++--
po/ca.po | 4 ++--
po/cs.po | 4 ++--
po/da.po | 4 ++--
po/de.po | 4 ++--
po/el.po | 4 ++--
po/en_GB.po | 4 ++--
po/es.po | 4 ++--
po/et.po | 4 ++--
po/eu.po | 4 ++--
po/fa.po | 4 ++--
po/fi.po | 4 ++--
po/fr.po | 4 ++--
po/gl.po | 4 ++--
po/he.po | 4 ++--
po/hi.po | 4 ++--
po/hr.po | 4 ++--
po/hu.po | 4 ++--
po/id.po | 4 ++--
po/it.po | 4 ++--
po/ja.po | 4 ++--
po/ka.po | 4 ++--
po/ko.po | 4 ++--
po/lt.po | 4 ++--
po/lv.po | 4 ++--
po/mk.po | 4 ++--
po/mn.po | 4 ++--
po/ms.po | 4 ++--
po/nb.po | 4 ++--
po/nl.po | 4 ++--
po/phpmyadmin.pot | 4 ++--
po/pl.po | 4 ++--
po/pt.po | 4 ++--
po/pt_BR.po | 4 ++--
po/ro.po | 4 ++--
po/ru.po | 4 ++--
po/si.po | 4 ++--
po/sk.po | 4 ++--
po/sl.po | 4 ++--
po/sq.po | 4 ++--
po/sr.po | 4 ++--
po/sr(a)latin.po | 4 ++--
po/sv.po | 4 ++--
po/te.po | 4 ++--
po/th.po | 4 ++--
po/tr.po | 4 ++--
po/tt.po | 4 ++--
po/uk.po | 4 ++--
po/uz.po | 4 ++--
po/uz(a)latin.po | 4 ++--
po/zh_CN.po | 4 ++--
po/zh_TW.po | 4 ++--
60 files changed, 119 insertions(+), 119 deletions(-)
diff --git a/libraries/common.lib.php b/libraries/common.lib.php
index 63e3362..3a53d04 100644
--- a/libraries/common.lib.php
+++ b/libraries/common.lib.php
@@ -1271,7 +1271,7 @@ function PMA_showMessage($message, $sql_query = null, $type = 'notice', $is_view
PMA_profilingCheckbox($sql_query);
}
$inline_edit = "<script language=\"javascript\">document.write('[<a href=\"#\" title=\"" .
- PMA_escapeJsString(__('Click here to Inline Edit Your SQL Query.')) .
+ PMA_escapeJsString(__('Inline edit of this query')) .
"\" id=\"inline_edit\">" .
PMA_escapeJsString(__('Inline')) .
"</a>]');</script>";
diff --git a/po/af.po b/po/af.po
index 4910274..10836a7 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-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"
@@ -50,7 +50,7 @@ msgid "en"
msgstr "en"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/ar.po b/po/ar.po
index 9995b9f..1f936ae 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: arabic <ar(a)li.org>\n"
@@ -51,7 +51,7 @@ msgid "en"
msgstr ""
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/az.po b/po/az.po
index 476a952..00b415a 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-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"
@@ -50,7 +50,7 @@ msgid "en"
msgstr "Gönderildi"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/be.po b/po/be.po
index 9020793..ee1b2fd 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-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"
@@ -56,7 +56,7 @@ msgid "en"
msgstr "Адпраўлена"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/be(a)latin.po b/po/be(a)latin.po
index 73e8663..418a3d7 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-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"
@@ -57,7 +57,7 @@ msgid "en"
msgstr "en"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/bg.po b/po/bg.po
index 54d60d6..88922cf 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: bulgarian <bg(a)li.org>\n"
@@ -54,7 +54,7 @@ msgid "en"
msgstr "Изпратени"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/bn.po b/po/bn.po
index dbd151f..2408198 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: bangla <bn(a)li.org>\n"
@@ -55,7 +55,7 @@ msgid "en"
msgstr "bn"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/bs.po b/po/bs.po
index af2b505..1195ab6 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-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"
@@ -54,7 +54,7 @@ msgid "en"
msgstr "Poslato"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/ca.po b/po/ca.po
index c159f63..28ce00c 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-12 09:13+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: catalan <ca(a)li.org>\n"
@@ -56,7 +56,7 @@ msgid "en"
msgstr "Enviat"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/cs.po b/po/cs.po
index a6a8213..430ee2b 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-30 15:48+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
@@ -57,7 +57,7 @@ msgid "en"
msgstr "en"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/da.po b/po/da.po
index 3e62182..8c928e1 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-12 09:13+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: danish <da(a)li.org>\n"
@@ -54,7 +54,7 @@ msgid "en"
msgstr "en"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/de.po b/po/de.po
index e9853d1..786a381 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\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"
@@ -58,7 +58,7 @@ msgid "en"
msgstr "en"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/el.po b/po/el.po
index 5a97273..e5f4aba 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\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"
@@ -57,7 +57,7 @@ msgid "en"
msgstr "en"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/en_GB.po b/po/en_GB.po
index 57a3ff0..dc84bf9 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\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"
@@ -56,7 +56,7 @@ msgid "en"
msgstr "en"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/es.po b/po/es.po
index b7560f3..a5c0802 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\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"
@@ -56,7 +56,7 @@ msgid "en"
msgstr "es"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/et.po b/po/et.po
index 76bd498..62a809b 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-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"
@@ -56,7 +56,7 @@ msgid "en"
msgstr "Saadetud"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/eu.po b/po/eu.po
index ba7d836..493492d 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\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"
@@ -54,7 +54,7 @@ msgid "en"
msgstr "en"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/fa.po b/po/fa.po
index bdbae61..545812e 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: persian <fa(a)li.org>\n"
@@ -48,7 +48,7 @@ msgid "en"
msgstr ""
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/fi.po b/po/fi.po
index 688bd25..2455df0 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: finnish <fi(a)li.org>\n"
@@ -56,7 +56,7 @@ msgid "en"
msgstr "Lähetetty"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/fr.po b/po/fr.po
index 3447266..9eae351 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-04-01 14:39+0200\n"
"Last-Translator: Marc <marc(a)infomarc.info>\n"
"Language-Team: french <fr(a)li.org>\n"
@@ -56,7 +56,7 @@ msgid "en"
msgstr "fr"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/gl.po b/po/gl.po
index 854c6ce..3ec39c6 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: galician <gl(a)li.org>\n"
@@ -56,7 +56,7 @@ msgid "en"
msgstr "Enviado"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/he.po b/po/he.po
index 7f64902..e609ae0 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: hebrew <he(a)li.org>\n"
@@ -53,7 +53,7 @@ msgid "en"
msgstr "נשלח"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/hi.po b/po/hi.po
index 2113bcc..26ec55f 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: hindi <hi(a)li.org>\n"
@@ -48,7 +48,7 @@ msgid "en"
msgstr ""
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/hr.po b/po/hr.po
index 9c840be..2074548 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-12 09:13+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: croatian <hr(a)li.org>\n"
@@ -56,7 +56,7 @@ msgid "en"
msgstr "Poslano"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/hu.po b/po/hu.po
index 7e57535..866b3f4 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-12 09:15+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: hungarian <hu(a)li.org>\n"
@@ -55,7 +55,7 @@ msgid "en"
msgstr "en"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/id.po b/po/id.po
index 658ecf3..e9dd628 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\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"
@@ -55,7 +55,7 @@ msgid "en"
msgstr "id"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/it.po b/po/it.po
index 7c990a9..7018168 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\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"
@@ -56,7 +56,7 @@ msgid "en"
msgstr "en"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/ja.po b/po/ja.po
index b45e38b..e84e116 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\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"
@@ -55,7 +55,7 @@ msgid "en"
msgstr "en"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/ka.po b/po/ka.po
index 3c6724c..5eec1b8 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-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"
@@ -55,7 +55,7 @@ msgid "en"
msgstr "ka"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/ko.po b/po/ko.po
index 9c34696..bfc3e60 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: korean <ko(a)li.org>\n"
@@ -50,7 +50,7 @@ msgid "en"
msgstr "보냄"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/lt.po b/po/lt.po
index fd9688f..e6b0831 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-30 20:28+0200\n"
"Last-Translator: Rytis <rytis.s(a)gmail.com>\n"
"Language-Team: lithuanian <lt(a)li.org>\n"
@@ -57,7 +57,7 @@ msgid "en"
msgstr "en"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/lv.po b/po/lv.po
index 93bc76c..f0ce9ab 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: latvian <lv(a)li.org>\n"
@@ -54,7 +54,7 @@ msgid "en"
msgstr "Nosūtīts"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/mk.po b/po/mk.po
index 1e756c0..d2d5da1 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\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"
@@ -54,7 +54,7 @@ msgid "en"
msgstr "Пратено"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/mn.po b/po/mn.po
index d18060d..e375b69 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: mongolian <mn(a)li.org>\n"
@@ -52,7 +52,7 @@ msgid "en"
msgstr ""
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/ms.po b/po/ms.po
index 5f7f075..266ff93 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: malay <ms(a)li.org>\n"
@@ -50,7 +50,7 @@ msgid "en"
msgstr "Hantar"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/nb.po b/po/nb.po
index ffe97d4..9bc1a36 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-30 23:13+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: norwegian <no(a)li.org>\n"
@@ -56,7 +56,7 @@ msgid "en"
msgstr "en"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/nl.po b/po/nl.po
index c9b9594..9971a05 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\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"
@@ -56,7 +56,7 @@ msgid "en"
msgstr "en"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot
index 91f0501..9c12f86 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -53,7 +53,7 @@ msgid "en"
msgstr ""
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/pl.po b/po/pl.po
index 2a46021..ee868d4 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: polish <pl(a)li.org>\n"
@@ -56,7 +56,7 @@ msgid "en"
msgstr "Wysłane"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/pt.po b/po/pt.po
index 83b1f9c..e759ce9 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: portuguese <pt(a)li.org>\n"
@@ -54,7 +54,7 @@ msgid "en"
msgstr "pt"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 3d6275e..781c7a1 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\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"
@@ -56,7 +56,7 @@ msgid "en"
msgstr "en"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/ro.po b/po/ro.po
index 0664d7e..8e9b777 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\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"
@@ -59,7 +59,7 @@ msgid "en"
msgstr "en"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/ru.po b/po/ru.po
index d903246..8a819a6 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\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"
@@ -57,7 +57,7 @@ msgid "en"
msgstr "en"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/si.po b/po/si.po
index 3e1c9ad..95314fd 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\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"
@@ -55,7 +55,7 @@ msgid "en"
msgstr "en"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/sk.po b/po/sk.po
index 5f415c0..c9e4407 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\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"
@@ -55,7 +55,7 @@ msgid "en"
msgstr "en"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/sl.po b/po/sl.po
index a6bc6f4..fce2a88 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\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"
@@ -54,7 +54,7 @@ msgid "en"
msgstr "en"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/sq.po b/po/sq.po
index 1f05a44..a0abdc1 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\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"
@@ -54,7 +54,7 @@ msgid "en"
msgstr "en"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/sr.po b/po/sr.po
index 217b1b2..4524af9 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\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"
@@ -57,7 +57,7 @@ msgid "en"
msgstr "en"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/sr(a)latin.po b/po/sr(a)latin.po
index 0b5ba1b..c06eb42 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\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"
@@ -57,7 +57,7 @@ msgid "en"
msgstr "en"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/sv.po b/po/sv.po
index 91eee94..1353f59 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: swedish <sv(a)li.org>\n"
@@ -56,7 +56,7 @@ msgid "en"
msgstr "Skickade"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/te.po b/po/te.po
index a44602b..ec42ab0 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-24 16:47+0200\n"
"Last-Translator: <veeven(a)gmail.com>\n"
"Language-Team: Telugu <te(a)li.org>\n"
@@ -53,7 +53,7 @@ msgid "en"
msgstr ""
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/th.po b/po/th.po
index a36df1a..b1c0d59 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: thai <th(a)li.org>\n"
@@ -50,7 +50,7 @@ msgid "en"
msgstr "ถูกส่ง"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/tr.po b/po/tr.po
index c9e80ba..a8707a1 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: turkish <tr(a)li.org>\n"
@@ -55,7 +55,7 @@ msgid "en"
msgstr "tr"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/tt.po b/po/tt.po
index 7227afe..3beebe2 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\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"
@@ -54,7 +54,7 @@ msgid "en"
msgstr "en"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/uk.po b/po/uk.po
index abbb8d7..29e23a1 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: ukrainian <uk(a)li.org>\n"
@@ -52,7 +52,7 @@ msgid "en"
msgstr ""
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/uz.po b/po/uz.po
index 9e2f92a..958c323 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\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"
@@ -55,7 +55,7 @@ msgid "en"
msgstr "Юборилди"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/uz(a)latin.po b/po/uz(a)latin.po
index bd4e43a..4962549 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\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"
@@ -55,7 +55,7 @@ msgid "en"
msgstr "Yuborildi"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 3bb3f80..c26fe4a 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\n"
"PO-Revision-Date: 2010-03-19 03:34+0200\n"
"Last-Translator: shanyan baishui <Siramizu(a)gmail.com>\n"
"Language-Team: chinese_simplified <zh_CN(a)li.org>\n"
@@ -53,7 +53,7 @@ msgid "en"
msgstr "zh"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 5403ff6..d167f5d 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-01 15:10+0200\n"
+"POT-Creation-Date: 2010-04-01 09:24-0400\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"
@@ -53,7 +53,7 @@ msgid "en"
msgstr "zh"
#: libraries/common.lib.php:1274
-msgid "Click here to Inline Edit Your SQL Query."
+msgid "Inline edit of this query"
msgstr ""
#: libraries/common.lib.php:1276
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1208-g31f83a4
by Michal Čihař 01 Apr '10
by Michal Čihař 01 Apr '10
01 Apr '10
The branch, master has been updated
via 31f83a4aff1f7401e2f9fcb556139834440203bf (commit)
via 7a7f3205d00e394608107ad8bd909b11c21939f2 (commit)
via 165d43e90f6a911b0939114daaeb7a78b4da3f57 (commit)
via bf0abd13ea61f217b6d8442ddb2435d3306658f1 (commit)
via 6ea6d88f3701d321866cd2fdaa825acede302983 (commit)
via 86e0f9009c403cf13d5ba42e36d5962b466dd80b (commit)
via 18cf18ee7ff11d77b1cac264b347e044422d6779 (commit)
via b91834de310fe804441089eba178ec2d87fdec24 (commit)
via a961365cf4652b9bc251270603b23ced8b7b6094 (commit)
via 7430d81aa15ac7f191c96482e7a084a179c1d059 (commit)
via 8dd6a00673bdd2d96dcc101567885238bea73573 (commit)
via 5a7161d0fe9302c06392c76094943cb86d653a88 (commit)
via dd7d1b67014c0debb95da1f4394ce142252976f2 (commit)
via c8e1c8bd802227efc899a3190aaf4939def2a35f (commit)
via 4a1f7927dc848f676b5a3f065701cd5bf9637d08 (commit)
via 23f95146cc9c3e266e5ee3eaf866b3dbf32dfd7b (commit)
via 10c8c5ccb202237b9a5dba22f903d07e09657b03 (commit)
via 32643ff57c126563cc64e45d02d8411594de6560 (commit)
via 05ba35ad0658b1ef3bae503f552a9d384bd45429 (commit)
via e5e4fb308b117b1d61f41ece85fe8c9c0c905e34 (commit)
via ec94d0edd363a4e891ef286105fc8a886851899d (commit)
via 3dbb3b8122b1205974a2c50700668c3fab1496f4 (commit)
via ef9cb42e3a89590648f8d5c88770c2137627ee42 (commit)
via de8b5b9b2130f7575b63b236f5a594b23fd8a2fd (commit)
via 260f273f6c7e85014550a0f6ea1cab70a08ddf3c (commit)
via c2b26d36d7551a1f2a3c0f4b422c2756750f5f84 (commit)
via 3df3b76c664a0f37af20097679b08608279663d6 (commit)
via a657273df348f32760ec86e7b14af2bbd18589f5 (commit)
via 0d57359a667a9333b791ef666f339e1de8827ff1 (commit)
via 6a33401235054df7e18c78e438a5aa443d137846 (commit)
via 8670afac93877c93a6c06f8aa18054bcddd2acfc (commit)
via 8a4f02651df5fb04b75ae389bd1f563084eca4ea (commit)
via e09e9fa2ac02bf107e462ee894a00b8cbd46e223 (commit)
via ea25f4ccf3307b78a0b11b37a79df59da01f8529 (commit)
via 0c52c322443c91f8221c5aaea57a6106bf99f647 (commit)
via 9c73e8d23595a8adb7aad289ee1ebf486e8b1194 (commit)
from 12482d58eb94ef8880ffff6d601c2f1281cfba89 (commit)
- Log -----------------------------------------------------------------
commit 31f83a4aff1f7401e2f9fcb556139834440203bf
Author: Michal Čihař <mcihar(a)novell.com>
Date: Thu Apr 1 15:11:25 2010 +0200
Regenerate po files to reference correct sources.
commit 7a7f3205d00e394608107ad8bd909b11c21939f2
Merge: 12482d58eb94ef8880ffff6d601c2f1281cfba89 165d43e90f6a911b0939114daaeb7a78b4da3f57
Author: Michal Čihař <mcihar(a)novell.com>
Date: Thu Apr 1 15:10:24 2010 +0200
Merge remote branch 'pootle/master'
commit 165d43e90f6a911b0939114daaeb7a78b4da3f57
Merge: bf0abd13ea61f217b6d8442ddb2435d3306658f1 1c83d8129ba8550433711601e61e75b808200a97
Author: Michal Čihař <michal(a)cihar.com>
Date: Thu Apr 1 15:09:01 2010 +0200
Merge remote branch 'origin/master'
Conflicts:
po/fr.po
commit bf0abd13ea61f217b6d8442ddb2435d3306658f1
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:39:15 2010 +0200
Translation update done using Pootle.
commit 6ea6d88f3701d321866cd2fdaa825acede302983
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:38:51 2010 +0200
Translation update done using Pootle.
commit 86e0f9009c403cf13d5ba42e36d5962b466dd80b
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:22:11 2010 +0200
Translation update done using Pootle.
commit 18cf18ee7ff11d77b1cac264b347e044422d6779
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:21:53 2010 +0200
Translation update done using Pootle.
commit b91834de310fe804441089eba178ec2d87fdec24
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:19:28 2010 +0200
Translation update done using Pootle.
commit a961365cf4652b9bc251270603b23ced8b7b6094
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:19:14 2010 +0200
Translation update done using Pootle.
commit 7430d81aa15ac7f191c96482e7a084a179c1d059
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:18:03 2010 +0200
Translation update done using Pootle.
commit 8dd6a00673bdd2d96dcc101567885238bea73573
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:17:14 2010 +0200
Translation update done using Pootle.
commit 5a7161d0fe9302c06392c76094943cb86d653a88
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:17:02 2010 +0200
Translation update done using Pootle.
commit dd7d1b67014c0debb95da1f4394ce142252976f2
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:16:43 2010 +0200
Translation update done using Pootle.
commit c8e1c8bd802227efc899a3190aaf4939def2a35f
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:16:33 2010 +0200
Translation update done using Pootle.
commit 4a1f7927dc848f676b5a3f065701cd5bf9637d08
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:15:38 2010 +0200
Translation update done using Pootle.
commit 23f95146cc9c3e266e5ee3eaf866b3dbf32dfd7b
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:14:57 2010 +0200
Translation update done using Pootle.
commit 10c8c5ccb202237b9a5dba22f903d07e09657b03
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:13:01 2010 +0200
Translation update done using Pootle.
commit 32643ff57c126563cc64e45d02d8411594de6560
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:12:41 2010 +0200
Translation update done using Pootle.
commit 05ba35ad0658b1ef3bae503f552a9d384bd45429
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:12:02 2010 +0200
Translation update done using Pootle.
commit e5e4fb308b117b1d61f41ece85fe8c9c0c905e34
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:11:40 2010 +0200
Translation update done using Pootle.
commit ec94d0edd363a4e891ef286105fc8a886851899d
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:09:40 2010 +0200
Translation update done using Pootle.
commit 3dbb3b8122b1205974a2c50700668c3fab1496f4
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:05:37 2010 +0200
Translation update done using Pootle.
commit ef9cb42e3a89590648f8d5c88770c2137627ee42
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:05:27 2010 +0200
Translation update done using Pootle.
commit de8b5b9b2130f7575b63b236f5a594b23fd8a2fd
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:05:02 2010 +0200
Translation update done using Pootle.
commit 260f273f6c7e85014550a0f6ea1cab70a08ddf3c
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:04:49 2010 +0200
Translation update done using Pootle.
commit c2b26d36d7551a1f2a3c0f4b422c2756750f5f84
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:03:56 2010 +0200
Translation update done using Pootle.
commit 3df3b76c664a0f37af20097679b08608279663d6
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:02:57 2010 +0200
Translation update done using Pootle.
commit a657273df348f32760ec86e7b14af2bbd18589f5
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:02:15 2010 +0200
Translation update done using Pootle.
commit 0d57359a667a9333b791ef666f339e1de8827ff1
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 14:01:43 2010 +0200
Translation update done using Pootle.
commit 6a33401235054df7e18c78e438a5aa443d137846
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 13:59:02 2010 +0200
Translation update done using Pootle.
commit 8670afac93877c93a6c06f8aa18054bcddd2acfc
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 13:58:31 2010 +0200
Translation update done using Pootle.
commit 8a4f02651df5fb04b75ae389bd1f563084eca4ea
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 13:57:30 2010 +0200
Translation update done using Pootle.
commit e09e9fa2ac02bf107e462ee894a00b8cbd46e223
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 13:57:04 2010 +0200
Translation update done using Pootle.
commit ea25f4ccf3307b78a0b11b37a79df59da01f8529
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 13:52:08 2010 +0200
Translation update done using Pootle.
commit 0c52c322443c91f8221c5aaea57a6106bf99f647
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 13:51:38 2010 +0200
Translation update done using Pootle.
commit 9c73e8d23595a8adb7aad289ee1ebf486e8b1194
Author: Marc Delisle <marc(a)infomarc.info>
Date: Thu Apr 1 13:49:48 2010 +0200
Translation update done using Pootle.
-----------------------------------------------------------------------
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/bs.po | 18 +++++-----
po/ca.po | 18 +++++-----
po/cs.po | 18 +++++-----
po/da.po | 18 +++++-----
po/de.po | 18 +++++-----
po/el.po | 18 +++++-----
po/en_GB.po | 18 +++++-----
po/es.po | 18 +++++-----
po/et.po | 18 +++++-----
po/eu.po | 18 +++++-----
po/fa.po | 18 +++++-----
po/fi.po | 18 +++++-----
po/fr.po | 98 +++++++++++++++++++++++++---------------------------
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 | 18 +++++-----
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/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 | 18 +++++-----
po/sq.po | 18 +++++-----
po/sr.po | 18 +++++-----
po/sr(a)latin.po | 18 +++++-----
po/sv.po | 18 +++++-----
po/te.po | 18 +++++-----
po/th.po | 18 +++++-----
po/tr.po | 18 +++++-----
po/tt.po | 18 +++++-----
po/uk.po | 18 +++++-----
po/uz.po | 18 +++++-----
po/uz(a)latin.po | 18 +++++-----
po/zh_CN.po | 18 +++++-----
po/zh_TW.po | 18 +++++-----
59 files changed, 569 insertions(+), 573 deletions(-)
diff --git a/po/af.po b/po/af.po
index 3b4b04e..4910274 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +14,14 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Gaan"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr ""
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -49,14 +57,6 @@ msgstr ""
msgid "Inline"
msgstr ""
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Gaan"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr ""
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/ar.po b/po/ar.po
index d7d7cea..9995b9f 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr " تنفيذ "
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "ألغ"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -52,14 +60,6 @@ msgstr ""
msgid "Inline"
msgstr "محركات"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr " تنفيذ "
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "ألغ"
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/az.po b/po/az.po
index 053c013..476a952 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Davam"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr ""
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -51,14 +59,6 @@ msgstr ""
msgid "Inline"
msgstr "Motorlar"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Davam"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr ""
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/be.po b/po/be.po
index 67377c6..9020793 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Панеслася"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Скасаваць"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -57,14 +65,6 @@ msgstr ""
msgid "Inline"
msgstr "Машыны"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Панеслася"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Скасаваць"
-
#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
diff --git a/po/be(a)latin.po b/po/be(a)latin.po
index 3316923..73e8663 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +15,14 @@ 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:368
+msgid "Go"
+msgstr "Paniesłasia"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Skasavać"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -58,14 +66,6 @@ msgstr ""
msgid "Inline"
msgstr "Mašyny"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Paniesłasia"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Skasavać"
-
#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
diff --git a/po/bg.po b/po/bg.po
index ab83c9d..54d60d6 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Изпълнение"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr ""
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -55,14 +63,6 @@ msgstr ""
msgid "Inline"
msgstr "Хранилища"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Изпълнение"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr ""
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/bn.po b/po/bn.po
index a78921d..dbd151f 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Go"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr ""
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -56,14 +64,6 @@ msgstr ""
msgid "Inline"
msgstr "ইঞ্জিনসমূহ"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Go"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr ""
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/bs.po b/po/bs.po
index e178d62..af2b505 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Kreni"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr ""
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -53,14 +61,6 @@ msgstr ""
msgid "Inline"
msgstr ""
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Kreni"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr ""
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/ca.po b/po/ca.po
index 17d9825..c159f63 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Executa"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Cancel.lar"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -57,14 +65,6 @@ msgstr ""
msgid "Inline"
msgstr "Motors"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Executa"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Cancel.lar"
-
#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
diff --git a/po/cs.po b/po/cs.po
index 3da37fb..a6a8213 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+0200\n"
"PO-Revision-Date: 2010-03-30 15:48+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
@@ -15,6 +15,14 @@ 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:368
+msgid "Go"
+msgstr "Proveď"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Zrušit"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -58,14 +66,6 @@ msgstr ""
msgid "Inline"
msgstr "Úložiště"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Proveď"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Zrušit"
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/da.po b/po/da.po
index 7ded92d..3e62182 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Udfør"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Annuller"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -55,14 +63,6 @@ msgstr ""
msgid "Inline"
msgstr "Lagre"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Udfør"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Annuller"
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/de.po b/po/de.po
index 9149f60..e9853d1 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +14,14 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "OK"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Abbrechen"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -59,14 +67,6 @@ msgstr ""
msgid "Inline"
msgstr "Formate"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "OK"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Abbrechen"
-
#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
diff --git a/po/el.po b/po/el.po
index 67dc87a..5a97273 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +14,14 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Εκτέλεση"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Άκυρο"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -58,14 +66,6 @@ msgstr ""
msgid "Inline"
msgstr "Μηχανές"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Εκτέλεση"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Άκυρο"
-
#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
diff --git a/po/en_GB.po b/po/en_GB.po
index bd6d9d0..57a3ff0 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +14,14 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Go"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Cancel"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -57,14 +65,6 @@ msgstr ""
msgid "Inline"
msgstr "Engines"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Go"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Cancel"
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/es.po b/po/es.po
index 5549dc0..b7560f3 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +14,14 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Continuar"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Cancelar"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -57,14 +65,6 @@ msgstr ""
msgid "Inline"
msgstr "Motores"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Continuar"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Cancelar"
-
#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
diff --git a/po/et.po b/po/et.po
index 9c8095d..76bd498 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Mine"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Katkesta"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -57,14 +65,6 @@ msgstr ""
msgid "Inline"
msgstr "Mootor"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Mine"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Katkesta"
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/eu.po b/po/eu.po
index 02b6346..ba7d836 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +14,14 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Joan"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr ""
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -53,14 +61,6 @@ msgstr ""
msgid "Inline"
msgstr ""
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Joan"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr ""
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/fa.po b/po/fa.po
index 98bb5f6..bdbae61 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "تاييد"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr ""
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -49,14 +57,6 @@ msgstr ""
msgid "Inline"
msgstr "موتور"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "تاييد"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr ""
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/fi.po b/po/fi.po
index c836509..688bd25 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Siirry"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Peruuta"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -57,14 +65,6 @@ msgstr ""
msgid "Inline"
msgstr "Moottorit"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Siirry"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Peruuta"
-
#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
diff --git a/po/fr.po b/po/fr.po
index 03afd3d..3447266 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -3,9 +3,9 @@ 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-01 14:29+0200\n"
-"PO-Revision-Date: 2010-03-31 14:04+0200\n"
-"Last-Translator: <marc(a)infomarc.info>\n"
+"POT-Creation-Date: 2010-04-01 15:10+0200\n"
+"PO-Revision-Date: 2010-04-01 14:39+0200\n"
+"Last-Translator: Marc <marc(a)infomarc.info>\n"
"Language-Team: french <fr(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -14,6 +14,14 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Pootle 2.0.1\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Exécuter"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Annuler"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -57,14 +65,6 @@ msgstr ""
msgid "Inline"
msgstr "Moteurs"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Exécuter"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Annuler"
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
@@ -246,11 +246,11 @@ msgstr "Inclure les contraintes de clés étrangères"
#: libraries/messages.inc.php:36
msgid "Add/Delete Field Columns"
-msgstr "Ajouter/effacer x colonne(s)"
+msgstr "Ajouter/effacer x colonnes"
#: libraries/messages.inc.php:37
msgid "Add/Delete Criteria Row"
-msgstr "Ajouter/effacer x ligne(s)"
+msgstr "Ajouter/effacer x lignes"
#: libraries/messages.inc.php:38
#, php-format
@@ -642,8 +642,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 %s, [br]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:132
msgid ""
@@ -934,7 +934,7 @@ msgstr "Faire CREATE DATABASE avant la copie"
#: libraries/messages.inc.php:192
#, php-format
msgid "Create an index on %s columns"
-msgstr "Créer un index sur %s colonne(s)"
+msgstr "Créer un index sur %s colonnes"
#: libraries/messages.inc.php:193
msgid "Create a new index"
@@ -981,7 +981,6 @@ msgstr ""
"privilèges sur cette base"
#: libraries/messages.inc.php:203
-#, fuzzy
msgctxt "$strCreateUserDatabaseNone"
msgid "None"
msgstr "aucune"
@@ -1952,8 +1951,8 @@ msgid ""
" The increment size for extending the size of an autoextending tablespace "
"when it becomes full."
msgstr ""
-"La valeur de l'incrément lors de l'agrandissement du fichier auto-croissant "
-"lorsqu'il devient plein."
+" La valeur de l'incrément lors de l'agrandissement du fichier auto-"
+"croissant lorsqu'il devient plein."
#: libraries/messages.inc.php:430
msgid "Buffer pool size"
@@ -1995,7 +1994,7 @@ msgid ""
"this security hole by setting a password for user 'root'."
msgstr ""
"Votre fichier de configuration fait référence à l'utilisateur root sans mot "
-"de passe, ce qui correspond à la valeur par défaut de MySQL. Votre serveur "
+"de passe, ce qui correspond à la valeur par défaut de MySQL. Votre serveur "
"MySQL est donc ouvert aux intrusions, et vous devriez corriger ce problème "
"de sécurité."
@@ -2387,7 +2386,7 @@ msgstr ""
"Veuillez entrer les valeurs des options de transformation en suivant ce "
"format: 'a', 100, b,'c'...<br />Si vous devez entrer un caractère (\"\\\") "
"ou une apostrophe (\"'\") parmi ces valeurs, faites-le précéder du caractère "
-"d'échappement, par exemple '\\\\xyz' or 'a\\'b')."
+"d'échappement, par exemple '\\\\xyz' or 'a\\'b')."
#: libraries/messages.inc.php:523
msgid "Transformation options"
@@ -3929,7 +3928,7 @@ msgstr "Dans la(les) table(s) :"
#: libraries/messages.inc.php:852
msgid "Word(s) or value(s) to search for (wildcard: \"%\"):"
-msgstr "Mot(s) ou Valeur à rechercher (passe-partout: \"%\") :"
+msgstr "Mot ou Valeur à rechercher (passe-partout: \"%\") :"
#: libraries/messages.inc.php:853
msgid "at least one of the words"
@@ -4266,7 +4265,7 @@ msgid ""
msgstr ""
"Le nombre de fois que la première entrée a été lue depuis un index. Si c'est "
"élevé, ceci suggère que le serveur effectue beaucoup de parcours complets "
-"d'un index; par exemple, SELECT coll FROM foo, en assumant que coll est une "
+"d'un index; par exemple, SELECT col1 FROM foo, en assumant que col1 est une "
"colonne indexée."
#: libraries/messages.inc.php:921
@@ -4483,7 +4482,7 @@ msgstr "Le nombre d'écritures fsync() sur le fichier témoin."
#: libraries/messages.inc.php:956
msgid "The number of pending log file fsyncs."
-msgstr "Le nombre de fsync() du fichier témoin en attente."
+msgstr "Le nombre de synchronisations (fsync) du fichier témoin en attente."
#: libraries/messages.inc.php:957
msgid "Pending log file writes."
@@ -4834,7 +4833,7 @@ msgstr "Afficher les tables"
#: libraries/messages.inc.php:1017
msgid " Show this query here again "
-msgstr "Réafficher la requête après exécution"
+msgstr "Afficher à nouveau la requête après exécution"
#: libraries/messages.inc.php:1018
msgid "Simplified Chinese"
@@ -4857,9 +4856,9 @@ msgid ""
"Make sure, you have unique server-id in your configuration file (my.cnf). If "
"not, please add the following line into [mysqld] section:"
msgstr ""
-"Assurez-vous d'avoir un server-id unique dans votre fichier de "
-"configuration (my.cnf). Sinon, veuillez ajouter la ligne suivante dans la "
-"section [mysqld] :"
+"Assurez-vous d'avoir un server-id unique dans votre fichier de configuration "
+"(my.cnf). Sinon, veuillez ajouter la ligne suivante dans la section "
+"[mysqld] :"
#: libraries/messages.inc.php:1023
msgid "Slovak"
@@ -4935,9 +4934,9 @@ msgid ""
"please reduce your SQL query input to the single query that causes problems, "
"and submit a bug report with the data chunk in the CUT section below:"
msgstr ""
-"Il semble que vous ayiez trouvé une anomalie dans l'analyseur syntaxique "
-"SQL. Veuillez examiner votre requête attentivement, et vérifier que vos "
-"apostrophes sont conformes. Il se pourrait aussi que vous ayiez chargé un "
+"Il semble que vous ayez trouvé une anomalie dans l'analyseur syntaxique SQL. "
+"Veuillez examiner votre requête attentivement, et vérifier que vos "
+"apostrophes sont conformes. Il se pourrait aussi que vous ayez chargé un "
"fichier dont le contenu binaire n'est pas entre apostrophes. Si vous avez "
"accès à MySQL via son interface de commande en mode ligne, vous pouvez y "
"essayer votre requête. Le message d'erreur présenté plus bas pourrait vous "
@@ -5614,7 +5613,8 @@ msgid ""
"specifies how often space will be added (defaults to 2 nibbles)."
msgstr ""
"Affiche une représentation hexadécimale des données. Le premier paramètre "
-"est optionnel et spécifie combien d'espaces seront ajoutés."
+"est optionnel et spécifie à quel intervalle un espace sera ajouté (par "
+"défaut, à chaque 2 nibbles)."
#: libraries/messages.inc.php:1189
msgid ""
@@ -5664,10 +5664,10 @@ msgid ""
"will prevent wrapping and ensure that the output appears all on one line "
"(Default 1)."
msgstr ""
-"(Linux seulement) Exécute un programme externe et lui envoit le contenu du "
+"(Linux seulement) Exécute un programme externe et lui envoie le contenu du "
"champ via l'entrée standard. Puis capture la sortie standard de ce programme "
"externe. Le programme par défaut est tidy, pour un affichage embelli du code "
-"HTML. Pour des raisons de sécurité, vous devez éditer le script libraries/"
+"HTML. Pour des raisons de sécurité, vous devez éditer le script libraries/"
"transformations/text_plain__external.inc.php et y insérer les noms de "
"programme externe possibles. La première option est le numéro du programme "
"que vous voulez utiliser, la seconde option contient les paramètres pour ce "
@@ -5681,7 +5681,7 @@ msgid ""
"htmlspecialchars(). That is, the field is assumed to contain valid HTML."
msgstr ""
"Préserve le contenu original du champ, sans ajout de caractères "
-"d'échappement."
+"d'échappement avec la fonction htmlspecialchars()."
#: libraries/messages.inc.php:1195
msgid ""
@@ -6767,7 +6767,7 @@ msgstr ""
#: setup/lib/messages.inc.php:159
msgid "How many rows can be inserted at one time"
-msgstr ""
+msgstr "Le nombre d'enregistrements qui peuvent être insérés à la fois."
#: setup/lib/messages.inc.php:160
msgid "Number of inserted rows"
@@ -6842,7 +6842,7 @@ msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])"
msgstr ""
-"Pour la fenêtre principale, ([kbd]main[/kbd]) ou dans une nouvelle fenêtre, "
+"Pour la fenêtre principale, ([kbd]main[/kbd]) ou dans une nouvelle fenêtre, "
"([kbd]new[/kbd])"
#: setup/lib/messages.inc.php:177
@@ -6926,7 +6926,7 @@ msgid ""
msgstr ""
"[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] "
"devrait contenir une valeur d'au plus 1800 secondes (30 minutes). Une valeur "
-"plus grande pose un risque."
+"plus grande que 1800 pose un risque."
#: setup/lib/messages.inc.php:192
msgid "Login cookie validity"
@@ -7069,7 +7069,7 @@ msgstr "Taille de l'historique"
#: setup/lib/messages.inc.php:223
msgid "Tab displayed when opening a new query window"
-msgstr ""
+msgstr "L'onglet affiché à l'ouverture d'une fenêtre de requêtes."
#: setup/lib/messages.inc.php:224
msgid "Default query window tab"
@@ -7113,8 +7113,8 @@ msgid ""
msgstr ""
"La méthode d'authentification [kbd]config[/kbd] permet une connexion "
"automatique, ce qui n'est pas souhaitable dans un environnement réel. Toute "
-"personne qui connaît l'URL d'accès peut entrer dans votre phpMyAdmin. Il "
-"est suggérer de régler votre [a@?page=servers&mode=edit&id=%1"
+"personne qui connaît l'URL d'accès peut entrer dans votre phpMyAdmin. Il est "
+"suggéré de régler votre [a@?page=servers&mode=edit&id=%1"
"$d#tab_Server]type d'authentification[/a] à [kbd]cookie[/kbd] ou [kbd]http[/"
"kbd]."
@@ -7179,9 +7179,8 @@ msgid "SweKey config file"
msgstr "Fichier de configuration SweKey"
#: setup/lib/messages.inc.php:245
-#, fuzzy
msgid "Authentication method to use"
-msgstr "Type d'Authentification"
+msgstr "Type d'authentification"
#: setup/lib/messages.inc.php:246
msgid "Authentication type"
@@ -7452,7 +7451,7 @@ msgstr "Utiliser SSL"
#: setup/lib/messages.inc.php:299
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]"
-msgstr "Laisser vider pour désactiver, suggéré : [kbd]pma_table_coords[/kbd]"
+msgstr "Laisser vider pour désactiver, suggéré : [kbd]pma_table_coords[/kbd]"
#: setup/lib/messages.inc.php:300
msgid "PDF schema: table coordinates"
@@ -7664,7 +7663,7 @@ msgstr "Répertoire de téléchargement"
#: setup/lib/messages.inc.php:345
msgid "Allow for searching inside the entire database"
-msgstr ""
+msgstr "Permet la recherche dans la base de données au complet"
#: setup/lib/messages.inc.php:346
msgid "Use database search"
@@ -7708,16 +7707,13 @@ msgstr ""
"une mise à niveau. La version la plus récente est %s, publiée le %s."
#: setup/lib/messages.inc.php:353
-#, fuzzy, php-format
-#| msgid ""
-#| "You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The "
-#| "latest stable version is %s, released on %s."
+#, php-format
msgid ""
"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable "
"version is %s, released on %s."
msgstr ""
-"Vous utilisez phpMyAdmin sous subversion, faites [kbd]svn update[/kbd] :-)"
-"[br]La dernière version stable est %s, publiée le %s."
+"Vous utilisez une version phpMyAdmin obtenue grâce à git, faites [kbd]git "
+"pull[/kbd] :-)[br]La dernière version stable est %s, publiée le %s."
#: setup/lib/messages.inc.php:354
msgid "No newer stable version is available"
diff --git a/po/gl.po b/po/gl.po
index 64d6324..854c6ce 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Executar"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Cancelar"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -57,14 +65,6 @@ msgstr ""
msgid "Inline"
msgstr "Motores"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Executar"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Cancelar"
-
#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
diff --git a/po/he.po b/po/he.po
index ee1b27d..7f64902 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "סע"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr ""
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -54,14 +62,6 @@ msgstr ""
msgid "Inline"
msgstr "מנועים"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "סע"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr ""
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/hi.po b/po/hi.po
index 167fc29..2113bcc 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr ""
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr ""
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -47,14 +55,6 @@ msgstr ""
msgid "Inline"
msgstr ""
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr ""
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr ""
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/hr.po b/po/hr.po
index 04f9119..9c840be 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Kreni"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Odustani"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -57,14 +65,6 @@ msgstr ""
msgid "Inline"
msgstr "Pogoni"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Kreni"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Odustani"
-
#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
diff --git a/po/hu.po b/po/hu.po
index 46b3b61..7e57535 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Indítás"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Mégse"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -56,14 +64,6 @@ msgstr ""
msgid "Inline"
msgstr "Motorok"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Indítás"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Mégse"
-
#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
diff --git a/po/id.po b/po/id.po
index 7f67930..658ecf3 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +14,14 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.1\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Go"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Batal"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -56,14 +64,6 @@ msgstr ""
msgid "Inline"
msgstr "Mesin"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Go"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Batal"
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/it.po b/po/it.po
index d07d290..7c990a9 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +14,14 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Esegui"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Annulla"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -57,14 +65,6 @@ msgstr ""
msgid "Inline"
msgstr "Motori"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Esegui"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Annulla"
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/ja.po b/po/ja.po
index 46f3311..b45e38b 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +14,14 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.1\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "実行する"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "キャンセル"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -56,14 +64,6 @@ msgstr ""
msgid "Inline"
msgstr "エンジン"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "実行する"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "キャンセル"
-
#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
diff --git a/po/ka.po b/po/ka.po
index b59b832..3c6724c 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "გადასვლა"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "გაუქმება"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -56,14 +64,6 @@ msgstr ""
msgid "Inline"
msgstr "ძრავები"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "გადასვლა"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "გაუქმება"
-
#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
diff --git a/po/ko.po b/po/ko.po
index 3cc74ad..9c34696 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "실행"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr ""
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -49,14 +57,6 @@ msgstr ""
msgid "Inline"
msgstr ""
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "실행"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr ""
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/lt.po b/po/lt.po
index e746d07..fd9688f 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+0200\n"
"PO-Revision-Date: 2010-03-30 20:28+0200\n"
"Last-Translator: Rytis <rytis.s(a)gmail.com>\n"
"Language-Team: lithuanian <lt(a)li.org>\n"
@@ -15,6 +15,14 @@ msgstr ""
"100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Pootle 2.0.1\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Vykdyti"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Atšaukti"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -58,14 +66,6 @@ msgstr ""
msgid "Inline"
msgstr "Varikliai"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Vykdyti"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Atšaukti"
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/lv.po b/po/lv.po
index a3f6f21..93bc76c 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Aiziet!"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr ""
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -53,14 +61,6 @@ msgstr ""
msgid "Inline"
msgstr ""
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Aiziet!"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr ""
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/mk.po b/po/mk.po
index c668b1f..1e756c0 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "OK"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr ""
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -55,14 +63,6 @@ msgstr ""
msgid "Inline"
msgstr "Складишта"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "OK"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr ""
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/mn.po b/po/mn.po
index 2010940..d18060d 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Яв"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Болих"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -53,14 +61,6 @@ msgstr ""
msgid "Inline"
msgstr "Хөдөлгүүрүүд"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Яв"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Болих"
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/ms.po b/po/ms.po
index ea68634..5f7f075 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Pergi"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr ""
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -49,14 +57,6 @@ msgstr ""
msgid "Inline"
msgstr ""
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Pergi"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr ""
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/nb.po b/po/nb.po
index 7d9ff34..ffe97d4 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+0200\n"
"PO-Revision-Date: 2010-03-30 23:13+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: norwegian <no(a)li.org>\n"
@@ -14,6 +14,14 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Utfør"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Avbryt"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -57,14 +65,6 @@ msgstr ""
msgid "Inline"
msgstr "Motorer"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Utfør"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Avbryt"
-
#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
diff --git a/po/nl.po b/po/nl.po
index e3e0bc1..c9b9594 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +14,14 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Start"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Annuleren"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -57,14 +65,6 @@ msgstr ""
msgid "Inline"
msgstr "Engines"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Start"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Annuleren"
-
#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot
index aa64d0f..91f0501 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +17,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr ""
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr ""
+
#: libraries/auth/config.auth.lib.php:107
#, possible-php-format
msgid ""
@@ -52,14 +60,6 @@ msgstr ""
msgid "Inline"
msgstr ""
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr ""
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr ""
-
#: libraries/Message.class.php:282
#, possible-php-format
msgid "%1$d row affected."
diff --git a/po/pl.po b/po/pl.po
index e34e2ca..2a46021 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Wykonaj"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Anuluj"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -57,14 +65,6 @@ msgstr ""
msgid "Inline"
msgstr "Mechanizmy"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Wykonaj"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Anuluj"
-
#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
diff --git a/po/pt.po b/po/pt.po
index 50b3c99..83b1f9c 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Executa"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr ""
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -53,14 +61,6 @@ msgstr ""
msgid "Inline"
msgstr ""
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Executa"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr ""
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 62b64d4..3d6275e 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +14,14 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Pootle 2.0.1\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Executar"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Cancelar"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -57,14 +65,6 @@ msgstr ""
msgid "Inline"
msgstr "Engines"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Executar"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Cancelar"
-
#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
diff --git a/po/ro.po b/po/ro.po
index b99c86f..0664d7e 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +15,14 @@ msgstr ""
"20)) ? 1 : 2);;\n"
"X-Generator: Pootle 2.0.1\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Execută"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Renunță"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -60,14 +68,6 @@ msgstr ""
msgid "Inline"
msgstr "Motoare"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Execută"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Renunță"
-
#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
diff --git a/po/ru.po b/po/ru.po
index bb1d8d2..d903246 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +15,14 @@ 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:368
+msgid "Go"
+msgstr "OK"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Отмена"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -58,14 +66,6 @@ msgstr ""
msgid "Inline"
msgstr "Типы таблиц"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "OK"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Отмена"
-
#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
diff --git a/po/si.po b/po/si.po
index fd32389..3e1c9ad 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +13,14 @@ msgstr ""
"Language: si\n"
"X-Generator: Pootle 2.0.1\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "යන්න"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr ""
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -56,14 +64,6 @@ msgstr ""
msgid "Inline"
msgstr "යන්ත්රයන්"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "යන්න"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr ""
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/sk.po b/po/sk.po
index 3a08fda..5f415c0 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +14,14 @@ 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:368
+msgid "Go"
+msgstr "Vykonaj"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Zrušiť"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -56,14 +64,6 @@ msgstr ""
msgid "Inline"
msgstr "Systémy"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Vykonaj"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Zrušiť"
-
#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
diff --git a/po/sl.po b/po/sl.po
index b10b00f..a6bc6f4 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +15,14 @@ msgstr ""
"%100==4 ? 2 : 3);\n"
"X-Generator: Pootle 2.0.1\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Izvedi"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr ""
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -53,14 +61,6 @@ msgstr ""
msgid "Inline"
msgstr ""
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Izvedi"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr ""
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/sq.po b/po/sq.po
index 505fab1..1f05a44 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +14,14 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Zbato"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr ""
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -53,14 +61,6 @@ msgstr ""
msgid "Inline"
msgstr ""
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Zbato"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr ""
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/sr.po b/po/sr.po
index 2600f5d..217b1b2 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +15,14 @@ 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:368
+msgid "Go"
+msgstr "Крени"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Откажи"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -58,14 +66,6 @@ msgstr ""
msgid "Inline"
msgstr "Складиштења"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Крени"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Откажи"
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/sr(a)latin.po b/po/sr(a)latin.po
index d700a3b..0b5ba1b 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +15,14 @@ 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:368
+msgid "Go"
+msgstr "Kreni"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Otkaži"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -58,14 +66,6 @@ msgstr ""
msgid "Inline"
msgstr "Skladištenja"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Kreni"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Otkaži"
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/sv.po b/po/sv.po
index e96b3f6..91eee94 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Kör"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Avbryt"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -57,14 +65,6 @@ msgstr ""
msgid "Inline"
msgstr "Motorer"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Kör"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Avbryt"
-
#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
diff --git a/po/te.po b/po/te.po
index 770ce21..a44602b 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+0200\n"
"PO-Revision-Date: 2010-03-24 16:47+0200\n"
"Last-Translator: <veeven(a)gmail.com>\n"
"Language-Team: Telugu <te(a)li.org>\n"
@@ -17,6 +17,14 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.1\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "వెళ్ళు"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr ""
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -52,14 +60,6 @@ msgstr ""
msgid "Inline"
msgstr ""
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "వెళ్ళు"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr ""
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/th.po b/po/th.po
index cee2865..a36df1a 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "ลงมือ"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr ""
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -49,14 +57,6 @@ msgstr ""
msgid "Inline"
msgstr ""
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "ลงมือ"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr ""
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/tr.po b/po/tr.po
index c883cb5..c9e80ba 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+0200\n"
"PO-Revision-Date: 2010-03-12 09:19+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: turkish <tr(a)li.org>\n"
@@ -12,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Git"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "İptal"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -56,14 +64,6 @@ msgstr ""
msgid "Inline"
msgstr "Motorlar"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Git"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "İptal"
-
#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
diff --git a/po/tt.po b/po/tt.po
index 417bc98..7227afe 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +14,14 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.1\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Äydä"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr ""
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -55,14 +63,6 @@ msgstr ""
msgid "Inline"
msgstr "Engine"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Äydä"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr ""
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/uk.po b/po/uk.po
index 15b7a55..abbb8d7 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "Вперед"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr ""
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -51,14 +59,6 @@ msgstr ""
msgid "Inline"
msgstr ""
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "Вперед"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr ""
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
diff --git a/po/uz.po b/po/uz.po
index 0fb995e..9e2f92a 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "OK"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Бекор қилиш"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -56,14 +64,6 @@ msgstr ""
msgid "Inline"
msgstr "Жадвал турлари"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "OK"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Бекор қилиш"
-
#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
diff --git a/po/uz(a)latin.po b/po/uz(a)latin.po
index 4ce847a..bd4e43a 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "OK"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "Bekor qilish"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -56,14 +64,6 @@ msgstr ""
msgid "Inline"
msgstr "Jadval turlari"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "OK"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "Bekor qilish"
-
#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
diff --git a/po/zh_CN.po b/po/zh_CN.po
index dd425bd..3bb3f80 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+0200\n"
"PO-Revision-Date: 2010-03-19 03:34+0200\n"
"Last-Translator: shanyan baishui <Siramizu(a)gmail.com>\n"
"Language-Team: chinese_simplified <zh_CN(a)li.org>\n"
@@ -14,6 +14,14 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.0.1\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "执行"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr "取消"
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -54,14 +62,6 @@ msgstr ""
msgid "Inline"
msgstr "引擎"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "执行"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr "取消"
-
#: libraries/Message.class.php:282
#, fuzzy, php-format
#| msgid "%1$d row(s) affected."
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 2b65b0b..5403ff6 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-01 14:29+0200\n"
+"POT-Creation-Date: 2010-04-01 15:10+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,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 1.5.3\n"
+#: js/messages.php:45 libraries/messages.inc.php:368
+msgid "Go"
+msgstr "執行"
+
+#: js/messages.php:46 libraries/messages.inc.php:127
+msgid "Cancel"
+msgstr ""
+
#: libraries/auth/config.auth.lib.php:107
#, php-format
msgid ""
@@ -54,14 +62,6 @@ msgstr ""
msgid "Inline"
msgstr "引擎"
-#: libraries/header_scripts.inc.php:107 libraries/messages.inc.php:368
-msgid "Go"
-msgstr "執行"
-
-#: libraries/header_scripts.inc.php:108 libraries/messages.inc.php:127
-msgid "Cancel"
-msgstr ""
-
#: libraries/Message.class.php:282
#, php-format
msgid "%1$d row affected."
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1172-g12482d5
by Michal Čihař 01 Apr '10
by Michal Čihař 01 Apr '10
01 Apr '10
The branch, master has been updated
via 12482d58eb94ef8880ffff6d601c2f1281cfba89 (commit)
from 1c83d8129ba8550433711601e61e75b808200a97 (commit)
- Log -----------------------------------------------------------------
commit 12482d58eb94ef8880ffff6d601c2f1281cfba89
Author: Michal Čihař <mcihar(a)novell.com>
Date: Thu Apr 1 15:02:23 2010 +0200
Separate logic for loading messages to javascript.
This way they can be cached in browser and not loaded on each request.
-----------------------------------------------------------------------
Summary of changes:
js/messages.php | 52 ++++++++++++++++++++++++++++++++++
libraries/common.inc.php | 6 ----
libraries/header_scripts.inc.php | 58 ++++++-------------------------------
3 files changed, 62 insertions(+), 54 deletions(-)
create mode 100644 js/messages.php
diff --git a/js/messages.php b/js/messages.php
new file mode 100644
index 0000000..f8239f7
--- /dev/null
+++ b/js/messages.php
@@ -0,0 +1,52 @@
+<?php
+/* vim: set expandtab sw=4 ts=4 sts=4: */
+/**
+ * Exporting of translated messages from PHP to Javascript
+ *
+ * @package phpMyAdmin
+ */
+
+chdir('..');
+
+// Send correct type:
+header('Content-Type: text/javascript; charset=UTF-8');
+
+// Cache output in client - the nocache query parameter makes sure that this
+// file is reloaded when config changes
+header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 3600) . ' GMT');
+
+require_once './libraries/common.inc.php';
+
+$js_messages['strFormEmpty'] = $GLOBALS['strFormEmpty'];
+$js_messages['strNotNumber'] = $GLOBALS['strNotNumber'];
+$js_messages['strClickToSelect'] = $GLOBALS['strClickToSelect'];
+$js_messages['strClickToUnselect'] = $GLOBALS['strClickToUnselect'];
+$js_messages['strNoDropDatabases'] = $GLOBALS['strNoDropDatabases'];
+
+/* For confirmations */
+$js_messages['strDoYouReally'] = $GLOBALS['strDoYouReally'];
+$js_messages['strDropDatabaseStrongWarning'] = $GLOBALS['strDropDatabaseStrongWarning'];
+
+/* For blobstreaming */
+$js_messages['strBLOBRepositoryDisableStrongWarning'] = $GLOBALS['strBLOBRepositoryDisableStrongWarning'];
+$js_messages['strBLOBRepositoryDisableAreYouSure'] = sprintf($GLOBALS['strBLOBRepositoryDisableAreYouSure'], $GLOBALS['db']);
+
+/* For indexes */
+$js_messages['strFormEmpty'] = $GLOBALS['strFormEmpty'];
+$js_messages['strNotNumber'] = $GLOBALS['strNotNumber'];
+
+/* For server_privileges.js */
+$js_messages['strHostEmpty'] = $GLOBALS['strHostEmpty'];
+$js_messages['strUserEmpty'] = $GLOBALS['strUserEmpty'];
+$js_messages['strPasswordEmpty'] = $GLOBALS['strPasswordEmpty'];
+$js_messages['strPasswordNotSame'] = $GLOBALS['strPasswordNotSame'];
+
+/* For inline query editing */
+$js_messages['strGo'] = __('Go');
+$js_messages['strCancel'] = __('Cancel');
+
+echo "var PMA_messages = new Array();\n";
+foreach ($js_messages as $name => $js_message) {
+ echo "PMA_messages['" . $name . "'] = '" . PMA_escapeJsString($js_message) . "';\n";
+}
+?>
diff --git a/libraries/common.inc.php b/libraries/common.inc.php
index 8a45e75..b190f12 100644
--- a/libraries/common.inc.php
+++ b/libraries/common.inc.php
@@ -550,12 +550,6 @@ $GLOBALS['js_include'][] = 'jquery/jquery-1.4.2-min.js';
$GLOBALS['js_include'][] = 'update-location.js';
/**
- * holds locale messages required by JavaScript function
- * @global array $js_messages
- */
-$GLOBALS['js_messages'] = array();
-
-/**
* JavaScript events that will be registered
* @global array $js_events
*/
diff --git a/libraries/header_scripts.inc.php b/libraries/header_scripts.inc.php
index 6d61758..55ebe47 100644
--- a/libraries/header_scripts.inc.php
+++ b/libraries/header_scripts.inc.php
@@ -65,49 +65,12 @@ $title = str_replace(
// here, the function does not exist with this configuration: $cfg['ServerDefault'] = 0;
$is_superuser = function_exists('PMA_isSuperuser') && PMA_isSuperuser();
-if (in_array('functions.js', $GLOBALS['js_include'])) {
- $GLOBALS['js_messages']['strFormEmpty'] = $GLOBALS['strFormEmpty'];
- $GLOBALS['js_messages']['strNotNumber'] = $GLOBALS['strNotNumber'];
- $GLOBALS['js_messages']['strClickToSelect'] = $GLOBALS['strClickToSelect'];
- $GLOBALS['js_messages']['strClickToUnselect'] = $GLOBALS['strClickToUnselect'];
-
- if (!$is_superuser && !$GLOBALS['cfg']['AllowUserDropDatabase']) {
- $GLOBALS['js_messages']['strNoDropDatabases'] = $GLOBALS['strNoDropDatabases'];
- } else {
- $GLOBALS['js_messages']['strNoDropDatabases'] = '';
- }
-
- if ($GLOBALS['cfg']['Confirm']) {
- $GLOBALS['js_messages']['strDoYouReally'] = $GLOBALS['strDoYouReally'];
- $GLOBALS['js_messages']['strDropDatabaseStrongWarning'] = $GLOBALS['strDropDatabaseStrongWarning'];
-
- // rajk - for blobstreaming
- $GLOBALS['js_messages']['strBLOBRepositoryDisableStrongWarning'] = $GLOBALS['strBLOBRepositoryDisableStrongWarning'];
- $GLOBALS['js_messages']['strBLOBRepositoryDisableAreYouSure'] = sprintf($GLOBALS['strBLOBRepositoryDisableAreYouSure'], $GLOBALS['db']);
- } else {
- $GLOBALS['js_messages']['strDoYouReally'] = '';
- $GLOBALS['js_messages']['strDropDatabaseStrongWarning'] = '';
-
- // rajk - for blobstreaming
- $GLOBALS['js_messages']['strBLOBRepositoryDisableStrongWarning'] = '';
- $GLOBALS['js_messages']['strBLOBRepositoryDisableAreYouSure'] = '';
- }
-} elseif (in_array('indexes.js', $GLOBALS['js_include'])) {
- $GLOBALS['js_messages']['strFormEmpty'] = $GLOBALS['strFormEmpty'];
- $GLOBALS['js_messages']['strNotNumber'] = $GLOBALS['strNotNumber'];
-}
-
-if (in_array('server_privileges.js', $GLOBALS['js_include'])) {
- $GLOBALS['js_messages']['strHostEmpty'] = $GLOBALS['strHostEmpty'];
- $GLOBALS['js_messages']['strUserEmpty'] = $GLOBALS['strUserEmpty'];
- $GLOBALS['js_messages']['strPasswordEmpty'] = $GLOBALS['strPasswordEmpty'];
- $GLOBALS['js_messages']['strPasswordNotSame'] = $GLOBALS['strPasswordNotSame'];
-}
-
-$GLOBALS['js_messages']['strGo'] = __('Go');
-$GLOBALS['js_messages']['strCancel'] = __('Cancel');
-
$GLOBALS['js_include'][] = 'tooltip.js';
+$params = array('lang' => $GLOBALS['lang']);
+if (isset($GLOBALS['db'])) {
+ $params['db'] = $GLOBALS['db'];
+}
+$GLOBALS['js_include'][] = 'messages.php' . PMA_generate_common_url($params);
$GLOBALS['js_events'][] = array(
'object' => 'window',
@@ -121,7 +84,11 @@ $GLOBALS['js_events'][] = array(
* browser cache. This produces an HTTP 304 request for each file.
*/
foreach ($GLOBALS['js_include'] as $js_script_file) {
- echo '<script src="./js/' . $js_script_file . '?ts=' . filemtime('./js/' . $js_script_file) . '" type="text/javascript"></script>' . "\n";
+ if (strpos($js_script_file, '?') === FALSE) {
+ echo '<script src="./js/' . $js_script_file . '?ts=' . filemtime('./js/' . $js_script_file) . '" type="text/javascript"></script>' . "\n";
+ } else {
+ echo '<script src="./js/' . $js_script_file . '" type="text/javascript"></script>' . "\n";
+ }
}
?>
<script type="text/javascript">
@@ -132,12 +99,7 @@ if (typeof(parent.document) != 'undefined' && typeof(parent.document) != 'unknow
parent.document.title = '<?php echo PMA_sanitize(PMA_escapeJsString($title)); ?>';
}
-var PMA_messages = new Array();
<?php
-foreach ($GLOBALS['js_messages'] as $name => $js_message) {
- echo "PMA_messages['" . $name . "'] = '" . PMA_escapeJsString($js_message) . "';\n";
-}
-
foreach ($GLOBALS['js_events'] as $js_event) {
echo "window.parent.addEvent(" . $js_event['object'] . ", '" . $js_event['event'] . "', "
. $js_event['function'] . ");\n";
hooks/post-receive
--
phpMyAdmin
1
0