mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
Translation & Modified zh-TW language.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5197 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7ca60dcd76
commit
d2707f9152
6 changed files with 52 additions and 20 deletions
|
|
@ -7,9 +7,9 @@
|
|||
|
||||
$lang->ldap = 'LDAP';
|
||||
$lang->use_ldap = '使用 LDAP';
|
||||
$lang->ldap_server = 'LDAP主機位置';
|
||||
$lang->ldap_port = 'LDAP主機端口';
|
||||
$lang->ldap_userdn_prefix = 'UserDN prefix';
|
||||
$lang->ldap_server = 'LDAP 主機位置';
|
||||
$lang->ldap_port = 'LDAP 主機埠口';
|
||||
$lang->ldap_userdn_prefix = '前置字元';
|
||||
$lang->ldap_userdn_suffix = '後綴';
|
||||
$lang->ldap_basedn = 'base DN';
|
||||
|
||||
|
|
@ -19,15 +19,15 @@
|
|||
$lang->ldap_group_entry = '請輸入群組';
|
||||
|
||||
$lang->about_use_ldap = '請輸入並檢查所有必填的資料。';
|
||||
$lang->about_ldap_server = '請輸入已授權的 LDAP主機資料。';
|
||||
$lang->about_ldap_port = '請輸入 LDAP主機端口。';
|
||||
$lang->about_ldap_userdn_prefix = 'Please input userdn prefux for authorization. ex) cn=';
|
||||
$lang->about_ldap_userdn_suffix = '請輸入已授權的 userdn後綴。例) @abc.com';
|
||||
$lang->about_ldap_basedn = '請輸入 base DN資料夾。 例) dc=abc,dc=com';
|
||||
$lang->about_ldap_server = '請輸入已授權的 LDAP 主機資料。';
|
||||
$lang->about_ldap_port = '請輸入 LDAP 主機埠口。';
|
||||
$lang->about_ldap_userdn_prefix = '請輸入已授權的 userdn 前置字元。 例) cn=';
|
||||
$lang->about_ldap_userdn_suffix = '請輸入已授權的 userdn 後綴。例) @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群組資料。';
|
||||
$lang->about_ldap_email_entry = '請輸入 LDAP 電子郵件資料。(禁止重複)';
|
||||
$lang->about_ldap_username_entry = '請輸入 LDAP 使用者名稱。(允許重複)';
|
||||
$lang->about_ldap_nickname_entry = '請輸入 LDAP 暱稱。(禁止重複)';
|
||||
$lang->about_ldap_group_entry = '請輸入 LDAP 群組資料。';
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue