location.php (1517B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Store Locations'; 4 5 // Text 6 $_['text_success'] = 'Success: You have modified store locations!'; 7 $_['text_list'] = 'Store Location List'; 8 $_['text_add'] = 'Add Store Location'; 9 $_['text_edit'] = 'Edit Store Location'; 10 $_['text_default'] = 'Default'; 11 $_['text_time'] = 'Opening Times'; 12 $_['text_geocode'] = 'Geocode was not successful for the following reason:'; 13 14 // Column 15 $_['column_name'] = 'Store Name'; 16 $_['column_address'] = 'Address'; 17 $_['column_action'] = 'Action'; 18 19 // Entry 20 $_['entry_name'] = 'Store Name'; 21 $_['entry_address'] = 'Address'; 22 $_['entry_geocode'] = 'Geocode'; 23 $_['entry_telephone'] = 'Telephone'; 24 $_['entry_fax'] = 'Fax'; 25 $_['entry_image'] = 'Image'; 26 $_['entry_open'] = 'Opening Times'; 27 $_['entry_comment'] = 'Comment'; 28 29 // Help 30 $_['help_geocode'] = 'Please enter your store location geocode manually.'; 31 $_['help_open'] = 'Fill in your stores opening times.'; 32 $_['help_comment'] = 'This field is for any special notes you would like to tell the customer i.e. Store does not accept cheques.'; 33 34 // Error 35 $_['error_permission'] = 'Warning: You do not have permission to modify store locations!'; 36 $_['error_name'] = 'Store name must be between 3 and 32 characters!'; 37 $_['error_address'] = 'Address must be between 3 and 128 characters!'; 38 $_['error_telephone'] = 'Telephone must be between 3 and 32 characters!';