|
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: banner_statistics.php 1105 2005-04-04 22:05:35Z birdbrain $ 00021 // 00022 00023 define('HEADING_TITLE', 'Banner Statistics'); 00024 00025 define('TABLE_HEADING_SOURCE', 'Source'); 00026 define('TABLE_HEADING_VIEWS', 'Views'); 00027 define('TABLE_HEADING_CLICKS', 'Clicks'); 00028 00029 define('TEXT_BANNERS_DATA', 'D<br>a<br>t<br>a'); 00030 define('TEXT_BANNERS_DAILY_STATISTICS', '%s Daily Statistics For %s %s'); 00031 define('TEXT_BANNERS_MONTHLY_STATISTICS', '%s Monthly Statistics For %s'); 00032 define('TEXT_BANNERS_YEARLY_STATISTICS', '%s Yearly Statistics'); 00033 00034 define('STATISTICS_TYPE_DAILY', 'Daily'); 00035 define('STATISTICS_TYPE_MONTHLY', 'Monthly'); 00036 define('STATISTICS_TYPE_YEARLY', 'Yearly'); 00037 00038 define('TITLE_TYPE', 'Type:'); 00039 define('TITLE_YEAR', 'Year:'); 00040 define('TITLE_MONTH', 'Month:'); 00041 00042 define('ERROR_GRAPHS_DIRECTORY_DOES_NOT_EXIST', 'Error: Graphs directory does not exist. Please create a graphs directory example: <strong>' . DIR_WS_ADMIN . 'images/graphs</strong>'); 00043 define('ERROR_GRAPHS_DIRECTORY_NOT_WRITEABLE', 'Error: Graphs directory is not writeable. This is located at: <strong>' . DIR_WS_ADMIN . 'images/graphs</strong>'); 00044 ?>