PDF rausgenommen

This commit is contained in:
aschwarz
2023-01-23 11:03:31 +01:00
parent 82d562a322
commit a6523903eb
28078 changed files with 4247552 additions and 2 deletions

View File

@ -0,0 +1,48 @@
<?php
/* ----------------------------------------------------------------------
$Id: ot_cmembers.php,v 1.3 2007/06/14 16:16:10 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: ot_gv.php,v 1.0 2002/04/03 23:09:49 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 - 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_CMEMBERS_STATUS_TITLE', 'Display Total');
define('MODULE_CMEMBERS_STATUS_DESC', 'Do you want to enable the Order Discount?');
define('MODULE_CMEMBERS_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_CMEMBERS_SORT_ORDER_DESC', 'Sort order of display.');
define('MODULE_CMEMBERS_CART_COUNT_TITLE', 'Cart Count');
define('MODULE_CMEMBERS_CART_COUNT_DESC', 'Qty');
define('MODULE_CMEMBERS_OT_DISCOUNT_TITLE', 'Discount');
define('MODULE_CMEMBERS_OT_DISCOUNT_DESC', 'Discount');
define('MODULE_CMEMBERS_INC_SHIPPING_TITLE', 'Include Shipping');
define('MODULE_CMEMBERS_INC_SHIPPING_DESC', 'Include Shipping in calculation');
define('MODULE_CMEMBERS_INC_TAX_TITLE', 'Include Tax');
define('MODULE_CMEMBERS_INC_TAX_DESC', 'Include Tax in calculation');
define('MODULE_CMEMBERS_CALC_TAX_TITLE', 'Calculate Tax');
define('MODULE_CMEMBERS_CALC_TAX_DESC', 'Re-calculate Tax on discounted amount.');
$aLang['module_cmembers_title'] = 'Members Qty Discount';
$aLang['module_cmembers_description'] = 'Members Qty Discount';
$aLang['shipping_not_included'] = ' [Shipping not included]';
$aLang['tax_not_included'] = ' [Tax not included]';

View File

@ -0,0 +1,77 @@
<?php
/* ----------------------------------------------------------------------
$Id: ot_cod_fee.php,v 1.5 2007/10/29 18:21:06 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: ot_cod_fee.php,v 1.01 2003/02/24 06:05:00 harley_vb
----------------------------------------------------------------------
Copyright (C) 2001 - 2003 TheMedia, Dipl.-Ing Thomas Pl<50>kers
http://www.themedia.at & http://www.oscommerce.at
All rights reserved.
This program is free software licensed under the GNU General Public License (GPL).
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
If you made a translation, please send to
lang@oos-shop.de
the translated file.
---------------------------------------------------------------------- */
define('MODULE_ORDER_TOTAL_COD_STATUS_TITLE', 'Display COD');
define('MODULE_ORDER_TOTAL_COD_STATUS_DESC', 'Do you want this module to display?');
define('MODULE_ORDER_TOTAL_COD_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_ORDER_TOTAL_COD_SORT_ORDER_DESC', 'Sort order of display.');
define('MODULE_ORDER_TOTAL_COD_FEE_FLAT_TITLE', 'COD Fee for FLAT');
define('MODULE_ORDER_TOTAL_COD_FEE_FLAT_DESC', 'FLAT: &lt;Country code&gt;:&lt;COD price&gt;, .... 00 as country code applies for all countries. If country code is 00, it must be the last statement. If no 00:9.99 appears, COD shipping in foreign countries is not calculated (not possible)');
define('MODULE_ORDER_TOTAL_COD_FEE_ITEM_TITLE', 'COD Fee for ITEM');
define('MODULE_ORDER_TOTAL_COD_FEE_ITEM_DESC', 'ITEM: &lt;Country code&gt;:&lt;COD price&gt;, .... 00 as country code applies for all countries. If country code is 00, it must be the last statement. If no 00:9.99 appears, COD shipping in foreign countries is not calculated (not possible)');
define('MODULE_ORDER_TOTAL_COD_FEE_TABLE_TITLE', 'COD Fee for TABLE');
define('MODULE_ORDER_TOTAL_COD_FEE_TABLE_DESC', 'TABLE: &lt;Country code&gt;:&lt;COD price&gt;, .... 00 as country code applies for all countries. If country code is 00, it must be the last statement. If no 00:9.99 appears, COD shipping in foreign countries is not calculated (not possible)');
define('MODULE_ORDER_TOTAL_COD_FEE_ZONES_TITLE', 'COD Fee for ZONES');
define('MODULE_ORDER_TOTAL_COD_FEE_ZONES_DESC', 'ZONES: &lt;Country code&gt;:&lt;COD price&gt;, .... 00 as country code applies for all countries. If country code is 00, it must be the last statement. If no 00:9.99 appears, COD shipping in foreign countries is not calculated (not possible)');
define('MODULE_ORDER_TOTAL_COD_FEE_AP_TITLE', 'COD Fee for Austrian Post');
define('MODULE_ORDER_TOTAL_COD_FEE_AP_DESC', 'Austrian Post: &lt;Country code&gt;:&lt;COD price&gt;, .... 00 as country code applies for all countries. If country code is 00, it must be the last statement. If no 00:9.99 appears, COD shipping in foreign countries is not calculated (not possible)');
define('MODULE_ORDER_TOTAL_COD_FEE_CHP_TITLE', 'The Swiss Post');
define('MODULE_ORDER_TOTAL_COD_FEE_CHP_DESC', 'Swiss Post: &lt;Country code&gt;:&lt;COD price&gt;, .... 00 as country code applies for all countries. If country code is 00, it must be the last statement. If no 00:9.99 appears, COD shipping in foreign countries is not calculated (not possible)');
define('MODULE_ORDER_TOTAL_COD_FEE_DP_TITLE', 'COD Fee for German Post');
define('MODULE_ORDER_TOTAL_COD_FEE_DP_DESC', 'German Post: &lt;Country code&gt;:&lt;COD price&gt;, .... 00 as country code applies for all countries. If country code is 00, it must be the last statement. If no 00:9.99 appears, COD shipping in foreign countries is not calculated (not possible)');
define('MODULE_ORDER_TOTAL_COD_TAX_CLASS_TITLE', 'Tax Class');
define('MODULE_ORDER_TOTAL_COD_TAX_CLASS_DESC', 'Use the following tax class on the COD fee.');
$aLang['module_order_total_cod_title'] = 'Cash on Delivery Fee';
$aLang['module_order_total_cod_description'] = 'Cash on Delivery Fee';

