. * * PHP version 5 * @copyright cgo IT, 2012-2013 * @author Carsten Götzinger (info@cgo-it.de) * @package aeo * @license GNU/LGPL * @filesource */ /** * Name */ $GLOBALS['TL_LANG']['tl_settings']['aeo'] = "Advanced eMail Obfuscation"; /** * legends */ $GLOBALS['TL_LANG']['tl_settings']['aeo_legend'] = 'Advanced eMail Obfuscation Settings'; /** * fields */ $GLOBALS['TL_LANG']['tl_settings']['aeo_replace_standard_obfuscation'] = array('Active', 'If this option is enabled, the default obfuscation of e-mail addresses by TYPOlight is replaced by Advanced Mail Obfuscation.'); $GLOBALS['TL_LANG']['tl_settings']['aeo_use_rot_13'] = array('Use ROT13 encryption', 'ROT13 (rotate by 13 places) is a shift cipher (also called the Caesar cipher) by which texts can be encrypted easily. This is done by replacing charactersw with other characters.'); $GLOBALS['TL_LANG']['tl_settings']['aeo_virtual_path'] = array('Virtual path', 'The virtual path is used for front-end users who do not have JavaScript.'); $GLOBALS['TL_LANG']['tl_settings']['aeo_jump_to_no_js'] = array('Redirect page with JavaScript disabled', 'If JavaScript is disabled, the user is redirected - according to the language of the page - to the relevant page when clicking on an e-mail address. On this page, the module or content element "Advanced eMail Obfuscation" must be included. If there is no redirect page for the appropriate language the fallback redirect page is selected.'); $GLOBALS['TL_LANG']['tl_settings']['aeo_obfuscation_method'] = array('Obfuscation-Method', 'Type of obfuscation. Affects only the display on the site. Mailto links are obfuscated through the virtual path (and optional ROT13 encryption).'); $GLOBALS['TL_LANG']['tl_settings']['aeo_language_fallback'] = array('Fallback', ''); $GLOBALS['TL_LANG']['tl_settings']['aeo_language'] = array('Language', ''); $GLOBALS['TL_LANG']['tl_settings']['aeo_redirecturl'] = array('Redirect page', ''); /** * options */ $GLOBALS['TL_LANG']['tl_settings']['shorten'] = array('Reduction', 'The e-mail addresses are displayd shortened on the website (e.g. hel...@domain.de)'); $GLOBALS['TL_LANG']['tl_settings']['rtl'] = array('RTL', 'right-to-left. The e-mail address in the source code is written from right to left and displayed from left to right via CSS on the website.'); $GLOBALS['TL_LANG']['tl_settings']['nullspan'] = array('"null" span', 'Span tags with the value "null" are inserted within the e-mail address. These tags are hidden by CSS on the website.'); ?>