1<?php
2$lang['skip_unset_macros'] ="Remove macros which have no substitution values.";
3$lang['standardreplace']='Replace Dokuwiki\'s standard template macros. ';
4$lang['userreplace']="Replace user defined macros";
5$lang['prettytitles']="Replace underscores with spaces in selected macros that resolve to titles (see plugin documentation)";
6$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.';
7$lang['default_tplns'] = 'Default namespace for storing your templates';
8$lang['web_owner'] = 'Owner of the web server.  Only one can be selected. '
9     . ' If neither www-data or apache, ucheck the checked box and enter the name in the input box';
10$lang['web_group'] = 'Group membership of the web server.  Only one can be selected. '
11     . ' If neither www-data or apache, ucheck the checked box and enter the name in the input box';