Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/es/es.mod_articles.php
<?php
/**
* @version: 2.1
* @package: Elxis CMS
* @subpackage: Elxis Language
* @author: Elxis Team ( https://www.elxis.org )
* @copyright: (C) 2006-2021 Elxis.org. All rights reserved.
* @description: en-GB (English - Great Britain) language for Module Articles
* @license: Elxis public license https://www.elxis.org/elxis-public-license.html
* @translator: Stavros Stratakis ( https://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_ARTICLES_TITLE'] = 'Artículos';
$_lang['SOURCE'] = 'Fuente';
$_lang['SOURCE_DESC'] = '¿Cuál será la fuente de los artículos?';
$_lang['MULTIPLE_CATEGORIES'] = 'Múltiples categorías';
$_lang['INCL_SUBCATEGORIES'] = 'Incluyendo sub-categorías';
$_lang['CATEGORIES'] = 'Categorías';
$_lang['COMMA_SEP_CIDS'] = 'IDs de categorías separados por comas';
$_lang['AUTONOMOUS_PAGES'] = 'Páginas autónomas';
$_lang['NEWEST'] = 'Lo más nuevo';
$_lang['MOST_POPULAR'] = 'Lo más popular';
$_lang['POPULAR_LASTD'] = 'Popular de los últimos X días';
$_lang['DAYS_NUMBER'] = 'Número de días';
$_lang['LIMIT_DESC'] = '¿Cuántos artículos mostrar?';
$_lang['FEATURED_ARTICLES'] = 'Artículos destacados';
$_lang['FEATURED_NUMBER'] = 'Número destacados';
$_lang['FEATURED_DESC'] = '¿Cuántos artículos con mostrados como destacados?';
$_lang['SUBTITLE'] = 'Subtítulo';
$_lang['DISP_ART_SUBTITLE'] = '¿Mostrar el subtítulo de los artículos?';
$_lang['DISP_ART_CATEGORY'] = '¿Mostrar la categoría de los artículos?';
$_lang['TEXT'] = 'Texto';
$_lang['DISP_ART_TEXT_CHARS'] = '¿Mostrar el texto de introducción de los artículos? Si es sí, ¿Cuantos caracteres?';
$_lang['DISP_ARTICLE_IMAGE'] = '¿Mostrar la imagen del artículo?';
$_lang['THUMBNAIL_LEFT'] = 'Imagen miniatura Izquierdo';
$_lang['THUMBNAIL_RIGHT'] = 'Imagen miniatura Derecho';
$_lang['MEDIUM_IMG_TOP'] = 'Imagen mediana Arriba';
$_lang['MEDIUM_IMG_LEFT'] = 'Imagen mediana Izquierda';
$_lang['MEDIUM_IMG_RIGHT'] = 'Imagen mediana Derecha';
$_lang['LINKS'] = 'Enlaces';
$_lang['COLUMNS'] = 'Columnas';
$_lang['OTHER_OPTIONS'] = 'Otras opciones';
$_lang['TODAY'] = 'Hoy';
$_lang['YESTERDAY'] = 'Ayer';
$_lang['IN'] = 'en';
$_lang['MORE'] = 'Más';
$_lang['DISPLAY_MORE_LINK'] = '¿Mostar un enlace Más?';
$_lang['CAPTION'] = 'Caption';
$_lang['DISPLAY_IMAGE_CAPTION'] = '¿Mostrar caption de la imagen?';
//1.3
$_lang['IMPORTANT_ARTS'] = 'Artículos importantes';
$_lang['FEATURED_IMPART_DESC'] = 'Display as featured only articles marked as important';
$_lang['RELATION_KEY'] = 'Relation key';
$_lang['RELATED_ARTICLES_KEY_DESC'] = 'Show only related articles that share a specific relation key.';
//2.0
$_lang['VERY_TOP'] = 'Muy arriba';
$_lang['LAYOUT'] = 'Diseño';
$_lang['1COLUMN'] = '1 columna';
$_lang['LEFT_RIGHT'] = 'Izquierda-Derecha';
//2.1
$_lang['ARTICLES'] = 'Artículos';
$_lang['MARTS_ARTICLES_SEP_IDS'] = 'To display specific articles type their IDs comma separated. Example: 3,15,22,7';

?>