Your IP : 216.73.216.95


Current Path : /var/test/www/alh/admin/language/en-gb/extension/payment/
Upload File :
Current File : /var/test/www/alh/admin/language/en-gb/extension/payment/paystack.php

<?php
// Heading
$_['heading_title']         = 'Paystack';

// Text
$_['text_payment']          = 'Payment';
$_['text_success']          = 'Success: You have modified Paystack details!';
$_['text_edit']             = 'Edit Paystack';
$_['text_paystack']         = '<a target="_BLANK" href="http://www.paystack.com"><img src="view/image/payment/paystack.png" alt="Paystack" title="Paystack" style="border: 1px solid #cccccc;" /></a>';
$_['text_pay']              = 'Pay';
$_['text_disable_payment']  = 'Disable Payment Method';

// Entry
$_['entry_live_secret']     = 'Live Secret Key:';
$_['entry_live_public']     = 'Live Public Key:';
$_['entry_test_secret']     = 'Test Secret Key:';
$_['entry_test_public']     = 'Test Public Key:';

$_['entry_live']            = 'Live Mode';
$_['entry_debug']           = 'Debug Mode';
$_['entry_total']           = 'Total';
$_['entry_order_status']	= 'Order Status';
$_['entry_pending_status']	= 'Pending Status ';
$_['entry_canceled_status']	= 'Canceled Status';
$_['entry_failed_status']   = 'Failed Status';
$_['entry_geo_zone']        = 'Geo Zone';
$_['entry_status']          = 'Status';
$_['entry_sort_order']      = 'Sort Order';

// Tab
$_['tab_general']           = 'General';
$_['tab_order_status']      = 'Order Status';

// Help
$_['help_live']             = 'Use the live mode to process transactions. Request Go Live on the Paystack Dashboard to get live keys.';
$_['help_debug']            = 'Logs additional information to the system log';
$_['help_total']            = 'The checkout total the order must reach before this payment method becomes active';

// Error
$_['error_permission']      = 'Warning: You do not have permission to modify the Paystack extension!';
$_['error_test_keys']       = 'Both test keys are required for test mode!';
$_['error_live_keys']       = 'Both live keys are required for live mode!';