30 lines
1.6 KiB
PHP
30 lines
1.6 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: admin_login.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: login.php,v 1.11 2002/06/03 13:19:42 hpdl
|
|
----------------------------------------------------------------------
|
|
osCommerce, Open Source E-Commerce Solutions
|
|
http://www.oscommerce.com
|
|
|
|
Copyright (c) 2003 osCommerce
|
|
----------------------------------------------------------------------
|
|
Released under the GNU General Public License
|
|
---------------------------------------------------------------------- */
|
|
|
|
$aLang['navbar_title'] = 'Login';
|
|
$aLang['heading_title'] = 'Admin, Please Sign In';
|
|
$aLang['entry_key'] = 'Secure Key';
|
|
|
|
$aLang['heading_admin_login'] = 'Login under Customer account';
|
|
$aLang['text_login_error'] = '<strong>ERROR:</strong> No match for \'E-Mail-Address\' and/or \'Password\'.';
|
|
$aLang['text_login_error2'] = '<strong>NO ACCESS GRANTED: Due to prior chargebacks or other fraud, your account is blacklisted on our site.<br /><br /> We no longer accept online orders from this account.<br /><br />If you wish to order, you will need to get in touch with us by phone and pay by money order or bank transfer before we ship.<br /><br />Order will be shipped with Signature Confirmation surcahrge.<br /><br /> We will need to receive by mail a SIGNED purchase order before shipping.<br /><br />The order will be shipped to a verified address only. </strong><br /><br />';
|
|
|