Initialer Commit in GIT
This commit is contained in:
56
languages/de/default.php
Normal file
56
languages/de/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', 'Erzeugt ein Formular zur Entschlüsselung von E-Mail-Adressen Frontend-Benutzer ohne JavaScript.');
|
||||
|
||||
/**
|
||||
* content Elements
|
||||
*/
|
||||
$GLOBALS['TL_LANG']['CTE']['aeo'] = array('Advanced eMail Obfuscation', 'Erzeugt ein Formular zur Entschlüsselung von E-Mail-Adressen Frontend-Benutzer ohne JavaScript.');
|
||||
|
||||
/**
|
||||
* errors
|
||||
*/
|
||||
$GLOBALS['TL_LANG']['aeo']['aeo_error_duplicate'] = 'Advanced eMail Obfuscation: Es sind Einträge im Feld %s doppelt vorhanden.';
|
||||
$GLOBALS['TL_LANG']['aeo']['aeo_error_redirect'] = 'Advanced eMail Obfuscation: Bitte achten Sie darauf, dass alle Weiterleitungsseiten ein Modul oder Inhaltselement vom Typ "Advanced eMail Obfuscation" enthalten.';
|
||||
|
||||
/**
|
||||
* others
|
||||
*/
|
||||
$GLOBALS['TL_LANG']['aeo']['tooltip_no_js'] = 'Da Sie JavaScript deaktiviert haben müssen sie eine einfache Frage beantworten, um ihr E-Mail-Programm automatisch zu öffnen.';
|
||||
$GLOBALS['TL_LANG']['aeo']['tooltip_js'] = 'E-Mail senden';
|
||||
|
||||
$GLOBALS['TL_LANG']['aeo']['buttonLabel'] = 'E-Mail-Programm öffnen';
|
||||
$GLOBALS['TL_LANG']['aeo']['info'] = '<h2>Warum muss ich diese Frage beantworten?</h2><p>Das Ziel dieser Überprüfung ist es, den Inhaber der angegebenen E-Mail-Adresse vor dem Empfang von unerwünschten E-Mails zu schützen.</p><p>Da Sie kein JavaScript aktiviert haben, überprüfen wir durch diese Sicherheitsfrage, ob Sie wirklich ein Mensch sind. Mit aktiviertem JavaScript entfällt diese zusätzliche Frage.</p><p>Obwohl Spammer bestehende E-Mail-Listen mieten oder kaufen können, entscheiden viele sich eine Software als "E-Mail-Harvester" (oft auch "Spam Bots" genannt) einzusetzen, die E-Mail-Adressen auf Webseiten sucht. Diese "E-Mail-Harvester" arbeiten oft auf die gleiche Weise wie Suchmaschinen es tun und versuchen, jede E-Mail-Adresse, die sie im Internet finden, zu sammeln. Allerdings sind die Brute-Force-Algorithmen die sie verwenden nicht in der Lage, die einfache Frage oben zu beantworten.</p><p><a href="http://de.wikipedia.org/wiki/Spam" title="Artikel bei Wikipedia" target="_blank">Lesen Sie mehr über Spam und wie man es verhindern kann.</a></p>';
|
||||
$GLOBALS['TL_LANG']['aeo']['success'] = 'Wir haben ihr E-Mail-Programm geöffnet. Wenn dies nicht geklappt hat, klicken sie bitte auf die E-Mail-Adresse: <a href="mailto:%s">%s</a>.';
|
||||
?>
|
36
languages/de/modules.php
Normal file
36
languages/de/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', 'Diese Erweiterung stellt die Verschleierung von E-Mail-Adressen zur Verfügung.');
|
||||
|
43
languages/de/tl_content.php
Normal file
43
languages/de/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 Einstellungen';
|
||||
|
||||
/**
|
||||
* fields
|
||||
*/
|
||||
$GLOBALS['TL_LANG']['tl_content']['aeo_custom_template'] = array('Template', 'Hier können Sie das Template für das Formular auswählen.');
|
||||
$GLOBALS['TL_LANG']['tl_content']['aeo_show_info'] = array('Standard-Info anzeigen', 'Zeigt dem Frontend-Benutzer eine Standard-Information an, warum er eine Sicherheitsfrage beantworten muss. Gilt nur für Frontend-Benutzer ohne JavaScript.');
|
||||
$GLOBALS['TL_LANG']['tl_content']['aeo_info_text'] = array('Eigener Info-Text', 'Informations-Text, der dem Frontend-Benutzer angezeigt wird. Gilt nur für Frontend-Benutzer ohne JavaScript.');
|
||||
$GLOBALS['TL_LANG']['tl_content']['aeo_disable'] = array('Advanced eMail Obfuscation deaktivieren', 'Deaktiviert die Funktionalität von Advanced eMail Obfuscation für dieses Inhaltselement.');
|
||||
?>
|
43
languages/de/tl_module.php
Normal file
43
languages/de/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 Einstellungen';
|
||||
|
||||
/**
|
||||
* fields
|
||||
*/
|
||||
$GLOBALS['TL_LANG']['tl_module']['aeo_custom_template'] = array('Template', 'Hier können Sie das Template für das Formular auswählen.');
|
||||
$GLOBALS['TL_LANG']['tl_module']['aeo_show_info'] = array('Standard-Info anzeigen', 'Zeigt dem Frontend-Benutzer eine Standard-Information an, warum er eine Sicherheitsfrage beantworten muss. Gilt nur für Frontend-Benutzer ohne JavaScript.');
|
||||
$GLOBALS['TL_LANG']['tl_module']['aeo_info_text'] = array('Eigener Info-Text', 'Informations-Text, der dem Frontend-Benutzer angezeigt wird.');
|
||||
$GLOBALS['TL_LANG']['tl_module']['aeo_disable'] = array('Advanced eMail Obfuscation deaktivieren', 'Deaktiviert die Funktionalität von Advanced eMail Obfuscation für dieses Modul.');
|
||||
?>
|
60
languages/de/tl_settings.php
Normal file
60
languages/de/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 Einstellungen';
|
||||
|
||||
/**
|
||||
* fields
|
||||
*/
|
||||
$GLOBALS['TL_LANG']['tl_settings']['aeo_replace_standard_obfuscation'] = array('Aktiv', 'Ist diese Option aktiviert, wird die Standard-Verschleierung von E-Mail-Adressen durch Contao durch "Advanced eMail Obfuscation" ersetzt.');
|
||||
$GLOBALS['TL_LANG']['tl_settings']['aeo_use_rot_13'] = array('ROT13-Verschlüsselung nutzen', 'ROT13 (engl. rotate by 13 places, zu Deutsch in etwa "rotiere um 13 Stellen") ist eine Verschiebechiffre (auch Caesar-Chiffre genannt), mit der auf einfache Weise Texte verschlüsselt werden können. Dies geschieht durch Ersetzung von Buchstaben – bei ROT13 im Speziellen wird jeder Buchstabe des lateinischen Alphabets durch den im Alphabet um 13 Stellen davor bzw. dahinter liegenden Buchstaben ersetzt.');
|
||||
$GLOBALS['TL_LANG']['tl_settings']['aeo_virtual_path'] = array('Virtueller Pfad', 'Der virtuelle Pfad wird für Frontend-Benutzer verwendet, die über kein JavaScript verfügen.');
|
||||
$GLOBALS['TL_LANG']['tl_settings']['aeo_jump_to_no_js'] = array('Weiterleitungsseite bei deaktiviertem JavaScript', 'Bei deaktiviertem JavaScript wird der Benutzer bei einem Klick auf eine E-Mail-Adresse je nach der Sprache der Seite auf die entsprechende Seite weitergeleitet. Auf dieser Seite muss das Modul oder Inhaltselement "Advanced eMail Obfuscation" eingebunden sein. Existiert keine Weiterleitungsseite für die entsprechende Sprache wird die Fallback-Weiterleitungsseite gewählt.');
|
||||
$GLOBALS['TL_LANG']['tl_settings']['aeo_obfuscation_method'] = array('Verschleierungs-Methode', 'Art der Verschleierung. Betrifft nur die Anzeige auf der Webseite. Mailto-Links werden über den virtuellen Pfad (und optionale ROT13-Verschlüsselung) abgebildet.');
|
||||
$GLOBALS['TL_LANG']['tl_settings']['aeo_language_fallback'] = array('Fallback', '');
|
||||
$GLOBALS['TL_LANG']['tl_settings']['aeo_language'] = array('Sprache', '');
|
||||
$GLOBALS['TL_LANG']['tl_settings']['aeo_redirecturl'] = array('Weiterleitungsseite', '');
|
||||
|
||||
/**
|
||||
* options
|
||||
*/
|
||||
$GLOBALS['TL_LANG']['tl_settings']['shorten'] = array('Verkürzung', 'Die E-Mail-Adressen werden gekürzt auf der Webseite dargestellt (z.B. hal...@domain.de)');
|
||||
$GLOBALS['TL_LANG']['tl_settings']['rtl'] = array('RTL', 'right-to-left. Die E-Mail-Adresse wird im Quellcode von rechts nach links geschrieben, per CSS auf der Webseite von links nach rechts angezeigt.');
|
||||
$GLOBALS['TL_LANG']['tl_settings']['nullspan'] = array('"null" Span', 'In die E-Mail-Adresse werden span-Tags mit dem Wert "null" eingebaut. Diese Tags werden per CSS auf der Webseite ausgeblendet.');
|
||||
|
||||
?>
|
Reference in New Issue
Block a user