[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: ot_coupon.php 3 2006-05-27 04:59:07Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2006 osCMax2005 osCMax, 2002 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('MODULE_ORDER_TOTAL_COUPON_TITLE', 'Gutscheine'); 14 define('MODULE_ORDER_TOTAL_COUPON_HEADER', 'Gutscheine / Gutschriften'); 15 define('MODULE_ORDER_TOTAL_COUPON_DESCRIPTION', 'Gutschein'); 16 define('SHIPPING_NOT_INCLUDED', ' [Versand nicht enthalten]'); 17 define('TAX_NOT_INCLUDED', ' [MwSt. nicht enthalten]'); 18 define('MODULE_ORDER_TOTAL_COUPON_USER_PROMPT', ''); 19 define('ERROR_NO_INVALID_REDEEM_COUPON', 'Ungültiger Gutscheincode'); 20 define('ERROR_REDEEMED_AMOUNT_ZERO', 'a valid coupon number. HOWEVER: No reduction will be applied, please see the coupon restrictions that was sent within your offer email**'); 21 define('ERROR_INVALID_STARTDATE_COUPON', 'Dieser Gutschein ist noch nicht verfügbar'); 22 define('ERROR_INVALID_FINISDATE_COUPON', 'Dieser Gutschein ist nicht mehr gültig'); 23 define('ERROR_INVALID_USES_COUPON', 'Dieser Gutschein kann nur '); 24 define('TIMES', ' mal benutzt werden.'); 25 define('ERROR_INVALID_USES_USER_COUPON', 'Die maximale Nutzung dieses Gutscheines wurde erreicht.'); 26 define('REDEEMED_COUPON', 'ein Gutschein über '); 27 define('REDEEMED_MIN_ORDER', 'für Waren über '); 28 define('REDEEMED_RESTRICTIONS', ' [Produktbeschränkungen]'); 29 define('TEXT_ENTER_COUPON_CODE', 'Geben Sie bitte hier Ihren Gutscheincode ein '); 30 define('MODULE_ORDER_TOTAL_COUPON_TEXT_ERROR', 'Redeemed Coupon'); 31 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |