1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-03 11:22:40 +02:00

More tidying - banlist admin this time

This commit is contained in:
e107steved
2009-12-19 23:04:42 +00:00
parent 45fef35aea
commit 8e284465e7
3 changed files with 172 additions and 151 deletions

View File

@@ -4,9 +4,9 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_banlist.php,v $
| $Revision: 1.10 $
| $Date: 2009-11-08 09:14:39 $
| $Author: e107coders $
| $Revision: 1.11 $
| $Date: 2009-12-19 23:04:42 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
// define("BANLAN_1", "Ban removed.");
@@ -53,7 +53,7 @@ define('BANLAN_42','Import Choices');
define('BANLAN_43','Replace all existing imported bans');
define('BANLAN_44','Use expiry date/time from import');
define('BANLAN_45','Import');
// define('BANLAN_46','Import File');
define('BANLAN_46','Import File:');
define('BANLAN_47','File upload error');
//define('BANLAN_48','Error importing file');
define('BANLAN_49','CSV import: Unbalanced quotes in line ');
@@ -86,33 +86,33 @@ define('BANLAN_75','Remove expired bans from list');
define('BANLAN_76','Execute');
define('BANLAN_77','Messages/Ban Periods');
// define('BANLAN_78','Hit count exceeded (--HITS-- requests within allotted time)');
// define('BANLAN_79','');
// define('BANLAN_80','');
define('BANLAN_79','CSV Export format:');
define('BANLAN_80','CSV Import format:');
// Ban types - block reserved 100-109
// define('BANLAN_100', 'Unknown');
// define('BANLAN_101','Manual');
// define('BANLAN_102','Flood');
// define('BANLAN_103','Hit count');
// define('BANLAN_104', 'Login failure');
// define('BANLAN_105', 'Imported');
// define('BANLAN_106', 'User');
// define('BANLAN_107', 'Unknown');
// define('BANLAN_108', 'Unknown');
// define('BANLAN_109', 'Old');
define('BANLAN_100', 'Unknown');
define('BANLAN_101','Manual');
define('BANLAN_102','Flood');
define('BANLAN_103','Hit count');
define('BANLAN_104', 'Login failure');
define('BANLAN_105', 'Imported');
define('BANLAN_106', 'User');
define('BANLAN_107', 'Unknown');
define('BANLAN_108', 'Unknown');
define('BANLAN_109', 'Old');
// Detailed explanations for ban types - block reserved 110-119
// define('BANLAN_110', 'Most likely a ban that was imposed before e107 was upgraded to 0.8');
// define('BANLAN_111', 'Entered by an admin');
// define('BANLAN_112', 'Attempts to update the site too fast');
// define('BANLAN_113', 'Attempts to access the site too frequently from the same address');
// define('BANLAN_114', 'Multiple failed login attempts from the same user');
// define('BANLAN_115', 'Added from an external list');
// define('BANLAN_116', 'IP address banned on account of user ban');
// define('BANLAN_117', 'Spare reason');
// define('BANLAN_118', 'Spare reason');
// define('BANLAN_119', 'Indicates an import error - previously imported bans');
define('BANLAN_110', 'Most likely a ban that was imposed before e107 was upgraded from 0.7.x');
define('BANLAN_111', 'Entered by an admin');
define('BANLAN_112', 'Attempts to update the site too fast');
define('BANLAN_113', 'Attempts to access the site too frequently from the same address');
define('BANLAN_114', 'Multiple failed login attempts from the same user');
define('BANLAN_115', 'Added from an external list');
define('BANLAN_116', 'IP address banned on account of user ban');
define('BANLAN_117', 'Spare reason');
define('BANLAN_118', 'Spare reason');
define('BANLAN_119', 'Indicates an import error - previously imported bans');
// define('BANLAN_120', 'Unknown');
define('BANLAN_120', 'Unknown');
?>