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.
15 lines
750 B
15 lines
750 B
<?php |
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP |
|
// Fichier source, a modifier dans https://git.spip.net/spip-contrib-extensions/tarteaucitron.git |
|
if (!defined('_ECRIRE_INC_VERSION')) { |
|
return; |
|
} |
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array( |
|
|
|
// T |
|
'tarteaucitron_description' => 'Portage pour SPIP de la solution de gestion de consentement aux cookies Tarteaucitron.js (version gratuite).<br> |
|
Ce plugin permet d’activer au choix des services tiers (Google Analytics, Facebook Pixel, etc.) et donne à vos internautes une interface de gestion de consentement aux cookies liés à ces services.', |
|
'tarteaucitron_nom' => 'Tarteaucitron', |
|
'tarteaucitron_slogan' => 'Gestion de consentement aux cookies conforme au RGDP' |
|
);
|
|
|