<?php
/**
 * English language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Robert Srna <srnar@volmail.cz>
 */
 
// for the configuration manager
$lang['pythonpath']     = 'Path to python executable';
$lang['rooturl']		= 'Root of the web to be analyzed during generation process';
$lang['deeppages']		= 'Maximum number of unique A HREF objects in resulted tree';
$lang['ignorepages']	= 'Regular expression for ignoring pages wihout any bussiness value';
