Initialer Commit in GIT
This commit is contained in:
56
languages/en/default.php
Normal file
56
languages/en/default.php
Normal file
@ -0,0 +1,56 @@
|
||||
<?php if (!defined('TL_ROOT')) die('You can not access this file directly!');
|
||||
|
||||
/**
|
||||
* Contao Open Source CMS
|
||||
* Copyright (C) 2005-2011 Leo Feyer
|
||||
*
|
||||
* Formerly known as TYPOlight Open Source CMS.
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation, either
|
||||
* version 3 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this program. If not, please visit the Free
|
||||
* Software Foundation website at <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
* PHP version 5
|
||||
* @copyright cgo IT, 2012-2013
|
||||
* @author Carsten Götzinger (info@cgo-it.de)
|
||||
* @package aeo
|
||||
* @license GNU/LGPL
|
||||
* @filesource
|
||||
*/
|
||||
|
||||
/**
|
||||
* front end modules
|
||||
*/
|
||||
$GLOBALS['TL_LANG']['FMD']['aeo'] = array('Advanced eMail Obfuscation', 'Creates a form for decryption of e-mail addresses for front-end users without JavaScript.');
|
||||
|
||||
/**
|
||||
* content Elements
|
||||
*/
|
||||
$GLOBALS['TL_LANG']['CTE']['aeo'] = array('Advanced eMail Obfuscation', 'Creates a form for decryption of e-mail addresses for front-end users without JavaScript.');
|
||||
|
||||
/**
|
||||
* errors
|
||||
*/
|
||||
$GLOBALS['TL_LANG']['aeo']['aeo_error_duplicate'] = 'Advanced eMail Obfuscation: There is a duplicate entry in field %s.';
|
||||
$GLOBALS['TL_LANG']['aeo']['aeo_error_redirect'] = 'Advanced eMail Obfuscation: Please make sure that the redirect pages all include a module or content element of type "Advanced eMail Obfuscation".';
|
||||
|
||||
/**
|
||||
* others
|
||||
*/
|
||||
$GLOBALS['TL_LANG']['aeo']['tooltip_no_js'] = 'Since you have disabled JavaScript, you have to answer a simple question, to open your e-mail program automatically.';
|
||||
$GLOBALS['TL_LANG']['aeo']['tooltip_js'] = 'send email';
|
||||
|
||||
$GLOBALS['TL_LANG']['aeo']['buttonLabel'] = 'Open email programm';
|
||||
$GLOBALS['TL_LANG']['aeo']['info'] = '<h2>Why must I answer this question?</h2><p>The aim of this check is to protect the owner of the e-mail address from receiving unsolicited e-mail.</p><p>Since you have not activated JavaScript, we check by this security question whether you really are human. With JavaScript enabled this additional question will not show.</p><p>Although spammers can rent or buy existing e-mail lists, many opt to use software known as \'e-mail harvesters\' (often referred to as \'spam bots\') that extract e-mail addresses from web pages. These e-mail harvesters work very much the same way search engine spiders do and try to collect every e-mail adress they encounter on the web. However, the brute force algorithms they use, are not able to answer the simple question above.</p><p><a href="http://en.wikipedia.org/wiki/E-mail_spam" title="Article on Wikipedia" target="_blank">Read more about spam and how to prevent it.</a></p>';
|
||||
$GLOBALS['TL_LANG']['aeo']['success'] = 'We\'ve opened up your e-mail program. If that didn\'t work, please click <a href="mailto:%s">%s</a>.';
|
||||
?>
|
36
languages/en/modules.php
Normal file
36
languages/en/modules.php
Normal file
@ -0,0 +1,36 @@
|
||||
<?php if (!defined('TL_ROOT')) die('You can not access this file directly!');
|
||||
|
||||
/**
|
||||
* Contao Open Source CMS
|
||||
* Copyright (C) 2005-2011 Leo Feyer
|
||||
*
|
||||
* Formerly known as TYPOlight Open Source CMS.
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation, either
|
||||
* version 3 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this program. If not, please visit the Free
|
||||
* Software Foundation website at <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
* PHP version 5
|
||||
* @copyright cgo IT, 2012-2013
|
||||
* @author Carsten Götzinger (info@cgo-it.de)
|
||||
* @package aeo
|
||||
* @license GNU/LGPL
|
||||
* @filesource
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Extension folder
|
||||
*/
|
||||
$GLOBALS['TL_LANG']['MOD']['zaeo'] = array('Advanced eMail Obfuscation', 'This extension provides the obfuscation of email addresses.');
|
||||
|
43
languages/en/tl_content.php
Normal file
43
languages/en/tl_content.php
Normal file
@ -0,0 +1,43 @@
|
||||
<?php if (!defined('TL_ROOT')) die('You cannot access this file directly!');
|
||||
|
||||
/**
|
||||
* Contao Open Source CMS
|
||||
* Copyright (C) 2005-2011 Leo Feyer
|
||||
*
|
||||
* Formerly known as TYPOlight Open Source CMS.
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation, either
|
||||
* version 3 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this program. If not, please visit the Free
|
||||
* Software Foundation website at <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
* PHP version 5
|
||||
* @copyright cgo IT, 2012-2013
|
||||
* @author Carsten Götzinger (info@cgo-it.de)
|
||||
* @package aeo
|
||||
* @license GNU/LGPL
|
||||
* @filesource
|
||||
*/
|
||||
|
||||
/**
|
||||
* legends
|
||||
*/
|
||||
$GLOBALS['TL_LANG']['tl_content']['aeo_legend'] = 'Advanced eMail Obfuscation Settings';
|
||||
|
||||
/**
|
||||
* fields
|
||||
*/
|
||||
$GLOBALS['TL_LANG']['tl_content']['aeo_custom_template'] = array('Template', 'Here you can select the template for the form.');
|
||||
$GLOBALS['TL_LANG']['tl_content']['aeo_show_info'] = array('Show standard info', 'Shows the front-end user a standarized information why he has to answer a security question. Applies only for front-end users without JavaScript.');
|
||||
$GLOBALS['TL_LANG']['tl_content']['aeo_info_text'] = array('Own info text', 'Information text to the front-end user. Applies only for front-end users without JavaScript.');
|
||||
$GLOBALS['TL_LANG']['tl_content']['aeo_disable'] = array('Disable Advanced eMail Obfuscation', 'Disables the functionality of Advanced eMail Obfuscation for this content element.');
|
||||
?>
|
43
languages/en/tl_module.php
Normal file
43
languages/en/tl_module.php
Normal file
@ -0,0 +1,43 @@
|
||||
<?php if (!defined('TL_ROOT')) die('You cannot access this file directly!');
|
||||
|
||||
/**
|
||||
* Contao Open Source CMS
|
||||
* Copyright (C) 2005-2011 Leo Feyer
|
||||
*
|
||||
* Formerly known as TYPOlight Open Source CMS.
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation, either
|
||||
* version 3 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this program. If not, please visit the Free
|
||||
* Software Foundation website at <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
* PHP version 5
|
||||
* @copyright cgo IT, 2012-2013
|
||||
* @author Carsten Götzinger (info@cgo-it.de)
|
||||
* @package aeo
|
||||
* @license GNU/LGPL
|
||||
* @filesource
|
||||
*/
|
||||
|
||||
/**
|
||||
* legends
|
||||
*/
|
||||
$GLOBALS['TL_LANG']['tl_content']['aeo_legend'] = 'Advanced eMail Obfuscation Settings';
|
||||
|
||||
/**
|
||||
* fields
|
||||
*/
|
||||
$GLOBALS['TL_LANG']['tl_module']['aeo_custom_template'] = array('Template', 'Here you can select the template for the form.');
|
||||
$GLOBALS['TL_LANG']['tl_module']['aeo_show_info'] = array('Show standard info', 'Shows the front-end user a standarized information why he has to answer a security question. Applies only for front-end users without JavaScript.');
|
||||
$GLOBALS['TL_LANG']['tl_module']['aeo_info_text'] = array('Own info text', 'Information text to the front-end user. Applies only for front-end users without JavaScript.');
|
||||
$GLOBALS['TL_LANG']['tl_module']['aeo_disable'] = array('Disable Advanced eMail Obfuscation', 'Disables the functionality of Advanced eMail Obfuscation for this module.');
|
||||
?>
|
60
languages/en/tl_settings.php
Normal file
60
languages/en/tl_settings.php
Normal file
@ -0,0 +1,60 @@
|
||||
<?php if (!defined('TL_ROOT')) die('You can not access this file directly!');
|
||||
|
||||
/**
|
||||
* Contao Open Source CMS
|
||||
* Copyright (C) 2005-2011 Leo Feyer
|
||||
*
|
||||
* Formerly known as TYPOlight Open Source CMS.
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation, either
|
||||
* version 3 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this program. If not, please visit the Free
|
||||
* Software Foundation website at <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
* 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.');
|
||||
|
||||
?>
|
Reference in New Issue
Block a user