2023-01-23 11:03:31 +01:00

32 lines
1.1 KiB
PHP

<?php
/* ----------------------------------------------------------------------
$Id: main_contact_us.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: contact_us.php,v 1.7 2002/11/19 01:48:08 dgw_
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['heading_title'] = 'Contact Us';
$aLang['navbar_title'] = 'Contact Us';
$aLang['text_success'] = 'Your enquiry has been successfully sent to the Store Owner.';
$aLang['email_subject'] = 'Enquiry from ' . STORE_NAME;
$aLang['entry_name'] = 'Full Name:';
$aLang['entry_email'] = 'E-Mail Address:';
$aLang['entry_enquiry'] = 'Enquiry:';