diff options
author | Peter Dave Hello <hsu@peterdavehello.org> | 2024-12-22 12:36:06 +0100 |
---|---|---|
committer | DokuWiki Translation Interface <translate@dokuwiki.org> | 2024-12-22 12:36:06 +0100 |
commit | bfad69040c39c246b5bbe24001018ff4e208b072 (patch) | |
tree | 55e9c6d2bae8aa8688e4520443ea2ad6de4f8225 /lib/plugins/authad | |
parent | d2685d35001aa0331f9866c8735998e14c117bfd (diff) | |
download | dokuwiki-bfad69040c39c246b5bbe24001018ff4e208b072.tar.gz dokuwiki-bfad69040c39c246b5bbe24001018ff4e208b072.zip |
translation update
Diffstat (limited to 'lib/plugins/authad')
-rw-r--r-- | lib/plugins/authad/lang/zh-tw/lang.php | 2 | ||||
-rw-r--r-- | lib/plugins/authad/lang/zh-tw/settings.php | 2 |
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'] = '允許使用者更新電子郵件地址?'; |