Leitgedanken/msd2/myoos/includes/languages/eng/checkout_confirmation.php
2023-01-23 11:03:31 +01:00

57 lines
2.6 KiB
PHP

<?php
/* ----------------------------------------------------------------------
$Id: checkout_confirmation.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: checkout_confirmation.php,v 1.24 2003/02/06 17:38:16 thomasamoulton
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$aLang['navbar_title_1'] = 'Checkout';
$aLang['navbar_title_2'] = 'Confirmation';
$aLang['heading_title'] = 'Order Confirmation';
$aLang['heading_delivery_address'] = 'Delivery Address';
$aLang['heading_shipping_method'] = 'Shipping Method';
$aLang['heading_products'] = 'Products';
$aLang['table_heading_price'] = 'Price';
$aLang['table_heading_quantity'] = 'Qty.';
$aLang['heading_tax'] = 'Tax';
$aLang['heading_total'] = 'Total';
$aLang['heading_billing_information'] = 'Billing Information';
$aLang['heading_billing_address'] = 'Billing Address';
$aLang['heading_payment_method'] = 'Payment Method';
$aLang['heading_payment_information'] = 'Payment Information';
$aLang['heading_order_comments'] = 'Comments About Your Order';
$aLang['heading_shooping_card'] = 'Order Items';
$aLang['text_edit'] = 'Edit';
$aLang['text_edit'] = 'More ...';
$aLang['heading_conditions_information'] = 'Right of revocation';
$aLang['heading_conditions_text'] = 'Put here your information about the right of revocation.';
$aLang['text_checkout_info'] = 'Before submitting your order, you have the opportunity here to correct the data and articles you have entered.<br>
You can end the ordering process at any time by closing the browser window, or by pressing the <strong>Order now at the price stated</strong> button.';
$aLang['text_conditions'] = 'I have read the general <a href="%s" target="_blank"><strong>Terms and Conditions</strong></a> of the provider and declare my agreement by sending the order.<br>
I have read and understood the <a href="%s" target="_blank"><strong>Right of Recission / the Sample Revocation Form</strong></a>.<br>
I have read the provisions of the <a href="%s" target="_blank"><strong>data protection declaration</strong></a> and agree with the provisions set out.';