moodle/lang/nl/block_section_links.php

12 lines
317 B
PHP
Raw Normal View History

2004-05-12 10:04:42 +00:00
<?PHP // $Id$
// block_section_links.php - created with Moodle 1.3 Beta (2004051100)
$string['blockname'] = 'Sectie links';
$string['jumptocurrenttopic'] = 'Ga naar het huidige onderwerp';
$string['jumptocurrentweek'] = 'Ga naar deze week';
$string['topics'] = 'Onderwerpen';
$string['weeks'] = 'Weken';
?>