1<?php
2
3$lang['tba_block_time']  = 'Block an IP address this amount of seconds';
4$lang['tba_nb_attempt']  = 'If the user failed a certain amount of attempts to login...';
5$lang['tba_mean_time']   = '... Within a certain amount of seconds...';
6$lang['tba_whitelist']   = '... And is not on the white list (comma or blank separated)';
7
8$lang['tba_iptime_file'] = 'Log users attempts into this file';
9$lang['tba_block_file']  = 'Log blocked users into this one';
10$lang['tba_lockfile']    = 'Lock file to know when we can put content into the two others';
11
12$lang['tba_send_mail']   = 'Define whom to send email when a user has been banned (separate by comma for multiple addresses)';
13
14$lang['tba_block_whole_wiki'] = 'Block the whole wiki (just the login page by default)';
15