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