42 lines
1.8 KiB
PHP
42 lines
1.8 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: checkout_shipping.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: checkout_shipping.php,v 1.5 2003/02/16 00:42:03 harley_vb
|
|
----------------------------------------------------------------------
|
|
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'] = 'Kasse';
|
|
$aLang['navbar_title_2'] = 'Versandinformationen';
|
|
|
|
$aLang['heading_title'] = 'Versandinformationen';
|
|
|
|
$aLang['table_heading_shipping_address'] = 'Versandadresse';
|
|
$aLang['text_choose_shipping_destination'] = 'Bitte wählen Sie aus Ihrem Adressbuch die gewünschte Versandadresse für Ihre Bestellung aus.';
|
|
$aLang['title_shipping_address'] = 'Versandadresse:';
|
|
|
|
$aLang['table_heading_shipping_method'] = 'Versandart';
|
|
$aLang['text_choose_shipping_method'] = 'Bitte wählen Sie die gewünschte Versandart für Ihre Bestellung aus.';
|
|
$aLang['title_please_select'] = 'Bitte wählen Sie';
|
|
$aLang['text_enter_shipping_information'] = 'Zur Zeit bieten wir Ihnen folgende Versandart an.';
|
|
|
|
$aLang['table_heading_comments'] = 'Fügen Sie hier Ihre Anmerkungen zu dieser Bestellung ein:';
|
|
|
|
$aLang['title_continue_checkout_procedure'] = 'Fortsetzung des Bestellvorganges';
|
|
$aLang['text_continue_checkout_procedure'] = 'zur Auswahl der gewünschten Zahlungsweise.';
|
|
|