diff options
Diffstat (limited to 'lib/plugins/acl/lang/en/lang.php')
-rw-r--r-- | lib/plugins/acl/lang/en/lang.php | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/plugins/acl/lang/en/lang.php b/lib/plugins/acl/lang/en/lang.php new file mode 100644 index 000000000..8f52e7bb6 --- /dev/null +++ b/lib/plugins/acl/lang/en/lang.php @@ -0,0 +1,24 @@ +<?php +/** + * english language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * @author Andreas Gohr <andi@splitbrain.org> + * @author Anika Henke <henke@cosmocode.de> + * @author Matthias Grimm <matthiasgrimm@users.sourceforge.net> + */ + +$lang['admin_acl'] = 'Access Control List Management'; +$lang['acl_group'] = 'Group'; +$lang['acl_user'] = 'User'; +$lang['acl_perms'] = 'Permissions for'; +$lang['page'] = 'Page'; +$lang['namespace'] = 'Namespace'; + +$lang['acl_perm1'] = 'Read'; +$lang['acl_perm2'] = 'Edit'; +$lang['acl_perm4'] = 'Create'; +$lang['acl_perm8'] = 'Upload'; +$lang['acl_perm16'] = 'Delete'; +$lang['acl_new'] = 'Add new Entry'; +//Setup VIM: ex: et ts=2 enc=utf-8 : |