aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/en-gb/report/statistics.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/admin/language/en-gb/report/statistics.php')
-rw-r--r--public/admin/language/en-gb/report/statistics.php24
1 files changed, 24 insertions, 0 deletions
diff --git a/public/admin/language/en-gb/report/statistics.php b/public/admin/language/en-gb/report/statistics.php
new file mode 100644
index 0000000..8948186
--- /dev/null
+++ b/public/admin/language/en-gb/report/statistics.php
@@ -0,0 +1,24 @@
+<?php
+// Heading
+$_['heading_title'] = 'Statistics';
+
+// Text
+$_['text_success'] = 'Success: You have modified statistics!';
+$_['text_list'] = 'Statistics List';
+$_['text_order_sale'] = 'Order Sales';
+$_['text_order_processing'] = 'Orders Processing';
+$_['text_order_complete'] = 'Orders Complete';
+$_['text_order_other'] = 'Orders Other';
+$_['text_returns'] = 'Returns';
+$_['text_customer'] = 'Customers Waiting for Approval';
+$_['text_affiliate'] = 'Affiliates Waiting for Approval';
+$_['text_product'] = 'Out of stock products';
+$_['text_review'] = 'Pending Reviews';
+
+// Column
+$_['column_name'] = 'Statistics Name';
+$_['column_value'] = 'Value';
+$_['column_action'] = 'Action';
+
+// Error
+$_['error_permission'] = 'Warning: You do not have permission to modify statistics!'; \ No newline at end of file