aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/en-gb/extension/module/html.php
blob: bd3d39793c3d449c91aa3366f165c0d15aa66ce6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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!';