Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/es/es.mod_language.php
<?php
/**
* @version: 1.0
* @package: Elxis CMS
* @subpackage: Elxis Language
* @author: Elxis Team ( http://www.elxis.org )
* @copyright: (C) 2006-2012 Elxis.org. All rights reserved.
* @description: en-GB (English - Great Britain) language for module Language
* @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_LANGUAGE_TITLE'] = 'Idioma';
$_lang['STYLE_LAYOUT'] = 'Estilo y diseño';
$_lang['STYLE'] = 'Estilo';
$_lang['DROP_LIST'] = 'Lista desplegable';
$_lang['FLAGS'] = 'Banderas';
$_lang['FLAGS_LANGS'] = 'Banderas con nombre de idioma';
$_lang['LANG_NAMES'] = 'Nombres de idioma';
$_lang['LINK_UCENTRAL'] = 'Enlade a la Central de Usuarios';
$_lang['LANG_NAMES_DESC'] = 'Seleccione cómo los nombres de idioma deben ser mostrados';
$_lang['NATIVE_NAME'] = 'Nombre nativo';
$_lang['LATIN_NAME'] = 'Nombre latino';
$_lang['LANG_IDENTIFIER'] = 'Indicador de idioma';
$_lang['LANG_REGION'] = 'Idioma y región ISO';
$_lang['DROP_COLOUR'] = 'Desplegable de color';
$_lang['DROP_COLOUR_DESC'] = 'Se aplicará al módulo si el estilo está configurado como Lista desplebable.';
$_lang['BLACK'] = 'Negro';
$_lang['GRAY'] = 'Gris';
$_lang['BLUE'] = 'Azul';
$_lang['PURPLE'] = 'Púrpura';
$_lang['SELECT_LANG'] = 'Seleccionar idioma';

?>