<?php
$lang['skip_unset_macros'] ="Remove macros which have no substitution values.";
$lang['standardreplace']='Replace Dokuwiki\'s standard template macros. ';  
$lang['userreplace']="Replace user defined macros";
$lang['prettytitles']="Replace underscores with spaces in selected macros that resolve to titles (see plugin documentation)";
$lang['default_ini']='Name of default ini file for command line and admin app processing; must be stored in the root directory of the plugin.';
$lang['default_tplns'] = 'Default namespace for storing your templates';
$lang['web_owner'] = 'Owner of the web server.  Only one can be selected. '
     . ' If neither www-data or apache, ucheck the checked box and enter the name in the input box'; 
$lang['web_group'] = 'Group membership of the web server.  Only one can be selected. ' 
     . ' If neither www-data or apache, ucheck the checked box and enter the name in the input box';