ZenCart_Documentation  1.5.0
http://www.collinsharper.com
C:/xampp/htdocs/zen-cart/admin/includes/languages/english/gv_mail.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: gv_mail.php 1105 2005-04-04 22:05:35Z birdbrain $
00021 //
00022 
00023 define('HEADING_TITLE', 'Send ' . TEXT_GV_NAME . ' To Customers');
00024 
00025 define('TEXT_CUSTOMER', 'Customer:');
00026 define('TEXT_SUBJECT', 'Subject:');
00027 define('TEXT_FROM', 'From:');
00028 define('TEXT_TO', 'Email To:');
00029 define('TEXT_AMOUNT', 'Amount');
00030 define('TEXT_MESSAGE', 'Text-Only <br />Message:');
00031 define('TEXT_RICH_TEXT_MESSAGE', 'Rich Text <br />Message:');
00032 define('TEXT_SINGLE_EMAIL', '<span class="smallText">Use this for sending single emails, otherwise use dropdown above</span>');
00033 define('TEXT_SELECT_CUSTOMER', 'Select Customer');
00034 define('TEXT_ALL_CUSTOMERS', 'All Customers');
00035 define('TEXT_NEWSLETTER_CUSTOMERS', 'To All Newsletter Subscribers');
00036 
00037 define('NOTICE_EMAIL_SENT_TO', 'Notice: Email sent to: %s');
00038 define('ERROR_NO_CUSTOMER_SELECTED', 'Error: No customer has been selected.');
00039 define('ERROR_NO_AMOUNT_SELECTED', 'Error: No amount has been selected.');
00040 define('ERROR_NO_SUBJECT', 'Error: No subject has been entered.');
00041 define('ERROR_GV_AMOUNT', 'Please define Amount as a Value without symbols. Example: 25.00');
00042 
00043 define('TEXT_GV_ANNOUNCE','<font color="#0000ff">We\'re pleased to offer you a ' . TEXT_GV_NAME . '</font>');
00044 define('TEXT_GV_WORTH', 'The ' . TEXT_GV_NAME . ' is worth ');
00045 define('TEXT_TO_REDEEM', 'To redeem this ' . TEXT_GV_NAME . ', please click on the link below. Please also write down the ' . TEXT_GV_REDEEM);
00046 define('TEXT_WHICH_IS', ' which is');
00047 define('TEXT_IN_CASE', ' in case you have any problems.');
00048 define('TEXT_OR_VISIT', 'or visit ');
00049 define('TEXT_ENTER_CODE', ' and enter the code during the checkout process');
00050 define('TEXT_CLICK_TO_REDEEM','Click here to redeem');
00051 
00052 define ('TEXT_REDEEM_COUPON_MESSAGE_HEADER', 'You recently purchased a  ' . TEXT_GV_NAME . ' from our site, for security reasons, the amount of the  ' . TEXT_GV_NAME . ' was not immediately credited to you. The shop owner has now released this amount.');
00053 define ('TEXT_REDEEM_COUPON_MESSAGE_AMOUNT', "\n\n" . 'The value of the  ' . TEXT_GV_NAME . ' was %s');
00054 define ('TEXT_REDEEM_COUPON_MESSAGE_BODY', "\n\n" . 'You can now visit our site, login and send the  ' . TEXT_GV_NAME . ' amount to anyone you want.');
00055 define ('TEXT_REDEEM_COUPON_MESSAGE_FOOTER', "\n\n");
00056 
00057 ?>
 All Data Structures Namespaces Files Functions Variables Enumerations