From bc295fdb3008c3cde6fabc86cd0e93f3161c2ab8 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 11 Jan 2016 08:12:11 -0500 Subject: [PATCH 1/2] Use strict comparison Signed-off-by: Marc Delisle --- js/db_structure.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/db_structure.js b/js/db_structure.js index 55d780660d..a5cb4315a6 100644 --- a/js/db_structure.js +++ b/js/db_structure.js @@ -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(); From 63a5849964a7cbe2166b093e6e242b4c11f997b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristjan=20R=C3=A4ts?= Date: Mon, 11 Jan 2016 14:10:46 +0100 Subject: [PATCH 2/2] Translated using Weblate (Estonian) Currently translated at 100.0% (3217 of 3217 strings) [CI skip] --- po/et.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/et.po b/po/et.po index 5251acf7e3..adbbe3a07d 100644 --- a/po/et.po +++ b/po/et.po @@ -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 \n" "Language-Team: Estonian " "\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."