From: moodler Date: Sun, 4 May 2003 08:14:48 +0000 (+0000) Subject: Topic strings etc X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=228b8238984982f2c3ea44a863c4141c17815c3f;p=moodle.git Topic strings etc --- diff --git a/lang/en/docs/release.html b/lang/en/docs/release.html index 2200679b75..a344eeb84a 100644 --- a/lang/en/docs/release.html +++ b/lang/en/docs/release.html @@ -17,12 +17,11 @@
  • Various optimisations and significant performance enhancements
  • Moodle is now well-behaved when enclosed within a frame -
  • New role: Course creator - just like teacher but can also create new courses -
  • New authentication plug-in "manual", prevents users from creating their own accounts
  • Richtext editor can now be used in more text-editing fields
  • New format "Plain text format", useful when posting code or HTML. +
  • New format "Wiki format", allows Wiki-style tagging in most places
  • Ability to specify permissions of new folders and files created on the server -
  • Some fixes for servers running in Safe Mode. +
  • Some fixes for servers running in Safe Mode (some file problems remain)
  • Various fixes for cleaning some external text of quotes, etc
  • Various fixes for PostgreSQL 7.3 compatibility
  • @@ -51,6 +50,13 @@
  • Improvements to the language editing page +
    User management
    +
    +
  • New role: Course creator - just like teacher but can also create new courses +
  • New authentication plug-in named "manual", prevents users from creating their own accounts +
  • "Forgot Password" routine now uses an email confirmation before resetting password +
  • +
    Courses
    @@ -81,8 +87,8 @@
    Workshop Assignment module
    -
  • A very interesting new module contributed by Ray Kingdon. -
  • It is a flexible tool to implement a variety of peer-grading and +
  • A very interesting new module contributed by Ray Kingdon, +
  • A flexible tool that implements a variety of peer-grading and example-setting schemes that involve a whole group in examining and grading peices of work.
  • @@ -93,7 +99,7 @@
  • New question type, Matching Question (student must match answers to questions)
  • New question type, Random Matching Short-Answers (randomly creates Matching Questions from the available Short Answer questions in the same category) -
  • Quiz question import from text files (modular design allows expansion to new formats) +
  • Quiz question import from text files (modular design allows expansion to new formats - a beta Blackboard module is included)
  • 'Create multiple questions' wizard to quickly create a random quiz
  • Quiz questions may be randomly shuffled
  • Quiz answers (multiple choice, etc) may be randomly shuffled @@ -107,7 +113,7 @@
  • Better performance when editing large text or HTML resources
  • Plain images are now display centered within a proper web page (not raw). -
  • Resource pages can now be edited using Wiki format +
  • Wiki format added as a new option for Resource pages
  • Custom Themes
    diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 81ab3e611c..99964d83a5 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -434,6 +434,7 @@ $string['nopotentialteachers'] = "No potential teachers"; $string['normal'] = "Normal"; $string['nostudentsyet'] = "No students enrolled in this course yet"; $string['nosuchemail'] = "No such email address"; +$string['notavailable'] = "Not available"; $string['noteachersyet'] = "No teachers in this course yet"; $string['notenrolled'] = "\$a is not enrolled in this course."; $string['nothingnew'] = "Nothing new since your last login"; @@ -550,7 +551,9 @@ $string['today'] = "Today"; $string['todaylogs'] = "Today's logs"; $string['toomanytoshow'] = "There are too many users to show"; $string['topic'] = "Topic"; +$string['topichide'] = "Hide this topic"; $string['topicoutline'] = "Topic outline"; +$string['topicshow'] = "Show this topic"; $string['turneditingoff'] = "Turn editing off"; $string['turneditingon'] = "Turn editing on"; $string['total'] = "Total"; @@ -585,7 +588,9 @@ $string['userprofilefor'] = "User profile for \$a"; $string['users'] = "Users"; $string['webpage'] = "Web page"; $string['week'] = "Week"; +$string['weekhide'] = "Hide this week"; $string['weeklyoutline'] = "Weekly outline"; +$string['weekshow'] = "Show this week"; $string['welcometocourse'] = "Welcome to \$a"; $string['welcometocoursetext'] = "Welcome to \$a->coursename!