mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 10:23:53 +02:00
Removed some unused LANs. Cleaned up the deprecated LAN tool a little.
This commit is contained in:
@@ -7,31 +7,31 @@
|
||||
*/
|
||||
|
||||
// define("BANLAN_1", "Ban removed.");
|
||||
define("BANLAN_2", "No bans in list.");
|
||||
define("BANLAN_3", "Existing Bans");
|
||||
// define("BANLAN_2", "No bans in list.");
|
||||
// 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 Address");
|
||||
// define("BANLAN_8", "Ban Address");
|
||||
define("BANLAN_9", "Ban users from site by email, IP or host address");
|
||||
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 address will still function normally.");
|
||||
define("BANLAN_13", "Note: To ban a user by user name, go to the users admin page: ");
|
||||
define("BANLAN_14", "Ban List");
|
||||
// define("BANLAN_12", "Note: Reverse DNS is currently disabled; it must be enabled to allow banning by host. Banning by IP and email address will still function normally.");
|
||||
// define("BANLAN_13", "Note: To ban a user by user name, go to the users admin page: ");
|
||||
// define("BANLAN_14", "Ban List");
|
||||
define("BANLAN_15", "Messages/Ban Periods");
|
||||
define("BANLAN_16", "Banning");
|
||||
define("BANLAN_17", "Ban Date");
|
||||
define("BANLAN_18", "Ban expires");
|
||||
// define("BANLAN_17", "Ban Date");
|
||||
// define("BANLAN_18", "Ban expires");
|
||||
define("BANLAN_19", "Notes");
|
||||
define("BANLAN_20", "Type");
|
||||
// define("BANLAN_20", "Type");
|
||||
//define("BANLAN_21", "Never");
|
||||
define("BANLAN_22", "Unknown");
|
||||
// define("BANLAN_22", "Unknown");
|
||||
define("BANLAN_23", "day(s)");
|
||||
define("BANLAN_24", "hours");
|
||||
define("BANLAN_25", "Add to Banlist");
|
||||
define("BANLAN_26", "Currently ");
|
||||
define("BANLAN_27", "Invalid characters in IP address stripped - now:");
|
||||
// define("BANLAN_25", "Add to Banlist");
|
||||
// define("BANLAN_26", "Currently ");
|
||||
// define("BANLAN_27", "Invalid characters in IP address stripped - now:");
|
||||
define("BANLAN_28", "Ban type");
|
||||
define("BANLAN_29", "Message to show to banned user");
|
||||
define("BANLAN_30", "Ban duration");
|
||||
@@ -43,13 +43,13 @@ define("BANLAN_35", "Import/Export");
|
||||
define("BANLAN_36", "Export Types");
|
||||
define("BANLAN_37", "Field Separator");
|
||||
define("BANLAN_38", "Quote (round each value)");
|
||||
define("BANLAN_39", "Export");
|
||||
// define("BANLAN_39", "Export");
|
||||
define("BANLAN_40", "Banlist Export");
|
||||
define("BANLAN_41", "Banlist Import");
|
||||
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_45", "Import");
|
||||
define("BANLAN_46", "Import File:");
|
||||
define("BANLAN_47", "File upload error");
|
||||
define("BANLAN_48", "Deleted [y] expired ban list entries");
|
||||
|
Reference in New Issue
Block a user