|
|
|
|
<?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_btn_showicon' => 'Afficher l’icône du Cookie',
|
|
|
|
|
'cfg_btn_showicon_explication' => 'Faut-il afficher l’icône du cookie permettant de mofifier les paramètres de l’utilisateur à tout moment ?',
|
|
|
|
|
'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',
|
|
|
|
|
|
|
|
|
|
// S
|
|
|
|
|
|
|
|
|
|
/* Google Services */
|
|
|
|
|
'services_gtag_label' => 'Google global site tag (gtag.js)',
|
|
|
|
|
'services_gtag_explication' => 'Replace GA_MEASUREMENT_ID with the ID of the Google Analytics property to which you want to send data',
|
|
|
|
|
'services_gtag_placeholder' => 'GA_MEASUREMENT_ID',
|
|
|
|
|
'services_gmap_label' => 'Google Map API Key',
|
|
|
|
|
'services_gmap_explication' => 'Enter your Google Map API Key',
|
|
|
|
|
'services_gmap_placeholder' => 'API KEY',
|
|
|
|
|
|
|
|
|
|
/* Facebook Services */
|
|
|
|
|
'services_fb_label' => 'Boutons de Like et Partage Facebook',
|
|
|
|
|
'services_fb_explication' => '',
|
|
|
|
|
'services_fb_placeholder' => '',
|
|
|
|
|
'services_fb_pixel_label' => 'Facebook Pixel',
|
|
|
|
|
'services_fb_pixel_explication' => 'Enter your FacebookPixel ID',
|
|
|
|
|
'services_fb_pixel_placeholder' => 'YOUR_ID',
|
|
|
|
|
|
|
|
|
|
/* Matomo */
|
|
|
|
|
'services_matomo_id_label' => 'Matomo ID',
|
|
|
|
|
'services_matomo_id_explication' => 'Remplacer par l’ID du site',
|
|
|
|
|
'services_matomo_id_placeholder' => 'YOUR_SITE_ID_FROM_MATOMO',
|
|
|
|
|
'services_matomo_url_label' => 'Matomo URL',
|
|
|
|
|
'services_matomo_url_explication' => 'Renseigner l’URL du serveur Matomo',
|
|
|
|
|
'services_matomo_url_placeholder' => 'YOUR_MATOMO_URL',
|
|
|
|
|
|
|
|
|
|
// T
|
|
|
|
|
'tarteaucitron_titre' => 'Tarteaucitron',
|
|
|
|
|
'titre_page_configurer_tarteaucitron' => 'Tarteaucitron'
|
|
|
|
|
);
|