*/ /** * 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: %%url%% = Privacy policy page URL.'); /** * Reference */ $GLOBALS['TL_LANG']['tl_page'][''] = ''; /** * Legends */ $GLOBALS['TL_LANG']['tl_page']['cookiepolicy_legend'] = 'Cookie Policy'; ?>