]> git.mjollnir.org Git - moodle.git/commitdiff
Updates
authormoodler <moodler>
Fri, 13 Dec 2002 09:57:12 +0000 (09:57 +0000)
committermoodler <moodler>
Fri, 13 Dec 2002 09:57:12 +0000 (09:57 +0000)
lang/en_us/forum.php
lang/en_us/moodle.php

index fedd7cc378226020860fe4711ce71f5c71c49790..6f6002d79e2dfff0df28da44861f6904b6403785 100644 (file)
@@ -1,9 +1,6 @@
-<?PHP // $Id$
+<?PHP // $Id$ 
+      // forum.php - created with Moodle 1.0.8 dev (2002121200)
 
-#------------------------------------------------------------
-$string['modulename'] = "Forum";
-$string['modulenameplural'] = "Forums";
-#------------------------------------------------------------
 
 $string['addanewdiscussion'] = "Add a new discussion topic";
 $string['allowchoice'] = "Allow everyone to choose";
@@ -47,10 +44,12 @@ $string['introteacher'] = "A forum for teacher-only notes and discussion";
 $string['learningforums'] = "Learning forums";
 $string['maxtimehaspassed'] = "Sorry, but the maximum time for editing this post (\$a) has passed!";
 $string['message'] = "Message";
-$string['modeflatoldestfirst'] = "Display replies flat, with oldest first";
 $string['modeflatnewestfirst'] = "Display replies flat, with newest first";
+$string['modeflatoldestfirst'] = "Display replies flat, with oldest first";
 $string['modenested'] = "Display replies in nested form";
 $string['modethreaded'] = "Display replies in threaded form";
+$string['modulename'] = "Forum";
+$string['modulenameplural'] = "Forums";
 $string['more'] = "more";
 $string['namenews'] = "News forum";
 $string['namesocial'] = "Social forum";
@@ -71,23 +70,8 @@ $string['openmode2'] = "Discussions and replies are allowed";
 $string['parentofthispost'] = "Parent of this post";
 $string['postadded'] = "Your post was successfully added.<P>You have \$a to edit it if you want to make any changes.";
 $string['postincontext'] = "See this post in context";
-$string['postmailinfo'] = "This is a copy of a message posted on the \$a website.
+$string['postmailinfo'] = "This is a copy of a message posted on the \$a website.\r
 To add your reply via the website, click on this link:";
-
-$string['postingtip'] = "<B>Posting tips:</B>
-When replying:
-<UL>
-<LI>read their post carefully and empathically
-<LI>look for things you can comment on
-</UL>
-
-While writing:
-<UL>
-<LI>keep your posts short and on-topic
-<LI>explain your own ideas clearly
-<LI>think of questions you can ask
-</UL>";
-
 $string['postrating1'] = "Shows mostly SEPARATE knowing";
 $string['postrating2'] = "Equally separate and connected";
 $string['postrating3'] = "Shows mostly CONNECTED knowing";
@@ -95,14 +79,14 @@ $string['postupdated'] = "Your post was updated";
 $string['processingpost'] = "Processing post \$a";
 $string['rate'] = "Rate";
 $string['ratings'] = "Ratings";
+$string['re'] = "Re:";
 $string['readtherest'] = "Read the rest of this topic";
-$string['re'] = "Re:";    // Put in front of subjects that are replies to another post
 $string['repliesmany'] = "\$a replies so far";
 $string['repliesone'] = "\$a reply so far";
 $string['reply'] = "Reply";
 $string['search'] = "Search";
-$string['searchresults'] = "Search results";
 $string['searchforums'] = "Search forums";
+$string['searchresults'] = "Search results";
 $string['sendinratings'] = "Send in my latest ratings";
 $string['showsubscribers'] = "Show subscribers";
 $string['singleforum'] = "A single simple discussion";
index 62dce7709bacbd680f081c47c1df7b46bccb11d4..0872974f48736f395776babb21b8124ae23ce252 100644 (file)
@@ -210,9 +210,11 @@ $string['guestuserinfo'] = "This user is a special user that allows read-only ac
 $string['help'] = "Help";
 $string['helphtml'] = "How to write html";
 $string['helppicture'] = "How to upload a picture";
-$string['helpquestions'] = "How to ask questions";
+$string['helpquestions'] = "Ask good questions";
+$string['helpreading'] = "Read carefully";
 $string['helprichtext'] = "About the Richtext HTML editor";
 $string['helptext'] = "How to write text";
+$string['helpwriting'] = "Write carefully";
 $string['hide'] = "Hide";
 $string['hits'] = "Hits";
 $string['hitsoncourse'] = "Hits on \$a->coursename by \$a->username";