45 lines
2.1 KiB
PHP
45 lines
2.1 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: checkout_shipping_address.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_address.php,v 1.3 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'] = 'Versandadresse ändern';
|
|
|
|
$aLang['heading_title'] = 'Informationen zur Versandadresse';
|
|
|
|
$aLang['table_heading_shipping_address'] = 'Versandadresse';
|
|
$aLang['text_selected_shipping_destination'] = 'Dies ist die aktuell ausgewählte Versandadresse, an die Ihre Bestellung geliefert wird.';
|
|
$aLang['title_shipping_address'] = 'Versandadresse:';
|
|
|
|
$aLang['table_heading_address_book_entries'] = 'Adressbucheinträge';
|
|
$aLang['text_select_other_shipping_destination'] = 'Bitte wählen Sie die gewünschte Versandadresse, an die wir die Auslieferung vornehmen sollen.';
|
|
$aLang['title_please_select'] = 'Bitte wählen Sie';
|
|
|
|
$aLang['table_heading_new_shipping_address'] = 'Neue Versandadresse';
|
|
$aLang['text_create_new_shipping_address'] = 'Bitte nutzen Sie dieses Formular, um eine neue Versandadresse für Ihre Bestellung zu erfassen.';
|
|
|
|
$aLang['table_heading_new_shipping_address_problem'] = 'Es gibt ein Problem mit der neuen Versandadresse';
|
|
$aLang['text_new_shipping_address_problem'] = 'Bitte überprüfen Sie Ihre Eingaben zur neuen Versandadresse, da es Probleme bei der Verifizierung der Informationen gibt.';
|
|
|
|
$aLang['title_continue_checkout_procedure'] = 'Fortsetzung des Bestellvorganges';
|
|
$aLang['text_continue_checkout_procedure'] = 'zur Auswahl der gewünschten Versandart.';
|
|
|