###############################################################################
# Guardian.lng (Guardian text definitions) #
###############################################################################
# YaBB: Yet another Bulletin Board #
# Open-Source Community Software for Webmasters #
# Version: YaBBForum 3.0 #
# Packaged: July 26, 2026 #
# Distributed by: https://yabbforum.nz #
# =========================================================================== #
# Copyright (c) 2000-2026 YaBB (yabbforum.nz) - All Rights Reserved. #
# Software by: The YaBB Development Team #
# with assistance from the YaBB community. #
###############################################################################
$guardianlngver = 'YaBBForum 3.0';
%guardian_txt = (
'main' => 'The Guardian™',
'admin' => 'The Guardian™ Administrator',
'setup' => 'The Guardian™ Setup',
'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.',
'notify' => 'Do you want an e-mail notification on any detected attempts?',
'general' => 'Global and Server Settings',
'use_guardian' => 'Use The Guardian™ to protect your board?',
'use_htaccess' => 'Activate .htaccess to add IP blocks on server level?',
'use_htaccess_support' => '(Only works if your server supports /.htaccess files.)',
'htaccess_support' => '(Only works if your server supports it and "Activate .htaccess to add IP blocks on server level?" from first item above is enabled.)',
'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)',
'proxy' => 'Proxy Blocking',
'referer' => 'Referrer Blocking',
'harvester' => 'Harvester Blocking',
'request' => 'Request Method Blocking',
'string' => 'Environment String Blocking',
'clike' => 'CLIKE Blocking',
'union' => 'UNION Blocking',
'script' => 'Scripting Blocking',
'proxy_on' => 'Deny access through proxy servers?',
'referer_on' => 'Activate referrer blocking?',
'harvester_on' => 'Activate harvester blocking?',
'request_on' => 'Activate Request Method blocking?',
'string_on' => 'Activate 'bad words' in url environment blocking?',
'clike_on' => 'Activate CLIKE blocking (only MySQL)?',
'union_on' => 'Activate UNION blocking (only MySQL)?',
'script_on' => 'Activate scripting blocking?',
'proxy_abuse' => 'Proxy Access',
'referer_abuse' => 'Referrer',
'harvester_abuse' => 'Harvester',
'request_abuse' => 'Request Method',
'string_abuse' => 'Url Bad String',
'clike_abuse' => 'CLIKE',
'union_abuse' => 'UNION',
'script_abuse' => 'Scripting',
'abuse' => 'Abuse Detected',
'abuse_user' => 'Abusing user ID',
'abuse_ip' => 'Abuse detected from IP',
'abuse_referer' => 'Blocked referrer',
'abuse_string' => 'Blocked word',
'abuse_environment' => 'Environment string',
'abuse_form_environment' => 'Blocked script in form data',
'abuse_url_environment' => 'Blocked script in url data',
'abuse_harvester' => 'Blocked Harvester',
'abuse_request' => 'Blocked Request Method',
'white_list' => 'Enter IP's, user id or proxy identifier strings you want to pass through (whitelist)?
(whole or partial, one per line)',
'referer_list' => 'Enter referrer url's you want blocked?
(whole or partial url, one per line)',
'harvester_list' => 'Enter harvester agent strings you want blocked?
(whole or partial agent string, one per line)',
'request_list' => 'Enter Request Methods you want blocked?
(whole or partial method string, one per line)
ATTENTION!
NEVER BLOCK POST and GET!
It will render your board useless.',
'string_list' => 'Enter 'bad words' you want blocked?
(whole or partial string, one per line)',
'htaccess_list' => 'Enter IP addresses or (partial) domain names you want blocked on server level?
(* wild-cards allowed, one per line)',
'save' => 'Save Guardian Changes',
);
1;