ZenCart_Documentation  1.5.0
http://www.collinsharper.com
C:/xampp/htdocs/zen-cart/admin/includes/languages/english/orders_status.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: orders_status.php 1105 2005-04-04 22:05:35Z birdbrain $
00021 //
00022 
00023 define('HEADING_TITLE', 'Orders Status');
00024 
00025 define('TABLE_HEADING_ORDERS_STATUS', 'Orders Status');
00026 define('TABLE_HEADING_ACTION', 'Action');
00027 
00028 define('TEXT_INFO_EDIT_INTRO', 'Please make any necessary changes');
00029 define('TEXT_INFO_ORDERS_STATUS_NAME', 'Orders Status:');
00030 define('TEXT_INFO_INSERT_INTRO', 'Please enter the new orders status with its related data');
00031 define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this order status?');
00032 define('TEXT_INFO_HEADING_NEW_ORDERS_STATUS', 'New Orders Status');
00033 define('TEXT_INFO_HEADING_EDIT_ORDERS_STATUS', 'Edit Orders Status');
00034 define('TEXT_INFO_HEADING_DELETE_ORDERS_STATUS', 'Delete Orders Status');
00035 
00036 define('ERROR_REMOVE_DEFAULT_ORDER_STATUS', 'Error: The default order status can not be removed. Please set another order status as default, and try again.');
00037 define('ERROR_STATUS_USED_IN_ORDERS', 'Error: This order status is currently used in orders.');
00038 define('ERROR_STATUS_USED_IN_HISTORY', 'Error: This order status is currently used in the order status history.');
00039 ?>
 All Data Structures Namespaces Files Functions Variables Enumerations