mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 04:39: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
48
modules/communication/lang/en.lang.php
Normal file
48
modules/communication/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
<?php
|
||||
/**
|
||||
* @file en.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief English Language Pack (Only Basic Things)
|
||||
**/
|
||||
|
||||
$lang->communication = 'Communication';
|
||||
$lang->about_communication = '회원간의 쪽지나 친구 관리등 커뮤니케이션 기능을 수행하는 모듈입니다';
|
||||
|
||||
$lang->allow_message = 'Receive Messages';
|
||||
$lang->allow_message_type = array(
|
||||
'Y' => 'Receive All',
|
||||
'N' => 'Reject All',
|
||||
'F' => 'Only Friends',
|
||||
);
|
||||
|
||||
$lang->message_box = array(
|
||||
'R' => 'Received',
|
||||
'S' => 'Sent',
|
||||
'T' => 'Mailbox',
|
||||
);
|
||||
$lang->readed_date = "Read Date";
|
||||
|
||||
$lang->sender = 'Sender';
|
||||
$lang->receiver = 'Receiver';
|
||||
$lang->friend_group = 'Friend Group';
|
||||
$lang->default_friend_group = 'Unassigned Group';
|
||||
|
||||
$lang->cmd_send_message = 'Send Message';
|
||||
$lang->cmd_reply_message = 'Reply Message';
|
||||
$lang->cmd_view_friend = 'Friends';
|
||||
$lang->cmd_add_friend = 'Add to Friends';
|
||||
$lang->cmd_view_message_box = 'Message Box';
|
||||
$lang->cmd_store = "Save";
|
||||
$lang->cmd_add_friend_group = 'Add Friend Group';
|
||||
$lang->cmd_rename_friend_group = 'Modify Friend Group Name';
|
||||
|
||||
$lang->msg_no_message = 'There is no message';
|
||||
$lang->message_received = 'You have a new message';
|
||||
|
||||
$lang->msg_title_is_null = 'Please input the title of message';
|
||||
$lang->msg_content_is_null = 'Please input the content';
|
||||
$lang->msg_allow_message_to_friend = "Failed to send because receiver only allows friends' messages";
|
||||
$lang->msg_disallow_message = 'Failed to send because receiver rejects message reception';
|
||||
|
||||
$lang->about_allow_message = 'You can decide message reception';
|
||||
?>
|
||||
49
modules/communication/lang/es.lang.php
Normal file
49
modules/communication/lang/es.lang.php
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
<?php
|
||||
/**
|
||||
* @file es.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief Spanish Language Pack (Only Basic Things)
|
||||
**/
|
||||
|
||||
$lang->communication = 'Communication';
|
||||
$lang->about_communication = '회원간의 쪽지나 친구 관리등 커뮤니케이션 기능을 수행하는 모듈입니다';
|
||||
|
||||
$lang->allow_message = 'Permitir la recepción del mensaje';
|
||||
$lang->allow_message_type = array(
|
||||
'Y' => 'Recibir todo',
|
||||
'N' => 'Rechazar',
|
||||
'F' => 'Sólo amigos',
|
||||
);
|
||||
|
||||
$lang->message_box = array(
|
||||
'R' => 'Recibido',
|
||||
'S' => 'Enviado',
|
||||
'T' => 'Buzon de Email',
|
||||
);
|
||||
|
||||
$lang->readed_date = "Fecha Leído";
|
||||
|
||||
$lang->sender = 'Remitente';
|
||||
$lang->receiver = 'Receptor';
|
||||
$lang->friend_group = 'Grupo de amigos';
|
||||
$lang->default_friend_group = 'Grupo desasignado';
|
||||
|
||||
$lang->cmd_send_message = 'Enviar Mensaje';
|
||||
$lang->cmd_reply_message = 'Responder el mensaje';
|
||||
$lang->cmd_view_friend = 'Amigos';
|
||||
$lang->cmd_add_friend = 'Registrar como Amigo';
|
||||
$lang->cmd_view_message_box = 'Buzón de mensajes';
|
||||
$lang->cmd_store = "Guardar";
|
||||
$lang->cmd_add_friend_group = 'agregar grupo de amigos';
|
||||
$lang->cmd_rename_friend_group = 'Cambiar el nombre del grupo de amigos';
|
||||
|
||||
$lang->msg_no_message = 'No hay mensajes';
|
||||
$lang->message_received = 'Usted ha recibido un mensaje';
|
||||
|
||||
$lang->msg_title_is_null = 'Por favor ingresar el título de la nota';
|
||||
$lang->msg_content_is_null = 'Por favor ingresar el contenido';
|
||||
$lang->msg_allow_message_to_friend = "Falló el envío por permitir sólo mensajes de sus amigos";
|
||||
$lang->msg_disallow_message = 'Falló el envío por ser usuario rechazado para recibir mensajes';
|
||||
|
||||
$lang->about_allow_message = 'Usted puede decidir la recepción del mensaje';
|
||||
?>
|
||||
49
modules/communication/lang/jp.lang.php
Normal file
49
modules/communication/lang/jp.lang.php
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/member/jp.lang.php
|
||||
* @author zero (zero@nzeo.com) 翻訳:RisaPapa、ミニミ、liahona
|
||||
* @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 = 'メッセージを受信するかを設定します。';
|
||||
?>
|
||||
48
modules/communication/lang/ko.lang.php
Normal file
48
modules/communication/lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
<?php
|
||||
/**
|
||||
* @file ko.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 = '쪽지 수신 여부를 결정할 수 있습니다';
|
||||
?>
|
||||
50
modules/communication/lang/ru.lang.php
Normal file
50
modules/communication/lang/ru.lang.php
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
<?php
|
||||
/**
|
||||
* @file ru.lang.php
|
||||
* @author zero <zero@nzeo.com> | translation by Maslennikov Evgeny aka X-[Vr]bL1s5 | e-mail: x-bliss[a]tut.by; ICQ: 225035467;
|
||||
* @brief Russian basic language pack for Zeroboard XE
|
||||
**/
|
||||
|
||||
$lang->communication = '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 = 'Вы можете определить политику принятия сообщений';
|
||||
?>
|
||||
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