<?phpp($l->t('php does not seem to be setup properly to query system environment variables. The test with getenv("PATH") only returns an empty response.'));?><br>
<?phpp($l->t('PHP does not seem to be setup properly to query system environment variables. The test with getenv("PATH") only returns an empty response.'));?><br>
<?phpprint_unescaped($l->t('Please check the <a target="_blank" rel="noreferrer" href="%s">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm.',link_to_docs('admin-php-fpm')));?>
<?phpprint_unescaped($l->t('Please check the <a target="_blank" rel="noreferrer" href="%s">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm.',link_to_docs('admin-php-fpm')));?>
</li>
</li>
<?php
<?php
}
}
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
if(!$_['isAnnotationsWorking']){
if(!$_['isAnnotationsWorking']){
?>
?>
<li>
<li>
<?phpp($l->t('PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible.'));?><br>
<?phpp($l->t('PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible.'));?><br>
<?phpp($l->t('This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator.'));?>
<?phpp($l->t('This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator.'));?>
<?phpp($l->t('%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version.',$data));?>
<?phpp($l->t('%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version.',$data));?>
</li>
</li>
<?php
<?php
}
}
...
@@ -82,7 +82,7 @@
...
@@ -82,7 +82,7 @@
if(!$_['has_fileinfo']){
if(!$_['has_fileinfo']){
?>
?>
<li>
<li>
<?phpp($l->t('The PHP module \'fileinfo\' is missing. We strongly recommend to enable this module to get best results with MIME type detection.'));?>
<?phpp($l->t('The PHP module \'fileinfo\' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection.'));?>
</li>
</li>
<?php
<?php
}
}
...
@@ -106,11 +106,11 @@
...
@@ -106,11 +106,11 @@
?>
?>
<br>
<br>
<?php
<?php
p($l->t('This means that there might be problems with certain characters in filenames.'));
p($l->t('This means that there might be problems with certain characters in filenames.'));
?>
?>
<br>
<br>
<?php
<?php
p($l->t('We strongly suggest installing the required packages on your system to support one of the following locales: %s.',[$locales]));
p($l->t('It is strongly proposed to install the required packages on your system to support one of the following locales: %s.',[$locales]));
?>
?>
</li>
</li>
<?php
<?php
...
@@ -119,7 +119,7 @@
...
@@ -119,7 +119,7 @@
if($_['suggestedOverwriteCliUrl']){
if($_['suggestedOverwriteCliUrl']){
?>
?>
<li>
<li>
<?phpp($l->t('If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the "overwrite.cli.url" option in your config.php file to the webroot path of your installation (Suggested: "%s")',$_['suggestedOverwriteCliUrl']));?>
<?phpp($l->t('If your installation is not installed at the root of the domain and uses system Cron, there can be issues with the URL generation. To avoid these problems, please set the "overwrite.cli.url" option in your config.php file to the webroot path of your installation (Suggested: "%s")',$_['suggestedOverwriteCliUrl']));?>
</li>
</li>
<?php
<?php
}
}
...
@@ -127,7 +127,7 @@
...
@@ -127,7 +127,7 @@
if($_['cronErrors']){
if($_['cronErrors']){
?>
?>
<li>
<li>
<?phpp($l->t('It was not possible to execute the cronjob via CLI. The following technical errors have appeared:'));?>
<?phpp($l->t('It was not possible to execute the cronjob via CLI. The following technical errors have appeared:'));?>