first commit
This commit is contained in:
14
upload/catalog/language/en-gb/extension/payment/hutko.php
Normal file
14
upload/catalog/language/en-gb/extension/payment/hutko.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_title'] = 'Credit Card / Debit Card (Hutko)';
|
||||
$_['text_initiated_payment'] = 'Customer initiated payment via Hutko.';
|
||||
$_['text_order'] = 'Order';
|
||||
$_['text_loading'] = 'Loading';
|
||||
$_['error_payment_data_build'] = 'Error: Could not prepare payment data. Please try again or contact support.';
|
||||
$_['error_api_communication'] = 'Error: Could not communicate with the payment gateway. Please try again.';
|
||||
$_['text_redirecting_comment'] = 'Redirecting to Hutko. Hutko Order ID: %s. URL: %s';
|
||||
// For callback
|
||||
$_['text_payment_approved'] = 'Payment Approved by Hutko.';
|
||||
$_['text_payment_declined'] = 'Payment Declined by Hutko.';
|
||||
$_['text_payment_expired'] = 'Payment Expired at Hutko.';
|
||||
$_['text_payment_processing'] = 'Payment is Processing at Hutko.';
|
||||
Reference in New Issue
Block a user