klarna_fee.php (775B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Klarna Fee'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified Klarna fee total!'; 8 $_['text_edit'] = 'Edit Klarna Fee Total'; 9 $_['text_sweden'] = 'Sweden'; 10 $_['text_norway'] = 'Norway'; 11 $_['text_finland'] = 'Finland'; 12 $_['text_denmark'] = 'Denmark'; 13 $_['text_germany'] = 'Germany'; 14 $_['text_netherlands'] = 'The Netherlands'; 15 16 // Entry 17 $_['entry_total'] = 'Order Total'; 18 $_['entry_fee'] = 'Invoice Fee'; 19 $_['entry_tax_class'] = 'Tax Class'; 20 $_['entry_status'] = 'Status'; 21 $_['entry_sort_order'] = 'Sort Order'; 22 23 // Error 24 $_['error_permission'] = 'Warning: You do not have permission to modify Klarna fee total!';