summaryrefslogtreecommitdiff
path: root/lib/plugins/acl/lang/de/lang.php
blob: 6fd2e4b64e5944e833726b6e53a43697936008e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
/**
 * german language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author Andreas Gohr <andi@splitbrain.org>
 * @author Christof <gagi@fin.de>
 * @author Anika Henke <henke@cosmocode.de>
 * @author Esther Brunner <esther@kaffeehaus.ch>
 * @author Matthias Grimm <matthiasgrimm@users.sourceforge.net>
 */
$lang['admin_acl']               = 'Zugangsverwaltung';
$lang['acl_group']               = 'Gruppe';
$lang['acl_user']                = 'Benutzer';
$lang['acl_perms']               = 'Berechtigungen für';
$lang['page']                    = 'Seite';
$lang['namespace']               = 'Namensraum';
$lang['acl_perm1']               = 'Lesen';
$lang['acl_perm2']               = 'Bearbeiten';
$lang['acl_perm4']               = 'Anlegen';
$lang['acl_perm8']               = 'Hochladen';
$lang['acl_perm16']              = 'Entfernen';
$lang['acl_new']                 = 'Eintrag hinzufügen';