]> git.mjollnir.org Git - moodle.git/commitdiff
Added message string for when a user does not have permissions to view forum discussi...
authorvyshane <vyshane>
Thu, 21 Sep 2006 05:39:17 +0000 (05:39 +0000)
committervyshane <vyshane>
Thu, 21 Sep 2006 05:39:17 +0000 (05:39 +0000)
lang/en_utf8/forum.php

index 6bd015af32dd85f472140e423bcb45aefe326003..ed38905a4a03b67b1de452e2d2c9656c25ceb289 100644 (file)
@@ -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.';