aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/en-gb/sale/voucher_theme.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/admin/language/en-gb/sale/voucher_theme.php')
-rw-r--r--public/admin/language/en-gb/sale/voucher_theme.php24
1 files changed, 24 insertions, 0 deletions
diff --git a/public/admin/language/en-gb/sale/voucher_theme.php b/public/admin/language/en-gb/sale/voucher_theme.php
new file mode 100644
index 0000000..ed52159
--- /dev/null
+++ b/public/admin/language/en-gb/sale/voucher_theme.php
@@ -0,0 +1,24 @@
+<?php
+// Heading
+$_['heading_title'] = 'Voucher Themes';
+
+// Text
+$_['text_success'] = 'Success: You have modified voucher themes!';
+$_['text_list'] = 'Voucher Theme List';
+$_['text_add'] = 'Add Voucher Theme';
+$_['text_edit'] = 'Edit Voucher Theme';
+
+// Column
+$_['column_name'] = 'Voucher Theme Name';
+$_['column_action'] = 'Action';
+
+// Entry
+$_['entry_name'] = 'Voucher Theme Name';
+$_['entry_description'] = 'Voucher Theme Description';
+$_['entry_image'] = 'Image';
+
+// Error
+$_['error_permission'] = 'Warning: You do not have permission to modify voucher themes!';
+$_['error_name'] = 'Voucher Theme Name must be between 3 and 32 characters!';
+$_['error_image'] = 'Image required!';
+$_['error_voucher'] = 'Warning: This voucher theme cannot be deleted as it is currently assigned to %s vouchers!'; \ No newline at end of file