10 lines
442 B
PHP
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';
|