mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
New file translated.
This commit is contained in:
parent
20144a68f0
commit
8ba911fc29
1 changed files with 15 additions and 0 deletions
15
lang/ja/error.php
Normal file
15
lang/ja/error.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?PHP // $Id$
|
||||
// error.php - created with Moodle 1.2 development (2004013101)
|
||||
|
||||
|
||||
$string['erroronline'] = '$a 行にエラーがあります';
|
||||
$string['fieldrequired'] = '\"$a\" は必須項目です';
|
||||
$string['invalidfieldname'] = '\"$a\" は正しいフィールド名ではありません';
|
||||
$string['missingfield'] = '\"$a\" に入力してください';
|
||||
$string['modulerequirementsnotmet'] = 'モジュール \"$a->modulename\" ($a->moduleversion) をインストール出来ませんでした。このモジュールをインストールする為には新しいバージョンのMoodleをインストールする必要があります。(現在、あなたは $a->currentmoodle を使用しています。 $a->requiremoodle が必要です。)';
|
||||
$string['restricteduser'] = '申し訳ございません。現在、この処理を行うことが出来ません。';
|
||||
$string['unknowncourse'] = '不明なコース名 \"$a\"';
|
||||
$string['usernotaddederror'] = 'ユーザ \"$a\" は追加されませんでした - 原因不明';
|
||||
$string['usernotaddedregistered'] = 'ユーザ \"$a\" は追加されませんでした - 登録済み';
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue