Your IP : 216.73.216.95


Current Path : /var/www/alh/system/admin/language/english/payment/
Upload File :
Current File : /var/www/alh/system/admin/language/english/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_approved_status'] = 'Approved Status';
$_['entry_declined_status'] = 'Declined Status:';
$_['entry_error_status'] = 'Error Status:';
$_['entry_geo_zone'] = 'Geo Zone';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';

// 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 module!';
$_['error_test_keys'] = 'Both Test keys are required for test mode!';
$_['error_live_keys'] = 'Both Live keys are required for live mode!';