|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
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: gv_queue.php 1105 2005-04-04 22:05:35Z birdbrain $ 00021 // 00022 00023 define('HEADING_TITLE', TEXT_GV_NAME . ' Release Queue'); 00024 00025 define('TABLE_HEADING_CUSTOMERS', 'Customers'); 00026 define('TABLE_HEADING_ORDERS_ID', 'Order-No.'); 00027 define('TABLE_HEADING_VOUCHER_VALUE', TEXT_GV_NAME . ' Value'); 00028 define('TABLE_HEADING_DATE_PURCHASED', 'Date Purchased'); 00029 define('TABLE_HEADING_ACTION', 'Action'); 00030 00031 define('TEXT_REDEEM_GV_MESSAGE_HEADER', 'You recently purchased a ' . TEXT_GV_NAME . ' from our online store.'); 00032 define('TEXT_REDEEM_GV_MESSAGE_RELEASED', 'For security reasons this was not made immediately available to you. ' . 00033 'However, this amount has now been released. You may now visit our store and send the value of the ' . TEXT_GV_NAME . ' via email to someone else, or use it yourself.' . "\n\n" 00034 ); 00035 00036 define('TEXT_REDEEM_GV_MESSAGE_AMOUNT', 'The ' . TEXT_GV_NAME . '(s) you purchased are worth %s'); 00037 define('TEXT_REDEEM_GV_MESSAGE_THANKS', 'Thank you for shopping with us!'); 00038 00039 define('TEXT_REDEEM_GV_MESSAGE_BODY', ''); 00040 define('TEXT_REDEEM_GV_MESSAGE_FOOTER', ''); 00041 define('TEXT_REDEEM_GV_SUBJECT', TEXT_GV_NAME . ' Purchase'); 00042 define('TEXT_REDEEM_GV_SUBJECT_ORDER',' Order #'); 00043 00044 define('TEXT_EDIT_ORDER','Edit Order ID# '); 00045 define('TEXT_GV_NONE','No ' . TEXT_GV_NAME . ' to release'); 00046 ?>