sagepay_server.php (3216B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'SagePay Server'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified SagePay account details!'; 8 $_['text_edit'] = 'Edit SagePay Server'; 9 $_['text_sagepay_server'] = '<a href="https://support.sagepay.com/apply/default.aspx?PartnerID=E511AF91-E4A0-42DE-80B0-09C981A3FB61" target="_blank"><img src="view/image/payment/sagepay.png" alt="SagePay" title="SagePay" style="border: 1px solid #EEEEEE;" /></a>'; 10 $_['text_sim'] = 'Simulator'; 11 $_['text_test'] = 'Test'; 12 $_['text_live'] = 'Live'; 13 $_['text_defered'] = 'Defered'; 14 $_['text_authenticate'] = 'Authenticate'; 15 $_['text_payment'] = 'Payment'; 16 $_['text_release_ok'] = 'Release was successful'; 17 $_['text_release_ok_order'] = 'Release was successful, order status updated to success - settled'; 18 $_['text_rebate_ok'] = 'Rebate was successful'; 19 $_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated'; 20 $_['text_void_ok'] = 'Void was successful, order status updated to voided'; 21 $_['text_payment_info'] = 'Payment information'; 22 $_['text_release_status'] = 'Payment released'; 23 $_['text_void_status'] = 'Payment voided'; 24 $_['text_rebate_status'] = 'Payment rebated'; 25 $_['text_order_ref'] = 'Order ref'; 26 $_['text_order_total'] = 'Total authorised'; 27 $_['text_total_released'] = 'Total released'; 28 $_['text_transactions'] = 'Transactions'; 29 $_['text_column_amount'] = 'Amount'; 30 $_['text_column_type'] = 'Type'; 31 $_['text_column_date_added'] = 'Created'; 32 $_['text_confirm_void'] = 'Are you sure you want to void the payment?'; 33 $_['text_confirm_release'] = 'Are you sure you want to release the payment?'; 34 $_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?'; 35 36 // Entry 37 $_['entry_vendor'] = 'Vendor'; 38 $_['entry_test'] = 'Test Mode'; 39 $_['entry_transaction'] = 'Transaction Method'; 40 $_['entry_total'] = 'Total'; 41 $_['entry_order_status'] = 'Order Status'; 42 $_['entry_geo_zone'] = 'Geo Zone'; 43 $_['entry_status'] = 'Status'; 44 $_['entry_sort_order'] = 'Sort Order'; 45 $_['entry_debug'] = 'Debug logging'; 46 $_['entry_card'] = 'Store Cards'; 47 $_['entry_cron_job_token'] = 'Secret Token'; 48 $_['entry_cron_job_url'] = 'Cron Job\'s URL:'; 49 $_['entry_last_cron_job_run'] = 'Last cron job\'s run time:'; 50 51 // Help 52 $_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; 53 $_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; 54 $_['help_transaction'] = 'Transaction method MUST be set to Payment to allow subscription payments'; 55 $_['help_cron_job_token'] = 'Make this long and hard to guess'; 56 $_['help_cron_job_url'] = 'Set a cron job to call this URL'; 57 58 // Button 59 $_['button_release'] = 'Release'; 60 $_['button_rebate'] = 'Rebate / refund'; 61 $_['button_void'] = 'Void'; 62 63 // Error 64 $_['error_permission'] = 'Warning: You do not have permission to modify payment SagePay!'; 65 $_['error_vendor'] = 'Vendor ID Required!';