moodle/lang/en/block_section_links.php
2004-09-12 13:21:01 +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';
?>