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

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