aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/plugins/authad/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/authad/lang')
-rw-r--r--lib/plugins/authad/lang/zh-tw/lang.php2
-rw-r--r--lib/plugins/authad/lang/zh-tw/settings.php2
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/plugins/authad/lang/zh-tw/lang.php b/lib/plugins/authad/lang/zh-tw/lang.php
index 285c8aa95..7fd7cd80b 100644
--- a/lib/plugins/authad/lang/zh-tw/lang.php
+++ b/lib/plugins/authad/lang/zh-tw/lang.php
@@ -3,8 +3,10 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
+ * @author Peter Dave Hello <hsu@peterdavehello.org>
* @author June-Hao Hou <junehao@gmail.com>
* @author syaoranhinata <syaoranhinata@gmail.com>
*/
$lang['domain'] = '登入網域';
$lang['authpwdexpire'] = '您的密碼將在 %d 天內到期,請馬上更換新密碼。';
+$lang['connectfail'] = '連線到 Active Directory(Active Directory)伺服器失敗。';
diff --git a/lib/plugins/authad/lang/zh-tw/settings.php b/lib/plugins/authad/lang/zh-tw/settings.php
index 4460763f2..3a7889c29 100644
--- a/lib/plugins/authad/lang/zh-tw/settings.php
+++ b/lib/plugins/authad/lang/zh-tw/settings.php
@@ -3,6 +3,7 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
+ * @author Peter Dave Hello <hsu@peterdavehello.org>
* @author syaoranhinata <syaoranhinata@gmail.com>
* @author June-Hao Hou <junehao@gmail.com>
*/
@@ -19,3 +20,4 @@ $lang['use_tls'] = '使用 TLS 連接嗎?如果要使用,請
$lang['debug'] = '有錯誤時,顯示額外除錯資訊嗎?';
$lang['expirywarn'] = '提前多少天警告使用者密碼即將到期。輸入0表示停用。';
$lang['additional'] = '從使用者數據中取得額外 AD 屬性列表,以供某些附加元件使用。列表以逗號分隔。';
+$lang['update_mail'] = '允許使用者更新電子郵件地址?';