mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 08:09:47 +02:00
9 lines
216 B
PHP
9 lines
216 B
PHP
<?PHP // $Id$
|
|
// block_nav.php - created with Moodle 1.4.3 (2004083130)
|
|
|
|
|
|
$string['blockname'] = 'Überblick';
|
|
$string['showalltopic'] = 'Alle Themen zeigen';
|
|
$string['showallweek'] = 'Alle Wochen zeigen';
|
|
|
|
?>
|