moodle/lang/ja/block_section_links.php
2004-05-08 18:16:44 +00:00

12 lines
310 B
PHP

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