]> git.mjollnir.org Git - moodle.git/commitdiff
New strings for the configuration screen
authormoodler <moodler>
Mon, 18 Aug 2003 17:47:28 +0000 (17:47 +0000)
committermoodler <moodler>
Mon, 18 Aug 2003 17:47:28 +0000 (17:47 +0000)
lang/en/forum.php

index 0a2c033b76d4a2c087213abade038a9085ea2a9b..65a61f0c4af73d5fd65057e64db394b72408fc94 100644 (file)
@@ -14,6 +14,10 @@ $string['allowsdiscussions'] = "This forum allows each person to start one discu
 $string['anyfile'] = "Any file";
 $string['attachment'] = "Attachment";
 $string['bynameondate'] = "by \$a->name - \$a->date";
+$string['configdisplaymode'] = "The default display mode for discussions if one isn't set.";
+$string['configlongpost'] = "Any post over this length (not including HTML) is considered long.";
+$string['configmanydiscussions'] = "Maximum number of discussions shown in a forum per page";
+$string['configshortpost'] = "Any post under this length (not including HTML) is considered short.";
 $string['couldnotadd'] = "Could not add your post due to an unknown error";
 $string['couldnotdeleteratings'] = "Sorry, that cannot be deleted as people have already rated it";
 $string['couldnotdeletereplies'] = "Sorry, that cannot be deleted as people have already responded to it";