1###############################################################################
2# Guardian.lng (Guardian text definitions)                                    #
3###############################################################################
4# YaBB: Yet another Bulletin Board                                            #
5# Open-Source Community Software for Webmasters                               #
6# Version:        YaBB 2.6.11                                                 #
7# Packaged:       December 2, 2014                                            #
8# Distributed by: http://www.yabbforum.com                                    #
9# =========================================================================== #
10# Copyright (c) 2000-2014 YaBB (www.yabbforum.com) - All Rights Reserved.     #
11# Software by:  The YaBB Development Team                                     #
12#               with assistance from the YaBB community.                      #
13###############################################################################
14
15$guardianlngver = 'YaBB 2.6.11 $Revision: 1611 $';
16
17%guardian_txt = (
18'main' => 'The Guardian™',
19'admin' => 'The Guardian™ Administrator',
20'setup' => 'The Guardian™ Setup',
21'title' => 'Welcome to "The Guardian™", Your Gatekeeper against intruders.',
22'description' => 'With "The Guardian™" you can block intruders on various levels, resulting in a better security and less chance of hacking.',
23'notify' => 'Do you want an e-mail notification on any detected attempts?',
24'general' => 'Global and Server Settings',
25'use_guardian' => 'Use The Guardian™ to protect your board?',
26'use_htaccess' => 'Activate .htaccess to add IP blocks on server level?',
27'use_htaccess_support' => '<span class="small"><i>(Only works if your server supports /.htaccess files.)</i></span>',
28'htaccess_support' => '<span class="small"><i>(Only works if your server supports it and "Activate .htaccess to add IP blocks on server level?" from first item above is enabled.)</i></span>',
29'htaccess_add' => 'Auto add abusing IP addresses to .htaccess?',
30'htaccess_added' => 'Auto added abusing IP address to .htaccess file. (You can remove it from the list manually from the Guardian Admin)',
31'proxy' => 'Proxy Blocking',
32'referer' => 'Referrer Blocking',
33'harvester' => 'Harvester Blocking',
34'request' => 'Request Method Blocking',
35'string' => 'Environment String Blocking',
36'clike' => 'CLIKE Blocking',
37'union' => 'UNION Blocking',
38'script' => 'Scripting Blocking',
39'proxy_on' => 'Deny access through proxy servers?',
40'referer_on' => 'Activate referrer blocking?',
41'harvester_on' => 'Activate harvester blocking?',
42'request_on' => 'Activate Request Method blocking?',
43'string_on' => 'Activate &#39;bad words&#39; in url environment blocking?',
44'clike_on' => 'Activate CLIKE blocking (only MySQL)?',
45'union_on' => 'Activate UNION blocking (only MySQL)?',
46'script_on' => 'Activate scripting blocking?',
47'proxy_abuse' => 'Proxy Access',
48'referer_abuse' => 'Referrer',
49'harvester_abuse' => 'Harvester',
50'request_abuse' => 'Request Method',
51'string_abuse' => 'Url Bad String',
52'clike_abuse' => 'CLIKE',
53'union_abuse' => 'UNION',
54'script_abuse' => 'Scripting',
55'abuse' => 'Abuse Detected',
56'abuse_user' => 'Abusing user ID',
57'abuse_ip' => 'Abuse detected from IP',
58'abuse_referer' => 'Blocked referrer',
59'abuse_string' => 'Blocked word',
60'abuse_environment' => 'Environment string',
61'abuse_form_environment' => 'Blocked script in form data',
62'abuse_url_environment' => 'Blocked script in url data',
63'abuse_harvester' => 'Blocked Harvester',
64'abuse_request' => 'Blocked Request Method',
65'white_list' => 'Enter IP&#39;s, user id or proxy identifier strings you want to pass through (whitelist)?<br /><i>(whole or partial, one per line)</i>',
66'referer_list' => 'Enter referrer url&#39;s you want blocked?<br /><i>(whole or partial url, one per line)</i>',
67'harvester_list' => 'Enter harvester agent strings you want blocked?<br /><i>(whole or partial agent string, one per line)</i>',
68'request_list' => 'Enter Request Methods you want blocked?<br /><i>(whole or partial method string, one per line)</i><br /><br /><b><u>ATTENTION!</u><br />NEVER BLOCK POST and GET!<br />It will render your board useless.</b>',
69'string_list' => 'Enter &#39;bad words&#39; you want blocked?<br /><i>(whole or partial string, one per line)</i>',
70'htaccess_list' => 'Enter IP addresses or (partial) domain names you want blocked on server level?<br /><span class="small"><i>(* wild-cards allowed, one per line)</i></span>',
71'save' => 'Save Guardian Changes',
72);
73
741;