aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/en-gb/catalog/manufacturer.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/admin/language/en-gb/catalog/manufacturer.php')
-rw-r--r--public/admin/language/en-gb/catalog/manufacturer.php33
1 files changed, 33 insertions, 0 deletions
diff --git a/public/admin/language/en-gb/catalog/manufacturer.php b/public/admin/language/en-gb/catalog/manufacturer.php
new file mode 100644
index 0000000..05889c4
--- /dev/null
+++ b/public/admin/language/en-gb/catalog/manufacturer.php
@@ -0,0 +1,33 @@
+<?php
+// Heading
+$_['heading_title'] = 'Manufacturers';
+
+// Text
+$_['text_success'] = 'Success: You have modified manufacturers!';
+$_['text_list'] = 'Manufacturer List';
+$_['text_add'] = 'Add Manufacturer';
+$_['text_edit'] = 'Edit Manufacturer';
+$_['text_default'] = 'Default';
+$_['text_percent'] = 'Percentage';
+$_['text_amount'] = 'Fixed Amount';
+$_['text_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the SEO URL is globally unique.';
+
+// Column
+$_['column_name'] = 'Manufacturer Name';
+$_['column_sort_order'] = 'Sort Order';
+$_['column_action'] = 'Action';
+
+// Entry
+$_['entry_name'] = 'Manufacturer Name';
+$_['entry_store'] = 'Stores';
+$_['entry_keyword'] = 'Keyword';
+$_['entry_image'] = 'Image';
+$_['entry_sort_order'] = 'Sort Order';
+$_['entry_type'] = 'Type';
+
+// Error
+$_['error_permission'] = 'Warning: You do not have permission to modify manufacturers!';
+$_['error_name'] = 'Manufacturer Name must be between 1 and 64 characters!';
+$_['error_keyword'] = 'SEO URL already in use!';
+$_['error_unique'] = 'SEO URL must be unique!';
+$_['error_product'] = 'Warning: This manufacturer cannot be deleted as it is currently assigned to %s products!'; \ No newline at end of file