]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-14129, add new lang string"
authordongsheng <dongsheng>
Tue, 27 May 2008 03:21:25 +0000 (03:21 +0000)
committerdongsheng <dongsheng>
Tue, 27 May 2008 03:21:25 +0000 (03:21 +0000)
lang/en_utf8/forum.php

index ce9e661a639157909984396a29dc48196ef13754..1ddc757c70da88a1713ca7bcbcf78e64f92e2e81 100644 (file)
@@ -30,6 +30,8 @@ $string['cannotviewpostyet'] = 'You cannot read other students questions in this
 $string['cannotadddiscussion'] = 'Adding discussions to this forum requires group membership.';
 $string['cannotadddiscussionall'] = 'You do not have permission to add a new discussion topic for all participants.';
 $string['cannotfindorcreateforum'] = 'Could not find or create a main news forum for the site';
+$string['cannotupdaterate'] = 'Could not update an old rating ($a[0] = $a[1])';
+$string['cannotinsertrate'] = 'Could not insert a new rating ($a[0] = $a[1])';
 $string['cleanreadtime'] = 'Mark old posts as read hour';
 $string['configcleanreadtime'] = 'The hour of the day to clean old posts from the \'read\' table.';
 $string['configdisplaymode'] = 'The default display mode for discussions if one isn\'t set.';
@@ -127,6 +129,9 @@ $string['lastpost'] = 'Last post';
 $string['learningforums'] = 'Learning forums';
 $string['logblocked'] = 'Log blocked emails';
 $string['longpost'] = 'Long post';
+$string['invalidforumid'] = 'Forum ID was incorrect';
+$string['invalidpostid'] = 'Invalid Post ID - $a';
+$string['invalidaccess'] = 'This page was not accessed correctly';
 $string['mailnow'] = 'Mail now';
 $string['manydiscussions'] = 'Discussions per page';
 $string['markalldread'] = 'Mark all posts in this discussion read.';
@@ -155,6 +160,7 @@ $string['newforumposts'] = 'New forum posts';
 $string['nodiscussions'] = 'There are no discussion topics yet in this forum';
 $string['nodiscussionsstartedby'] = 'No discussions started by this user';
 $string['noguestpost'] = 'Sorry, guests are not allowed to post. $a';
+$string['noguestrate'] = 'Guests are not allowed to rate entries.';
 $string['noguestsubscribe'] = 'Sorry, guests are not allowed to subscribe to receive forum postings by email.';
 $string['noguesttracking'] = 'Sorry, guests are not allowed to set tracking options.';
 $string['nomorepostscontaining'] = 'No more posts containing \'$a\' were found';
@@ -167,6 +173,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 posts';
+$string['norate'] = 'Rating of items not allowed!';
 $string['noviewdiscussionspermission'] = 'You do not have the permission to view discussions in this forum';
 $string['nowallsubscribed'] = 'All forums in $a are subscribed.';
 $string['nowallunsubscribed'] = 'All forums in $a are not subscribed.';