PDF rausgenommen
This commit is contained in:
40
msd2/myoos/includes/languages/eng/checkout_shipping.php
Normal file
40
msd2/myoos/includes/languages/eng/checkout_shipping.php
Normal file
@ -0,0 +1,40 @@
|
||||
<?php
|
||||
/* ----------------------------------------------------------------------
|
||||
$Id: checkout_shipping.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_shipping.php,v 1.3 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'] = 'Shipping Method';
|
||||
|
||||
$aLang['heading_title'] = 'Delivery Information';
|
||||
|
||||
$aLang['table_heading_shipping_address'] = 'Shipping Address';
|
||||
$aLang['text_choose_shipping_destination'] = 'Please choose from your address book where you would like the items to be delivered to.';
|
||||
$aLang['title_shipping_address'] = 'Shipping Address:';
|
||||
|
||||
$aLang['table_heading_shipping_method'] = 'Shipping Method';
|
||||
$aLang['text_choose_shipping_method'] = 'Please select the preferred shipping method to use on this order.';
|
||||
$aLang['title_please_select'] = 'Please Select';
|
||||
$aLang['text_enter_shipping_information'] = 'This is currently the only shipping method available to use on this order.';
|
||||
|
||||
$aLang['table_heading_comments'] = 'Add Comments About Your Order';
|
||||
|
||||
$aLang['title_continue_checkout_procedure'] = 'Continue Checkout Procedure';
|
||||
$aLang['text_continue_checkout_procedure'] = 'to select the preferred payment method.';
|
||||
|
Reference in New Issue
Block a user