liqpay.php (1055B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'LIQPAY'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified LIQPAY account details!'; 8 $_['text_edit'] = 'Edit LIQPAY'; 9 $_['text_pay'] = 'LIQPAY'; 10 $_['text_card'] = 'Credit Card'; 11 $_['text_liqpay'] = '<img src="view/image/payment/liqpay.png" alt="LIQPAY" title="LIQPAY" style="border: 1px solid #EEEEEE;" />'; 12 13 // Entry 14 $_['entry_merchant'] = 'Merchant ID'; 15 $_['entry_signature'] = 'Signature'; 16 $_['entry_type'] = 'Type'; 17 $_['entry_total'] = 'Total'; 18 $_['entry_order_status'] = 'Order Status'; 19 $_['entry_geo_zone'] = 'Geo Zone'; 20 $_['entry_status'] = 'Status'; 21 $_['entry_sort_order'] = 'Sort Order'; 22 23 // Help 24 $_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; 25 26 // Error 27 $_['error_permission'] = 'Warning: You do not have permission to modify payment LIQPAY!'; 28 $_['error_merchant'] = 'Merchant ID Required!'; 29 $_['error_signature'] = 'Signature Required!';