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!';
|
Reference in New Issue
Block a user