first commit
This commit is contained in:
29
extension/opencart/admin/language/en-gb/report/customer.php
Normal file
29
extension/opencart/admin/language/en-gb/report/customer.php
Normal file
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Customer Report';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_edit'] = 'Edit Customer Report';
|
||||
$_['text_success'] = 'Success: You have modified customers report!';
|
||||
$_['text_filter'] = 'Filter';
|
||||
$_['text_year'] = 'Years';
|
||||
$_['text_month'] = 'Months';
|
||||
$_['text_week'] = 'Weeks';
|
||||
$_['text_day'] = 'Days';
|
||||
$_['text_all_status'] = 'All Statuses';
|
||||
|
||||
// Column
|
||||
$_['column_date_start'] = 'Date Start';
|
||||
$_['column_date_end'] = 'Date End';
|
||||
$_['column_total'] = 'No. Customers';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Date Start';
|
||||
$_['entry_date_end'] = 'Date End';
|
||||
$_['entry_group'] = 'Group By';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify customers report!';
|
@ -0,0 +1,42 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Customer Activity Report';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_edit'] = 'Edit Customer Activity Report';
|
||||
$_['text_success'] = 'Success: You have modified customer activity report!';
|
||||
$_['text_filter'] = 'Filter';
|
||||
$_['text_activity_register'] = '<a href="customer_id=%d">%s</a> registered for an account.';
|
||||
$_['text_activity_edit'] = '<a href="customer_id=%d">%s</a> updated their account details.';
|
||||
$_['text_activity_password'] = '<a href="customer_id=%d">%s</a> updated their account password.';
|
||||
$_['text_activity_reset'] = '<a href="customer_id=%d">%s</a> reset their account password.';
|
||||
$_['text_activity_login'] = '<a href="customer_id=%d">%s</a> logged in.';
|
||||
$_['text_activity_forgotten'] = '<a href="customer_id=%d">%s</a> requested a reset password.';
|
||||
$_['text_activity_address_add'] = '<a href="customer_id=%d">%s</a> added a new address.';
|
||||
$_['text_activity_address_edit'] = '<a href="customer_id=%d">%s</a> updated their address.';
|
||||
$_['text_activity_address_delete'] = '<a href="customer_id=%d">%s</a> deleted one of their addresses.';
|
||||
$_['text_activity_return_account'] = '<a href="customer_id=%d">%s</a> submitted a product return.';
|
||||
$_['text_activity_return_guest'] = '%s submitted a product return.';
|
||||
$_['text_activity_order_account'] = '<a href="customer_id=%d">%s</a> created a <a href="order_id=%d">new order</a>.';
|
||||
$_['text_activity_order_guest'] = '%s created a <a href="order_id=%d">new order</a>.';
|
||||
$_['text_activity_affiliate_add'] = '<a href="customer_id=%d">%s</a> registered for a affiliate account.';
|
||||
$_['text_activity_affiliate_edit'] = '<a href="customer_id=%d">%s</a> updated their affiliate details.';
|
||||
$_['text_activity_transaction'] = '<a href="customer_id=%d">%s</a> received commission from an new <a href="order_id=%d">order</a>.';
|
||||
|
||||
// Column
|
||||
$_['column_customer'] = 'Customer';
|
||||
$_['column_comment'] = 'Comment';
|
||||
$_['column_ip'] = 'IP';
|
||||
$_['column_date_added'] = 'Date Added';
|
||||
|
||||
// Entry
|
||||
$_['entry_customer'] = 'Customer';
|
||||
$_['entry_ip'] = 'IP';
|
||||
$_['entry_date_start'] = 'Date Start';
|
||||
$_['entry_date_end'] = 'Date End';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify customer activity report!';
|
@ -0,0 +1,31 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Customer Orders Report';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_edit'] = 'Edit Customer Orders Report';
|
||||
$_['text_success'] = 'Success: You have modified customer orders report!';
|
||||
$_['text_filter'] = 'Filter';
|
||||
$_['text_all_status'] = 'All Statuses';
|
||||
|
||||
// Column
|
||||
$_['column_customer'] = 'Customer Name';
|
||||
$_['column_email'] = 'E-Mail';
|
||||
$_['column_customer_group'] = 'Customer Group';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_orders'] = 'No. Orders';
|
||||
$_['column_products'] = 'No. Products';
|
||||
$_['column_total'] = 'Total';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Date Start';
|
||||
$_['entry_date_end'] = 'Date End';
|
||||
$_['entry_customer'] = 'Customer';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify customer orders report!';
|
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Customer Reward Points Report';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_edit'] = 'Edit Customer Reward Points Report';
|
||||
$_['text_success'] = 'Success: You have modified customer reward points report!';
|
||||
$_['text_filter'] = 'Filter';
|
||||
|
||||
// Column
|
||||
$_['column_customer'] = 'Customer Name';
|
||||
$_['column_email'] = 'E-Mail';
|
||||
$_['column_customer_group'] = 'Customer Group';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_points'] = 'Reward Points';
|
||||
$_['column_orders'] = 'No. Orders';
|
||||
$_['column_total'] = 'Total';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Date Start';
|
||||
$_['entry_date_end'] = 'Date End';
|
||||
$_['entry_customer'] = 'Customer';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify customer reward points report!';
|
@ -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!';
|
@ -0,0 +1,27 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Customer Subscription Report';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_edit'] = 'Edit Customer Subscription Report';
|
||||
$_['text_success'] = 'Success: You have modified customer subscription report!';
|
||||
$_['text_filter'] = 'Filter';
|
||||
|
||||
// Column
|
||||
$_['column_customer'] = 'Customer Name';
|
||||
$_['column_email'] = 'E-Mail';
|
||||
$_['column_customer_group'] = 'Customer Group';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_total'] = 'Total';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Date Start';
|
||||
$_['entry_date_end'] = 'Date End';
|
||||
$_['entry_customer'] = 'Customer';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify customer subscription report!';
|
@ -0,0 +1,27 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Customer Transaction Report';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_edit'] = 'Edit Customer Transaction Report';
|
||||
$_['text_success'] = 'Success: You have modified customer transaction report!';
|
||||
$_['text_filter'] = 'Filter';
|
||||
|
||||
// Column
|
||||
$_['column_customer'] = 'Customer Name';
|
||||
$_['column_email'] = 'E-Mail';
|
||||
$_['column_customer_group'] = 'Customer Group';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_total'] = 'Total';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Date Start';
|
||||
$_['entry_date_end'] = 'Date End';
|
||||
$_['entry_customer'] = 'Customer';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify customer transaction report!';
|
27
extension/opencart/admin/language/en-gb/report/marketing.php
Normal file
27
extension/opencart/admin/language/en-gb/report/marketing.php
Normal file
@ -0,0 +1,27 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Marketing Report';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_edit'] = 'Edit Marketing Report';
|
||||
$_['text_success'] = 'Success: You have modified marketing report!';
|
||||
$_['text_filter'] = 'Filter';
|
||||
$_['text_all_status'] = 'All Statuses';
|
||||
|
||||
// Column
|
||||
$_['column_campaign'] = 'Campaign Name';
|
||||
$_['column_code'] = 'Code';
|
||||
$_['column_clicks'] = 'Clicks';
|
||||
$_['column_orders'] = 'No. Orders';
|
||||
$_['column_total'] = 'Total';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Date Start';
|
||||
$_['entry_date_end'] = 'Date End';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify marketing report!';
|
@ -0,0 +1,28 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Products Purchased Report';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_edit'] = 'Edit Products Purchased Report';
|
||||
$_['text_success'] = 'Success: You have modified products purchased report!';
|
||||
$_['text_filter'] = 'Filter';
|
||||
$_['text_all_status'] = 'All Statuses';
|
||||
|
||||
// Column
|
||||
$_['column_date_start'] = 'Date Start';
|
||||
$_['column_date_end'] = 'Date End';
|
||||
$_['column_name'] = 'Product Name';
|
||||
$_['column_model'] = 'Model';
|
||||
$_['column_quantity'] = 'Quantity';
|
||||
$_['column_total'] = 'Total';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Date Start';
|
||||
$_['entry_date_end'] = 'Date End';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify products purchased report!';
|
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Products Viewed Report';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_edit'] = 'Edit Products Viewed Report';
|
||||
$_['text_success'] = 'Success: You have reset the products viewed report!';
|
||||
$_['text_progress'] = 'Progressed %s of %s!';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Product Name';
|
||||
$_['column_model'] = 'Model';
|
||||
$_['column_viewed'] = 'Viewed';
|
||||
$_['column_percent'] = 'Percent';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify products viewed report!';
|
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Coupons Report';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_edit'] = 'Edit Coupons Report';
|
||||
$_['text_success'] = 'Success: You have modified coupon report!';
|
||||
$_['text_filter'] = 'Filter';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Coupon Name';
|
||||
$_['column_code'] = 'Code';
|
||||
$_['column_orders'] = 'Orders';
|
||||
$_['column_total'] = 'Total';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Date Start';
|
||||
$_['entry_date_end'] = 'Date End';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify coupon report!';
|
@ -0,0 +1,33 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Sales Report';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_edit'] = 'Edit Sales Report';
|
||||
$_['text_success'] = 'Success: You have modified sales report!';
|
||||
$_['text_filter'] = 'Filter';
|
||||
$_['text_year'] = 'Years';
|
||||
$_['text_month'] = 'Months';
|
||||
$_['text_week'] = 'Weeks';
|
||||
$_['text_day'] = 'Days';
|
||||
$_['text_all_status'] = 'All Statuses';
|
||||
|
||||
// Column
|
||||
$_['column_date_start'] = 'Date Start';
|
||||
$_['column_date_end'] = 'Date End';
|
||||
$_['column_orders'] = 'No. Orders';
|
||||
$_['column_products'] = 'No. Products';
|
||||
$_['column_tax'] = 'Tax';
|
||||
$_['column_total'] = 'Total';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Date Start';
|
||||
$_['entry_date_end'] = 'Date End';
|
||||
$_['entry_group'] = 'Group By';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify sales report!';
|
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Returns Report';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_edit'] = 'Edit Returns Report';
|
||||
$_['text_success'] = 'Success: You have modified returns report!';
|
||||
$_['text_filter'] = 'Filter';
|
||||
$_['text_year'] = 'Years';
|
||||
$_['text_month'] = 'Months';
|
||||
$_['text_week'] = 'Weeks';
|
||||
$_['text_day'] = 'Days';
|
||||
$_['text_all_status'] = 'All Statuses';
|
||||
|
||||
// Column
|
||||
$_['column_date_start'] = 'Date Start';
|
||||
$_['column_date_end'] = 'Date End';
|
||||
$_['column_returns'] = 'No. Returns';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Date Start';
|
||||
$_['entry_date_end'] = 'Date End';
|
||||
$_['entry_group'] = 'Group By';
|
||||
$_['entry_return_status'] = 'Return Status';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify returns report!';
|
@ -0,0 +1,32 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Shipping Report';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_edit'] = 'Edit Shipping Report';
|
||||
$_['text_success'] = 'Success: You have modified shipping report!';
|
||||
$_['text_filter'] = 'Filter';
|
||||
$_['text_year'] = 'Years';
|
||||
$_['text_month'] = 'Months';
|
||||
$_['text_week'] = 'Weeks';
|
||||
$_['text_day'] = 'Days';
|
||||
$_['text_all_status'] = 'All Statuses';
|
||||
|
||||
// Column
|
||||
$_['column_date_start'] = 'Date Start';
|
||||
$_['column_date_end'] = 'Date End';
|
||||
$_['column_title'] = 'Shipping Title';
|
||||
$_['column_orders'] = 'No. Orders';
|
||||
$_['column_total'] = 'Total';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Date Start';
|
||||
$_['entry_date_end'] = 'Date End';
|
||||
$_['entry_group'] = 'Group By';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify shipping report!';
|
32
extension/opencart/admin/language/en-gb/report/sale_tax.php
Normal file
32
extension/opencart/admin/language/en-gb/report/sale_tax.php
Normal file
@ -0,0 +1,32 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Tax Report';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_edit'] = 'Edit Tax Report';
|
||||
$_['text_success'] = 'Success: You have modified tax report!';
|
||||
$_['text_filter'] = 'Filter';
|
||||
$_['text_year'] = 'Years';
|
||||
$_['text_month'] = 'Months';
|
||||
$_['text_week'] = 'Weeks';
|
||||
$_['text_day'] = 'Days';
|
||||
$_['text_all_status'] = 'All Statuses';
|
||||
|
||||
// Column
|
||||
$_['column_date_start'] = 'Date Start';
|
||||
$_['column_date_end'] = 'Date End';
|
||||
$_['column_title'] = 'Tax Title';
|
||||
$_['column_orders'] = 'No. Orders';
|
||||
$_['column_total'] = 'Total';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Date Start';
|
||||
$_['entry_date_end'] = 'Date End';
|
||||
$_['entry_group'] = 'Group By';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify tax report!';
|
Reference in New Issue
Block a user