1<?php
2/**
3 * english language file for disableactionsbygroup plugin
4 *
5 * @author Andreas Hansson
6 */
7
8// keys need to match the config setting name
9$lang['disableactionsbygroup'] = 'Semicolon separated list of group:actions where actions is a comma separated list of actions to reject; first matching user group is used and further matches ignored.<br />(index, media, recent, ...) <a target="blank" href="http://www.dokuwiki.org/devel:action_modes">list of actions</a>';
10
11
12
13
14