diff --git a/doc/conf.py b/doc/conf.py index 06ce95d4ff..aa15008946 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -44,7 +44,7 @@ master_doc = 'index' # General information about the project. project = u'phpMyAdmin' -copyright = u'2012 - 2014, The phpMyAdmin devel team' +copyright = u'2012 - 2016, The phpMyAdmin devel team' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/libraries/server_privileges.lib.php b/libraries/server_privileges.lib.php index c5866ee6c5..c5dec4efe7 100644 --- a/libraries/server_privileges.lib.php +++ b/libraries/server_privileges.lib.php @@ -2374,7 +2374,7 @@ function PMA_getListOfPrivilegesAndComparedPrivileges() */ function PMA_getHtmlTableBodyForSpecificDbRoutinePrivs($db, $odd_row, $index_checkbox) { - $sql_query = 'SELECT * FROM `mysql`.`procs_priv` WHERE Db = "' . $db . '";'; + $sql_query = 'SELECT * FROM `mysql`.`procs_priv` WHERE Db = \'' . Util::sqlAddSlashes($db) . '\';'; $res = $GLOBALS['dbi']->query($sql_query); $html_output = ''; while ($row = $GLOBALS['dbi']->fetchAssoc($res)) { diff --git a/po/ckb.po b/po/ckb.po index b3e7ff9734..39f4feea6c 100644 --- a/po/ckb.po +++ b/po/ckb.po @@ -8,16 +8,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.7.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2016-05-23 14:30+0200\n" -"PO-Revision-Date: 2015-11-20 15:47+0000\n" -"Last-Translator: Dana Akram \n" -"Language-Team: Kurdish Sorani \n" +"PO-Revision-Date: 2016-07-20 07:25+0000\n" +"Last-Translator: Kamyar Sec \n" +"Language-Team: Kurdish Sorani " +"\n" "Language: ckb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 2.5-dev\n" +"X-Generator: Weblate 2.8-dev\n" #: changelog.php:37 license.php:33 #, php-format @@ -34,7 +34,7 @@ msgstr "لیستەی بنەڕەتیی خانەکانی بنکەی دراوە ب #: db_central_columns.php:132 msgid "Click to sort." -msgstr "ڕیزکردن." +msgstr "کلیک بکه‌ بۆ پۆڵێن کردن." #: db_central_columns.php:151 #, php-format @@ -43,7 +43,7 @@ msgstr "پیشاندانی خانەکان %1$s - %2$s." #: db_datadict.php:58 libraries/operations.lib.php:36 msgid "Database comment" -msgstr "تێبینی بنکەی دراوە" +msgstr "تێبینی بنکەی دراو" #: db_datadict.php:105 libraries/plugins/schema/pdf/PdfRelationSchema.php:596 #: templates/columns_definitions/column_definitions_form.phtml:89 @@ -156,7 +156,7 @@ msgstr "بنەڕەت" #: libraries/plugins/schema/pdf/PdfRelationSchema.php:635 #: libraries/plugins/schema/pdf/PdfRelationSchema.php:658 msgid "Links to" -msgstr "بەستەر دەکات بۆ" +msgstr "بەستەر بۆ" #: db_datadict.php:121 libraries/config/messages.inc.php:161 #: libraries/config/messages.inc.php:177 libraries/config/messages.inc.php:215