1<?php 2/** 3 * English language file for newnamespacepermissions plugin 4 * 5 * @author Michael Große <dokuwiki@cosmocode.de> 6 */ 7 8// menu entry for admin plugins 9// $lang['menu'] = 'Your menu entry'; 10 11// custom language strings for the plugin 12$lang['namespace creation not allowed'] = 'You do not have the permission to create a new namespace.'; 13$lang['you tried to save'] = 'You tried to save the following text: '; 14 15 16//Setup VIM: ex: et ts=4 : 17