<?php
/**
 * english language file for denyactions plugin
 *
 * @author Otto Vainio <otto@valjakko.net>
 */

// keys need to match the config setting name
$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>';
$lang['denystyle'] = 'How to inform user. Silent, message or login';
$lang['denyrev'] = 'Deny old revisions';

//Setup VIM: ex: et ts=4 :
