moodle/lang/en/block_section_links.php
2004-05-07 12:36:52 +00:00

9 lines
229 B
PHP

<?PHP // $Id$
$string['blockname'] = 'Section links';
$string['topics'] = 'Topics';
$string['jumptocurrenttopic'] = 'Jump to current topic';
$string['jumptocurrentweek'] = 'Jump to current week';
$string['weeks'] = 'Weeks';
?>