49 lines
1.6 KiB
PHP
49 lines
1.6 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: index.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
|
|
|
|
MyOOS [Shopsystem]
|
|
https://www.oos-shop.de
|
|
|
|
|
|
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
|
|
----------------------------------------------------------------------
|
|
Based on:
|
|
|
|
File: index.php,v 1.2 2002/03/30 11:10:39 hpdl
|
|
----------------------------------------------------------------------
|
|
osCommerce, Open Source E-Commerce Solutions
|
|
http://www.oscommerce.com
|
|
|
|
Copyright (c) 2003 osCommerce
|
|
----------------------------------------------------------------------
|
|
Released under the GNU General Public License
|
|
---------------------------------------------------------------------- */
|
|
|
|
define('HEADING_TITLE', 'Choose an action..');
|
|
|
|
define('BOX_TITLE_ORDERS', 'Orders');
|
|
define('BOX_TITLE_STATISTICS', 'Statistics');
|
|
|
|
define('BOX_ENTRY_HAMPEAGE', 'Homepage');
|
|
define('BOX_ENTRY_MAILING_LISTS', 'Mailing Lists');
|
|
define('BOX_ENTRY_FAQ', 'FAQ');
|
|
|
|
define('BOX_ENTRY_CUSTOMERS', 'Customers:');
|
|
define('BOX_ENTRY_PRODUCTS', 'Products:');
|
|
define('BOX_ENTRY_REVIEWS', 'Reviews:');
|
|
|
|
define('BOX_CONNECTION_PROTECTED', 'You are protected by a %s secure SSL connection.');
|
|
define('BOX_CONNECTION_UNPROTECTED', 'You are <font color="#ff0000">not</font> protected by a secure SSL connection.');
|
|
define('BOX_CONNECTION_UNKNOWN', 'unknown');
|
|
|
|
define('CATALOG_CONTENTS', 'Contents');
|
|
|
|
define('REPORTS_PRODUCTS', 'Products');
|
|
define('REPORTS_ORDERS', 'Orders');
|
|
|
|
define('TOOLS_BACKUP', 'Backup');
|
|
define('TOOLS_BANNERS', 'Banners');
|
|
define('TOOLS_FILES', 'Files');
|
|
|