mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 04:09: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/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';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue