summaryrefslogtreecommitdiff
path: root/lang/English/admin_common.php
diff options
context:
space:
mode:
Diffstat (limited to 'lang/English/admin_common.php')
-rw-r--r--lang/English/admin_common.php44
1 files changed, 44 insertions, 0 deletions
diff --git a/lang/English/admin_common.php b/lang/English/admin_common.php
new file mode 100644
index 0000000..8f2bd3a
--- /dev/null
+++ b/lang/English/admin_common.php
@@ -0,0 +1,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.',
+
+);