From c1bb916281f2060b0b0546456be245c7377ec0cf Mon Sep 17 00:00:00 2001 From: dongsheng Date: Tue, 27 May 2008 03:21:25 +0000 Subject: [PATCH] "MDL-14129, add new lang string" --- lang/en_utf8/forum.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lang/en_utf8/forum.php b/lang/en_utf8/forum.php index ce9e661a63..1ddc757c70 100644 --- a/lang/en_utf8/forum.php +++ b/lang/en_utf8/forum.php @@ -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.'; -- 2.39.5