File "cookiebar_es.php"

Full path: /home/argothem/www/organecyberpresse/plugins/auto/cookiebar/v1.3.0/lang/cookiebar_es.php
File size: 1.34 KB
MIME-type: text/x-php
Charset: utf-8

<?php
// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
// extrait automatiquement de https://trad.spip.net/tradlang_module/cookiebar?lang_cible=es
// ** ne pas modifier le fichier **

if (!defined('_ECRIRE_INC_VERSION')) {
	return;
}

$GLOBALS[$GLOBALS['idx_lang']] = array(

	// C
	'cookiebar_titre' => 'cookiebar',

	// L
	'label_accept_button' => 'Mostrar el botón Aceptar',
	'label_accept_button_false' => 'no',
	'label_accept_button_true' => 'si',
	'label_decline_button' => 'Mostrar el botón Rechazar',
	'label_decline_button_false' => 'no',
	'label_decline_button_true' => 'si',
	'label_policy_button' => 'Mostrar el botón Política de Privacidad',
	'label_policy_button_false' => 'no',
	'label_policy_button_true' => 'si',
	'label_policy_url' => 'URL del a Política de confidencialidad',
	'label_position' => 'posición de la barra',
	'label_position_fixed' => 'Volver arriba (fixed)',
	'label_position_fixed-bottom' => 'Pie de página (fixed)',
	'label_position_top' => 'Volver arriba',

	// M
	'message_accepttext' => 'Acepto',
	'message_declinetext' => 'Deshabilitar las “cookies”',
	'message_message' => 'Si continúa navegando acepta el uso de “cookies” para elaborar estadísticas de visitas',
	'message_policytext' => 'Política de confidencialidad',

	// T
	'titre_page_configurer_cookiebar' => 'Configuración cookiebar'
);