Automatic installer.php lang files by installer_builder (20080425)

This commit is contained in:
moodlerobot 2008-04-25 01:18:37 +00:00
parent 2f1cd7daec
commit 2fb16c58bc
2 changed files with 4 additions and 0 deletions

View file

@ -57,6 +57,8 @@ $string['configurationcompletesub'] = 'Moodleは、Moodleインストレーシ
$string['configurationfileexist'] = 'config.phpファイルは、すでに作成されています!'; $string['configurationfileexist'] = 'config.phpファイルは、すでに作成されています!';
$string['continue'] = '続ける'; $string['continue'] = '続ける';
$string['creatingconfigfile'] = 'config.phpファイルを作成しています ...'; $string['creatingconfigfile'] = 'config.phpファイルを作成しています ...';
$string['ctyperecommended'] = 'あなたのサイトが非ラテン言語をサポートしている場合、サイトパフォーマンスを改善するため、PHP ctype拡張モジュールのインストールを強くお勧めします。';
$string['ctyperequired'] = 'サイトパフォーマンスの改善および多言語サポートを提供するため、MoodleではPHP ctype拡張モジュールが必須です。';
$string['curlrecommended'] = 'Moodleネットワーキング機能を有効にするため、cURLライブラリのインストールを強くお勧めします。'; $string['curlrecommended'] = 'Moodleネットワーキング機能を有効にするため、cURLライブラリのインストールを強くお勧めします。';
$string['customcheck'] = 'その他のチェック'; $string['customcheck'] = 'その他のチェック';
$string['database'] = 'データベース'; $string['database'] = 'データベース';

View file

@ -57,6 +57,8 @@ $string['configurationcompletesub'] = '무들이 설치 루트디렉토리에
$string['configurationfileexist'] = '기존 설정파일이 존재합니다! /n'; $string['configurationfileexist'] = '기존 설정파일이 존재합니다! /n';
$string['continue'] = '계속'; $string['continue'] = '계속';
$string['creatingconfigfile'] = '설정파일 작성 중.. /n'; $string['creatingconfigfile'] = '설정파일 작성 중.. /n';
$string['ctyperecommended'] = '사이트가 비 라틴계열의 언어를 사용한다면 사이트의 성능 향상을 위해 추가적인 ctype PHP 확장자 설치를 강력히 권고합니다.';
$string['ctyperequired'] = '다국어 호환 기능 및 사이트의 성능 향상을 위해 이제부터 무들은 ctype의 PHP 확장자를 요구합니다.';
$string['curlrecommended'] = '무들 네트웍 기능을 활성화하기 위해서는 추가적인 Curl 라이브러리를 설치할 것을 강력히 권고한다.'; $string['curlrecommended'] = '무들 네트웍 기능을 활성화하기 위해서는 추가적인 Curl 라이브러리를 설치할 것을 강력히 권고한다.';
$string['customcheck'] = '다른 점검들'; $string['customcheck'] = '다른 점검들';
$string['database'] = '데이타 베이스'; $string['database'] = '데이타 베이스';