Code: Selecteer alles
<?php
/***************************************************************************
* lang_contact.php
* -------------------
* begin : Sunday, Apr 11, 2005
* copyright : (C) 2005 FuNEnD3R
* email : admin@funender.com
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
$lang['Eadmin'] = 'Contact Admin';
$lang['Esuccess'] = 'Your Message was sent successfully';
$lang['EYour_Name'] = 'An error occurred sending your Message.';
$lang['EYour_Name'] = 'Your Name';
$lang['EYour_Email'] = 'Your Email';
$lang['EForum_Username'] = 'Forum Username';
$lang['EQuest_Comms'] = 'Questions or Comments';
$lang['Edenotes_field'] = 'denotes required field';
$lang['EAuth'] = 'Contact form written by';
$lang['EYour_IP'] = 'Your IP';
$lang['ERecorded'] = 'Has been recorded in case of fraud and security purposes';
$lang['EEnquiry'] = 'Your Enquiry';
$lang['EPlease_Select'] = 'Please Select One';
$lang['EOption_One_Text'] = 'Login Trouble with Forum';
$lang['EOption_Two_Text'] = 'Regarding Moderation';
$lang['EOption_Three_Text'] = 'Problems Registering';
$lang['EOption_Four_Text'] = 'General Questions or Feedback';
$lang['EClear'] = 'Clear Form';
$lang['ESubmit'] = 'Submit';
$lang['EEmail_username'] = 's forum username is';
$lang['EEmail_mailname'] = 's email is';
$lang['EEmail_sendersip'] = 'Sender\'s ip address is';
$lang['EEmail_lookupip'] = 'Lookup ip';
$lang['EEmail_xmailer'] = 'phpBB Mail';
$lang['EEmail_enquiry'] = 'Enquiry';
$lang['ESubject'] = '[Question or Comment from your Website]';
$lang['ERequired_error'] = 'Please fill out all required fields.<br /><br /><a href="javascript:history.go(-1)">Back to Form</a>';
$lang['EEmail_error'] = 'Your email address does not appear valid. Please verify it.<br /><br /><a href="javascript:history.go(-1)">Back to Form</a>';
$lang['ESuccessfully'] = 'Your Message was sent successfully';
$lang['EMain_error'] = 'An Error has occured<br />Admin has not set a recipient email address in contact_form.php.<br /><br />Please <a href="javascript:history.go(-1)">try again</a>';
$lang['code_wrong'] = 'Image verification failed.<br /><br /><a href="javascript:history.go(-1)">Back to Form</a>';
//
// That's all, Folks!
// -------------------------------------------------
?>