free_checkout.php (703B)
1 <?php 2 /* 3 * OpenCart 2.3.0.2 Bulgarian translation 4 * Author: Veselin Totev (veselin.totev@gmail.com) 5 * License: Free to use 6 * Donate: 7 * PayPal: veselin.totev@gmail.com 8 * Bitcoin: 1P3Zk93fhKURWT1rXiYxiLGuJ59oETxuTi 9 */ 10 // Heading 11 $_['heading_title'] = 'Free Checkout'; 12 13 // Text 14 $_['text_extension'] = 'Плащания'; 15 $_['text_success'] = 'Success: You have modified Free Checkout payment module!'; 16 $_['text_edit'] = 'Edit Free Checkout'; 17 18 // Entry 19 $_['entry_order_status'] = 'Order Status'; 20 $_['entry_status'] = 'Status'; 21 $_['entry_sort_order'] = 'Sort Order'; 22 23 // Error 24 $_['error_permission'] = 'Warning: You do not have permission to modify payment Free Checkout!';