From a5948e5b25230ff3aa2ff5bd5f995a2b81036906 Mon Sep 17 00:00:00 2001 From: MODX Bot Date: Mon, 25 Mar 2024 15:55:53 +0100 Subject: [PATCH] New translations test.inc.php (Yoruba) --- setup/lang/yo/test.inc.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup/lang/yo/test.inc.php b/setup/lang/yo/test.inc.php index af80c4bf304..82fce821893 100644 --- a/setup/lang/yo/test.inc.php +++ b/setup/lang/yo/test.inc.php @@ -35,7 +35,9 @@ $_lang['test_php_version_fail'] = 'You are running on PHP [[+version]], and MODX Revolution requires PHP [[+required]] or later. Please upgrade PHP to at least [[+required]]. MODX recommends upgrading to the current stable branch [[+recommended]] for security reasons and future support.'; $_lang['test_php_version_start'] = 'Checking PHP version:'; $_lang['test_php_version_success'] = 'OK! Running: [[+version]]'; -$_lang['test_sessions_start'] = 'Checking if sessions are properly configured:'; +$_lang['test_session_gc'] = 'Checking if sessions garbage collector are properly configured: '; +$_lang['test_session_gc_fail'] = 'The sessions garbage collector does not start! The current configuration "session.gc_probability" is set to [[+gc_probability]] and "session.gc_divisor" is set to [[+gc_divisor]].
By default, MODX stores sessions in the database, so misconfiguration of these options can cause the session table to grow in size.'; +$_lang['test_session_gc_success'] = 'OK! The current configuration "session.gc_probability" is set to [[+gc_probability]] and "session.gc_divisor" is set to [[+gc_divisor]].
By default, MODX stores sessions in the database, so misconfiguration of these options can cause the session table to grow in size.'; $_lang['test_simplexml'] = 'Checking for SimpleXML:'; $_lang['test_simplexml_nf'] = 'Could not find SimpleXML!'; $_lang['test_simplexml_nf_msg'] = 'MODX could not find SimpleXML on your PHP environment. Package Management and other functionality will not work without this installed. You may continue with installation, but MODX recommends enabling SimpleXML for advanced features and functionality.'; @@ -48,4 +50,4 @@ $_lang['test_table_prefix_nf'] = 'Table prefix does not exist in this database!'; $_lang['test_table_prefix_nf_desc'] = 'Setup couldn\'t install into the selected database, as it does not contain existing tables with the prefix you specified to be upgraded. Please choose an existing table_prefix, and run Setup again.'; $_lang['test_zip_memory_limit'] = 'Checking if memory limit is set to at least 24M for zip extensions: '; -$_lang['test_zip_memory_limit_fail'] = 'MODX found your memory_limit setting to be below the recommended setting of 24M. MODX attempted to set the memory_limit to 24M, but was unsuccessful. Please set the memory_limit setting in your php.ini file to 24M or higher before proceeding, so that the zip extensions can work properly.'; \ No newline at end of file +$_lang['test_zip_memory_limit_fail'] = 'MODX found your memory_limit setting to be below the recommended setting of 24M. MODX attempted to set the memory_limit to 24M, but was unsuccessful. Please set the memory_limit setting in your php.ini file to 24M or higher before proceeding, so that the zip extensions can work properly.';