securetrading_ws.php (7506B)
1 <?php 2 $_['heading_title'] = 'Secure Trading Web Service'; 3 4 $_['tab_settings'] = 'Settings'; 5 $_['tab_myst'] = 'MyST'; 6 7 $_['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>'; 8 $_['text_extension'] = 'Extensions'; 9 $_['text_all_geo_zones'] = 'All Geo Zones'; 10 $_['text_process_immediately'] = 'Process immediately'; 11 $_['text_wait_x_days'] = 'Wait %d days'; 12 $_['text_wait'] = 'Please wait.'; 13 $_['text_authorisation_reversed'] = 'Authorisation was successfully reversed'; 14 $_['text_refund_issued'] = 'Refund was successfully issued'; 15 $_['text_success'] = 'Success: You have modified Secure Trading Web Service module!'; 16 $_['text_pending_settlement'] = 'Pending Settlement'; 17 $_['text_manual_settlement'] = 'Manual Settlement'; 18 $_['text_suspended'] = 'Suspended'; 19 $_['text_cancelled'] = 'Cancelled'; 20 $_['text_settling'] = 'Settling'; 21 $_['text_settled'] = 'Settled'; 22 $_['text_no_transactions'] = 'No transactions to show'; 23 $_['text_ok'] = 'Ok'; 24 $_['text_denied'] = 'Denied'; 25 $_['text_pending_settlement_manually_overriden'] = 'Pending Settlement, manually overriden'; 26 $_['text_pending_suspended'] = 'Suspended'; 27 $_['text_pending_settled'] = 'Settled'; 28 $_['text_payment_info'] = 'Payment information'; 29 $_['text_release_status'] = 'Payment released'; 30 $_['text_void_status'] = 'Reverse Authorisation'; 31 $_['text_rebate_status'] = 'Payment rebated'; 32 $_['text_order_ref'] = 'Order ref'; 33 $_['text_order_total'] = 'Total authorised'; 34 $_['text_total_released'] = 'Total released'; 35 $_['text_transactions'] = 'Transactions'; 36 $_['text_column_amount'] = 'Amount'; 37 $_['text_column_type'] = 'Type'; 38 $_['text_column_created'] = 'Created'; 39 $_['text_release_ok'] = 'Release was successful'; 40 $_['text_release_ok_order'] = 'Release was successful, order status updated to success - settled'; 41 $_['text_rebate_ok'] = 'Rebate was successful'; 42 $_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated'; 43 $_['text_void_ok'] = 'Void was successful, order status updated to voided'; 44 $_['text_confirm_void'] = 'Are you sure you want to reverse the authorisation?'; 45 $_['text_confirm_release'] = 'Are you sure you want to release the payment?'; 46 $_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?'; 47 48 $_['entry_site_reference'] = 'Site reference'; 49 $_['entry_username'] = 'Username'; 50 $_['entry_password'] = 'Password'; 51 $_['entry_csv_username'] = 'CSV username'; 52 $_['entry_csv_password'] = 'CSV password'; 53 $_['entry_3d_secure'] = 'Use 3D Secure'; 54 $_['entry_cards_accepted'] = 'Accepted cards'; 55 $_['entry_order_status'] = 'Order status'; 56 $_['entry_failed_order_status'] = 'Failed order status'; 57 $_['entry_declined_order_status'] = 'Declined order status'; 58 $_['entry_refunded_order_status'] = 'Refunded order status'; 59 60 $_['entry_authorisation_reversed_order_status'] = 'Authorisation reversed order status'; 61 $_['entry_settle_status'] = 'Settlement status'; 62 $_['entry_settle_due_date'] = 'Settlement due date'; 63 $_['entry_geo_zone'] = 'Geo Zone'; 64 $_['entry_sort_order'] = 'Sort Order'; 65 $_['entry_status'] = 'Status'; 66 $_['entry_total'] = 'Total'; 67 $_['entry_reverse_authorisation'] = 'Reverse Authorisation:'; 68 $_['entry_refunded'] = 'Refunded:'; 69 $_['entry_refund'] = 'Issue refund (%s):'; 70 $_['entry_currency'] = 'Currency'; 71 $_['entry_status_code'] = 'Error code'; 72 $_['entry_payment_type'] = 'Payment Type'; 73 $_['entry_request'] = 'Request'; 74 $_['entry_date_from'] = 'Date From'; 75 $_['entry_date_to'] = 'Date To'; 76 $_['entry_hour'] = 'Hour'; 77 $_['entry_minute'] = 'Minute'; 78 79 $_['column_order_id'] = 'Order ID'; 80 $_['column_transaction_reference'] = 'Transaction reference'; 81 $_['column_customer'] = 'Customer'; 82 $_['column_total'] = 'Total'; 83 $_['column_currency'] = 'Currency'; 84 $_['column_settle_status'] = 'Settle status'; 85 $_['column_status'] = 'Status'; 86 $_['column_type'] = 'Type'; 87 $_['column_payment_type'] = 'Payment type'; 88 89 $_['error_permission'] = 'You do not have permissions to modify this module'; 90 $_['error_site_reference'] = 'Site Reference is required'; 91 $_['error_cards_accepted'] = 'Accepted cards is required'; 92 $_['error_username'] = 'Username is required'; 93 $_['error_password'] = 'Password is required'; 94 $_['error_connection'] = 'Could not connect to Secure Trading'; 95 $_['error_data_missing'] = 'Data missing'; 96 97 $_['help_refund'] = 'Please include the decimal point and the decimal part of the amount'; 98 $_['help_csv_username'] = 'Username of the Transaction Download service'; 99 $_['help_csv_password'] = 'Password of the Transaction Download service'; 100 $_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; 101 102 $_['button_reverse_authorisation'] = 'Reverse Authorisation'; 103 $_['button_refund'] = 'Refund'; 104 $_['button_show'] = 'Show'; 105 $_['button_download'] = 'Download'; 106 $_['button_release'] = 'Release'; 107 $_['button_rebate'] = 'Rebate / refund'; 108 $_['button_void'] = 'Reverse Authorisation';