blob: f39f428a2428fa53e9e1007dc44d9e5536652b31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?php
// Heading
$_['heading_title'] = 'Other';
// Text
$_['text_success'] = 'Success: You have modified other extension!';
$_['text_list'] = 'Other List';
// Column
$_['column_name'] = 'Other';
$_['column_status'] = 'Status';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify other extension!';
|