Git
Threads by month
- ----- 2026 -----
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- 9 participants
- 39110 discussions
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_1RC1-1400-g8590dc5
by Madhura Jayaratne 17 May '11
by Madhura Jayaratne 17 May '11
17 May '11
The branch, master has been updated
via 8590dc5a7f206b04512041e2fdf5701643f498ef (commit)
via b091f91f92060b4911120ae3a8fc8d82364c9eb8 (commit)
from f1ed2782a749f3b43a47ddb30b59867f431e53a8 (commit)
- Log -----------------------------------------------------------------
commit 8590dc5a7f206b04512041e2fdf5701643f498ef
Merge: f1ed2782a749f3b43a47ddb30b59867f431e53a8 b091f91f92060b4911120ae3a8fc8d82364c9eb8
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Tue May 17 22:20:54 2011 +0530
Merge branch 'QA_3_4'
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 1 +
js/functions.js | 2 +-
js/messages.php | 1 +
js/sql.js | 127 +++++++++++++++++++++++++--------------
themes/original/img/b_close.png | Bin 0 -> 250 bytes
themes/original/img/b_save.png | Bin 0 -> 603 bytes
themes/pmahomme/img/b_close.png | Bin 0 -> 250 bytes
7 files changed, 84 insertions(+), 47 deletions(-)
create mode 100644 themes/original/img/b_close.png
create mode 100644 themes/original/img/b_save.png
create mode 100644 themes/pmahomme/img/b_close.png
diff --git a/ChangeLog b/ChangeLog
index c107110..0462842 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,7 @@
- bug #3285929 [privileges] Revert temporary fix
- bug #3302872 [synchronize] Synchronize and user name
- bug #3302733 [core] Some browsers report an insecure https connection
+- bug #3301249 [interface] Iconic table operations does not remove inline edit label
3.4.0.0 (2011-05-11)
+ rfe #2890226 [view] Enable VIEW rename
diff --git a/js/functions.js b/js/functions.js
index 570f578..a5118df 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -610,7 +610,7 @@ $(document).ready(function() {
*/
$('tr.odd:not(.noclick), tr.even:not(.noclick)').live('click',function(e) {
// do not trigger when clicked on anchor
- if ($(e.target).is('a, a *')) {
+ if ($(e.target).is('a, img, a *')) {
return;
}
// XXX: FF fires two click events for <label> (label and checkbox), so we need to handle this differently
diff --git a/js/messages.php b/js/messages.php
index 8af89c8..a710260 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -93,6 +93,7 @@ $js_messages['strImportCSV'] = __('Note: If the file contains multiple tables, t
$js_messages['strHideQueryBox'] = __('Hide query box');
$js_messages['strShowQueryBox'] = __('Show query box');
$js_messages['strInlineEdit'] = __('Inline Edit');
+$js_messages['strEdit'] = __('Edit');
$js_messages['strSave'] = __('Save');
$js_messages['strHide'] = __('Hide');
diff --git a/js/sql.js b/js/sql.js
index 1872e12..13fade0 100644
--- a/js/sql.js
+++ b/js/sql.js
@@ -7,13 +7,14 @@
*
*/
+var $data_a;
+
/**
* decode a string URL_encoded
*
* @param string str
* @return string the URL-decoded string
*/
-var data_vt;
function PMA_urldecode(str) {
return decodeURIComponent(str.replace(/\+/g, '%20'));
}
@@ -81,10 +82,16 @@ function appendInlineAnchor() {
$cloned_tr.find('td')
.addClass('inline_edit_anchor')
- .find('a').attr('href', '#')
- .find('span')
- .text(' ' + PMA_messages['strInlineEdit'])
- .prepend($img_object);
+ .find('a').attr('href', '#');
+ var $edit_span = $cloned_tr.find('span:contains("' + PMA_messages['strEdit'] + '")');
+ var $span = $cloned_tr.find('a').find('span');
+ if ($edit_span.length > 0) {
+ $span.text(' ' + PMA_messages['strInlineEdit']);
+ $span.prepend($img_object);
+ } else {
+ $span.text('');
+ $span.append($img_object);
+ }
$cloned_tr.insertAfter($this_tr);
});
@@ -109,14 +116,16 @@ function appendInlineAnchor() {
if ($img_object.length != 0) {
var img_src = $img_object.attr('src').replace(/b_edit/,'b_inline_edit');
$img_object.attr('src', img_src);
- $cloned_anchor
- .find('a').attr('href', '#')
- .find('span')
- .text(' ' + PMA_messages['strInlineEdit']);
- $cloned_anchor
- .find('span')
- .first()
- .prepend($img_object);
+ $cloned_anchor.find('a').attr('href', '#');
+ var $edit_span = $cloned_anchor.find('span:contains("' + PMA_messages['strEdit'] + '")');
+ var $span = $cloned_anchor.find('a').find('span');
+ if ($edit_span.length > 0) {
+ $span.text(' ' + PMA_messages['strInlineEdit']);
+ $span.prepend($img_object);
+ } else {
+ $span.text('');
+ $span.append($img_object);
+ }
} else {
// Only text is displayed. See $cfg['PropertiesIconic']
$cloned_anchor.find('a').attr('href', '#');
@@ -447,24 +456,58 @@ $(document).ready(function() {
// Looping through all columns or rows, to find the required data and then storing it in an array.
var $this_children = $edit_td.children('span.nowrap').children('a').children('span.nowrap');
- if (disp_mode != 'vertical') {
+ // Keep the original data preserved.
+ $data_a = $edit_td.children('span.nowrap').children('a').clone();
+
+ // Change the inline edit to save.
+ var $img_object = $this_children.find('img');
+
+ // If texts are displayed. See $cfg['PropertiesIconic']
+ if ($this_children.parent('a').find('span:contains("' + PMA_messages['strInlineEdit'] + '")').length > 0) {
+ $this_children.text(' ' + PMA_messages['strSave']);
+ } else {
$this_children.empty();
- $this_children.text(PMA_messages['strSave']);
+ }
+
+ // If icons are displayed. See $cfg['PropertiesIconic']
+ if ($img_object.length > 0) {
+ $img_object.attr('title', PMA_messages['strSave']);
+ var img_src = $img_object.attr('src').replace(/b_inline_edit/,'b_save');
+ $img_object.attr('src', img_src);
+ $this_children.prepend($img_object);
+ }
+
+ // Clone the save link and change it to create the hide link.
+ var $hide_a = $edit_td.children('span.nowrap').children('a').clone().attr('id', 'hide');
+ var $hide_span = $hide_a.find('span');
+ var $img_object = $hide_a.find('span img');
+
+ // If texts are displayed. See $cfg['PropertiesIconic']
+ if ($hide_a.find('span:contains("' + PMA_messages['strSave'] + '")').length > 0) {
+ $hide_span.text(' ' + PMA_messages['strHide']);
} else {
- // vertical
- data_vt = $this_children.html();
- $this_children.text(PMA_messages['strSave']);
+ $hide_span.empty();
+ }
+
+ // If icons are displayed. See $cfg['PropertiesIconic']
+ if ($img_object.length > 0) {
+ $img_object.attr('title', PMA_messages['strHide']);
+ var img_src = $img_object.attr('src').replace(/b_save/,'b_close');
+ $img_object.attr('src', img_src);
+ $hide_span.prepend($img_object);
}
- var hide_link = '<br /><br /><a id="hide">' + PMA_messages['strHide'] + '</a>';
+ // Add hide icon and/or text.
+ $edit_td.children('span.nowrap').append($('<br /><br />')).append($hide_a);
+
if (disp_mode != 'vertical') {
- $edit_td.append(hide_link);
- $('#table_results tbody tr td a#hide').click(function() {
- $this_children = $(this).siblings('span.nowrap').children('a').children('span.nowrap');
- $this_children.empty();
- $this_children.text(PMA_messages['strInlineEdit']);
+ $('#table_results tbody tr td span a#hide').click(function() {
+ var $this_hide = $(this).parents('td');
+
+ var $this_span = $this_hide.find('span');
+ $this_span.find('a, br').remove();
+ $this_span.append($data_a.clone());
- var $this_hide = $(this).parent();
$this_hide.removeClass("inline_edit_active hover").addClass("inline_edit_anchor");
$this_hide.parent().removeClass("hover noclick");
$this_hide.siblings().removeClass("hover");
@@ -489,14 +532,15 @@ $(document).ready(function() {
var txt = '';
var rows = $edit_td.parent().siblings().length;
- $edit_td.append(hide_link);
- $('#table_results tbody tr td a#hide').click(function() {
- var pos = $(this).parent().index();
- var $chg_submit = $(this).parent().children('span.nowrap').children('a').children('span.nowrap');
- $chg_submit.empty();
- $chg_submit.append(data_vt);
+ $('#table_results tbody tr td span a#hide').click(function() {
+ var $hide_a = $(this);
+ var pos = $hide_a.parents('td').index();
+
+ var $this_span = $hide_a.parent();
+ $this_span.find('a, br').remove();
+ $this_span.append($data_a.clone());
- var $this_row = $(this).parents('tr');
+ var $this_row = $this_span.parents('tr');
// changing inline_edit_active to inline_edit_anchor
$this_row.siblings("tr:eq(3) td:eq(" + pos + ")").removeClass("inline_edit_active").addClass("inline_edit_anchor");
@@ -962,19 +1006,10 @@ $(document).ready(function() {
*/
function PMA_unInlineEditRow($del_hide, $chg_submit, $this_td, $input_siblings, data, disp_mode) {
- // deleting the hide button
- // remove <br><br><a> tags
- for ( var i = 0; i <= 2; i++) {
- $del_hide.next().remove();
- }
- if(disp_mode != 'vertical'){
- $chg_submit.empty();
- $chg_submit.html('<span class="nowrap"></span>');
- $chg_submit.children('span.nowrap').text(PMA_messages['strInlineEdit']);
- } else {
- $chg_submit.children('span.nowrap').empty();
- $chg_submit.children('span.nowrap').append(data_vt);
- }
+ // deleting the hide button. remove <br><br><a> tags
+ $del_hide.find('a, br').remove();
+ // append inline edit button.
+ $del_hide.append($data_a.clone());
// changing inline_edit_active to inline_edit_anchor
$this_td.removeClass('inline_edit_active').addClass('inline_edit_anchor');
@@ -984,7 +1019,7 @@ function PMA_unInlineEditRow($del_hide, $chg_submit, $this_td, $input_siblings,
if(disp_mode != 'vertical') {
$this_td.parent('tr').removeClass('hover').find('td').removeClass('hover');
} else {
- $this_td.parents('tbody').find('tr').find('td:eq(' + $this_td.index() + ')').removeClass('marked');
+ $this_td.parents('tbody').find('tr').find('td:eq(' + $this_td.index() + ')').removeClass('marked hover');
}
$input_siblings.each(function() {
diff --git a/themes/original/img/b_close.png b/themes/original/img/b_close.png
new file mode 100644
index 0000000..8ad396e
Binary files /dev/null and b/themes/original/img/b_close.png differ
diff --git a/themes/original/img/b_save.png b/themes/original/img/b_save.png
new file mode 100644
index 0000000..7c8d475
Binary files /dev/null and b/themes/original/img/b_save.png differ
diff --git a/themes/pmahomme/img/b_close.png b/themes/pmahomme/img/b_close.png
new file mode 100644
index 0000000..8ad396e
Binary files /dev/null and b/themes/pmahomme/img/b_close.png differ
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_1RC1-11-gb091f91
by Madhura Jayaratne 17 May '11
by Madhura Jayaratne 17 May '11
17 May '11
The branch, QA_3_4 has been updated
via b091f91f92060b4911120ae3a8fc8d82364c9eb8 (commit)
from 2f2157cf24976e527364c48a4f5e57a6845b39d3 (commit)
- Log -----------------------------------------------------------------
commit b091f91f92060b4911120ae3a8fc8d82364c9eb8
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: Tue May 17 22:15:58 2011 +0530
bug #3301249 [interface] Iconic table operations does not remove inline edit label
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 1 +
js/functions.js | 2 +-
js/messages.php | 1 +
js/sql.js | 127 +++++++++++++++++++++++++--------------
themes/original/img/b_close.png | Bin 0 -> 250 bytes
themes/original/img/b_save.png | Bin 0 -> 603 bytes
themes/pmahomme/img/b_close.png | Bin 0 -> 250 bytes
7 files changed, 84 insertions(+), 47 deletions(-)
create mode 100644 themes/original/img/b_close.png
create mode 100644 themes/original/img/b_save.png
create mode 100644 themes/pmahomme/img/b_close.png
diff --git a/ChangeLog b/ChangeLog
index 737897c..d35b15d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@
- bug #3285929 [privileges] Revert temporary fix
- bug #3302872 [synchronize] Synchronize and user name
- bug #3302733 [core] Some browsers report an insecure https connection
+- bug #3301249 [interface] Iconic table operations does not remove inline edit label
3.4.0.0 (2011-05-11)
+ rfe #2890226 [view] Enable VIEW rename
diff --git a/js/functions.js b/js/functions.js
index 2359502..8c5bc64 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -606,7 +606,7 @@ $(document).ready(function() {
*/
$('tr.odd:not(.noclick), tr.even:not(.noclick)').live('click',function(e) {
// do not trigger when clicked on anchor
- if ($(e.target).is('a, a *')) {
+ if ($(e.target).is('a, img, a *')) {
return;
}
// XXX: FF fires two click events for <label> (label and checkbox), so we need to handle this differently
diff --git a/js/messages.php b/js/messages.php
index 0f7c8c7..afc73e0 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -86,6 +86,7 @@ $js_messages['strSearching'] = __('Searching');
$js_messages['strHideQueryBox'] = __('Hide query box');
$js_messages['strShowQueryBox'] = __('Show query box');
$js_messages['strInlineEdit'] = __('Inline Edit');
+$js_messages['strEdit'] = __('Edit');
$js_messages['strSave'] = __('Save');
$js_messages['strHide'] = __('Hide');
diff --git a/js/sql.js b/js/sql.js
index 1872e12..13fade0 100644
--- a/js/sql.js
+++ b/js/sql.js
@@ -7,13 +7,14 @@
*
*/
+var $data_a;
+
/**
* decode a string URL_encoded
*
* @param string str
* @return string the URL-decoded string
*/
-var data_vt;
function PMA_urldecode(str) {
return decodeURIComponent(str.replace(/\+/g, '%20'));
}
@@ -81,10 +82,16 @@ function appendInlineAnchor() {
$cloned_tr.find('td')
.addClass('inline_edit_anchor')
- .find('a').attr('href', '#')
- .find('span')
- .text(' ' + PMA_messages['strInlineEdit'])
- .prepend($img_object);
+ .find('a').attr('href', '#');
+ var $edit_span = $cloned_tr.find('span:contains("' + PMA_messages['strEdit'] + '")');
+ var $span = $cloned_tr.find('a').find('span');
+ if ($edit_span.length > 0) {
+ $span.text(' ' + PMA_messages['strInlineEdit']);
+ $span.prepend($img_object);
+ } else {
+ $span.text('');
+ $span.append($img_object);
+ }
$cloned_tr.insertAfter($this_tr);
});
@@ -109,14 +116,16 @@ function appendInlineAnchor() {
if ($img_object.length != 0) {
var img_src = $img_object.attr('src').replace(/b_edit/,'b_inline_edit');
$img_object.attr('src', img_src);
- $cloned_anchor
- .find('a').attr('href', '#')
- .find('span')
- .text(' ' + PMA_messages['strInlineEdit']);
- $cloned_anchor
- .find('span')
- .first()
- .prepend($img_object);
+ $cloned_anchor.find('a').attr('href', '#');
+ var $edit_span = $cloned_anchor.find('span:contains("' + PMA_messages['strEdit'] + '")');
+ var $span = $cloned_anchor.find('a').find('span');
+ if ($edit_span.length > 0) {
+ $span.text(' ' + PMA_messages['strInlineEdit']);
+ $span.prepend($img_object);
+ } else {
+ $span.text('');
+ $span.append($img_object);
+ }
} else {
// Only text is displayed. See $cfg['PropertiesIconic']
$cloned_anchor.find('a').attr('href', '#');
@@ -447,24 +456,58 @@ $(document).ready(function() {
// Looping through all columns or rows, to find the required data and then storing it in an array.
var $this_children = $edit_td.children('span.nowrap').children('a').children('span.nowrap');
- if (disp_mode != 'vertical') {
+ // Keep the original data preserved.
+ $data_a = $edit_td.children('span.nowrap').children('a').clone();
+
+ // Change the inline edit to save.
+ var $img_object = $this_children.find('img');
+
+ // If texts are displayed. See $cfg['PropertiesIconic']
+ if ($this_children.parent('a').find('span:contains("' + PMA_messages['strInlineEdit'] + '")').length > 0) {
+ $this_children.text(' ' + PMA_messages['strSave']);
+ } else {
$this_children.empty();
- $this_children.text(PMA_messages['strSave']);
+ }
+
+ // If icons are displayed. See $cfg['PropertiesIconic']
+ if ($img_object.length > 0) {
+ $img_object.attr('title', PMA_messages['strSave']);
+ var img_src = $img_object.attr('src').replace(/b_inline_edit/,'b_save');
+ $img_object.attr('src', img_src);
+ $this_children.prepend($img_object);
+ }
+
+ // Clone the save link and change it to create the hide link.
+ var $hide_a = $edit_td.children('span.nowrap').children('a').clone().attr('id', 'hide');
+ var $hide_span = $hide_a.find('span');
+ var $img_object = $hide_a.find('span img');
+
+ // If texts are displayed. See $cfg['PropertiesIconic']
+ if ($hide_a.find('span:contains("' + PMA_messages['strSave'] + '")').length > 0) {
+ $hide_span.text(' ' + PMA_messages['strHide']);
} else {
- // vertical
- data_vt = $this_children.html();
- $this_children.text(PMA_messages['strSave']);
+ $hide_span.empty();
+ }
+
+ // If icons are displayed. See $cfg['PropertiesIconic']
+ if ($img_object.length > 0) {
+ $img_object.attr('title', PMA_messages['strHide']);
+ var img_src = $img_object.attr('src').replace(/b_save/,'b_close');
+ $img_object.attr('src', img_src);
+ $hide_span.prepend($img_object);
}
- var hide_link = '<br /><br /><a id="hide">' + PMA_messages['strHide'] + '</a>';
+ // Add hide icon and/or text.
+ $edit_td.children('span.nowrap').append($('<br /><br />')).append($hide_a);
+
if (disp_mode != 'vertical') {
- $edit_td.append(hide_link);
- $('#table_results tbody tr td a#hide').click(function() {
- $this_children = $(this).siblings('span.nowrap').children('a').children('span.nowrap');
- $this_children.empty();
- $this_children.text(PMA_messages['strInlineEdit']);
+ $('#table_results tbody tr td span a#hide').click(function() {
+ var $this_hide = $(this).parents('td');
+
+ var $this_span = $this_hide.find('span');
+ $this_span.find('a, br').remove();
+ $this_span.append($data_a.clone());
- var $this_hide = $(this).parent();
$this_hide.removeClass("inline_edit_active hover").addClass("inline_edit_anchor");
$this_hide.parent().removeClass("hover noclick");
$this_hide.siblings().removeClass("hover");
@@ -489,14 +532,15 @@ $(document).ready(function() {
var txt = '';
var rows = $edit_td.parent().siblings().length;
- $edit_td.append(hide_link);
- $('#table_results tbody tr td a#hide').click(function() {
- var pos = $(this).parent().index();
- var $chg_submit = $(this).parent().children('span.nowrap').children('a').children('span.nowrap');
- $chg_submit.empty();
- $chg_submit.append(data_vt);
+ $('#table_results tbody tr td span a#hide').click(function() {
+ var $hide_a = $(this);
+ var pos = $hide_a.parents('td').index();
+
+ var $this_span = $hide_a.parent();
+ $this_span.find('a, br').remove();
+ $this_span.append($data_a.clone());
- var $this_row = $(this).parents('tr');
+ var $this_row = $this_span.parents('tr');
// changing inline_edit_active to inline_edit_anchor
$this_row.siblings("tr:eq(3) td:eq(" + pos + ")").removeClass("inline_edit_active").addClass("inline_edit_anchor");
@@ -962,19 +1006,10 @@ $(document).ready(function() {
*/
function PMA_unInlineEditRow($del_hide, $chg_submit, $this_td, $input_siblings, data, disp_mode) {
- // deleting the hide button
- // remove <br><br><a> tags
- for ( var i = 0; i <= 2; i++) {
- $del_hide.next().remove();
- }
- if(disp_mode != 'vertical'){
- $chg_submit.empty();
- $chg_submit.html('<span class="nowrap"></span>');
- $chg_submit.children('span.nowrap').text(PMA_messages['strInlineEdit']);
- } else {
- $chg_submit.children('span.nowrap').empty();
- $chg_submit.children('span.nowrap').append(data_vt);
- }
+ // deleting the hide button. remove <br><br><a> tags
+ $del_hide.find('a, br').remove();
+ // append inline edit button.
+ $del_hide.append($data_a.clone());
// changing inline_edit_active to inline_edit_anchor
$this_td.removeClass('inline_edit_active').addClass('inline_edit_anchor');
@@ -984,7 +1019,7 @@ function PMA_unInlineEditRow($del_hide, $chg_submit, $this_td, $input_siblings,
if(disp_mode != 'vertical') {
$this_td.parent('tr').removeClass('hover').find('td').removeClass('hover');
} else {
- $this_td.parents('tbody').find('tr').find('td:eq(' + $this_td.index() + ')').removeClass('marked');
+ $this_td.parents('tbody').find('tr').find('td:eq(' + $this_td.index() + ')').removeClass('marked hover');
}
$input_siblings.each(function() {
diff --git a/themes/original/img/b_close.png b/themes/original/img/b_close.png
new file mode 100644
index 0000000..8ad396e
Binary files /dev/null and b/themes/original/img/b_close.png differ
diff --git a/themes/original/img/b_save.png b/themes/original/img/b_save.png
new file mode 100644
index 0000000..7c8d475
Binary files /dev/null and b/themes/original/img/b_save.png differ
diff --git a/themes/pmahomme/img/b_close.png b/themes/pmahomme/img/b_close.png
new file mode 100644
index 0000000..8ad396e
Binary files /dev/null and b/themes/pmahomme/img/b_close.png differ
hooks/post-receive
--
phpMyAdmin
1
0
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_1RC1-1398-gf1ed278
by Marc Delisle 17 May '11
by Marc Delisle 17 May '11
17 May '11
The branch, master has been updated
via f1ed2782a749f3b43a47ddb30b59867f431e53a8 (commit)
from 43b9ae2025e40b0ee8638b85bc6aac5dfa4278c7 (commit)
- Log -----------------------------------------------------------------
commit f1ed2782a749f3b43a47ddb30b59867f431e53a8
Author: Marc Delisle <marc(a)infomarc.info>
Date: Tue May 17 12:37:18 2011 -0400
Refresh .po files
-----------------------------------------------------------------------
Summary of changes:
po/af.po | 50 +++++---
po/ar.po | 50 +++++---
po/az.po | 50 +++++---
po/be.po | 50 +++++---
po/be(a)latin.po | 50 +++++---
po/bg.po | 86 +++++---------
po/bn.po | 50 +++++---
po/bs.po | 50 +++++---
po/ca.po | 50 +++++---
po/cs.po | 112 +++++++++---------
po/cy.po | 50 +++++---
po/da.po | 50 +++++---
po/de.po | 50 +++++---
po/el.po | 50 +++++---
po/en_GB.po | 67 +++++------
po/es.po | 50 +++++---
po/et.po | 50 +++++---
po/eu.po | 50 +++++---
po/fa.po | 50 +++++---
po/fi.po | 50 +++++---
po/fr.po | 74 ++++++------
po/gl.po | 50 +++++---
po/he.po | 50 +++++---
po/hi.po | 50 +++++---
po/hr.po | 50 +++++---
po/hu.po | 50 +++++---
po/id.po | 50 +++++---
po/it.po | 50 +++++---
po/ja.po | 83 +++++++-------
po/ka.po | 50 +++++---
po/ko.po | 50 +++++---
po/lt.po | 50 +++++---
po/lv.po | 50 +++++---
po/mk.po | 50 +++++---
po/ml.po | 46 +++++---
po/mn.po | 50 +++++---
po/ms.po | 50 +++++---
po/nb.po | 50 +++++---
po/nl.po | 50 +++++---
po/phpmyadmin.pot | 46 +++++---
po/pl.po | 50 +++++---
po/pt.po | 50 +++++---
po/pt_BR.po | 50 +++++---
po/ro.po | 50 +++++---
po/ru.po | 50 +++++---
po/si.po | 50 +++++---
po/sk.po | 336 +++++++++++------------------------------------------
po/sl.po | 50 +++++---
po/sq.po | 50 +++++---
po/sr.po | 50 +++++---
po/sr(a)latin.po | 50 +++++---
po/sv.po | 50 +++++---
po/ta.po | 46 +++++---
po/te.po | 48 +++++---
po/th.po | 50 +++++---
po/tr.po | 50 +++++---
po/tt.po | 50 +++++---
po/ug.po | 50 +++++---
po/uk.po | 50 +++++---
po/ur.po | 50 +++++---
po/uz.po | 50 +++++---
po/uz(a)latin.po | 50 +++++---
po/zh_CN.po | 50 +++++---
po/zh_TW.po | 50 +++++---
64 files changed, 2048 insertions(+), 1596 deletions(-)
diff --git a/po/af.po b/po/af.po
index 0da226c..aa6f18a 100644
--- a/po/af.po
+++ b/po/af.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-16 10:31-0400\n"
+"POT-Creation-Date: 2011-05-17 12:36-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"
@@ -1144,6 +1144,18 @@ msgstr "SQL-stelling"
msgid "Show search results"
msgstr "SQL-stelling"
+#: js/messages.php:86
+#, fuzzy
+#| msgid "Browse"
+msgid "Browsing"
+msgstr "Beloer Data"
+
+#: js/messages.php:87
+#, fuzzy
+#| msgid "Delete"
+msgid "Deleting"
+msgstr "Verwyder"
+
#: js/messages.php:90
msgid ""
"Note: If the file contains multiple tables, they will be combined into one"
@@ -2059,7 +2071,7 @@ msgstr "en"
#: libraries/display_export.lib.php:239 libraries/engines/pbms.lib.php:71
#: libraries/engines/pbxt.lib.php:106 libraries/relation.lib.php:85
#: libraries/sql_query_form.lib.php:429 libraries/sql_query_form.lib.php:432
-#: main.php:209 server_variables.php:63
+#: main.php:212 server_variables.php:63
msgid "Documentation"
msgstr "Dokumentasie"
@@ -4960,7 +4972,7 @@ msgstr "Bediener weergawe"
msgid "Link not found"
msgstr "Skakel nie gevind nie"
-#: libraries/engines/bdb.lib.php:20 main.php:208
+#: libraries/engines/bdb.lib.php:20 main.php:211
#, fuzzy
msgid "Version information"
msgstr "Wys PHP informasie"
@@ -6876,31 +6888,31 @@ msgstr "PHP Version"
msgid "Show PHP information"
msgstr "Wys PHP informasie"
-#: main.php:210
+#: main.php:213
msgid "Wiki"
msgstr ""
-#: main.php:213
+#: main.php:216
msgid "Official Homepage"
msgstr "Amptelike phpMyAdmin Tuisblad"
-#: main.php:214
+#: main.php:217
#, fuzzy
#| msgid "Attributes"
msgid "Contribute"
msgstr "Kenmerke"
-#: main.php:215
+#: main.php:218
msgid "Get support"
msgstr ""
-#: main.php:216
+#: main.php:219
#, fuzzy
#| msgid "No change"
msgid "List of changes"
msgstr "Geen verandering"
-#: main.php:240
+#: main.php:243
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -6908,21 +6920,21 @@ msgid ""
"this security hole by setting a password for user 'root'."
msgstr ""
-#: main.php:248
+#: main.php:251
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
"corrupted!"
msgstr ""
-#: main.php:256
+#: main.php:259
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
"split strings correctly and it may result in unexpected results."
msgstr ""
-#: main.php:264
+#: main.php:267
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -6930,24 +6942,24 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:271
+#: main.php:274
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:279
+#: main.php:282
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
-#: main.php:287
+#: main.php:290
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:296
+#: main.php:299
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -6959,21 +6971,21 @@ msgstr ""
"Die addisionele funksies om met geskakelde tabelle te werk is ge deaktiveer. "
"Om uit te vind hoekom kliek %shier%s."
-#: main.php:311
+#: main.php:314
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:326
+#: main.php:329
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
"This may cause unpredictable behavior."
msgstr ""
-#: main.php:338
+#: main.php:341
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/ar.po b/po/ar.po
index 6502b9c..6b0b8a1 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-16 10:31-0400\n"
+"POT-Creation-Date: 2011-05-17 12:36-0400\n"
"PO-Revision-Date: 2011-04-21 13:56+0200\n"
"Last-Translator: <u4504712(a)anu.edu.au>\n"
"Language-Team: arabic <ar(a)li.org>\n"
@@ -1162,6 +1162,18 @@ msgstr "في الاستعلام"
msgid "Show search results"
msgstr "استعلام-SQL"
+#: js/messages.php:86
+#, fuzzy
+#| msgid "Browse"
+msgid "Browsing"
+msgstr "استعراض"
+
+#: js/messages.php:87
+#, fuzzy
+#| msgid "Deleting %s"
+msgid "Deleting"
+msgstr "قيد حذف %s"
+
#: js/messages.php:90
msgid ""
"Note: If the file contains multiple tables, they will be combined into one"
@@ -2076,7 +2088,7 @@ msgstr "en"
#: libraries/display_export.lib.php:239 libraries/engines/pbms.lib.php:71
#: libraries/engines/pbxt.lib.php:106 libraries/relation.lib.php:85
#: libraries/sql_query_form.lib.php:429 libraries/sql_query_form.lib.php:432
-#: main.php:209 server_variables.php:63
+#: main.php:212 server_variables.php:63
msgid "Documentation"
msgstr "مستندات وثائقية"
@@ -4999,7 +5011,7 @@ msgstr "تكوين"
msgid "Link not found"
msgstr "لم يمكن إيجاد الوصلة"
-#: libraries/engines/bdb.lib.php:20 main.php:208
+#: libraries/engines/bdb.lib.php:20 main.php:211
msgid "Version information"
msgstr ""
@@ -6970,27 +6982,27 @@ msgstr ""
msgid "Show PHP information"
msgstr "عرض المعلومات المتعلقة ب PHP"
-#: main.php:210
+#: main.php:213
msgid "Wiki"
msgstr "ويكي"
-#: main.php:213
+#: main.php:216
msgid "Official Homepage"
msgstr "الصفحة الرئيسية الرسمية لـ phpMyAdmin"
-#: main.php:214
+#: main.php:217
msgid "Contribute"
msgstr "مشاركه"
-#: main.php:215
+#: main.php:218
msgid "Get support"
msgstr "اجلب دعم"
-#: main.php:216
+#: main.php:219
msgid "List of changes"
msgstr "قائمة التعديلات"
-#: main.php:240
+#: main.php:243
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -7002,21 +7014,21 @@ msgstr ""
"الافتراضية معرض لخطر الاقتحام، وعليك أن تقوم بإصلاح ثغرة الأمان هذه في أقرب "
"وقت ممكن."
-#: main.php:248
+#: main.php:251
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
"corrupted!"
msgstr ""
-#: main.php:256
+#: main.php:259
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
"split strings correctly and it may result in unexpected results."
msgstr ""
-#: main.php:264
+#: main.php:267
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7024,24 +7036,24 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:271
+#: main.php:274
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:279
+#: main.php:282
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr "يحتاج ملف الإعداد الآن إلى كلمة المرور السرية."
-#: main.php:287
+#: main.php:290
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:296
+#: main.php:299
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -7053,21 +7065,21 @@ msgstr ""
"تم تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب اضغط %sهنا%"
"s."
-#: main.php:311
+#: main.php:314
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:326
+#: main.php:329
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
"This may cause unpredictable behavior."
msgstr ""
-#: main.php:338
+#: main.php:341
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/az.po b/po/az.po
index 645a5fe..54d8df7 100644
--- a/po/az.po
+++ b/po/az.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-16 10:31-0400\n"
+"POT-Creation-Date: 2011-05-17 12:36-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"
@@ -1159,6 +1159,18 @@ msgstr "SQL sorğusu"
msgid "Show search results"
msgstr "SQL sorğusu"
+#: js/messages.php:86
+#, fuzzy
+#| msgid "Browse"
+msgid "Browsing"
+msgstr "İçindekiler"
+
+#: js/messages.php:87
+#, fuzzy
+#| msgid "Deleting %s"
+msgid "Deleting"
+msgstr "%s silinir"
+
#: js/messages.php:90
msgid ""
"Note: If the file contains multiple tables, they will be combined into one"
@@ -2076,7 +2088,7 @@ msgstr "en"
#: libraries/display_export.lib.php:239 libraries/engines/pbms.lib.php:71
#: libraries/engines/pbxt.lib.php:106 libraries/relation.lib.php:85
#: libraries/sql_query_form.lib.php:429 libraries/sql_query_form.lib.php:432
-#: main.php:209 server_variables.php:63
+#: main.php:212 server_variables.php:63
msgid "Documentation"
msgstr "Dokumentasiya"
@@ -5021,7 +5033,7 @@ msgstr "Server versiyası"
msgid "Link not found"
msgstr "Link tapılmadı"
-#: libraries/engines/bdb.lib.php:20 main.php:208
+#: libraries/engines/bdb.lib.php:20 main.php:211
#, fuzzy
msgid "Version information"
msgstr "Sisteme Giriş Me'lumatı"
@@ -7019,31 +7031,31 @@ msgstr "PHP Versiyası"
msgid "Show PHP information"
msgstr "PHPInfo() me'lumatını göster"
-#: main.php:210
+#: main.php:213
msgid "Wiki"
msgstr ""
-#: main.php:213
+#: main.php:216
msgid "Official Homepage"
msgstr "phpMyAdmin Resmi İnternet Sehifesi"
-#: main.php:214
+#: main.php:217
#, fuzzy
#| msgid "Attributes"
msgid "Contribute"
msgstr "Xüsusiyyetler"
-#: main.php:215
+#: main.php:218
msgid "Get support"
msgstr ""
-#: main.php:216
+#: main.php:219
#, fuzzy
#| msgid "No change"
msgid "List of changes"
msgstr "Deyişiklik Yoxdur"
-#: main.php:240
+#: main.php:243
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -7054,21 +7066,21 @@ msgstr ""
"istifadeçisi) mövcuddur ki, bu da tehlükesizlik nöqteyi nezerinden e'tibarlı "
"deyildir."
-#: main.php:248
+#: main.php:251
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
"corrupted!"
msgstr ""
-#: main.php:256
+#: main.php:259
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
"split strings correctly and it may result in unexpected results."
msgstr ""
-#: main.php:264
+#: main.php:267
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7076,24 +7088,24 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:271
+#: main.php:274
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:279
+#: main.php:282
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
-#: main.php:287
+#: main.php:290
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:296
+#: main.php:299
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -7105,21 +7117,21 @@ msgstr ""
"Elaqelendirilmiş cedveller üçün nezerde tutulmuş be'zi xüsusiyyetler "
"passivleşdirilmişdir. Sebebini aydınlaşdırmaq üçün %sbax%s."
-#: main.php:311
+#: main.php:314
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:326
+#: main.php:329
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
"This may cause unpredictable behavior."
msgstr ""
-#: main.php:338
+#: main.php:341
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/be.po b/po/be.po
index 0d768f8..1f136bb 100644
--- a/po/be.po
+++ b/po/be.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-16 10:31-0400\n"
+"POT-Creation-Date: 2011-05-17 12:36-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"
@@ -1186,6 +1186,18 @@ msgstr "SQL-запыт"
msgid "Show search results"
msgstr "SQL-запыт"
+#: js/messages.php:86
+#, fuzzy
+#| msgid "Browse"
+msgid "Browsing"
+msgstr "Прагляд"
+
+#: js/messages.php:87
+#, fuzzy
+#| msgid "Deleting %s"
+msgid "Deleting"
+msgstr "Выдаленьне %s"
+
#: js/messages.php:90
msgid ""
"Note: If the file contains multiple tables, they will be combined into one"
@@ -2126,7 +2138,7 @@ msgstr "en"
#: libraries/display_export.lib.php:239 libraries/engines/pbms.lib.php:71
#: libraries/engines/pbxt.lib.php:106 libraries/relation.lib.php:85
#: libraries/sql_query_form.lib.php:429 libraries/sql_query_form.lib.php:432
-#: main.php:209 server_variables.php:63
+#: main.php:212 server_variables.php:63
msgid "Documentation"
msgstr "Дакумэнтацыя"
@@ -5132,7 +5144,7 @@ msgstr "Стварыць сувязь"
msgid "Link not found"
msgstr "Сувязь ня знойдзеная"
-#: libraries/engines/bdb.lib.php:20 main.php:208
+#: libraries/engines/bdb.lib.php:20 main.php:211
msgid "Version information"
msgstr "Інфармацыя пра вэрсію"
@@ -7231,31 +7243,31 @@ msgstr "Пашырэньне PHP"
msgid "Show PHP information"
msgstr "Паказаць інфармацыю пра PHP"
-#: main.php:210
+#: main.php:213
msgid "Wiki"
msgstr "Wiki"
-#: main.php:213
+#: main.php:216
msgid "Official Homepage"
msgstr "Афіцыйная старонка phpMyAdmin"
-#: main.php:214
+#: main.php:217
#, fuzzy
#| msgid "Attributes"
msgid "Contribute"
msgstr "Атрыбуты"
-#: main.php:215
+#: main.php:218
msgid "Get support"
msgstr ""
-#: main.php:216
+#: main.php:219
#, fuzzy
#| msgid "No change"
msgid "List of changes"
msgstr "Няма зьменаў"
-#: main.php:240
+#: main.php:243
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -7268,7 +7280,7 @@ msgstr ""
"зьнешняга ўрываньня, і таму вам абавязкова трэба выправіць гэтую хібу ў "
"бясьпецы."
-#: main.php:248
+#: main.php:251
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
@@ -7277,7 +7289,7 @@ msgstr ""
"Вы ўключылі mbstring.func_overload у вашым канфігурацыйным файле PHP. Гэтая "
"опцыя несумяшчальная з phpMyAdmin і можа выклікаць пашкоджаньне дадзеных!"
-#: main.php:256
+#: main.php:259
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
@@ -7287,7 +7299,7 @@ msgstr ""
"шматбайтавую кадыроўку. Без пашырэньня mbstring phpMyAdmin ня можа падзяляць "
"радкі карэктна, і гэта можа прывесьці да нечаканых вынікаў."
-#: main.php:264
+#: main.php:267
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7295,25 +7307,25 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:271
+#: main.php:274
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:279
+#: main.php:282
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
"Канфігурацыйнаму файлу зараз патрэбная сакрэтная фраза (blowfish_secret)."
-#: main.php:287
+#: main.php:290
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:296
+#: main.php:299
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -7325,14 +7337,14 @@ msgstr ""
"Дадатковыя магчымасьці работы з зьвязанымі табліцамі былі адключаныя. Каб "
"высьветліць чаму, націсьніце %sтут%s."
-#: main.php:311
+#: main.php:314
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:326
+#: main.php:329
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
@@ -7341,7 +7353,7 @@ msgstr ""
"Вэрсія вашай бібліятэкі MySQL для PHP %s адрозьніваецца ад вэрсіі вашага "
"сэрвэра MySQL %s. Гэта можа выклікаць непрадказальныя паводзіны."
-#: main.php:338
+#: main.php:341
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/be(a)latin.po b/po/be(a)latin.po
index 7637ac9..0bca0b5 100644
--- a/po/be(a)latin.po
+++ b/po/be(a)latin.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-16 10:31-0400\n"
+"POT-Creation-Date: 2011-05-17 12:36-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"
@@ -1185,6 +1185,18 @@ msgstr "pa zapytu"
msgid "Show search results"
msgstr "U vyhladzie SQL-zapytu"
+#: js/messages.php:86
+#, fuzzy
+#| msgid "Browse"
+msgid "Browsing"
+msgstr "Prahlad"
+
+#: js/messages.php:87
+#, fuzzy
+#| msgid "Deleting %s"
+msgid "Deleting"
+msgstr "Vydaleńnie %s"
+
#: js/messages.php:90
msgid ""
"Note: If the file contains multiple tables, they will be combined into one"
@@ -2134,7 +2146,7 @@ msgstr "en"
#: libraries/display_export.lib.php:239 libraries/engines/pbms.lib.php:71
#: libraries/engines/pbxt.lib.php:106 libraries/relation.lib.php:85
#: libraries/sql_query_form.lib.php:429 libraries/sql_query_form.lib.php:432
-#: main.php:209 server_variables.php:63
+#: main.php:212 server_variables.php:63
msgid "Documentation"
msgstr "Dakumentacyja"
@@ -5106,7 +5118,7 @@ msgstr "Stvaryć"
msgid "Link not found"
msgstr "Suviaź nia znojdzienaja"
-#: libraries/engines/bdb.lib.php:20 main.php:208
+#: libraries/engines/bdb.lib.php:20 main.php:211
msgid "Version information"
msgstr "Infarmacyja pra versiju"
@@ -7205,31 +7217,31 @@ msgstr "Pašyreńnie PHP"
msgid "Show PHP information"
msgstr "Pakazać infarmacyju pra PHP"
-#: main.php:210
+#: main.php:213
msgid "Wiki"
msgstr "Wiki"
-#: main.php:213
+#: main.php:216
msgid "Official Homepage"
msgstr "Aficyjnaja staronka phpMyAdmin"
-#: main.php:214
+#: main.php:217
#, fuzzy
#| msgid "Attributes"
msgid "Contribute"
msgstr "Atrybuty"
-#: main.php:215
+#: main.php:218
msgid "Get support"
msgstr ""
-#: main.php:216
+#: main.php:219
#, fuzzy
#| msgid "No change"
msgid "List of changes"
msgstr "Niama źmienaŭ"
-#: main.php:240
+#: main.php:243
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -7242,7 +7254,7 @@ msgstr ""
"źniešniaha ŭryvańnia, i tamu vam abaviazkova treba vypravić hetuju chibu ŭ "
"biaśpiecy."
-#: main.php:248
+#: main.php:251
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
@@ -7251,7 +7263,7 @@ msgstr ""
"Vy ŭklučyli mbstring.func_overload u vašym kanfihuracyjnym fajle PHP. Hetaja "
"opcyja niesumiaščalnaja z phpMyAdmin i moža vyklikać paškodžańnie dadzienych!"
-#: main.php:256
+#: main.php:259
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
@@ -7261,7 +7273,7 @@ msgstr ""
"šmatbajtavuju kadyroŭku. Biez pašyreńnia mbstring phpMyAdmin nia moža "
"padzialać radki karektna, i heta moža pryvieści da niečakanych vynikaŭ."
-#: main.php:264
+#: main.php:267
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7269,25 +7281,25 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:271
+#: main.php:274
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:279
+#: main.php:282
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
"Kanfihuracyjnamu fajłu zaraz patrebnaja sakretnaja fraza (blowfish_secret)."
-#: main.php:287
+#: main.php:290
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:296
+#: main.php:299
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -7299,14 +7311,14 @@ msgstr ""
"Dadatkovyja mahčymaści raboty z źviazanymi tablicami byli adklučanyja. Kab "
"vyśvietlić čamu, naciśnicie %stut%s."
-#: main.php:311
+#: main.php:314
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:326
+#: main.php:329
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
@@ -7315,7 +7327,7 @@ msgstr ""
"Versija vašaj biblijateki MySQL dla PHP %s adroźnivajecca ad versii vašaha "
"servera MySQL %s. Heta moža vyklikać niepradkazalnyja pavodziny."
-#: main.php:338
+#: main.php:341
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/bg.po b/po/bg.po
index 64d2fc4..73cbd35 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-16 10:31-0400\n"
+"POT-Creation-Date: 2011-05-17 12:36-0400\n"
"PO-Revision-Date: 2011-05-17 16:22+0200\n"
"Last-Translator: <stoyanster(a)gmail.com>\n"
"Language-Team: bulgarian <bg(a)li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.5\n"
@@ -708,12 +708,10 @@ msgid "Add prefix to table"
msgstr "Добавяне представка към таблица"
#: db_structure.php:523 libraries/mult_submits.inc.php:246
-#| msgid "Replace table data with file"
msgid "Replace table prefix"
msgstr "Заменяне на представката за таблици"
#: db_structure.php:525 libraries/mult_submits.inc.php:246
-#| msgid "Replace table data with file"
msgid "Copy table with prefix"
msgstr "Копиране на таблицата с представка"
@@ -956,12 +954,10 @@ msgid "You are about to DESTROY a complete database!"
msgstr "Вие ще УНИЩОЖИТЕ цялата БД!"
#: js/messages.php:32
-#| msgid "You are about to DESTROY a complete database!"
msgid "You are about to DESTROY a complete table!"
msgstr "Вие ще УНИЩОЖИТЕ цяла таблица!"
#: js/messages.php:33
-#| msgid "You are about to DESTROY a complete database!"
msgid "You are about to TRUNCATE a complete table!"
msgstr "Вие ще ИЗПРАЗНИТЕ цяла таблица!"
@@ -1100,7 +1096,6 @@ msgid "Searching"
msgstr "Търсене"
#: js/messages.php:84
-#| msgid "Query results"
msgid "Hide search results"
msgstr "Скриване резултати от търсенето"
@@ -1108,6 +1103,18 @@ msgstr "Скриване резултати от търсенето"
msgid "Show search results"
msgstr "Показване резултати от търсенето"
+#: js/messages.php:86
+#, fuzzy
+#| msgid "Browse"
+msgid "Browsing"
+msgstr "Прелистване"
+
+#: js/messages.php:87
+#, fuzzy
+#| msgid "Deleting %s"
+msgid "Deleting"
+msgstr "Изтриване на %s"
+
#: js/messages.php:90
msgid ""
"Note: If the file contains multiple tables, they will be combined into one"
@@ -1962,7 +1969,7 @@ msgstr "en"
#: libraries/display_export.lib.php:239 libraries/engines/pbms.lib.php:71
#: libraries/engines/pbxt.lib.php:106 libraries/relation.lib.php:85
#: libraries/sql_query_form.lib.php:429 libraries/sql_query_form.lib.php:432
-#: main.php:209 server_variables.php:63
+#: main.php:212 server_variables.php:63
msgid "Documentation"
msgstr "Документация"
@@ -4749,7 +4756,7 @@ msgstr "Създаване на изглед"
msgid "Link not found"
msgstr "Връзките не са намерени"
-#: libraries/engines/bdb.lib.php:20 main.php:208
+#: libraries/engines/bdb.lib.php:20 main.php:211
msgid "Version information"
msgstr "Информация за весията"
@@ -5568,7 +5575,6 @@ msgid "Convert to Kana"
msgstr ""
#: libraries/mult_submits.inc.php:249
-#| msgid "Fr"
msgid "From"
msgstr "От"
@@ -5803,7 +5809,6 @@ msgid "Reload navigation frame"
msgstr ""
#: libraries/plugin_interface.lib.php:336
-#| msgid "This format has no options"
msgid "This format has no options"
msgstr "Този формат няма опции"
@@ -6036,7 +6041,6 @@ msgid "Page name"
msgstr "Име на страница"
#: libraries/schema/User_Schema.class.php:103
-#| msgid "Automatic layout"
msgid "Automatic layout based on"
msgstr ""
@@ -6061,7 +6065,6 @@ msgid "Select Tables"
msgstr "Избери таблици"
#: libraries/schema/User_Schema.class.php:346
-#| msgid "Relational schema"
msgid "Display relational schema"
msgstr ""
@@ -6098,7 +6101,6 @@ msgid "Portrait"
msgstr "Портретно"
#: libraries/schema/User_Schema.class.php:394
-#| msgid "Creation"
msgid "Orientation"
msgstr "Посока"
@@ -6558,7 +6560,6 @@ msgstr ""
"изведени залепени от края в слъчай на скъсяване (По подразбиране: \"...\")."
#: libraries/user_preferences.inc.php:32
-#| msgid "General relation features"
msgid "Manage your settings"
msgstr "Управление мои настройки"
@@ -6593,7 +6594,6 @@ msgid "Error in ZIP archive:"
msgstr "Грешка в ZIP архива:"
#: main.php:65
-#| msgid "General relation features"
msgid "General Settings"
msgstr "Общи настройки"
@@ -6639,27 +6639,27 @@ msgstr "PHP разшрение"
msgid "Show PHP information"
msgstr "Информация за PHP"
-#: main.php:210
+#: main.php:213
msgid "Wiki"
msgstr ""
-#: main.php:213
+#: main.php:216
msgid "Official Homepage"
msgstr "Официална страница на phpMyAdmin"
-#: main.php:214
+#: main.php:217
msgid "Contribute"
msgstr "Принос"
-#: main.php:215
+#: main.php:218
msgid "Get support"
msgstr ""
-#: main.php:216
+#: main.php:219
msgid "List of changes"
msgstr "Списък с промените"
-#: main.php:240
+#: main.php:243
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -6672,21 +6672,21 @@ msgstr ""
"да оправите тази дупка в сигурността като зададете парола на потребителя "
"'root'."
-#: main.php:248
+#: main.php:251
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
"corrupted!"
msgstr ""
-#: main.php:256
+#: main.php:259
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
"split strings correctly and it may result in unexpected results."
msgstr ""
-#: main.php:264
+#: main.php:267
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -6694,24 +6694,24 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:271
+#: main.php:274
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:279
+#: main.php:282
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr "Конфигурационния файл има нужда от тайна парола (blowfish_secret)."
-#: main.php:287
+#: main.php:290
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:296
+#: main.php:299
#, php-format
msgid ""
"The phpMyAdmin configuration storage is not completely configured, some "
@@ -6720,21 +6720,21 @@ msgstr ""
"Конфигурация на phpMyAdmin е непълна и някои разширени функции са "
"деактивирани. За да разберете защо натиснете %sтук%s."
-#: main.php:311
+#: main.php:314
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:326
+#: main.php:329
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
"This may cause unpredictable behavior."
msgstr ""
-#: main.php:338
+#: main.php:341
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
@@ -6811,7 +6811,6 @@ msgid "Import/Export coordinates for PDF schema"
msgstr ""
#: pmd_general.php:120
-#| msgid "Submit Query"
msgid "Build Query"
msgstr ""
@@ -6841,7 +6840,6 @@ msgstr ""
#: pmd_general.php:470 pmd_general.php:529 pmd_general.php:652
#: pmd_general.php:769
-#| msgid "Export"
msgid "Except"
msgstr "Освен"
@@ -6855,12 +6853,10 @@ msgid "Rename to"
msgstr "Преименуване на"
#: pmd_general.php:482 pmd_general.php:581
-#| msgid "User name"
msgid "New name"
msgstr ""
#: pmd_general.php:485 pmd_general.php:700
-#| msgid "Create"
msgid "Aggregate"
msgstr ""
@@ -6871,7 +6867,6 @@ msgid "Operator"
msgstr "Оператор"
#: pmd_general.php:810
-#| msgid "Table options"
msgid "Active options"
msgstr "Активни опции"
@@ -6899,17 +6894,14 @@ msgid "Page"
msgstr "Страница"
#: pmd_pdf.php:99
-#| msgid "Import files"
msgid "Import from selected page"
msgstr "Импорт от избрания файл"
#: pmd_pdf.php:100
-#| msgid "No rows selected"
msgid "Export to selected page"
msgstr ""
#: pmd_pdf.php:102
-#| msgid "Create a new index"
msgid "Create a page and export to it"
msgstr ""
@@ -7587,7 +7579,6 @@ msgstr ""
#: server_replication.php:72
#, php-format
-#| msgid "The privileges were reloaded successfully."
msgid "Master server changed successfully to %s"
msgstr ""
@@ -8524,7 +8515,6 @@ msgid "Enter manually"
msgstr ""
#: server_synchronize.php:1138
-#| msgid "max. concurrent connections"
msgid "Current connection"
msgstr "Текуща връзка"
@@ -8588,7 +8578,6 @@ msgid "Insecure connection"
msgstr ""
#: setup/frames/index.inc.php:92
-#| msgid "Modifications have been saved"
msgid "Configuration saved."
msgstr "Конфигурацията запазена."
@@ -8848,7 +8837,6 @@ msgid "Showing SQL query"
msgstr ""
#: sql.php:622
-#| msgid "Validate SQL"
msgid "Validated SQL"
msgstr "Валидиран SQL"
@@ -8871,7 +8859,6 @@ msgid "Function"
msgstr "Функция"
#: tbl_change.php:758
-#| msgid " Because of its length,<br /> this field might not be editable "
msgid " Because of its length,<br /> this column might not be editable "
msgstr " Поради дължината си,<br /> това поле може да е нередактируемо "
@@ -8932,7 +8919,6 @@ msgid "Continue insertion with %s rows"
msgstr ""
#: tbl_chart.php:56
-#| msgid "The privileges were reloaded successfully."
msgid "Chart generated successfully."
msgstr "Диаграмата е създадена."
@@ -8983,12 +8969,10 @@ msgid "Radar"
msgstr "Радар"
#: tbl_chart.php:138
-#| msgid "PiB"
msgid "Pie"
msgstr "Пита"
#: tbl_chart.php:144
-#| msgid "Query type"
msgid "Bar type"
msgstr "Стълбове"
@@ -9245,7 +9229,6 @@ msgid "Error creating foreign key on %1$s (check data types)"
msgstr ""
#: tbl_relation.php:402
-#| msgid "Internal relations"
msgid "Internal relation"
msgstr "Вътрешна релация"
@@ -9310,7 +9293,6 @@ msgstr "Няма"
#: tbl_structure.php:398
#, php-format
-#| msgid "Table %s has been dropped"
msgid "Column %s has been dropped"
msgstr "Колоната %s беше изтрита"
@@ -9326,7 +9308,6 @@ msgid "An index has been added on %s"
msgstr "Беше добавен индекс на %s"
#: tbl_structure.php:471
-#| msgid "Show versions"
msgid "Show more actions"
msgstr "Показване повече действия"
@@ -9357,7 +9338,6 @@ msgstr "След %s"
#: tbl_structure.php:689
#, php-format
-#| msgid "Create an index on %s columns"
msgid "Create an index on %s columns"
msgstr "Създаване на индекс върху %s колони"
@@ -9413,7 +9393,6 @@ msgid "Tracking data definition successfully deleted"
msgstr ""
#: tbl_tracking.php:384 tbl_tracking.php:401
-#| msgid "Query type"
msgid "Query error"
msgstr "Грешка в заявката"
@@ -9435,7 +9414,6 @@ msgid "Delete tracking data row from report"
msgstr ""
#: tbl_tracking.php:443
-#| msgid "No databases"
msgid "No data"
msgstr "Няма данни"
diff --git a/po/bn.po b/po/bn.po
index 3d089be..ae43e47 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-16 10:31-0400\n"
+"POT-Creation-Date: 2011-05-17 12:36-0400\n"
"PO-Revision-Date: 2010-10-21 01:36+0200\n"
"Last-Translator: Nobin নবীন <nobin(a)cyberbogra.com>\n"
"Language-Team: bangla <bn(a)li.org>\n"
@@ -1173,6 +1173,18 @@ msgstr "SQL query"
msgid "Show search results"
msgstr "SQL query"
+#: js/messages.php:86
+#, fuzzy
+#| msgid "Browse"
+msgid "Browsing"
+msgstr "ব্রাউজ করুন"
+
+#: js/messages.php:87
+#, fuzzy
+#| msgid "Deleting %s"
+msgid "Deleting"
+msgstr "%s মুছে ফেলা হচ্ছে"
+
#: js/messages.php:90
msgid ""
"Note: If the file contains multiple tables, they will be combined into one"
@@ -2103,7 +2115,7 @@ msgstr "en"
#: libraries/display_export.lib.php:239 libraries/engines/pbms.lib.php:71
#: libraries/engines/pbxt.lib.php:106 libraries/relation.lib.php:85
#: libraries/sql_query_form.lib.php:429 libraries/sql_query_form.lib.php:432
-#: main.php:209 server_variables.php:63
+#: main.php:212 server_variables.php:63
msgid "Documentation"
msgstr "বর্ণনা"
@@ -5098,7 +5110,7 @@ msgstr "Server version"
msgid "Link not found"
msgstr "লিংক পাওয়া যায়নি"
-#: libraries/engines/bdb.lib.php:20 main.php:208
+#: libraries/engines/bdb.lib.php:20 main.php:211
msgid "Version information"
msgstr "Version information"
@@ -7150,31 +7162,31 @@ msgstr "PHP Version"
msgid "Show PHP information"
msgstr "Show PHP information"
-#: main.php:210
+#: main.php:213
msgid "Wiki"
msgstr ""
-#: main.php:213
+#: main.php:216
msgid "Official Homepage"
msgstr "Official phpMyAdmin Homepage"
-#: main.php:214
+#: main.php:217
#, fuzzy
#| msgid "Attributes"
msgid "Contribute"
msgstr "Attributes"
-#: main.php:215
+#: main.php:218
msgid "Get support"
msgstr ""
-#: main.php:216
+#: main.php:219
#, fuzzy
#| msgid "No change"
msgid "List of changes"
msgstr "No change"
-#: main.php:240
+#: main.php:243
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -7186,7 +7198,7 @@ msgstr ""
"running with this default, is open to intrusion, and you really should fix "
"this security hole."
-#: main.php:248
+#: main.php:251
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
@@ -7196,7 +7208,7 @@ msgstr ""
"option is incompatible with phpMyAdmin and might cause some data to be "
"corrupted!"
-#: main.php:256
+#: main.php:259
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
@@ -7206,7 +7218,7 @@ msgstr ""
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
"split strings correctly and it may result in unexpected results."
-#: main.php:264
+#: main.php:267
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7214,25 +7226,25 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:271
+#: main.php:274
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:279
+#: main.php:282
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
"The configuration file now needs a secret passphrase (blowfish_secret)."
-#: main.php:287
+#: main.php:290
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:296
+#: main.php:299
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -7244,21 +7256,21 @@ msgstr ""
"The additional features for working with linked tables have been "
"deactivated. To find out why click %shere%s."
-#: main.php:311
+#: main.php:314
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:326
+#: main.php:329
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
"This may cause unpredictable behavior."
msgstr ""
-#: main.php:338
+#: main.php:341
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/bs.po b/po/bs.po
index 565c846..71be0de 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-16 10:31-0400\n"
+"POT-Creation-Date: 2011-05-17 12:36-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"
@@ -1155,6 +1155,18 @@ msgstr "SQL upit"
msgid "Show search results"
msgstr "SQL upit"
+#: js/messages.php:86
+#, fuzzy
+#| msgid "Browse"
+msgid "Browsing"
+msgstr "Pregled"
+
+#: js/messages.php:87
+#, fuzzy
+#| msgid "Deleting %s"
+msgid "Deleting"
+msgstr "Brišem %s"
+
#: js/messages.php:90
msgid ""
"Note: If the file contains multiple tables, they will be combined into one"
@@ -2073,7 +2085,7 @@ msgstr "en"
#: libraries/display_export.lib.php:239 libraries/engines/pbms.lib.php:71
#: libraries/engines/pbxt.lib.php:106 libraries/relation.lib.php:85
#: libraries/sql_query_form.lib.php:429 libraries/sql_query_form.lib.php:432
-#: main.php:209 server_variables.php:63
+#: main.php:212 server_variables.php:63
msgid "Documentation"
msgstr "Dokumentacija"
@@ -5010,7 +5022,7 @@ msgstr "Verzija servera"
msgid "Link not found"
msgstr "Veza nije pronađena"
-#: libraries/engines/bdb.lib.php:20 main.php:208
+#: libraries/engines/bdb.lib.php:20 main.php:211
#, fuzzy
msgid "Version information"
msgstr "Podatci o prijavi"
@@ -6999,31 +7011,31 @@ msgstr "verzija PHP-a"
msgid "Show PHP information"
msgstr "Prikaži informacije o PHP-u"
-#: main.php:210
+#: main.php:213
msgid "Wiki"
msgstr ""
-#: main.php:213
+#: main.php:216
msgid "Official Homepage"
msgstr "phpMyAdmin veb sajt"
-#: main.php:214
+#: main.php:217
#, fuzzy
#| msgid "Attributes"
msgid "Contribute"
msgstr "Atributi"
-#: main.php:215
+#: main.php:218
msgid "Get support"
msgstr ""
-#: main.php:216
+#: main.php:219
#, fuzzy
#| msgid "No change"
msgid "List of changes"
msgstr "Nema izmjena"
-#: main.php:240
+#: main.php:243
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -7035,21 +7047,21 @@ msgstr ""
"ovim podešavanjima, otvoren je za hakovanje, i zaista treba da ispravite "
"ovaj sigurnosni rizik."
-#: main.php:248
+#: main.php:251
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
"corrupted!"
msgstr ""
-#: main.php:256
+#: main.php:259
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
"split strings correctly and it may result in unexpected results."
msgstr ""
-#: main.php:264
+#: main.php:267
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7057,24 +7069,24 @@ msgid ""
"sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:271
+#: main.php:274
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
-#: main.php:279
+#: main.php:282
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr "Konfiguraciona datoteka zahtjeva tajnu lozinku (blowfish_secret)."
-#: main.php:287
+#: main.php:290
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
"has been configured."
msgstr ""
-#: main.php:296
+#: main.php:299
#, fuzzy, php-format
#| msgid ""
#| "The additional features for working with linked tables have been "
@@ -7086,21 +7098,21 @@ msgstr ""
"Dodatne mogućnosti za rad sa povezanim tabelama su isključene. Da biste "
"saznali zašto, kliknite %sovde%s."
-#: main.php:311
+#: main.php:314
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
"automatically."
msgstr ""
-#: main.php:326
+#: main.php:329
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
"This may cause unpredictable behavior."
msgstr ""
-#: main.php:338
+#: main.php:341
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/ca.po b/po/ca.po
index 905559a..1d69ae1 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-16 10:31-0400\n"
+"POT-Creation-Date: 2011-05-17 12:36-0400\n"
"PO-Revision-Date: 2011-02-23 09:57+0200\n"
"Last-Translator: Xavier Navarro <xvnavarro(a)gmail.com>\n"
"Language-Team: catalan <ca(a)li.org>\n"
@@ -1130,6 +1130,18 @@ msgstr "Amaga el criteri de cerca"
msgid "Show search results"
msgstr "Mostrar criteri de cerca"
+#: js/messages.php:86
+#, fuzzy
+#| msgid "Browse"
+msgid "Browsing"
+msgstr "Navega"
+
+#: js/messages.php:87
+#, fuzzy
+#| msgid "Deleting %s"
+msgid "Deleting"
+msgstr "Esborrant %s"
+
#: js/messages.php:90
msgid ""
"Note: If the file contains multiple tables, they will be combined into one"
@@ -2001,7 +2013,7 @@ msgstr "en"
#: libraries/display_export.lib.php:239 libraries/engines/pbms.lib.php:71
#: libraries/engines/pbxt.lib.php:106 libraries/relation.lib.php:85
#: libraries/sql_query_form.lib.php:429 libraries/sql_query_form.lib.php:432
-#: main.php:209 server_variables.php:63
+#: main.php:212 server_variables.php:63
msgid "Documentation"
msgstr "Documentació"
@@ -5000,7 +5012,7 @@ msgstr "Crea una vista"
msgid "Link not found"
msgstr "No s'ha trobat l'enllaç "
-#: libraries/engines/bdb.lib.php:20 main.php:208
+#: libraries/engines/bdb.lib.php:20 main.php:211
msgid "Version information"
msgstr "Informació de versió"
@@ -7022,27 +7034,27 @@ msgstr "Extensió PHP"
msgid "Show PHP information"
msgstr "Mostra informació de PHP"
-#: main.php:210
+#: main.php:213
msgid "Wiki"
msgstr "Wiki"
-#: main.php:213
+#: main.php:216
msgid "Official Homepage"
msgstr "Pàgina oficial del phpMyAdmin"
-#: main.php:214
+#: main.php:217
msgid "Contribute"
msgstr "Contribueix"
-#: main.php:215
+#: main.php:218
msgid "Get support"
msgstr "Obtenir suport"
-#: main.php:216
+#: main.php:219
msgid "List of changes"
msgstr "Llista de canvis"
-#: main.php:240
+#: main.php:243
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -7055,7 +7067,7 @@ msgstr ""
"i s'exposa a intrusions, pel que recomanem la reparació urgent d'aquest "
"forat de seguretat."
-#: main.php:248
+#: main.php:251
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
@@ -7065,7 +7077,7 @@ msgstr ""
"PHP. Aquesta opció és incompatible amb phpMyAdmin i pot provocar la perdua "
"de dades!"
-#: main.php:256
+#: main.php:259
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
@@ -7075,7 +7087,7 @@ msgstr ""
"de caràcters multibyte. Sense l'extensió -mbstring-, phpMyAdmin és incapaç "
"de dividir cadenes de text correctament i pot generar resultats inesperats."
-#: main.php:264
+#: main.php:267
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7087,7 +7099,7 @@ msgstr ""
"caducitat de galetes -cookies- configurat a phpMyAdmin, degut a aixó, la "
"vostra conenexió caducarà abans del establert a phpMyAdmin."
-#: main.php:271
+#: main.php:274
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
@@ -7096,13 +7108,13 @@ msgstr ""
"configuració a phpMyAdmin, degut a aixó, la teva sessió caducarà més aviat "
"que el que indica la configuració de phpMyAdmin."
-#: main.php:279
+#: main.php:282
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
"L'arxiu de configuració necessita ara una frase de pas secreta "
"(blowfish_secret)."
-#: main.php:287
+#: main.php:290
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
@@ -7112,7 +7124,7 @@ msgstr ""
"encara existeix dins del vostre directori de phpMyAdmin. Heu d'esborrar-ho "
"un cop heu acabat de configurar phpMyAdmin."
-#: main.php:296
+#: main.php:299
#, php-format
msgid ""
"The phpMyAdmin configuration storage is not completely configured, some "
@@ -7122,7 +7134,7 @@ msgstr ""
"completa, s'han desactivat algunes característiques avançades. Per saber "
"perquè, clica %saquí%s."
-#: main.php:311
+#: main.php:314
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
@@ -7132,7 +7144,7 @@ msgstr ""
"algunes funcions de phpMyAdmin poden estar desactivades. Per exemple, el "
"marc de navegació no s'actualitzarà automàticament."
-#: main.php:326
+#: main.php:329
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
@@ -7141,7 +7153,7 @@ msgstr ""
"La teva llibreria MySQL de PHP MySQL versió %s és diferent del teu servidor "
"MySQL versió %s. Aixó pot provocar comportaments inesperats."
-#: main.php:338
+#: main.php:341
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
diff --git a/po/cs.po b/po/cs.po
index e743eed..27a6b9c 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,14 +6,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2011-05-16 10:31-0400\n"
+"POT-Creation-Date: 2011-05-17 12:36-0400\n"
"PO-Revision-Date: 2011-05-17 13:56+0200\n"
"Last-Translator: Michal Čihař <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.0.5\n"
@@ -619,8 +619,8 @@ msgstr "Sledování není zapnuté."
#: db_structure.php:379 libraries/display_tbl.lib.php:2037
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
"Tento pohled má alespoň tolik řádek. Podrobnosti naleznete v %sdokumentaci%s."
@@ -712,17 +712,14 @@ msgid "Analyze table"
msgstr "Analyzovat tabulku"
#: db_structure.php:521
-#| msgid "Go to table"
msgid "Add prefix to table"
msgstr "Přidat tabulce předponu"
#: db_structure.php:523 libraries/mult_submits.inc.php:246
-#| msgid "Replace table data with file"
msgid "Replace table prefix"
msgstr "Změnit tabulce předponu"
#: db_structure.php:525 libraries/mult_submits.inc.php:246
-#| msgid "Replace table data with file"
msgid "Copy table with prefix"
msgstr "Zkopírovat tabulku s předponou"
@@ -860,8 +857,8 @@ msgstr "Výpis byl uložen do souboru %s."
#: import.php:58
#, php-format
msgid ""
-"You probably tried to upload too large file. Please refer to %sdocumentation"
-"%s for ways to workaround this limit."
+"You probably tried to upload too large file. Please refer to %sdocumentation%"
+"s for ways to workaround this limit."
msgstr ""
"Pravděpodobně jste se pokusili nahrát příliš velký soubor. Přečtěte si "
"prosím %sdokumentaci%s, jak toto omezení obejít."
@@ -972,12 +969,10 @@ msgid "You are about to DESTROY a complete database!"
msgstr "Chystáte se ZRUŠIT celou databázi!"
#: js/messages.php:32
-#| msgid "You are about to DESTROY a complete database!"
msgid "You are about to DESTROY a complete table!"
msgstr "Chystáte se ZRUŠIT celou tabulku!"
#: js/messages.php:33
-#| msgid "You are about to DESTROY a complete database!"
msgid "You are about to TRUNCATE a complete table!"
msgstr "Chystáte se VYPRÁZDNIT celou tabulku!"
@@ -1116,15 +1111,25 @@ msgid "Searching"
msgstr "Vyhledávám"
#: js/messages.php:84
-#| msgid "Hide search criteria"
msgid "Hide search results"
msgstr "Skrýt výsledky vyhledávání"
#: js/messages.php:85
-#| msgid "Show search criteria"
msgid "Show search results"
msgstr "Zobrazit výsledky vyhledávání"
+#: js/messages.php:86
+#, fuzzy
+#| msgid "Browse"
+msgid "Browsing"
+msgstr "Projít"
+
+#: js/messages.php:87
+#, fuzzy
+#| msgid "Deleting %s"
+msgid "Deleting"
+msgstr "Odstraňuji %s"
+
#: js/messages.php:90
msgid ""
"Note: If the file contains multiple tables, they will be combined into one"
@@ -1227,7 +1232,6 @@ msgid ", latest stable version:"
msgstr ", poslední stabilní verze:"
#: js/messages.php:128
-#| msgid "Jump to database"
msgid "up to date"
msgstr "aktuální"
@@ -1698,8 +1702,8 @@ msgstr "Vítejte v %s"
#: libraries/auth/config.auth.lib.php:106
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"Pravděpodobná příčina je, že nemáte vytvořený konfigurační soubor. Pro jeho "
"vytvoření by se vám mohl hodit %1$snastavovací skript%2$s."
@@ -1994,7 +1998,7 @@ msgstr "en"
#: libraries/display_export.lib.php:239 libraries/engines/pbms.lib.php:71
#: libraries/engines/pbxt.lib.php:106 libraries/relation.lib.php:85
#: libraries/sql_query_form.lib.php:429 libraries/sql_query_form.lib.php:432
-#: main.php:209 server_variables.php:63
+#: main.php:212 server_variables.php:63
msgid "Documentation"
msgstr "Dokumentace"
@@ -4673,8 +4677,8 @@ msgstr ", @TABLE@ bude nahrazen jménem tabulky"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Tato hodnota je interpretována pomocí %1$sstrftime%2$s, takže můžete použít "
"libovolné řetězce pro formátování data a času. Dále budou provedena "
@@ -4961,7 +4965,7 @@ msgstr "Vytvořit pohled"
msgid "Link not found"
msgstr "Odkaz nenalezen"
-#: libraries/engines/bdb.lib.php:20 main.php:208
+#: libraries/engines/bdb.lib.php:20 main.php:211
msgid "Version information"
msgstr "Informace o verzi"
@@ -5400,8 +5404,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:125
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
"Dokumentace a další informace o PBXT můžete nalézt na %sstránkách PrimeBase "
"XT%s."
@@ -5868,7 +5872,6 @@ msgid "Convert to Kana"
msgstr "Převést na Kanu"
#: libraries/mult_submits.inc.php:249
-#| msgid "Fr"
msgid "From"
msgstr "Z"
@@ -5886,7 +5889,6 @@ msgid "Add table prefix"
msgstr "Přidat tabulce předponu"
#: libraries/mult_submits.inc.php:266
-#| msgid "Add index"
msgid "Add prefix"
msgstr "Přidat předponu"
@@ -6665,8 +6667,8 @@ msgid ""
"For a list of available transformation options and their MIME type "
"transformations, click on %stransformation descriptions%s"
msgstr ""
-"Pro seznam dostupných parametrů transformací a jejich MIME typů klikněte na "
-"%spopisy transformací%s"
+"Pro seznam dostupných parametrů transformací a jejich MIME typů klikněte na %"
+"spopisy transformací%s"
#: libraries/tbl_properties.inc.php:143
msgid "Transformation options"
@@ -6717,8 +6719,8 @@ msgid ""
"No description is available for this transformation.<br />Please ask the "
"author what %s does."
msgstr ""
-"Pro tuto transformaci není dostupný žádný popis.<br />Zeptejte se autora co "
-"%s dělá."
+"Pro tuto transformaci není dostupný žádný popis.<br />Zeptejte se autora co %"
+"s dělá."
#: libraries/tbl_properties.inc.php:727 server_engines.php:56
#: tbl_operations.php:370
@@ -6957,27 +6959,27 @@ msgstr "Rozšíření PHP"
msgid "Show PHP information"
msgstr "Zobrazit informace o PHP"
-#: main.php:210
+#: main.php:213
msgid "Wiki"
msgstr "Wiki"
-#: main.php:213
+#: main.php:216
msgid "Official Homepage"
msgstr "Oficiální stránka phpMyAdmina"
-#: main.php:214
+#: main.php:217
msgid "Contribute"
msgstr "Přispějte"
-#: main.php:215
+#: main.php:218
msgid "Get support"
msgstr "Získejte podporu"
-#: main.php:216
+#: main.php:219
msgid "List of changes"
msgstr "Seznam změn"
-#: main.php:240
+#: main.php:243
msgid ""
"Your configuration file contains settings (root with no password) that "
"correspond to the default MySQL privileged account. Your MySQL server is "
@@ -6988,7 +6990,7 @@ msgstr ""
"nastavit heslo pro uživatele 'root' a tím podstatně zvýšit zabezpečení "
"vašeho serveru."
-#: main.php:248
+#: main.php:251
msgid ""
"You have enabled mbstring.func_overload in your PHP configuration. This "
"option is incompatible with phpMyAdmin and might cause some data to be "
@@ -6997,7 +6999,7 @@ msgstr ""
"V nastavení PHP máte zapnuto mbstring.func_overload. Toto nastavení není "
"kompatibilní s phpMyAdminem a může způsobit poškození dat!"
-#: main.php:256
+#: main.php:259
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
@@ -7007,7 +7009,7 @@ msgstr ""
"bajtovou znakovou sadu. Bez rozšíření mbstring neumí phpMyAdmin správně "
"rozdělovat řetězce a proto to může mít nečekané následky."
-#: main.php:264
+#: main.php:267
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime(a)]session.gc_maxlifetime[/a] is lower that cookie "
@@ -7019,7 +7021,7 @@ msgstr ""
"platnost cookies nastavená v phpMyAdminovi. Z tohoto důvodu bude vaše "
"přilášení neplatné dříve, než je nastaveno v phpMyAdminovi."
-#: main.php:271
+#: main.php:274
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
@@ -7028,13 +7030,13 @@ msgstr ""
"phpMyAdminovi. Z tohoto důvodu vaše přihlášení vyprší dříve než je nastavené "
"v phpMyAdminovi."
-#: main.php:279
+#: main.php:282
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
"Nastavte klíč pro šifrování cookies (blowfish_secret) v konfiguračním "
"souboru (config.inc.php)."
-#: main.php:287
+#: main.php:290
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. You should remove it once phpMyAdmin "
@@ -7044,7 +7046,7 @@ msgstr ""
"existuje v adresáři s phpMyAdminem. Měli byste ho odstranit, jakmile je "
"phpMyAdmin nastaven."
-#: main.php:296
+#: main.php:299
#, php-format
msgid ""
"The phpMyAdmin configuration storage is not completely configured, some "
@@ -7053,7 +7055,7 @@ msgstr ""
"Úložiště nastavení phpMyAdmina není plně dostupné, některé z rozšířených "
"funkcí phpMyAdmina nelze používat. %sZde%s zjistíte proč."
-#: main.php:311
+#: main.php:314
msgid ""
"Javascript support is missing or disabled in your browser, some phpMyAdmin "
"functionality will be missing. For example navigation frame will not refresh "
@@ -7063,7 +7065,7 @@ msgstr ""
"phpMyAdmin nemusí fungovat správně. Například navigační rám se nebude "
"automaticky obnovovat."
-#: main.php:326
+#: main.php:329
#, php-format
msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
@@ -7072,7 +7074,7 @@ msgstr ""
"Používaný MySQL modul v PHP je kompilován pro MySQL %s a server používá "
"verzi %s. Používání různých verzí může způsobit problémy."
-#: main.php:338
+#: main.php:341
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
@@ -7337,8 +7339,8 @@ msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-"Více věcí můžete nastavit úpravou config.inc.php, např. použitím "
-"%sNastavovacího skriptu%s."
+"Více věcí můžete nastavit úpravou config.inc.php, např. použitím %"
+"sNastavovacího skriptu%s."
#: prefs_manage.php:302
msgid "Save to browser's storage"
@@ -7786,8 +7788,8 @@ msgstr "Odstranit databáze se stejnými jmény jako uživatelé."
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Poznámka: phpMyAdmin získává oprávnění přímo z tabulek MySQL. Obsah těchto "
"tabulek se může lišit od oprávnění, která server právě používá, pokud byly "
@@ -9044,7 +9046,6 @@ msgid "Insecure connection"
msgstr "Nezabezpečené připojení"
#: setup/frames/index.inc.php:92
-#| msgid "Configuration storage"
msgid "Configuration saved."
msgstr "Konfigurace uložena."
@@ -9256,8 +9257,8 @@ msgid ""
"If using cookie authentication and %sLogin cookie store%s is not 0, %sLogin "
"cookie validity%s must be set to a value less or equal to it."
msgstr ""
-"Při použití přihlašování přes cookies a při %sUkládádání přihlašovaci cookie"
-"%s vyšší než 0 musí být %sPlatnost přihlašovací cookie%s nastavena na vyšší "
+"Při použití přihlašování přes cookies a při %sUkládádání přihlašovaci cookie%"
+"s vyšší než 0 musí být %sPlatnost přihlašovací cookie%s nastavena na vyšší "
"hodnotu než je tato."
#: setup/lib/index.lib.php:266
@@ -9268,8 +9269,8 @@ msgid ""
"protection may not be reliable if your IP belongs to an ISP where thousands "
"of users, including you, are connected to."
msgstr ""
-"Pokud to považujete za nutné, použijte další možnosti zabezpečení - "
-"%somezení počítačů%s a %sseznam důvěryhodných proxy%s. Nicméně zabezpečení "
+"Pokud to považujete za nutné, použijte další možnosti zabezpečení - %"
+"somezení počítačů%s a %sseznam důvěryhodných proxy%s. Nicméně zabezpečení "
"založené na IP adresách nemusí být spolehlivé, pokud je vaše IP adresa "
"dynamicky přidělována poskytovatelem spolu s mnoha dalšími uživateli."
@@ -9913,17 +9914,14 @@ msgid "Version %s snapshot (SQL code)"
msgstr "Snímek verze %s (SQL kód)"
#: tbl_tracking.php:382
-#| msgid "Track these data definition statements:"
msgid "Tracking data definition successfully deleted"
msgstr "Uložené příkazy pro změnu struktury byly úspěšně smazány"
#: tbl_tracking.php:384 tbl_tracking.php:401
-#| msgid "Gather errors"
msgid "Query error"
msgstr "Chyba dotazu"
#: tbl_tracking.php:399
-#| msgid "Track these data manipulation statements:"
msgid "Tracking data manipulation successfully deleted"
msgstr "Uložené příkazy pro změnu dat byly úspěšně smazány"
@@ -9937,12 +9935,10 @@ msgid "Show %s with dates from %s to %s by user %s "