<?php

/**
 * eSales Media Cookie Policy
 *
 * Copyright (C) 2013-2015 eSalesMedia
 *
 * @package    eSM_cookiepolicy
 * @link       http://www.esales-media.de
 * @license    commercial
 *
 * @author     Benjamin Roth <benjamin@esales-media.de>
 */


/**
 * Fields
 */
$GLOBALS['TL_LANG']['tl_page']['esm_cookiepolicy_check'] = array('Show cookie policy', 'Will show a dialog with the information that this site is using cookies.');
$GLOBALS['TL_LANG']['tl_page']['esm_cookiepolicy_jumpTo'] = array('Privacy Policy Page', 'The page containing the Privacy Policy.');
$GLOBALS['TL_LANG']['tl_page']['esm_cookiepolicy_ignore'] = array('Ignore cookie policy', 'The page will not show the cookie policy dialog.');
$GLOBALS['TL_LANG']['tl_page']['esm_cookiepolicy_text'] = array('Cookie policy text', 'Text which is displayed to the user. Default text will be used if field is empy. Placeholder: <em>%%url%%</em> = Privacy policy page URL.');


/**
 * Reference
 */
$GLOBALS['TL_LANG']['tl_page'][''] = '';

/**
 * Legends
 */
$GLOBALS['TL_LANG']['tl_page']['cookiepolicy_legend'] = 'Cookie Policy';


?>