mirror of
https://github.com/e107inc/e107.git
synced 2025-09-02 02:42:40 +02:00
new module creation
This commit is contained in:
25
e107_languages/English/admin/lan_banlist.php
Normal file
25
e107_languages/English/admin/lan_banlist.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_banlist.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("BANLAN_1", "Ban removed.");
|
||||
define("BANLAN_2", "No bans.");
|
||||
define("BANLAN_3", "Existing Bans");
|
||||
define("BANLAN_4", "Remove ban");
|
||||
define("BANLAN_5", "Enter IP, email address, or host");
|
||||
define("BANLAN_7", "Reason");
|
||||
define("BANLAN_8", "Ban User");
|
||||
define("BANLAN_9", "Ban users from site");
|
||||
define("BANLAN_10", "IP / Email / Reason");
|
||||
define("BANLAN_11", "Auto-ban: More than 10 failed login attempts");
|
||||
define("BANLAN_12", "Note: Reverse DNS is currently disabled, it must be enabled to allow banning by host. Banning by IP and email will still function normally.");
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user