moodle/lang/sv/block_section_links.php
2004-06-17 09:32:15 +00:00

12 lines
323 B
PHP

<?PHP // $Id$
// block_section_links.php - created with Moodle 1.3 Beta (2004051100)
$string['blockname'] = 'Länkar till sektioner';
$string['jumptocurrenttopic'] = 'Hoppa till aktuellt ämne';
$string['jumptocurrentweek'] = 'Hoppa till aktuell vecka';
$string['topics'] = 'Ämnen';
$string['weeks'] = 'Veckor';
?>