]> git.mjollnir.org Git - moodle.git/commitdiff
Addition of modulename and modulenameplural strings as a standard to
authormartin <martin>
Fri, 2 Aug 2002 17:36:35 +0000 (17:36 +0000)
committermartin <martin>
Fri, 2 Aug 2002 17:36:35 +0000 (17:36 +0000)
every module file.

lang/en/assignment.php
lang/en/choice.php
lang/en/forum.php
lang/en/journal.php
lang/en/moodle.php
lang/en/reading.php
lang/en/survey.php

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..9745b20d314244ef2314a658893af317706775b7 100644 (file)
@@ -0,0 +1,10 @@
+<?PHP // $Id$
+
+#------------------------------------------------------------
+$string[modulename] = "Assignment";
+$string[modulenameplural] = "Assignments";
+#------------------------------------------------------------
+
+
+?>
+
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..2df820cab2ec0c0118ad1f853d0bd45e7d40eb2a 100644 (file)
@@ -0,0 +1,8 @@
+<?PHP // $Id$
+
+#------------------------------------------------------------
+$string[modulename] = "Choice";
+$string[modulenameplural] = "Choices";
+#------------------------------------------------------------
+
+?>
index f60d73b563979b19d7bb6a8810280cf412925cef..09d2e45459a76b93f420ec5cf7805accc4fa8d36 100644 (file)
@@ -1,13 +1,47 @@
-<?
+<?PHP // $Id$
 
+#------------------------------------------------------------
+$string[modulename] = "Forum";
+$string[modulenameplural] = "Forums";
+#------------------------------------------------------------
+
+$string[addanewdiscussion] = "Add a new discussion topic";
+$string[bynameondate] = "by \$a->name on \$a->date";
+$string[delete] = "Delete";
 $string[description] = "Description";
 $string[discussion] = "Discussion";
 $string[discussions] = "Discussions";
+$string[discussionsstartedby] = "Discussions started by \$a";
+$string[discussthistopic] = "Discuss this topic";
+$string[eachuserforum] = "Each person posts one discussion";
+$string[edit] = "Edit";
 $string[forum] = "Forum";
 $string[forums] = "Forums";
+$string[generalforum] = "Standard forum for general use";
 $string[generalforums] = "General forums";
+$string[inforum] = "in \$a";
+$string[intronews] = "General news and announcements about this course";
+$string[introsocial] = "An open forum for chatting about anything you want to";
+$string[introteacher] = "A forum for teacher-only notes and discussion";
 $string[learningforums] = "Learning forums";
 $string[message] = "Message";
+$string[modeflatoldestfirst] = "Display replies flat, with oldest first";
+$string[modeflatnewestfirst] = "Display replies flat, with newest first";
+$string[modenested] = "Display replies in nested form";
+$string[modethreaded] = "Display replies in threaded form";
+$string[more] = "more";
+$string[namenews] = "News forum";
+$string[namesocial] = "Social forum";
+$string[nameteacher] = "Teacher forum";
+$string[nodiscussions] = "There are no discussion topics yet in this forum";
+$string[noposts] = "No posts";
+$string[numwords] = "\$a words";
+$string[numposts] = "\$a posts";
+$string[olderdiscussions] = "Older discussions";
+$string[parentofthispost] = "Parent of this post";
+$string[postmailinfo] = "This is a copy of a message posted on the \$a website.
+To add your reply via the website, click on this link:";
+
 $string[postingtip] = "<B>Posting tips:</B>
 When replying:
 <UL>
@@ -22,12 +56,24 @@ While writing:
 <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";
+$string[processingpost] = "Processing post \$a";
+$string[rate] = "Rate";
+$string[ratings] = "Ratings";
+$string[readtherest] = "Read the rest of this topic";
+$string[repliesmany] = "\$a replies so far";
+$string[repliesone] = "\$a reply so far";
+$string[reply] = "Reply";
 $string[search] = "Search";
+$string[singleforum] = "A single simple discussion";
 $string[subject] = "Subject";
 $string[subscribe] = "Subscribe to this forum";
 $string[subscribed] = "Subscribed";
 $string[subscribers] = "Subscribers";
 $string[subscribersto] = "Subscribers to '\$a'";
 $string[unsubscribe] = "Unsubscribe from this forum";
+$string[youratedthis] = "You rated this";
 
 ?>
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..dc0e7ca00c87c710e63b682a4a7d5e87927f5f37 100644 (file)
@@ -0,0 +1,8 @@
+<?PHP // $Id$
+
+#------------------------------------------------------------
+$string[modulename] = "Journal";
+$string[modulenameplural] = "Journals";
+#------------------------------------------------------------
+
+?>
index a879a4686c1adf09e8f88a00a061202655bf3b98..72772493238a071f5c86156676a9dc9dbe0e7f8f 100644 (file)
@@ -1,5 +1,10 @@
-<?php 
-// Strings for Moodle site 
+<?PHP // $Id$ 
+
+#------------------------------------------------------------
+$string[modulename] = "Site";
+$string[modulenameplural] = "Sites";
+#------------------------------------------------------------
+
 
 $string[activity] = "Activity";
 $string[activityreport] = "Activity report";
@@ -167,6 +172,8 @@ $string[selectacountry] = "Select a country";
 $string[senddetails] = "Send my details via email";
 $string[serverlocaltime] = "Server's local time";
 $string[shortname] = "Short name";
+$string[site] = "Site";
+$string[sites] = "Sites";
 $string[sitelogs] = "Site logs";
 $string[sitenews] = "Site news";
 $string[sitesettings] = "Site settings";
index f0d9642e09dd480cc18935e22f9c858a8698e07b..36a7eb770b4e09a774b83925f44471c930cebcb4 100644 (file)
@@ -1,4 +1,9 @@
-<?
+<?PHP // $Id$
+
+#------------------------------------------------------------
+$string[modulename] = "Reading";
+$string[modulenameplural] = "Readings";
+#------------------------------------------------------------
 
 $string[addreading] = "Add reading";
 
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..d30e524166733ab61b8a480a8c65969654bfca3f 100644 (file)
@@ -0,0 +1,8 @@
+<?PHP // $Id$
+
+#------------------------------------------------------------
+$string[modulename] = "Survey";
+$string[modulenameplural] = "Surveys";
+#------------------------------------------------------------
+
+?>