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

   1  <?php
   2  //

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

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

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

   6  // | Copyright (c) 2003 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: coupon_admin.php 4677 2006-10-04 19:33:39Z drbyte $

  21  //

  22  
  23  define('TOP_BAR_TITLE', 'Statistics');
  24  define('HEADING_TITLE', 'Discount Coupons');
  25  define('HEADING_TITLE_STATUS', 'Status : ');
  26  define('TEXT_CUSTOMER', 'Customer:');
  27  define('TEXT_COUPON', 'Coupon Name:');
  28  define('TEXT_COUPON_ALL', 'All Coupons');
  29  define('TEXT_COUPON_ACTIVE', 'Active Coupons');
  30  define('TEXT_COUPON_INACTIVE', 'Inactive Coupons');
  31  define('TEXT_SUBJECT', 'Subject:');
  32  define('TEXT_UNLIMITED', 'Unlimited');
  33  define('TEXT_FROM', 'From:');
  34  define('TEXT_FREE_SHIPPING', 'Free Shipping');
  35  define('TEXT_MESSAGE', 'Message:');
  36  define('TEXT_RICH_TEXT_MESSAGE','Rich-Text Message:');
  37  define('TEXT_SELECT_CUSTOMER', 'Select Customer');
  38  define('TEXT_ALL_CUSTOMERS', 'All Customers');
  39  define('TEXT_NEWSLETTER_CUSTOMERS', 'To All Newsletter Subscribers');
  40  define('TEXT_CONFIRM_DELETE', 'Are you sure you want to delete this Coupon?');
  41  define('TEXT_SEE_RESTRICT', 'Restrictions Apply');
  42  
  43  define('TEXT_COUPON_ANNOUNCE','We\'re pleased to offer you a Store Coupon');
  44  
  45  define('TEXT_TO_REDEEM', 'You can redeem this coupon during checkout. Just enter the code in the box provided, and click on the redeem button.');
  46  define('TEXT_IN_CASE', ' in case you have any problems. ');
  47  define('TEXT_VOUCHER_IS', 'The coupon code is ');
  48  define('TEXT_REMEMBER', 'Don\'t lose the coupon code, make sure to keep the code safe so you can benefit from this special offer.');
  49  define('TEXT_VISIT', 'Visit us at %s');
  50  define('TEXT_ENTER_CODE', ' and enter the code ');
  51  
  52  define('TABLE_HEADING_ACTION', 'Action');
  53  
  54  define('CUSTOMER_ID', 'Customer ID');
  55  define('CUSTOMER_NAME', 'Customer Name');
  56  define('REDEEM_DATE', 'Date Redeemed');
  57  define('IP_ADDRESS', 'IP Address');
  58  
  59  define('TEXT_REDEMPTIONS', 'Redemptions');
  60  define('TEXT_REDEMPTIONS_TOTAL', 'In Total');
  61  define('TEXT_REDEMPTIONS_CUSTOMER', 'For this Customer');
  62  define('TEXT_NO_FREE_SHIPPING', 'No Free Shipping');
  63  
  64  define('NOTICE_EMAIL_SENT_TO', 'Notice: Email sent to: %s');
  65  define('ERROR_NO_CUSTOMER_SELECTED', 'Error: No customer has been selected.');
  66  define('ERROR_NO_SUBJECT', 'Error: No subject has been entered.');
  67  
  68  define('COUPON_NAME', 'Coupon Name');
  69  //define('COUPON_VALUE', 'Coupon Value');

  70  define('COUPON_AMOUNT', 'Coupon Amount');
  71  define('COUPON_CODE', 'Coupon Code');
  72  define('COUPON_STARTDATE', 'Start Date');
  73  define('COUPON_FINISHDATE', 'End Date');
  74  define('COUPON_FREE_SHIP', 'Free Shipping');
  75  define('COUPON_DESC', 'Coupon Description <br />(Customer can see)');
  76  define('COUPON_MIN_ORDER', 'Coupon Minimum Order');
  77  define('COUPON_USES_COUPON', 'Uses per Coupon');
  78  define('COUPON_USES_USER', 'Uses per Customer');
  79  define('COUPON_PRODUCTS', 'Valid Product List');
  80  define('COUPON_CATEGORIES', 'Valid Categories List');
  81  define('VOUCHER_NUMBER_USED', 'Number Used');
  82  define('DATE_CREATED', 'Date Created');
  83  define('DATE_MODIFIED', 'Date Modified');
  84  define('TEXT_HEADING_NEW_COUPON', 'Create New Coupon');
  85  define('TEXT_NEW_INTRO', 'Please fill out the following information for the new coupon.<br />');
  86  define('COUPON_ZONE_RESTRICTION', 'Coupon Zone Restriction: ');
  87  define('TEXT_COUPON_ZONE_RESTRICTION', 'Coupon Zone Restriction are optional.');
  88  
  89  define('ERROR_NO_COUPON_AMOUNT', 'No coupon amount entered');
  90  define('ERROR_NO_COUPON_NAME', 'No coupon name entered ');
  91  define('ERROR_COUPON_EXISTS', 'A coupon with that code already exists');
  92  
  93  
  94  define('COUPON_NAME_HELP', 'A short name for the coupon');
  95  define('COUPON_AMOUNT_HELP', 'The value of the discount for the coupon, either fixed or add a % on the end for a percentage discount.');
  96  define('COUPON_CODE_HELP', 'You can enter your own code here, or leave blank for an auto generated one.');
  97  define('COUPON_STARTDATE_HELP', 'The date the coupon will be valid from');
  98  define('COUPON_FINISHDATE_HELP', 'The date the coupon expires');
  99  define('COUPON_FREE_SHIP_HELP', 'The coupon gives free shipping on an order. Note. This overrides the coupon_amount figure but respects the minimum order value');
 100  define('COUPON_DESC_HELP', 'A description of the coupon for the customer');
 101  define('COUPON_MIN_ORDER_HELP', 'The minimum order value before the coupon is valid');
 102  define('COUPON_USES_COUPON_HELP', 'The maximum number of times the coupon can be used, leave blank if you want no limit.');
 103  define('COUPON_USES_USER_HELP', 'Number of times a user can use the coupon, leave blank for no limit.');
 104  define('COUPON_PRODUCTS_HELP', 'A comma separated list of product_ids that this coupon can be used with. Leave blank for no restrictions.');
 105  define('COUPON_CATEGORIES_HELP', 'A comma separated list of cpaths that this coupon can be used with, leave blank for no restrictions.');
 106  define('COUPON_BUTTON_PREVIEW', 'Preview');
 107  define('COUPON_BUTTON_CONFIRM', 'Confirm');
 108  define('COUPON_BUTTON_BACK', 'Back');
 109  
 110  define('COUPON_ACTIVE', 'Status');
 111  define('COUPON_START_DATE', 'Starts');
 112  define('COUPON_EXPIRE_DATE', 'Expires');
 113  
 114  define('ERROR_DISCOUNT_COUPON_WELCOME', 'Discount Coupon CANNOT be deactivated. This Discount Coupon is the Welcome Discount Coupon<br /><br />Change the Welcome Discount Coupon before trying to delete it. See Admin->Configuration->GV Coupons');
 115  define('SUCCESS_COUPON_DISABLED', 'Success! Discount Coupon was set to Inactive ...');
 116  define('TEXT_COUPON_NEW', 'Use NEW Discount Coupon Code:');
 117  define('ERROR_DISCOUNT_COUPON_DUPLICATE', 'WARNING! Duplicate Coupon exists ... Copy cancelled for Coupon Code: ');
 118  define('TEXT_CONFIRM_COPY', 'Are you sure you want to Copy this Discount Coupon to another Discount Coupon?');
 119  define('SUCCESS_COUPON_DUPLICATE', 'Success! Discount Coupon was duplicated ...<br /><br />Be sure to check Coupon Name and Dates ...');
 120  ?>


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