<?php
/**
 * english language file for scrape plugin
 *
 * @author Andreas Gohr <gohr@cosmocode.de>
 */

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


