Initial commit
This commit is contained in:
13
content/lib/plugins/authad/lang/ko/lang.php
Normal file
13
content/lib/plugins/authad/lang/ko/lang.php
Normal file
@@ -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 서버에 연결하는 데 실패했습니다.';
|
Reference in New Issue
Block a user