|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
00001 <?php 00002 // 00003 // +----------------------------------------------------------------------+ 00004 // |zen-cart Open Source E-commerce | 00005 // +----------------------------------------------------------------------+ 00006 // | Copyright (c) 2003 The zen-cart developers | 00007 // | | 00008 // | http://www.zen-cart.com/index.php | 00009 // | | 00010 // | Portions Copyright (c) 2003 osCommerce | 00011 // +----------------------------------------------------------------------+ 00012 // | This source file is subject to version 2.0 of the GPL license, | 00013 // | that is bundled with this package in the file LICENSE, and is | 00014 // | available through the world-wide-web at the following url: | 00015 // | http://www.zen-cart.com/license/2_0.txt. | 00016 // | If you did not receive a copy of the zen-cart license and are unable | 00017 // | to obtain it through the world-wide-web, please send a note to | 00018 // | [email protected] so we can mail you a copy immediately. | 00019 // +----------------------------------------------------------------------+ 00020 // $Id: index.php 2539 2005-12-11 05:17:05Z ajeh $ 00021 // 00022 00023 define('HEADING_TITLE', 'Choose an action..'); 00024 00025 define('BOX_TITLE_ORDERS', 'Orders'); 00026 define('BOX_TITLE_STATISTICS', 'Statistics'); 00027 00028 define('BOX_ENTRY_SUPPORT_SITE', 'Support Site'); 00029 define('BOX_ENTRY_SUPPORT_FORUMS', 'Support Forums'); 00030 define('BOX_ENTRY_MAILING_LISTS', 'Mailing Lists'); 00031 define('BOX_ENTRY_BUG_REPORTS', 'Bug Reports'); 00032 00033 define('BOX_ENTRY_FAQ', 'FAQ'); 00034 define('BOX_ENTRY_LIVE_DISCUSSIONS', 'Live Discussions'); 00035 define('BOX_ENTRY_CVS_REPOSITORY', 'CVS Repository'); 00036 define('BOX_ENTRY_INFORMATION_PORTAL', 'Information Portal'); 00037 00038 define('BOX_CONNECTION_PROTECTED', 'You are protected by a %s secure SSL connection.'); 00039 define('BOX_CONNECTION_UNPROTECTED', 'You are <font color="#ff0000">not</font> protected by a secure SSL connection.'); 00040 define('BOX_CONNECTION_UNKNOWN', 'unknown'); 00041 00042 define('CATALOG_CONTENTS', 'Contents'); 00043 define('TOOLS_BACKUP', 'Backup'); 00044 define('TOOLS_BANNERS', 'Banners'); 00045 define('TOOLS_FILES', 'Files'); 00046 00047 // statistics 00048 define('REPORTS_PRODUCTS', 'Products'); 00049 define('REPORTS_ORDERS', 'Orders'); 00050 00051 define('BOX_ENTRY_CUSTOMERS', 'Customers:'); 00052 define('BOX_ENTRY_NEWSLETTERS', 'Newsletter subscribers:'); 00053 00054 define('BOX_ENTRY_PRODUCTS', 'Products:'); 00055 define('BOX_ENTRY_PRODUCTS_OFF', 'Products deactivated:'); 00056 define('BOX_ENTRY_REVIEWS', 'Reviews:'); 00057 define('BOX_ENTRY_REVIEWS_PENDING', 'Reviews Pending Approval:'); 00058 00059 define('BOX_ENTRY_NEW_CUSTOMERS', 'New customers:'); 00060 define('BOX_ENTRY_NEW_ORDERS', 'New orders:'); 00061 00062 define('BOX_ENTRY_SPECIALS_EXPIRED','Specials Expired'); 00063 define('BOX_ENTRY_FEATURED_EXPIRED','Featured Products Expired'); 00064 define('BOX_ENTRY_SALEMAKER_EXPIRED','Sales Expired'); 00065 00066 define('BOX_ENTRY_SPECIALS_ACTIVE','Specials Active'); 00067 define('BOX_ENTRY_FEATURED_ACTIVE','Featured Products Active'); 00068 define('BOX_ENTRY_SALEMAKER_ACTIVE','Sales Active'); 00069 00070 define('LAST_10_DAYS', 'Counter History for last %s recorded days'); 00071 define('SESSION', 'Session'); 00072 define('TOTAL', 'Total'); 00073 ?>