g2apay.php (2702B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'G2APay'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified the G2APay details.'; 8 $_['text_edit'] = 'Edit G2APay'; 9 $_['text_g2apay'] = '<a href="https://pay.g2a.com/" target="_blank"><img src="view/image/payment/g2apay.png" alt="G2APay" title="G2APay" style="border: 1px solid #EEEEEE;" /></a>'; 10 $_['text_payment_info'] = 'Payment information'; 11 $_['text_refund_status'] = 'Payment refund'; 12 $_['text_order_ref'] = 'Order ref'; 13 $_['text_order_total'] = 'Total authorised'; 14 $_['text_total_released'] = 'Total released'; 15 $_['text_transactions'] = 'Transactions'; 16 $_['text_column_amount'] = 'Amount'; 17 $_['text_column_type'] = 'Type'; 18 $_['text_column_date_added'] = 'Added'; 19 $_['text_refund_ok'] = 'Refund was successfully requested'; 20 $_['text_refund_ok_order'] = 'Refund was successfully requested, amount fully refunded'; 21 22 // Entry 23 $_['entry_username'] = 'Username'; 24 $_['entry_secret'] = 'Secret'; 25 $_['entry_api_hash'] = 'API Hash'; 26 $_['entry_environment'] = 'Environment'; 27 $_['entry_secret_token'] = 'Secret Token'; 28 $_['entry_ipn_url'] = 'IPN URL:'; 29 $_['entry_total'] = 'Total'; 30 $_['entry_geo_zone'] = 'Geo Zone'; 31 $_['entry_status'] = 'Status'; 32 $_['entry_sort_order'] = 'Sort Order'; 33 $_['entry_debug'] = 'Debug logging'; 34 $_['entry_order_status'] = 'Order Status'; 35 $_['entry_complete_status'] = 'Complete Status:'; 36 $_['entry_rejected_status'] = 'Rejected Status:'; 37 $_['entry_cancelled_status'] = 'Canceled Status:'; 38 $_['entry_pending_status'] = 'Pending Status:'; 39 $_['entry_refunded_status'] = 'Refunded Status:'; 40 $_['entry_partially_refunded_status'] = 'Partially Refunded Status:'; 41 42 // Help 43 $_['help_username'] = 'The email address used for your account'; 44 $_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; 45 $_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; 46 47 // Tab 48 $_['tab_settings'] = 'Settings'; 49 $_['tab_order_status'] = 'Order Status'; 50 51 // Error 52 $_['error_permission'] = 'Warning: You do not have permission to modify G2APay!'; 53 $_['error_email'] = 'E-Mail Required!'; 54 $_['error_secret'] = 'Secret Required!'; 55 $_['error_api_hash'] = 'API Hash Required!'; 56 $_['entry_status'] = 'Status'; 57 58 //Button 59 $_['btn_refund'] = 'refund'; 60 61 $_['g2apay_environment_live'] = 'Live'; 62 $_['g2apay_environment_test'] = 'Test';