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:36:39 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/04/17 15:57:07 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['heading_title'] = 'Kontakt';
$aLang['navbar_title'] = 'Kontakt';
$aLang['text_success'] = 'Ihre Anfrage wurde erfolgreich an den Vertrieb gesendet.';
$aLang['email_subject'] = 'Anfrage von ' . STORE_NAME;
$aLang['entry_name'] = 'Vollständiger Name:';
$aLang['entry_email'] = 'eMail-Adresse:';
$aLang['entry_enquiry'] = 'Anfrage:';