diff options
author | 이명진 <aranet100@gmail.com> | 2013-03-24 10:30:58 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-03-24 10:30:58 +0100 |
commit | 14bc69e3e1db81c4d329a140cb0e095f0dcf9b5e (patch) | |
tree | faa50d096ce871ad9ff75ff78eb234368e8c4bf7 /lib/plugins/authldap | |
parent | e20faad8330af3e6f2edbd6e8dc3f70c05305492 (diff) | |
download | rpg-14bc69e3e1db81c4d329a140cb0e095f0dcf9b5e.tar.gz rpg-14bc69e3e1db81c4d329a140cb0e095f0dcf9b5e.tar.bz2 |
Korean language update
Diffstat (limited to 'lib/plugins/authldap')
-rw-r--r-- | lib/plugins/authldap/lang/ko/settings.php | 10 |
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'] = '오류에 대한 추가적인 디버그 정보를 보이기'; |