attribute.php (1032B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Attributes'; 4 5 // Text 6 $_['text_success'] = 'Success: You have modified attributes!'; 7 $_['text_list'] = 'Attribute List'; 8 $_['text_add'] = 'Add Attribute'; 9 $_['text_edit'] = 'Edit Attribute'; 10 11 // Column 12 $_['column_name'] = 'Attribute Name'; 13 $_['column_attribute_group'] = 'Attribute Group'; 14 $_['column_sort_order'] = 'Sort Order'; 15 $_['column_action'] = 'Action'; 16 17 // Entry 18 $_['entry_name'] = 'Attribute Name'; 19 $_['entry_attribute_group'] = 'Attribute Group'; 20 $_['entry_sort_order'] = 'Sort Order'; 21 22 // Error 23 $_['error_permission'] = 'Warning: You do not have permission to modify attributes!'; 24 $_['error_attribute_group'] = 'Attribute Group Required!'; 25 $_['error_name'] = 'Attribute Name must be between 1 and 64 characters!'; 26 $_['error_product'] = 'Warning: This attribute cannot be deleted as it is currently assigned to %s products!';