New strings for the configuration screen

This commit is contained in:
moodler 2003-08-18 17:47:28 +00:00
parent 5925d0ef5b
commit 6f8694bdc8

View 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";