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