First upload
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
<?php
|
||||
/**
|
||||
* This file is part of O3-Shop Paypal module.
|
||||
*
|
||||
* O3-Shop 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, version 3.
|
||||
*
|
||||
* O3-Shop 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 O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
||||
*
|
||||
* @copyright Copyright (c) 2022 OXID eSales AG (https://www.oxid-esales.com)
|
||||
* @copyright Copyright (c) 2022 O3-Shop (https://www.o3-shop.com)
|
||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
||||
*/
|
||||
|
||||
// -------------------------------
|
||||
// RESOURCE IDENTIFIER = STRING
|
||||
// -------------------------------
|
||||
$aLang = array(
|
||||
'charset' => 'UTF-8',
|
||||
'OEPAYPAL_LOCALE' => 'de_DE',
|
||||
'OEPAYPAL_PARTNERBOX_LINK' => 'https://www.paypal.com/de/cgi-bin/webscr?cmd=xpt/cps/popup/OLCWhatIsPayPal-outside',
|
||||
'OEPAYPAL_ERROR_USER_ADDRESS' => 'Ihre im Shop hinterlegten Adressinformationen stimmen nicht mit Ihrer PayPal-Lieferadresse überein. Aus Sicherheitsgründen müssen wir Ihre Identität prüfen. Bitte loggen Sie sich im Shop ein und führen Sie den PayPal Express Checkout noch einmal durch.',
|
||||
'OEPAYPAL_LOGO_IMG' => 'logo-paypal-medium.png',
|
||||
'OEPAYPAL_PAYMENT_NOSHIPPINGFOUND' => "Keine Versandarten gefunden. Bitte kontaktieren Sie uns telefonisch oder per E-Mail.",
|
||||
'OEPAYPAL_PAYMENT_HELP_LINK' => 'https://www.paypal.com/de/webapps/mpp/paypal-popup',
|
||||
'OEPAYPAL_PAYMENT_HELP_LINK_TEXT' => 'Was ist PayPal?',
|
||||
'OEPAYPAL_PAYMENT_NOT_VALID' => 'Leider können Sie diese Artikel nicht mit PayPal zahlen. Bitte wählen Sie eine andere Zahlungsart.',
|
||||
'OEPAYPAL_ORDER_SUBJECT' => 'Ihre Bestellung bei %s in Höhe von %s %s',
|
||||
'OEPAYPAL_ORDER_CONF_SUBJECT' => 'Bestellnummer %s',
|
||||
'OEPAYPAL_DISPLAY_BASKET_IN_PAYPAL' => 'Warenkorb in PayPal anzeigen',
|
||||
'OEPAYPAL_DISPLAY_BASKET_IN_PAYPAL_HELPTEXT' => 'Der aktuelle Warenkorb wird auf der Zahlungsseite von PayPal angezeigt.',
|
||||
'OEPAYPAL_PRICE' => 'Preis',
|
||||
'OEPAYPAL_REQUIRED_FIELDS_EMPTY' => 'Bitte alle erforderlichen Felder ausfüllen.',
|
||||
'OEPAYPAL_ORDER_ERROR' => 'Fehler im Bestellvorgang. Bitte versuchen Sie es später erneut oder wählen Sie eine andere Zahlungsart.',
|
||||
'OEPAYPAL_RESPONSE_FROM_PAYPAL' => 'Fehlermeldung von PayPal: ',
|
||||
'OEPAYPAL_ORDER_TOTAL_HAS_CHANGED' => 'Auf Grund Ihrer Auswahl im PayPal Express Checkout hat sich die Bestellsumme geändert. Bitte prüfen Sie Ihren Warenkorb und fahren Sie fort. Hinweis: Um den Express Checkout fortzusetzen, drücken Sie den Express Checkout Button erneut.',
|
||||
'OEPAYPAL_SURCHARGE' => 'Aufschlag',
|
||||
'OEPAYPAL_TYPE_OF_PAYMENT' => 'Zahlungsart',
|
||||
'OEPAYPAL_GIFTWRAPPER' => 'Geschenkverpackung',
|
||||
'OEPAYPAL_GREETING_CARD' => 'Grußkarte',
|
||||
'OEPAYPAL_GRAND_TOTAL' => 'Gesamtsumme:',
|
||||
'OEPAYPAL_INFORMATION' => 'PayPal-Information',
|
||||
'OEPAYPAL_SAME_ITEM_QUESTION' => 'Dieser Artikel ist bereits im Warenkorb.<br> Möchten Sie %s Artikel zusätzlich hinzufügen?',
|
||||
'OEPAYPAL_SAME_ITEMS_QUESTION' => 'Dieser Artikel ist bereits im Warenkorb.<br> Möchten Sie %s Artikel zusätzlich hinzufügen?',
|
||||
'OEPAYPAL_BUTTON_DO_NOT_ADD_ITEM' => 'Nicht hinzufügen und zum Warenkorb',
|
||||
'OEPAYPAL_BUTTON_ADD_ITEM' => 'Hinzufügen und zum Warenkorb',
|
||||
'OEPAYPAL_MINIBASKET_DISPLAY_BASKET' => 'Den aktuellen Warenkorb öffnen',
|
||||
'OEPAYPAL_CANCEL' => 'Abbrechen',
|
||||
'OEPAYPAL_SELECT_ANOTHER_SHIPMENT' => 'Es gibt keine Versandart für das gewählte Land und diese Zahlungsart.',
|
||||
'OEPAYPAL_OR' => 'oder',
|
||||
'OEPAYPAL_BACK' => 'Zurück',
|
||||
'OEPAYPAL_PLUS_VAT' => "zzgl. MwSt.",
|
||||
'OEPAYPAL_PAYMENT_INFORMATION' => "Bezahlinformation",
|
||||
);
|
||||
Reference in New Issue
Block a user