Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/es/es.mod_comments.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: en-GB (English - Great Britain) language for Module Comments
* @license: Elxis public license http://www.elxis.org/elxis-public-license.html
* @translator: Ioannis Sannos ( http://www.elxis.org )
*
* ---- THIS FILE MUST BE ENCODED AS UTF-8! ----
*
*****************************************************************************/

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


$_lang = array();
$_lang['MOD_COMMENTS_TITLE'] = 'Comentarios recientes';
$_lang['GENERAL'] = 'General';
$_lang['SOURCE'] = 'Fuente';
$_lang['COMMENTS_SOURCE'] = 'Seleccione la fuente de los comentarios.';
$_lang['GENERAL_CONTENT'] = 'Contenido general';
$_lang['SPECIFIC_CATEGORY'] = 'Categoría específica';
$_lang['INCL_SUBCATEGORIES'] = '¿Se incluyen subcategorías?';
$_lang['AUTOMATIC'] = 'Automático';
$_lang['COMMENTS_NUMBER'] = 'Número de comentarios';
$_lang['COMMENTS_NUMBER_DESC'] = 'Seleccione el número de comentarios a mostrar.';
$_lang['NOCOMMENTS'] = 'No hay comentarios.';
$_lang['COMMENT_LIMIT'] = 'Límite del comentario';
$_lang['COMMENT_LIMIT_DESC'] = 'El máximo número de caracterres para cada comentario.';
$_lang['USER_AVATAR'] = 'Avatar de usuario';
$_lang['USE_GRAVATAR'] = 'Usar Gravatar';
$_lang['USE_GRAVATAR_DESC'] = '¿Uso del servicio Gravatar para usuarios que no tengan avatar?';
$_lang['TODAY'] = 'Hoy';
$_lang['YESTERDAY'] = 'Ayer';
$_lang['STYLE'] = 'Estilo';
$_lang['DISPLAY_DATE'] = 'Mostrar fecha?';
//2.0 (Elxis 5.0)
$_lang['BY'] = 'por';//translators help: by {NAME/AUTHOR}
$_lang['DISPLAY_AUTHOR'] = 'Mostrar autor?';

?>