moodle/lang/en_utf8/block_section_links.php

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';
?>