mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 01:29:58 +09:00
set svn property - svn:eol-style LF
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8253 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9802eaa60a
commit
620b03d184
763 changed files with 114595 additions and 114595 deletions
|
|
@ -1,48 +1,48 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/communication/lang/zh-TW.lang.php
|
||||
* @author NHN (developers@xpressengine.com) 翻譯:royallin
|
||||
* @brief 交流(communication)模組正體中文語言
|
||||
**/
|
||||
|
||||
$lang->communication = '交流';
|
||||
$lang->about_communication = '管理短訊息及好友功能的模組。';
|
||||
|
||||
$lang->allow_message = '接收短訊息';
|
||||
$lang->allow_message_type = array(
|
||||
'Y' => '全部接收',
|
||||
'N' => '全部拒收',
|
||||
'F' => '只允許好友',
|
||||
);
|
||||
|
||||
$lang->message_box = array(
|
||||
'R' => '收信箱',
|
||||
'S' => '寄信箱',
|
||||
'T' => '儲存箱',
|
||||
);
|
||||
|
||||
$lang->readed_date = "閱讀日期";
|
||||
|
||||
$lang->sender = '寄件人';
|
||||
$lang->receiver = '收件人';
|
||||
$lang->friend_group = '好友群組';
|
||||
$lang->default_friend_group = '群組未指定';
|
||||
|
||||
$lang->cmd_send_message = '發送短訊息';
|
||||
$lang->cmd_reply_message = '回覆短訊息';
|
||||
$lang->cmd_view_friend = '檢視好友';
|
||||
$lang->cmd_add_friend = '加為好友';
|
||||
$lang->cmd_view_message_box = '檢視短訊箱';
|
||||
$lang->cmd_store = "儲存";
|
||||
$lang->cmd_add_friend_group = '新增好友群組';
|
||||
$lang->cmd_rename_friend_group = '修改好友群組名稱';
|
||||
|
||||
$lang->msg_no_message = '沒有短訊息。';
|
||||
$lang->message_received = '您有新訊息。';
|
||||
|
||||
$lang->msg_title_is_null = '請輸入短訊息標題。';
|
||||
$lang->msg_content_is_null = '請輸入內容。';
|
||||
$lang->msg_allow_message_to_friend = '只允許接收好友短訊息的用戶,不能發送短訊息。';
|
||||
$lang->msg_disallow_message = '拒絕接收短訊息的用戶,不能發送短訊息。';
|
||||
$lang->about_allow_message = '可選擇是否接收短訊息。';
|
||||
?>
|
||||
<?php
|
||||
/**
|
||||
* @file modules/communication/lang/zh-TW.lang.php
|
||||
* @author NHN (developers@xpressengine.com) 翻譯:royallin
|
||||
* @brief 交流(communication)模組正體中文語言
|
||||
**/
|
||||
|
||||
$lang->communication = '交流';
|
||||
$lang->about_communication = '管理短訊息及好友功能的模組。';
|
||||
|
||||
$lang->allow_message = '接收短訊息';
|
||||
$lang->allow_message_type = array(
|
||||
'Y' => '全部接收',
|
||||
'N' => '全部拒收',
|
||||
'F' => '只允許好友',
|
||||
);
|
||||
|
||||
$lang->message_box = array(
|
||||
'R' => '收信箱',
|
||||
'S' => '寄信箱',
|
||||
'T' => '儲存箱',
|
||||
);
|
||||
|
||||
$lang->readed_date = "閱讀日期";
|
||||
|
||||
$lang->sender = '寄件人';
|
||||
$lang->receiver = '收件人';
|
||||
$lang->friend_group = '好友群組';
|
||||
$lang->default_friend_group = '群組未指定';
|
||||
|
||||
$lang->cmd_send_message = '發送短訊息';
|
||||
$lang->cmd_reply_message = '回覆短訊息';
|
||||
$lang->cmd_view_friend = '檢視好友';
|
||||
$lang->cmd_add_friend = '加為好友';
|
||||
$lang->cmd_view_message_box = '檢視短訊箱';
|
||||
$lang->cmd_store = "儲存";
|
||||
$lang->cmd_add_friend_group = '新增好友群組';
|
||||
$lang->cmd_rename_friend_group = '修改好友群組名稱';
|
||||
|
||||
$lang->msg_no_message = '沒有短訊息。';
|
||||
$lang->message_received = '您有新訊息。';
|
||||
|
||||
$lang->msg_title_is_null = '請輸入短訊息標題。';
|
||||
$lang->msg_content_is_null = '請輸入內容。';
|
||||
$lang->msg_allow_message_to_friend = '只允許接收好友短訊息的用戶,不能發送短訊息。';
|
||||
$lang->msg_disallow_message = '拒絕接收短訊息的用戶,不能發送短訊息。';
|
||||
$lang->about_allow_message = '可選擇是否接收短訊息。';
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue