diff --git a/install/lang/en/install.php b/install/lang/en/install.php index b01b8098897..e9001f4bc2d 100644 --- a/install/lang/en/install.php +++ b/install/lang/en/install.php @@ -90,10 +90,9 @@ $string['pathsunsecuredataroot'] = 'Dataroot location is not secure'; $string['pathswrongadmindir'] = 'Admin directory does not exist'; $string['phpextension'] = '{$a} PHP extension'; $string['phpversion'] = 'PHP version'; -$string['phpversionhelp'] = '
Moodle requires a PHP version of at least 4.3.0 or 5.1.0 (5.0.x has a number of known problems).
-You are currently running version {$a}
-You must upgrade PHP or move to a host with a newer version of PHP!
-(In case of 5.0.x you could also downgrade to 4.4.x version)
Moodle requires a PHP version of at least 5.6.5 (7.x has some engine limitations).
+You are currently running version {$a}.
+You must upgrade PHP or move to a host with a newer version of PHP.
'; $string['welcomep10'] = '{$a->installername} ({$a->installerversion})'; $string['welcomep20'] = 'You are seeing this page because you have successfully installed and launched the {$a->packname} {$a->packversion} package in your computer. Congratulations!'; diff --git a/install/lang/es_mx/install.php b/install/lang/es_mx/install.php index 65a481cd4be..a77c26c83b6 100644 --- a/install/lang/es_mx/install.php +++ b/install/lang/es_mx/install.php @@ -85,10 +85,9 @@ $string['pathsunsecuredataroot'] = 'La ubicación de dataroot no es segura'; $string['pathswrongadmindir'] = 'El directorio admin no existe'; $string['phpextension'] = 'Extensión PHP {$a}'; $string['phpversion'] = 'Versión PHP'; -$string['phpversionhelp'] = 'Moodle requiere al menos una versión de PHP 4.3.0 o 5.1.0 ((5.0.x tiene una serie de problemas conocidos).
+$string['phpversionhelp'] = 'Moodle requiere una versión de PHP de al menos 5.6.5 (7.x tiene algunas limitaciones del motor).
En este momento está ejecutando la versión {$a}
-¡Debe actualizar PHP o trasladarse a otro servidor con una versión más reciente de PHP!
-(En caso de 5.0.x podría también revertir a la versión 4.4.x)
Usted debe actualizar PHP o trasladarse a otro servidor con una versión más reciente de PHP!
';
$string['welcomep10'] = '{$a->installername} ({$a->installerversion})';
$string['welcomep20'] = 'Si está viendo esta página es porque ha podido instalar y ejecutar exitosamente el paquete {$a->packname} {$a->packversion} en su computadora. !Enhorabuena!';
$string['welcomep30'] = 'Esta versión de {$a->installername} incluye las aplicaciones necesarias para que Moodle funcione en su computadora, principalmente:';
diff --git a/install/lang/fa/install.php b/install/lang/fa/install.php
index c883b16606b..696d8d81f00 100644
--- a/install/lang/fa/install.php
+++ b/install/lang/fa/install.php
@@ -63,10 +63,9 @@ $string['memorylimithelp'] = '
حد حافظهٔ PHP کارگزار شما ه (هنگام مشاهدهٔ صفحهها خطاهایی خواهید دید) و مجبور خواهید بود که فایل .htaccess را پاک کنید.
'; $string['phpversion'] = 'نسخهٔ PHP'; -$string['phpversionhelp'] = 'مودل نیاز به PHP نسخهٔ حداقل 4.3.0 یا 5.1.0 دارد (5.0.x مشکلات شناختهشدهای دارد).
+$string['phpversionhelp'] = 'مودل نیاز به PHP نسخهٔ حداقل 5.6.5 دارد (7.x محدودیتهایی در engine اش دارد).
شما در حال حاضر از نسخهٔ {$a} استفاده میکنید
-باید PHP را ارتقاء دهید یا از کارگزاری دارای نسخهٔ جدیدتر PHP استفاده نمائید!
-(در صورت استفاده از 5.0.x به نسخهٔ 4.4.x هم میتوانید برگردید)
باید PHP را ارتقاء دهید یا از کارگزاری دارای نسخهٔ جدیدتر PHP استفاده نمائید.
'; $string['welcomep10'] = '{$a->installername} ({$a->installerversion})'; $string['welcomep20'] = 'دیدن این صفحه به معنی نصب و راهاندازی موفق بستهٔ {$a->packname} {$a->packversion} است. تبریک!'; diff --git a/install/lang/fr/install.php b/install/lang/fr/install.php index d608725c098..ce19f4828e6 100644 --- a/install/lang/fr/install.php +++ b/install/lang/fr/install.php @@ -78,7 +78,7 @@ $string['pathsunsecuredataroot'] = 'L\'emplacement du dossier de données n\'est $string['pathswrongadmindir'] = 'Le dossier d\'administration n\'existe pas'; $string['phpextension'] = 'Extension PHP {$a}'; $string['phpversion'] = 'Version de PHP'; -$string['phpversionhelp'] = 'Moodle nécessite au minimum la version 4.3.0 ou 5.1.0 (5.0.x a bon nombre de problèmes).
Vous utilisez actuellement la version {$a}.
Pour que Moodle fonctionne, vous devez mettre à jour PHP ou aller chez un hébergeur ayant une version récente de PHP.
(Si vous avez une version 5.0.x, vous pouvez aussi re-passer à la version 4.4.x)
Moodle nécessite au minimum la version 5.6.5 (7.x a des limitations avec certains moteurs de base de données).
Vous utilisez actuellement la version {$a}.
Veuillez mettre à jour PHP ou passer à un hébergement avec une version plus récente de PHP.
'; $string['welcomep10'] = '{$a->installername} ({$a->installerversion})'; $string['welcomep20'] = 'Vous voyez cette page, car vous avez installé Moodle correctement et lancé le logiciel {$a->packname} {$a->packversion} sur votre ordinateur. Félicitations !'; $string['welcomep30'] = 'Cette version de {$a->installername} comprend des logiciels qui créent un environnement dans lequel Moodle va fonctionner, à savoir :';