From: moodler Date: Mon, 21 Jul 2003 07:43:04 +0000 (+0000) Subject: New strings for hiding courses X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9ee379868aaa22d72f24d719e302bb90f06b324a;p=moodle.git New strings for hiding courses --- diff --git a/lang/en/docs/release.html b/lang/en/docs/release.html index 6fc562249d..317a7c23e4 100644 --- a/lang/en/docs/release.html +++ b/lang/en/docs/release.html @@ -22,9 +22,9 @@
  • Two quiz question types: Numerical and Description
  • Expanded quiz reporting
  • Languages can now have a parent language
  • +
  • Web links can be in pop-up windows
  • +
  • Courses can be hidden from students)
  • Improved course browser (handles large numbers of courses) (tbd)
  • -
  • Courses can be hidden from students (tbd)
  • -
  • Web links can be in pop-up windows (tbd)
  • Consistent grading scheme throughout all modules (tbd)
  • Better control over peer-grading in forums (tbd)
  • Ability to add text between activities in course display (tbd)
  • diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 074a4600f1..64e825d3c7 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -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";