Portage pour SPIP de la solution de gestion de consentement aux cookies Tarteaucitron.js
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<?php
|
|
|
|
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
|
|
|
|
// Fichier source, a modifier dans https://github.com/akilia/tarteaucitron/trunk/lang
|
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
|
|
|
|
|
|
// C
|
|
|
|
|
'cfg_afficher_bandeau' => 'Afficher le bandeau ?',
|
|
|
|
|
'cfg_afficher_bandeau_explication' => 'Si pas de bandeau le consentement est alors implicite.',
|
|
|
|
|
'cfg_btn_accetpall' => 'Bouton ’Tout accepter’',
|
|
|
|
|
'cfg_btn_accetpall_explication' => 'Faut-il afficher le bouton ’Tout accepter’ ? Si non, seul le bouton ’Personnaliser’ apparaîtra.',
|
|
|
|
|
'cfg_exemple' => 'Exemple',
|
|
|
|
|
'cfg_exemple_explication' => 'Explication de cet exemple',
|
|
|
|
|
'cfg_placement_bandeau' => 'Placement vertical du bandeau',
|
|
|
|
|
'cfg_readmorelink' => 'Lien vers votre page d’explication sur le consentement des cookies.',
|
|
|
|
|
'cfg_readmorelink_explication' => 'Exemple : spip.php ?article1, rgpd, etc.',
|
|
|
|
|
'cfg_titre_ajouter_services' => 'Ajouter un service',
|
|
|
|
|
'cfg_titre_bandeau' => 'Bandeau de consentement',
|
|
|
|
|
|
|
|
|
|
// T
|
|
|
|
|
'tarteaucitron_titre' => 'Tarteaucitron',
|
|
|
|
|
'titre_page_configurer_tarteaucitron' => 'Tarteaucitron'
|
|
|
|
|
);
|