first commit
This commit is contained in:
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