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