36 lines
1.7 KiB
PHP
36 lines
1.7 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: gv_popup_coupon_help.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
|
|
|
|
MyOOS [Shopsystem]
|
|
https://www.oos-shop.de
|
|
|
|
|
|
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
|
|
----------------------------------------------------------------------
|
|
Based on:
|
|
|
|
File: popup_coupon_help.php,v 1.1.2.4 2003/05/01 22:04:29 wilt
|
|
----------------------------------------------------------------------
|
|
osCommerce, Open Source E-Commerce Solutions
|
|
http://www.oscommerce.com
|
|
|
|
Copyright (c) 2003 osCommerce
|
|
----------------------------------------------------------------------
|
|
Released under the GNU General Public License
|
|
---------------------------------------------------------------------- */
|
|
|
|
$aLang['heading_coupon_help'] = 'Discount Coupon Help';
|
|
$aLang['text_close_window'] = 'Close Window [x]';
|
|
$aLang['text_coupon_help_header'] = 'Congratulations, you have redeemed a Discount Coupon.';
|
|
$aLang['text_coupon_help_name'] = '<br /><br />Coupon Name : %s';
|
|
$aLang['text_coupon_help_fixed'] = '<br /><br />The coupon is worth %s discount against your order';
|
|
$aLang['text_coupon_help_minorder'] = '<br /><br />You need to spend %s to use this coupon';
|
|
$aLang['text_coupon_help_freeship'] = '<br /><br />This coupon gives you free shipping on your order';
|
|
$aLang['text_coupon_help_desc'] = '<br /><br />Coupon Description : %s';
|
|
$aLang['text_coupon_help_date'] = '<br /><br />The coupon is valid between %s and %s';
|
|
$aLang['text_coupon_help_restrict'] = '<br /><br />Product/Category Restrictions';
|
|
$aLang['text_coupon_help_categories'] = 'Category';
|
|
$aLang['text_coupon_help_products'] = 'Product';
|
|
|