add contents

This commit is contained in:
Trevor Batley
2025-10-09 15:04:29 +11:00
parent 170362eec1
commit bce7dd054a
2537 changed files with 301282 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?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)';