"hashtag": "#tarteaucitron", /* Ouverture automatique du panel avec le hashtag */
"cookieName": "tarteaucitron", /* Cookie name */
"cookieName": "#CONFIG{tarteaucitron/cookieName, tarteaucitron}", /* Cookie name */
"orientation": "#CONFIG{tarteaucitron/orientation, middle}", /* le bandeau doit être en haut (top), au milieu (middle) ou en bas (bottom) ? */
/* Gestion petit bandeau */
"showAlertSmall": false, /* afficher le petit bandeau en bas à droite ? */
"cookieslist": false, /* Afficher la liste des cookies installés ? */
"showAlertSmall": [(#CONFIG{tarteaucitron/ouverture}|=={'alertSmall'}|?{true,false})], /* afficher le petit bandeau en bas à droite ? */
"cookieslist": [(#CONFIG{tarteaucitron/cookieslist}|table_valeur{0}|?{true,false})], /* Afficher la liste des cookies installés ? */
/* Gestion de la petite icone Cookie */
"showIcon": [(#CONFIG{tarteaucitron/showIcon}|table_valeur{0}|?{true,false})], /* Show cookie Icon or not */
"showIcon": [(#CONFIG{tarteaucitron/ouverture}|=={'image'}|?{true,false})], /* Show cookie Icon or not */
"iconPosition": "#CONFIG{tarteaucitron/iconPosition, BottomRight}", /* BottomRight, BottomLeft, TopRight and TopLeft */
"adblocker": false, /* Afficher un message si un adblocker est détecté */
"adblocker": [(#CONFIG{tarteaucitron/adblocker}|table_valeur{0}|?{true,false})], /* Afficher un message si un adblocker est détecté */
/* Gestion grand bandeau */
"DenyAllCta" : true, /* Show the deny all button */
"AcceptAllCta" : [(#CONFIG{tarteaucitron/acceptallcta}|table_valeur{0}|?{true,false})], /* Show the accept all button when highPrivacy on */
"DenyAllCta" : [(#CONFIG{tarteaucitron/boutons}|=={twice}|?{true,false})], /* Show the deny all button */
"AcceptAllCta" : [(#CONFIG{tarteaucitron/boutons}|in_array{#ARRAY{0,twice,1,acceptallonly}}|?{true,false})], /* Show the accept all button when highPrivacy on */
"highPrivacy": [(#CONFIG{tarteaucitron/highprivacy}|table_valeur{0}|?{true,false})], /* Si true, affiche le bandeau de consentement. Sinon, le consentement est implicite. */
"handleBrowserDNTRequest": true, /* If Do Not Track == 1, disallow all */
"removeCredit": false, /* supprimer le lien vers la source ? */
"moreInfoLink": true, /* Show more info link */
"removeCredit": [(#CONFIG{tarteaucitron/removeCredit}|table_valeur{0}|?{true,false})], /* supprimer le lien vers la source ? */
"useExternalCss": false, /* If false, the tarteaucitron.css file will be loaded */
"useExternalCss": [(#CONFIG{tarteaucitron/useExternalCss}|table_valeur{0}|?{true,false})], /* If false, the tarteaucitron.css file will be loaded */
"useExternalJs": false, /* If false, the tarteaucitron.js file will be loaded */
// "cookieDomain": ".my-multisite-domaine.fr", /* Shared cookie for multisite */
["cookieDomain": (#CONFIG{tarteaucitron/cookieDomain}), /* Shared cookie for multisite */]
"moreInfoLink": [(#CONFIG{tarteaucitron/moreInfoLink}|table_valeur{0}|?{true,false})], /* Show more info link */
["readmoreLink": "/(#CONFIG{tarteaucitron/readmoreLink})", /* Change the default readmore link */]
"readmoreLink": "/#CONFIG{tarteaucitron/readmoreLink}", /* Change the default readmore link */
"mandatory": true, /* Show a message about mandatory cookies */
"mandatory": [(#CONFIG{tarteaucitron/mandatory}|table_valeur{0}|?{true,false})], /* Show a message about mandatory cookies */
@ -10,32 +10,54 @@ if (!defined('_ECRIRE_INC_VERSION')) {
$GLOBALS[$GLOBALS['idx_lang']] = array(
// C
'cfg_adblocker' => 'Eine Nachricht anzeigen, wenn ein Adblocker erkannt wird',
'cfg_afficher_bandeau' => 'Banner anzeigen?',
'cfg_afficher_bandeau_explication' => 'Bei Abwesenheit des Banners wird das Einverständnis mit dem Setzen von Cookies unterstellt. Zur Vermeidung von Nachteilen wird Anzeige des Banners empfohlen.',
'cfg_afficher_bandeau_attention' => 'Zur Vermeidung von Nachteilen wird Anzeige des Banners empfohlen.',
'cfg_afficher_bandeau_explication' => 'Bei Abwesenheit des Banners wird das Einverständnis mit dem Setzen von Cookies unterstellt.',
'cfg_btn_accetpall_attention' => 'Es wird dringend empfohlen, diese Schaltflächen anzuzeigen.',
'cfg_btn_accetpall_explication' => 'Soll die Schaltfläche ’Alle akzeptieren’angezeigt werden? Wenn nicht, wird die Schaltfläche ’Personalisieren’ angezeigt.', # MODIF
'cfg_btn_aucun' => 'Keine Taste',
'cfg_btn_deux' => 'Beides anzeigen',
'cfg_btn_showicon' => 'Cookie anzeigen?',
'cfg_btn_showicon_explication' => 'Mit diesem Schalter können Websurfer die Cookie-Einstellungen jederzeit öffnen.',
'cfg_choose_option' => 'Wähle eine Option',
'cfg_cookiedomain' => 'DNS-Domain',
'cfg_cookiedomain_explication' => 'Wenn das Cookie mit anderen Websites in derselben Domain geteilt wird, füllen Sie bitte dieses Feld aus.',
'cfg_cookiename' => 'Cookie-Name',
'cfg_cookieslist' => 'Liste der installierten Cookies anzeigen ?',
'cfg_cookieslist_explication' => 'Ermöglicht dem Besucher, aktive Cookies einfach anzuzeigen.',
'cfg_exemple' => 'Beispiel',
'cfg_exemple_explication' => 'Erläuterung dieses Beispiels',