1<?php
2/**
3 * english language file for denyactions plugin
4 *
5 * @author Otto Vainio <otto@valjakko.net>
6 */
7
8// keys need to match the config setting name
9$lang['denyactions'] = 'Comma separated list of actions not allowed for users with readonly permissions.<br />(index, media, recent, ...) <a target="blank" href="http://www.dokuwiki.org/devel:action_modes">list of actions</a>';
10$lang['denystyle'] = 'How to inform user. Silent, message or login';
11$lang['denyrev'] = 'Deny old revisions';
12
13//Setup VIM: ex: et ts=4 :
14