]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/guardian/guardian.en.pl
guardian: Remove snort related options.
[people/pmueller/ipfire-2.x.git] / config / guardian / guardian.en.pl
1 %tr = (
2 %tr,
3
4 'guardian' => 'Guardian',
5 'guardian block a host' => 'Block host',
6 'guardian block httpd brute-force' => 'httpd Brute Force Detection',
7 'guardian block owncloud brute-force' => 'Owncloud Brute Force detection',
8 'guardian block ssh brute-force' => 'SSH Brute Force Detection',
9 'guardian blockcount' => 'Strike Threshold',
10 'guardian blocked hosts' => 'Currently blocked hosts',
11 'guardian blocking of this address is not allowed' => 'Blocking of the given address is not allowed.',
12 'guardian blocktime' => 'Block Time (seconds)',
13 'guardian common settings' => 'Common Settings',
14 'guardian configuration' => 'Guardian Configuration',
15 'guardian daemon' => 'Daemon',
16 'guardian empty input' => 'Empty input: Please enter a valid host address or subnet.',
17 'guardian enabled' => 'Enable Guardian',
18 'guardian firewallaction' => 'Firewall Action',
19 'guardian ignored hosts' => 'Ignored Hosts',
20 'guardian invalid address or subnet' => 'Invalid host address or subnet.',
21 'guardian invalid blockcount' => 'Invalid BlockCount: Please provide a natural number higher than zero.',
22 'guardian invalid blocktime' => 'Invalid BlockTime: Please provide a natural number higher than zero.',
23 'guardian invalid logfile' => 'The provided path for the logfile is not valid.',
24 'guardian logfacility' => 'Log Facility',
25 'guardian logfile' => 'Log File',
26 'guardian loglevel' => 'Log Level',
27 'guardian loglevel_off' => 'Off',
28 'guardian loglevel_info' => 'Info',
29 'guardian loglevel_debug' => 'Debug',
30 'guardian logtarget_syslog' => 'Systemlog',
31 'guardian logtarget_file' => 'File',
32 'guardian logtarget_console' => 'Console',
33 'guardian no entries' => 'No entries at the moment.',
34 'guardian not running no hosts can be blocked' => 'Guardian is not running. No hosts will be blocked.',
35 'guardian priolevel_high' => '1 - High',
36 'guardian priolevel_medium' => '2 - Medium',
37 'guardian priolevel_low' => '3 - Low',
38 'guardian priolevel_very_low' => '4 - Very low',
39 'guardian service' => 'Guardian Service',
40
41 );
42
43 #EOF