mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 11:33:55 +09:00
member모듈에서 쪽지/친구등의 커뮤니케이션 기능을 communication 모듈로 분리. member_extra_info 애드온에서 쪽지/친구와 관련된 기능을 member_communication 애드온으로 분리
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4226 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f7968229e6
commit
08cee6952c
135 changed files with 1980 additions and 1293 deletions
49
modules/communication/lang/zh-CN.lang.php
Normal file
49
modules/communication/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
<?php
|
||||
/**
|
||||
* @file zh-CN.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief 简体中文语言包 (只收录基本内容)
|
||||
**/
|
||||
|
||||
$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