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