git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4668 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
royallin 2008-10-21 08:03:34 +00:00
parent 16a9c2a9e7
commit d108208cea
3 changed files with 8 additions and 8 deletions

View file

@ -8,7 +8,7 @@
$lang->communication = '交流';
$lang->about_communication = '管理短訊息及好友功能的模組。';
$lang->allow_message = '允許接收短訊息';
$lang->allow_message = '接收短訊息';
$lang->allow_message_type = array(
'Y' => '全部接收',
'N' => '全部拒收',
@ -44,5 +44,5 @@
$lang->msg_content_is_null = '請輸入內容。';
$lang->msg_allow_message_to_friend = '只允許接收好友短訊息的用戶,不能發送短訊息。';
$lang->msg_disallow_message = '拒絕接收短訊息的用戶,不能發送短訊息。';
$lang->about_allow_message = '可選擇是否接收短訊息。';
$lang->about_allow_message = '可選擇是否接收短訊息。';
?>