mirror of
https://github.com/e107inc/e107.git
synced 2025-02-22 15:55:39 +01:00
30 lines
1.2 KiB
PHP
30 lines
1.2 KiB
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_fla.php,v $
|
|
| $Revision: 1.1.1.1 $
|
|
| $Date: 2006-12-02 04:34:40 $
|
|
| $Author: mcfly_e107 $
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
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");
|
|
|
|
?>
|