2006-12-02 04:36:16 +00:00
|
|
|
<?php
|
|
|
|
/*
|
2009-07-18 17:01:18 +00:00
|
|
|
* e107 website system
|
|
|
|
*
|
|
|
|
* Copyright (C) 2001-2008 e107 Inc (e107.org)
|
|
|
|
* Released under the terms and conditions of the
|
|
|
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
|
|
|
*
|
|
|
|
* Contact language file
|
|
|
|
*
|
|
|
|
* $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_contact.php,v $
|
|
|
|
* $Revision: 1.3 $
|
|
|
|
* $Date: 2009-07-18 17:01:18 $
|
|
|
|
* $Author: marj_nl_fr $
|
|
|
|
*/
|
2006-12-02 04:36:16 +00:00
|
|
|
|
2009-07-18 17:01:18 +00:00
|
|
|
define('PAGE_NAME', 'Contact Us');
|
2006-12-02 04:36:16 +00:00
|
|
|
define("LANCONTACT_01", "Contact Details");
|
|
|
|
define("LANCONTACT_02", "Contact Form");
|
|
|
|
define("LANCONTACT_03", "Enter your name:");
|
2008-02-18 20:52:36 +00:00
|
|
|
define("LANCONTACT_04", "Enter your e-mail address:");
|
2006-12-02 04:36:16 +00:00
|
|
|
define("LANCONTACT_05", "Message subject:");
|
2008-02-18 20:52:36 +00:00
|
|
|
define("LANCONTACT_06", "Message:");
|
2006-12-02 04:36:16 +00:00
|
|
|
define("LANCONTACT_07", "Email a copy of this message to your own address ");
|
|
|
|
define("LANCONTACT_08", "Send");
|
|
|
|
define("LANCONTACT_09", "Your message was sent.");
|
|
|
|
define("LANCONTACT_10", "There was a problem sending your message.");
|
|
|
|
define("LANCONTACT_11", "Your email address doesn't appear to be valid.\\nPlease check it and try again.");
|
|
|
|
define("LANCONTACT_12", "Your message is too short.");
|
|
|
|
define("LANCONTACT_13", "Please include a subject.");
|
|
|
|
|
|
|
|
define("LANCONTACT_14", "Send message to:");
|
|
|
|
define("LANCONTACT_15", "Incorrect code entered");
|
|
|
|
define("LANCONTACT_16", "Enter Code");
|