2023-01-23 11:03:31 +01:00

60 lines
2.6 KiB
PHP

<?php
/* ----------------------------------------------------------------------
$Id: cash.php,v 1.3 2007/06/14 16:15:58 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: cash.php,v 1.01 2003/02/19 01:53:00 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 - 2003 osCommerce
----------------------------------------------------------------------
Copyright (C) 2001 - 2003 TheMedia, Dipl.-Ing Thomas Plänkers
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
---------------------------------------------------------------------- */
define('MODULE_PAYMENT_CASH_STATUS_TITLE', 'Barzahlung');
define('MODULE_PAYMENT_CASH_STATUS_DESC', 'Wollen Sie Barzahlung anbieten?');
define('MODULE_PAYMENT_CASH_ZONE_TITLE', 'Zone fr diese Zahlungsweise');
define('MODULE_PAYMENT_CASH_ZONE_DESC', 'Wenn Sie eine Zone ausw�len, wird diese Zahlungsweise nur in dieser Zone angeboten.');
define('MODULE_PAYMENT_CASH_SORT_ORDER_TITLE', 'Reihenfolge der Anzeige');
define('MODULE_PAYMENT_CASH_SORT_ORDER_DESC', 'Niedrigste wird zuerst angezeigt.');
define('MODULE_PAYMENT_CASH_ORDER_STATUS_ID_TITLE', 'Order Status');
define('MODULE_PAYMENT_CASH_ORDER_STATUS_ID_DESC', 'Festlegung des Status fr Bestellungen, welche mit dieser Zahlungsweise durchgefhrt werden.');
$aLang['module_payment_cash_text_description'] = 'Cash Payment';
$aLang['module_payment_cash_text_title'] = 'Cash Payment';