Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | // Language definitions used in admin_common |
---|
4 | $lang_admin_common = array( |
---|
5 | |
---|
6 | // The menu |
---|
7 | 'Admin menu' => 'Admin menu', |
---|
8 | 'Plugins menu' => 'Plugins menu', |
---|
9 | 'Moderator menu' => 'Moderator menu', |
---|
10 | 'Index' => 'Index', |
---|
11 | 'Categories' => 'Categories', |
---|
12 | 'Forums' => 'Forums', |
---|
13 | 'Users' => 'Users', |
---|
14 | 'User groups' => 'User groups', |
---|
15 | 'Options' => 'Options', |
---|
16 | 'Permissions' => 'Permissions', |
---|
17 | 'Censoring' => 'Censoring', |
---|
18 | 'Ranks' => 'Ranks', |
---|
19 | 'Bans' => 'Bans', |
---|
20 | 'Prune' => 'Prune', |
---|
21 | 'Maintenance' => 'Maintenance', |
---|
22 | 'Reports' => 'Reports', |
---|
23 | |
---|
24 | 'Admin' => 'Admin', |
---|
25 | 'Go back' => 'Go back', |
---|
26 | 'Delete' => 'Delete', |
---|
27 | 'Update' => 'Update', |
---|
28 | 'Add' => 'Add', |
---|
29 | 'Edit' => 'Edit', |
---|
30 | 'Remove' => 'Remove', |
---|
31 | 'Yes' => 'Yes', |
---|
32 | 'No' => 'No', |
---|
33 | 'Save changes' => 'Save changes', |
---|
34 | 'Save' => 'Save', |
---|
35 | 'here' => 'here', |
---|
36 | 'Action' => 'Action', |
---|
37 | 'None' => 'None', |
---|
38 | 'Maintenance mode' => 'maintenance mode', // Used for link text in more than one file |
---|
39 | |
---|
40 | // Admin loader |
---|
41 | 'No plugin message' => 'There is no plugin called %s in the plugin directory.', |
---|
42 | 'Plugin failed message' => 'Loading of the plugin - <strong>%s</strong> - failed.', |
---|
43 | |
---|
44 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.