Your IP : 216.73.216.95


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

<?php
// Header Variables
$_['heading_title'] = 'Rave Payment Gateway';

// Copy Variables
$_['text_payment'] = 'Payment';
$_['text_extension']     = 'Extensions';

$_['text_success'] = 'Success: You have modified Rave Payment Gateway details!';
$_['text_edit'] = 'Edit Rave Payment Gateway';
$_['text_rave'] = '<a target="_BLANK" href="https://ravepay.co"><img src="view/image/payment/rave.svg" alt="Rave" title="Rave" style="border: 1px solid #cccccc;" /></a>';
$_['text_pay'] = 'Pay';
$_['text_disable_payment'] = 'Disable Payment Method';

// Gateway parameters
$_['entry_test_public_key'] = 'Test Public Key:';
$_['entry_test_secret_key'] = 'Test Secret Key:';
$_['entry_live_public_key'] = 'Live Public Key:';
$_['entry_live_secret_key'] = 'Live Secret Key:';

$_['entry_live'] = 'Live Mode';
$_['entry_debug'] = 'Sandbox(Test) 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 Variables
$_['help_live'] = 'Use the live mode to process transactions? Request Go Live on the Rave 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 Messages
$_['error_permission'] = 'Warning: You do not have permission to modify the Rave module!';
$_['error_test_public_key'] = 'Test Public key is required for test mode!';
$_['error_test_secret_key'] = 'Test Secret key  is required for test mode!';
$_['error_live_public_key'] = 'Live Public key is required for live mode!';
$_['error_live_secret_key'] = 'Live Secret key  is required for live mode!';