about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/authad/lang/ko/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/lib/plugins/authad/lang/ko/lang.php')
-rw-r--r--wiki/lib/plugins/authad/lang/ko/lang.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/wiki/lib/plugins/authad/lang/ko/lang.php b/wiki/lib/plugins/authad/lang/ko/lang.php
new file mode 100644
index 0000000..0a652ad
--- /dev/null
+++ b/wiki/lib/plugins/authad/lang/ko/lang.php
@@ -0,0 +1,13 @@
+<?php
+
+/**
+ * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Myeongjin <aranet100@gmail.com>
+ * @author Erial <erial2@gmail.com>
+ */
+$lang['domain']                = '로그온 도메인';
+$lang['authpwdexpire']         = '비밀번호를 바꾼지 %d일이 지났으며, 비밀번호를 곧 바꿔야 합니다.';
+$lang['passchangefail']        = '비밀번호를 바꾸는 데 실패했습니다. 비밀번호 정책을 따르지 않은 건 아닐까요?';
+$lang['userchangefail']        = '사용자 특성을 바꾸는 데 실패했습니다. 당신의 계정에 바꿀 권한이 없는 건 아닐까요?';
+$lang['connectfail']           = 'Active Directory 서버에 연결하는 데 실패했습니다.';