Merge branch 'master' of github.com:phpmyadmin/phpmyadmin

This commit is contained in:
Madhura Jayaratne 2016-01-12 19:52:51 +11:00
commit a8f960bcc2
2 changed files with 4 additions and 4 deletions

View File

@ -225,7 +225,7 @@ AJAX.registerOnload('db_structure.js', function () {
else if ($(this).val() === 'copy_tbl' || $(this).val() === 'add_prefix_tbl' || $(this).val() === 'replace_prefix_tbl' || $(this).val() === 'copy_tbl_change_prefix') {
event.preventDefault();
event.stopPropagation();
if ($('input[name="selected_tbl[]"]:checked').length == 0) {
if ($('input[name="selected_tbl[]"]:checked').length === 0) {
return false;
}
var formData = $('#tablesForm').serialize();

View File

@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: phpMyAdmin 4.6.0-dev\n"
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
"POT-Creation-Date: 2016-01-08 16:50+0100\n"
"PO-Revision-Date: 2016-01-08 17:02+0000\n"
"PO-Revision-Date: 2016-01-11 14:10+0000\n"
"Last-Translator: Kristjan Räts <kristjanrats@gmail.com>\n"
"Language-Team: Estonian "
"<https://hosted.weblate.org/projects/phpmyadmin/master/et/>\n"
@ -23,8 +23,8 @@ msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
"for more information."
msgstr ""
"%s fail pole selles süsteemis saadaval. Lisateavet leiad aadressilt www."
"phpmyadmin.net ."
"Fail %s ei ole selles süsteemis saadaval; aadressilt www.phpmyadmin.net "
"leiad täiendavat informatsiooni."
#: db_central_columns.php:105
msgid "The central list of columns for the current database is empty."