I modified the contrib from eww to multilanguage and fixed the bug in the email validation!
I added also explanations to the file!
To use multilanguage you have to add the following lines to your language files:
eg. english.php
define('ENTRY_NAME_CHECK_ERROR', 'Please enter your name.'); // NEU
define('ENTRY_ENQUIRY_LENGHT1_CHECK_ERROR', 'Please enter a Message to Submit Your Message (min. 10).'); // NEU
define('ENTRY_ENQUIRY_LENGHT2_CHECK_ERROR', 'Please shorten your message and use only necessary detail. (max. 350 Zeichen).'); // NEU
define('ENTRY_ENQUIRY_CHECK_ERROR', 'Not interested in your spam, thank you.'); // NEU
german.php
define('ENTRY_NAME_CHECK_ERROR', 'Bitte vollständigen Namen eingeben.'); // NEU
define('ENTRY_ENQUIRY_LENGHT1_CHECK_ERROR', 'Bitte überprüfen Sie die Länge Ihrer Nachricht (min. 10 Zeichen).'); // NEU
define('ENTRY_ENQUIRY_LENGHT2_CHECK_ERROR', 'Bitte überprüfen Sie die Länge Ihrer Nachricht (max. 350 Zeichen).'); // NEU
define('ENTRY_ENQUIRY_CHECK_ERROR', 'SPAMFILTER ist aktiv! Bitte überprüfen Sie den Inhalt Ihrer Nachricht.'); // NEU
More...





LinkBack URL
About LinkBacks









Bookmarks