summaryrefslogtreecommitdiff
path: root/lang/English/admin_common.php
blob: 8f2bd3abde040bffafc44e85424b593e0c07629b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?php

// Language definitions used in admin_common.php
$lang_admin_common = array(

// The menu
'Admin menu'			=>	'Admin menu',
'Plugins menu'			=>	'Plugins menu',
'Moderator menu'		=>	'Moderator menu',
'Index'					=>	'Index',
'Categories'			=>	'Categories',
'Forums'				=>	'Forums',
'Users'					=>	'Users',
'User groups'			=>	'User groups',
'Options'				=>	'Options',
'Permissions'			=>	'Permissions',
'Censoring'				=>	'Censoring',
'Bans'					=>	'Bans',
'Prune'					=>	'Prune',
'Maintenance'			=>	'Maintenance',
'Reports'				=>	'Reports',
'Server statistics'				=>	'Server statistics',

'Admin'					=>	'Admin',
'Go back'				=>	'Go back',
'Delete'				=>	'Delete',
'Update'				=>	'Update',
'Add'					=>	'Add',
'Edit'					=>	'Edit',
'Remove'				=>	'Remove',
'Yes'					=>	'Yes',
'No'					=>	'No',
'Save changes'			=>	'Save changes',
'Save'					=>	'Save',
'here'					=>	'here',
'Action'				=>	'Action',
'None'					=>	'None',
'Maintenance mode'		=>	'maintenance mode', // Used for link text in more than one file

// Admin loader
'No plugin message'		=>	'There is no plugin called %s in the plugin directory.',
'Plugin failed message'	=>	'Loading of the plugin - <strong>%s</strong> - failed.',

);