1<?php
2/**
3 * english language file for scrape plugin
4 *
5 * @author Andreas Gohr <gohr@cosmocode.de>
6 */
7
8$lang['allowedre'] = 'Regular expression to define the sites that may be scraped through the plugin. The plugin will not work when empty!<br />Example: <code>https?://(www\\.)?(example\\.com|foobar\\.net)</code>';
9
10
11