Git
Threads by month
- ----- 2025 -----
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- 10 participants
- 38613 discussions

[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_2-20-g769aec9
by Michal Čihař 20 Apr '10
by Michal Čihař 20 Apr '10
20 Apr '10
The branch, QA_3_3 has been updated
via 769aec95effaa407fc62778a23549b902fd586d9 (commit)
from 69dd779f407a41d9b6ea5b8c7418cfac322368cb (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 ++
tbl_operations.php | 4 ++++
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index ac9f998..4010dda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
thanks to Martynas Mickevičius - BlinK_
- bug #2983060, patch #2987900 [interface] Fix initial state of tables in
designer, thanks to Sutharshan Balachandren.
+- bug #2983062, patch #2989408 [engines] Fix warnings when changing table
+ engine to Maria, thanks to Madhura Jayaratne.
3.3.2.0 (2010-04-13)
- patch #2969449 [core] Name for MERGE engine varies depending on the
diff --git a/tbl_operations.php b/tbl_operations.php
index a0e9514..e859b3c 100644
--- a/tbl_operations.php
+++ b/tbl_operations.php
@@ -95,6 +95,10 @@ if (isset($_REQUEST['submitoptions'])) {
$tbl_type = $_REQUEST['new_tbl_type'];
// reset the globals for the new engine
PMA_set_global_variables_for_engine($tbl_type);
+ if ($is_maria) {
+ $transactional = (isset($transactional) && $transactional == '0') ? '0' : '1';
+ $page_checksum = (isset($page_checksum)) ? $page_checksum : '';
+ }
}
if (! empty($_REQUEST['tbl_collation'])
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2-1653-g1cafc3a
by Michal Čihař 20 Apr '10
by Michal Čihař 20 Apr '10
20 Apr '10
The branch, master has been updated
via 1cafc3a509eca28246982ae29a0ba764bd73def6 (commit)
via 378094ac307835b22aafd45c5af1ea1dc763dfd4 (commit)
from 81ffe74473b3a50fe9ee7d13144917ca09bcf028 (commit)
- Log -----------------------------------------------------------------
commit 1cafc3a509eca28246982ae29a0ba764bd73def6
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Apr 20 10:10:15 2010 +0200
Remove old calendar code.
commit 378094ac307835b22aafd45c5af1ea1dc763dfd4
Author: Muhammad Adnan <hiddenpearls(a)gmail.com>
Date: Tue Apr 20 10:08:41 2010 +0200
[interface] Use jQuery calendar dialog.
rfe #2983207, patch #2988715
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 +
calendar.php | 32 ----
js/jquery/timepicker.js | 416 +++++++++++++++++++++++++++++++++++++++++++++++
js/tbl_change.js | 279 -------------------------------
tbl_change.php | 29 ++--
tbl_select.php | 22 ++-
6 files changed, 452 insertions(+), 328 deletions(-)
delete mode 100644 calendar.php
create mode 100644 js/jquery/timepicker.js
diff --git a/ChangeLog b/ChangeLog
index 69d3472..35d8773 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -77,6 +77,8 @@ $Id$
synchronisation.
+ rfe #2988633 [relation] Improve ON DELETE/ON UPDATE drop-downs
+ rfe #2988629 [relation] Improve labels in relation view
++ rfe #2983207, patch #2988715 [interface] Use jQuery calendar dialog, thanks
+ to Muhammad Adnan.
3.3.3.0 (not yet released)
- patch #2982480 [navi] Do not group if there would be one table in group,
diff --git a/calendar.php b/calendar.php
deleted file mode 100644
index 58cdf42..0000000
--- a/calendar.php
+++ /dev/null
@@ -1,32 +0,0 @@
-<?php
-/* vim: set expandtab sw=4 ts=4 sts=4: */
-/**
- *
- * @version $Id$
- * @package phpMyAdmin
- */
-
-/**
- *
- */
-require_once './libraries/common.inc.php';
-require_once './libraries/header_http.inc.php';
-$page_title = $strCalendar;
-require './libraries/header_meta_style.inc.php';
-$GLOBALS['js_include'][] = 'common.js';
-$GLOBALS['js_include'][] = 'tbl_change.js';
-require './libraries/header_scripts.inc.php';
-?>
-<script type="text/javascript">
-//<![CDATA[
-var month_names = new Array("<?php echo implode('","', $month); ?>");
-var day_names = new Array("<?php echo implode('","', $day_of_week); ?>");
-var submit_text = "<?php echo $strGo . ' (' . $strTime . ')'; ?>";
-//]]>
-</script>
-</head>
-<body onload="initCalendar();">
-<div id="calendar_data"></div>
-<div id="clock_data"></div>
-</body>
-</html>
diff --git a/js/jquery/timepicker.js b/js/jquery/timepicker.js
new file mode 100644
index 0000000..84879c4
--- /dev/null
+++ b/js/jquery/timepicker.js
@@ -0,0 +1,416 @@
+/*!
+ * jQuery UI Timepicker 0.2.1
+ *
+ * Copyright (c) 2009 Martin Milesich (http://milesich.com/)
+ *
+ * Some parts are
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
+ *
+ * $Id: timepicker.js 28 2009-08-11 20:31:23Z majlo $
+ *
+ * Depends:
+ * ui.core.js
+ * ui.datepicker.js
+ * ui.slider.js
+ */
+(function($) {
+
+/**
+ * Extending default values
+ */
+$.extend($.datepicker._defaults, {
+ 'dateFormat': 'yy-mm-dd',
+ 'changeMonth': true,
+ 'changeYear': true,
+ 'stepMinutes': 1, // Number of minutes to step up/down
+ 'stepHours': 1, // Number of hours to step up/down
+ 'time24h': false, // True if 24h time
+ 'showTime': false, // Show timepicker with datepicker
+ 'altTimeField': '' // Selector for an alternate field to store time into
+});
+
+/**
+ * _hideDatepicker must be called with null
+ */
+$.datepicker._connectDatepickerOverride = $.datepicker._connectDatepicker;
+$.datepicker._connectDatepicker = function(target, inst) {
+ $.datepicker._connectDatepickerOverride(target, inst);
+
+ // showButtonPanel is required with timepicker
+ if (this._get(inst, 'showTime')) {
+ inst.settings['showButtonPanel'] = true;
+ }
+
+ var showOn = this._get(inst, 'showOn');
+
+ if (showOn == 'button' || showOn == 'both') {
+ // Unbind all click events
+ inst.trigger.unbind('click');
+
+ // Bind new click event
+ inst.trigger.click(function() {
+ if ($.datepicker._datepickerShowing && $.datepicker._lastInput == target)
+ $.datepicker._hideDatepicker(null); // This override is all about the "null"
+ else
+ $.datepicker._showDatepicker(target);
+ return false;
+ });
+ }
+};
+
+/**
+ * Datepicker does not have an onShow event so I need to create it.
+ * What I actually doing here is copying original _showDatepicker
+ * method to _showDatepickerOverload method.
+ */
+$.datepicker._showDatepickerOverride = $.datepicker._showDatepicker;
+$.datepicker._showDatepicker = function (input) {
+ // Call the original method which will show the datepicker
+ $.datepicker._showDatepickerOverride(input);
+
+ input = input.target || input;
+
+ // find from button/image trigger
+ if (input.nodeName.toLowerCase() != 'input') input = $('input', input.parentNode)[0];
+
+ // Do not show timepicker if datepicker is disabled
+ if ($.datepicker._isDisabledDatepicker(input)) return;
+
+ // Get instance to datepicker
+ var inst = $.datepicker._getInst(input);
+
+ var showTime = $.datepicker._get(inst, 'showTime');
+
+ // If showTime = True show the timepicker
+ if (showTime) $.timepicker.show(input);
+};
+
+/**
+ * Same as above. Here I need to extend the _checkExternalClick method
+ * because I don't want to close the datepicker when the sliders get focus.
+ */
+$.datepicker._checkExternalClickOverride = $.datepicker._checkExternalClick;
+$.datepicker._checkExternalClick = function (event) {
+ if (!$.datepicker._curInst) return;
+ var $target = $(event.target);
+
+ if (($target.parents('#' + $.timepicker._mainDivId).length == 0)) {
+ $.datepicker._checkExternalClickOverride(event);
+ }
+};
+
+/**
+ * Datepicker has onHide event but I just want to make it simple for you
+ * so I hide the timepicker when datepicker hides.
+ */
+$.datepicker._hideDatepickerOverride = $.datepicker._hideDatepicker;
+$.datepicker._hideDatepicker = function(input, duration) {
+ // Some lines from the original method
+ var inst = this._curInst;
+
+ if (!inst || (input && inst != $.data(input, PROP_NAME))) return;
+
+ // Get the value of showTime property
+ var showTime = this._get(inst, 'showTime');
+
+ if (input === undefined && showTime) {
+ if (inst.input) {
+ inst.input.val(this._formatDate(inst));
+ inst.input.trigger('change'); // fire the change event
+ }
+
+ this._updateAlternate(inst);
+
+ if (showTime) $.timepicker.update(this._formatDate(inst));
+ }
+
+ // Hide datepicker
+ $.datepicker._hideDatepickerOverride(input, duration);
+
+ // Hide the timepicker if enabled
+ if (showTime) {
+ $.timepicker.hide();
+ }
+};
+
+/**
+ * This is a complete replacement of the _selectDate method.
+ * If showed with timepicker do not close when date is selected.
+ */
+$.datepicker._selectDate = function(id, dateStr) {
+ var target = $(id);
+ var inst = this._getInst(target[0]);
+ var showTime = this._get(inst, 'showTime');
+ dateStr = (dateStr != null ? dateStr : this._formatDate(inst));
+ if (!showTime) {
+ if (inst.input)
+ inst.input.val(dateStr);
+ this._updateAlternate(inst);
+ }
+ var onSelect = this._get(inst, 'onSelect');
+ if (onSelect)
+ onSelect.apply((inst.input ? inst.input[0] : null), [dateStr, inst]); // trigger custom callback
+ else if (inst.input && !showTime)
+ inst.input.trigger('change'); // fire the change event
+ if (inst.inline)
+ this._updateDatepicker(inst);
+ else if (!inst.stayOpen) {
+ if (showTime) {
+ this._updateDatepicker(inst);
+ } else {
+ this._hideDatepicker(null, this._get(inst, 'duration'));
+ this._lastInput = inst.input[0];
+ if (typeof(inst.input[0]) != 'object')
+ inst.input[0].focus(); // restore focus
+ this._lastInput = null;
+ }
+ }
+};
+
+/**
+ * We need to resize the timepicker when the datepicker has been changed.
+ */
+$.datepicker._updateDatepickerOverride = $.datepicker._updateDatepicker;
+$.datepicker._updateDatepicker = function(inst) {
+ $.datepicker._updateDatepickerOverride(inst);
+ $.timepicker.resize();
+};
+
+function Timepicker() {}
+
+Timepicker.prototype = {
+ init: function()
+ {
+ this._mainDivId = 'ui-timepicker-div';
+ this._inputId = null;
+ this._orgValue = null;
+ this._orgHour = null;
+ this._orgMinute = null;
+ this._colonPos = -1;
+ this._visible = false;
+ this.tpDiv = $('<div id="' + this._mainDivId + '" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all ui-helper-hidden-accessible" style="width: 100px; display: none; position: absolute;"></div>');
+ this._generateHtml();
+ },
+
+ show: function (input)
+ {
+ // Get instance to datepicker
+ var inst = $.datepicker._getInst(input);
+
+ this._time24h = $.datepicker._get(inst, 'time24h');
+ this._altTimeField = $.datepicker._get(inst, 'altTimeField');
+
+ var stepMinutes = parseInt($.datepicker._get(inst, 'stepMinutes'), 10) || 1;
+ var stepHours = parseInt($.datepicker._get(inst, 'stepHours'), 10) || 1;
+
+ if (60 % stepMinutes != 0) { stepMinutes = 1; }
+ if (24 % stepHours != 0) { stepHours = 1; }
+
+ $('#hourSlider').slider('option', 'max', 24 - stepHours);
+ $('#hourSlider').slider('option', 'step', stepHours);
+
+ $('#minuteSlider').slider('option', 'max', 60 - stepMinutes);
+ $('#minuteSlider').slider('option', 'step', stepMinutes);
+
+ this._inputId = input.id;
+
+ if (!this._visible) {
+ this._parseTime();
+ this._orgValue = $('#' + this._inputId).val();
+ }
+
+ this.resize();
+
+ $('#' + this._mainDivId).show();
+
+ this._visible = true;
+
+ var dpDiv = $('#' + $.datepicker._mainDivId);
+ var dpDivPos = dpDiv.position();
+
+ var viewWidth = (window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth) + $(document).scrollLeft();
+ var tpRight = this.tpDiv.offset().left + this.tpDiv.outerWidth();
+
+ if (tpRight > viewWidth) {
+ dpDiv.css('left', dpDivPos.left - (tpRight - viewWidth) - 5);
+ this.tpDiv.css('left', dpDiv.offset().left + dpDiv.outerWidth() + 'px');
+ }
+ },
+
+ update: function (fd)
+ {
+ var curTime = $('#' + this._mainDivId + ' span.fragHours').text()
+ + ':'
+ + $('#' + this._mainDivId + ' span.fragMinutes').text();
+
+ if (!this._time24h) {
+ curTime += ' ' + $('#' + this._mainDivId + ' span.fragAmpm').text();
+ }
+
+ var curDate = $('#' + this._inputId).val();
+
+ $('#' + this._inputId).val(fd + ' ' + curTime);
+
+ if (this._altTimeField) {
+ $(this._altTimeField).each(function() { $(this).val(curTime); });
+ }
+ },
+
+ hide: function ()
+ {
+ this._visible = false;
+ $('#' + this._mainDivId).hide();
+ },
+
+ resize: function ()
+ {
+ var dpDiv = $('#' + $.datepicker._mainDivId);
+ var dpDivPos = dpDiv.position();
+
+ var hdrHeight = $('#' + $.datepicker._mainDivId + ' > div.ui-datepicker-header:first-child').height();
+
+ $('#' + this._mainDivId + ' > div.ui-datepicker-header:first-child').css('height', hdrHeight);
+
+ this.tpDiv.css({
+ 'height': dpDiv.height(),
+ 'top' : dpDivPos.top,
+ 'left' : dpDivPos.left + dpDiv.outerWidth() + 'px'
+ });
+
+ $('#hourSlider').css('height', this.tpDiv.height() - (3.5 * hdrHeight));
+ $('#minuteSlider').css('height', this.tpDiv.height() - (3.5 * hdrHeight));
+ },
+
+ _generateHtml: function ()
+ {
+ var html = '';
+
+ html += '<div class="ui-datepicker-header ui-widget-header ui-helper-clearfix ui-corner-all">';
+ html += '<div class="ui-datepicker-title" style="margin:0">';
+ html += '<span class="fragHours">08</span><span class="delim">:</span><span class="fragMinutes">45</span> <span class="fragAmpm"></span></div></div><table>';
+ html += '<tr><th>Hour</th><th>Minute</th></tr>';
+ html += '<tr><td align="center"><div id="hourSlider" class="slider"></div></td><td align="center"><div id="minuteSlider" class="slider"></div></td></tr>';
+ html += '</table>';
+
+ this.tpDiv.empty().append(html);
+ $('body').append(this.tpDiv);
+
+ var self = this;
+
+ $('#hourSlider').slider({
+ orientation: "vertical",
+ range: 'min',
+ min: 0,
+ max: 23,
+ step: 1,
+ slide: function(event, ui) {
+ self._writeTime('hour', ui.value);
+ },
+ stop: function(event, ui) {
+ $('#' + self._inputId).focus();
+ }
+ });
+
+ $('#minuteSlider').slider({
+ orientation: "vertical",
+ range: 'min',
+ min: 0,
+ max: 59,
+ step: 1,
+ slide: function(event, ui) {
+ self._writeTime('minute', ui.value);
+ },
+ stop: function(event, ui) {
+ $('#' + self._inputId).focus();
+ }
+ });
+
+ $('#hourSlider > a').css('padding', 0);
+ $('#minuteSlider > a').css('padding', 0);
+ },
+
+ _writeTime: function (type, value)
+ {
+ if (type == 'hour') {
+ if (!this._time24h) {
+ if (value < 12) {
+ $('#' + this._mainDivId + ' span.fragAmpm').text('am');
+ } else {
+ $('#' + this._mainDivId + ' span.fragAmpm').text('pm');
+ value -= 12;
+ }
+
+ if (value == 0) value = 12;
+ } else {
+ $('#' + this._mainDivId + ' span.fragAmpm').text('');
+ }
+
+ if (value < 10) value = '0' + value;
+ $('#' + this._mainDivId + ' span.fragHours').text(value);
+ }
+
+ if (type == 'minute') {
+ if (value < 10) value = '0' + value;
+ $('#' + this._mainDivId + ' span.fragMinutes').text(value);
+ }
+ },
+
+ _parseTime: function ()
+ {
+ var dt = $('#' + this._inputId).val();
+
+ this._colonPos = dt.search(':');
+
+ var m = 0, h = 0, a = '';
+
+ if (this._colonPos != -1) {
+ h = parseInt(dt.substr(this._colonPos - 2, 2), 10);
+ m = parseInt(dt.substr(this._colonPos + 1, 2), 10);
+ a = jQuery.trim(dt.substr(this._colonPos + 3, 3));
+ }
+
+ a = a.toLowerCase();
+
+ if (a != 'am' && a != 'pm') {
+ a = '';
+ }
+
+ if (h < 0) h = 0;
+ if (m < 0) m = 0;
+
+ if (h > 23) h = 23;
+ if (m > 59) m = 59;
+
+ if (a == 'pm' && h < 12) h += 12;
+ if (a == 'am' && h == 12) h = 0;
+
+ this._setTime('hour', h);
+ this._setTime('minute', m);
+
+ this._orgHour = h;
+ this._orgMinute = m;
+ },
+
+ _setTime: function (type, value)
+ {
+ if (isNaN(value)) value = 0;
+ if (value < 0) value = 0;
+ if (value > 23 && type == 'hour') value = 23;
+ if (value > 59 && type == 'minute') value = 59;
+
+ if (type == 'hour') {
+ $('#hourSlider').slider('value', value);
+ }
+
+ if (type == 'minute') {
+ $('#minuteSlider').slider('value', value);
+ }
+
+ this._writeTime(type, value);
+ }
+};
+
+$.timepicker = new Timepicker();
+$('document').ready(function () {$.timepicker.init();});
+
+})(jQuery);
diff --git a/js/tbl_change.js b/js/tbl_change.js
index 9539591..a5ee5c1 100644
--- a/js/tbl_change.js
+++ b/js/tbl_change.js
@@ -247,282 +247,3 @@ function unNullify(urlField, multi_edit)
return true;
} // end of the 'unNullify()' function
-
-var day;
-var month;
-var year;
-var hour;
-var minute;
-var second;
-var clock_set = 0;
-
-/**
- * Opens calendar window.
- *
- * @param string calendar.php parameters
- * @param string form name
- * @param string id of field name
- * @param string edit type - date/timestamp
- * @param string id of the corresponding checkbox for NULL
- */
-function openCalendar(params, form, field, type, fieldNull) {
- window.open("./calendar.php?" + params, "calendar", "width=400,height=200,status=yes");
- dateField = eval("document." + form + "." + field);
- dateType = type;
- if (fieldNull != '') {
- dateFieldNull = eval("document." + form + "." + fieldNull);
- }
-}
-
-/**
- * Formats number to two digits.
- *
- * @param int number to format.
- * @param string type of number
- */
-function formatNum2(i, valtype) {
- f = (i < 10 ? '0' : '') + i;
- if (valtype && valtype != '') {
- switch(valtype) {
- case 'month':
- f = (f > 12 ? 12 : f);
- break;
-
- case 'day':
- f = (f > 31 ? 31 : f);
- break;
-
- case 'hour':
- f = (f > 24 ? 24 : f);
- break;
-
- default:
- case 'second':
- case 'minute':
- f = (f > 59 ? 59 : f);
- break;
- }
- }
-
- return f;
-}
-
-/**
- * Formats number to two digits.
- *
- * @param int number to format.
- * @param int default value
- * @param string type of number
- */
-function formatNum2d(i, default_v, valtype) {
- i = parseInt(i, 10);
- if (isNaN(i)) return default_v;
- return formatNum2(i, valtype)
-}
-
-/**
- * Formats number to four digits.
- *
- * @param int number to format.
- */
-function formatNum4(i) {
- i = parseInt(i, 10)
- return (i < 1000 ? i < 100 ? i < 10 ? '000' : '00' : '0' : '') + i;
-}
-
-/**
- * Initializes calendar window.
- */
-function initCalendar() {
- if (!year && !month && !day) {
- /* Called for first time */
- if (window.opener.dateField.value) {
- value = window.opener.dateField.value;
- if (window.opener.dateType == 'datetime' || window.opener.dateType == 'date') {
- if (window.opener.dateType == 'datetime') {
- parts = value.split(' ');
- value = parts[0];
-
- if (parts[1]) {
- time = parts[1].split(':');
- hour = parseInt(time[0],10);
- minute = parseInt(time[1],10);
- second = parseInt(time[2],10);
- }
- }
- date = value.split("-");
- day = parseInt(date[2],10);
- month = parseInt(date[1],10) - 1;
- year = parseInt(date[0],10);
- } else {
- year = parseInt(value.substr(0,4),10);
- month = parseInt(value.substr(4,2),10) - 1;
- day = parseInt(value.substr(6,2),10);
- hour = parseInt(value.substr(8,2),10);
- minute = parseInt(value.substr(10,2),10);
- second = parseInt(value.substr(12,2),10);
- }
- }
- if (isNaN(year) || isNaN(month) || isNaN(day) || day == 0) {
- dt = new Date();
- year = dt.getFullYear();
- month = dt.getMonth();
- day = dt.getDate();
- }
- if (isNaN(hour) || isNaN(minute) || isNaN(second)) {
- dt = new Date();
- hour = dt.getHours();
- minute = dt.getMinutes();
- second = dt.getSeconds();
- }
- } else {
- /* Moving in calendar */
- if (month > 11) {
- month = 0;
- year++;
- }
- if (month < 0) {
- month = 11;
- year--;
- }
- }
-
- if (document.getElementById) {
- cnt = document.getElementById("calendar_data");
- } else if (document.all) {
- cnt = document.all["calendar_data"];
- }
-
- cnt.innerHTML = "";
-
- str = ""
-
- //heading table
- str += '<table class="calendar"><tr><th width="50%">';
- str += '<form method="NONE" onsubmit="return 0">';
- str += '<a href="javascript:month--; initCalendar();">«</a> ';
- str += '<select id="select_month" name="monthsel" onchange="month = parseInt(document.getElementById(\'select_month\').value); initCalendar();">';
- for (i =0; i < 12; i++) {
- if (i == month) selected = ' selected="selected"';
- else selected = '';
- str += '<option value="' + i + '" ' + selected + '>' + month_names[i] + '</option>';
- }
- str += '</select>';
- str += ' <a href="javascript:month++; initCalendar();">»</a>';
- str += '</form>';
- str += '</th><th width="50%">';
- str += '<form method="NONE" onsubmit="return 0">';
- str += '<a href="javascript:year--; initCalendar();">«</a> ';
- str += '<select id="select_year" name="yearsel" onchange="year = parseInt(document.getElementById(\'select_year\').value); initCalendar();">';
- for (i = year - 25; i < year + 25; i++) {
- if (i == year) selected = ' selected="selected"';
- else selected = '';
- str += '<option value="' + i + '" ' + selected + '>' + i + '</option>';
- }
- str += '</select>';
- str += ' <a href="javascript:year++; initCalendar();">»</a>';
- str += '</form>';
- str += '</th></tr></table>';
-
- str += '<table class="calendar"><tr>';
- for (i = 0; i < 7; i++) {
- str += "<th>" + day_names[i] + "</th>";
- }
- str += "</tr>";
-
- var firstDay = new Date(year, month, 1).getDay();
- var lastDay = new Date(year, month + 1, 0).getDate();
-
- str += "<tr>";
-
- dayInWeek = 0;
- for (i = 0; i < firstDay; i++) {
- str += "<td> </td>";
- dayInWeek++;
- }
- for (i = 1; i <= lastDay; i++) {
- if (dayInWeek == 7) {
- str += "</tr><tr>";
- dayInWeek = 0;
- }
-
- dispmonth = 1 + month;
-
- if (window.opener.dateType == 'datetime' || window.opener.dateType == 'date') {
- actVal = "" + formatNum4(year) + "-" + formatNum2(dispmonth, 'month') + "-" + formatNum2(i, 'day');
- } else {
- actVal = "" + formatNum4(year) + formatNum2(dispmonth, 'month') + formatNum2(i, 'day');
- }
- if (i == day) {
- style = ' class="selected"';
- current_date = actVal;
- } else {
- style = '';
- }
- str += "<td" + style + "><a href=\"javascript:returnDate('" + actVal + "');\">" + i + "</a></td>"
- dayInWeek++;
- }
- for (i = dayInWeek; i < 7; i++) {
- str += "<td> </td>";
- }
-
- str += "</tr></table>";
-
- cnt.innerHTML = str;
-
- // Should we handle time also?
- if (window.opener.dateType != 'date' && !clock_set) {
-
- if (document.getElementById) {
- cnt = document.getElementById("clock_data");
- } else if (document.all) {
- cnt = document.all["clock_data"];
- }
-
- str = '';
- init_hour = hour;
- init_minute = minute;
- init_second = second;
- str += '<fieldset>';
- str += '<form method="NONE" class="clock" onsubmit="returnDate(\'' + current_date + '\')">';
- str += '<input id="hour" type="text" size="2" maxlength="2" onblur="this.value=formatNum2d(this.value, init_hour, \'hour\'); init_hour = this.value;" value="' + formatNum2(hour, 'hour') + '" />:';
- str += '<input id="minute" type="text" size="2" maxlength="2" onblur="this.value=formatNum2d(this.value, init_minute, \'minute\'); init_minute = this.value;" value="' + formatNum2(minute, 'minute') + '" />:';
- str += '<input id="second" type="text" size="2" maxlength="2" onblur="this.value=formatNum2d(this.value, init_second, \'second\'); init_second = this.value;" value="' + formatNum2(second, 'second') + '" />';
- str += ' ';
- str += '<input type="submit" value="' + submit_text + '"/>';
- str += '</form>';
- str += '</fieldset>';
-
- cnt.innerHTML = str;
- clock_set = 1;
- }
-
-}
-
-/**
- * Returns date from calendar.
- *
- * @param string date text
- */
-function returnDate(d) {
- txt = d;
- if (window.opener.dateType != 'date') {
- // need to get time
- h = parseInt(document.getElementById('hour').value,10);
- m = parseInt(document.getElementById('minute').value,10);
- s = parseInt(document.getElementById('second').value,10);
- if (window.opener.dateType == 'datetime') {
- txt += ' ' + formatNum2(h, 'hour') + ':' + formatNum2(m, 'minute') + ':' + formatNum2(s, 'second');
- } else {
- // timestamp
- txt += formatNum2(h, 'hour') + formatNum2(m, 'minute') + formatNum2(s, 'second');
- }
- }
-
- window.opener.dateField.value = txt;
- window.opener.dateField.className='';
- if (typeof(window.opener.dateFieldNull) != 'undefined') {
- window.opener.dateFieldNull.checked = false;
- }
- window.close();
-}
diff --git a/tbl_change.php b/tbl_change.php
index 84e5f69..31110c1 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -114,7 +114,8 @@ if ($GLOBALS['cfg']['ShowPropertyComments']) {
* used in ./libraries/header.inc.php to load JavaScript library file
*/
$GLOBALS['js_include'][] = 'tbl_change.js';
-
+$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js';
+$GLOBALS['js_include'][] = 'jquery/timepicker.js';
/**
* HTTP and HTML headers
*/
@@ -1056,7 +1057,7 @@ foreach ($rows as $row_id => $vrow) {
<input type="text" name="fields<?php echo $field_name_appendix; ?>"
value="<?php echo $special_chars; ?>" size="<?php echo $fieldsize; ?>"
class="textfield" <?php echo $unnullify_trigger; ?>
- tabindex="<?php echo ($tabindex + $tabindex_for_value); ?>"
+ tabindex="<?php echo ($tabindex + $tabindex_for_value); ?>"
id="field_<?php echo ($idindex); ?>_3" />
<?php
if ($field['Extra'] == 'auto_increment') {
@@ -1083,15 +1084,21 @@ foreach ($rows as $row_id => $vrow) {
// the _3 suffix points to the date field
// the _2 suffix points to the corresponding NULL checkbox
?>
- <script type="text/javascript">
- //<![CDATA[
- document.write('<a title="<?php echo $strCalendar;?>"');
- document.write(' href="javascript:openCalendar(\'<?php echo PMA_generate_common_url();?>\', \'insertForm\', \'field_<?php echo ($idindex); ?>_3\', \'<?php echo (substr($field['pma_type'], 0, 9) == 'timestamp') ? 'datetime' : substr($field['pma_type'], 0, 9); ?>\', \'field_<?php echo ($idindex); ?>_2\')">');
- document.write('<img class="calendar"');
- document.write(' src="<?php echo $pmaThemeImage; ?>b_calendar.png"');
- document.write(' alt="<?php echo $strCalendar; ?>"/></a>');
- //]]>
- </script>
+<script type="text/javascript">
+//<![CDATA[
+$(function() {
+ $('#field_<?php echo ($idindex); ?>_3').datepicker({
+ duration: '',
+ time24h: true,
+ stepMinutes: 1,
+ stepHours: 1,
+ <?php echo ($field['pma_type'] == 'date' ? "showTime: false,":"showTime: true,"); ?>
+ altTimeField: '',
+ constrainInput: false
+ });
+});
+//]]>
+</script>
<?php
}
}
diff --git a/tbl_select.php b/tbl_select.php
index 879c0e6..440bd3e 100644
--- a/tbl_select.php
+++ b/tbl_select.php
@@ -20,7 +20,7 @@ require_once './libraries/mysql_charsets.lib.php';
$GLOBALS['js_include'][] = 'tbl_change.js';
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js';
-
+$GLOBALS['js_include'][] = 'jquery/timepicker.js';
if ($GLOBALS['cfg']['PropertiesIconic'] == true) {
$titles['Browse'] =
'<img class="icon" width="16" height="16" src="' . $pmaThemeImage
@@ -231,11 +231,21 @@ while (list($operator) = each($GLOBALS['cfg']['UnaryOperators'])) {
$type = $fields_type[$i];
if ($type == 'date' || $type == 'datetime' || substr($type, 0, 9) == 'timestamp') {
?>
- <script type="text/javascript">
- //<![CDATA[
- document.write('<a title="<?php echo $strCalendar;?>" href="javascript:openCalendar(\'<?php echo PMA_generate_common_url();?>\', \'insertForm\', \'field_<?php echo ($i); ?>\', \'<?php echo (substr($type, 0, 9) == 'timestamp') ? 'datetime' : substr($type, 0, 9); ?>\', \'\')"><img class="calendar" src="<?php echo $pmaThemeImage; ?>b_calendar.png" alt="<?php echo $strCalendar; ?>"/></a>');
- //]]>
- </script>
+<script type="text/javascript">
+//<![CDATA[
+$(function() {
+ $('#field_<?php echo $i; ?>').datepicker({
+ duration: '',
+ time24h: true,
+ stepMinutes: 1,
+ stepHours: 1,
+ <?php echo ($type == 'date' ? "showTime: false,":"showTime: true,"); ?>
+ altTimeField: '',
+ constrainInput: false
+ });
+});
+//]]>
+</script>
<?php
}
?>
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2-1651-g81ffe74
by Michal Čihař 20 Apr '10
by Michal Čihař 20 Apr '10
20 Apr '10
The branch, master has been updated
via 81ffe74473b3a50fe9ee7d13144917ca09bcf028 (commit)
from 8f36b52facc4bdb8c98881f4b840b2d1794f1143 (commit)
- Log -----------------------------------------------------------------
commit 81ffe74473b3a50fe9ee7d13144917ca09bcf028
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Apr 20 09:05:47 2010 +0200
Fix html.
-----------------------------------------------------------------------
Summary of changes:
Documentation.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation.html b/Documentation.html
index 9dc2dbd..e70d5d2 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -1884,7 +1884,7 @@ $cfg['TrustedProxies'] =
each row on a vertical lineup.
</dd>
- <dt id="cfg_HeaderFlipType">$cfg['HeaderFlipType'] </span>string</dt>
+ <dt id="cfg_HeaderFlipType">$cfg['HeaderFlipType'] string</dt>
<dd>
The HeaderFlipType can be set to 'auto', 'css' or 'fake'. When using
'css' the rotation of the header for horizontalflipped is done via
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2-1650-g8f36b52
by Michal Čihař 20 Apr '10
by Michal Čihař 20 Apr '10
20 Apr '10
The branch, master has been updated
via 8f36b52facc4bdb8c98881f4b840b2d1794f1143 (commit)
from 9bb35300ebdcf242abcb23e55ad7164ab799d88f (commit)
- Log -----------------------------------------------------------------
commit 8f36b52facc4bdb8c98881f4b840b2d1794f1143
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Apr 20 08:34:27 2010 +0200
Minor fixes in docs.
-----------------------------------------------------------------------
Summary of changes:
Documentation.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation.html b/Documentation.html
index c6ee94f..9dc2dbd 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -3259,7 +3259,7 @@ the <tt>mysql_upgrade</tt> command on the server.</p>
port-forwarding to another host, MySQL is not resolving the localhost
as expected.<br />
Erik Wasser explains: The solution is: if your host is "localhost"
- MySQL (the commandline tool 'mysql' as well) always tries to use the socket
+ MySQL (the command line tool <code>mysql</code> as well) always tries to use the socket
connection for speeding up things. And that doesn't work in this configuration
with port forwarding.<br />
If you enter "127.0.0.1" as hostname, everything is right and MySQL uses the
@@ -3385,7 +3385,7 @@ have either the <a href="http://pecl.php.net/package/APC">APC</a> extension
<a href="#faq3_4">3.4 I am unable to import dumps I created with the mysqldump tool
bundled with the MySQL server distribution.</a></h4>
-<p> The problem is that older versions of mysqldump created invalid comments like this:</p>
+<p> The problem is that older versions of <code>mysqldump</code> created invalid comments like this:</p>
<pre>
-- MySQL dump 8.22
@@ -4526,7 +4526,7 @@ now synchronize your databases placed on the same server or some remote server.
<pre>
Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>
-Copyright (C) 2001-2009 Marc Delisle <marc_at_infomarc.info>
+Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>
Olivier Müller <om_at_omnis.ch>
Robin Johnson <robbat2_at_users.sourceforge.net>
Alexander M. Turek <me_at_derrabus.de>
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2-1649-g9bb3530
by Michal Čihař 20 Apr '10
by Michal Čihař 20 Apr '10
20 Apr '10
The branch, master has been updated
via 9bb35300ebdcf242abcb23e55ad7164ab799d88f (commit)
from 980a3bb86c3a2025189b64b96372fd7eac0cf0ca (commit)
- Log -----------------------------------------------------------------
commit 9bb35300ebdcf242abcb23e55ad7164ab799d88f
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Apr 20 08:19:55 2010 +0200
Port can not be string.
-----------------------------------------------------------------------
Summary of changes:
libraries/dbi/mysqli.dbi.lib.php | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/libraries/dbi/mysqli.dbi.lib.php b/libraries/dbi/mysqli.dbi.lib.php
index 913bce6..fe83655 100644
--- a/libraries/dbi/mysqli.dbi.lib.php
+++ b/libraries/dbi/mysqli.dbi.lib.php
@@ -60,7 +60,7 @@ if (! defined('MYSQLI_TYPE_BIT')) {
* @param string $user mysql user name
* @param string $password mysql user password
* @param boolean $is_controluser
- * @param array $server host/port/socket
+ * @param array $server host/port/socket
* @param boolean $auxiliary_connection (when true, don't go back to login if connection fails)
* @return mixed false on error or a mysqli object on success
*/
@@ -68,7 +68,7 @@ function PMA_DBI_connect($user, $password, $is_controluser = false, $server = nu
{
if ($server) {
$server_port = (empty($server['port']))
- ? ''
+ ? false
: (int)$server['port'];
$server_socket = (empty($server['socket']))
? ''
@@ -107,7 +107,7 @@ function PMA_DBI_connect($user, $password, $is_controluser = false, $server = nu
if ($GLOBALS['cfg']['Server']['ssl'] && defined('MYSQLI_CLIENT_SSL')) {
$client_flags |= MYSQLI_CLIENT_SSL;
}
-
+
if (!$server) {
$return_value = @mysqli_real_connect($link, $GLOBALS['cfg']['Server']['host'], $user, $password, false, $server_port, $server_socket, $client_flags);
@@ -126,7 +126,7 @@ function PMA_DBI_connect($user, $password, $is_controluser = false, $server = nu
}
// we could be calling PMA_DBI_connect() to connect to another
// server, for example in the Synchronize feature, so do not
- // go back to main login if it fails
+ // go back to main login if it fails
if (! $auxiliary_connection) {
PMA_log_user($user, 'mysql-denied');
PMA_auth_fails();
@@ -231,7 +231,7 @@ function PMA_DBI_try_query($query, $link = null, $options = 0)
}
if ($r != FALSE && PMA_Tracker::isActive() == TRUE ) {
- PMA_Tracker::handleQuery($query);
+ PMA_Tracker::handleQuery($query);
}
return $r;
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2-1648-g980a3bb
by Michal Čihař 20 Apr '10
by Michal Čihař 20 Apr '10
20 Apr '10
The branch, master has been updated
via 980a3bb86c3a2025189b64b96372fd7eac0cf0ca (commit)
from ccd8997f961056e66f91393b1d9ad45beb6d4eec (commit)
- Log -----------------------------------------------------------------
commit 980a3bb86c3a2025189b64b96372fd7eac0cf0ca
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Apr 20 08:13:27 2010 +0200
Use proper server selector.
We need to use the one who fired event, not the first one in document.
-----------------------------------------------------------------------
Summary of changes:
js/server_synchronize.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/js/server_synchronize.js b/js/server_synchronize.js
index 1b9138c..b360d15 100644
--- a/js/server_synchronize.js
+++ b/js/server_synchronize.js
@@ -4,8 +4,8 @@
*
*/
$(document).ready(function() {
- $('.server_selector').change(function() {
- var server = $('.server_selector').val();
+ $('.server_selector').change(function(evt) {
+ var server = $(evt.target).val();
if (server == 'cur') {
$(this).closest('tbody').children('.current-server').css('display', '');
$(this).closest('tbody').children('.remote-server').css('display', 'none');
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2-1647-gccd8997
by Michal Čihař 20 Apr '10
by Michal Čihař 20 Apr '10
20 Apr '10
The branch, master has been updated
via ccd8997f961056e66f91393b1d9ad45beb6d4eec (commit)
from 354d5d26c9a4795c6ee5d3e0acbdafaf0d305e8a (commit)
- Log -----------------------------------------------------------------
commit ccd8997f961056e66f91393b1d9ad45beb6d4eec
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Apr 20 08:11:29 2010 +0200
Remove testing code.
-----------------------------------------------------------------------
Summary of changes:
js/server_synchronize.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/js/server_synchronize.js b/js/server_synchronize.js
index d9a965f..1b9138c 100644
--- a/js/server_synchronize.js
+++ b/js/server_synchronize.js
@@ -16,7 +16,6 @@ $(document).ready(function() {
$(this).closest('tbody').children('.current-server').css('display', 'none');
$(this).closest('tbody').children('.remote-server').css('display', '');
var parts = server.split('||||');
- $('#src_host').val(parts[0]);
$(this).closest('tbody').find('.server-host').val(parts[0]);
$(this).closest('tbody').find('.server-port').val(parts[1]);
$(this).closest('tbody').find('.server-socket').val(parts[2]);
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2-1646-g354d5d2
by Michal Čihař 20 Apr '10
by Michal Čihař 20 Apr '10
20 Apr '10
The branch, master has been updated
via 354d5d26c9a4795c6ee5d3e0acbdafaf0d305e8a (commit)
from 9bc7ffd3bcc6b9f5614be6e1aff7f76998a600e1 (commit)
- Log -----------------------------------------------------------------
commit 354d5d26c9a4795c6ee5d3e0acbdafaf0d305e8a
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Apr 20 08:04:02 2010 +0200
Fix handling of preselected servers from config.
-----------------------------------------------------------------------
Summary of changes:
server_synchronize.php | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/server_synchronize.php b/server_synchronize.php
index 365a431..440103d 100644
--- a/server_synchronize.php
+++ b/server_synchronize.php
@@ -83,17 +83,17 @@ if ((isset($_REQUEST['submit_connect']))) {
${"{$con}_connection"} = PMA_DBI_connect(${"{$con}_username"}, ${"{$con}_password"}, $is_controluser = false, ${"{$con}_server"}, $auxiliary_connection = true);
} // end foreach ($cons as $con)
- if ((! $src_connection && $src_type == 'rmt') || (! $trg_connection && $trg_type == 'rmt')) {
+ if ((! $src_connection && $src_type != 'cur') || (! $trg_connection && $trg_type != 'cur')) {
/**
* Displays the connection error string if
* connections are not established
*/
echo '<div class="error">';
- if(! $src_connection && $src_type == 'rmt') {
+ if(! $src_connection && $src_type != 'cur') {
echo $GLOBALS['strCouldNotConnectSource'] . '<br />';
}
- if(! $trg_connection && $trg_type == 'rmt'){
+ if(! $trg_connection && $trg_type != 'cur'){
echo $GLOBALS['strCouldNotConnectTarget'];
}
echo '</div>';
@@ -515,7 +515,7 @@ if (isset($_REQUEST['Table_ids'])) {
* Creating link object for source and target databases
*/
foreach ($cons as $con) {
- if (${"{$con}_type"} == "rmt") {
+ if (${"{$con}_type"} != "cur") {
${"{$con}_link"} = PMA_DBI_connect(${"{$con}_username"}, ${"{$con}_password"}, $is_controluser = false, ${"{$con}_server"});
} else {
${"{$con}_link"} = null;
@@ -993,7 +993,7 @@ if (isset($_REQUEST['synchronize_db'])) {
/**
* connecting the source and target servers
*/
- if ('rmt' == $_SESSION['src_type']) {
+ if ('cur' != $_SESSION['src_type']) {
$src_link = PMA_DBI_connect($src_username, $src_password, $is_controluser = false, $_SESSION['src_server']);
} else {
$src_link = $GLOBALS['userlink'];
@@ -1001,7 +1001,7 @@ if (isset($_REQUEST['synchronize_db'])) {
// (does not work if user defined current server as a remote one)
$GLOBALS['db'] = $_SESSION['src_db'];
}
- if ('rmt' == $_SESSION['trg_type']) {
+ if ('cur' != $_SESSION['trg_type']) {
$trg_link = PMA_DBI_connect($trg_username, $trg_password, $is_controluser = false, $_SESSION['trg_server']);
} else {
$trg_link = $GLOBALS['userlink'];
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2-1645-g9bc7ffd
by Michal Čihař 20 Apr '10
by Michal Čihař 20 Apr '10
20 Apr '10
The branch, master has been updated
via 9bc7ffd3bcc6b9f5614be6e1aff7f76998a600e1 (commit)
from 2a0f636f5cc0a9cd91e00a2a2ceb34a5b65c97aa (commit)
- Log -----------------------------------------------------------------
commit 9bc7ffd3bcc6b9f5614be6e1aff7f76998a600e1
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Apr 20 08:01:26 2010 +0200
Port should be an integer.
-----------------------------------------------------------------------
Summary of changes:
server_synchronize.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/server_synchronize.php b/server_synchronize.php
index bc03c32..365a431 100644
--- a/server_synchronize.php
+++ b/server_synchronize.php
@@ -76,7 +76,7 @@ if ((isset($_REQUEST['submit_connect']))) {
} else {
${"{$con}_server"}['host'] = ${"{$con}_host"};
if (isset(${"{$con}_port"}) && ! empty(${"{$con}_port"}) && ((int)${"{$con}_port"} * 1) > 0) {
- ${"{$con}_server"}['port'] = ${"{$con}_port"};
+ ${"{$con}_server"}['port'] = (int)${"{$con}_port"};
}
}
hooks/post-receive
--
phpMyAdmin
1
0

[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2-1644-g2a0f636
by Michal Čihař 20 Apr '10
by Michal Čihař 20 Apr '10
20 Apr '10
The branch, master has been updated
via 2a0f636f5cc0a9cd91e00a2a2ceb34a5b65c97aa (commit)
via f9bd970f38f0ab5d6a38ce9f570b2ec7651d9708 (commit)
from c7ce21f3f738fc2eda9372e0e6463da1f84db69d (commit)
- Log -----------------------------------------------------------------
commit 2a0f636f5cc0a9cd91e00a2a2ceb34a5b65c97aa
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Apr 20 07:56:16 2010 +0200
Update Czech translation.
commit f9bd970f38f0ab5d6a38ce9f570b2ec7651d9708
Author: Michal Čihař <michal(a)cihar.com>
Date: Tue Apr 20 07:55:00 2010 +0200
Better names for synchronisation choices.
-----------------------------------------------------------------------
Summary of changes:
po/af.po | 10 +++++++++-
po/ar.po | 12 +++++++++++-
po/az.po | 12 +++++++++++-
po/be.po | 12 +++++++++++-
po/be(a)latin.po | 12 +++++++++++-
po/bg.po | 12 +++++++++++-
po/bn.po | 12 +++++++++++-
po/bs.po | 12 +++++++++++-
po/ca.po | 12 +++++++++++-
po/cs.po | 15 ++++++++++++---
po/da.po | 12 +++++++++++-
po/de.po | 12 +++++++++++-
po/el.po | 12 +++++++++++-
po/en_GB.po | 12 +++++++++++-
po/es.po | 12 +++++++++++-
po/et.po | 12 +++++++++++-
po/eu.po | 12 +++++++++++-
po/fa.po | 10 +++++++++-
po/fi.po | 12 +++++++++++-
po/fr.po | 12 +++++++++++-
po/gl.po | 12 +++++++++++-
po/he.po | 12 +++++++++++-
po/hi.po | 10 +++++++++-
po/hr.po | 12 +++++++++++-
po/hu.po | 12 +++++++++++-
po/id.po | 12 +++++++++++-
po/it.po | 12 +++++++++++-
po/ja.po | 12 +++++++++++-
po/ka.po | 12 +++++++++++-
po/ko.po | 12 +++++++++++-
po/lt.po | 12 +++++++++++-
po/lv.po | 12 +++++++++++-
po/mk.po | 12 +++++++++++-
po/mn.po | 12 +++++++++++-
po/ms.po | 12 +++++++++++-
po/nb.po | 12 +++++++++++-
po/nl.po | 12 +++++++++++-
po/phpmyadmin.pot | 10 +++++++++-
po/pl.po | 12 +++++++++++-
po/pt.po | 12 +++++++++++-
po/pt_BR.po | 12 +++++++++++-
po/ro.po | 11 ++++++++++-
po/ru.po | 12 +++++++++++-
po/si.po | 12 +++++++++++-
po/sk.po | 12 +++++++++++-
po/sl.po | 12 +++++++++++-
po/sq.po | 12 +++++++++++-
po/sr.po | 12 +++++++++++-
po/sr(a)latin.po | 12 +++++++++++-
po/sv.po | 12 +++++++++++-
po/ta.po | 10 +++++++++-
po/te.po | 12 +++++++++++-
po/th.po | 12 +++++++++++-
po/tr.po | 12 +++++++++++-
po/tt.po | 12 +++++++++++-
po/uk.po | 12 +++++++++++-
po/ur.po | 10 +++++++++-
po/uz.po | 12 +++++++++++-
po/uz(a)latin.po | 12 +++++++++++-
po/zh_CN.po | 12 +++++++++++-
po/zh_TW.po | 12 +++++++++++-
server_synchronize.php | 4 ++--
62 files changed, 661 insertions(+), 65 deletions(-)
diff --git a/po/af.po b/po/af.po
index a90e821..0ce27fe 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5674,6 +5674,14 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+msgid "Current connection"
+msgstr ""
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/ar.po b/po/ar.po
index 8639be4..1834166 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5630,6 +5630,16 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Connections"
+msgid "Current connection"
+msgstr "اتصالات"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/az.po b/po/az.po
index 59d0024..9be84a1 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5734,6 +5734,16 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Connections"
+msgid "Current connection"
+msgstr "Elaqeler"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/be.po b/po/be.po
index 8c56c02..aa5bd65 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5985,6 +5985,16 @@ msgstr ""
"Сымбалі падстаноўкі _ і % мусяць быць экранаванымі сымбалем \\ для іх "
"літаральнага выкарыстаньня"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "max. concurrent connections"
+msgid "Current connection"
+msgstr "максымум адначасовых злучэньняў"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/be(a)latin.po b/po/be(a)latin.po
index d23720a..9c5ac41 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5953,6 +5953,16 @@ msgstr ""
"Symbali padstanoŭki % i _ musiać być ekranavanymi symbalem \\ dla ich "
"litaralnaha vykarystańnia"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "max. concurrent connections"
+msgid "Current connection"
+msgstr "maksymum adnačasovych złučeńniaŭ"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/bg.po b/po/bg.po
index cb85517..d903cd3 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5766,6 +5766,16 @@ msgstr "Календар"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "max. concurrent connections"
+msgid "Current connection"
+msgstr "Максимален брой на едновременните конекции"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/bn.po b/po/bn.po
index 9b2cacd..f1feb58 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5906,6 +5906,16 @@ msgstr "ক্যালেন্ডার"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "Wildcards % and _ should be escaped with a \\ to use them literally"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "max. concurrent connections"
+msgid "Current connection"
+msgstr "max. concurrent connections"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/bs.po b/po/bs.po
index 71213aa..b739377 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5730,6 +5730,16 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Connections"
+msgid "Current connection"
+msgstr "Konekcije"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/ca.po b/po/ca.po
index 877fdeb..9299ba2 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5978,6 +5978,16 @@ msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
"Els comodins _ i % han de marcar-se amb una \\ per usar-los literalment"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Insecure connection"
+msgid "Current connection"
+msgstr "Connexió insegura"
+
#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
diff --git a/po/cs.po b/po/cs.po
index c8ae467..d633522 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-19 14:26+0200\n"
-"PO-Revision-Date: 2010-04-19 13:58+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+0200\n"
+"PO-Revision-Date: 2010-04-20 07:56+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: czech <cs(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -4980,7 +4980,7 @@ msgstr "Synchronovat databáze"
#: libraries/messages.inc.php:1072
msgid "Synchronize"
-msgstr "Synchronizovat"
+msgstr "Synchronizace"
#: libraries/messages.inc.php:1074
msgid "Add column(s)"
@@ -5917,6 +5917,15 @@ msgstr ""
"Zástupné znaky _ a % by měly být escapovány pomocí \\, pokud je chcete "
"použít jako znak"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr "Zadat ručně"
+
+#: server_synchronize.php:1130
+#| msgid "Insecure connection"
+msgid "Current connection"
+msgstr "Současné připojení"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/da.po b/po/da.po
index 268b2b7..9737b27 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5865,6 +5865,16 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "max. concurrent connections"
+msgid "Current connection"
+msgstr "maks. samtidige forbindelser"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/de.po b/po/de.po
index 1281b89..0542a86 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -6026,6 +6026,16 @@ msgstr ""
"Platzhalter _ und % sollten mit einem \\ escaped werden, um das gewünschte "
"Sonderzeichen einzubinden"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Insecure connection"
+msgid "Current connection"
+msgstr "Unsichere Verbindung"
+
#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration"
diff --git a/po/el.po b/po/el.po
index 2ac16bd..fa258bb 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -6047,6 +6047,16 @@ msgstr ""
"Οι χαρακτήρες μπαλαντέρ _ και % πρέπει να γραφούν μπροστά με \\ για να "
"χρησιμοποιηθούν"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Insecure connection"
+msgid "Current connection"
+msgstr "Μη ασφαλής σύνδεση"
+
#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
diff --git a/po/en_GB.po b/po/en_GB.po
index 36c7dc9..4758e77 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5925,6 +5925,16 @@ msgstr "Clear"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "Wildcards % and _ should be escaped with a \\ to use them literally"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Insecure connection"
+msgid "Current connection"
+msgstr "Insecure connection"
+
#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration"
diff --git a/po/es.po b/po/es.po
index c548c97..bf251a5 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -6047,6 +6047,16 @@ msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
"Los comodines _ y % deben acompañarse de \\ para usarlos de manera literal"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Insecure connection"
+msgid "Current connection"
+msgstr "Conexión insegura"
+
#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
diff --git a/po/et.po b/po/et.po
index 5ccffba..2422464 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5887,6 +5887,16 @@ msgstr ""
"Metamärgid _ ja % peaksid olema varjestatud märgiga \\, kui soovite neid "
"sisestada"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "max. concurrent connections"
+msgid "Current connection"
+msgstr "maks. parallel ühendusi"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/eu.po b/po/eu.po
index ce3afae..05eb481 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5757,6 +5757,16 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Connections"
+msgid "Current connection"
+msgstr "Konexioak"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/fa.po b/po/fa.po
index 0471b82..f19ffba 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5655,6 +5655,14 @@ msgstr "تقویم"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+msgid "Current connection"
+msgstr ""
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/fi.po b/po/fi.po
index 89554a6..c667a3f 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5965,6 +5965,16 @@ msgstr ""
"Korvausmerkkien _ ja % eteen on lisättävä \\-merkki, jotta ne näkyisivät "
"oikein"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Insecure connection"
+msgid "Current connection"
+msgstr "Salaamaton yhteys"
+
#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
diff --git a/po/fr.po b/po/fr.po
index 6bc4048..50f6ce2 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+0200\n"
"PO-Revision-Date: 2010-04-18 14:10+0200\n"
"Last-Translator: Marc <marc(a)infomarc.info>\n"
"Language-Team: french <fr(a)li.org>\n"
@@ -6018,6 +6018,16 @@ msgstr "Vider"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "Préfixer avec \\ les passepartouts _ et % pour un usage littéral"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Insecure connection"
+msgid "Current connection"
+msgstr "Connexion non sécurisée"
+
#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration"
diff --git a/po/gl.po b/po/gl.po
index d48f5b7..e92bd8f 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5985,6 +5985,16 @@ msgstr ""
"Os caracteres comodín _ e % deberíanse escapar con \\ para podelos usar "
"literalmente"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Insecure connection"
+msgid "Current connection"
+msgstr "A conexión non é segura"
+
#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
diff --git a/po/he.po b/po/he.po
index 563bd2b..7e6880c 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5663,6 +5663,16 @@ msgstr "לוח שנה"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "תווים כללים _ וגם % צריכים לבוא ביחד עם \\ על מנת להשתמש בהם באמת"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Connections"
+msgid "Current connection"
+msgstr "חיבורים"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/hi.po b/po/hi.po
index 4cb3c3d..50961f8 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5556,6 +5556,14 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+msgid "Current connection"
+msgstr ""
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/hr.po b/po/hr.po
index 02f815f..940e688 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5961,6 +5961,16 @@ msgstr ""
"Kako bi se mogli upotrebljavati u doslovnom smislu, džokerima \\_ i \\% mora "
"prethoditi znak \\"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "max. concurrent connections"
+msgid "Current connection"
+msgstr "najv. uzastopnih veza"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/hu.po b/po/hu.po
index a47f31e..e62d18f 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5990,6 +5990,16 @@ msgstr ""
"A _ és a % karakterhelyettesítőt \\ jellel kell lezárni, hogy "
"szövegkonstansként lehessen őket használni"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Insecure connection"
+msgid "Current connection"
+msgstr "Veszélyes kapcsolat"
+
#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
diff --git a/po/id.po b/po/id.po
index 4d7f552..d9fb924 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+0200\n"
"PO-Revision-Date: 2010-04-17 21:14+0200\n"
"Last-Translator: Azhari Harahap <azhari.harahap(a)yahoo.com>\n"
"Language-Team: indonesian <id(a)li.org>\n"
@@ -5777,6 +5777,16 @@ msgstr ""
"Wildcard _ dan % sebaiknya diakhiri dengan tanda \\ untuk mengunakannya "
"secara harfiah"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Connections"
+msgid "Current connection"
+msgstr "Koneksi"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/it.po b/po/it.po
index 1766e03..aa55499 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+0200\n"
"PO-Revision-Date: 2010-04-11 11:19+0200\n"
"Last-Translator: Fabio <fantonifabio(a)tiscali.it>\n"
"Language-Team: italian <it(a)li.org>\n"
@@ -6002,6 +6002,16 @@ msgstr ""
"I caratteri jolly _ e % dovrebbero essere preceduti da un \\ per l'utilizzo "
"letterale"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Insecure connection"
+msgid "Current connection"
+msgstr "Connessione non sicura"
+
#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration"
diff --git a/po/ja.po b/po/ja.po
index fb0662c..86e5e78 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5847,6 +5847,16 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "max. concurrent connections"
+msgid "Current connection"
+msgstr "最大同時接続数"
+
#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration"
diff --git a/po/ka.po b/po/ka.po
index 6ee1688..1cf5521 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5938,6 +5938,16 @@ msgstr "გაწმენდა"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "Wildcards % and _ should be escaped with a \\ to use them literally"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Insecure connection"
+msgid "Current connection"
+msgstr "დაუცველი კავშირი"
+
#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
diff --git a/po/ko.po b/po/ko.po
index 94c50bb..1141a80 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5664,6 +5664,16 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Connections"
+msgid "Current connection"
+msgstr "연결 수"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/lt.po b/po/lt.po
index a26f140..c6c2578 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+0200\n"
"PO-Revision-Date: 2010-04-16 19:52+0200\n"
"Last-Translator: Rytis <rytis.s(a)gmail.com>\n"
"Language-Team: lithuanian <lt(a)li.org>\n"
@@ -5772,6 +5772,16 @@ msgstr "Išvalyti"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "Norint naudoti _ ir % simblius, juos reikėtų eskeipinti su \\"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Insecure connection"
+msgid "Current connection"
+msgstr "Nesaugus susijungimas"
+
#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
diff --git a/po/lv.po b/po/lv.po
index 215b73b..da88171 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5741,6 +5741,16 @@ msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
"Aizstājējzīmes _ un % jāaizsargā ar \\ priekšā, lai izmantotu tās burtiski"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Connections"
+msgid "Current connection"
+msgstr "Konekcijas"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/mk.po b/po/mk.po
index 3c5d52c..42c9411 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5785,6 +5785,16 @@ msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
"Пред џокер знаците _ и % треба да стои знакот \\ ако ги користите самостојно"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Connections"
+msgid "Current connection"
+msgstr "Конекции"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/mn.po b/po/mn.po
index f909e14..cc9a067 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5730,6 +5730,16 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "max. concurrent connections"
+msgid "Current connection"
+msgstr "ХИ. давхацсан холболтууд"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/ms.po b/po/ms.po
index 222ad49..a475864 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5681,6 +5681,16 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Connections"
+msgid "Current connection"
+msgstr "Hubungan"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/nb.po b/po/nb.po
index 9174ea4..fe82b62 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+0200\n"
"PO-Revision-Date: 2010-04-06 14:28+0200\n"
"Last-Translator: <sven.erik.andersen(a)gmail.com>\n"
"Language-Team: norwegian <no(a)li.org>\n"
@@ -5936,6 +5936,16 @@ msgstr "Fjern"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "Jokertegnene _ og % må beskyttes med en \\ for å bruke dem direkte"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Insecure connection"
+msgid "Current connection"
+msgstr "Usikker tilkobling"
+
#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
diff --git a/po/nl.po b/po/nl.po
index b103ddb..5e863c7 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -6007,6 +6007,16 @@ msgstr ""
"Wildcards _ en % moeten worden ge-escaped met een \\ om ze letterlijk te "
"gebruiken"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Insecure connection"
+msgid "Current connection"
+msgstr "Onveilige verbinding"
+
#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot
index d1cca17..1a29726 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5553,6 +5553,14 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+msgid "Current connection"
+msgstr ""
+
#: server_synchronize.php:1159
#, possible-php-format
msgid "Configuration: %s"
diff --git a/po/pl.po b/po/pl.po
index 7b79b81..bdff554 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5955,6 +5955,16 @@ msgstr ""
"Aby użyć symboli wieloznacznych _ i % w znaczeniu dosłownym, należy je "
"poprzedzić znakiem \\ "
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Insecure connection"
+msgid "Current connection"
+msgstr "Niezabezpieczone połączenie"
+
#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration"
diff --git a/po/pt.po b/po/pt.po
index 0a417bb..2a9911a 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5734,6 +5734,16 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Connections"
+msgid "Current connection"
+msgstr "Ligações"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 5a9a2c5..3d5de0c 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5915,6 +5915,16 @@ msgstr ""
"Coringas _ e % precisam ser precedidos com uma \\ para serem usados "
"literalmente"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "max. concurrent connections"
+msgid "Current connection"
+msgstr "máx. de conexões concorrentes"
+
#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration"
diff --git a/po/ro.po b/po/ro.po
index a307d87..f47e840 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5957,6 +5957,15 @@ msgstr "Calendar"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "Metacaracterele _ și % trebuiesc însoțite de \\ pentru a le aplica"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+msgid "Current connection"
+msgstr "Comprimă conexiunea"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/ru.po b/po/ru.po
index 42798de..079cb64 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -6008,6 +6008,16 @@ msgstr ""
"процента (%), необходимо экранировать их символом обратной косой черты (\\), "
"в противном случае они будут интерпретированы как групповые символы"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Insecure connection"
+msgid "Current connection"
+msgstr "Небезопасное соединение"
+
#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
diff --git a/po/si.po b/po/si.po
index 1742995..a7d0421 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5892,6 +5892,16 @@ msgstr "දින දර්ශනය"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "Wildcards % and _ should be escaped with a \\ to use them literally"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "max. concurrent connections"
+msgid "Current connection"
+msgstr "max. concurrent connections"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/sk.po b/po/sk.po
index 453b551..ac5722c 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5901,6 +5901,16 @@ msgstr ""
"Náhradzujúcim znakom _ a % by mal predchádzať znak \\, pokiaľ ich nechcete "
"použiť doslovne"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "max. concurrent connections"
+msgid "Current connection"
+msgstr "max. súčasných pripojení"
+
#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
diff --git a/po/sl.po b/po/sl.po
index 0fa3865..211dea6 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5737,6 +5737,16 @@ msgstr "Koledar"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Connections"
+msgid "Current connection"
+msgstr "Povezave"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/sq.po b/po/sq.po
index 1eec743..0bd9526 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5749,6 +5749,16 @@ msgstr "Kalendari"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Connections"
+msgid "Current connection"
+msgstr "Lidhje"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/sr.po b/po/sr.po
index 2bdd476..5dd3f39 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5897,6 +5897,16 @@ msgstr "Календар"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "Пре џокера _ и % треба ставити знак \\ ако их користите самостално"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "max. concurrent connections"
+msgid "Current connection"
+msgstr "макс. истовремених веза"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/sr(a)latin.po b/po/sr(a)latin.po
index 64f9e93..7f62c1b 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5902,6 +5902,16 @@ msgstr "Kalendar"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "Pre džokera _ i % treba staviti znak \\ ako ih koristite samostalno"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "max. concurrent connections"
+msgid "Current connection"
+msgstr "maks. istovremenih veza"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/sv.po b/po/sv.po
index 82ea101..2a497e7 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5949,6 +5949,16 @@ msgstr ""
"Jokertecknen _ och % måste föregås av ett \\ för att användas i egentlig "
"betydelse"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Insecure connection"
+msgid "Current connection"
+msgstr "Osäker anslutning"
+
#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
diff --git a/po/ta.po b/po/ta.po
index e012e71..d1bd95e 100644
--- a/po/ta.po
+++ b/po/ta.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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+0200\n"
"PO-Revision-Date: 2010-04-16 10:43+0200\n"
"Last-Translator: Sutharshan <sutharshan02(a)gmail.com>\n"
"Language-Team: Tamil <ta(a)li.org>\n"
@@ -5558,6 +5558,14 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+msgid "Current connection"
+msgstr ""
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/te.po b/po/te.po
index a93c88d..f398b84 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+0200\n"
"PO-Revision-Date: 2010-04-02 12:04+0200\n"
"Last-Translator: <veeven(a)gmail.com>\n"
"Language-Team: Telugu <te(a)li.org>\n"
@@ -5616,6 +5616,16 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Connections"
+msgid "Current connection"
+msgstr "అనుసంధానాలు"
+
#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Server configuration"
diff --git a/po/th.po b/po/th.po
index da5893d..36ad714 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5670,6 +5670,16 @@ msgstr "ปฏิทิน"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Connections"
+msgid "Current connection"
+msgstr "การเชื่อมต่อ"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/tr.po b/po/tr.po
index 09ddc64..80ba35d 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+0200\n"
"PO-Revision-Date: 2010-04-03 11:44+0200\n"
"Last-Translator: <hitowerdigit(a)hotmail.com>\n"
"Language-Team: turkish <tr(a)li.org>\n"
@@ -5970,6 +5970,16 @@ msgstr "Temizle"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "_ ve % jokerleri harfi harfine kullanılmak için \\ ile doldurun."
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Insecure connection"
+msgid "Current connection"
+msgstr "Güvensiz bağlantı"
+
#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
diff --git a/po/tt.po b/po/tt.po
index 82a5ad7..5cf736f 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5766,6 +5766,16 @@ msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
"_ belän % bilgelären şul kileş kenä qullanu öçen \\ belän ütkärergä kiräk"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Connections"
+msgid "Current connection"
+msgstr "Totaşular"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/uk.po b/po/uk.po
index abe443c..f2b8848 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5652,6 +5652,16 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Connections"
+msgid "Current connection"
+msgstr "З'єднань"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/ur.po b/po/ur.po
index 58aa8f1..9dc9b5a 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel(a)lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-04-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+0200\n"
"PO-Revision-Date: 2010-04-09 14:02+0200\n"
"Last-Translator: Michal <michal(a)cihar.com>\n"
"Language-Team: Urdu <ur(a)li.org>\n"
@@ -5553,6 +5553,14 @@ msgstr ""
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr ""
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+msgid "Current connection"
+msgstr ""
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/po/uz.po b/po/uz.po
index 2d3fdd4..912c804 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -6014,6 +6014,16 @@ msgstr ""
"Маълумотлар базалари номларида пастки чизиқ (_) ва фоиз (%) белгилари "
"ишлатилганда улар олдига тескари эгри чизиқ (\\) қўйиш керак."
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Insecure connection"
+msgid "Current connection"
+msgstr "Нохавфсиз уланиш"
+
#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
diff --git a/po/uz(a)latin.po b/po/uz(a)latin.po
index f5b6c87..fa0a857 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -6062,6 +6062,16 @@ msgstr ""
"Ma`lumotlar bazalari nomlarida pastki chiziq (_) va foiz (%) belgilari "
"ishlatilganda ular oldiga teskari egri chiziq (\\) qo‘yish kerak."
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Insecure connection"
+msgid "Current connection"
+msgstr "Noxavfsiz ulanish"
+
#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration file"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 40018f2..7a5ef30 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+0200\n"
"PO-Revision-Date: 2010-04-08 13:06+0200\n"
"Last-Translator: shanyan baishui <Siramizu(a)gmail.com>\n"
"Language-Team: chinese_simplified <zh_CN(a)li.org>\n"
@@ -5729,6 +5729,16 @@ msgstr "清除"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "要使用通配符 _ 和 % 本身,应使用用 \\ 转义"
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "Insecure connection"
+msgid "Current connection"
+msgstr "非安全连接"
+
#: server_synchronize.php:1159
#, fuzzy, php-format
#| msgid "Configuration"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 2ca52a8..4e84f1b 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-19 14:26+0200\n"
+"POT-Creation-Date: 2010-04-20 07:54+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"
@@ -5675,6 +5675,16 @@ msgstr "日曆"
msgid "Wildcards % and _ should be escaped with a \\ to use them literally"
msgstr "萬用符號 _ 及 % 應正確地加入 \\ "
+#: server_synchronize.php:1129
+msgid "Enter manually"
+msgstr ""
+
+#: server_synchronize.php:1130
+#, fuzzy
+#| msgid "max. concurrent connections"
+msgid "Current connection"
+msgstr "最大連線數目"
+
#: server_synchronize.php:1159
#, php-format
msgid "Configuration: %s"
diff --git a/server_synchronize.php b/server_synchronize.php
index 04967f2..bc03c32 100644
--- a/server_synchronize.php
+++ b/server_synchronize.php
@@ -1126,8 +1126,8 @@ if (isset($_REQUEST['synchronize_db'])) {
<tr class="odd">
<td colspan="2" style="text-align: center">
<select name="<?php echo $type; ?>_type" id="<?php echo $type; ?>_type" class="server_selector">
- <option value="rmt"><?php echo $GLOBALS['strRemoteServer']; ?></option>
- <option value="cur"><?php echo $GLOBALS['strCurrentServer']; ?></option>
+ <option value="rmt"><?php echo __('Enter manually'); ?></option>
+ <option value="cur"><?php echo __('Current connection'); ?></option>
<?php
foreach ($GLOBALS['cfg']['Servers'] as $key => $tmp_server) {
if (empty($tmp_server['host'])) {
hooks/post-receive
--
phpMyAdmin
1
0