mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 19:36:41 +02:00

Jasmin Klindzic jasmin@ffzg.hr Dragan Dosen ddosen@ffzg.hr An utf-8 version is also on it's way - just some cleaning to do ;-)
11 lines
301 B
PHP
11 lines
301 B
PHP
<?PHP // $Id$
|
|
// block_section_links.php - created with Moodle 1.5.2 + (2005060220)
|
|
|
|
|
|
$string['blockname'] = 'Linkovi';
|
|
$string['jumptocurrenttopic'] = 'Prikaži trenutnu temu';
|
|
$string['jumptocurrentweek'] = 'Prikaži važeæi tjedan';
|
|
$string['topics'] = 'Teme';
|
|
$string['weeks'] = 'Tjedni';
|
|
|
|
?>
|