aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/en-gb/extension/report/customer_search.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/admin/language/en-gb/extension/report/customer_search.php')
-rw-r--r--public/admin/language/en-gb/extension/report/customer_search.php31
1 files changed, 31 insertions, 0 deletions
diff --git a/public/admin/language/en-gb/extension/report/customer_search.php b/public/admin/language/en-gb/extension/report/customer_search.php
new file mode 100644
index 0000000..412bbdd
--- /dev/null
+++ b/public/admin/language/en-gb/extension/report/customer_search.php
@@ -0,0 +1,31 @@
+<?php
+// Heading
+$_['heading_title'] = 'Customer Searches Report';
+
+// Text
+$_['text_extension'] = 'Extensions';
+$_['text_edit'] = 'Edit Customer Searches Report';
+$_['text_success'] = 'Success: You have modified customer searches report!';
+$_['text_filter'] = 'Filter';
+$_['text_guest'] = 'Guest';
+$_['text_customer'] = '<a href="%s">%s</a>';
+
+// Column
+$_['column_keyword'] = 'Keyword';
+$_['column_products'] = 'Found Products';
+$_['column_category'] = 'Category';
+$_['column_customer'] = 'Customer';
+$_['column_ip'] = 'IP';
+$_['column_date_added'] = 'Date Added';
+
+// Entry
+$_['entry_date_start'] = 'Date Start';
+$_['entry_date_end'] = 'Date End';
+$_['entry_keyword'] = 'Keyword';
+$_['entry_customer'] = 'Customer';
+$_['entry_ip'] = 'IP';
+$_['entry_status'] = 'Status';
+$_['entry_sort_order'] = 'Sort Order';
+
+// Error
+$_['error_permission'] = 'Warning: You do not have permission to modify customer searches report!'; \ No newline at end of file