diff options
Diffstat (limited to 'apps/user_ldap/l10n/zh_TW.php')
-rw-r--r-- | apps/user_ldap/l10n/zh_TW.php | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/apps/user_ldap/l10n/zh_TW.php b/apps/user_ldap/l10n/zh_TW.php index 2cc1ac99336..426cfcad6f4 100644 --- a/apps/user_ldap/l10n/zh_TW.php +++ b/apps/user_ldap/l10n/zh_TW.php @@ -12,35 +12,36 @@ $TRANSLATIONS = array( "mappings cleared" => "映射已清除", "Success" => "成功", "Error" => "錯誤", +"Select groups" => "選擇群組", "Connection test succeeded" => "連線測試成功", "Connection test failed" => "連線測試失敗", "Do you really want to delete the current Server Configuration?" => "您真的要刪除現在的伺服器設定嗎?", "Confirm Deletion" => "確認刪除", -"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>警告:</b>沒有安裝 PHP LDAP 模組,後端系統將無法運作,請要求您的系統管理員安裝模組。", -"Server configuration" => "伺服器設定", +"_%s group found_::_%s groups found_" => array(""), +"_%s user found_::_%s users found_" => array(""), +"Test Configuration" => "測試此設定", +"Help" => "說明", "Add Server Configuration" => "新增伺服器設定", "Host" => "主機", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "若您不需要 SSL 加密連線則不需輸入通訊協定,反之請輸入 ldaps://", -"Base DN" => "Base DN", -"One Base DN per line" => "一行一個 Base DN", -"You can specify Base DN for users and groups in the Advanced tab" => "您可以在進階標籤頁裡面指定使用者及群組的 Base DN", +"Port" => "連接埠", "User DN" => "User DN", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "客戶端使用者的DN與特定字詞的連結需要完善,例如:uid=agent,dc=example,dc=com。若是匿名連接,則將DN與密碼欄位留白。", "Password" => "密碼", "For anonymous access, leave DN and Password empty." => "匿名連接時請將 DN 與密碼欄位留白", -"User Login Filter" => "User Login Filter", -"User List Filter" => "User List Filter", -"Group Filter" => "Group Filter", +"One Base DN per line" => "一行一個 Base DN", +"You can specify Base DN for users and groups in the Advanced tab" => "您可以在進階標籤頁裡面指定使用者及群組的 Base DN", +"Back" => "返回", +"Continue" => "繼續", +"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>警告:</b>沒有安裝 PHP LDAP 模組,後端系統將無法運作,請要求您的系統管理員安裝模組。", "Connection Settings" => "連線設定", "Configuration Active" => "設定使用中", "When unchecked, this configuration will be skipped." => "沒有被勾選時,此設定會被略過。", -"Port" => "連接埠", +"User Login Filter" => "User Login Filter", "Backup (Replica) Host" => "備用主機", "Give an optional backup host. It must be a replica of the main LDAP/AD server." => "可以選擇性設定備用主機,必須是 LDAP/AD 中央伺服器的複本。", "Backup (Replica) Port" => "備用(複本)連接埠", "Disable Main Server" => "停用主伺服器", -"Use TLS" => "使用 TLS", -"Do not use it additionally for LDAPS connections, it will fail." => "不要同時與 LDAPS 使用,會有問題。", "Case insensitve LDAP server (Windows)" => "不區分大小寫的 LDAP 伺服器 (Windows)", "Turn off SSL certificate validation." => "關閉 SSL 憑證檢查", "Cache Time-To-Live" => "快取的存活時間", @@ -63,8 +64,6 @@ $TRANSLATIONS = array( "Email Field" => "電郵欄位", "User Home Folder Naming Rule" => "使用者家目錄的命名規則", "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "使用者名稱請留白(預設)。若不留白請指定一個LDAP/AD屬性。", -"Internal Username" => "內部使用者名稱", -"Test Configuration" => "測試此設定", -"Help" => "說明" +"Internal Username" => "內部使用者名稱" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |