mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
94 lines
4.1 KiB
PHP
94 lines
4.1 KiB
PHP
<?php
|
|
/*
|
|
* Copyright (C) 2008-2025 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
* Admin Language File
|
|
*
|
|
*/
|
|
|
|
|
|
return [
|
|
'FC_LAN_1' => "File Inspector",
|
|
'FC_LAN_5' => "Core Files",
|
|
'FC_LAN_6' => "Integrity Fail Only",
|
|
'FC_LAN_7' => "Non Core Files",
|
|
'FC_LAN_8' => "Check Integrity Of Core Files",
|
|
'FC_LAN_11' => "Scan Now",
|
|
'FC_LAN_13' => "Missing Core Files",
|
|
'FC_LAN_14' => "Display results as",
|
|
'FC_LAN_15' => "Directory Tree",
|
|
'FC_LAN_17' => "String Matching",
|
|
'FC_LAN_18' => "Regular expression",
|
|
'FC_LAN_19' => "Show line numbers",
|
|
'FC_LAN_20' => "Show matched lines",
|
|
'FC_LAN_21' => "Old Core Files",
|
|
'FC_LAN_23' => "Exclude Language-Files",
|
|
'FC_LAN_24' => "Core Folder (Integrity Pass)",
|
|
'FC_LAN_25' => "Core Folder (Integrity Fail)",
|
|
'FC_LAN_26' => "Core Folder (Missing)",
|
|
'FC_LAN_27' => "Core Folder (Old)",
|
|
'FC_LAN_28' => "Non-core Folder",
|
|
'FC_LAN_29' => "Core File (Integrity Pass)",
|
|
'FC_LAN_30' => "Core File (Unchecked)",
|
|
'FC_LAN_31' => "Core File (Integrity Fail)",
|
|
'FC_LAN_32' => "Core File (Missing)",
|
|
'FC_LAN_33' => "Core File (Old)",
|
|
'FC_LAN_34' => "Core File (Incalculable)",
|
|
'FC_LAN_35' => "Known Security issue",
|
|
'FC_LAN_36' => "Non-core file",
|
|
'FC_LAN_37' => "File Key",
|
|
'FR_LAN_1' => "Scanning",
|
|
'FR_LAN_2' => "Scan Results",
|
|
'FR_LAN_3' => "Overview",
|
|
'FR_LAN_4' => "Core files",
|
|
'FR_LAN_5' => "Non core files",
|
|
'FR_LAN_6' => "Total files",
|
|
'FR_LAN_7' => "Integrity Check",
|
|
'FR_LAN_8' => "Core files passed",
|
|
'FR_LAN_9' => "Core files failed",
|
|
'FR_LAN_10' => "Possible reasons for files to fail",
|
|
'FR_LAN_11' => "The file is corrupted",
|
|
'FR_LAN_12' => "This could be for a number of reasons such as the file being corrupted in the zip, got corrupted during
|
|
extraction or got corrupted during file upload via FTP. You should try re-uploading the file to your server
|
|
|
|
and re-run the scan to see if this resolves the error.",
|
|
'FR_LAN_13' => "The file is out of date",
|
|
'FR_LAN_14' => "If the file is from an older release of e107 to the version you are
|
|
running then it will fail the integrity check. Make sure you have uploaded the newest version of this file.",
|
|
'FR_LAN_15' => "The file has been edited",
|
|
'FR_LAN_16' => "If you have edited this file in any way it will not pass the integrity check. If you
|
|
intentionally edited this file then you need not worry and can ignore this integrity check fail. If however
|
|
|
|
the file was edited by someone else without authorisation you may want to re-upload the proper version of
|
|
|
|
this file from the e107 zip.",
|
|
'FR_LAN_17' => "If you are an SVN user",
|
|
'FR_LAN_18' => "If you run checkouts of the e107 SVN on your site instead of the official e107 stable
|
|
releases, then you will discover files have failed integrity check because they have been edited by a dev
|
|
|
|
after the latest core image snapshot was created.",
|
|
'FR_LAN_19' => "files failed",
|
|
'FR_LAN_20' => "All files passed",
|
|
'FR_LAN_22' => "Missing core files",
|
|
'FR_LAN_23' => "No matches found.",
|
|
'FR_LAN_24' => "Old core files",
|
|
'FR_LAN_25' => "Integrity incalculable",
|
|
'FR_LAN_26' => "Warning! Known Insecurity Detected!",
|
|
'FR_LAN_27' => "There are files on your server that are known to be exploitable and must be removed immediately.",
|
|
'FR_LAN_28' => "Known insecure files",
|
|
'FR_LAN_32' => "You need to run a scan first!",
|
|
'FR_LAN_33' => "Begin",
|
|
'FS_LAN_1' => "Create Snapshot",
|
|
'FS_LAN_2' => "Absolute path of root directory to create image from",
|
|
'FS_LAN_3' => "Create snapshot for plugin: (Your plugin will be listed when a writable e_inspect.php file exists in your plugins root directory.)",
|
|
'FS_LAN_4' => "Select...",
|
|
'FS_LAN_5' => "Create snapshot of current or deprecated files",
|
|
'FS_LAN_6' => "Current",
|
|
'FS_LAN_7' => "Deprecated",
|
|
'FS_LAN_8' => "Create Snapshot",
|
|
'FS_LAN_9' => "Snapshot",
|
|
'FS_LAN_10' => "Snapshot Created",
|
|
'FS_LAN_11' => "The snapshot was successfully created.",
|
|
'FS_LAN_12' => "Return To Main Page",
|
|
];
|