rhymix/modules/ldap/lang/zh-TW.lang.php
royallin fc3b12bad6 Modified zh-TW translation
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4940 201d5d3c-b55e-5fd7-737f-ddc643e51545
2008-11-20 06:06:06 +00:00

31 lines
1.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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 = '請輸入並檢查所有必填的資料。';
$lang->about_ldap_server = '請輸入已授權的 LDAP主機資料。';
$lang->about_ldap_port = '請輸入 LDAP主機端口。';
$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群組資料。';
?>