mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
Issue #5465 Core language files converted. (excluding plugins)
This commit is contained in:
@@ -1,135 +1,104 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright (C) 2008-2013 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
* Copyright (C) 2008-2025 e107 Inc (e107.org), Licensed under GNU GPL (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 [x] ([y] 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_087", "Details");
|
||||
|
||||
// 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"); // Moved to lan_admin.php
|
||||
// define("RL_LAN_099", "Comments");
|
||||
define("RL_LAN_100", "CID"); // Comment ID field
|
||||
define("RL_LAN_101", "PID");
|
||||
//define("RL_LAN_102", "ID");//LAN_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 [x] entries matching search condition");
|
||||
|
||||
define("RL_LAN_132", "Informative");
|
||||
define("RL_LAN_133", "Notice");
|
||||
define("RL_LAN_134", "Warning");
|
||||
define("RL_LAN_135", "Fatal");
|
||||
|
||||
define("RL_LAN_136", "User navigation trail");
|
||||
// define("RL_LAN_JS_CONFIRM", "Are you sure?");
|
||||
|
||||
return [
|
||||
'RL_LAN_002' => "Rolling Log",
|
||||
'RL_LAN_005' => "Configure/View system logs",
|
||||
'RL_LAN_008' => "Rolling Log is active:",
|
||||
'RL_LAN_009' => "Rolling Log History length in days",
|
||||
'RL_LAN_012' => "Filter Options",
|
||||
'RL_LAN_013' => "Start date/time",
|
||||
'RL_LAN_014' => "End date/time",
|
||||
'RL_LAN_015' => "User ID filter",
|
||||
'RL_LAN_016' => "Blank for none, zero for guest",
|
||||
'RL_LAN_017' => "No log entries, or none match filter",
|
||||
'RL_LAN_018' => "Refresh log",
|
||||
'RL_LAN_019' => "yy-mm-dd hh:mm:ss",
|
||||
'RL_LAN_020' => "IP",
|
||||
'RL_LAN_023' => "Event Type",
|
||||
'RL_LAN_024' => "From",
|
||||
'RL_LAN_025' => "Event Title",
|
||||
'RL_LAN_026' => "Class for which user actions logged",
|
||||
'RL_LAN_028' => "Update Filters",
|
||||
'RL_LAN_029' => "Event type filter",
|
||||
'RL_LAN_030' => "Admin Log",
|
||||
'RL_LAN_031' => "Actions to log",
|
||||
'RL_LAN_032' => "Pri",
|
||||
'RL_LAN_033' => "Further Information",
|
||||
'RL_LAN_044' => "Log events to display per page",
|
||||
'RL_LAN_045' => "Delete admin log events older than",
|
||||
'RL_LAN_046' => "days",
|
||||
'RL_LAN_047' => "Confirm delete admin log events older than",
|
||||
'RL_LAN_049' => "Delete old entries",
|
||||
'RL_LAN_050' => "Parameter error - nothing deleted",
|
||||
'RL_LAN_052' => "Admin log",
|
||||
'RL_LAN_053' => "User Audit Log",
|
||||
'RL_LAN_054' => "Nothing to delete, or database error",
|
||||
'RL_LAN_057' => "- events older than [x] ([y] entries) deleted",
|
||||
'RL_LAN_058' => "Priority Filter:",
|
||||
'RL_LAN_059' => "Caller Filter:",
|
||||
'RL_LAN_060' => "IP Address Filter:",
|
||||
'RL_LAN_061' => "Wildcard (*) at end acceptable",
|
||||
'RL_LAN_062' => "User Audit Log",
|
||||
'RL_LAN_064' => "Applicable to all logs",
|
||||
'RL_LAN_065' => "Confirm delete user audit log events older than",
|
||||
'RL_LAN_066' => "Delete user audit trail log events older than",
|
||||
'RL_LAN_067' => "Download History",
|
||||
'RL_LAN_068' => "D/L ID",
|
||||
'RL_LAN_069' => "Download Name",
|
||||
'RL_LAN_071' => "User registration (ignores class setting above)",
|
||||
'RL_LAN_072' => "Signup email acknowledgement (ignores class setting above)",
|
||||
'RL_LAN_073' => "Login/Logout",
|
||||
'RL_LAN_075' => "Change display name",
|
||||
'RL_LAN_076' => "Change password",
|
||||
'RL_LAN_077' => "Change email address",
|
||||
'RL_LAN_078' => "Password Reset",
|
||||
'RL_LAN_079' => "Change other user settings",
|
||||
'RL_LAN_080' => "Admin quick add user",
|
||||
'RL_LAN_081' => "Mail bounces",
|
||||
'RL_LAN_082' => "User bans",
|
||||
'RL_LAN_083' => "Mail bounce resets",
|
||||
'RL_LAN_084' => "Temporary accounts",
|
||||
'RL_LAN_087' => "Details",
|
||||
'RL_LAN_090' => "Download ID",
|
||||
'RL_LAN_091' => "Detailed timings",
|
||||
'RL_LAN_092' => "Time period",
|
||||
'RL_LAN_093' => "(mins)",
|
||||
'RL_LAN_094' => "Detailed timing analysis",
|
||||
'RL_LAN_096' => "Diff (s)",
|
||||
'RL_LAN_100' => "CID",
|
||||
'RL_LAN_101' => "PID",
|
||||
'RL_LAN_103' => "Subject",
|
||||
'RL_LAN_104' => "UID",
|
||||
'RL_LAN_106' => "Type",
|
||||
'RL_LAN_107' => "Comment",
|
||||
'RL_LAN_108' => "BK",
|
||||
'RL_LAN_109' => "LK",
|
||||
'RL_LAN_110' => "Del",
|
||||
'RL_LAN_111' => "Delete checked items",
|
||||
'RL_LAN_112' => "Deleted --NUMBER-- comments",
|
||||
'RL_LAN_113' => "Error deleting comments!",
|
||||
'RL_LAN_114' => "Clear Filters",
|
||||
'RL_LAN_115' => "Users Admin",
|
||||
'RL_LAN_116' => "Location",
|
||||
'RL_LAN_117' => "PgCnt",
|
||||
'RL_LAN_118' => "Flag",
|
||||
'RL_LAN_120' => "Users on-line",
|
||||
'RL_LAN_122' => "System Logs Configuration",
|
||||
'RL_LAN_123' => "User audit trail class",
|
||||
'RL_LAN_124' => "User audit trail actions",
|
||||
'RL_LAN_125' => "System Logs Maintenance",
|
||||
'RL_LAN_126' => "Total [x] entries matching search condition",
|
||||
'RL_LAN_132' => "Informative",
|
||||
'RL_LAN_133' => "Notice",
|
||||
'RL_LAN_134' => "Warning",
|
||||
'RL_LAN_135' => "Fatal",
|
||||
'RL_LAN_136' => "User navigation trail",
|
||||
];
|
||||
|
Reference in New Issue
Block a user