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

@ -2,7 +2,7 @@
/** /**
* @file common/lang/zh-TW.lang.php * @file common/lang/zh-TW.lang.php
* @author zero (zero@nzeo.com) 翻譯royallin * @author zero (zero@nzeo.com) 翻譯royallin
* @brief 正體中文語言(包含基本內容) * @brief 正體中文語言(包含基本內容)
**/ **/
// 基本使用的語言 // 基本使用的語言

View file

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

View file

@ -52,13 +52,13 @@
$lang->member_info = '會員資料'; $lang->member_info = '會員資料';
$lang->current_password = '當前密碼'; $lang->current_password = '當前密碼';
$lang->openid = 'OpenID'; $lang->openid = 'OpenID';
$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 = '可選擇是否接收短訊息。';
$lang->webmaster_name = '管理員名稱'; $lang->webmaster_name = '管理員名稱';
$lang->webmaster_email = '管理員電子郵件'; $lang->webmaster_email = '管理員電子郵件';