mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4934 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ff251512da
commit
74a7775f99
2 changed files with 32 additions and 1 deletions
31
modules/ldap/lang/zh-TW.lang.php
Normal file
31
modules/ldap/lang/zh-TW.lang.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?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群組資料。';
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue