]> git.mjollnir.org Git - moodle.git/commitdiff
New help files for label module
authormoodler <moodler>
Sun, 14 Sep 2003 12:20:32 +0000 (12:20 +0000)
committermoodler <moodler>
Sun, 14 Sep 2003 12:20:32 +0000 (12:20 +0000)
lang/en/help/label/mods.html [new file with mode: 0644]
lang/en/label.php [new file with mode: 0644]

diff --git a/lang/en/help/label/mods.html b/lang/en/help/label/mods.html
new file mode 100644 (file)
index 0000000..725e45a
--- /dev/null
@@ -0,0 +1,6 @@
+<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/label/icon.gif">&nbsp;<B>Labels</B></P>
+<UL>
+<P>This is a not a true activity - it is a "dummy" activity that allows you 
+   to insert text and graphics among the other activities on the course page.</p>
+</UL>
+
diff --git a/lang/en/label.php b/lang/en/label.php
new file mode 100644 (file)
index 0000000..43424c8
--- /dev/null
@@ -0,0 +1,11 @@
+<?PHP // $Id$
+
+#------------------------------------------------------------
+$string['modulename'] = "Label";
+$string['modulenameplural'] = "Labels";
+#------------------------------------------------------------
+
+
+$string['labeltext'] = "Label text";
+
+?>