cee1bd0bb7
XHTML ok Copied config strings to admin
12 lines
312 B
PHP
12 lines
312 B
PHP
<?PHP // $Id$
|
|
// block_section_links.php - created with Moodle 1.4.4 + (2004083140)
|
|
|
|
|
|
$string['blockname'] = 'Lingi osa';
|
|
$string['jumptocurrenttopic'] = 'Hüppa jooksvale teemale';
|
|
$string['jumptocurrentweek'] = 'Hüppa jooksavale nädalale';
|
|
$string['topics'] = 'Teemad';
|
|
$string['weeks'] = 'Nädalad';
|
|
|
|
?>
|