]> git.mjollnir.org Git - moodle.git/commitdiff
a new block providing links to weeks/topics, see http://moodle.org/mod/forum/discuss...
authorgustav_delius <gustav_delius>
Thu, 6 May 2004 19:16:46 +0000 (19:16 +0000)
committergustav_delius <gustav_delius>
Thu, 6 May 2004 19:16:46 +0000 (19:16 +0000)
lang/en/block_weeks_topics.php [new file with mode: 0644]

diff --git a/lang/en/block_weeks_topics.php b/lang/en/block_weeks_topics.php
new file mode 100644 (file)
index 0000000..5e9cb21
--- /dev/null
@@ -0,0 +1,8 @@
+<?PHP // $Id$ 
+
+$string['blockname'] = 'Weeks/Topics';
+$string['topics'] = 'Topics';
+$string['jumptocurrenttopic'] = 'Jump to current topic';
+$string['jumptocurrentweek'] = 'Jump to current week';
+$string['weeks'] = 'Weeks';
+?>