1
0

OpenCart 3.0.3.8

This commit is contained in:
Christer Warén
2021-10-08 18:17:57 +03:00
parent cfa575a06a
commit 4bd790f56a
63 changed files with 461 additions and 89 deletions

View File

@ -15,6 +15,8 @@ $_['text_confirm_refund'] = 'Are you sure you want to refund';
$_['text_na'] = 'N/A';
$_['text_success_action'] = 'Success';
$_['text_error_generic'] = 'Error: There was an error with your request. Please check the logs.';
$_['text_amount'] = 'Amount';
$_['text_description'] = 'Description';
// Column
$_['column_refund'] = 'Refund';
@ -49,4 +51,5 @@ $_['error_composer'] = 'Unable to load Cardinity SDK. Please download a compile
$_['error_php_version'] = 'Minimum version of PHP 5.4.0 is required!';
$_['error_permission'] = 'Varoitus: You do not have permission to modify payment Cardinity!';
$_['error_connection'] = 'There was a problem establishing a connection to the Cardinity API. Please check your Key and Secret settings.';
$_['error_warning'] = 'Varoitus: Please check the form carefully for errors!';
$_['error_transaction'] = 'Unable to find transaction for this order.';
$_['error_warning'] = 'Varoitus: Please check the form carefully for errors!';