From 5f1c9c80d5a7e88386068a8dec648bf7a2429268 Mon Sep 17 00:00:00 2001 From: Seung Ho Jang Date: Tue, 26 Jun 2012 18:26:41 +0200 Subject: [PATCH 1/2] Translated using Weblate. --- po/ko.po | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/po/ko.po b/po/ko.po index bc65c3d378..496ba13773 100644 --- a/po/ko.po +++ b/po/ko.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 3.5.2-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2012-06-04 13:42+0200\n" -"PO-Revision-Date: 2012-06-25 10:59+0200\n" -"Last-Translator: Gyu-sun Youm \n" +"PO-Revision-Date: 2012-06-26 17:43+0200\n" +"Last-Translator: Seung Ho Jang \n" "Language-Team: korean \n" "Language: ko\n" "MIME-Version: 1.0\n" @@ -1422,11 +1422,11 @@ msgstr "" #: js/messages.php:149 msgid "slow_query_log is enabled." -msgstr "" +msgstr "슬로우 쿼리 로그가 활성화 되었습니다." #: js/messages.php:150 msgid "slow_query_log and general_log are disabled." -msgstr "" +msgstr "슬로우 쿼리 로그와 일반 로그가 비활성화 되었습니다." #: js/messages.php:151 msgid "log_output is not set to TABLE." @@ -1443,6 +1443,8 @@ msgid "" "than %d seconds. It is advisable to set this long_query_time 0-2 seconds, " "depending on your system." msgstr "" +"슬로우 쿼리 로그는 활성화 되어 있지만, 서버는 수행 시간이 %d초 이상인 쿼리에 대해서만 슬로우 쿼리 로그를 남깁니다. 슬로우 " +"쿼리를 남기는 쿼리의 수행 시간을 0-2초로 설정하는 것을 권장합니다. 사용하는 시스템에 따라 적절하게 설정하십시오." #: js/messages.php:154 #, php-format From ce889a6907440670b5c588aceaf9e2cd4c0b8351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 27 Jun 2012 16:10:22 +0200 Subject: [PATCH 2/2] Fix format string --- po/ko.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/ko.po b/po/ko.po index bfe06daeca..fc2d076628 100644 --- a/po/ko.po +++ b/po/ko.po @@ -1018,7 +1018,7 @@ msgstr "\"DROP DATABASE\" 구문은 허락되지 않습니다." #, php-format #| msgid "Do you really want to " msgid "Do you really want to execute \"%s\"?" -msgstr "정말로 \"$s\"을/를 실행하시겠습니까?" +msgstr "정말로 \"%s\"을/를 실행하시겠습니까?" #: js/messages.php:31 libraries/mult_submits.inc.php:305 sql.php:409 msgid "You are about to DESTROY a complete database!"