Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/modules/mod_adminmessages/language/es.mod_adminmessages.php
<?php
/**
* @version: 2.0
* @package: Elxis CMS
* @subpackage: Elxis Language
* @author: Elxis Team ( http://www.elxis.org )
* @copyright: (C) 2006-2019 Elxis.org. All rights reserved.
* @description: es-ES (Spanish - Spain) language for module Admin Messages
* @license: Elxis public license http://www.elxis.org/elxis-public-license.html
* @translator: Google
*
* ---- THIS FILE MUST BE ENCODED AS UTF-8! ----
*
*****************************************************************************/

defined('_ELXIS_') or die ('Direct access to this location is not allowed.');


$_lang = array();
$_lang['MOD_ADMINMESSAGES_TITLE'] = 'Mensajes';
$_lang['HAVE_NEW_MESSAGES'] = 'Usted tiene %s mensajes nuevos';
$_lang['HAVE_NEW_MESSAGE'] = 'Usted tiene 1 mensaje nuevo';
$_lang['HAVE_NO_MESSAGES'] = 'No tienes mensajes';
$_lang['SEND_MESSAGE'] = 'Enviar mensaje';
$_lang['MESSAGES'] = 'Mensajes';
$_lang['MESSAGE'] = 'Mensaje';
$_lang['SYSTEM'] = 'Sistema';
$_lang['RECIPIENT'] = 'Recipiente';
$_lang['LOADING_RECIPIENTS'] = 'Cargando receptores ...';
$_lang['SELECT_RECIPIENT'] = 'Seleccionar recipiente';
$_lang['MUST_TYPEMSG'] = 'Debe escribir un mensaje!';
$_lang['ALL_USERS'] = 'Todos los usuarios';
//v2.0 - Elxis 5.0
$_lang['REPLY'] = 'Respuesta';
$_lang['NEW_MESSAGE'] = 'Nuevo mensaje';
$_lang['MESSAGE_THREADS'] = 'Hilos de mensajes';

?>