length_class.php (1182B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Length Classes'; 4 5 // Text 6 $_['text_success'] = 'Success: You have modified length classes!'; 7 $_['text_list'] = 'Length Class List'; 8 $_['text_add'] = 'Add Length Class'; 9 $_['text_edit'] = 'Edit Length Class'; 10 11 // Column 12 $_['column_title'] = 'Length Title'; 13 $_['column_unit'] = 'Length Unit'; 14 $_['column_value'] = 'Value'; 15 $_['column_action'] = 'Action'; 16 17 // Entry 18 $_['entry_title'] = 'Length Title'; 19 $_['entry_unit'] = 'Length Unit'; 20 $_['entry_value'] = 'Value'; 21 22 // Help 23 $_['help_value'] = 'Set to 1.00000 if this is your default length.'; 24 25 // Error 26 $_['error_permission'] = 'Warning: You do not have permission to modify length classes!'; 27 $_['error_title'] = 'Length Title must be between 3 and 32 characters!'; 28 $_['error_unit'] = 'Length Unit must be between 1 and 4 characters!'; 29 $_['error_default'] = 'Warning: This length class cannot be deleted as it is currently assigned as the default store length class!'; 30 $_['error_product'] = 'Warning: This length class cannot be deleted as it is currently assigned to %s products!';