summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql/lang/ko
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2015-06-15 21:42:11 +0200
committerGerrit Uitslag <klapinklapin@gmail.com>2015-06-15 21:42:11 +0200
commitb9f9f2f569ed22bc570a8f42884938ae58735bb5 (patch)
tree0d4e2984a4336ccaf4ecb3cc0d5aa3bd5be074d6 /lib/plugins/authmysql/lang/ko
parent0c43e7198c135083b88bdad3dd7876a8ff8a2870 (diff)
parentadc91fc60470e25c23d2508ba9781ef0102faa83 (diff)
downloadrpg-b9f9f2f569ed22bc570a8f42884938ae58735bb5.tar.gz
rpg-b9f9f2f569ed22bc570a8f42884938ae58735bb5.tar.bz2
Merge branch 'master' of github.com:splitbrain/dokuwiki
Diffstat (limited to 'lib/plugins/authmysql/lang/ko')
-rw-r--r--lib/plugins/authmysql/lang/ko/lang.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/ko/lang.php b/lib/plugins/authmysql/lang/ko/lang.php
new file mode 100644
index 000000000..a2ad278c1
--- /dev/null
+++ b/lib/plugins/authmysql/lang/ko/lang.php
@@ -0,0 +1,11 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author hyeonsoft <hyeonsoft@live.co.kr>
+ */
+$lang['connectfail'] = '데이터베이스에 연결하는 데 실패했습니다.';
+$lang['userexists'] = '이 계정으로 이미 로그인 된 사용자가 있습니다.';
+$lang['usernotexists'] = '이 계정은 존재하지 않습니다.';
+$lang['writefail'] = '사용자 데이터를 수정할 수 없습니다. 관리자에게 문의하십시오.';