|
@@ -1159,4 +1159,42 @@ $TimeSpentOnThePlatformLastWeekByDay = "Time spent on the platform last week, by
|
|
|
$GraphicNotAvailable = "Chart not available";
|
|
|
$AttendancesFaults = "Fallas de asistencia";
|
|
|
$Minutes = "Minutes";
|
|
|
+$SystemStatus = "System status";
|
|
|
+$IsWritable = "Is writable";
|
|
|
+$DirectoryExists = "The directory exists";
|
|
|
+$DirectoryMustBeWritable = "The directory must be writable by the web server";
|
|
|
+$DirectoryShouldBeRemoved = "The directory should be removed (it is no longer necessary)";
|
|
|
+$Section = "Section";
|
|
|
+$Expected = "Expected";
|
|
|
+$Setting = "Setting";
|
|
|
+$Current = "Current";
|
|
|
+$SessionGCMaxLifetimeInfo = "The session garbage collector maximum lifetime indicates which maximum time is given between two runs of the garbage collector.";
|
|
|
+$PHPVersionInfo = "PHP version";
|
|
|
+$FileUploadsInfo = "File uploads indicate whether file uploads are authorized at all";
|
|
|
+$UploadMaxFilesizeInfo = "Maximum volume of an uploaded file. This setting should, most of the time, be matched with the post_max_size variable.";
|
|
|
+$MagicQuotesRuntimeInfo = "This is a highly unrecommended feature which converts values returned by all functions that returned external values to slash-escaped values. This feature should *not* be enabled.";
|
|
|
+$PostMaxSizeInfo = "This is the maximum size of uploads through forms using the POST method (i.e. classical file upload forms)";
|
|
|
+$SafeModeInfo = "Safe mode is a deprecated PHP feature which (badly) limits the access of PHP scripts to other resources. It is recommended to leave it off.";
|
|
|
+$DisplayErrorsInfo = "Show errors on screen. Turn this on on development servers, off on production servers.";
|
|
|
+$MaxInputTimeInfo = "The maximum time allowed for a form to be processed by the server. If it takes longer, the process is abandonned and a blank page is returned.";
|
|
|
+$DefaultCharsetInfo = "The default character set to be sent when returning pages";
|
|
|
+$RegisterGlobalsInfo = "Whether to use the register globals feature or not. Using it represents potential security risks with this software.";
|
|
|
+$ShortOpenTagInfo = "Whether to allow for short open tags to be used or not. This feature should not be used.";
|
|
|
+$MemoryLimitInfo = "Maximum memory limit for one single script run. If the memory needed is higher, the process will stop to avoid consuming all the server's available memory and thus slowing down other users.";
|
|
|
+$MagicQuotesGpcInfo = "Whether to automatically escape values from GET, POST and COOKIES arrays. A similar feature is provided for the required data inside this software, so using it provokes double slash-escaping of values.";
|
|
|
+$VariablesOrderInfo = "The order of precedence of Environment, GET, POST, COOKIES and SESSION variables";
|
|
|
+$MaxExecutionTimeInfo = "Maximum time a script can take to execute. If using more than that, the script is abandoned to avoid slowing down other users.";
|
|
|
+$ExtensionMustBeLoaded = "This extension must be loaded.";
|
|
|
+$MysqlProtoInfo = "MySQL protocol";
|
|
|
+$MysqlHostInfo = "MySQL server host";
|
|
|
+$MysqlServerInfo = "MySQL server information";
|
|
|
+$MysqlClientInfo = "MySQL client";
|
|
|
+$ServerProtocolInfo = "Protocol used by this server";
|
|
|
+$ServerRemoteInfo = "Remote address (your address as received by the server)";
|
|
|
+$ServerAddessInfo = "Server address";
|
|
|
+$ServerNameInfo = "Server name (as used in your request)";
|
|
|
+$ServerPortInfo = "Server port";
|
|
|
+$ServerUserAgentInfo = "Your user agent as received by the server";
|
|
|
+$ServerSoftwareInfo = "Software running as a web server";
|
|
|
+$UnameInfo = "Information on the system the current server is running on";
|
|
|
?>
|