moodle/lang/ja/enrol_database.php
mits afb12cb079 Polished whole ja langfile.
Changed "dekiru = be able to" from Kanji to Hiragana to make the expression more soften.
The meaning is not changed.
2004-09-17 16:42:37 +00:00

22 lines
1.1 KiB
PHP

<?PHP // $Id$
// enrol_database.php - created with Moodle 1.5 unstable development (2004091700)
$string['dbhost'] = 'ホスト名';
$string['dbname'] = 'データベース名';
$string['dbpass'] = 'パスワード';
$string['dbtable'] = 'テーブル名';
$string['dbtype'] = 'データベースタイプ';
$string['dbuser'] = 'ユーザ名';
$string['description'] = 'ユーザ登録に外部のデータベース(殆どの種類)を使用することができます。外部データベースにはコースID及びユーザIDを含んでいる必要があります。これらはローカルなコーステーブル及びユーザテーブルのフィールドと比較されます。';
$string['enrolname'] = '外部データベース';
$string['localcoursefield'] = 'コーステーブルのフィールド名と比較するリモートデータベースのフィールド名(例 idnumber)';
$string['localuserfield'] = 'ユーザテーブルのフィールド名と比較するリモートデータベースのフィールド名(例 idnumber)';
$string['remotecoursefield'] = 'course IDに対するリモートデータベースのフィールド名';
$string['remoteuserfield'] = 'user IDに対するリモートデータベースのフィールド名';
$string['thischarset'] = 'EUC-JP';
$string['thisdirection'] = 'ltr';
$string['thislanguage'] = 'Japanese';
?>