ZenCart_Documentation  1.5.0
http://www.collinsharper.com
C:/xampp/htdocs/zen-cart/admin/includes/languages/english/option_values.php
Go to the documentation of this file.
00001 <?php
00002 //
00003 // +----------------------------------------------------------------------+
00004 // |zen-cart Open Source E-commerce                                       |
00005 // +----------------------------------------------------------------------+
00006 // | Copyright (c) 2003 The zen-cart developers                           |
00007 // |                                                                      |
00008 // | http://www.zen-cart.com/index.php                                    |
00009 // |                                                                      |
00010 // | Portions Copyright (c) 2003 osCommerce                               |
00011 // +----------------------------------------------------------------------+
00012 // | This source file is subject to version 2.0 of the GPL license,       |
00013 // | that is bundled with this package in the file LICENSE, and is        |
00014 // | available through the world-wide-web at the following url:           |
00015 // | http://www.zen-cart.com/license/2_0.txt.                             |
00016 // | If you did not receive a copy of the zen-cart license and are unable |
00017 // | to obtain it through the world-wide-web, please send a note to       |
00018 // | [email protected] so we can mail you a copy immediately.          |
00019 // +----------------------------------------------------------------------+
00020 //  $Id: option_values.php 1105 2005-04-04 22:05:35Z birdbrain $
00021 //
00022   define('HEADING_TITLE', 'Option Values Default Sort Order');
00023   define('TEXT_UPDATE_OPTION_VALUES', 'Update Option Values Sort Order');
00024   define('TEXT_SELECT_OPTION','Select an Option Name:');
00025   define('TEXT_EDIT_OPTION_NAME', 'Editing Option Name: ');
00026   define('TEXT_NO_OPTION_VALUE','No Option Values Defined for<br />Option Name: ');
00027   define('TEXT_UPDATE_SUBMIT','Update Sort Order');
00028 
00029 // moved from english.php
00030   define('TEXT_UPDATE_SORT_ORDERS_OPTIONS_PRODUCTS','<strong>For a Product:</strong> ');
00031   define('TEXT_UPDATE_SORT_ORDERS_OPTIONS_CATEGORIES','<strong>For a Category:</strong> ');
00032   define('SUCCESS_PRODUCT_UPDATE_SORT','Successful Attribute Sort Order Update for ID# ');
00033   define('SUCCESS_PRODUCT_UPDATE_SORT_ALL','Successful Attribute Sort Order Update for ALL Products ');
00034   define('SUCCESS_OPTION_VALUES_SORT_ORDER','Successful Update of Option Values Sort Order: ');
00035   define('SUCCESS_CATEGORIES_UPDATE_SORT','Successful Attribute Sort Order Update for Categories ID# ');
00036 ?>
 All Data Structures Namespaces Files Functions Variables Enumerations