<?php
/**
 * English language file for newnamespacepermissions plugin
 *
 * @author Michael Große <dokuwiki@cosmocode.de>
 */

// menu entry for admin plugins
// $lang['menu'] = 'Your menu entry';

// custom language strings for the plugin
$lang['namespace creation not allowed'] = 'You do not have the permission to create a new namespace.';
$lang['you tried to save'] = 'You tried to save the following text: ';


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