From 2fb16c58bc54df0527d8f20047594aba898f2e65 Mon Sep 17 00:00:00 2001 From: moodlerobot Date: Fri, 25 Apr 2008 01:18:37 +0000 Subject: [PATCH] Automatic installer.php lang files by installer_builder (20080425) --- install/lang/ja_utf8/installer.php | 2 ++ install/lang/ko_utf8/installer.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/install/lang/ja_utf8/installer.php b/install/lang/ja_utf8/installer.php index 3cd0a4a1b1..e047d3f474 100644 --- a/install/lang/ja_utf8/installer.php +++ b/install/lang/ja_utf8/installer.php @@ -57,6 +57,8 @@ $string['configurationcompletesub'] = 'Moodleは、Moodleインストレーシ $string['configurationfileexist'] = 'config.phpファイルは、すでに作成されています!'; $string['continue'] = '続ける'; $string['creatingconfigfile'] = 'config.phpファイルを作成しています ...'; +$string['ctyperecommended'] = 'あなたのサイトが非ラテン言語をサポートしている場合、サイトパフォーマンスを改善するため、PHP ctype拡張モジュールのインストールを強くお勧めします。'; +$string['ctyperequired'] = 'サイトパフォーマンスの改善および多言語サポートを提供するため、MoodleではPHP ctype拡張モジュールが必須です。'; $string['curlrecommended'] = 'Moodleネットワーキング機能を有効にするため、cURLライブラリのインストールを強くお勧めします。'; $string['customcheck'] = 'その他のチェック'; $string['database'] = 'データベース'; diff --git a/install/lang/ko_utf8/installer.php b/install/lang/ko_utf8/installer.php index 307d09cedb..3c7241d0a5 100644 --- a/install/lang/ko_utf8/installer.php +++ b/install/lang/ko_utf8/installer.php @@ -57,6 +57,8 @@ $string['configurationcompletesub'] = '무들이 설치 루트디렉토리에 $string['configurationfileexist'] = '기존 설정파일이 존재합니다! /n'; $string['continue'] = '계속'; $string['creatingconfigfile'] = '설정파일 작성 중.. /n'; +$string['ctyperecommended'] = '사이트가 비 라틴계열의 언어를 사용한다면 사이트의 성능 향상을 위해 추가적인 ctype PHP 확장자 설치를 강력히 권고합니다.'; +$string['ctyperequired'] = '다국어 호환 기능 및 사이트의 성능 향상을 위해 이제부터 무들은 ctype의 PHP 확장자를 요구합니다.'; $string['curlrecommended'] = '무들 네트웍 기능을 활성화하기 위해서는 추가적인 Curl 라이브러리를 설치할 것을 강력히 권고한다.'; $string['customcheck'] = '다른 점검들'; $string['database'] = '데이타 베이스'; -- 2.39.5