[ Index ]
 

Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/admin/includes/languages/english/ -> products_price_manager.php (source)

   1  <?php
   2  //

   3  // +----------------------------------------------------------------------+

   4  // |zen-cart Open Source E-commerce                                       |

   5  // +----------------------------------------------------------------------+

   6  // | Copyright (c) 2003 The zen-cart developers                           |

   7  // |                                                                      |

   8  // | http://www.zen-cart.com/index.php                                    |

   9  // |                                                                      |

  10  // | Portions Copyright (c) 2003 osCommerce                               |

  11  // +----------------------------------------------------------------------+

  12  // | This source file is subject to version 2.0 of the GPL license,       |

  13  // | that is bundled with this package in the file LICENSE, and is        |

  14  // | available through the world-wide-web at the following url:           |

  15  // | http://www.zen-cart.com/license/2_0.txt.                             |

  16  // | If you did not receive a copy of the zen-cart license and are unable |

  17  // | to obtain it through the world-wide-web, please send a note to       |

  18  // | license@zen-cart.com so we can mail you a copy immediately.          |

  19  // +----------------------------------------------------------------------+

  20  //  $Id: products_price_manager.php 543 2004-11-13 19:19:29Z wilt $

  21  //

  22  
  23  define('HEADING_TITLE', 'Products Price Manager');
  24  define('HEADING_TITLE_PRODUCT_SELECT','Please select a Category with Products to display the Pricing Information of ...');
  25  
  26  define('TABLE_HEADING_PRODUCTS', 'Products');
  27  define('TABLE_HEADING_PRODUCTS_MODEL','Model');
  28  define('TABLE_HEADING_PRODUCTS_PRICE', 'Products Price/Special/Sale');
  29  define('TABLE_HEADING_PRODUCTS_PERCENTAGE','Percentage');
  30  define('TABLE_HEADING_AVAILABLE_DATE', 'Available');
  31  define('TABLE_HEADING_EXPIRES_DATE','Expires');
  32  define('TABLE_HEADING_STATUS', 'Status');
  33  define('TABLE_HEADING_ACTION', 'Action');
  34  
  35  define('TEXT_PRODUCT_INFO', 'Product Info:');
  36  define('TEXT_PRODUCTS_PRICE_INFO', 'Product Price Info:');
  37  define('TEXT_PRODUCTS_MODEL','Model:');
  38  define('TEXT_PRICE', 'Price');
  39  define('TEXT_PRODUCT_AVAILABLE_DATE', 'Available Date:');
  40  define('TEXT_PRODUCTS_STATUS', 'Products Status:');
  41  define('TEXT_PRODUCT_AVAILABLE', 'In Stock');
  42  define('TEXT_PRODUCT_NOT_AVAILABLE', 'Out of Stock');
  43  
  44  define('TEXT_PRODUCT_INFO_NONE', 'Please select a Product from above ...');
  45    define('TEXT_PRODUCT_IS_FREE','Product is Free:');
  46    define('TEXT_PRODUCTS_IS_FREE_EDIT','<br />*Product marked FREE');
  47    define('TEXT_PRODUCT_IS_CALL','Call for Price:');
  48    define('TEXT_PRODUCTS_IS_CALL_EDIT','<br />*Product marked CALL FOR PRICE');
  49    define('TEXT_PRODUCTS_PRICED_BY_ATTRIBUTES','Priced by Attributes:');
  50    define('TEXT_PRODUCT_IS_PRICED_BY_ATTRIBUTE','Yes');
  51    define('TEXT_PRODUCT_NOT_PRICED_BY_ATTRIBUTE','No');
  52    define('TEXT_PRODUCTS_PRICED_BY_ATTRIBUTES_EDIT','<br />*Display price will include lowest group attributes prices plus price');
  53    define('TEXT_PRODUCTS_MIXED','Qty Min/Unit Mix:');
  54    define('TEXT_PRODUCTS_MIXED_DISCOUNT_QUANTITY', 'Discount Qty Applies to Mixed Attributes');
  55  
  56    define('TEXT_PRODUCTS_QUANTITY_MIN_RETAIL','Qty Min:');
  57    define('TEXT_PRODUCTS_QUANTITY_UNITS_RETAIL','Qty Units:');
  58    define('TEXT_PRODUCTS_QUANTITY_MAX_RETAIL','Qty Max:');
  59    define('TEXT_PRODUCTS_QUANTITY_MAX_RETAIL_EDIT','0= Unlimited<br />1= No Qty Box/Max Value');
  60  
  61  define('TEXT_FEATURED_PRODUCT_INFO', 'Featured Product Info:');
  62  define('TEXT_FEATURED_PRODUCT', 'Product:');
  63  define('TEXT_FEATURED_EXPIRES_DATE', 'Expiry Date:');
  64  define('TEXT_FEATURED_AVAILABLE_DATE', 'Available Date:');
  65  define('TEXT_FEATURED_PRODUCTS_STATUS', 'Featured Status:');
  66  define('TEXT_FEATURED_PRODUCT_AVAILABLE', 'Active');
  67  define('TEXT_FEATURED_PRODUCT_NOT_AVAILABLE', 'Inactive');
  68  define('TEXT_FEATURED_DISABLED', '<strong>NOTE: Featured Product Info is currently disabled, expired or not yet active</strong>');
  69  
  70  define('TEXT_SPECIALS_PRODUCT', 'Product:');
  71  define('TEXT_SPECIALS_SPECIAL_PRICE', 'Special Price:');
  72  define('TEXT_SPECIALS_EXPIRES_DATE', 'Expiry Date:');
  73  define('TEXT_SPECIALS_AVAILABLE_DATE', 'Available Date:');
  74  define('TEXT_SPECIALS_PRICE_TIP', '<b>Specials Notes:</b><ul><li>You can enter a percentage to deduct in the Specials Price field, for example: <b>20%</b></li><li>If you enter a new price, the decimal separator must be a \'.\' (decimal-point), example: <b>49.99</b></li><li>Leave the expiry date empty for no expiration</li></ul>');
  75  define('TEXT_SPECIALS_PRODUCT_INFO', 'Special Price Info:');
  76  define('TEXT_SPECIALS_PRODUCTS_STATUS', 'Specials Status:');
  77  define('TEXT_SPECIALS_PRODUCT_AVAILABLE', 'Active');
  78  define('TEXT_SPECIALS_PRODUCT_NOT_AVAILABLE', 'Inactive');
  79  define('TEXT_SPECIALS_NO_GIFTS','No Specials on GV');
  80  define('TEXT_SPECIAL_DISABLED', '<strong>NOTE: Special Product Info is currently disabled, expired or not yet active</strong>');
  81  
  82  define('TEXT_INFO_DATE_ADDED', 'Date Added:');
  83  define('TEXT_INFO_LAST_MODIFIED', 'Last Modified:');
  84  define('TEXT_INFO_NEW_PRICE', 'New Price:');
  85  define('TEXT_INFO_ORIGINAL_PRICE', 'Original Price:');
  86  define('TEXT_INFO_PERCENTAGE', 'Percentage:');
  87  define('TEXT_INFO_AVAILABLE_DATE', 'Available On:');
  88  define('TEXT_INFO_EXPIRES_DATE', 'Expires At:');
  89  define('TEXT_INFO_STATUS_CHANGE', 'Status Change:');
  90  define('TEXT_IMAGE_NONEXISTENT', 'No Image Exists');
  91  
  92  define('TEXT_INFO_HEADING_DELETE_FEATURED', 'Delete Featured');
  93  define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete the featured product?');
  94  
  95    define('TEXT_ATTRIBUTES_INSERT_INFO', '<strong>Define the Attribute Settings then press Insert to apply</strong>');
  96    define('TEXT_PRICED_BY_ATTRIBUTES', 'Priced by Attributes');
  97    define('TEXT_PRODUCTS_PRICE', 'Products Price: ');
  98    define('TEXT_SPECIAL_PRICE', 'Special Price: ');
  99    define('TEXT_SALE_PRICE', 'Sale Price: ');
 100    define('TEXT_FREE', 'FREE');
 101    define('TEXT_CALL_FOR_PRICE', 'Call for Price');
 102  
 103  define('TEXT_ADD_ADDITIONAL_DISCOUNT', 'Add ' . DISCOUNT_QTY_ADD . ' Blank Qty Discounts:');
 104  define('TEXT_BLANKS_INFO','All 0 Quantity Discounts will be removed when Updated');
 105  define('TEXT_INFO_NO_DISCOUNTS', 'No Quantity Discounts have been defined');
 106  define('TEXT_PRODUCTS_DISCOUNT_QTY_TITLE', 'Discount Levels');
 107  define('TEXT_PRODUCTS_DISCOUNT','Discount');
 108  define('TEXT_PRODUCTS_DISCOUNT_QTY','Minimum Qty');
 109  define('TEXT_PRODUCTS_DISCOUNT_PRICE','Discount Value');
 110  define('TEXT_PRODUCTS_DISCOUNT_TYPE','Type');
 111  
 112  define('TEXT_PRODUCTS_DISCOUNT_PRICE_EACH','Calculate Price:');
 113  define('TEXT_PRODUCTS_DISCOUNT_PRICE_EXTENDED','Extended Price:');
 114  define('TEXT_PRODUCTS_DISCOUNT_PRICE_EACH_TAX','Calculate<br />Price: &nbsp; Taxed:');
 115  define('TEXT_PRODUCTS_DISCOUNT_PRICE_EXTENDED_TAX','Extended<br />Price: &nbsp; Taxed:');
 116  
 117  define('TEXT_EACH','ea.');
 118  define('TEXT_EXTENDED','total');
 119  
 120  define('TEXT_DISCOUNT_TYPE_INFO', 'Product Discount Info');
 121  define('TEXT_DISCOUNT_TYPE','Discount Type:');
 122  define('TEXT_DISCOUNT_TYPE_FROM', 'Discount Priced from:');
 123  
 124  define('DISCOUNT_TYPE_DROPDOWN_0','None');
 125  define('DISCOUNT_TYPE_DROPDOWN_1','Percentage');
 126  define('DISCOUNT_TYPE_DROPDOWN_2','Actual Price');
 127  define('DISCOUNT_TYPE_DROPDOWN_3','Amount off');
 128  
 129  define('DISCOUNT_TYPE_FROM_DROPDOWN_0','Price');
 130  define('DISCOUNT_TYPE_FROM_DROPDOWN_1','Special');
 131  
 132  define('TEXT_UPDATE_COMMIT','Update and Commit all changes from current screen display');
 133  
 134  define('TEXT_PRODUCTS_TAX_CLASS', 'Tax Class:');
 135  
 136  define('TEXT_INFO_MASTER_CATEGORIES_ID_WARNING', '<strong>Warning:</strong> The Product Master Category ID# %s does not match Current Category ID# %s and Product is Not Linked!');
 137  define('TEXT_INFO_MASTER_CATEGORIES_CURRENT', ' Current Category ID# %s matches the Master Category ID# %s');
 138  define('TEXT_INFO_MASTER_CATEGORIES_ID_UPDATE_TO_CURRENT', 'Update Master Categories ID# %s to match Current Category ID# %s');
 139  
 140  define('PRODUCT_WARNING_UPDATE', 'Please make any changes then press Update to save');
 141  define('PRODUCT_UPDATE_SUCCESS', 'Successful Update of Product Changes!');
 142  define('PRODUCT_WARNING_UPDATE_CANCEL', 'Changes were Cancelled and not saved ...');
 143  define('TEXT_INFO_EDIT_CAUTION', '<strong>Click to begin Editing ...</strong>');
 144  define('TEXT_INFO_PREVIEW_ONLY', 'Preview Only ... Current Price Status ... Preview Only');
 145  define('TEXT_INFO_UPDATE_REMINDER', '<strong>Edit Product Information then Update to save</strong>');
 146  ?>


Généré le : Mon Nov 26 16:45:43 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics