. * * PHP version 5 * @copyright eSales Media 2012 * @author Benjamin Roth * @package legalAgeCheck * @license GNU/LGPL * @filesource */ /** * Fields */ $GLOBALS['TL_LANG']['tl_page']['es_ext_agecheck'] = array('Age verification', 'An age verification modal will be shown on every page.'); $GLOBALS['TL_LANG']['tl_page']['es_ext_agecheck_exitPage'] = array('Fallback page', 'The page the user will be redirected to if they\'re not of full age.'); $GLOBALS['TL_LANG']['tl_page']['es_ext_agecheck_ignorePage'] = array('Ignore age verification', 'Do not show the age verification modal on this page.'); $GLOBALS['TL_LANG']['tl_page']['es_ext_agecheck_title'] = array('Age verification title', 'The headline of the age verification modal.'); $GLOBALS['TL_LANG']['tl_page']['es_ext_agecheck_text'] = array('Age verification text', 'The text of the age verification modal.'); /** * Reference */ $GLOBALS['TL_LANG']['tl_page'][''] = ''; /** * Legends */ $GLOBALS['TL_LANG']['tl_page']['agecheck_legend'] = 'Age verification'; ?>