New Translations – 16.2.2020
This commit is contained in:
@ -24,4 +24,4 @@ $_['button_express_shipping'] = 'Update shipping';
|
||||
$_['error_heading_title'] = 'There was an error';
|
||||
$_['error_too_many_failures'] = 'Your payment has failed too many times';
|
||||
$_['error_unavailable'] = 'Please use the full checkout with this order';
|
||||
$_['error_no_shipping'] = 'Warning: No Shipping options are available. Please <a href="%s">contact us</a> for assistance!';
|
||||
$_['error_no_shipping'] = 'Varoitus: No Shipping options are available. Please <a href="%s">contact us</a> for assistance!';
|
||||
|
@ -16,9 +16,9 @@ $_['entry_cc_cvv2'] = 'Card Security Code (CVV2):';
|
||||
$_['entry_cc_issue'] = 'Card Issue Number:';
|
||||
|
||||
// Error
|
||||
$_['error_required'] = 'Warning: All payment information fields are required.';
|
||||
$_['error_general'] = 'Warning: A general problem has occurred with the transaction. Please try again.';
|
||||
$_['error_config'] = 'Warning: Payment module configuration error. Please verify the login credentials.';
|
||||
$_['error_address'] = 'Warning: A match of the Payment Address City, State, and Postal Code failed. Please try again.';
|
||||
$_['error_declined'] = 'Warning: This transaction has been declined. Please try again.';
|
||||
$_['error_invalid'] = 'Warning: The provided credit card information is invalid. Please try again.';
|
||||
$_['error_required'] = 'Varoitus: All payment information fields are required.';
|
||||
$_['error_general'] = 'Varoitus: A general problem has occurred with the transaction. Please try again.';
|
||||
$_['error_config'] = 'Varoitus: Payment module configuration error. Please verify the login credentials.';
|
||||
$_['error_address'] = 'Varoitus: A match of the Payment Address City, State, and Postal Code failed. Please try again.';
|
||||
$_['error_declined'] = 'Varoitus: This transaction has been declined. Please try again.';
|
||||
$_['error_invalid'] = 'Varoitus: The provided credit card information is invalid. Please try again.';
|
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_title'] = 'PayPal';
|
||||
$_['text_testmode'] = 'Warning: The payment gateway is in \'Sandbox Mode\'. Your account will not be charged.';
|
||||
$_['text_testmode'] = 'Varoitus: The payment gateway is in \'Sandbox Mode\'. Your account will not be charged.';
|
||||
$_['text_total'] = 'Shipping, Handling, Discounts & Taxes';
|
@ -36,12 +36,12 @@ $_['text_token_expired_subject'] = 'Your Square access token has expired!
|
||||
$_['text_token_expired_message'] = "The Square payment extension's access token connecting it to your Square account has expired. You need to verify your application credentials and CRON job in the extension settings and connect again.";
|
||||
|
||||
// Error
|
||||
$_['error_browser_not_supported'] = 'Error: The payment system no longer supports your web browser. Please update or use a different one.';
|
||||
$_['error_card_invalid'] = 'Error: Card is invalid!';
|
||||
$_['error_squareup_cron_token'] = 'Error: Access token could not get refreshed. Please connect your Square Payment extension via the OpenCart admin panel.';
|
||||
$_['error_browser_not_supported'] = 'Virhe: The payment system no longer supports your web browser. Please update or use a different one.';
|
||||
$_['error_card_invalid'] = 'Virhe: Card is invalid!';
|
||||
$_['error_squareup_cron_token'] = 'Virhe: Access token could not get refreshed. Please connect your Square Payment extension via the OpenCart admin panel.';
|
||||
|
||||
// Warning
|
||||
$_['warning_test_mode'] = 'Warning: Sandbox mode is enabled! Transactions will appear to go through, but no charges will be carried out.';
|
||||
$_['warning_test_mode'] = 'Varoitus: Sandbox mode is enabled! Transactions will appear to go through, but no charges will be carried out.';
|
||||
|
||||
// Statuses
|
||||
$_['squareup_status_comment_authorized'] = 'The card transaction has been authorized but not yet captured.';
|
||||
|
Reference in New Issue
Block a user