From d175f50f9785aa9671ffca9bc499f25927ee9b52 Mon Sep 17 00:00:00 2001 From: mits Date: Thu, 27 Jan 2005 08:25:07 +0000 Subject: [PATCH] polished. --- lang/ja/README | 2 +- lang/ja/block_quiz_results.php | 4 ++-- lang/ja_utf8/block_quiz_results.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/ja/README b/lang/ja/README index 116e39549e..c83f45c725 100644 --- a/lang/ja/README +++ b/lang/ja/README @@ -38,7 +38,7 @@ Minoru Akiyama ( http://www.e-learning-service.co.jp/ ) Translation brushup Takahiro Kagoya ( https://manabi.jin-ai.ac.jp/moodle/ ) - Inventor of QUIZ MODULE ranking block, ranking system + Inventor of QUIZ result block, ranking system Translation brushup Localization diff --git a/lang/ja/block_quiz_results.php b/lang/ja/block_quiz_results.php index 8b67cfc7a5..1b98b6f17c 100644 --- a/lang/ja/block_quiz_results.php +++ b/lang/ja/block_quiz_results.php @@ -2,7 +2,7 @@ // block_quiz_results.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005012501) -$string['bestgrades'] = '$a ¤ÎºÇ¹âɾÅÀ:'; +$string['bestgrades'] = '¥Ù¥¹¥È $a:'; $string['config_format_absolute'] = 'ÀäÂпô'; $string['config_format_fraction'] = 'ʬ¿ô'; $string['config_format_percentage'] = '¥Ñ¡¼¥»¥ó¥Æ¡¼¥¸'; @@ -12,6 +12,6 @@ $string['config_show_best'] = ' $string['config_show_worst'] = '²¿·ï¤ÎºÇÄãɾÅÀ¤òɽ¼¨¤·¤Þ¤¹¤« (0 ¤ÏÈóɽ¼¨ ) ?'; $string['config_use_groups'] = '³ØÀ¸¤ÎÂå¤ï¤ê¤Ë¥°¥ë¡¼¥×¤òɽ¼¨¤¹¤ë ( ¾®¥Æ¥¹¥È¤¬¥°¥ë¡¼¥×¤ò¥µ¥Ý¡¼¥È¤¹¤ë¾ì¹ç¤Î¤ß )?'; $string['formaltitle'] = '¾®¥Æ¥¹¥È¤Î·ë²Ì'; -$string['worstgrades'] = '$a ¤ÎºÇÄãɾÅÀ:'; +$string['worstgrades'] = '¥ï¡¼¥¹¥È $a'; ?> diff --git a/lang/ja_utf8/block_quiz_results.php b/lang/ja_utf8/block_quiz_results.php index 22a2920857..7a3d29d7ed 100644 --- a/lang/ja_utf8/block_quiz_results.php +++ b/lang/ja_utf8/block_quiz_results.php @@ -2,7 +2,7 @@ // block_quiz_results.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005012501) -$string['bestgrades'] = '$a の最高評点:'; +$string['bestgrades'] = 'ベスト $a:'; $string['config_format_absolute'] = '絶対数'; $string['config_format_fraction'] = '分数'; $string['config_format_percentage'] = 'パーセンテージ'; @@ -12,6 +12,6 @@ $string['config_show_best'] = '何件の最高評点を表示しますか (0 は $string['config_show_worst'] = '何件の最低評点を表示しますか (0 は非表示 ) ?'; $string['config_use_groups'] = '学生の代わりにグループを表示する ( 小テストがグループをサポートする場合のみ )?'; $string['formaltitle'] = '小テストの結果'; -$string['worstgrades'] = '$a の最低評点:'; +$string['worstgrades'] = 'ワースト $a'; ?> -- 2.39.5