From 8aae42065a057a8b5532f1e4fc6f975d0a38b6e1 Mon Sep 17 00:00:00 2001 From: moodlerobot Date: Wed, 26 Nov 2008 01:36:28 +0000 Subject: [PATCH] Automatic installer.php lang files by installer_builder (20081126) --- install/lang/en_utf8/installer.php | 2 +- install/lang/ja_utf8/installer.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/lang/en_utf8/installer.php b/install/lang/en_utf8/installer.php index a0befd14c6..4f9e0559e3 100644 --- a/install/lang/en_utf8/installer.php +++ b/install/lang/en_utf8/installer.php @@ -377,7 +377,7 @@ $string['releasenoteslink'] = 'For information about this version of Moodle, ple $string['remotedownloaderror'] = 'Download of component to your server failed, please verify proxy settings, PHP cURL extension is highly recommended.

You must download the url\">$a->url file manually, copy it to \"$a->dest\" in your server and unzip it there.'; $string['remotedownloadnotallowed'] = 'Download of components to your server isn\'t allowed (allow_url_fopen is disabled).

You must download the url\">$a->url file manually, copy it to \"$a->dest\" in your server and unzip it there.'; $string['report'] = 'Report'; -$string['requiredentrieschanged'] = 'IMPORTANT - PLEASE READ
Due to a bug fix, the behaviour of database activities using the \'Required entries\' and \'Required entries before viewing settings\' settings will change. A more detailed explaination of the changes can be read on the database module forum and Moodle Docs. +$string['requiredentrieschanged'] = 'IMPORTANT - PLEASE READ
(This warning message will only be displayed during this upgrade)

Due to a bug fix, the behaviour of database activities using the \'Required entries\' and \'Required entries before viewing settings\' settings will change. A more detailed explaination of the changes can be read on the database module forum. The expected behavior of these settings can also be read on Moodle Docs.

This change affects the following databases in your system: (Please save this list now, and after the upgrade, check that these activities still work the way that the teacher intends.)
$a->text
'; $string['restricted'] = 'Restricted'; $string['safemode'] = 'Safe Mode'; diff --git a/install/lang/ja_utf8/installer.php b/install/lang/ja_utf8/installer.php index 6d4429acf1..a497a2c4de 100644 --- a/install/lang/ja_utf8/installer.php +++ b/install/lang/ja_utf8/installer.php @@ -325,7 +325,7 @@ $string['releasenoteslink'] = 'このバージョンのMoodleに関する情報 $string['remotedownloaderror'] = 'あなたのサーバへのコンポーネントのダウンロードに失敗しました。プロクシ設定を確認してください。PHP cURL拡張モジュールの使用を強くお勧めします。

url\">$a->urlファイルを手動でダウンロードした後、あなたのサーバの「$a->dest」にコピーおよび解凍してください。'; $string['remotedownloadnotallowed'] = 'あなたのサーバーにコンポーネントをダウンロードすることができません (allow_url_fopen が無効)。

url\">$a->url ファイルを手動でダウンロードして、サーバの「 $a->dest 」にコピーした後、解凍してください。'; $string['report'] = 'レポート'; -$string['requiredentrieschanged'] = '重要- お読みください
バグ修正のため、「必須エントリ数」および「閲覧前に必要な入力エントリ数」設定は変更されます。この変更に関する詳細は、データベースモジュールフォーラム および Moodle Docsでご覧いただけます。この変更は、あなたのシステムの以下のデータベースに影響があります: (このリストを保存して、アップグレード後、教師が意図するように動作するのか確認してください)
$a->text
'; +$string['requiredentrieschanged'] = '重要 - お読みください
(この警告メッセージは、このアップグレード中のみ表示されます。)

バグ修正のため、「必須エントリ数」および「閲覧前に必要な入力エントリ数」を使用しているデータベース活動の設定は変更されます。この変更に関する詳細は、データベースモジュールフォーラムでご覧いただけます。また、これらの設定に関する詳細は、でご覧いただけます。

この変更は、あなたのシステムの以下のデータベースに影響があります: (このリストを保存して、アップグレード後、教師が意図するよう動作するか確認してください)
$a->text
'; $string['restricted'] = '使用禁止'; $string['safemode'] = 'セーフモード'; $string['safemodeerror'] = 'セーフモードが有効の場合、Moodleに問題が発生する場合があります。'; -- 2.39.5