View File

@ -0,0 +1,57 @@
<?php
/* ----------------------------------------------------------------------
$Id: ot_coupon.php,v 1.3 2007/06/14 16:16:10 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: ot_coupon.php,v 1.1.2.5 2003/05/14 22:52:59 wilt
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_ORDER_TOTAL_COUPON_STATUS_TITLE', 'Display Total');
define('MODULE_ORDER_TOTAL_COUPON_STATUS_DESC', 'Do you want to display the Discount Coupon value?');
define('MODULE_ORDER_TOTAL_COUPON_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_ORDER_TOTAL_COUPON_SORT_ORDER_DESC', 'Sort order of display.');
define('MODULE_ORDER_TOTAL_COUPON_INC_SHIPPING_TITLE', 'Include Shipping');
define('MODULE_ORDER_TOTAL_COUPON_INC_SHIPPING_DESC', 'Include Shipping in calculation');
define('MODULE_ORDER_TOTAL_COUPON_INC_TAX_TITLE', 'Include Tax');
define('MODULE_ORDER_TOTAL_COUPON_INC_TAX_DESC', 'Include Tax in calculation.');
define('MODULE_ORDER_TOTAL_COUPON_CALC_TAX_TITLE', 'Re-calculate Tax');
define('MODULE_ORDER_TOTAL_COUPON_CALC_TAX_DESC', 'Re-Calculate Tax');
define('MODULE_ORDER_TOTAL_COUPON_TAX_CLASS_TITLE', 'Tax Class');
define('MODULE_ORDER_TOTAL_COUPON_TAX_CLASS_DESC', 'Use the following tax class when treating Discount Coupon as Credit Note.');
$aLang['module_order_total_coupon_title'] = 'Discount Coupons';
$aLang['module_order_total_coupon_header'] = 'Gift Vouchers/Discount Coupons';
$aLang['module_order_total_coupon_description'] = 'Discount Coupon';
$aLang['shipping_not_included'] = ' [Shipping not included]';
$aLang['tax_not_included'] = ' [Tax not included]';
$aLang['module_order_total_coupon_user_prompt'] = '';
$aLang['error_no_invalid_redeem_coupon'] = 'Invalid Coupon Code';
$aLang['error_invalid_startdate_coupon'] = 'This coupon is not available yet';
$aLang['error_invalid_finisdate_coupon'] = 'This coupon has expired';
$aLang['error_invalid_uses_coupon'] = 'This coupon could only be used ';
$aLang['times'] = ' times.';
$aLang['error_invalid_uses_user_coupon'] = 'You have used the coupon the maximum number of times allowed per customer.';
$aLang['redeemed_coupon'] = 'a coupon worth ';
$aLang['redeemed_min_order'] = 'on orders over ';
$aLang['redeemed_restrictions'] = ' [Product-Category restrictions apply]';
$aLang['text_enter_coupon_code'] = 'Enter Redeem Code&nbsp;&nbsp;';

View File

@ -0,0 +1,55 @@
<?php
/* ----------------------------------------------------------------------
$Id: ot_gv.php,v 1.3 2007/06/14 16:16:10 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: ot_gv.php,v 1.2.2.4 2003/05/14 22:52:59 wilt
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_ORDER_TOTAL_GV_STATUS_TITLE', 'Display Total');
define('MODULE_ORDER_TOTAL_GV_STATUS_DESC', 'Do you want to display the Gift Voucher value?');
define('MODULE_ORDER_TOTAL_GV_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_ORDER_TOTAL_GV_SORT_ORDER_DESC', 'Sort order of display.');
define('MODULE_ORDER_TOTAL_GV_QUEUE_TITLE', 'Queue Purchases');
define('MODULE_ORDER_TOTAL_GV_QUEUE_DESC', 'Do you want to queue purchases of the Gift Voucher?');
define('MODULE_ORDER_TOTAL_GV_INC_SHIPPING_TITLE', 'Include Shipping');
define('MODULE_ORDER_TOTAL_GV_INC_SHIPPING_DESC', 'Include Shipping in calculation');
define('MODULE_ORDER_TOTAL_GV_INC_TAX_TITLE', 'Include Tax');
define('MODULE_ORDER_TOTAL_GV_INC_TAX_DESC', 'Include Tax in calculation.');
define('MODULE_ORDER_TOTAL_GV_CALC_TAX_TITLE', 'Re-calculate Tax');
define('MODULE_ORDER_TOTAL_GV_CALC_TAX_DESC', 'Re-Calculate Tax');
define('MODULE_ORDER_TOTAL_GV_TAX_CLASS_TITLE', 'Tax Class');
define('MODULE_ORDER_TOTAL_GV_TAX_CLASS_DESC', 'Use the following tax class when treating Gift Voucher as Credit Note.');
define('MODULE_ORDER_TOTAL_GV_CREDIT_TAX_TITLE', 'Credit including Tax');
define('MODULE_ORDER_TOTAL_GV_CREDIT_TAX_DESC', 'Add tax to purchased Gift Voucher when crediting to Account');
$aLang['module_order_total_gv_title'] = 'Gift Vouchers';
$aLang['module_order_total_gv_header'] = 'Gift Vouchers/Discount Coupons';
$aLang['module_order_total_gv_description'] = 'Gift Vouchers';
$aLang['shipping_not_included'] = ' [Shipping not included]';
$aLang['tax_not_included'] = ' [Tax not included]';
$aLang['module_order_total_gv_user_prompt'] = 'Tick to use Gift Voucher account balance ->&nbsp;';
$aLang['text_enter_gv_code'] = 'Enter Redeem Code&nbsp;&nbsp;';

View File

@ -0,0 +1,47 @@
<?php
/* ----------------------------------------------------------------------
$Id: ot_loworderfee.php,v 1.3 2007/06/14 16:16:10 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: ot_loworderfee.php,v 1.1 2002/04/08 22:12:08 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_ORDER_TOTAL_LOWORDERFEE_STATUS_TITLE', 'Display Low Order Fee');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_STATUS_DESC', 'Do you want to display the low order fee?');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_SORT_ORDER_DESC', 'Sort order of display.');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_LOW_ORDER_FEE_TITLE', 'Allow Low Order Fee');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_LOW_ORDER_FEE_DESC', 'Do you want to allow low order fees?');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_ORDER_UNDER_TITLE', 'Order Fee For Orders Under');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_ORDER_UNDER_DESC', 'Add the low order fee to orders under this amount.');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_FEE_TITLE', 'Order Fee');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_FEE_DESC', 'Low order fee.');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_DESTINATION_TITLE', 'Attach Low Order Fee On Orders Made');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_DESTINATION_DESC', 'Attach low order fee for orders sent to the set destination.');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_TAX_CLASS_TITLE', 'Tax Class');
define('MODULE_ORDER_TOTAL_LOWORDERFEE_TAX_CLASS_DESC', 'Use the following tax class on the low order fee.');
$aLang['module_order_total_loworderfee_title'] = 'Low Order Fee';
$aLang['module_order_total_loworderfee_description'] = 'Low Order Fee';

View File

@ -0,0 +1,32 @@
<?php
/* ----------------------------------------------------------------------
$Id: ot_netto.php,v 1.3 2007/06/14 16:16:10 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: ot_netto.php,v 1.0.0.0 2004/03/07 19:30:00 Stephan Hilchenbach
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_ORDER_TOTAL_NETTO_STATUS_TITLE', 'Display net');
define('MODULE_ORDER_TOTAL_NETTO_STATUS_DESC', 'Do you want to display the net amount?');
define('MODULE_ORDER_TOTAL_NETTO_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_ORDER_TOTAL_NETTO_SORT_ORDER_DESC', 'Sort order of display.');
$aLang['module_order_total_netto_title'] = 'net';
$aLang['module_order_total_netto_description'] = 'net amount';

View File

@ -0,0 +1,43 @@
<?php
/* ----------------------------------------------------------------------
$Id: ot_shipping.php,v 1.3 2007/06/14 16:16:10 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: ot_shipping.php,v 1.2 2003/02/05 22:34:45 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_ORDER_TOTAL_SHIPPING_STATUS_TITLE', 'Display Shipping');
define('MODULE_ORDER_TOTAL_SHIPPING_STATUS_DESC', 'Do you want to display the order shipping cost?');
define('MODULE_ORDER_TOTAL_SHIPPING_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_ORDER_TOTAL_SHIPPING_SORT_ORDER_DESC', 'Sort order of display.');
define('MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_TITLE', 'Allow Free Shipping');
define('MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_DESC', 'Do you want to allow free shipping?');
define('MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER_TITLE', 'Free Shipping For Orders Over');
define('MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER_DESC', 'Provide free shipping for orders over the set amount.');
define('MODULE_ORDER_TOTAL_SHIPPING_DESTINATION_TITLE', 'Provide Free Shipping For Orders Made');
define('MODULE_ORDER_TOTAL_SHIPPING_DESTINATION_DESC', 'Provide free shipping for orders sent to the set destination.');
$aLang['module_order_total_shipping_title'] = 'Shipping';
$aLang['module_order_total_shipping_description'] = 'Order Shipping Cost';
$aLang['free_shipping_title'] = 'Free Shipping';
$aLang['free_shipping_description'] = 'Free shipping for orders over %s';

View File

@ -0,0 +1,31 @@
<?php
/* ----------------------------------------------------------------------
$Id: ot_subtotal.php,v 1.3 2007/06/14 16:16:10 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: ot_subtotal.php,v 1.1 2002/04/03 23:09:49 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_ORDER_TOTAL_SUBTOTAL_STATUS_TITLE', 'Display net');
define('MODULE_ORDER_TOTAL_SUBTOTAL_STATUS_DESC', 'Do you want to display the order sub-total cost?');
define('MODULE_ORDER_TOTAL_SUBTOTAL_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_ORDER_TOTAL_SUBTOTAL_SORT_ORDER_DESC', 'Sort order of display.');
$aLang['module_order_total_subtotal_title'] = 'Sub-Total';
$aLang['module_order_total_subtotal_description'] = 'Order Sub-Total';

View File

@ -0,0 +1,34 @@
<?php
/* ----------------------------------------------------------------------
$Id: ot_tax.php,v 1.3 2007/06/14 16:16:10 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: ot_tax.php,v 1.1 2002/04/03 23:09:49 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_ORDER_TOTAL_TAX_STATUS_TITLE', 'Display Tax');
define('MODULE_ORDER_TOTAL_TAX_STATUS_DESC', 'Do you want to display the order tax value?');
define('MODULE_ORDER_TOTAL_TAX_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_ORDER_TOTAL_TAX_SORT_ORDER_DESC', 'Sort order of display.');
$aLang['module_order_total_tax_title'] = 'Tax';
$aLang['module_order_total_tax_description'] = 'Order Tax';
$aLang['module_order_total_included_tax'] = 'inc ';
$aLang['module_order_total_ex_tax'] = '+ ';

View File

@ -0,0 +1,32 @@
<?php
/* ----------------------------------------------------------------------
$Id: ot_total.php,v 1.3 2007/06/14 16:16:10 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: ot_total.php,v 1.1 2002/04/03 23:09:49 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_ORDER_TOTAL_TOTAL_STATUS_TITLE', 'Display Total');
define('MODULE_ORDER_TOTAL_TOTAL_STATUS_DESC', 'Do you want to display the total order value?');
define('MODULE_ORDER_TOTAL_TOTAL_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_ORDER_TOTAL_TOTAL_SORT_ORDER_DESC', 'Sort order of display.');
$aLang['module_order_total_total_title'] = 'Total';
$aLang['module_order_total_total_description'] = 'Order Total';

View File

@ -0,0 +1,42 @@
<?php
/* ----------------------------------------------------------------------
$Id: ot_xmembers.php,v 1.3 2007/06/14 16:16:10 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: ot_gv.php,v 1.0 2002/04/03 23:09:49 hpdl
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 - 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('MODULE_XMEMBERS_STATUS_TITLE', 'Display Total');
define('MODULE_XMEMBERS_STATUS_DESC', 'Do you want to enable the Order Discount?');
define('MODULE_XMEMBERS_SORT_ORDER_TITLE', 'Sort Order');
define('MODULE_XMEMBERS_SORT_ORDER_DESC', 'Sort order of display.');
define('MODULE_XMEMBERS_INC_SHIPPING_TITLE', 'Include Shipping');
define('MODULE_XMEMBERS_INC_SHIPPING_DESC', 'Include Shipping in calculation');
define('MODULE_XMEMBERS_INC_TAX_TITLE', 'Include Tax');
define('MODULE_XMEMBERS_INC_TAX_DESC', 'Include Tax in calculation.');
define('MODULE_XMEMBERS_CALC_TAX_TITLE', 'Calculate Tax');
define('MODULE_XMEMBERS_CALC_TAX_DESC', 'Re-calculate Tax on discounted amount.');
$aLang['module_xmembers_title'] = 'Members Discount';
$aLang['module_xmembers_description'] = 'Members Discount';
$aLang['shipping_not_included'] = ' [Shipping not included]';
$aLang['tax_not_included'] = ' [Tax not included]';