Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/es/es.mod_ads.php
<?php
/**
* @version: 2.0
* @package: Elxis CMS
* @subpackage: Elxis Language
* @author: Elxis Team ( https://www.elxis.org )
* @copyright: (C) 2006-2022 Elxis.org. All rights reserved.
* @description: es-ES (Spanish - Spain) language for module Advertisements
* @license: Elxis public license https://www.elxis.org/elxis-public-license.html
* @translator: Ioannis Sannos ( 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_ADS_TITLE'] = 'Anuncios';
$_lang['ADVERTISEMENT'] = 'Anuncio';
$_lang['SOURCE'] = 'Fuente';
$_lang['SOURCE_DESC'] = 'Seleccione una fuente para los anuncios';
$_lang['TEXT'] = 'Texto';
$_lang['ADS_TEXT_DESC'] = 'Un breve anuncio de texto. Puede proporcionar más de 1 anuncio para selección aleatoria.';
$_lang['ADS_IMAGE_DESC'] = 'Seleccione una imagen para el anuncio. Debe encontrarse en el directorio media/images/{multisite/}ads/  donde multisite es sustituido por subsitios.';
$_lang['ADSENSE_CODE'] = 'Código Adsense';
$_lang['ADSENSE_CODE_DESC'] = 'Pegue su código Adsense de Google u otro código Javascript/HTML.';
$_lang['ADS_LINK_DESC'] = 'Una URL completa empezando con http o una URI de Elxis, a la cual el visitante irá al hacer click en el anuncio. Se aplica a anuncios de texto y de imagen.';
$_lang['TARGET'] = 'Target';
$_lang['TARGET_DESC'] = 'Target del link. Se aplica anuncios de texto y de imagen.';
$_lang['NEW_WINDOW'] = 'Nueva ventana';
$_lang['SAME_WINDOW'] = 'Misma ventana';
$_lang['BORDER'] = 'Borde';
$_lang['BORDER_DESC'] = 'Dibuja un distintivo borde alrededor del anuncio. Aplicable para anuncios de texto.';
//v2.0
$_lang['ADS_TEXT'] = 'Anuncio texto';
$_lang['ADS_IMAGE'] = 'Anuncio imagen';
$_lang['ADS_LINK'] = 'Anuncio enlace';
$_lang['ADS_STRETCH_IMG'] = 'Stretch images';
$_lang['ADS_STRETCH_IMG_DESC'] = 'If enabled images will fit container width (100% width, automatic height)';

?>