[ 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/ -> developers_tool_kit.php (source)

   1  <?php
   2  //

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

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

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

   6  // | Copyright (c) 2004 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: developers_tool_kit.php 1105 2005-04-04 22:05:35Z birdbrain $

  21  //

  22    define('HEADING_TITLE', 'Developers Tool Kit');
  23    define('TABLE_CONFIGURATION_TABLE', 'Lookup CONSTANT Definitions');
  24  
  25    define('SUCCESS_PRODUCT_UPDATE_PRODUCTS_PRICE_SORTER', '<strong>Successful</strong> update for Products Price Sorter Values');
  26  
  27    define('ERROR_CONFIGURATION_KEY_NOT_FOUND', '<strong>Error:</strong> No matching Configuration Keys were found ...');
  28    define('ERROR_CONFIGURATION_KEY_NOT_ENTERED', '<strong>Error:</strong> No Configuration Key or Text was entered to search for ... Search was terminated');
  29  
  30    define('TEXT_INFO_PRODUCTS_PRICE_SORTER_UPDATE', '<strong>Update ALL Products Price Sorter</strong><br />to be able to sort by displayed prices: ');
  31  
  32    define('TEXT_CONFIGURATION_CONSTANT', '<strong>Look-up CONSTANT or Language File defines</strong>');
  33    define('TEXT_CONFIGURATION_KEY', 'Key or Name:');
  34    define('TEXT_INFO_CONFIGURATION_UPDATE', '<strong>NOTE:</strong> CONSTANTS are written in uppercase.<br />Language file, functions, classes, etc. lookups are performed when nothing has been found in the database tables, if selected in dropdown');
  35  
  36    define('TABLE_TITLE_KEY', '<strong>Key:</strong>');
  37    define('TABLE_TITLE_TITLE', '<strong>Title:</strong>');
  38    define('TABLE_TITLE_DESCRIPTION', '<strong>Description:</strong>');
  39    define('TABLE_TITLE_GROUP', '<strong>Group:</strong>');
  40    define('TABLE_TITLE_VALUE', '<strong>Value:</strong>');
  41  
  42    define('TEXT_LOOKUP_NONE', 'None');
  43    define('TEXT_INFO_SEARCHING', 'Searching ');
  44    define('TEXT_INFO_FILES_FOR', ' files ... for: ');
  45    define('TEXT_INFO_MATCHES_FOUND', 'Match Lines found: ');
  46  
  47    define('TEXT_LANGUAGE_LOOKUPS', 'Language File Look-ups:');
  48    define('TEXT_LANGUAGE_LOOKUP_CURRENT_LANGUAGE', 'All Language Files for ' . strtoupper($_SESSION['language']) . ' - Catalog/Admin');
  49    define('TEXT_LANGUAGE_LOOKUP_CURRENT_CATALOG', 'All Main Language files - Catalog (' . DIR_WS_CATALOG . DIR_WS_LANGUAGES . 'english.php /espanol.php etc.)');
  50    define('TEXT_LANGUAGE_LOOKUP_CURRENT_CATALOG_TEMPLATE', 'All Current Selected Language Files - ' . DIR_WS_CATALOG . DIR_WS_LANGUAGES . $_SESSION['language'] . '/*.php');

  51    define('TEXT_LANGUAGE_LOOKUP_CURRENT_ADMIN', 'All Main Language files - Admin (' . DIR_WS_ADMIN . DIR_WS_LANGUAGES . 'english.php /espanol.php etc.)');

  52    define('TEXT_LANGUAGE_LOOKUP_CURRENT_ADMIN_LANGUAGE', 'All Current Selected Language Files - Admin (' . DIR_WS_ADMIN . DIR_WS_LANGUAGES . $_SESSION['language'] . '/*.php)');

  53    define('TEXT_LANGUAGE_LOOKUP_CURRENT_ALL', 'All Current Selected Language files - Catalog/Admin');

  54  

  55    define('TEXT_FUNCTION_CONSTANT', '<strong>Look-up Functions or things in Function files</strong>');

  56    define('TEXT_FUNCTION_LOOKUPS', 'Function File Look-ups:');

  57    define('TEXT_FUNCTION_LOOKUP_CURRENT', 'All Function files - Catalog/Admin');

  58    define('TEXT_FUNCTION_LOOKUP_CURRENT_CATALOG', 'All Functions files - Catalog');

  59    define('TEXT_FUNCTION_LOOKUP_CURRENT_ADMIN', 'All Functions files - Admin');

  60  

  61    define('TEXT_CLASS_CONSTANT', '<strong>Look-up Classes or things in Classes files</strong>');

  62    define('TEXT_CLASS_LOOKUPS', 'Classes File Look-ups:');

  63    define('TEXT_CLASS_LOOKUP_CURRENT', 'All Classes files - Catalog/Admin');

  64    define('TEXT_CLASS_LOOKUP_CURRENT_CATALOG', 'All Classes files - Catalog');

  65    define('TEXT_CLASS_LOOKUP_CURRENT_ADMIN', 'All Classes files - Admin');

  66  

  67    define('TEXT_TEMPLATE_CONSTANT', '<strong>Look-up Template things</strong>');

  68    define('TEXT_TEMPLATE_LOOKUPS', 'Template File Look-ups:');

  69    define('TEXT_TEMPLATE_LOOKUP_CURRENT', 'All Template files - /templates sideboxes /pages etc.');

  70    define('TEXT_TEMPLATE_LOOKUP_CURRENT_TEMPLATES', 'All Template files - /templates');

  71    define('TEXT_TEMPLATE_LOOKUP_CURRENT_SIDEBOXES', 'All Template files - /sideboxes');

  72    define('TEXT_TEMPLATE_LOOKUP_CURRENT_PAGES', 'All Template files - /pages');

  73  

  74    define('TEXT_ALL_FILES_CONSTANT', '<strong>Look-up in all files</strong>');

  75    define('TEXT_ALL_FILES_LOOKUPS', 'All Files Look-ups:');

  76    define('TEXT_ALL_FILES_LOOKUP_CURRENT', 'All Files - Catalog/Admin');

  77    define('TEXT_ALL_FILES_LOOKUP_CURRENT_CATALOG', 'All Files - Catalog');

  78    define('TEXT_ALL_FILES_LOOKUP_CURRENT_ADMIN', 'All Files - Admin');

  79  

  80    define('TEXT_INFO_NO_EDIT_AVAILABLE','No edit available');

  81    define('TEXT_INFO_CONFIGURATION_HIDDEN', ' or, HIDDEN');

  82  ?>


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