diff options
author | Anika Henke <anika@selfthinker.org> | 2015-07-15 10:39:24 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2015-07-15 10:39:24 +0100 |
commit | d60f797cc10593172186649f0a72e17f0a29f163 (patch) | |
tree | f99a10868df22bff5d0951dc3faf6b2b7fae8835 /lib/plugins/authldap | |
parent | 040f85d9888611be7b8dc056aa687e6ff58c8be4 (diff) | |
parent | 10da589230c0fe57b58ed23095fadd8d1951f1fe (diff) | |
download | rpg-d60f797cc10593172186649f0a72e17f0a29f163.tar.gz rpg-d60f797cc10593172186649f0a72e17f0a29f163.tar.bz2 |
Merge pull request #1227 from dokuwiki-translate/lang_update_88
Translation update (ko)
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을 찾을 수 없습니다'; |