diff --git a/po/ko.po b/po/ko.po index 13bb9be211..ee96e7bce4 100644 --- a/po/ko.po +++ b/po/ko.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 3.5.4-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2012-10-16 14:37+0200\n" -"PO-Revision-Date: 2013-03-29 01:12+0200\n" +"PO-Revision-Date: 2013-04-03 18:11+0200\n" "Last-Translator: Yungu Kim \n" "Language-Team: Korean \n" "Language: ko\n" @@ -4475,7 +4475,7 @@ msgstr "저장 디렉토리" #: libraries/config/messages.inc.php:362 msgid "Leave blank if not used" -msgstr "" +msgstr "사용하지 않으면 빈칸으로 두세요" #: libraries/config/messages.inc.php:363 msgid "Host authorization order" @@ -5464,10 +5464,10 @@ msgid "Exporting databases from the current server" msgstr "현재 서버에서 데이터베이스를 내보내기" #: libraries/display_export.lib.php:84 -#, fuzzy, php-format +#, php-format #| msgid "Create table on database %s" msgid "Exporting tables from \"%s\" database" -msgstr "데이터베이스 %s에 새로운 테이블을 만듭니다." +msgstr "데이터베이스 %s에서 테이블을 추출" #: libraries/display_export.lib.php:86 #, fuzzy, php-format @@ -5866,9 +5866,8 @@ msgid "The common part of the directory path for all InnoDB data files." msgstr "" #: libraries/engines/innodb.lib.php:24 -#, fuzzy msgid "Data files" -msgstr "데이터만" +msgstr "데이터 파일" #: libraries/engines/innodb.lib.php:27 msgid "Autoextend increment" @@ -6156,7 +6155,7 @@ msgstr "" #: libraries/engines/pbxt.lib.php:42 msgid "Transaction buffer size" -msgstr "" +msgstr "트랜잭션 버퍼 크기" #: libraries/engines/pbxt.lib.php:43 msgid "" @@ -6638,7 +6637,7 @@ msgstr "열(칼럼) 이름" #: libraries/import/csv.php:80 libraries/import/csv.php:85 #, php-format msgid "Invalid parameter for CSV import: %s" -msgstr "" +msgstr "CSV를 가져오기 위한 파라미터가 잘못됨: %s" #: libraries/import/csv.php:132 #, php-format @@ -6791,9 +6790,8 @@ msgid "case-sensitive" msgstr "" #: libraries/mysql_charsets.lib.php:240 -#, fuzzy msgid "Croatian" -msgstr "생성" +msgstr "크로아티아어" #: libraries/mysql_charsets.lib.php:243 msgid "Czech" @@ -7364,7 +7362,7 @@ msgstr "길이/값*" #: libraries/rte/rte_routines.lib.php:894 msgid "Add parameter" -msgstr "" +msgstr "파라미터 추가" #: libraries/rte/rte_routines.lib.php:898 #, fuzzy @@ -7509,9 +7507,8 @@ msgid "You must provide a trigger definition." msgstr "" #: libraries/rte/rte_words.lib.php:18 -#, fuzzy msgid "Add routine" -msgstr "필드 추가하기" +msgstr "루틴 추가하기" #: libraries/rte/rte_words.lib.php:20 #, php-format @@ -7906,7 +7903,7 @@ msgstr "" #: libraries/sqlparser.lib.php:177 msgid "BEGIN CUT" -msgstr "" +msgstr "BEGIN CUT" #: libraries/sqlparser.lib.php:179 msgid "END CUT" @@ -11302,10 +11299,10 @@ msgid "None" msgstr "없음" #: tbl_structure.php:378 -#, fuzzy, php-format +#, php-format #| msgid "Table %s has been dropped" msgid "Column %s has been dropped" -msgstr "테이블 %s 을 제거했습니다." +msgstr "컬럼 %s을 삭제했습니다" #: tbl_structure.php:395 tbl_structure.php:492 #, php-format @@ -11403,7 +11400,7 @@ msgstr "필요치 않을 경우 이 두 줄을 주석처리하시기 바랍니 #: tbl_tracking.php:215 msgid "SQL statements exported. Please copy the dump or execute it." -msgstr "" +msgstr "SQL 구문이 추출되었습니다. 덤프된 내용을 복사하거나 실행하세요." #: tbl_tracking.php:246 #, php-format @@ -11991,7 +11988,7 @@ msgstr "쿼리 캐시 최소 결과 크기" #: po/advisory_rules.php:106 msgid "" "The max size of the result set in the query cache is the default of 1 MiB." -msgstr "" +msgstr "쿼리 캐시의 결과 셋의 최대 크기가 기본값인 1 MiB 입니다." #: po/advisory_rules.php:107 msgid "" @@ -12004,16 +12001,20 @@ msgid "" "(often invalidated due to table updates) increasing {query_cache_limit} " "might reduce efficiency." msgstr "" +"{query_cache_limit}를 변경(일반적으로 증가)하여 효율을 높일 수 있습니다. 이 값은 쿼리 캐시에 넣을 수 있는 쿼리 " +"결과의 최댓값을 결정합니다. 만약 1 MiB 이상의 캐시될 가능성이 높은 쿼리 결과(많은 읽기, 적은 쓰기)가 많다면, " +"{query_cache_limit}를 증가하는 것이 효율을 높일 수 있습니다. 반면, 1 MiB 이상의 캐시될 가능성이 낮은 쿼리 " +"결과(테이블 업데이트로 캐시가 무효화된다던가)가 많은 경우, {query_cache_limit}를 증가시키는 것은 효율을 낮출 수도 " +"있습니다." #: po/advisory_rules.php:108 msgid "query_cache_limit is set to 1 MiB" msgstr "query_cache_limit가 1Mib로 설정되었습니다." #: po/advisory_rules.php:110 -#, fuzzy #| msgid "Allows creating temporary tables." msgid "Percentage of sorts that cause temporary tables" -msgstr "임시테이블 생성 허용." +msgstr "정렬로 인해 임시 테이블을 사용하게 되는 비율" #: po/advisory_rules.php:111 po/advisory_rules.php:116 #, fuzzy @@ -12584,7 +12585,7 @@ msgstr "" msgid "" "Your InnoDB log size is at %s%% in relation to the InnoDB buffer pool size, " "it should not be below 20%%" -msgstr "" +msgstr "InnoDB 로그 크기가 InnoDB 버퍼 풀 크기의 %s%% 입니다. 이 값은 20%% 이상이어야 합니다" #: po/advisory_rules.php:260 msgid "Max InnoDB log size"