mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
11 lines
316 B
PHP
11 lines
316 B
PHP
<?PHP // $Id$
|
|
// block_section_links.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005032800)
|
|
|
|
|
|
$string['blockname'] = '÷éùåøé éçéãåú';
|
|
$string['jumptocurrenttopic'] = '÷ôåõ ìðåùà ðåëçé';
|
|
$string['jumptocurrentweek'] = '÷ôåõ ìùáåò ðåëçé';
|
|
$string['topics'] = 'ðåùàéí';
|
|
$string['weeks'] = 'ùáåòåú';
|
|
|
|
?>
|