KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17
System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64
User : nobody ( 99)
PHP Version : 5.2.17
Disable Function : NONE
Directory :  /home/queenjbs/xe/modules/communication/lang/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/queenjbs/xe/modules/communication/lang/es.lang.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';
?>

Anon7 - 2021