moodle/lang/de/block_section_links.php

12 lines
313 B
PHP
Raw Normal View History

2004-06-01 07:47:25 +00:00
<?PHP // $Id$
// block_section_links.php - created with Moodle 1.3 (2004052500)
$string['blockname'] = 'Blocknamen';
$string['jumptocurrenttopic'] = 'Sprung zum jetzigen Themenblock';
$string['jumptocurrentweek'] = 'Sprung zu dieser Woche';
$string['topics'] = 'Themen';
$string['weeks'] = 'Wochen';
?>