]> git.mjollnir.org Git - moodle.git/commitdiff
New strings for hiding courses
authormoodler <moodler>
Mon, 21 Jul 2003 07:43:04 +0000 (07:43 +0000)
committermoodler <moodler>
Mon, 21 Jul 2003 07:43:04 +0000 (07:43 +0000)
lang/en/docs/release.html
lang/en/moodle.php

index 6fc562249dd3a4a8c98a001ad29c2dfe591b24ec..317a7c23e4524274fe858ff21e8f3d43bb03cbe3 100644 (file)
@@ -22,9 +22,9 @@
     <LI>Two quiz question types: Numerical and Description</LI>
     <LI>Expanded quiz reporting</LI>
     <LI>Languages can now have a parent language</LI>
+    <LI>Web links can be in pop-up windows</LI>
+    <LI>Courses can be hidden from students)</LI>
     <LI>Improved course browser (handles large numbers of courses) (tbd)</LI>
-    <LI>Courses can be hidden from students (tbd)</LI>
-    <LI>Web links can be in pop-up windows (tbd)</LI>
     <LI>Consistent grading scheme throughout all modules (tbd)</LI>
     <LI>Better control over peer-grading in forums (tbd)</LI>
     <LI>Ability to add text between activities in course display (tbd)</LI>
index 074a4600f1f385cf865a4ca3956480769ac7d54f..64e825d3c7e5c7b1e7e0d26b141d90bee04169f9 100644 (file)
@@ -46,6 +46,7 @@ $string['authentication'] = "Authentication";
 $string['autosubscribe'] = "Forum auto-subscribe";
 $string['autosubscribeno'] = "No: don't automatically subscribe me to forums";
 $string['autosubscribeyes'] = "Yes: when I post, subscribe me to that forum";
+$string['availability'] = "Availability";
 $string['availablecourses'] = "Available Courses";
 $string['backup'] = "Backup";
 $string['backupdir'] = "backupdata";
@@ -75,6 +76,7 @@ $string['chooseuser'] = "Choose a user";
 $string['city'] = "City/town";
 $string['closewindow'] = "Close this window";
 $string['comparelanguage'] = "Compare and edit current language";
+$string['complete'] = "Complete";
 $string['configcountry'] = "If you set a country here, then this country will be selected by default on new user accounts.  To force users to choose a country, just leave this unset.";
 $string['configdebug'] = "If you turn this on, then PHP's error_reporting will be increased so that more warnings are printed.  This is only useful for developers.";
 $string['configgdversion'] = "Indicate the version of GD that is installed.  The version shown by default is the one that has been auto-detected.  Don't change this unless you really know what you're doing.";
@@ -103,18 +105,19 @@ $string['configvariables'] = "Configure variables";
 $string['configzip'] = "Indicate the location of your zip program (Unix only, optional).  If specified, this will be used to create zip archives on the server.  If you leave this blank, then Moodle will use internal routines.";
 $string['confirmed'] = "Your registration has been confirmed";
 $string['confirmednot'] = "Your registration has not yet been confirmed!";
-$string['courseupdates'] = "Course updates";
 $string['cookiesenabled'] = "Cookies must be enabled in your browser";
-$string['complete'] = "Complete";
 $string['copyrightnotice'] = "Copyright notice";
 $string['continue'] = "Continue";
 $string['country'] = "Country";
 $string['course'] = "Course";
+$string['courseavailable'] = "This course is available to students";
+$string['courseavailablenot'] = "This course is not available to students";
 $string['coursebackup'] = "Course Backup";
 $string['coursefiles'] = "Course Files";
 $string['courseformats'] = "Course formats";
 $string['courserestore'] = "Course Restore";
 $string['courses'] = "Courses";
+$string['courseupdates'] = "Course updates";
 $string['createaccount'] = "Create my new account";
 $string['createuserandpass'] = "Create a new username and password to log in with";
 $string['createziparchive'] = "Create zip archive";