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,16 @@
<?php
// Heading
$_['heading_title'] = 'Analytics';
// Text
$_['text_success'] = 'Success: You have modified analytics!';
$_['text_list'] = 'Analytics List';
// Column
$_['column_name'] = 'Analytics Name';
$_['column_status'] = 'Status';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify analytics!';
$_['error_extension'] = 'Warning: Extension does not exist!';

View File

@ -0,0 +1,16 @@
<?php
// Heading
$_['heading_title'] = 'Captchas';
// Text
$_['text_success'] = 'Success: You have modified captchas!';
$_['text_list'] = 'Captcha List';
// Column
$_['column_name'] = 'Captcha Name';
$_['column_status'] = 'Status';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify captchas!';
$_['error_extension'] = 'Warning: Extension does not exist!';

View File

@ -0,0 +1,16 @@
<?php
// Heading
$_['heading_title'] = 'Currency Rates';
// Text
$_['text_success'] = 'Success: You have modified currencies rates!';
$_['text_list'] = 'Currency Rate List';
// Column
$_['column_name'] = 'Currency Rate Name';
$_['column_status'] = 'Status';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify currencies rates!';
$_['error_extension'] = 'Warning: Extension does not exist!';

View File

@ -0,0 +1,18 @@
<?php
// Heading
$_['heading_title'] = 'Dashboard';
// Text
$_['text_success'] = 'Success: You have modified dashboards!';
$_['text_list'] = 'Dashboard List';
// Column
$_['column_name'] = 'Dashboard Name';
$_['column_width'] = 'Width';
$_['column_status'] = 'Status';
$_['column_sort_order'] = 'Sort Order';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify dashboards!';
$_['error_extension'] = 'Warning: Extension does not exist!';

View File

@ -0,0 +1,16 @@
<?php
// Heading
$_['heading_title'] = 'Feeds';
// Text
$_['text_success'] = 'Success: You have modified feeds!';
$_['text_list'] = 'Feed List';
// Column
$_['column_name'] = 'Product Feed Name';
$_['column_status'] = 'Status';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify feeds!';
$_['error_extension'] = 'Warning: Extension does not exist!';

View File

@ -0,0 +1,16 @@
<?php
// Heading
$_['heading_title'] = 'Anti-Fraud';
// Text
$_['text_success'] = 'Success: You have modified anti-fraud!';
$_['text_list'] = 'Anti-Fraud List';
// Column
$_['column_name'] = 'Anti-Fraud Name';
$_['column_status'] = 'Status';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify anti-fraud!';
$_['error_extension'] = 'Warning: Extension does not exist!';

View File

@ -0,0 +1,16 @@
<?php
// Heading
$_['heading_title'] = 'Languages';
// Text
$_['text_success'] = 'Success: You have modified languages!';
$_['text_list'] = 'Language List';
// Column
$_['column_name'] = 'Language Name';
$_['column_status'] = 'Status';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify languages!';
$_['error_extension'] = 'Warning: Extension does not exist!';

View File

@ -0,0 +1,16 @@
<?php
// Heading
$_['heading_title'] = 'Marketplaces';
// Text
$_['text_success'] = 'Success: You have modified marketplaces!';
$_['text_list'] = 'Marketplace List';
// Column
$_['column_name'] = 'Marketplace Name';
$_['column_status'] = 'Status';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify marketplaces!';
$_['error_extension'] = 'Warning: Extension does not exist!';

View File

@ -0,0 +1,24 @@
<?php
// Heading
$_['heading_title'] = 'Modules';
// Text
$_['text_success'] = 'Success: You have modified modules!';
$_['text_layout'] = 'After you have installed and configured a module you can add it to a layout <a href="%s" class="alert-link">here</a>!';
$_['text_add'] = 'Add Module';
$_['text_list'] = 'Module List';
// Column
$_['column_name'] = 'Module Name';
$_['column_status'] = 'Status';
$_['column_action'] = 'Action';
// Entry
$_['entry_code'] = 'Module';
$_['entry_name'] = 'Module Name';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify modules!';
$_['error_extension'] = 'Warning: Extension does not exist!';
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
$_['error_code'] = 'Extension required!';

View File

@ -0,0 +1,16 @@
<?php
// Heading
$_['heading_title'] = 'Other';
// Text
$_['text_success'] = 'Success: You have modified other extension!';
$_['text_list'] = 'Other List';
// Column
$_['column_name'] = 'Other Name';
$_['column_status'] = 'Status';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify other extension!';
$_['error_extension'] = 'Warning: Extension does not exist!';

View File

@ -0,0 +1,18 @@
<?php
// Heading
$_['heading_title'] = 'Payments';
// Text
$_['text_success'] = 'Success: You have modified payments!';
$_['text_list'] = 'Payment List';
// Column
$_['column_name'] = 'Payment Method';
$_['column_vendor'] = 'Vendor';
$_['column_status'] = 'Status';
$_['column_sort_order'] = 'Sort Order';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify payments!';
$_['error_extension'] = 'Warning: Extension does not exist!';

View File

@ -0,0 +1,3 @@
<?php
// Heading Title
$_['heading_title'] = 'Promotion';

View File

@ -0,0 +1,17 @@
<?php
// Heading
$_['heading_title'] = 'Reports';
// Text
$_['text_success'] = 'Success: You have modified reports!';
$_['text_list'] = 'Reports List';
// Column
$_['column_name'] = 'Report Name';
$_['column_status'] = 'Status';
$_['column_sort_order'] = 'Sort Order';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify reports!';
$_['error_extension'] = 'Warning: Extension does not exist!';

View File

@ -0,0 +1,17 @@
<?php
// Heading
$_['heading_title'] = 'Shipping';
// Text
$_['text_success'] = 'Success: You have modified shipping!';
$_['text_list'] = 'Shipping List';
// Column
$_['column_name'] = 'Shipping Method';
$_['column_status'] = 'Status';
$_['column_sort_order'] = 'Sort Order';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify shipping!';
$_['error_extension'] = 'Warning: Extension does not exist!';

View File

@ -0,0 +1,15 @@
<?php
// Heading
$_['heading_title'] = 'Themes';
// Text
$_['text_success'] = 'Success: You have modified themes!';
// Column
$_['column_name'] = 'Theme Name';
$_['column_status'] = 'Status';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify themes!';
$_['error_extension'] = 'Warning: Extension does not exist!';

View File

@ -0,0 +1,16 @@
<?php
// Heading
$_['heading_title'] = 'Order Totals';
// Text
$_['text_success'] = 'Success: You have modified totals!';
// Column
$_['column_name'] = 'Order Totals';
$_['column_status'] = 'Status';
$_['column_sort_order'] = 'Sort Order';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify totals!';
$_['error_extension'] = 'Warning: Extension does not exist!';