Files
moodle/lang/ja/block_section_links.php
T
2005-06-03 17:17:15 +00:00

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'] = '週';
?>