From: moodler Date: Thu, 1 Jan 2004 04:52:57 +0000 (+0000) Subject: New strings for forum settings (allow students to view ratings of others) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=761205376c98e57b078bad84416709c946ecd820;p=moodle.git New strings for forum settings (allow students to view ratings of others) --- diff --git a/lang/en/forum.php b/lang/en/forum.php index 2144e5b6bb..7bde0cf058 100644 --- a/lang/en/forum.php +++ b/lang/en/forum.php @@ -97,6 +97,8 @@ $string['rating'] = 'Rating'; $string['ratingeveryone'] = 'Everyone can rate posts'; $string['ratingno'] = 'No ratings'; $string['ratingonlyteachers'] = 'Only $a can rate posts'; +$string['ratingpublic'] = '$a can see everyone\'s ratings'; +$string['ratingpublicnot'] = '$a can only see their own ratings'; $string['ratings'] = 'Ratings'; $string['ratingssaved'] = 'Ratings saved'; $string['ratingsuse'] = 'Use ratings';