From 78f7ef3ea3ccc371bfaf78d5578e9e40d323cc09 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 25 Oct 2015 08:19:04 -0400 Subject: [PATCH 1/2] Fix typo Signed-off-by: Marc Delisle --- libraries/check_user_privileges.lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/check_user_privileges.lib.php b/libraries/check_user_privileges.lib.php index 67a85dbfa1..5f2b437374 100644 --- a/libraries/check_user_privileges.lib.php +++ b/libraries/check_user_privileges.lib.php @@ -37,7 +37,7 @@ function PMA_checkRequiredPrivilegesForFlushing() * * @return void */ -function PMA_checkRequiredPrivilgesForAdjust() +function PMA_checkRequiredPrivilegesForAdjust() { if (PMA_Util::cacheExists('db_priv')) { $GLOBALS['db_priv'] = PMA_Util::cacheGet( @@ -414,7 +414,7 @@ if (!PMA_DRIZZLE) { // 'mysql'.table_privs, 'mysql'.proc_privs and privileges for // flushing the privileges are available PMA_checkRequiredPrivilegesForFlushing(); - PMA_checkRequiredPrivilgesForAdjust(); + PMA_checkRequiredPrivilegesForAdjust(); } else { // todo: for simple_user_policy only database with user's login can be created From 561cf03f930ddfcbb7523a039ee2739087ba627a Mon Sep 17 00:00:00 2001 From: Hanson String Date: Sun, 25 Oct 2015 02:08:28 +0100 Subject: [PATCH 2/2] Translated using Weblate (Korean) Currently translated at 77.8% (2501 of 3211 strings) [CI skip] --- po/ko.po | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/po/ko.po b/po/ko.po index 22210a4666..f4c6fc5a48 100644 --- a/po/ko.po +++ b/po/ko.po @@ -4,10 +4,10 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.5.2-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2015-10-23 09:39-0400\n" -"PO-Revision-Date: 2015-10-15 11:23+0200\n" -"Last-Translator: Michal Čihař \n" -"Language-Team: Korean \n" +"PO-Revision-Date: 2015-10-25 02:08+0200\n" +"Last-Translator: Hanson String \n" +"Language-Team: Korean " +"\n" "Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -941,10 +941,9 @@ msgid "Do you really want to TRUNCATE the selected partition(s)?" msgstr "선택된 파티션의 내용을 정말로 비우시겠습니까?" #: js/messages.php:66 -#, fuzzy #| msgid "Do you really want to execute \"%s\"?" msgid "Do you really want to RESET SLAVE?" -msgstr "정말로 \"%s\"을/를 실행하시겠습니까?" +msgstr "정말로 초기화 슬레이브를 실행 하시겠습니까?" #: js/messages.php:68 msgid "" @@ -957,7 +956,7 @@ msgstr "" #: js/messages.php:74 msgid "Garbled Data" -msgstr "" +msgstr "혼동된 데이터" #: js/messages.php:76 msgid "Are you sure you wish to change the collation and convert the data?"