<?php
/**
  * $Id: settings.php 18 2017-06-19 15:22:35Z denis $
  * @author    DenisVS <deniswebcomm@gmail.com>
  * source plugin, configuration metadata
  * @link    https://www.dokuwiki.org/plugin:src
  * @based on Source Plugin by  Chris 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';
