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