|
|
|
@ -12,6 +12,8 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
|
'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', |
|
|
|
@ -20,6 +22,32 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
|
'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' |
|
|
|
|