1<?php 2/** 3 * English language file 4 * 5 * @author Alessandro Celli <aelsantex@gmail.com> 6 */ 7 8// for the configuration manager 9$lang['rc_debug_level'] = 'Debug Level, 0 = No debug, 3 = Max Level.'; 10$lang['safe_scripts'] = 'Run only the scripts available into dokuwiki\'s script folder.'; 11$lang['script_dir'] = 'Directory, from dokuwiki\'s root, that contains the scripts.'; 12$lang['rc_default_dateformat'] = 'Default format for date field';