first commit
This commit is contained in:
14
admininistrator/language/en-gb/tool/notification.php
Normal file
14
admininistrator/language/en-gb/tool/notification.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Notifications';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Success: You have modified notifications!';
|
||||
$_['text_list'] = 'Notification List';
|
||||
|
||||
// Column
|
||||
$_['column_message'] = 'Message';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify notifications!';
|
Reference in New Issue
Block a user