Current Path : /var/www/alh/admin/language/english/localisation/ |
Current File : /var/www/alh/admin/language/english/localisation/length_class.php |
<?php // Heading $_['heading_title'] = 'Length Class'; // Text $_['text_success'] = 'Success: You have modified length classes!'; // Column $_['column_title'] = 'Length Title'; $_['column_unit'] = 'Length Unit'; $_['column_value'] = 'Value'; $_['column_action'] = 'Action'; // Entry $_['entry_title'] = 'Length Title:'; $_['entry_unit'] = 'Length Unit:'; $_['entry_value'] = 'Value:<br /><span class="help">Set to 1.00000 if this is your default length.</span>'; // Error $_['error_permission'] = 'Warning: You do not have permission to modify length classes!'; $_['error_title'] = 'Length Title must be between 3 and 32 characters!'; $_['error_unit'] = 'Length Unit must be between 1 and 4 characters!'; $_['error_default'] = 'Warning: This length class cannot be deleted as it is currently assigned as the default store length class!'; $_['error_product'] = 'Warning: This length class cannot be deleted as it is currently assigned to %s products!'; ?>