From: vyshane Date: Thu, 21 Sep 2006 05:39:17 +0000 (+0000) Subject: Added message string for when a user does not have permissions to view forum discussi... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c095178c84a3246c78705515501260e731b40335;p=moodle.git Added message string for when a user does not have permissions to view forum discussions in a forum. --- diff --git a/lang/en_utf8/forum.php b/lang/en_utf8/forum.php index 6bd015af32..ed38905a4a 100644 --- a/lang/en_utf8/forum.php +++ b/lang/en_utf8/forum.php @@ -141,6 +141,7 @@ $string['nosubscribers'] = 'There are no subscribers yet for this forum'; $string['nothingnew'] = 'Nothing new for $a'; $string['notingroup'] = 'Sorry, but you need to be part of a group to see this forum.'; $string['notrackforum'] = 'Don\'t track unread messages'; +$string['noviewdiscussionspermission'] = 'You do not have the permission to view discussions in this forum'; $string['nownotsubscribed'] = '$a->name will NOT receive copies of \'$a->forum\' by email.'; $string['nownottracking'] = '$a->name is no longer tracking \'$a->forum\'.'; $string['nowallsubscribed'] = 'All forums in $a are subscribed.';