update ChT language

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7164 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
royallin 2010-01-19 06:44:35 +00:00
parent 7e6bf1df73
commit c41eec1a1a
2 changed files with 16 additions and 15 deletions

View file

@ -280,9 +280,9 @@
// 關於FTP // 關於FTP
$lang->ftp_form_title = '輸入 FTP 資訊'; $lang->ftp_form_title = '輸入 FTP 資訊';
$lang->ftp = 'FTP'; $lang->ftp = 'FTP';
$lang->ftp_host = 'FTP hostname'; $lang->ftp_host = 'FTP 主機名稱';
$lang->ftp_port = 'FTP 埠口'; $lang->ftp_port = 'FTP 埠口';
$lang->about_ftp_password = 'FTP password will not be stored'; $lang->about_ftp_password = 'FTP 密碼將不會被儲存';
$lang->cmd_check_ftp_connect = '檢查 FTP 連線'; $lang->cmd_check_ftp_connect = '檢查 FTP 連線';
$lang->about_ftp_info = " $lang->about_ftp_info = "
FTP資訊可應用至以下情形<br/> FTP資訊可應用至以下情形<br/>
@ -317,5 +317,5 @@
$lang->filter->invalid_alpha_number = '%s只能輸入英文或數字'; $lang->filter->invalid_alpha_number = '%s只能輸入英文或數字';
$lang->filter->invalid_number = '%s只能輸入數字'; $lang->filter->invalid_number = '%s只能輸入數字';
$lang->security_warning_embed = "Due to security concern, administrators are not allowed to view embedded items.<BR /> To view them, please use another non-administrator ID."; $lang->security_warning_embed = "由於安全的關係,管理員無法檢視嵌入的物件。<BR /> 請使用其他非管理員帳號檢視。";
?> ?>

View file

@ -59,7 +59,7 @@
$lang->allow_message = '接收短訊息'; $lang->allow_message = '接收短訊息';
$lang->allow_message_type = array( $lang->allow_message_type = array(
'Y' => '全部允許', 'Y' => '全部允許',
'F' => '允許好友', 'F' => '允許好友',
'N' => '全部禁止', 'N' => '全部禁止',
); );
$lang->about_allow_message = '可選擇是否接收短訊息。'; $lang->about_allow_message = '可選擇是否接收短訊息。';
@ -209,4 +209,5 @@
$lang->add_openid = '新增OpenID'; $lang->add_openid = '新增OpenID';
$lang->about_resend_auth_mail = '如果沒有收到認證郵件可以再重寄一次。'; $lang->about_resend_auth_mail = '如果沒有收到認證郵件可以再重寄一次。';
$lang->no_article = '主題不存在';
?> ?>