<?php

$lang['tba_block_time']  = 'Block an IP address this amount of seconds';
$lang['tba_nb_attempt']  = 'If the user failed a certain amount of attempts to login...';
$lang['tba_mean_time']   = '... Within a certain amount of seconds...';
$lang['tba_whitelist']   = '... And is not on the white list (comma or blank separated)';

$lang['tba_iptime_file'] = 'Log users attempts into this file';
$lang['tba_block_file']  = 'Log blocked users into this one';
$lang['tba_lockfile']    = 'Lock file to know when we can put content into the two others';

$lang['tba_send_mail']   = 'Define whom to send email when a user has been banned (separate by comma for multiple addresses)';

$lang['tba_block_whole_wiki'] = 'Block the whole wiki (just the login page by default)';
