mirror of
https://github.com/moodle/moodle.git
synced 2025-02-05 07:39:09 +01:00
9 lines
228 B
PHP
9 lines
228 B
PHP
|
<?PHP // $Id$
|
||
|
|
||
|
$string['blockname'] = 'Weeks/Topics';
|
||
|
$string['topics'] = 'Topics';
|
||
|
$string['jumptocurrenttopic'] = 'Jump to current topic';
|
||
|
$string['jumptocurrentweek'] = 'Jump to current week';
|
||
|
$string['weeks'] = 'Weeks';
|
||
|
?>
|