summaryrefslogtreecommitdiff
path: root/lib/plugins/authldap/lang/ko
diff options
context:
space:
mode:
author이명진 <aranet100@gmail.com>2013-03-24 10:30:58 +0100
committerAndreas Gohr <andi@splitbrain.org>2013-03-24 10:30:58 +0100
commit14bc69e3e1db81c4d329a140cb0e095f0dcf9b5e (patch)
treefaa50d096ce871ad9ff75ff78eb234368e8c4bf7 /lib/plugins/authldap/lang/ko
parente20faad8330af3e6f2edbd6e8dc3f70c05305492 (diff)
downloadrpg-14bc69e3e1db81c4d329a140cb0e095f0dcf9b5e.tar.gz
rpg-14bc69e3e1db81c4d329a140cb0e095f0dcf9b5e.tar.bz2
Korean language update
Diffstat (limited to 'lib/plugins/authldap/lang/ko')
-rw-r--r--lib/plugins/authldap/lang/ko/settings.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/ko/settings.php b/lib/plugins/authldap/lang/ko/settings.php
new file mode 100644
index 000000000..6c80414d3
--- /dev/null
+++ b/lib/plugins/authldap/lang/ko/settings.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * Korean language file
+ *
+ * @author Myeongjin <aranet100@gmail.com>
+ */
+$lang['server'] = 'LDAP 서버. 호스트 이름(<code>localhost</code>)이나 전체 자격 URL(<code>ldap://server.tld:389</code>) 중 하나';
+$lang['port'] = '위에 주어진 전체 URL이 없을 때의 LDAP 서버 포트';
+$lang['starttls'] = 'TLS 연결을 사용하겠습니까?';
+$lang['debug'] = '오류에 대한 추가적인 디버그 정보를 보이기';