2020-02-12 21:25:39 +00:00
|
|
|
<?php
|
|
|
|
$_['heading_title'] = 'Secure Trading Web Service';
|
|
|
|
|
|
|
|
$_['tab_settings'] = 'Settings';
|
|
|
|
$_['tab_myst'] = 'MyST';
|
|
|
|
|
|
|
|
$_['text_securetrading_ws'] = '<a href="http://www.securetradingfs.com/partner/open-cart/" target="_blank"><img src="view/image/payment/secure_trading.png" alt="Secure Trading" title="Secure Trading" style="border: 1px solid #EEEEEE;" /></a>';
|
|
|
|
$_['text_extension'] = 'Extensions';
|
|
|
|
$_['text_all_geo_zones'] = 'All Geo Zones';
|
|
|
|
$_['text_process_immediately'] = 'Process immediately';
|
|
|
|
$_['text_wait_x_days'] = 'Wait %d days';
|
|
|
|
$_['text_wait'] = 'Please wait.';
|
|
|
|
$_['text_authorisation_reversed'] = 'Authorisation was successfully reversed';
|
|
|
|
$_['text_refund_issued'] = 'Refund was successfully issued';
|
|
|
|
$_['text_success'] = 'Success: You have modified Secure Trading Web Service module!';
|
|
|
|
$_['text_pending_settlement'] = 'Pending Settlement';
|
|
|
|
$_['text_manual_settlement'] = 'Manual Settlement';
|
|
|
|
$_['text_suspended'] = 'Suspended';
|
|
|
|
$_['text_cancelled'] = 'Cancelled';
|
|
|
|
$_['text_settling'] = 'Settling';
|
|
|
|
$_['text_settled'] = 'Settled';
|
|
|
|
$_['text_no_transactions'] = 'No transactions to show';
|
|
|
|
$_['text_ok'] = 'Ok';
|
|
|
|
$_['text_denied'] = 'Denied';
|
|
|
|
$_['text_pending_settlement_manually_overriden'] = 'Pending Settlement, manually overriden';
|
|
|
|
$_['text_pending_suspended'] = 'Suspended';
|
|
|
|
$_['text_pending_settled'] = 'Settled';
|
|
|
|
$_['text_payment_info'] = 'Payment information';
|
|
|
|
$_['text_release_status'] = 'Payment released';
|
|
|
|
$_['text_void_status'] = 'Reverse Authorisation';
|
|
|
|
$_['text_rebate_status'] = 'Payment rebated';
|
|
|
|
$_['text_order_ref'] = 'Order ref';
|
|
|
|
$_['text_order_total'] = 'Total authorised';
|
|
|
|
$_['text_total_released'] = 'Total released';
|
|
|
|
$_['text_transactions'] = 'Transactions';
|
|
|
|
$_['text_column_amount'] = 'Amount';
|
|
|
|
$_['text_column_type'] = 'Type';
|
|
|
|
$_['text_column_created'] = 'Created';
|
|
|
|
$_['text_release_ok'] = 'Release was successful';
|
|
|
|
$_['text_release_ok_order'] = 'Release was successful, order status updated to success - settled';
|
|
|
|
$_['text_rebate_ok'] = 'Rebate was successful';
|
|
|
|
$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated';
|
|
|
|
$_['text_void_ok'] = 'Void was successful, order status updated to voided';
|
|
|
|
$_['text_confirm_void'] = 'Are you sure you want to reverse the authorisation?';
|
|
|
|
$_['text_confirm_release'] = 'Are you sure you want to release the payment?';
|
|
|
|
$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?';
|
2021-10-08 15:17:57 +00:00
|
|
|
$_['text_reversed'] = 'Reversed';
|
|
|
|
$_['text_payment'] = "Payment";
|
|
|
|
$_['text_rebate'] = 'Rebate';
|
2020-02-12 21:25:39 +00:00
|
|
|
|
|
|
|
$_['entry_site_reference'] = 'Site reference';
|
|
|
|
$_['entry_username'] = 'Username';
|
|
|
|
$_['entry_password'] = 'Password';
|
|
|
|
$_['entry_csv_username'] = 'CSV username';
|
|
|
|
$_['entry_csv_password'] = 'CSV password';
|
|
|
|
$_['entry_3d_secure'] = 'Use 3D Secure';
|
|
|
|
$_['entry_cards_accepted'] = 'Accepted cards';
|
|
|
|
$_['entry_order_status'] = 'Order status';
|
|
|
|
$_['entry_failed_order_status'] = 'Failed order status';
|
|
|
|
$_['entry_declined_order_status'] = 'Declined order status';
|
|
|
|
$_['entry_refunded_order_status'] = 'Refunded order status';
|
|
|
|
|
|
|
|
$_['entry_authorisation_reversed_order_status'] = 'Authorisation reversed order status';
|
|
|
|
$_['entry_settle_status'] = 'Settlement status';
|
|
|
|
$_['entry_settle_due_date'] = 'Settlement due date';
|
|
|
|
$_['entry_geo_zone'] = 'Geo Zone';
|
|
|
|
$_['entry_sort_order'] = 'Sort Order';
|
|
|
|
$_['entry_status'] = 'Status';
|
|
|
|
$_['entry_total'] = 'Total';
|
|
|
|
$_['entry_reverse_authorisation'] = 'Reverse Authorisation:';
|
|
|
|
$_['entry_refunded'] = 'Refunded:';
|
|
|
|
$_['entry_refund'] = 'Issue refund (%s):';
|
|
|
|
$_['entry_currency'] = 'Currency';
|
|
|
|
$_['entry_status_code'] = 'Error code';
|
|
|
|
$_['entry_payment_type'] = 'Payment Type';
|
|
|
|
$_['entry_request'] = 'Request';
|
|
|
|
$_['entry_date_from'] = 'Date From';
|
|
|
|
$_['entry_date_to'] = 'Date To';
|
|
|
|
$_['entry_hour'] = 'Hour';
|
|
|
|
$_['entry_minute'] = 'Minute';
|
|
|
|
|
|
|
|
$_['column_order_id'] = 'Order ID';
|
|
|
|
$_['column_transaction_reference'] = 'Transaction reference';
|
|
|
|
$_['column_customer'] = 'Customer';
|
|
|
|
$_['column_total'] = 'Total';
|
|
|
|
$_['column_currency'] = 'Currency';
|
|
|
|
$_['column_settle_status'] = 'Settle status';
|
|
|
|
$_['column_status'] = 'Status';
|
|
|
|
$_['column_type'] = 'Type';
|
|
|
|
$_['column_payment_type'] = 'Payment type';
|
|
|
|
|
|
|
|
$_['error_permission'] = 'You do not have permissions to modify this module';
|
|
|
|
$_['error_site_reference'] = 'Site Reference is required';
|
|
|
|
$_['error_cards_accepted'] = 'Accepted cards is required';
|
|
|
|
$_['error_username'] = 'Username is required';
|
|
|
|
$_['error_password'] = 'Password is required';
|
|
|
|
$_['error_connection'] = 'Could not connect to Secure Trading';
|
|
|
|
$_['error_data_missing'] = 'Data missing';
|
|
|
|
|
|
|
|
$_['help_refund'] = 'Please include the decimal point and the decimal part of the amount';
|
|
|
|
$_['help_csv_username'] = 'Username of the Transaction Download service';
|
|
|
|
$_['help_csv_password'] = 'Password of the Transaction Download service';
|
|
|
|
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active';
|
|
|
|
|
|
|
|
$_['button_reverse_authorisation'] = 'Reverse Authorisation';
|
|
|
|
$_['button_refund'] = 'Refund';
|
|
|
|
$_['button_show'] = 'Show';
|
|
|
|
$_['button_download'] = 'Download';
|
|
|
|
$_['button_release'] = 'Release';
|
|
|
|
$_['button_rebate'] = 'Rebate / refund';
|
|
|
|
$_['button_void'] = 'Reverse Authorisation';
|