flat.php (542B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Flat Rate'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified flat rate shipping!'; 8 $_['text_edit'] = 'Edit Flat Rate Shipping'; 9 10 // Entry 11 $_['entry_cost'] = 'Cost'; 12 $_['entry_tax_class'] = 'Tax Class'; 13 $_['entry_geo_zone'] = 'Geo Zone'; 14 $_['entry_status'] = 'Status'; 15 $_['entry_sort_order'] = 'Sort Order'; 16 17 // Error 18 $_['error_permission'] = 'Warning: You do not have permission to modify flat rate shipping!';