geo_zone.php (1021B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Geo Zones'; 4 5 // Text 6 $_['text_success'] = 'Success: You have modified geo zones!'; 7 $_['text_list'] = 'Geo Zone List'; 8 $_['text_add'] = 'Add Geo Zone'; 9 $_['text_edit'] = 'Edit Geo Zone'; 10 $_['text_geo_zone'] = 'Geo Zones'; 11 12 // Column 13 $_['column_name'] = 'Geo Zone Name'; 14 $_['column_description'] = 'Description'; 15 $_['column_action'] = 'Action'; 16 17 // Entry 18 $_['entry_name'] = 'Geo Zone Name'; 19 $_['entry_description'] = 'Description'; 20 $_['entry_country'] = 'Country'; 21 $_['entry_zone'] = 'Zone'; 22 23 // Error 24 $_['error_permission'] = 'Warning: You do not have permission to modify geo zones!'; 25 $_['error_name'] = 'Geo Zone Name must be between 3 and 32 characters!'; 26 $_['error_description'] = 'Description Name must be between 3 and 255 characters!'; 27 $_['error_tax_rate'] = 'Warning: This geo zone cannot be deleted as it is currently assigned to one or more tax rates!';