OpenCart 3.0.3.8
This commit is contained in:
		@@ -39,3 +39,8 @@ $_['text_must_apply_coupon'] = 'Please apply your coupon.';
 | 
			
		||||
$_['text_payment_success'] = 'Your order was successfully placed. Order details are below';
 | 
			
		||||
$_['text_success_title'] = 'Your order has been placed!';
 | 
			
		||||
$_['text_tax_other'] = 'Taxes / Other handling fees';
 | 
			
		||||
$_['error_failure_mfa'] = 'There was a problem with your payment. Your order hasn\'t been placed, and you haven\'t been charged.';
 | 
			
		||||
$_['error_unexpected_network_error'] = 'Unexpected network error';
 | 
			
		||||
$_['error_invaild_request'] = 'Invaild request, please post your order again';
 | 
			
		||||
$_['error_abandoned_mfa'] = 'Something\'s wrong with your payment method. To place your order, try another.';
 | 
			
		||||
$_['text_created_by']     = 'created by iSenseLabs, OpenCart, V%s';
 | 
			
		||||
 
 | 
			
		||||
@@ -15,3 +15,4 @@ $_['divido_checkout']          = 'Confirm and checkout with Divido';
 | 
			
		||||
$_['deposit_to_low']           = 'Deposit to low';
 | 
			
		||||
$_['credit_amount_to_low']     = 'Credit amount to low';
 | 
			
		||||
$_['no_country']               = 'Country not accepted';
 | 
			
		||||
$_['text_divido']              = 'Divido';
 | 
			
		||||
 
 | 
			
		||||
@@ -232,4 +232,12 @@ $_['text_card_message_F9031']									= 'Multiple transactions for same credit c
 | 
			
		||||
$_['text_card_message_F9032']									= 'Invalid Customer Last Name';
 | 
			
		||||
$_['text_card_message_F9033']									= 'Invalid Billing Street';
 | 
			
		||||
$_['text_card_message_F9034']									= 'Invalid Shipping Street';
 | 
			
		||||
$_['text_card_message_F9037']									= 'Suspicious Customer Email Address';
 | 
			
		||||
$_['text_card_message_F9037']									= 'Suspicious Customer Email Address';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_payment']                                             = 'Payment Error';
 | 
			
		||||
$_['error_empty_name']                                          = 'Card Holder\'s Name must be entered';
 | 
			
		||||
$_['error_invalid_card']                                        = 'Card Number appears invalid';
 | 
			
		||||
$_['error_expiry_date']                                         = 'This expiry date has passed';
 | 
			
		||||
$_['error_cvv']                                                 = 'CVV/CSV Number appears invalid';
 | 
			
		||||
$_['error_payment_text']                                        = 'There was a problem completing the payment';
 | 
			
		||||
@@ -3,6 +3,7 @@
 | 
			
		||||
$_['text_title']				= 'Credit or Debit Card';
 | 
			
		||||
$_['text_credit_card']			= 'Credit Card Details';
 | 
			
		||||
$_['text_wait']					= 'Please wait!';
 | 
			
		||||
$_['text_store_card']           = 'Store card details?';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_cc_number']			= 'Card number';
 | 
			
		||||
 
 | 
			
		||||
@@ -13,6 +13,8 @@ $_['text_payment_option']		= 'Payment options';
 | 
			
		||||
$_['text_single_payment']		= 'Single Payment';
 | 
			
		||||
$_['text_monthly_payment']		= '%s - %s per month';
 | 
			
		||||
$_['text_comment']				= 'Klarna\'s Invoice ID: %s' . "\n" . '%s/%s: %.4f';
 | 
			
		||||
$_['text_terms_description']    = 'Mit der Übermittlung der für die Abwicklung des Rechnungskaufes und einer Identitäts - und Bonitätsprüfung erforderlichen
 | 
			
		||||
Daten an Klarna bin ich einverstanden. Meine <a href="https://online.klarna.com/consent_de.yaws" target="_blank">Einwilligung</a> kann ich jederzeit mit Wirkung für die Zukunft widerrufen.';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_gender']				= 'Gender';
 | 
			
		||||
 
 | 
			
		||||
