diff options
author | Myeongjin <aranet100@gmail.com> | 2015-07-11 09:51:04 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2015-07-11 09:51:04 +0200 |
commit | 10da589230c0fe57b58ed23095fadd8d1951f1fe (patch) | |
tree | 904e7bc6ea5d57829ea6114e3ea56c67444e7a98 /lib/plugins/authldap | |
parent | 619a02f57dbe49efa287f054aee381edaf3e0397 (diff) | |
download | rpg-10da589230c0fe57b58ed23095fadd8d1951f1fe.tar.gz rpg-10da589230c0fe57b58ed23095fadd8d1951f1fe.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authldap')
-rw-r--r-- | lib/plugins/authldap/lang/ko/lang.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/ko/lang.php b/lib/plugins/authldap/lang/ko/lang.php new file mode 100644 index 000000000..3c6722a81 --- /dev/null +++ b/lib/plugins/authldap/lang/ko/lang.php @@ -0,0 +1,9 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Myeongjin <aranet100@gmail.com> + */ +$lang['connectfail'] = 'LDAP가 연결할 수 없습니다: %s'; +$lang['domainfail'] = 'LDAP가 사용자 DN을 찾을 수 없습니다'; |