mirror of
https://github.com/e107inc/e107.git
synced 2025-02-22 07:47:10 +01:00
92 lines
4.1 KiB
PHP
92 lines
4.1 KiB
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_fileinspector.php,v $
|
|
| $Revision$
|
|
| $Date$
|
|
| $Author$
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
define("FC_LAN_1", "File Inspector");
|
|
define("FC_LAN_2", "Scan Options");
|
|
define("FC_LAN_3", "Show");
|
|
define("FC_LAN_4", "All");
|
|
define("FC_LAN_5", "Core Files");
|
|
define("FC_LAN_6", "Integrity Fail Only");
|
|
define("FC_LAN_7", "Non Core Files");
|
|
define("FC_LAN_8", "Check Integrity Of Core Files");
|
|
define("FC_LAN_9", "On");
|
|
define("FC_LAN_10", "Off");
|
|
define("FC_LAN_11", "Scan Now");
|
|
define("FC_LAN_12", "None");
|
|
define("FC_LAN_13", "Missing Core Files");
|
|
define("FC_LAN_14", "Display results as");
|
|
define("FC_LAN_15", "Directory Tree");
|
|
define("FC_LAN_16", "List");
|
|
define("FC_LAN_17", "String Matching");
|
|
define("FC_LAN_18", "Regular expression");
|
|
define("FC_LAN_19", "Show line numbers");
|
|
define("FC_LAN_20", "Show matched lines");
|
|
define("FC_LAN_21", "Old Core Files");
|
|
define("FC_LAN_22", "Highlight matched text");
|
|
|
|
define("FR_LAN_1", "Scanning");
|
|
define("FR_LAN_2", "Scan Results");
|
|
define("FR_LAN_3", "Overview");
|
|
define("FR_LAN_4", "Core files");
|
|
define("FR_LAN_5", "Non core files");
|
|
define("FR_LAN_6", "Total files");
|
|
define("FR_LAN_7", "Integrity Check");
|
|
define("FR_LAN_8", "Core files passed");
|
|
define("FR_LAN_9", "Core files failed");
|
|
define("FR_LAN_10", "Possible reasons for files to fail");
|
|
define("FR_LAN_11", "The file is corrupted");
|
|
define("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.");
|
|
define("FR_LAN_13", "The file is out of date");
|
|
define("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.");
|
|
define("FR_LAN_15", "The file has been edited");
|
|
define("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.");
|
|
define("FR_LAN_17", "If you are an SVN user");
|
|
define("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.");
|
|
define("FR_LAN_19", "files failed");
|
|
define("FR_LAN_20", "All files passed");
|
|
define("FR_LAN_21", "none");
|
|
define("FR_LAN_22", "Missing core files");
|
|
define("FR_LAN_23", "No matches found.");
|
|
define("FR_LAN_24", "Old core files");
|
|
define("FR_LAN_25", "Integrity incalculable");
|
|
|
|
define("FR_LAN_26", "Warning! Known Insecurity Detected!");
|
|
define("FR_LAN_27", "There are files on your server that are known to be exploitable and must be removed immediately.");
|
|
define("FR_LAN_28", "Known insecure files");
|
|
|
|
define("FR_LAN_29", "Total files matched");
|
|
define("FR_LAN_30", "Total lines matched");
|
|
define('FR_LAN_31', 'Missing complete plugin folder');
|
|
|
|
|
|
define("FS_LAN_1", "Create Snapshot");
|
|
define("FS_LAN_2", "Absolute path of root directory to create image from");
|
|
define("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.)");
|
|
define("FS_LAN_4", "Select...");
|
|
define("FS_LAN_5", "Create snapshot of current or deprecated files");
|
|
define("FS_LAN_6", "Current");
|
|
define("FS_LAN_7", "Deprecated");
|
|
define("FS_LAN_8", "Create Snapshot");
|
|
define("FS_LAN_9", "Snapshot");
|
|
define("FS_LAN_10", "Snapshot Created");
|
|
define("FS_LAN_11", "The snapshot was successfully created.");
|
|
define("FS_LAN_12", "Return To Main Page");
|
|
|
|
?>
|