add contents
This commit is contained in:
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';
|
Reference in New Issue
Block a user