| ############################################################################### |
| ############################################################################### |
| # Guardian.lng (Guardian text definitions) # |
| # Guardian.lng (Guardian text definitions) # |
| ############################################################################### |
| ############################################################################### |
| # YaBB: Yet another Bulletin Board # |
| # YaBB: Yet another Bulletin Board # |
| # Open-Source Community Software for Webmasters # |
| # Open-Source Community Software for Webmasters # |
| # Version: YaBB 2.5.2 # |
| # Version: YaBB 2.6.12 # |
| # Packaged: October 21, 2012 # |
| # Packaged: January 5, 2016 # |
| # Distributed by: http://www.yabbforum.com # |
| # Distributed by: http://www.yabbforum.com # |
| # =========================================================================== # |
| # =========================================================================== # |
| # Copyright (c) 2000-2012 YaBB (www.yabbforum.com) - All Rights Reserved. # |
| # Copyright (c) 2000-2016 YaBB (www.yabbforum.com) - All Rights Reserved. # |
| # Software by: The YaBB Development Team # |
| # Software by: The YaBB Development Team # |
| # with assistance from the YaBB community. # |
| # with assistance from the YaBB community. # |
| ############################################################################### |
| ############################################################################### |
| |
| |
| $guardianlngver = 'YaBB 2.5.2 $Revision: 1.0 $'; |
| $guardianlngver = 'YaBB 2.6.12 $Revision: 1651 $'; |
| |
| |
| %guardian_txt = ( |
| %guardian_txt = ( |
| 'main' => 'The Guardian™', |
| 'main' => 'The Guardian™', |
| 'admin' => 'The Guardian™ Administrator', |
| 'admin' => 'The Guardian™ Administrator', |
| 'setup' => 'The Guardian™ Setup', |
| 'setup' => 'The Guardian™ Setup', |
| 'title' => 'Welcome to "The Guardian™", Your Gatekeeper against intruders.', |
| 'title' => 'Welcome to "The Guardian™", Your Gatekeeper against intruders.', |
| 'description' => 'With "The Guardian™" you can block intruders on various levels, resulting in a better security and less chance of hacking.', |
| 'description' => 'With "The Guardian™" you can block intruders on various levels, resulting in a better security and less chance of hacking.', |
| 'notify' => 'Do you want an e-mail notification on any detected attempts?', |
| 'notify' => 'Do you want an e-mail notification on any detected attempts?', |
| 'general' => 'Global and Server Settings', |
| 'general' => 'Global and Server Settings', |
| 'use_guardian' => 'Use The Guardian™ to protect your board?', |
| 'use_guardian' => 'Use The Guardian™ to protect your board?', |
| 'use_htaccess' => 'Activate .htaccess to add IP blocks on server level?', |
| 'use_htaccess' => 'Activate .htaccess to add IP blocks on server level?', |
| 'use_htaccess_support' => '<span class="small"><i>(Only works if your server supports /.htaccess files.)</i></span>', |
| 'use_htaccess_support' => '<span class="small"><i>(Only works if your server supports /.htaccess files.)</i></span>', |
| '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>', |
| '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>', |
| 'htaccess_add' => 'Auto add abusing IP addresses to .htaccess?', |
| 'htaccess_add' => 'Auto add abusing IP addresses to .htaccess?', |
| 'htaccess_added' => 'Auto added abusing IP address to .htaccess file. (You can remove it from the list manually from the Guardian Admin)', |
| 'htaccess_added' => 'Auto added abusing IP address to .htaccess file. (You can remove it from the list manually from the Guardian Admin)', |
| 'proxy' => 'Proxy Blocking', |
| 'proxy' => 'Proxy Blocking', |
| 'referer' => 'Referer Blocking', |
| 'referer' => 'Referrer Blocking', |
| 'harvester' => 'Harvester Blocking', |
| 'harvester' => 'Harvester Blocking', |
| 'request' => 'Request Method Blocking', |
| 'request' => 'Request Method Blocking', |
| 'string' => 'Environment String Blocking', |
| 'string' => 'Environment String Blocking', |
| 'clike' => 'CLIKE Blocking', |
| 'clike' => 'CLIKE Blocking', |
| 'union' => 'UNION Blocking', |
| 'union' => 'UNION Blocking', |
| 'script' => 'Scripting Blocking', |
| 'script' => 'Scripting Blocking', |
| 'proxy_on' => 'Deny access through proxy servers?', |
| 'proxy_on' => 'Deny access through proxy servers?', |
| 'referer_on' => 'Activate referer blocking?', |
| 'referer_on' => 'Activate referrer blocking?', |
| 'harvester_on' => 'Activate harvester blocking?', |
| 'harvester_on' => 'Activate harvester blocking?', |
| 'request_on' => 'Activate Request Method blocking?', |
| 'request_on' => 'Activate Request Method blocking?', |
| 'string_on' => 'Activate \'bad words\' in url environment blocking?', |
| 'string_on' => 'Activate 'bad words' in url environment blocking?', |
| 'clike_on' => 'Activate CLIKE blocking (only MySQL)?', |
| 'clike_on' => 'Activate CLIKE blocking (only MySQL)?', |
| 'union_on' => 'Activate UNION blocking (only MySQL)?', |
| 'union_on' => 'Activate UNION blocking (only MySQL)?', |
| 'script_on' => 'Activate scripting blocking?', |
| 'script_on' => 'Activate scripting blocking?', |
| 'proxy_abuse' => 'Proxy Access', |
| 'proxy_abuse' => 'Proxy Access', |
| 'referer_abuse' => 'Referer', |
| 'referer_abuse' => 'Referrer', |
| 'harvester_abuse' => 'Harvester', |
| 'harvester_abuse' => 'Harvester', |
| 'request_abuse' => 'Request Method', |
| 'request_abuse' => 'Request Method', |
| 'string_abuse' => 'Url Bad String', |
| 'string_abuse' => 'Url Bad String', |
| 'clike_abuse' => 'CLIKE', |
| 'clike_abuse' => 'CLIKE', |
| 'union_abuse' => 'UNION', |
| 'union_abuse' => 'UNION', |
| 'script_abuse' => 'Scripting', |
| 'script_abuse' => 'Scripting', |
| 'abuse' => 'Abuse Detected!', |
| 'abuse' => 'Abuse Detected', |
| 'abuse_user' => 'Abusing user ID (Real Name)', |
| 'abuse_user' => 'Abusing user ID', |
| 'abuse_ip' => 'Abuse detected from IP', |
| 'abuse_ip' => 'Abuse detected from IP', |
| 'abuse_referer' => 'Blocked referer', |
| 'abuse_referer' => 'Blocked referrer', |
| 'abuse_string' => 'Blocked word', |
| 'abuse_string' => 'Blocked word', |
| 'abuse_environment' => 'Environment string', |
| 'abuse_environment' => 'Environment string', |
| 'abuse_form_environment' => 'Blocked script in form data', |
| 'abuse_form_environment' => 'Blocked script in form data', |
| 'abuse_url_environment' => 'Blocked script in Url data', |
| 'abuse_url_environment' => 'Blocked script in url data', |
| 'abuse_harvester' => 'Blocked Harvester', |
| 'abuse_harvester' => 'Blocked Harvester', |
| 'abuse_request' => 'Blocked Request Method', |
| 'abuse_request' => 'Blocked Request Method', |
| 'white_list' => 'Enter IP\'s, user id or proxy identifier strings you want to pass through (whitelist)?<br /><i>(whole or partial, one per line)</i>', |
| 'white_list' => 'Enter IP's, user id or proxy identifier strings you want to pass through (whitelist)?<br /><i>(whole or partial, one per line)</i>', |
| 'referer_list' => 'Enter referer url\'s you want blocked?<br /><i>(whole or partial url, one per line)</i>', |
| 'referer_list' => 'Enter referrer url's you want blocked?<br /><i>(whole or partial url, one per line)</i>', |
| 'harvester_list' => 'Enter harvester agent strings you want blocked?<br /><i>(whole or partial agent string, one per line)</i>', |
| 'harvester_list' => 'Enter harvester agent strings you want blocked?<br /><i>(whole or partial agent string, one per line)</i>', |
| '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>', |
| '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>', |
| 'string_list' => 'Enter \'bad words\' you want blocked?<br /><i>(whole or partial string, one per line)</i>', |
| 'string_list' => 'Enter 'bad words' you want blocked?<br /><i>(whole or partial string, one per line)</i>', |
| 'htaccess_list' => 'Enter IP addresses or (partial) domain names you want blocked on server level?<br /><span class="small"><i>(* wildcards allowed, one per line)</i></span>', |
| '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>', |
| 'save' => 'Save Guardian Changes', |
| 'save' => 'Save Guardian Changes', |
| ); |
| ); |
| |
| |
| 1; |
| 1; |