| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: products_attributes.php,v 1.6 2002/03/30 16:01:04 harley_vb Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2002 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('HEADING_TITLE_OPT', 'Product Options'); 14 define('HEADING_TITLE_VAL', 'Option Values'); 15 define('HEADING_TITLE_ATRIB', 'Products Attributes'); 16 17 define('TABLE_HEADING_ID', 'ID'); 18 define('TABLE_HEADING_PRODUCT', 'Product Name'); 19 define('TABLE_HEADING_OPT_NAME', 'Option Name'); 20 define('TABLE_HEADING_OPT_VALUE', 'Option Value'); 21 define('TABLE_HEADING_OPT_PRICE', 'Value Price'); 22 define('TABLE_HEADING_OPT_PRICE_PREFIX', 'Prefix'); 23 define('TABLE_HEADING_ACTION', 'Action'); 24 define('TABLE_HEADING_DOWNLOAD', 'Downloadable products:'); 25 define('TABLE_TEXT_FILENAME', 'Filename:'); 26 define('TABLE_TEXT_MAX_DAYS', 'Expiry days:'); 27 define('TABLE_TEXT_MAX_COUNT', 'Maximum download count:'); 28 29 define('MAX_ROW_LISTS_OPTIONS', 10); 30 31 define('TEXT_WARNING_OF_DELETE', 'This option has products and values linked to it - it is not safe to delete it.'); 32 define('TEXT_OK_TO_DELETE', 'This option has no products and values linked to it - it is safe to delete it.'); 33 define('TEXT_OPTION_ID', 'Option ID'); 34 define('TEXT_OPTION_NAME', 'Option Name'); 35 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |