Files
dokuwiki-plugins/lib/plugins/loglog/lang/en/settings.php
Trevor Batley bce7dd054a add contents
2025-10-09 15:04:29 +11:00

11 lines
982 B
PHP

<?php
$lang['login_success_max'] = 'When the number of logins per configured interval (login_success_interval) exceeds this number, an admin should be notified';
$lang['login_success_interval'] = 'Interval to check the number of recent successful logins, in minutes';
$lang['login_success_email'] = 'Email to send notifications about too many recent logins';
$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';
$lang['login_failed_interval'] = 'Interval to check the number of recent failed login attempts, in minutes';
$lang['login_failed_email'] = 'Email to send notifications about too many failed logins';
$lang['report_email'] = 'Email to send monthly reports to (beginning of every month)';
$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)';