about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/authad/lang/zh
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2019-01-02 04:57:35 +0000
committerahriman <ahriman@falte.red>2019-01-02 04:57:35 +0000
commit2bd7f83a6495011ada78ca8a9f2af417caf01760 (patch)
treef9acdb7f09e011c65330ab993d4db3620787dbfb /wiki/lib/plugins/authad/lang/zh
parentbcb215c3a7e914d05f166846a33860e48bba64fb (diff)
downloadsite-2bd7f83a6495011ada78ca8a9f2af417caf01760.tar.gz
removed dokuwiki
Diffstat (limited to 'wiki/lib/plugins/authad/lang/zh')
-rw-r--r--wiki/lib/plugins/authad/lang/zh/lang.php14
-rw-r--r--wiki/lib/plugins/authad/lang/zh/settings.php25
2 files changed, 0 insertions, 39 deletions
diff --git a/wiki/lib/plugins/authad/lang/zh/lang.php b/wiki/lib/plugins/authad/lang/zh/lang.php
deleted file mode 100644
index 4b2c885..0000000
--- a/wiki/lib/plugins/authad/lang/zh/lang.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-
-/**
- * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
- * @author lainme <lainme993@gmail.com>
- * @author Errol <errol@hotmail.com>
- * @author phy25 <git@phy25.com>
- */
-$lang['domain']                = '登录域';
-$lang['authpwdexpire']         = '您的密码将在 %d 天内过期,请尽快更改。';
-$lang['passchangefail']        = '密码更改失败。是不是密码规则不符合?';
-$lang['userchangefail']        = '更改用户属性失败。或许您的帐号没有做此更改的权限?';
-$lang['connectfail']           = '无法连接到Active Directory服务器。';
diff --git a/wiki/lib/plugins/authad/lang/zh/settings.php b/wiki/lib/plugins/authad/lang/zh/settings.php
deleted file mode 100644
index 1ccadd3..0000000
--- a/wiki/lib/plugins/authad/lang/zh/settings.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-
-/**
- * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
- * @author lainme <lainme993@gmail.com>
- * @author oott123 <ip.192.168.1.1@qq.com>
- * @author JellyChen <451453325@qq.com>
- * @author 高博 <bobnemo1983@gmail.com>
- */
-$lang['account_suffix']        = '您的账户后缀。例如 <code>@my.domain.org</code>';
-$lang['base_dn']               = '您的基本分辨名。例如 <code>DC=my,DC=domain,DC=org</code>';
-$lang['domain_controllers']    = '逗号分隔的域名控制器列表。例如 <code>srv1.domain.org,srv2.domain.org</code>';
-$lang['admin_username']        = '一个活动目录的特权用户,可以查看其他所有用户的数据。可选,但对某些活动例如发送订阅邮件是必须的。';
-$lang['admin_password']        = '上述用户的密码。';
-$lang['sso']                   = '是否使用经由 Kerberos 和 NTLM 的 Single-Sign-On?';
-$lang['sso_charset']           = '服务器传入 Kerberos 或者 NTLM 用户名的编码。留空为 UTF-8 或 latin-1 。此功能需要服务器支持iconv扩展。';
-$lang['real_primarygroup']     = ' 是否解析真实的主要组,而不是假设为“域用户” (较慢)';
-$lang['use_ssl']               = '使用 SSL 连接?如果是,不要激活下面的 TLS。';
-$lang['use_tls']               = '使用 TLS 连接?如果是 ,不要激活上面的 SSL。';
-$lang['debug']                 = '有错误时显示额外的调试信息?';
-$lang['expirywarn']            = '提前多少天警告用户密码即将到期。0 则禁用。';
-$lang['additional']            = '需要从用户数据中获取的额外 AD 属性的列表,以逗号分隔。用于某些插件。';
-$lang['update_name']           = '允许用户更新其AD显示名称?';
-$lang['update_mail']           = '是否允许用户更新他们的电子邮件地址?';