website_jukni/dokuwiki/lib/plugins/source/lang/en/settings.php

11 lines
442 B
PHP
Raw Normal View History

<?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';