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' => 'en_US',
|
||||
'OEPAYPAL_PARTNERBOX_LINK' => 'https://www.paypal.com/en/webapps/mpp/paypal-popup',
|
||||
'OEPAYPAL_ERROR_USER_ADDRESS' => 'The delivery addresses in your shop account and in PayPal do not match. For security reasons we have to check your identity. Please log in to your shop account and re-start the PayPal Express Checkout.',
|
||||
'OEPAYPAL_LOGO_IMG' => 'logo-paypal-medium.png',
|
||||
'OEPAYPAL_PAYMENT_HELP_LINK' => 'https://www.paypal.com/en/cgi-bin/webscr?cmd=xpt/cps/popup/OLCWhatIsPayPal-outside',
|
||||
'OEPAYPAL_PAYMENT_HELP_LINK_TEXT' => 'What is PayPal?',
|
||||
'OEPAYPAL_PAYMENT_NOSHIPPINGFOUND' => 'No shipping methods found. Please contact us by phone or email.',
|
||||
'OEPAYPAL_PAYMENT_NOT_VALID' => 'Unfortunately you can\'t purchase these products using PayPal. Please choose another payment method',
|
||||
'OEPAYPAL_ORDER_SUBJECT' => 'Your order at %s in the amount of %s %s',
|
||||
'OEPAYPAL_ORDER_CONF_SUBJECT' => 'Order number %s',
|
||||
'OEPAYPAL_DISPLAY_BASKET_IN_PAYPAL' => 'Display cart in PayPal',
|
||||
'OEPAYPAL_DISPLAY_BASKET_IN_PAYPAL_HELPTEXT' => 'Display current shopping cart in payment page of PayPal.',
|
||||
'OEPAYPAL_PRICE' => 'Price',
|
||||
'OEPAYPAL_REQUIRED_FIELDS_EMPTY' => 'Please fill in all required fields.',
|
||||
'OEPAYPAL_ORDER_ERROR' => 'Order execution error. Please try later or choose different payment method.',
|
||||
'OEPAYPAL_RESPONSE_FROM_PAYPAL' => 'Error message from PayPal: ',
|
||||
'OEPAYPAL_ORDER_TOTAL_HAS_CHANGED' => 'Based on your choice in PayPal Express Checkout, order total has changed. Please check your shopping cart and continue. Hint: for continuing with Express Checkout press Express Checkout button again.',
|
||||
'OEPAYPAL_SURCHARGE' => 'Surcharge',
|
||||
'OEPAYPAL_TYPE_OF_PAYMENT' => 'Type of Payment',
|
||||
'OEPAYPAL_GIFTWRAPPER' => 'Giftwrapper',
|
||||
'OEPAYPAL_GREETING_CARD' => 'Greeting Card',
|
||||
'OEPAYPAL_GRAND_TOTAL' => 'Grand Total:',
|
||||
'OEPAYPAL_INFORMATION' => 'PayPal',
|
||||
'OEPAYPAL_SAME_ITEM_QUESTION' => 'The same item is already in the cart.<br> Do you want to add %s additional item?',
|
||||
'OEPAYPAL_SAME_ITEMS_QUESTION' => 'The same item is already in the cart.<br> Do you want to add %s additional items?',
|
||||
'OEPAYPAL_BUTTON_DO_NOT_ADD_ITEM' => 'don\'t add and checkout',
|
||||
'OEPAYPAL_BUTTON_ADD_ITEM' => 'add and checkout',
|
||||
'OEPAYPAL_MINIBASKET_DISPLAY_BASKET' => 'open current cart',
|
||||
'OEPAYPAL_CANCEL' => 'cancel',
|
||||
'OEPAYPAL_SELECT_ANOTHER_SHIPMENT' => 'There is no shipping method available for the selected country and this payment method.',
|
||||
'OEPAYPAL_OR' => 'or',
|
||||
'OEPAYPAL_BACK' => 'Back',
|
||||
'OEPAYPAL_PLUS_VAT' => 'plus VAT',
|
||||
'OEPAYPAL_PAYMENT_INFORMATION' => "Payment Information",
|
||||
);
|
||||
Reference in New Issue
Block a user