diff options
Diffstat (limited to 'public/admin/language/en-gb/catalog/attribute_group.php')
-rw-r--r-- | public/admin/language/en-gb/catalog/attribute_group.php | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/public/admin/language/en-gb/catalog/attribute_group.php b/public/admin/language/en-gb/catalog/attribute_group.php new file mode 100644 index 0000000..a6a4c2c --- /dev/null +++ b/public/admin/language/en-gb/catalog/attribute_group.php @@ -0,0 +1,24 @@ +<?php +// Heading +$_['heading_title'] = 'Attribute Groups'; + +// Text +$_['text_success'] = 'Success: You have modified attribute groups!'; +$_['text_list'] = 'Attribute Group List'; +$_['text_add'] = 'Add Attribute Group'; +$_['text_edit'] = 'Edit Attribute Group'; + +// Column +$_['column_name'] = 'Attribute Group Name'; +$_['column_sort_order'] = 'Sort Order'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Attribute Group Name'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify attribute groups!'; +$_['error_name'] = 'Attribute Group Name must be between 1 and 64 characters!'; +$_['error_attribute'] = 'Warning: This attribute group cannot be deleted as it is currently assigned to %s attributes!'; +$_['error_product'] = 'Warning: This attribute group cannot be deleted as it is currently assigned to %s products!';
\ No newline at end of file |