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:54:23 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.2 2003/05/15 23:04:32 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'] = 'Rabatt Coupon Hilfe';
|
|
$aLang['text_close_window'] = 'Fenster schließen [x]';
|
|
$aLang['text_coupon_help_header'] = 'Herzlichen Glückwunsch, sie haben ein Rabatt Coupon eingelöst.';
|
|
$aLang['text_coupon_help_name'] = '<br /><br />Coupon Name : %s';
|
|
$aLang['text_coupon_help_fixed'] = '<br /><br />Mit diesem Coupon erhalten Sie %s Rabatt auf Ihre Bestellung';
|
|
$aLang['text_coupon_help_minorder'] = '<br /><br />Sie müssen %s ausgeben um den Coupon einzulösen';
|
|
$aLang['text_coupon_help_freeship'] = '<br /><br />Mit diesem Coupon bezahlen Sie keine Versandkosten bei dieser Bestellung';
|
|
$aLang['text_coupon_help_desc'] = '<br /><br />Coupon Beschreibung : %s';
|
|
$aLang['text_coupon_help_date'] = '<br /><br />Der Coupon ist gültig zwischen %s und %s';
|
|
$aLang['text_coupon_help_restrict'] = '<br /><br />Produkte/Kategorie Einschränkungen';
|
|
$aLang['text_coupon_help_categories'] = 'Kategorie';
|
|
$aLang['text_coupon_help_products'] = 'Produkt';
|
|
|