website_jukni/dokuwiki/lib/plugins/source/lang/en/settings.php
2017-12-29 15:51:59 +01:00

10 lines
442 B
PHP

<?php
/*
* source plugin, configuration metadata
*
* @author Christopher Smith <chris@jalakai.co.uk>
*/
$lang['location'] = 'Path or URL to preprend to source files';
$lang['allow'] = 'Allow only source files with these extensions (use pipe \'|\' to separate)';
$lang['deny'] = 'Deny source files with these extensions (use pipe \'|\' to separate)';
$lang['rules'] = 'Pattern matching Allow/Deny rules, refer documentation';