|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
<?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 |
|
|
|
|
// Fichier source, a modifier dans https://git.spip.net/spip-contrib-extensions/tarteaucitron.git |
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) { |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
@ -8,50 +8,43 @@ if (!defined('_ECRIRE_INC_VERSION')) {
|
|
|
|
|
$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.<br>Il est hautement recommandé d’afficher le bandeau.', |
|
|
|
|
'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 le Cookie ?', |
|
|
|
|
'cfg_btn_showicon' => 'Afficher le Cookie ?', |
|
|
|
|
'cfg_btn_showicon_explication' => 'Ce bouton permet à l’internaute de ré-afficher le panneau de gestion des cookies à tout moment.', |
|
|
|
|
'cfg_exemple' => 'Exemple', |
|
|
|
|
'cfg_exemple_explication' => 'Explication de cet exemple', |
|
|
|
|
'cfg_iconposition' => 'Positionner le cookie…', |
|
|
|
|
'cfg_placement_bandeau' => 'Placement vertical du bandeau', |
|
|
|
|
'cfg_readmorelink' => 'URL du lien ’En savoir plus’', |
|
|
|
|
'cfg_readmorelink_explication' => 'Ex. : spip.php?article1, rgpd, gestion-des-cookies, etc.', |
|
|
|
|
'cfg_readmorelink_explication' => 'Ex. : spip.php ?article1, rgpd, gestion-des-cookies, etc.', |
|
|
|
|
'cfg_titre_ajouter_services' => 'Liste des services', |
|
|
|
|
'cfg_titre_bandeau' => 'Gestion des demandes de consentement', |
|
|
|
|
'cfg_iconposition' => 'Positionner le cookie…', |
|
|
|
|
|
|
|
|
|
// L |
|
|
|
|
'legend_bandeau_principal' => 'Le bandeau principal', |
|
|
|
|
'legend_cookie' => 'Le Cookie', |
|
|
|
|
|
|
|
|
|
// 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_label' => 'Boutons de Like et Partage Facebook', |
|
|
|
|
'services_fb_pixel_explication' => 'Enter your FacebookPixel ID', |
|
|
|
|
'services_fb_pixel_label' => 'Facebook Pixel', |
|
|
|
|
'services_fb_pixel_placeholder' => 'YOUR_ID', |
|
|
|
|
|
|
|
|
|
/* Matomo */ |
|
|
|
|
'services_matomo_id_label' => 'Matomo ID', |
|
|
|
|
'services_fb_placeholder' => '', |
|
|
|
|
'services_gmap_explication' => 'Enter your Google Map API Key', |
|
|
|
|
'services_gmap_label' => 'Google Map API Key', |
|
|
|
|
'services_gmap_placeholder' => 'API KEY', |
|
|
|
|
'services_gtag_explication' => 'Replace GA_MEASUREMENT_ID with the ID of the Google Analytics property to which you want to send data', |
|
|
|
|
'services_gtag_label' => 'Google global site tag (gtag.js)', |
|
|
|
|
'services_gtag_placeholder' => 'GA_MEASUREMENT_ID', |
|
|
|
|
'services_matomo_id_explication' => 'Remplacer par l’ID du site', |
|
|
|
|
'services_matomo_id_label' => 'Matomo ID', |
|
|
|
|
'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_label' => 'Matomo URL', |
|
|
|
|
'services_matomo_url_placeholder' => 'YOUR_MATOMO_URL', |
|
|
|
|
|
|
|
|
|
// T |
|
|
|
|