Globalpay'; $_['text_void'] = 'Void'; $_['text_payment'] = 'Payment'; $_['text_rebate'] = 'Rebate'; // Entry $_['entry_merchant_id'] = 'Merchant ID'; $_['entry_secret'] = 'Shared secret'; $_['entry_rebate_password'] = 'Rebate password'; $_['entry_total'] = 'Total'; $_['entry_sort_order'] = 'Sort order'; $_['entry_geo_zone'] = 'Geo zone'; $_['entry_status'] = 'Status'; $_['entry_debug'] = 'Debug logging'; $_['entry_live_demo'] = 'Live / Demo'; $_['entry_auto_settle'] = 'Settlement type'; $_['entry_card_select'] = 'Select card'; $_['entry_tss_check'] = 'TSS checks'; $_['entry_live_url'] = 'Live connection URL'; $_['entry_demo_url'] = 'Demo connection URL'; $_['entry_status_success_settled'] = 'Success - settled'; $_['entry_status_success_unsettled'] = 'Success - not settled'; $_['entry_status_decline'] = 'Decline'; $_['entry_status_decline_pending'] = 'Decline - offline auth'; $_['entry_status_decline_stolen'] = 'Decline - lost or stolen card'; $_['entry_status_decline_bank'] = 'Decline - bank error'; $_['entry_status_void'] = 'Voided'; $_['entry_status_rebate'] = 'Rebated'; $_['entry_notification_url'] = 'Notification URL'; // Help $_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; $_['help_card_select'] = 'Ask the user to choose their card type before they are redirected'; $_['help_notification'] = 'You need to supply this URL to Globalpay to get payment notifications'; $_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; $_['help_dcc_settle'] = 'If your subaccount is DCC enabled you must use Autosettle'; // Tab $_['tab_api'] = 'API Details'; $_['tab_account'] = 'Accounts'; $_['tab_order_status'] = 'Order status'; $_['tab_payment'] = 'Payment settings'; $_['tab_advanced'] = 'Advanced'; // Button $_['button_capture'] = 'Capture'; $_['button_rebate'] = 'Rebate / refund'; $_['button_void'] = 'Void'; // Error $_['error_merchant_id'] = 'Merchant ID is required'; $_['error_secret'] = 'Shared secret is required'; $_['error_live_url'] = 'Live URL is required'; $_['error_demo_url'] = 'Demo URL is required'; $_['error_data_missing'] = 'Data missing'; $_['error_use_select_card'] = 'You must have "Select Card" enabled for subaccount routing by card type to work';