add contents
This commit is contained in:
9
lib/plugins/loglog/lang/en/auth_failed.txt
Normal file
9
lib/plugins/loglog/lang/en/auth_failed.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Attention!
|
||||
|
||||
The number of recent failed login attempts has exceeded the configured limit (@THRESHOLD@ in @INTERVAL@ minutes)!
|
||||
|
||||
This is the @SEQUENCE@. warning issued at @NOW@.
|
||||
|
||||
In case this turns out to be part of an ongoing sequence, you will receive the next alert on @NEXT_ALERT@.
|
||||
|
||||
You can investigate the issue by logging into the wiki and checking the logs in the admin area.
|
9
lib/plugins/loglog/lang/en/auth_success.txt
Normal file
9
lib/plugins/loglog/lang/en/auth_success.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Attention!
|
||||
|
||||
The number of recent logins has exceeded the configured limit (@THRESHOLD@ in @INTERVAL@ minutes)!
|
||||
|
||||
This is the @SEQUENCE@. warning issued at @NOW@.
|
||||
|
||||
In case this turns out to be part of an ongoing sequence, you will receive the next alert on @NEXT_ALERT@.
|
||||
|
||||
You can investigate the issue by logging into the wiki and checking the logs in the admin area.
|
3
lib/plugins/loglog/lang/en/intro.txt
Normal file
3
lib/plugins/loglog/lang/en/intro.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
====== Weekly User and Admin Activity ======
|
||||
|
||||
This screen displays the following activities during the last 7 days: user logins and logouts, as well as usage of admin tools. You can use the navigation buttons at the bottom of the screen to display earlier weeks.
|
25
lib/plugins/loglog/lang/en/lang.php
Normal file
25
lib/plugins/loglog/lang/en/lang.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
$lang['menu'] = 'Weekly user and admin activity';
|
||||
|
||||
$lang['date'] = 'Date';
|
||||
$lang['ip'] = 'IP Address';
|
||||
$lang['action'] = 'Action';
|
||||
$lang['range'] = 'Displayed date range:';
|
||||
|
||||
$lang['off'] = 'logged off';
|
||||
$lang['autologoff'] = 'has been logged out automatically';
|
||||
$lang['in'] = 'logged in permanently';
|
||||
$lang['tin'] = 'logged in temporarily';
|
||||
$lang['fail'] = 'failed login attempt';
|
||||
|
||||
$lang['data'] = 'Data';
|
||||
$lang['submit'] = 'Apply filter';
|
||||
$lang['filter_auth_ok'] = 'User logins and logoffs';
|
||||
$lang['filter_auth_error'] = 'Failed login attempts';
|
||||
$lang['filter_admin'] = 'Admin';
|
||||
$lang['filter_other'] = 'Other';
|
||||
|
||||
$lang['email_max_success_logins_subject'] = 'Alert: Too many logins';
|
||||
$lang['email_max_failed_logins_subject'] = 'Alert: Too many failed login attempts';
|
||||
$lang['email_report_subject'] = 'Monthly log report';
|
11
lib/plugins/loglog/lang/en/report.txt
Normal file
11
lib/plugins/loglog/lang/en/report.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Usage Report for Last Month
|
||||
|
||||
Logins
|
||||
|
||||
* successful logins: @@auth_ok@@
|
||||
* failed login attempts: @@auth_fail@@
|
||||
* number of logged in users: @@users@@
|
||||
|
||||
Admin Tools
|
||||
|
||||
@@admin_pages@@
|
10
lib/plugins/loglog/lang/en/settings.php
Normal file
10
lib/plugins/loglog/lang/en/settings.php
Normal 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)';
|
Reference in New Issue
Block a user