free.php (608B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Free Shipping'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified free shipping!'; 8 $_['text_edit'] = 'Edit Free Shipping'; 9 10 // Entry 11 $_['entry_total'] = 'Total'; 12 $_['entry_geo_zone'] = 'Geo Zone'; 13 $_['entry_status'] = 'Status'; 14 $_['entry_sort_order'] = 'Sort Order'; 15 16 // Help 17 $_['help_total'] = 'Sub-Total amount needed before the free shipping module becomes available.'; 18 19 // Error 20 $_['error_permission'] = 'Warning: You do not have permission to modify free shipping!';