[ Index ]
 

Code source de osCommerce 2.2ms2-060817

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/catalog/includes/languages/english/ -> index.php (source)

   1  <?php
   2  /*
   3    $Id: index.php,v 1.1 2003/06/11 17:38:00 hpdl Exp $
   4  
   5    osCommerce, Open Source E-Commerce Solutions
   6    http://www.oscommerce.com
   7  
   8    Copyright (c) 2003 osCommerce
   9  
  10    Released under the GNU General Public License
  11  */
  12  
  13  define('TEXT_MAIN', 'This is a default setup of the osCommerce project, products shown are for demonstrational purposes, <b>any products purchased will not be delivered nor will the customer be billed</b>. Any information seen on these products is to be treated as fictional.<br><br><table border="0" width="100%" cellspacing="5" cellpadding="2"><tr><td class="main" valign="top">' . tep_image(DIR_WS_IMAGES . 'default/1.gif') . '</td><td class="main" valign="top"><b>Error Messages</b><br><br>If there are any error or warning messages shown above, please correct them first before proceeding.<br><br>Error messages are displayed at the very top of the page with a complete <span class="messageStackError">background</span> color.<br><br>Several checks are performed to ensure a healthy setup of your online store - these checks can be disabled by editing the appropriate parameters at the bottom of the includes/application_top.php file.</td></tr><td class="main" valign="top">' . tep_image(DIR_WS_IMAGES . 'default/2.gif') . '</td><td class="main" valign="top"><b>Editing Page Texts</b><br><br>The text shown here can be modified in the following file, on each language basis:<br><br><nobr class="messageStackSuccess">[path to catalog]/includes/languages/' . $language . '/' . FILENAME_DEFAULT . '</nobr><br><br>That file can be edited manually, or via the Administration Tool with the <nobr class="messageStackSuccess">Languages->' . ucfirst($language) . '->Define</nobr> or <nobr class="messageStackSuccess">Tools->File Manager</nobr> modules.<br><br>The text is set in the following manner:<br><br><nobr>define(\'TEXT_MAIN\', \'<span class="messageStackSuccess">This is a default setup of the osCommerce project...</span>\');</nobr><br><br>The text highlighted in green may be modified - it is important to keep the define() of the TEXT_MAIN keyword. To remove the text for TEXT_MAIN completely, the following example is used where only two single quote characters exist:<br><br><nobr>define(\'TEXT_MAIN\', \'\');</nobr><br><br>More information concerning the PHP define() function can be read <a href="http://www.php.net/define" target="_blank"><u>here</u></a>.</td></tr><tr><td class="main" valign="top">' . tep_image(DIR_WS_IMAGES . 'default/3.gif') . '</td><td class="main" valign="top"><b>Securing The Administration Tool</b><br><br>It is important to secure the Administration Tool as there is currently no security implementation available.</td></tr><tr><td class="main" valign="top">' . tep_image(DIR_WS_IMAGES . 'default/4.gif') . '</td><td class="main" valign="top"><b>Online Documentation</b><br><br>Online documentation can be read at the <a href="http://www.oscommerce.info" target="_blank"><u>osCommerce Knowledge Base</u></a> site.<br><br>Community support is available at the <a href="http://forums.oscommerce.com" target="_blank"><u>osCommerce Community Support Forums</u></a> site.</td></tr></table><br>If you wish to download the solution powering this shop, or if you wish to contribute to the osCommerce project, please visit the <a href="http://www.oscommerce.com" target="_blank"><u>support site of osCommerce</u></a>. This shop is running on osCommerce version <font color="#f0000"><b>' . PROJECT_VERSION . '</b></font>.');
  14  define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');
  15  define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products');
  16  define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected');
  17  
  18  if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) {
  19    define('HEADING_TITLE', 'Let\'s See What We Have Here');
  20    define('TABLE_HEADING_IMAGE', '');
  21    define('TABLE_HEADING_MODEL', 'Model');
  22    define('TABLE_HEADING_PRODUCTS', 'Product Name');
  23    define('TABLE_HEADING_MANUFACTURER', 'Manufacturer');
  24    define('TABLE_HEADING_QUANTITY', 'Quantity');
  25    define('TABLE_HEADING_PRICE', 'Price');
  26    define('TABLE_HEADING_WEIGHT', 'Weight');
  27    define('TABLE_HEADING_BUY_NOW', 'Buy Now');
  28    define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.');
  29    define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.');
  30    define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: ');
  31    define('TEXT_SHOW', '<b>Show:</b>');
  32    define('TEXT_BUY', 'Buy 1 \'');
  33    define('TEXT_NOW', '\' now');
  34    define('TEXT_ALL_CATEGORIES', 'All Categories');
  35    define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');
  36  } elseif ($category_depth == 'top') {
  37    define('HEADING_TITLE', 'What\'s New Here?');
  38  } elseif ($category_depth == 'nested') {
  39    define('HEADING_TITLE', 'Categories');
  40  }
  41  ?>


Généré le : Mon Nov 26 19:48:25 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics