mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 02:01:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4226 201d5d3c-b55e-5fd7-737f-ddc643e51545
49 lines
1.8 KiB
PHP
49 lines
1.8 KiB
PHP
<?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';
|
|
?>
|