ZenCart_Documentation  1.5.0
http://www.collinsharper.com
C:/xampp/htdocs/zen-cart/admin/includes/languages/english/salemaker.php
Go to the documentation of this file.
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: salemaker.php 6369 2007-05-25 03:03:42Z ajeh $
00021 //
00022 
00023 define('HEADING_TITLE', 'SaleMaker');
00024 define('TABLE_HEADING_SALE_NAME', 'SaleName');
00025 define('TABLE_HEADING_SALE_DEDUCTION', 'Deduction');
00026 define('TABLE_HEADING_SALE_DATE_START', 'Startdate');
00027 define('TABLE_HEADING_SALE_DATE_END', 'Enddate');
00028 define('TABLE_HEADING_STATUS', 'Status');
00029 define('TABLE_HEADING_ACTION', 'Action');
00030 define('TEXT_SALEMAKER_NAME', 'SaleName:');
00031 define('TEXT_SALEMAKER_DEDUCTION', 'Deduction:');
00032 define('TEXT_SALEMAKER_DEDUCTION_TYPE', '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Type:&nbsp;&nbsp;');
00033 define('TEXT_SALEMAKER_PRICERANGE_FROM', 'Products Pricerange:');
00034 define('TEXT_SALEMAKER_PRICERANGE_TO', '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
00035 define('TEXT_SALEMAKER_SPECIALS_CONDITION', 'If a product is a Special:');
00036 define('TEXT_SALEMAKER_DATE_START', 'Start Date:');
00037 define('TEXT_SALEMAKER_DATE_END', 'End Date:');
00038 define('TEXT_SALEMAKER_CATEGORIES', '<b>Or</b> check the categories to which this sale applies:');
00039 define('TEXT_SALEMAKER_POPUP', '<a href="javascript:session_win();"><span class="errorText"><b>Click here for Salemaker Usage Tips.</b></span></a>');
00040 define('TEXT_SALEMAKER_POPUP1', '<a href="javascript:session_win1();"><span class="errorText"><b>(More Info)</b></span></a>');
00041 define('TEXT_SALEMAKER_IMMEDIATELY', 'Immediately');
00042 define('TEXT_SALEMAKER_NEVER', 'Never');
00043 define('TEXT_SALEMAKER_ENTIRE_CATALOG', 'Check this box if you want the sale to be applied to <b>all products</b>:');
00044 define('TEXT_SALEMAKER_TOP', 'Entire catalog');
00045 define('TEXT_INFO_DATE_ADDED', 'Date Added:');
00046 define('TEXT_INFO_DATE_MODIFIED', 'Last Modified:');
00047 define('TEXT_INFO_DATE_STATUS_CHANGE', 'Last Status Change:');
00048 define('TEXT_INFO_SPECIALS_CONDITION', 'Specials Condition:');
00049 define('TEXT_INFO_DEDUCTION', 'Deduction:');
00050 define('TEXT_INFO_PRICERANGE_FROM', 'Pricerange:');
00051 define('TEXT_INFO_PRICERANGE_TO', ' to ');
00052 define('TEXT_INFO_DATE_START', 'Starts:');
00053 define('TEXT_INFO_DATE_END', 'Expires:');
00054 define('SPECIALS_CONDITION_DROPDOWN_0', 'Ignore Specials Price - Apply to Product Price and Replace Special');
00055 define('SPECIALS_CONDITION_DROPDOWN_1', 'Ignore SaleCondition - No Sale Applied When Special Exists');
00056 define('SPECIALS_CONDITION_DROPDOWN_2', 'Apply SaleDeduction to Specials Price - Otherwise Apply to Price');
00057 // moved to english.php
00058 /*
00059 define('DEDUCTION_TYPE_DROPDOWN_0', 'Deduct amount');
00060 define('DEDUCTION_TYPE_DROPDOWN_1', 'Percent');
00061 define('DEDUCTION_TYPE_DROPDOWN_2', 'New Price');
00062 */
00063 define('TEXT_INFO_HEADING_COPY_SALE', 'Copy Sale');
00064 define('TEXT_INFO_COPY_INTRO', 'Enter a name for the copy of<br>&nbsp;&nbsp;"%s"');
00065 define('TEXT_INFO_HEADING_DELETE_SALE', 'Delete Sale');
00066 define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to permanently delete this sale?');
00067 define('TEXT_MORE_INFO', '(More Info)');
00068 
00069 define('TEXT_WARNING_SALEMAKER_PREVIOUS_CATEGORIES','&nbsp;Warning : %s sales already include this category');
00070 ?>
 All Data Structures Namespaces Files Functions Variables Enumerations