From: moodler Date: Thu, 31 Jan 2008 05:52:04 +0000 (+0000) Subject: MDL-13263 Merged nopostforum string from stable X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6f9a69cd034f7979750d2d3d7a0674a63cea01b2;p=moodle.git MDL-13263 Merged nopostforum string from stable --- diff --git a/lang/en_utf8/forum.php b/lang/en_utf8/forum.php index 34e0226c70..273bfbc54b 100644 --- a/lang/en_utf8/forum.php +++ b/lang/en_utf8/forum.php @@ -148,6 +148,7 @@ $string['noguestsubscribe'] = 'Sorry, guests are not allowed to subscribe to rec $string['noguesttracking'] = 'Sorry, guests are not allowed to set tracking options.'; $string['nomorepostscontaining'] = 'No more posts containing \'$a\' were found'; $string['nonews'] = 'No news has been posted yet'; +$string['nopostforum'] = 'Sorry, you are not allowed to post to this forum'; $string['noposts'] = 'No posts'; $string['nopostscontaining'] = 'No posts containing \'$a\' were found'; $string['noquestions'] = 'There are no questions yet in this forum';