xref: /dokuwiki/lib/plugins/acl/lang/de/lang.php (revision a17ae368c3b68a6ada9f26e2e9a438851d05b275)
11d3e0272SAndreas Gohr<?php
21d3e0272SAndreas Gohr/**
31d3e0272SAndreas Gohr * german language file
41d3e0272SAndreas Gohr *
51d3e0272SAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
61d3e0272SAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org>
71d3e0272SAndreas Gohr * @author Christof <gagi@fin.de>
81d3e0272SAndreas Gohr * @author Anika Henke <henke@cosmocode.de>
91d3e0272SAndreas Gohr * @author Esther Brunner <esther@kaffeehaus.ch>
101d3e0272SAndreas Gohr * @author Matthias Grimm <matthiasgrimm@users.sourceforge.net>
11*a17ae368SAndreas Gohr * @author Michael Klier <chi@chimeric.de>
121d3e0272SAndreas Gohr */
13abcc3801SAndreas Gohr$lang['admin_acl']             = 'Zugangsverwaltung';
14abcc3801SAndreas Gohr$lang['acl_group']             = 'Gruppe';
15abcc3801SAndreas Gohr$lang['acl_user']              = 'Benutzer';
16abcc3801SAndreas Gohr$lang['acl_perms']             = 'Berechtigungen für';
17abcc3801SAndreas Gohr$lang['page']                  = 'Seite';
18abcc3801SAndreas Gohr$lang['namespace']             = 'Namensraum';
19abcc3801SAndreas Gohr$lang['acl_perm1']             = 'Lesen';
20abcc3801SAndreas Gohr$lang['acl_perm2']             = 'Bearbeiten';
21abcc3801SAndreas Gohr$lang['acl_perm4']             = 'Anlegen';
22abcc3801SAndreas Gohr$lang['acl_perm8']             = 'Hochladen';
23abcc3801SAndreas Gohr$lang['acl_perm16']            = 'Entfernen';
24abcc3801SAndreas Gohr$lang['acl_new']               = 'Eintrag hinzufügen';
25