1<?php
2/**
3 * English language file for denyactions plugin
4 *
5 * @author Otto Vainio <otto@valjakko.net>
6 */
7
8// custom language strings for the plugin
9$lang['actiondenied'] = 'You are not allowed to perform this action';
10
11//Setup VIM: ex: et ts=4 :
12