[ 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/ -> specials.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: specials.php 4533 2006-09-17 17:21:10Z ajeh $

  21  //

  22  
  23  define('HEADING_TITLE', 'Specials');
  24  
  25  define('TABLE_HEADING_PRODUCTS', 'Products');
  26  define('TABLE_HEADING_PRODUCTS_MODEL','Model');
  27  define('TABLE_HEADING_PRODUCTS_PRICE', 'Products Price/Special/Sale');
  28  define('TABLE_HEADING_PRODUCTS_PERCENTAGE','Percentage');
  29  define('TABLE_HEADING_AVAILABLE_DATE', 'Available');
  30  define('TABLE_HEADING_EXPIRES_DATE','Expires');
  31  define('TABLE_HEADING_STATUS', 'Status');
  32  define('TABLE_HEADING_ACTION', 'Action');
  33  
  34  define('TEXT_SPECIALS_PRODUCT', 'Product:');
  35  define('TEXT_SPECIALS_SPECIAL_PRICE', 'Special Price:');
  36  define('TEXT_SPECIALS_EXPIRES_DATE', 'Expiry Date:');
  37  define('TEXT_SPECIALS_AVAILABLE_DATE', 'Available Date:');
  38  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>');
  39  
  40  define('TEXT_INFO_DATE_ADDED', 'Date Added:');
  41  define('TEXT_INFO_LAST_MODIFIED', 'Last Modified:');
  42  define('TEXT_INFO_NEW_PRICE', 'New Price:');
  43  define('TEXT_INFO_ORIGINAL_PRICE', 'Original Price:');
  44  define('TEXT_INFO_DISPLAY_PRICE', 'Display Price:<br />');
  45  define('TEXT_INFO_AVAILABLE_DATE', 'Available On:');
  46  define('TEXT_INFO_EXPIRES_DATE', 'Expires At:');
  47  define('TEXT_INFO_STATUS_CHANGE', 'Status Change:');
  48  define('TEXT_IMAGE_NONEXISTENT', 'No Image Exists');
  49  
  50  define('TEXT_INFO_HEADING_DELETE_SPECIALS', 'Delete Special');
  51  define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete the special products price?');
  52  
  53  define('SUCCESS_SPECIALS_PRE_ADD', 'Successful: Pre-Add of Special ... please update the price and dates ...');
  54  define('WARNING_SPECIALS_PRE_ADD_EMPTY', 'Warning: No Product ID specified ... nothing was added ...');
  55  define('WARNING_SPECIALS_PRE_ADD_DUPLICATE', 'Warning: Product ID already on Special ... nothing was added ...');
  56  define('WARNING_SPECIALS_PRE_ADD_BAD_PRODUCTS_ID', 'Warning: Product ID is invalid ... nothing was added ...');
  57  define('TEXT_INFO_HEADING_PRE_ADD_SPECIALS', 'Manually add new Special by Product ID');
  58  define('TEXT_INFO_PRE_ADD_INTRO', 'On large databases, you may Manually Add a Special by the Product ID<br /><br />This is best used when the page takes too long to render and trying to select a Product from the dropdown becomes difficult due to too many Products from which to choose.');
  59  define('TEXT_PRE_ADD_PRODUCTS_ID', 'Please enter the Product ID to be Pre-Added: ');
  60  define('TEXT_INFO_MANUAL', 'Product ID to be Manually Added as a Special');
  61  ?>


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