[Phpbb-php5mod-cvs-checkins] phpbb-php5/language/lang_english lang_admin.php,1.4,1.5 lang_main.php,1
Brought to you by:
jelly_doughnut
From: Josh <jel...@us...> - 2005-12-31 01:35:34
|
Update of /cvsroot/phpbb-php5mod/phpbb-php5/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30842/language/lang_english Modified Files: lang_admin.php lang_main.php Log Message: - 2.0.19 - Some Donut Holes Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/language/lang_english/lang_main.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_main.php 31 Oct 2005 03:18:41 -0000 1.3 --- lang_main.php 31 Dec 2005 01:35:25 -0000 1.4 *************** *** 1016,1019 **** --- 1016,1022 ---- $lang['Admin_reauthenticate'] = 'To administer the board you must re-authenticate yourself.'; + $lang['Login_attempts_exceeded'] = 'The maximum number of %s login attempts has been exceeded. You are not allowed to login for the next %s minutes.'; + $lang['Please_remove_install_contrib'] = 'Please ensure both the install/ and contrib/ directories are deleted'; + // // That's all, Folks! Index: lang_admin.php =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/language/lang_english/lang_admin.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lang_admin.php 31 Oct 2005 03:18:41 -0000 1.4 --- lang_admin.php 31 Dec 2005 01:35:25 -0000 1.5 *************** *** 746,749 **** --- 746,757 ---- // + // Login attempts configuration + // + $lang['Max_login_attempts'] = 'Allowed login attempts'; + $lang['Max_login_attempts_explain'] = 'The number of allowed board login attempts.'; + $lang['Login_reset_time'] = 'Login lock time'; + $lang['Login_reset_time_explain'] = 'Time in minutes the user have to wait until he is allowed to login again after exceeding the number of allowed login attempts.'; + + // // That's all Folks! // ------------------------------------------------- |