<?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.');

/*
 * Legends
 */
$GLOBALS['TL_LANG']['tl_page']['cookieconsent_legend'] = 'Cookie-Consent';