@@ -10,4 +10,5 @@ $_['text_checkout']				   = 'Checkout';
 | 
			
		||||
$_['text_success']				   = 'Success';
 | 
			
		||||
$_['text_choose_shipping_method']  = 'Choose shipping method';
 | 
			
		||||
$_['text_sales_tax']			   = 'Sales Tax';
 | 
			
		||||
$_['text_newsletter']			   = 'Subscribe to our newsletter';
 | 
			
		||||
$_['text_newsletter']			   = 'Subscribe to our newsletter';
 | 
			
		||||
$_['text_list']                    = 'Order Summary';
 | 
			
		||||
@@ -10,6 +10,8 @@ $_['text_year']					= 'Year';
 | 
			
		||||
$_['text_month']				= 'Month';
 | 
			
		||||
$_['text_day']					= 'Day';
 | 
			
		||||
$_['text_comment']				= 'Klarna\'s Invoice ID: %s. ' . "\n" . '%s/%s: %.4f';
 | 
			
		||||
$_['text_trems_description']    = 'Mit der Übermittlung der für die Abwicklung des Rechnungskaufes und einer Identitäts - und Bonitätsprüfung erforderlichen
 | 
			
		||||
Daten an Klarna bin ich einverstanden. Meine <a href="https://online.klarna.com/consent_de.yaws" target="_blank">Einwilligung</a> kann ich jederzeit mit Wirkung für die Zukunft widerrufen.';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_gender']				= 'Gender';
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										28
									
								
								catalog/extension/payment/paypal.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								catalog/extension/payment/paypal.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,28 @@
 | 
			
		||||
<?php
 | 
			
		||||
// Text
 | 
			
		||||
$_['text_title']						= 'PayPal (Express, Card)';
 | 
			
		||||
$_['text_paypal_express']				= 'PayPal Express';
 | 
			
		||||
$_['text_paypal_card']					= 'PayPal Card';
 | 
			
		||||
$_['text_wait']							= 'Please wait!';
 | 
			
		||||
$_['text_order_message']				= 'PayPal Seller Protection - %s';
 | 
			
		||||
 | 
			
		||||
// Entry
 | 
			
		||||
$_['entry_card_number']					= 'Card Number';
 | 
			
		||||
$_['entry_expiration_date']				= 'Expiration Date';
 | 
			
		||||
$_['entry_cvv']							= 'CVV';
 | 
			
		||||
 | 
			
		||||
// Button
 | 
			
		||||
$_['button_pay']						= 'Pay with Card';
 | 
			
		||||
 | 
			
		||||
// Error
 | 
			
		||||
$_['error_warning']						= 'Please check the form carefully for errors.';
 | 
			
		||||
$_['error_3ds_error']					= 'An error occurred with the 3DS authentication system.';
 | 
			
		||||
$_['error_3ds_skipped_by_buyer']		= '3D Secure authentication was skipped by you.';
 | 
			
		||||
$_['error_3ds_failure']					= 'You may have failed the challenge or the device was not verified.';
 | 
			
		||||
$_['error_3ds_undefined']				= 'Card network did not require a 3D Secure.';
 | 
			
		||||
$_['error_3ds_bypassed']				= '3D Secure was skipped as authentication system did not require a challenge.';
 | 
			
		||||
$_['error_3ds_unavailable']				= 'Issuing bank is not able to complete authentication.';
 | 
			
		||||
$_['error_3ds_attempted']				= 'Card is not enrolled in 3D Secure as card issuing bank is not participating in 3D Secure.';
 | 
			
		||||
$_['error_3ds_card_ineligible']			= 'Card is not eligible for 3DS Secure authentication.';
 | 
			
		||||
$_['error_payment']						= 'Please choose another payment method or <a href="%s" target="_blank">contact us</a>.';
 | 
			
		||||
$_['error_timeout'] 	  				= 'Sorry, PayPal is currently busy. Please try again later!';
 | 
			
		||||
		Reference in New Issue
	
	Block a user