1<?php
2/**
3 * English language file for adminperm plugin
4 *
5 * @author Andreas Gohr <dokuwiki@cosmocode.de>
6 */
7
8// menu entry for admin plugins
9$lang['menu'] = 'Admin Plugin Access Overrides';
10$lang['legend'] = 'Access Overrides';
11$lang['save'] = 'Save';
12$lang['nosave'] = 'The config file %s is not writable. You can not change the override configuration.';
13$lang['saved'] = 'Override config has been saved';
14