1<?php
2
3$lang['login_success_max'] = 'When the number of logins per configured interval (login_success_interval) exceeds this number, an admin should be notified';
4$lang['login_success_interval'] = 'Interval to check the number of recent successful logins, in minutes';
5$lang['login_success_email'] = 'Email to send notifications about too many recent logins';
6$lang['login_failed_max'] = 'When the number of failed logins attempt per configured interval (login_failed_interval) exceeds this number, an admin should be notified';
7$lang['login_failed_interval'] = 'Interval to check the number of recent failed login attempts, in minutes';
8$lang['login_failed_email'] = 'Email to send notifications about too many failed logins';
9$lang['report_email'] = 'Email to send monthly reports to (beginning of every month)';
10$lang['admin_date_format'] = 'Date format to use in admin list instead of the global configuration (see PHP <a href="http://php.net/strftime">strftime</a> function)';
11