moodle/lang/ja_utf8/block_quiz_results.php

18 lines
912 B
PHP
Raw Normal View History

<?php // $Id$
// block_quiz_results.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005012501)
2005-01-27 08:25:07 +00:00
$string['bestgrades'] = 'ベスト $a:';
$string['config_format_absolute'] = '絶対数';
$string['config_format_fraction'] = '分数';
$string['config_format_percentage'] = 'パーセンテージ';
$string['config_grade_format'] = '評点の表示方法';
$string['config_select_quiz'] = 'どの小テストの結果をこのブロックで表示しますか?';
$string['config_show_best'] = '何件の最高評点を表示しますか (0 は非表示 ) ?';
$string['config_show_worst'] = '何件の最低評点を表示しますか (0 は非表示 ) ?';
$string['config_use_groups'] = '学生の代わりにグループを表示する ( 小テストがグループをサポートする場合のみ )?';
$string['formaltitle'] = '小テストの結果';
2005-01-27 08:25:07 +00:00
$string['worstgrades'] = 'ワースト $a';
?>