sagepay_us.php (860B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Sage Payment Solutions (US)'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified SagePay account details!'; 8 $_['text_edit'] = 'Edit Sage Payment Solutions (US)'; 9 10 // Entry 11 $_['entry_merchant_id'] = 'Merchant ID'; 12 $_['entry_merchant_key'] = 'Merchant Key'; 13 $_['entry_total'] = 'Total'; 14 $_['entry_order_status'] = 'Order Status'; 15 $_['entry_geo_zone'] = 'Geo Zone'; 16 $_['entry_status'] = 'Status'; 17 $_['entry_sort_order'] = 'Sort Order'; 18 19 // Help 20 $_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; 21 22 // Error 23 $_['error_permission'] = 'Warning: You do not have permission to modify payment SagePay!'; 24 $_['error_merchant_id'] = 'Merchant ID Required!'; 25 $_['error_merchant_key'] = 'Merchant Key Required!';