moodle/lang/en_utf8/block_section_links.php
2006-11-01 09:44:01 +00:00

12 lines
310 B
PHP

<?PHP // $Id$
// block_section_links.php - created with Moodle 1.7 beta + (2006101003)
$string['blockname'] = 'Section Links';
$string['jumptocurrenttopic'] = 'Jump to current topic';
$string['jumptocurrentweek'] = 'Jump to current week';
$string['topics'] = 'Topics';
$string['weeks'] = 'Weeks';
?>