mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 10:23:53 +02:00
Issue #5465 Core language files converted. (excluding plugins)
This commit is contained in:
@@ -1,28 +1,22 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright (C) 2008-2013 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
* Copyright (C) 2008-2025 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
* Admin Language File
|
||||
*
|
||||
*/
|
||||
|
||||
// define("FLALAN_1", "Failed login attempts");
|
||||
define("FLALAN_2", "No failed login attempts have been logged");
|
||||
define("FLALAN_3", "Attempt(s) deleted");
|
||||
define("FLALAN_4", "User attempted to login using incorrect username/password");
|
||||
define("FLALAN_5", "IP(s) banned");
|
||||
// define("FLALAN_6", "Date");
|
||||
define("FLALAN_7", "Data");
|
||||
define("FLALAN_8", "IP address/ Host");
|
||||
// define("FLALAN_9", "Options");
|
||||
define("FLALAN_10", "Delete / Ban checked entries");
|
||||
// define("FLALAN_11", "check all delete checkboxes");
|
||||
// define("FLALAN_12", "uncheck all delete checkboxes");
|
||||
// define("FLALAN_13", "check all ban checkboxes");
|
||||
// define("FLALAN_14", "uncheck all ban checkboxes");
|
||||
define("FLALAN_15", "The following IP address(es) have been auto-banned - user attempted more than ten failed logins");
|
||||
define("FLALAN_16", "delete this auto ban list");
|
||||
define("FLALAN_17", "Auto-ban list deleted");
|
||||
// define('FLALAN_18', "Could not ban IP address --IP-- - on whitelist");
|
||||
|
||||
// define('FLALAN_19', "Check All Delete");
|
||||
return [
|
||||
'FLALAN_2' => "No failed login attempts have been logged",
|
||||
'FLALAN_3' => "Attempt(s) deleted",
|
||||
'FLALAN_4' => "User attempted to login using incorrect username/password",
|
||||
'FLALAN_5' => "IP(s) banned",
|
||||
'FLALAN_7' => "Data",
|
||||
'FLALAN_8' => "IP address/ Host",
|
||||
'FLALAN_10' => "Delete / Ban checked entries",
|
||||
'FLALAN_15' => "The following IP address(es) have been auto-banned - user attempted more than ten failed logins",
|
||||
'FLALAN_16' => "delete this auto ban list",
|
||||
'FLALAN_17' => "Auto-ban list deleted",
|
||||
];
|
||||
|
Reference in New Issue
Block a user