From 6893b18db0b23d20ba8b4544b1de63c5f6dccd52 Mon Sep 17 00:00:00 2001 From: AMOS bot Date: Sun, 7 May 2017 00:05:39 +0800 Subject: [PATCH 1/1] Automatically generated installer lang files --- install/lang/en/install.php | 2 +- install/lang/ja/install.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/lang/en/install.php b/install/lang/en/install.php index e9001f4bc2d..974ece35dc5 100644 --- a/install/lang/en/install.php +++ b/install/lang/en/install.php @@ -90,7 +90,7 @@ $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 5.6.5 (7.x has some engine limitations).

+$string['phpversionhelp'] = '

Moodle requires a PHP version of at least 5.6.5 or 7.1 (7.0.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})'; diff --git a/install/lang/ja/install.php b/install/lang/ja/install.php index 338b7c61f5f..0683bedad27 100644 --- a/install/lang/ja/install.php +++ b/install/lang/ja/install.php @@ -84,7 +84,7 @@ $string['pathsunsecuredataroot'] = 'dataroot ロケーションが安全では $string['pathswrongadmindir'] = 'adminディレクトリがありません。'; $string['phpextension'] = '{$a} PHP拡張モジュール'; $string['phpversion'] = 'PHPバージョン'; -$string['phpversionhelp'] = '

Moodleには少なくとも5.6.5のPHPバージョンが必要です (7.x にはエンジンの制限があります)。

+$string['phpversionhelp'] = '

Moodleには少なくとも5.6.5または7.1のPHPバージョンが必要です (7.0.x にはエンジンの制限があります)。

現在、あなたはバージョン {$a} を動作させています。

PHPをアップグレードするか新しいバージョンのPHPがインストールされているホストに移動する必要があります。

'; $string['welcomep10'] = '{$a->installername} ({$a->installerversion})'; -- 2.43.0