<?php /* * This file is part of eSales Media cookieconsent module * * (c) Benjamin Roth * * @license https://www.gnu.org/licenses/gpl-3.0.html GPL */ /** * Fields. */ $GLOBALS['TL_LANG']['tl_page']['cookieconsent_enable'] = array('Enable cookie consent', 'Show the cookie consent bar on the website.'); $GLOBALS['TL_LANG']['tl_page']['cookieconsent_link'] = array('Link to privacy policy', 'Here you can provide a link to the privacy policy.'); $GLOBALS['TL_LANG']['tl_page']['cookieconsent_services'] = array('Blocked services', 'Select which services you want to block and which the user can unlock with a consent.'); $GLOBALS['TL_LANG']['tl_page']['cookieconsent_services_custom'] = array('Custom services', 'Here you can configure additional services as Javascript objects.'); $GLOBALS['TL_LANG']['tl_page']['cookieconsent_categories_custom'] = array('Custom categories', 'Here you can configure additional categories as Javascript objects.'); /* * Legends */ $GLOBALS['TL_LANG']['tl_page']['cookieconsent_legend'] = 'Cookie-Consent';