mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
12 lines
462 B
PHP
12 lines
462 B
PHP
<?php
|
|
|
|
/**
|
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
|
*
|
|
* @author lainme <lainme993@gmail.com>
|
|
* @author Errol <errol@hotmail.com>
|
|
*/
|
|
$lang['domain'] = '登录域';
|
|
$lang['authpwdexpire'] = '您的密码将在 %d 天内过期,请尽快更改';
|
|
$lang['passchangefail'] = '密码更改失败。是不是密码规则不符合?';
|
|
$lang['connectfail'] = '无法连接到Active Directory服务器。';
|