first commit

This commit is contained in:
sujan
2024-08-06 18:06:00 +05:45
commit a2fa49071a
2745 changed files with 391199 additions and 0 deletions

View File

@ -0,0 +1,32 @@
<?php
// Heading
$_['heading_title'] = 'Recent Activity';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified dashboard activity!';
$_['text_edit'] = 'Edit Dashboard Recent Activity';
$_['text_activity_register'] = '<a href="customer_id=%d">%s</a> registered a new 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> has 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 <a href="return_id=%d">return</a>.';
$_['text_activity_return_guest'] = '%s submitted a product <a href="return_id=%d">return</a>.';
$_['text_activity_order_account'] = '<a href="customer_id=%d">%s</a> added 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>.';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_width'] = 'Width';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard activity!';

View File

@ -0,0 +1,22 @@
<?php
// Heading
$_['heading_title'] = 'Sales Analytics';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified dashboard chart!';
$_['text_edit'] = 'Edit Dashboard Chart';
$_['text_order'] = 'Orders';
$_['text_customer'] = 'Customers';
$_['text_day'] = 'Today';
$_['text_week'] = 'Week';
$_['text_month'] = 'Month';
$_['text_year'] = 'Year';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_width'] = 'Width';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard chart!';

View File

@ -0,0 +1,17 @@
<?php
// Heading
$_['heading_title'] = 'Total Customers';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified dashboard customer!';
$_['text_edit'] = 'Edit Dashboard Customer';
$_['text_view'] = 'View more...';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_width'] = 'Width';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard customer!';

View File

@ -0,0 +1,18 @@
<?php
// Heading
$_['heading_title'] = 'World Map';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified dashboard map!';
$_['text_edit'] = 'Edit Dashboard Map';
$_['text_order'] = 'Orders';
$_['text_sale'] = 'Sales';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_width'] = 'Width';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard map!';

View File

@ -0,0 +1,17 @@
<?php
// Heading
$_['heading_title'] = 'People Online';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified dashboard online!';
$_['text_edit'] = 'Edit Dashboard Online';
$_['text_view'] = 'View more...';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_width'] = 'Width';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard online!';

View File

@ -0,0 +1,17 @@
<?php
// Heading
$_['heading_title'] = 'Total Orders';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified dashboard orders!';
$_['text_edit'] = 'Edit Dashboard Orders';
$_['text_view'] = 'View more...';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_width'] = 'Width';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard orders!';

View File

@ -0,0 +1,24 @@
<?php
// Heading
$_['heading_title'] = 'Latest Orders';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified dashboard recent orders!';
$_['text_edit'] = 'Edit Dashboard Recent Orders';
// Column
$_['column_order_id'] = 'Order ID';
$_['column_customer'] = 'Customer';
$_['column_status'] = 'Status';
$_['column_total'] = 'Total';
$_['column_date_added'] = 'Date Added';
$_['column_action'] = 'Action';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_width'] = 'Width';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard recent orders!';

View File

@ -0,0 +1,17 @@
<?php
// Heading
$_['heading_title'] = 'Total Sales';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified dashboard sales!';
$_['text_edit'] = 'Edit Dashboard Sales';
$_['text_view'] = 'View more...';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_width'] = 'Width';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard sales!';