mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 12:19:56 +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
|
|
@ -42,5 +42,5 @@
|
|||
$lang->about_secret = '可用於討論板或回覆時選擇是否使用。';
|
||||
$lang->about_admin_mail = '有新的主題或評論時,將自動發電子郵件來通知管理員。<br />多數電子郵件由逗號(,)區隔。';
|
||||
$lang->about_category_color = '設定分類顏色。';
|
||||
$lang->msg_not_enough_point = 'Your point is not enough to write an article in this board.';
|
||||
$lang->msg_not_enough_point = '你的點數不夠在此討論板發表主題。';
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -22,15 +22,15 @@
|
|||
$lang->cmd_accept = '接受';
|
||||
|
||||
$lang->svn_url = 'SVN位址';
|
||||
$lang->about_svn_url = '請輸入專案的 SVN位址。';
|
||||
$lang->about_svn_url = '請輸入專案的 SVN 位址。';
|
||||
$lang->svn_cmd = 'SVN應用程式位置';
|
||||
$lang->about_svn_cmd = '請輸入 SVN Client應用程式位置。(ex: /usr/bin/svn)';
|
||||
$lang->about_svn_cmd = '請輸入 SVN Client 應用程式位置。(ex: /usr/bin/svn)';
|
||||
$lang->diff_cmd = 'DIFF應用程式位置';
|
||||
$lang->about_diff_cmd = '為了比較 SVN revisions,請輸入diff應用程式位置。 (ex: /usr/bin/diff)';
|
||||
$lang->svn_userid = 'SVN ID';
|
||||
$lang->about_svn_userid = 'If authentication is necessary, input userid for accessing the SVN repository';
|
||||
$lang->svn_passwd = 'SVN password';
|
||||
$lang->about_svn_passwd = 'If authentication is necessary, input password for accessing the SVN repository';
|
||||
$lang->about_diff_cmd = '為了比較 SVN 版本,請輸入 diff 應用程式位置。 (ex: /usr/bin/diff)';
|
||||
$lang->svn_userid = 'SVN帳號';
|
||||
$lang->about_svn_userid = '必須要驗證時,請輸入帳號來登入 SVN 檔案庫';
|
||||
$lang->svn_passwd = 'SVN密碼';
|
||||
$lang->about_svn_passwd = '必須要驗證時,請輸入密碼來登入 SVN 檔案庫';
|
||||
|
||||
$lang->issue = '問題';
|
||||
$lang->total_issue = '所有問題';
|
||||
|
|
|
|||
|
|
@ -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