moodle/lang/ja/block_section_links.php

12 lines
310 B
PHP

<?PHP // $Id$
// block_section_links.php - created with Moodle 1.5 development (2004082300)
$string['blockname'] = 'セクションリンク';
$string['jumptocurrenttopic'] = '現在のトピックへ移動';
$string['jumptocurrentweek'] = '現在の週へ移動';
$string['topics'] = 'トピック';
$string['weeks'] = '週';
?>