mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
#6 - LAN clean-up (HTML removal, double quotes, generic)
This commit is contained in:
parent
f6b1bc9394
commit
dc71a8500e
@ -998,7 +998,7 @@ if(isset($page_title[$action]))
|
||||
|
||||
// Next-Previous. ==========================
|
||||
|
||||
$text .= sprintf(RL_LAN_126, $num_entry);
|
||||
$text .= sprintf(str_replace("[x]", "<strong>%d</strong>", RL_LAN_126), $num_entry);
|
||||
if($num_entry > $amount)
|
||||
{
|
||||
$parms = "{$num_entry},{$amount},{$from},".e_SELF."?".$action.".[FROM]";
|
||||
|
@ -2,17 +2,12 @@
|
||||
/*
|
||||
* e107 website system
|
||||
*
|
||||
* Copyright (C) 2008-2009 e107 Inc (e107.org)
|
||||
* Copyright (C) 2008-2013 e107 Inc (e107.org)
|
||||
* Released under the terms and conditions of the
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
* Administrators Management
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/administrator.php,v $
|
||||
* $Revision$
|
||||
* $Date$
|
||||
* $Author$
|
||||
*
|
||||
*/
|
||||
|
||||
require_once('../class2.php');
|
||||
|
@ -1496,7 +1496,7 @@ class e_userperms
|
||||
$frm = e107::getForm();
|
||||
return "
|
||||
<div class='buttons-bar center'>
|
||||
".$frm->admin_button('update_admin', ADMSLAN_52, 'update')."
|
||||
".$frm->admin_button('update_admin', LAN_UPDATE, 'update')."
|
||||
".$frm->admin_button('go_back', LAN_BACK, 'cancel')."
|
||||
</div>
|
||||
";
|
||||
@ -1593,8 +1593,8 @@ class e_userperms
|
||||
}
|
||||
}
|
||||
|
||||
//$sql->db_Update("user", "user_perms='{$perm}' WHERE user_id='{$modID}' ")
|
||||
e107::getMessage()->addAuto($sysuser->set('user_perms', $perm)->save(), 'update', sprintf(ADMSLAN_2, $tp->toDB($_POST['ad_name'])), false, false);
|
||||
//$sql->db_Update("user", "user_perms='{$perm}' WHERE user_id='{$modID}' ")
|
||||
e107::getMessage()->addAuto($sysuser->set('user_perms', $perm)->save(), 'update', sprintf(LAN_UPDATED, $tp->toDB($_POST['ad_name'])), false, false);
|
||||
$logMsg = str_replace(array('--ID--', '--NAME--'),array($modID, $a_name),ADMSLAN_72).$perm;
|
||||
$admin_log->log_event('ADMIN_01',$logMsg,E_LOG_INFORMATIVE,'');
|
||||
}
|
||||
|
@ -1,121 +1,128 @@
|
||||
<?php
|
||||
// e107 Language File.
|
||||
// $Id$
|
||||
/*
|
||||
* e107 website system
|
||||
*
|
||||
* Copyright (C) 2008-2013 e107 Inc (e107.org)
|
||||
* Released under the terms and conditions of the
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
* Admin Language File
|
||||
*/
|
||||
|
||||
//define('RL_LAN_001', 'System Logs');
|
||||
define('RL_LAN_002', "Rolling Log");
|
||||
// define('RL_LAN_003', 'User Audit Trail Maintenance');
|
||||
//define('RL_LAN_004', "Admin/Rolling Log Upgraded");
|
||||
define('RL_LAN_005', "Configure/View system logs");
|
||||
//define('RL_LAN_006', "Options Updated");
|
||||
// define('RL_LAN_007', "User Audit Trail Options");
|
||||
define('RL_LAN_008', "Rolling Log is active:");
|
||||
define('RL_LAN_009', "Rolling Log History length in days");
|
||||
// define('RL_LAN_010', "Update Options");
|
||||
// define('RL_LAN_011', 'Rolling Log Configuration');
|
||||
define('RL_LAN_012', "Filter Options");
|
||||
define('RL_LAN_013', "Start date/time");
|
||||
define('RL_LAN_014', "End date/time");
|
||||
define('RL_LAN_015', "User ID filter");
|
||||
define('RL_LAN_016', "Blank for none, zero for guest");
|
||||
define('RL_LAN_017', "No log entries, or none match filter");
|
||||
define('RL_LAN_018', "Refresh log");
|
||||
define('RL_LAN_019', "yy-mm-dd hh:mm:ss");
|
||||
define('RL_LAN_020', "IP");
|
||||
//define('RL_LAN_021', "ID");
|
||||
//define('RL_LAN_022', "User");
|
||||
define('RL_LAN_023', "Event Type");
|
||||
define('RL_LAN_024', "From");
|
||||
define('RL_LAN_025', "Event Title");
|
||||
define('RL_LAN_026', "Class for which user actions logged");
|
||||
// define('RL_LAN_027', "Options");
|
||||
define('RL_LAN_028', "Update Filters");
|
||||
define('RL_LAN_029', "Event type filter");
|
||||
define('RL_LAN_030', "Admin Log");
|
||||
define('RL_LAN_031', "Actions to log");
|
||||
define('RL_LAN_032', "Pri"); // Event importance
|
||||
define('RL_LAN_033', "Further Information");
|
||||
define('RL_LAN_044', "Log events to display per page");
|
||||
define('RL_LAN_045', "Delete admin log events older than ");
|
||||
define('RL_LAN_046', "days");
|
||||
define('RL_LAN_047', "Confirm delete admin log events older than ");
|
||||
// define('RL_LAN_048', "Admin log maintenance");
|
||||
define('RL_LAN_049', "Delete old entries");
|
||||
define('RL_LAN_050', "Parameter error - nothing deleted");
|
||||
// define('RL_LAN_051', "Confirm Delete");
|
||||
define('RL_LAN_052', "Admin log");
|
||||
define('RL_LAN_053', "User Audit Log");
|
||||
define('RL_LAN_054', "Nothing to delete, or database error");
|
||||
// define('RL_LAN_055', "Cancel");
|
||||
//define('RL_LAN_056', "Nothing deleted");
|
||||
define('RL_LAN_057', " - events older than --OLD-- (--NUM-- entries) deleted");
|
||||
define('RL_LAN_058', "Priority Filter:");
|
||||
define('RL_LAN_059', "Caller Filter:");
|
||||
define('RL_LAN_060', "IP Address Filter:");
|
||||
define('RL_LAN_061', "Wildcard (*) at end acceptable");
|
||||
define('RL_LAN_062', 'User Audit Log');
|
||||
// define('RL_LAN_063', 'User audit settings updated');
|
||||
define('RL_LAN_064', 'Applicable to all logs');
|
||||
define('RL_LAN_065', "Confirm delete user audit log events older than ");
|
||||
define('RL_LAN_066', "Delete user audit trail log events older than ");
|
||||
define('RL_LAN_067', 'Download History');
|
||||
define('RL_LAN_068', 'D/L ID');
|
||||
define('RL_LAN_069', 'Download Name');
|
||||
//define("RL_LAN_001", "System Logs");
|
||||
define("RL_LAN_002", "Rolling Log");
|
||||
// define("RL_LAN_003", "User Audit Trail Maintenance");
|
||||
//define("RL_LAN_004", "Admin/Rolling Log Upgraded");
|
||||
define("RL_LAN_005", "Configure/View system logs");
|
||||
//define("RL_LAN_006", "Options Updated");
|
||||
// define("RL_LAN_007", "User Audit Trail Options");
|
||||
define("RL_LAN_008", "Rolling Log is active:");
|
||||
define("RL_LAN_009", "Rolling Log History length in days");
|
||||
// define("RL_LAN_010", "Update Options");
|
||||
// define("RL_LAN_011", "Rolling Log Configuration");
|
||||
define("RL_LAN_012", "Filter Options");
|
||||
define("RL_LAN_013", "Start date/time");
|
||||
define("RL_LAN_014", "End date/time");
|
||||
define("RL_LAN_015", "User ID filter");
|
||||
define("RL_LAN_016", "Blank for none, zero for guest");
|
||||
define("RL_LAN_017", "No log entries, or none match filter");
|
||||
define("RL_LAN_018", "Refresh log");
|
||||
define("RL_LAN_019", "yy-mm-dd hh:mm:ss");
|
||||
define("RL_LAN_020", "IP");
|
||||
//define("RL_LAN_021", "ID");
|
||||
//define("RL_LAN_022", "User");
|
||||
define("RL_LAN_023", "Event Type");
|
||||
define("RL_LAN_024", "From");
|
||||
define("RL_LAN_025", "Event Title");
|
||||
define("RL_LAN_026", "Class for which user actions logged");
|
||||
// define("RL_LAN_027", "Options");
|
||||
define("RL_LAN_028", "Update Filters");
|
||||
define("RL_LAN_029", "Event type filter");
|
||||
define("RL_LAN_030", "Admin Log");
|
||||
define("RL_LAN_031", "Actions to log");
|
||||
define("RL_LAN_032", "Pri"); // Event importance
|
||||
define("RL_LAN_033", "Further Information");
|
||||
define("RL_LAN_044", "Log events to display per page");
|
||||
define("RL_LAN_045", "Delete admin log events older than ");
|
||||
define("RL_LAN_046", "days");
|
||||
define("RL_LAN_047", "Confirm delete admin log events older than ");
|
||||
// define("RL_LAN_048", "Admin log maintenance");
|
||||
define("RL_LAN_049", "Delete old entries");
|
||||
define("RL_LAN_050", "Parameter error - nothing deleted");
|
||||
// define("RL_LAN_051", "Confirm Delete");
|
||||
define("RL_LAN_052", "Admin log");
|
||||
define("RL_LAN_053", "User Audit Log");
|
||||
define("RL_LAN_054", "Nothing to delete, or database error");
|
||||
// define("RL_LAN_055", "Cancel");
|
||||
//define("RL_LAN_056", "Nothing deleted");
|
||||
define("RL_LAN_057", " - events older than --OLD-- (--NUM-- entries) deleted");
|
||||
define("RL_LAN_058", "Priority Filter:");
|
||||
define("RL_LAN_059", "Caller Filter:");
|
||||
define("RL_LAN_060", "IP Address Filter:");
|
||||
define("RL_LAN_061", "Wildcard (*) at end acceptable");
|
||||
define("RL_LAN_062", "User Audit Log");
|
||||
// define("RL_LAN_063", "User audit settings updated");
|
||||
define("RL_LAN_064", "Applicable to all logs");
|
||||
define("RL_LAN_065", "Confirm delete user audit log events older than ");
|
||||
define("RL_LAN_066", "Delete user audit trail log events older than ");
|
||||
define("RL_LAN_067", "Download History");
|
||||
define("RL_LAN_068", "D/L ID");
|
||||
define("RL_LAN_069", "Download Name");
|
||||
|
||||
|
||||
// Messages for checkbox options in audit log - correspond to audit log event codes (20 consecutive values reserved)
|
||||
define('RL_LAN_071', 'User registration (ignores class setting above)');
|
||||
define('RL_LAN_072', 'Signup email acknowledgement (ignores class setting above)');
|
||||
define('RL_LAN_073', 'Login/Logout');
|
||||
define('RL_LAN_075', 'Change display name');
|
||||
define('RL_LAN_076', 'Change password');
|
||||
define('RL_LAN_077', 'Change email address');
|
||||
define('RL_LAN_078', 'Password Reset');
|
||||
define('RL_LAN_079', 'Change other user settings');
|
||||
define('RL_LAN_080', 'Admin quick add user');
|
||||
define('RL_LAN_081', 'Mail bounces');
|
||||
define('RL_LAN_082', 'User bans');
|
||||
define('RL_LAN_083', 'Mail bounce resets');
|
||||
define('RL_LAN_084', 'Temporary accounts');
|
||||
define("RL_LAN_071", "User registration (ignores class setting above)");
|
||||
define("RL_LAN_072", "Signup email acknowledgement (ignores class setting above)");
|
||||
define("RL_LAN_073", "Login/Logout");
|
||||
define("RL_LAN_075", "Change display name");
|
||||
define("RL_LAN_076", "Change password");
|
||||
define("RL_LAN_077", "Change email address");
|
||||
define("RL_LAN_078", "Password Reset");
|
||||
define("RL_LAN_079", "Change other user settings");
|
||||
define("RL_LAN_080", "Admin quick add user");
|
||||
define("RL_LAN_081", "Mail bounces");
|
||||
define("RL_LAN_082", "User bans");
|
||||
define("RL_LAN_083", "Mail bounce resets");
|
||||
define("RL_LAN_084", "Temporary accounts");
|
||||
// Intentional gap
|
||||
define('RL_LAN_090', 'Download ID');
|
||||
define('RL_LAN_091', 'Detailed timings');
|
||||
define('RL_LAN_092', 'Time period');
|
||||
define('RL_LAN_093', '(mins)');
|
||||
define('RL_LAN_094', 'Detailed timing analysis');
|
||||
// define('RL_LAN_095', 'Logs to include');
|
||||
define('RL_LAN_096', 'Diff (s)');
|
||||
// define('RL_LAN_097', 'Time');
|
||||
define('RL_LAN_098', 'Source');
|
||||
define('RL_LAN_099', 'Comments');
|
||||
define('RL_LAN_100', 'CID'); // Comment ID field
|
||||
define('RL_LAN_101', 'PID');
|
||||
define('RL_LAN_102', 'ID');
|
||||
define('RL_LAN_103', 'Subject');
|
||||
define('RL_LAN_104', 'UID');
|
||||
// define('RL_LAN_105', 'Author');
|
||||
define('RL_LAN_106', 'Type');
|
||||
define('RL_LAN_107', 'Comment');
|
||||
define('RL_LAN_108', 'BK'); // Comment blocked
|
||||
define('RL_LAN_109', 'LK'); // Comment locked
|
||||
define('RL_LAN_110', 'Del'); // Delete column
|
||||
define('RL_LAN_111', 'Delete checked items');
|
||||
define('RL_LAN_112', 'Deleted --NUMBER-- comments');
|
||||
define('RL_LAN_113', 'Error deleting comments!');
|
||||
define('RL_LAN_114', 'Clear Filters');
|
||||
define('RL_LAN_115', 'Users Admin');
|
||||
define('RL_LAN_116', 'Location');
|
||||
define('RL_LAN_117', 'PgCnt');
|
||||
define('RL_LAN_118', 'Flag');
|
||||
// define('RL_LAN_119', 'Active');
|
||||
define('RL_LAN_120', 'Users on-line');
|
||||
define("RL_LAN_090", "Download ID");
|
||||
define("RL_LAN_091", "Detailed timings");
|
||||
define("RL_LAN_092", "Time period");
|
||||
define("RL_LAN_093", "(mins)");
|
||||
define("RL_LAN_094", "Detailed timing analysis");
|
||||
// define("RL_LAN_095", "Logs to include");
|
||||
define("RL_LAN_096", "Diff (s)");
|
||||
// define("RL_LAN_097", "Time");
|
||||
define("RL_LAN_098", "Source");
|
||||
define("RL_LAN_099", "Comments");
|
||||
define("RL_LAN_100", "CID"); // Comment ID field
|
||||
define("RL_LAN_101", "PID");
|
||||
define("RL_LAN_102", "ID");
|
||||
define("RL_LAN_103", "Subject");
|
||||
define("RL_LAN_104", "UID");
|
||||
// define("RL_LAN_105", "Author");
|
||||
define("RL_LAN_106", "Type");
|
||||
define("RL_LAN_107", "Comment");
|
||||
define("RL_LAN_108", "BK"); // Comment blocked
|
||||
define("RL_LAN_109", "LK"); // Comment locked
|
||||
define("RL_LAN_110", "Del"); // Delete column
|
||||
define("RL_LAN_111", "Delete checked items");
|
||||
define("RL_LAN_112", "Deleted --NUMBER-- comments");
|
||||
define("RL_LAN_113", "Error deleting comments!");
|
||||
define("RL_LAN_114", "Clear Filters");
|
||||
define("RL_LAN_115", "Users Admin");
|
||||
define("RL_LAN_116", "Location");
|
||||
define("RL_LAN_117", "PgCnt");
|
||||
define("RL_LAN_118", "Flag");
|
||||
// define("RL_LAN_119", "Active");
|
||||
define("RL_LAN_120", "Users on-line");
|
||||
|
||||
|
||||
//define('RL_LAN_121', 'System Logs Options');
|
||||
define('RL_LAN_122', 'System Logs Configuration');
|
||||
define('RL_LAN_123', 'User audit trail class');
|
||||
define('RL_LAN_124', 'User audit trail actions');
|
||||
define('RL_LAN_125', 'System Logs Maintenance');
|
||||
define('RL_LAN_126', 'Total <strong>%d</strong> entries matching search condition');
|
||||
// define('RL_LAN_JS_CONFIRM', 'Are you sure?');
|
||||
//define("RL_LAN_121", "System Logs Options");
|
||||
define("RL_LAN_122", "System Logs Configuration");
|
||||
define("RL_LAN_123", "User audit trail class");
|
||||
define("RL_LAN_124", "User audit trail actions");
|
||||
define("RL_LAN_125", "System Logs Maintenance");
|
||||
define("RL_LAN_126", "Total [x] entries matching search condition");
|
||||
// define("RL_LAN_JS_CONFIRM", "Are you sure?");
|
||||
?>
|
@ -2,17 +2,13 @@
|
||||
/*
|
||||
* e107 website system
|
||||
*
|
||||
* Copyright (C) 2008-2009 e107 Inc (e107.org)
|
||||
* Copyright (C) 2008-2013 e107 Inc (e107.org)
|
||||
* Released under the terms and conditions of the
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
* Admin Language File
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_administrator.php,v $
|
||||
* $Revision$
|
||||
* $Date$
|
||||
* $Author$
|
||||
*/
|
||||
|
||||
//define("ADMSLAN_0", "New user/admin entry created for"); - no references found
|
||||
//define("ADMSLAN_1", "now has admin status."); - no references found
|
||||
|
||||
@ -23,7 +19,6 @@ define("ADMSLAN_6", "is the main site administrator and cannot be deleted.");
|
||||
|
||||
define("ADMSLAN_13", "Existing Administrators");
|
||||
|
||||
|
||||
define("ADMSLAN_16", "Admin Name");
|
||||
// define("ADMSLAN_17", "Admin Password");
|
||||
define("ADMSLAN_18", "Permissions");
|
||||
@ -59,7 +54,7 @@ define("ADMSLAN_47", "Moderate submitted news");
|
||||
|
||||
//define("ADMSLAN_49", "Check All"); - global admin lan
|
||||
//define("ADMSLAN_51", "Uncheck All"); - global admin lan
|
||||
define("ADMSLAN_52", "Update administrator");
|
||||
define("ADMSLAN_52", "Update administrator"); // Used as caption - changed button to LAN_UPDATE
|
||||
// define("ADMSLAN_53", "Add administrator");
|
||||
// define("ADMSLAN_54", "Site Administrators");
|
||||
// define("ADMSLAN_55", "Field(s) left blank");
|
||||
@ -84,12 +79,12 @@ define("ADMSLAN_68", "Configure email notification");
|
||||
// define("ADMSLAN_70", "Return to Administrator Listing");
|
||||
define("ADMSLAN_71", "Click here to display privileges");
|
||||
|
||||
define('ADMSLAN_72', 'Admin ID: --ID-- name: --NAME-- new permissions: ');
|
||||
define('ADMSLAN_73', 'Admin ID: --ID-- name: --NAME--');
|
||||
define("ADMSLAN_72", "Admin ID: --ID-- name: --NAME-- new permissions: ");
|
||||
define("ADMSLAN_73", "Admin ID: --ID-- name: --NAME--");
|
||||
|
||||
define('ADMSLAN_74', 'General');
|
||||
// define('ADMSLAN_75', '');
|
||||
define("ADMSLAN_74", "General");
|
||||
// define("ADMSLAN_75", "");
|
||||
define("ADMSLAN_76", "Manage language-packs");
|
||||
|
||||
define("ADMSLAN_2", "Site Administrator <strong>%s</strong> updated in database."); //XXX Needs to be replaced
|
||||
//define("ADMSLAN_2", "Site Administrator [name] updated in database."); // LAN_UPDATED
|
||||
?>
|
@ -1,131 +1,131 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_banlist.php,v $
|
||||
| $Revision$
|
||||
| $Date$
|
||||
| $Author$
|
||||
+----------------------------------------------------------------------------+
|
||||
* e107 website system
|
||||
*
|
||||
* Copyright (C) 2008-2013 e107 Inc (e107.org)
|
||||
* Released under the terms and conditions of the
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
* Admin Language File
|
||||
*/
|
||||
|
||||
// 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_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_15','Messages/Ban Periods');
|
||||
define('BANLAN_16','Banning');
|
||||
define('BANLAN_17','Ban Date');
|
||||
define('BANLAN_18','Ban expires');
|
||||
define('BANLAN_19','Notes');
|
||||
define('BANLAN_20','Type');
|
||||
//define('BANLAN_21','Never');
|
||||
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_28','Ban type');
|
||||
define('BANLAN_29','Message to show to banned user');
|
||||
define('BANLAN_30','Ban duration');
|
||||
define('BANLAN_31','(Use an empty message if you wish the user to get a blank screen)');
|
||||
define('BANLAN_32','Indefinite');
|
||||
//define('BANLAN_33','Settings Updated');
|
||||
define('BANLAN_34','Expired');
|
||||
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_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_46','Import File:');
|
||||
define('BANLAN_47','File upload error');
|
||||
define('BANLAN_48','Deleted --NUM-- expired ban list entries');
|
||||
define('BANLAN_49','CSV import: Unbalanced quotes in line ');
|
||||
define('BANLAN_50','CSV import: Error writing banlist record at line ');
|
||||
define('BANLAN_51','CSV import: Success, --NUM-- lines imported from file ');
|
||||
define('BANLAN_52','Whitelist');
|
||||
define('BANLAN_53','Add to Whitelist');
|
||||
define('BANLAN_54','No entries in whitelist');
|
||||
define('BANLAN_55','Entry Date');
|
||||
define('BANLAN_56','IP/Email, User');
|
||||
define('BANLAN_57','User');
|
||||
define('BANLAN_58','Add users to the whitelist');
|
||||
define('BANLAN_59','Edit existing whitelist entry');
|
||||
define('BANLAN_60','Edit existing banlist entry');
|
||||
define('BANLAN_61','Existing Whitelist entries');
|
||||
// define('BANLAN_62','Options');
|
||||
define('BANLAN_63','Use reverse DNS to allow host banning');
|
||||
define('BANLAN_64','Reverse DNS accesses when adding ban');
|
||||
define('BANLAN_65','Turning this option on will allow you to ban users by hostname, rather then just IP or email address. <br />NOTE: This may affect pageload times on some hosts, or if a server isn\'t responding');
|
||||
define('BANLAN_66','When a ban occurs, this option adds the domain of the banned address to the reason');
|
||||
define('BANLAN_67','Set maximum access rate');
|
||||
define('BANLAN_68','This determines the maximum number of site accesses in a 5-minute period');
|
||||
define('BANLAN_69','for members');
|
||||
define('BANLAN_70','for guests');
|
||||
define('BANLAN_71','Retrigger ban period');
|
||||
define('BANLAN_72','Ban Options');
|
||||
define('BANLAN_73','This will restart the ban period if a banned user accesses the site');
|
||||
define('BANLAN_74','Banlist Maintenance');
|
||||
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','CSV Export format:');
|
||||
define('BANLAN_80','CSV Import format:');
|
||||
define('BANLAN_81','Ban Action Log');
|
||||
define('BANLAN_82', 'No entries in Ban Action Log');
|
||||
define('BANLAN_83', 'Date/Time');
|
||||
define('BANLAN_84', 'IP Address');
|
||||
define('BANLAN_85', 'Additional information');
|
||||
define('BANLAN_86', 'Ban-related events');
|
||||
define('BANLAN_87', 'Total --NUM-- entries in list');
|
||||
define('BANLAN_88', 'Empty Ban Action Log');
|
||||
define('BANLAN_89', 'Log File Deleted');
|
||||
define('BANLAN_90', 'Error deleting log file');
|
||||
define('BANLAN_91', 'Date/time format for ban log');
|
||||
define('BANLAN_92', 'See the strftime function page at php.net');
|
||||
define('BANLAN_93', '');
|
||||
define("BANLAN_5", "Enter IP, email address, or host");
|
||||
define("BANLAN_7", "Reason");
|
||||
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_15", "Messages/Ban Periods");
|
||||
define("BANLAN_16", "Banning");
|
||||
define("BANLAN_17", "Ban Date");
|
||||
define("BANLAN_18", "Ban expires");
|
||||
define("BANLAN_19", "Notes");
|
||||
define("BANLAN_20", "Type");
|
||||
//define("BANLAN_21", "Never");
|
||||
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_28", "Ban type");
|
||||
define("BANLAN_29", "Message to show to banned user");
|
||||
define("BANLAN_30", "Ban duration");
|
||||
define("BANLAN_31", "(Use an empty message if you wish the user to get a blank screen)");
|
||||
define("BANLAN_32", "Indefinite");
|
||||
//define("BANLAN_33", "Settings Updated");
|
||||
define("BANLAN_34", "Expired");
|
||||
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_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_46", "Import File:");
|
||||
define("BANLAN_47", "File upload error");
|
||||
define("BANLAN_48", "Deleted --NUM-- expired ban list entries");
|
||||
define("BANLAN_49", "CSV import: Unbalanced quotes in line ");
|
||||
define("BANLAN_50", "CSV import: Error writing banlist record at line ");
|
||||
define("BANLAN_51", "CSV import: Success, --NUM-- lines imported from file ");
|
||||
define("BANLAN_52", "Whitelist");
|
||||
define("BANLAN_53", "Add to Whitelist");
|
||||
define("BANLAN_54", "No entries in whitelist");
|
||||
define("BANLAN_55", "Entry Date");
|
||||
define("BANLAN_56", "IP/Email, User");
|
||||
define("BANLAN_57", "User");
|
||||
define("BANLAN_58", "Add users to the whitelist");
|
||||
define("BANLAN_59", "Edit existing whitelist entry");
|
||||
define("BANLAN_60", "Edit existing banlist entry");
|
||||
define("BANLAN_61", "Existing Whitelist entries");
|
||||
// define("BANLAN_62", "Options");
|
||||
define("BANLAN_63", "Use reverse DNS to allow host banning");
|
||||
define("BANLAN_64", "Reverse DNS accesses when adding ban");
|
||||
define("BANLAN_65", "Turning this option on will allow you to ban users by hostname, rather then just IP or email address. <br />NOTE: This may affect pageload times on some hosts, or if a server isn't responding");
|
||||
define("BANLAN_66", "When a ban occurs, this option adds the domain of the banned address to the reason");
|
||||
define("BANLAN_67", "Set maximum access rate");
|
||||
define("BANLAN_68", "This determines the maximum number of site accesses in a 5-minute period");
|
||||
define("BANLAN_69", "for members");
|
||||
define("BANLAN_70", "for guests");
|
||||
define("BANLAN_71", "Retrigger ban period");
|
||||
define("BANLAN_72", "Ban Options");
|
||||
define("BANLAN_73", "This will restart the ban period if a banned user accesses the site");
|
||||
define("BANLAN_74", "Banlist Maintenance");
|
||||
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", "CSV Export format:");
|
||||
define("BANLAN_80", "CSV Import format:");
|
||||
define("BANLAN_81", "Ban Action Log");
|
||||
define("BANLAN_82", "No entries in Ban Action Log");
|
||||
define("BANLAN_83", "Date/Time");
|
||||
define("BANLAN_84", "IP Address");
|
||||
define("BANLAN_85", "Additional information");
|
||||
define("BANLAN_86", "Ban-related events");
|
||||
define("BANLAN_87", "Total --NUM-- entries in list");
|
||||
define("BANLAN_88", "Empty Ban Action Log");
|
||||
define("BANLAN_89", "Log File Deleted");
|
||||
define("BANLAN_90", "Error deleting log file");
|
||||
define("BANLAN_91", "Date/time format for ban log");
|
||||
define("BANLAN_92", "See the strftime function page at php.net");
|
||||
define("BANLAN_93", "");
|
||||
|
||||
// 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 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_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', 'Whitelist entry');
|
||||
define("BANLAN_120", "Whitelist entry");
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user