|
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: downloads_manager.php 1105 2005-04-04 22:05:35Z birdbrain $ 00021 // 00022 00023 define('HEADING_TITLE','Downloads Manager'); 00024 define('TABLE_HEADING_ATTRIBUTES_ID', 'Attr ID'); 00025 define('TABLE_HEADING_PRODUCTS_ID', 'Prod ID'); 00026 define('TABLE_HEADING_PRODUCT', 'Product Name'); 00027 define('TABLE_HEADING_MODEL', 'Model'); 00028 define('TABLE_HEADING_OPT_NAME', 'Option Name'); 00029 define('TABLE_HEADING_OPT_VALUE', 'Option Value Name'); 00030 define('TABLE_TEXT_FILENAME', 'Filename'); 00031 define('TABLE_TEXT_MAX_DAYS', 'Days'); 00032 define('TABLE_TEXT_MAX_COUNT', 'Count'); 00033 define('TABLE_HEADING_ACTION', 'Action'); 00034 00035 define('TABLE_HEADING_OPT_PRICE', 'Price'); 00036 define('TABLE_HEADING_OPT_PRICE_PREFIX', 'Prefix'); 00037 00038 define('TEXT_PRODUCTS_NAME', 'Product: '); 00039 define('TEXT_PRODUCTS_MODEL', 'Model: '); 00040 00041 define('TEXT_INFO_HEADING_EDIT_PRODUCTS_DOWNLOAD', 'EDITING DOWNLOAD INFORMATION'); 00042 define('TEXT_INFO_HEADING_DELETE_PRODUCTS_DOWNLOAD', 'CONFIRM DELETION OF DOWNLOAD'); 00043 define('TEXT_INFO_EDIT_INTRO', 'Edit the Download information:'); 00044 define('TEXT_DELETE_INTRO', 'The following filename will be removed from the database. This will not delete the file from the server:'); 00045 00046 define('TEXT_INFO_FILENAME', 'Filename: '); 00047 define('TEXT_INFO_MAX_DAYS', 'Max Days: '); 00048 define('TEXT_INFO_MAX_COUNT', 'Max Downloads: '); 00049 00050 define('TEXT_INFO_FILENAME_MISSING',' Missing filename'); 00051 define('TEXT_INFO_FILENAME_GOOD',' Valid filename'); 00052 ?>