first commit
This commit is contained in:
14
extension/opencart/admin/language/en-gb/captcha/basic.php
Normal file
14
extension/opencart/admin/language/en-gb/captcha/basic.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Basic Captcha';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Basic Captcha!';
|
||||
$_['text_edit'] = 'Edit Basic Captcha';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify Basic Captcha!';
|
15
extension/opencart/admin/language/en-gb/currency/ecb.php
Normal file
15
extension/opencart/admin/language/en-gb/currency/ecb.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'European Central Bank Currency Converter';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified European Central Bank Currency Converter!';
|
||||
$_['text_edit'] = 'Edit European Central Bank';
|
||||
$_['text_support'] = 'This extension requires at EUR currency to be available currency option.';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify European Central Bank Currency Converter!';
|
17
extension/opencart/admin/language/en-gb/currency/fixer.php
Normal file
17
extension/opencart/admin/language/en-gb/currency/fixer.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Fixer';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified fixer currency rates!';
|
||||
$_['text_edit'] = 'Edit Fixer';
|
||||
$_['text_signup'] = 'Fixer.io is a currency conversion service <a href="https://fixer.io/" target="_blank" class="alert-link">signup here</a>.';
|
||||
|
||||
// Entry
|
||||
$_['entry_api'] = 'API Access Key';
|
||||
$_['entry_status'] = 'Status';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify fixer currency rates!';
|
||||
$_['error_api'] = 'API Access Key required!';
|
@ -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!';
|
22
extension/opencart/admin/language/en-gb/dashboard/chart.php
Normal file
22
extension/opencart/admin/language/en-gb/dashboard/chart.php
Normal 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!';
|
@ -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!';
|
18
extension/opencart/admin/language/en-gb/dashboard/map.php
Normal file
18
extension/opencart/admin/language/en-gb/dashboard/map.php
Normal 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!';
|
17
extension/opencart/admin/language/en-gb/dashboard/online.php
Normal file
17
extension/opencart/admin/language/en-gb/dashboard/online.php
Normal 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!';
|
17
extension/opencart/admin/language/en-gb/dashboard/order.php
Normal file
17
extension/opencart/admin/language/en-gb/dashboard/order.php
Normal 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!';
|
24
extension/opencart/admin/language/en-gb/dashboard/recent.php
Normal file
24
extension/opencart/admin/language/en-gb/dashboard/recent.php
Normal 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!';
|
17
extension/opencart/admin/language/en-gb/dashboard/sale.php
Normal file
17
extension/opencart/admin/language/en-gb/dashboard/sale.php
Normal 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!';
|
29
extension/opencart/admin/language/en-gb/fraud/ip.php
Normal file
29
extension/opencart/admin/language/en-gb/fraud/ip.php
Normal file
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Anti-Fraud IP';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified Anti-Fraud IP!';
|
||||
$_['text_edit'] = 'Edit Anti-Fraud IP';
|
||||
$_['text_ip_add'] = 'Add IP Address';
|
||||
$_['text_ip_list'] = 'Fraud IP Address List';
|
||||
|
||||
// Column
|
||||
$_['column_ip'] = 'IP';
|
||||
$_['column_total'] = 'Total Accounts';
|
||||
$_['column_date_added'] = 'Date Added';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Entry
|
||||
$_['entry_ip'] = 'IP';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
|
||||
// Help
|
||||
$_['help_order_status'] = 'Customers that have a banned IP on their accounts will be assigned this order status and will not be allowed to reach the complete status automatically.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify Anti-Fraud IP!';
|
||||
$_['error_required'] = 'IP Address required!';
|
||||
$_['error_invalid'] = 'IP Address invalid!';
|
14
extension/opencart/admin/language/en-gb/module/account.php
Normal file
14
extension/opencart/admin/language/en-gb/module/account.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Account';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified account module!';
|
||||
$_['text_edit'] = 'Edit Account Module';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify account module!';
|
32
extension/opencart/admin/language/en-gb/module/banner.php
Normal file
32
extension/opencart/admin/language/en-gb/module/banner.php
Normal file
@ -0,0 +1,32 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Banner';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified banner module!';
|
||||
$_['text_edit'] = 'Edit Banner Module';
|
||||
$_['text_slide'] = 'Slide';
|
||||
$_['text_fade'] = 'Fade';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Module Name';
|
||||
$_['entry_banner'] = 'Banner';
|
||||
$_['entry_effect'] = 'Effect';
|
||||
$_['entry_items'] = 'Items per Slide';
|
||||
$_['entry_controls'] = 'Controls';
|
||||
$_['entry_indicators'] = 'Indicators';
|
||||
$_['entry_interval'] = 'Interval';
|
||||
$_['entry_width'] = 'Width';
|
||||
$_['entry_height'] = 'Height';
|
||||
$_['entry_status'] = 'Status';
|
||||
|
||||
// Help
|
||||
$_['help_items'] = 'The number of items to show per slide.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify banner module!';
|
||||
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
|
||||
$_['error_interval'] = 'Interval required!';
|
||||
$_['error_width'] = 'Width required!';
|
||||
$_['error_height'] = 'Height required!';
|
@ -0,0 +1,33 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Best Sellers';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified best sellers module!';
|
||||
$_['text_next'] = 'Success: You have modified %s best sellers out of %s!';
|
||||
$_['text_edit'] = 'Edit Best Sellers Module';
|
||||
$_['text_horizontal'] = 'Horizontal';
|
||||
$_['text_vertical'] = 'Vertical';
|
||||
$_['text_report'] = 'Reports';
|
||||
|
||||
// Column
|
||||
$_['column_product'] = 'Product';
|
||||
$_['column_total'] = 'Total';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Module Name';
|
||||
$_['entry_axis'] = 'Axis';
|
||||
$_['entry_limit'] = 'Limit';
|
||||
$_['entry_width'] = 'Image Width';
|
||||
$_['entry_height'] = 'Image Height';
|
||||
$_['entry_status'] = 'Status';
|
||||
|
||||
// Button
|
||||
$_['button_sync'] = 'Generate Best Sellers List';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify best sellers module!';
|
||||
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
|
||||
$_['error_width'] = 'Width required!';
|
||||
$_['error_height'] = 'Height required!';
|
14
extension/opencart/admin/language/en-gb/module/category.php
Normal file
14
extension/opencart/admin/language/en-gb/module/category.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Category';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified category module!';
|
||||
$_['text_edit'] = 'Edit Category Module';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify category module!';
|
27
extension/opencart/admin/language/en-gb/module/featured.php
Normal file
27
extension/opencart/admin/language/en-gb/module/featured.php
Normal file
@ -0,0 +1,27 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Featured';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified featured module!';
|
||||
$_['text_edit'] = 'Edit Featured Module';
|
||||
$_['text_horizontal'] = 'Horizontal';
|
||||
$_['text_vertical'] = 'Vertical';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Module Name';
|
||||
$_['entry_product'] = 'Products';
|
||||
$_['entry_axis'] = 'Axis';
|
||||
$_['entry_width'] = 'Image Width';
|
||||
$_['entry_height'] = 'Image Height';
|
||||
$_['entry_status'] = 'Status';
|
||||
|
||||
// Help
|
||||
$_['help_product'] = '(Autocomplete)';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify featured module!';
|
||||
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
|
||||
$_['error_width'] = 'Width required!';
|
||||
$_['error_height'] = 'Height required!';
|
14
extension/opencart/admin/language/en-gb/module/filter.php
Normal file
14
extension/opencart/admin/language/en-gb/module/filter.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Filter';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified filter module!';
|
||||
$_['text_edit'] = 'Edit Filter Module';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify filter module!';
|
18
extension/opencart/admin/language/en-gb/module/html.php
Normal file
18
extension/opencart/admin/language/en-gb/module/html.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'HTML Content';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified HTML Content module!';
|
||||
$_['text_edit'] = 'Edit HTML Content Module';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Module Name';
|
||||
$_['entry_title'] = 'Heading Title';
|
||||
$_['entry_description'] = 'Description';
|
||||
$_['entry_status'] = 'Status';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify HTML Content module!';
|
||||
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
|
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Information';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified information module!';
|
||||
$_['text_edit'] = 'Edit Information Module';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify information module!';
|
24
extension/opencart/admin/language/en-gb/module/latest.php
Normal file
24
extension/opencart/admin/language/en-gb/module/latest.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Latest';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified latest module!';
|
||||
$_['text_edit'] = 'Edit Latest Module';
|
||||
$_['text_horizontal'] = 'Horizontal';
|
||||
$_['text_vertical'] = 'Vertical';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Module Name';
|
||||
$_['entry_axis'] = 'Axis';
|
||||
$_['entry_limit'] = 'Limit';
|
||||
$_['entry_width'] = 'Image Width';
|
||||
$_['entry_height'] = 'Image Height';
|
||||
$_['entry_status'] = 'Status';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify latest module!';
|
||||
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
|
||||
$_['error_width'] = 'Width required!';
|
||||
$_['error_height'] = 'Height required!';
|
24
extension/opencart/admin/language/en-gb/module/special.php
Normal file
24
extension/opencart/admin/language/en-gb/module/special.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Specials';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified module specials!';
|
||||
$_['text_edit'] = 'Edit Specials Module';
|
||||
$_['text_horizontal'] = 'Horizontal';
|
||||
$_['text_vertical'] = 'Vertical';
|
||||
|
||||
// Entry
|
||||
$_['entry_name'] = 'Module Name';
|
||||
$_['entry_axis'] = 'Axis';
|
||||
$_['entry_limit'] = 'Limit';
|
||||
$_['entry_width'] = 'Image Width';
|
||||
$_['entry_height'] = 'Image Height';
|
||||
$_['entry_status'] = 'Status';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify specials module!';
|
||||
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
|
||||
$_['error_width'] = 'Width required!';
|
||||
$_['error_height'] = 'Height required!';
|
15
extension/opencart/admin/language/en-gb/module/store.php
Normal file
15
extension/opencart/admin/language/en-gb/module/store.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Store';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified store module!';
|
||||
$_['text_edit'] = 'Edit Store Module';
|
||||
|
||||
// Entry
|
||||
$_['entry_admin'] = 'Admin Users Only';
|
||||
$_['entry_status'] = 'Status';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify store module!';
|
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Bank Transfer';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified bank transfer details!';
|
||||
$_['text_edit'] = 'Edit Bank Transfer';
|
||||
|
||||
// Entry
|
||||
$_['entry_bank'] = 'Bank Transfer Instructions';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment bank transfer!';
|
||||
$_['error_bank'] = 'Bank Transfer Instructions required!';
|
19
extension/opencart/admin/language/en-gb/payment/cheque.php
Normal file
19
extension/opencart/admin/language/en-gb/payment/cheque.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Cheque / Money Order';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified cheque / money order account details!';
|
||||
$_['text_edit'] = 'Edit Cheque / Money Order';
|
||||
|
||||
// Entry
|
||||
$_['entry_payable'] = 'Payable To';
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment cheque / money order!';
|
||||
$_['error_payable'] = 'Payable To required!';
|
17
extension/opencart/admin/language/en-gb/payment/cod.php
Normal file
17
extension/opencart/admin/language/en-gb/payment/cod.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Cash On Delivery';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified cash on delivery payment module!';
|
||||
$_['text_edit'] = 'Edit Cash On Delivery';
|
||||
|
||||
// Entry
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment cash on delivery!';
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Free Checkout';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified free checkout payment module!';
|
||||
$_['text_edit'] = 'Edit Free Checkout';
|
||||
|
||||
// Entry
|
||||
$_['entry_order_status'] = 'Order Status';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify payment free checkout!';
|
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!';
|
18
extension/opencart/admin/language/en-gb/shipping/flat.php
Normal file
18
extension/opencart/admin/language/en-gb/shipping/flat.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Flat Rate';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified flat rate shipping!';
|
||||
$_['text_edit'] = 'Edit Flat Rate Shipping';
|
||||
|
||||
// Entry
|
||||
$_['entry_cost'] = 'Cost';
|
||||
$_['entry_tax_class'] = 'Tax Class';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify flat rate shipping!';
|
20
extension/opencart/admin/language/en-gb/shipping/free.php
Normal file
20
extension/opencart/admin/language/en-gb/shipping/free.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Free Shipping';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified free shipping!';
|
||||
$_['text_edit'] = 'Edit Free Shipping';
|
||||
|
||||
// Entry
|
||||
$_['entry_total'] = 'Sub-Total';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'Sub-Total amount needed before the free shipping module becomes available.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify free shipping!';
|
18
extension/opencart/admin/language/en-gb/shipping/item.php
Normal file
18
extension/opencart/admin/language/en-gb/shipping/item.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Per Item';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified shipping per item rates!';
|
||||
$_['text_edit'] = 'Edit Per Item Shipping';
|
||||
|
||||
// Entry
|
||||
$_['entry_cost'] = 'Cost';
|
||||
$_['entry_tax_class'] = 'Tax Class';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify shipping per item rates!';
|
16
extension/opencart/admin/language/en-gb/shipping/pickup.php
Normal file
16
extension/opencart/admin/language/en-gb/shipping/pickup.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Pickup From Store';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified pickup from store!';
|
||||
$_['text_edit'] = 'Edit Pickup From Store Shipping';
|
||||
|
||||
// Entry
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify pickup from store!';
|
21
extension/opencart/admin/language/en-gb/shipping/weight.php
Normal file
21
extension/opencart/admin/language/en-gb/shipping/weight.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Weight Based Shipping';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified weight based shipping!';
|
||||
$_['text_edit'] = 'Edit Weight Based Shipping';
|
||||
|
||||
// Entry
|
||||
$_['entry_rate'] = 'Rates';
|
||||
$_['entry_tax_class'] = 'Tax Class';
|
||||
$_['entry_geo_zone'] = 'Geo Zone';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_rate'] = 'Example: 5:10.00,7:12.00 Weight:Cost,Weight:Cost, etc..';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify weight based shipping!';
|
14
extension/opencart/admin/language/en-gb/theme/basic.php
Normal file
14
extension/opencart/admin/language/en-gb/theme/basic.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Default Store Theme';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified the default store theme!';
|
||||
$_['text_edit'] = 'Edit Default Store Theme';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify the default store theme!';
|
15
extension/opencart/admin/language/en-gb/total/coupon.php
Normal file
15
extension/opencart/admin/language/en-gb/total/coupon.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Coupon';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified coupon total!';
|
||||
$_['text_edit'] = 'Edit Coupon';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify coupon total!';
|
15
extension/opencart/admin/language/en-gb/total/credit.php
Normal file
15
extension/opencart/admin/language/en-gb/total/credit.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Store Credit';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified store credit total!';
|
||||
$_['text_edit'] = 'Edit Store Credit Total';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify store credit total!';
|
21
extension/opencart/admin/language/en-gb/total/handling.php
Normal file
21
extension/opencart/admin/language/en-gb/total/handling.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Handling Fee';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified handling fee total!';
|
||||
$_['text_edit'] = 'Edit Handling Fee Total';
|
||||
|
||||
// Entry
|
||||
$_['entry_total'] = 'Order Total';
|
||||
$_['entry_fee'] = 'Fee';
|
||||
$_['entry_tax_class'] = 'Tax Class';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this order total becomes active.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify handling fee total!';
|
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Low Order Fee';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified low order fee total!';
|
||||
$_['text_edit'] = 'Edit Low Order Fee Total';
|
||||
|
||||
// Entry
|
||||
$_['entry_total'] = 'Order Total';
|
||||
$_['entry_fee'] = 'Fee';
|
||||
$_['entry_tax_class'] = 'Tax Class';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this order total is deactivated.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify low order fee total!';
|
15
extension/opencart/admin/language/en-gb/total/reward.php
Normal file
15
extension/opencart/admin/language/en-gb/total/reward.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Reward Points';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified reward points total!';
|
||||
$_['text_edit'] = 'Edit Reward Points Total';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify reward points total!';
|
16
extension/opencart/admin/language/en-gb/total/shipping.php
Normal file
16
extension/opencart/admin/language/en-gb/total/shipping.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Shipping';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified shipping total!';
|
||||
$_['text_edit'] = 'Edit Shipping Total';
|
||||
|
||||
// Entry
|
||||
$_['entry_estimator'] = 'Shipping Estimator';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify shipping total!';
|
15
extension/opencart/admin/language/en-gb/total/sub_total.php
Normal file
15
extension/opencart/admin/language/en-gb/total/sub_total.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Sub-Total';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified sub-total total!';
|
||||
$_['text_edit'] = 'Edit Sub-Total Total';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify sub-total total!';
|
15
extension/opencart/admin/language/en-gb/total/tax.php
Normal file
15
extension/opencart/admin/language/en-gb/total/tax.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Taxes';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified taxes total!';
|
||||
$_['text_edit'] = 'Edit Tax Total';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify taxes total!';
|
15
extension/opencart/admin/language/en-gb/total/total.php
Normal file
15
extension/opencart/admin/language/en-gb/total/total.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Total';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified total totals!';
|
||||
$_['text_edit'] = 'Edit Total Total';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify total totals!';
|
15
extension/opencart/admin/language/en-gb/total/voucher.php
Normal file
15
extension/opencart/admin/language/en-gb/total/voucher.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Gift Voucher';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified gift voucher total!';
|
||||
$_['text_edit'] = 'Edit Gift Voucher Total';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify gift voucher total!';
|
Reference in New Issue
Block a user