mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 02:39:56 +09:00
31 lines
1.4 KiB
PHP
31 lines
1.4 KiB
PHP
<?php
|
||
/**
|
||
* @file modules/ldap/lang/zh-TW.lang.php
|
||
* @author zero <zero@nzeo.com> 翻譯:royallin
|
||
* @brief 正體中文語言(包含基本內容)
|
||
**/
|
||
|
||
$lang->ldap = 'LDAP';
|
||
$lang->use_ldap = '使用 LDAP';
|
||
$lang->ldap_server = 'LDAP主機位置';
|
||
$lang->ldap_port = 'LDAP主機端口';
|
||
$lang->ldap_userdn_suffix = '後綴';
|
||
$lang->ldap_basedn = 'base DN';
|
||
|
||
$lang->ldap_email_entry = '請輸入 Email';
|
||
$lang->ldap_nickname_entry = '請輸入暱稱';
|
||
$lang->ldap_username_entry = '請輸入使用者名稱';
|
||
$lang->ldap_group_entry = '請輸入群組';
|
||
|
||
$lang->about_use_ldap = '請輸入 all necessary information first and then check this';
|
||
$lang->about_ldap_server = '請輸入 LDAP server information for authirization and data request';
|
||
$lang->about_ldap_port = '請輸入 LDAP主機端口。';
|
||
$lang->about_ldap_userdn_suffix = '請輸入 userdn suffux for authorization. 例) @abc.com';
|
||
$lang->about_ldap_basedn = '請輸入 base DN資料夾。 例) dc=abc,dc=com';
|
||
|
||
$lang->about_ldap_email_entry = '請輸入 LDAP電子郵件資料。(禁止重複)';
|
||
$lang->about_ldap_username_entry = '請輸入 LDAP使用者名稱。(允許重複)';
|
||
$lang->about_ldap_nickname_entry = '請輸入 LDAP暱稱。(禁止重複)';
|
||
$lang->about_ldap_group_entry = '請輸入 LDAP群組資料。';
|
||
|
||
?>
|