From: moodler Date: Mon, 18 Aug 2003 17:47:28 +0000 (+0000) Subject: New strings for the configuration screen X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6f8694bdc89db974a8949b43c140945de231e33f;p=moodle.git New strings for the configuration screen --- diff --git a/lang/en/forum.php b/lang/en/forum.php index 0a2c033b76..65a61f0c4a 100644 --- a/lang/en/forum.php +++ b/lang/en/forum.php @@ -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";