moodle/lang/en/block_section_links.php

9 lines
228 B
PHP
Raw Normal View History

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