[ 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]

/includes/languages/english/ -> shopping_cart.php (source)

   1  <?php
   2  /**

   3   * @package languageDefines

   4   * @copyright Copyright 2003-2006 Zen Cart Development Team

   5   * @copyright Portions Copyright 2003 osCommerce

   6   * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0

   7   * @version $Id: shopping_cart.php 3183 2006-03-14 07:58:59Z birdbrain $

   8   */
   9  
  10  define('NAVBAR_TITLE', 'The Shopping Cart');
  11  define('HEADING_TITLE', 'Your Shopping Cart Contents');
  12  define('HEADING_TITLE_EMPTY', 'Your Shopping Cart');
  13  define('TEXT_INFORMATION', 'You may want to add some instructions for using the shopping cart here. (defined in includes/languages/english/shopping_cart.php)');
  14  define('TABLE_HEADING_REMOVE', 'Remove');
  15  define('TABLE_HEADING_QUANTITY', 'Qty.');
  16  define('TABLE_HEADING_MODEL', 'Model');
  17  define('TABLE_HEADING_PRICE','Unit');
  18  define('TEXT_CART_EMPTY', 'Your Shopping Cart is empty.');
  19  define('SUB_TITLE_SUB_TOTAL', 'Sub-Total:');
  20  define('SUB_TITLE_TOTAL', 'Total:');
  21  
  22  define('OUT_OF_STOCK_CANT_CHECKOUT', 'Products marked with ' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . ' are out of stock or there are not enough in stock to fill your order.<br />Please change the quantity of products marked with (' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . '). Thank you');
  23  define('OUT_OF_STOCK_CAN_CHECKOUT', 'Products marked with ' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . ' are out of stock.<br />Items not in stock will be placed on backorder.');
  24  
  25  define('TEXT_TOTAL_ITEMS', 'Total Items: ');
  26  define('TEXT_TOTAL_WEIGHT', '&nbsp;&nbsp;Weight: ');
  27  define('TEXT_TOTAL_AMOUNT', '&nbsp;&nbsp;Amount: ');
  28  
  29  define('TEXT_VISITORS_CART', '<a href="javascript:session_win();">[help (?)]</a>');
  30  define('TEXT_OPTION_DIVIDER', '&nbsp;-&nbsp;');
  31  ?>


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