12 lines
333 B
PHP
12 lines
333 B
PHP
<?PHP // $Id$
|
|
// block_section_links.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004101900)
|
|
|
|
|
|
$string['blockname'] = 'Osio linkit';
|
|
$string['jumptocurrenttopic'] = 'Siirry nykyiseen aiheeseen';
|
|
$string['jumptocurrentweek'] = 'Siirry nykyiseen viikkoon';
|
|
$string['topics'] = 'Aiheet';
|
|
$string['weeks'] = 'Viikot';
|
|
|
|
?>
|