mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 15:08:32 +01:00
1be0eb6a2b
----------------------------------
12 lines
333 B
PHP
12 lines
333 B
PHP
<?PHP // $Id$
|
|
// block_section_links.php - created with Moodle 1.3 - (2004052400)
|
|
|
|
|
|
$string['blockname'] = 'Odniesienia do sekcji';
|
|
$string['jumptocurrenttopic'] = 'Przejd¼ do aktualnego tematu';
|
|
$string['jumptocurrentweek'] = 'Przejd¼ do aktualnego tygodnia';
|
|
$string['topics'] = 'Tematy';
|
|
$string['weeks'] = 'Tygodnie';
|
|
|
|
?>
|