diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-01-27 15:18:26 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-01-27 15:18:26 +0100 |
commit | 1d3e0272316696a8def74759b5e061d6b8387b5f (patch) | |
tree | 15f0bab5499312fe742bb4f326b12577a68b312e /lib/plugins/acl/lang/en | |
parent | 5ca43e07a7fad4cd8f993bf42d629dabd39fb5d9 (diff) | |
download | rpg-1d3e0272316696a8def74759b5e061d6b8387b5f.tar.gz rpg-1d3e0272316696a8def74759b5e061d6b8387b5f.tar.bz2 |
moved translations for ACL manager
darcs-hash:20060127141826-7ad00-c1689c7db5c4831fbbfca4a4c6c5f27c64546951.gz
Diffstat (limited to 'lib/plugins/acl/lang/en')
-rw-r--r-- | lib/plugins/acl/lang/en/intro.txt | 12 | ||||
-rw-r--r-- | lib/plugins/acl/lang/en/lang.php | 24 |
2 files changed, 36 insertions, 0 deletions
diff --git a/lib/plugins/acl/lang/en/intro.txt b/lib/plugins/acl/lang/en/intro.txt new file mode 100644 index 000000000..ff5442e24 --- /dev/null +++ b/lib/plugins/acl/lang/en/intro.txt @@ -0,0 +1,12 @@ +====== Access Control List Management ====== + +On this page you can add and remove permissions for the current +page and all the [[doku>wiki:namespaces|namespaces]] it is in. +You should read the [[doku>wiki:acl|official documentation on ACL]] +to fully understand how access control works. + +The page displays all permissions that are significant for the +current page. Permissions regarding other pages are not shown -- to +edit them [[this>doku.php?do=index|browse]] to the according page +first, then change to the ACL Administration. + 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 : |