first commit
This commit is contained in:
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!';
|
Reference in New Issue
Block a user