[ 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/ -> index.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: index.php 6531 2007-06-26 00:55:30Z drbyte $

   8   */
   9  
  10  define('TEXT_MAIN','This is the main define statement for the page for english when no template defined file exists. It is located in: <strong>/includes/languages/english/index.php</strong>');
  11  
  12  // Showcase vs Store

  13  if (STORE_STATUS == '0') {
  14    define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s">log yourself in</a>?');
  15  } else {
  16    define('TEXT_GREETING_GUEST', 'Welcome, please enjoy our online showcase.');
  17  }
  18  
  19  define('TEXT_GREETING_PERSONAL', 'Hello <span class="greetUser">%s</span>! Would you like to see our <a href="%s">newest additions</a>?');
  20  
  21  define('TEXT_INFORMATION', 'Define your main Index page copy here.');
  22  
  23  //moved to english

  24  //define('TABLE_HEADING_FEATURED_PRODUCTS','Featured Products');

  25  
  26  //define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');

  27  //define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products');

  28  //define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected');

  29  
  30  if ( ($category_depth == 'products') || (zen_check_url_get_terms()) ) {
  31    // This section deals with product-listing page contents

  32    define('HEADING_TITLE', 'Available Products');
  33    define('TABLE_HEADING_IMAGE', 'Product Image');
  34    define('TABLE_HEADING_MODEL', 'Model');
  35    define('TABLE_HEADING_PRODUCTS', 'Product Name');
  36    define('TABLE_HEADING_MANUFACTURER', 'Manufacturer');
  37    define('TABLE_HEADING_QUANTITY', 'Quantity');
  38    define('TABLE_HEADING_PRICE', 'Price');
  39    define('TABLE_HEADING_WEIGHT', 'Weight');
  40    define('TABLE_HEADING_BUY_NOW', 'Buy Now');
  41    define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.');
  42    define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.');
  43    define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: ');
  44    define('TEXT_SHOW', 'Filter Results by:');
  45    define('TEXT_BUY', 'Buy 1 \'');
  46    define('TEXT_NOW', '\' now');
  47    define('TEXT_ALL_CATEGORIES', 'All Categories');
  48    define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');
  49  } elseif ($category_depth == 'top') {
  50    // This section deals with the "home" page at the top level with no options/products selected

  51    /*Replace this text with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/

  52    define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart&trade; E-Commerce Solution.');
  53  } elseif ($category_depth == 'nested') {
  54    // This section deals with displaying a subcategory

  55    /*Replace this line with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/

  56    define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart&trade; E-Commerce Solution.'); 
  57  }
  58  ?>


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