Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.
/lang/en/ -> course.php (source)

Differences Between: [Versions 310 and 311] [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403] [Versions 39 and 311]

   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Strings for component 'course', language 'en', branch 'MOODLE_20_STABLE'
  19   *
  20   * @package   core_course
  21   * @copyright 2018 Adrian Greeve <adriangreeve.com>
  22   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['activitychoosercategory'] = 'Activity chooser';
  26  $string['activitychooserrecommendations'] = 'Recommended activities';
  27  $string['activitychoosersettings'] = 'Activity chooser settings';
  28  $string['activitychooseractivefooter'] = 'Activity chooser footer';
  29  $string['activitychooseractivefooter_desc'] = 'The activity chooser can support plugins that add items to the footer.';
  30  $string['activitychooserhidefooter'] = 'No footer';
  31  $string['activitychoosertabmode'] = 'Activity chooser tabs';
  32  $string['activitychoosertabmode_desc'] = "The activity chooser enables a teacher to easily select activities and resources to add to their course. This setting determines which tabs should be displayed in it. Note that the starred tab is only displayed for a user if they have starred one or more activities and the recommended tab is only displayed if a site administrator has specified some recommended activities.";
  33  $string['activitychoosertabmodeone'] = 'Starred, All, Activities, Resources, Recommended';
  34  $string['activitychoosertabmodetwo'] = 'Starred, All, Recommended';
  35  $string['activitychoosertabmodethree'] = 'Starred, Activities, Resources, Recommended';
  36  $string['activitydate:closed'] = 'Closed:';
  37  $string['activitydate:closes'] = 'Closes:';
  38  $string['activitydate:opened'] = 'Opened:';
  39  $string['activitydate:opens'] = 'Opens:';
  40  $string['aria:coursecategory'] = 'Course category';
  41  $string['aria:courseimage'] = 'Course image';
  42  $string['aria:courseshortname'] = 'Course short name';
  43  $string['aria:coursename'] = 'Course name';
  44  $string['aria:defaulttab'] = 'Default activities';
  45  $string['aria:favourite'] = 'Course is starred';
  46  $string['aria:favouritestab'] = 'Starred activities';
  47  $string['aria:recommendedtab'] = 'Recommended activities';
  48  $string['aria:modulefavourite'] = 'Star {$a} activity';
  49  $string['completion_automatic:done'] = 'Done:';
  50  $string['completion_automatic:failed'] = 'Failed:';
  51  $string['completion_automatic:todo'] = 'To do:';
  52  $string['completion_manual:aria:done'] = '{$a} is marked as done. Press to undo.';
  53  $string['completion_manual:aria:markdone'] = 'Mark {$a} as done';
  54  $string['completion_manual:done'] = 'Done';
  55  $string['completion_manual:markdone'] = 'Mark as done';
  56  $string['completion_setby:auto:done'] = 'Done: {$a->condition} (set by {$a->setby})';
  57  $string['completion_setby:auto:todo'] = 'To do: {$a->condition} (set by {$a->setby})';
  58  $string['completion_setby:manual:done'] = '{$a->activityname} is marked by {$a->setby} as done. Press to undo.';
  59  $string['completion_setby:manual:markdone'] = '{$a->activityname} is marked by {$a->setby} as not done. Press to mark as done.';
  60  $string['completionrequirements'] = 'Completion requirements for {$a}';
  61  $string['coursealreadyfinished'] = 'Course already finished';
  62  $string['coursenotyetstarted'] = 'The course has not yet started';
  63  $string['coursenotyetfinished'] = 'The course has not yet finished';
  64  $string['coursetoolong'] = 'The course is too long';
  65  $string['customfield_islocked'] = 'Locked';
  66  $string['customfield_islocked_help'] = 'If the field is locked, only users with the capability to change locked custom fields (by default users with the default role of manager only) will be able to change it in the course settings.';
  67  $string['customfield_notvisible'] = 'Nobody';
  68  $string['customfield_visibility'] = 'Visible to';
  69  $string['customfield_visibility_help'] = 'This setting determines who can view the custom field name and value in the list of courses or in the available custom field filter of the Dashboard.';
  70  $string['customfield_visibletoall'] = 'Everyone';
  71  $string['customfield_visibletoteachers'] = 'Teachers';
  72  $string['customfieldsettings'] = 'Common course custom fields settings';
  73  $string['downloadcourseconfirmation'] = 'You are about to download a zip file of course content (excluding items which cannot be downloaded and any files larger than {$a}).';
  74  $string['downloadcoursecontent'] = 'Download course content';
  75  $string['downloadcoursecontent_help'] = 'This setting determines whether course content may be downloaded by users with the download course content capability (by default users with the role of student or teacher).';
  76  $string['enabledownloadcoursecontent'] = 'Enable download course content';
  77  $string['errorendbeforestart'] = 'The end date ({$a}) is before the course start date.';
  78  $string['favourite'] = 'Starred course';
  79  $string['gradetopassnotset'] = 'This course does not have a grade to pass set. It may be set in the grade item of the course (Gradebook setup).';
  80  $string['informationformodule'] = 'Information about the {$a} activity';
  81  $string['module'] = 'Activity';
  82  $string['nocourseactivity'] = 'Not enough course activity between the start and the end of the course';
  83  $string['nocourseendtime'] = 'The course does not have an end time';
  84  $string['nocoursesections'] = 'No course sections';
  85  $string['nocoursestudents'] = 'No students';
  86  $string['noaccesssincestartinfomessage'] = 'Hi {$a->userfirstname},
  87  <p>A number of students in {$a->coursename} have never accessed the course.</p>';
  88  $string['norecentaccessesinfomessage'] = 'Hi {$a->userfirstname},
  89  <p>A number of students in {$a->coursename} have not accessed the course recently.</p>';
  90  $string['noteachinginfomessage'] = 'Hi {$a->userfirstname},
  91  <p>Courses with start dates in the next week have been identified as having no teacher or student enrolments.</p>';
  92  $string['privacy:perpage'] = 'The number of courses to show per page.';
  93  $string['privacy:completionpath'] = 'Course completion';
  94  $string['privacy:favouritespath'] = 'Course starred information';
  95  $string['privacy:metadata:activityfavouritessummary'] = 'The course system contains information about which items from the activity chooser have been starred by the user.';
  96  $string['privacy:metadata:completionsummary'] = 'The course contains completion information about the user.';
  97  $string['privacy:metadata:favouritessummary'] = 'The course contains information relating to the course being starred by the user.';
  98  $string['recommend'] = 'Recommend';
  99  $string['recommendcheckbox'] = 'Recommend activity: {$a}';
 100  $string['relativedatessubmissionduedateafter'] = '{$a->datediffstr} after course start';
 101  $string['relativedatessubmissionduedatebefore'] = '{$a->datediffstr} before course start';
 102  $string['searchactivitiesbyname'] = 'Search for activities by name';
 103  $string['searchresults'] = 'Search results: {$a}';
 104  $string['submitsearch'] = 'Submit search';
 105  $string['studentsatriskincourse'] = 'Students at risk in {$a} course';
 106  $string['studentsatriskinfomessage'] = 'Hi {$a->userfirstname},
 107  <p>Students in the {$a->coursename} course have been identified as being at risk.</p>';
 108  $string['target:coursecompletion'] = 'Students at risk of not meeting the course completion conditions';
 109  $string['target:coursecompletion_help'] = 'This target describes whether the student is considered at risk of not meeting the course completion conditions.';
 110  $string['target:coursecompetencies'] = 'Students at risk of not achieving the competencies assigned to a course';
 111  $string['target:coursecompetencies_help'] = 'This target describes whether a student is at risk of not achieving the competencies assigned to a course. This target considers that all competencies assigned to the course must be achieved by the end of the course.';
 112  $string['target:coursedropout'] = 'Students at risk of dropping out';
 113  $string['target:coursedropout_help'] = 'This target describes whether the student is considered at risk of dropping out.';
 114  $string['target:coursegradetopass'] = 'Students at risk of not achieving the minimum grade to pass the course';
 115  $string['target:coursegradetopass_help'] = 'This target describes whether the student is at risk of not achieving the minimum grade to pass the course.';
 116  $string['target:noaccesssincecoursestart'] = 'Students who have not accessed the course yet';
 117  $string['target:noaccesssincecoursestart_help'] = 'This target describes students who never accessed a course they are enrolled in.';
 118  $string['target:noaccesssincecoursestartinfo'] = 'The following students are enrolled in a course which has started, but they have never accessed the course.';
 119  $string['target:norecentaccesses'] = 'Students who have not accessed the course recently';
 120  $string['target:norecentaccesses_help'] = 'This target identifies students who have not accessed a course they are enrolled in within the set analysis interval (by default the past month).';
 121  $string['target:norecentaccessesinfo'] = 'The following students have not accessed a course they are enrolled in within the set analysis interval (by default the past month).';
 122  $string['target:noteachingactivity'] = 'Courses at risk of not starting';
 123  $string['target:noteachingactivity_help'] = 'This target describes whether courses due to start in the coming week will have teaching activity.';
 124  $string['target:noteachingactivityinfo'] = 'The following courses due to start in the upcoming days are at risk of not starting because they don\'t have teachers or students enrolled.';
 125  $string['targetlabelstudentcompletionno'] = 'Student who is likely to meet the course completion conditions';
 126  $string['targetlabelstudentcompletionyes'] = 'Student at risk of not meeting the course completion conditions';
 127  $string['targetlabelstudentcompetenciesno'] = 'Student who is likely to achieve the competencies assigned to a course';
 128  $string['targetlabelstudentcompetenciesyes'] = 'Student at risk of not achieving the competencies assigned to a course';
 129  $string['targetlabelstudentdropoutyes'] = 'Student at risk of dropping out';
 130  $string['targetlabelstudentdropoutno'] = 'Not at risk';
 131  $string['targetlabelstudentgradetopassno'] = 'Student who is likely to meet the minimum grade to pass the course.';
 132  $string['targetlabelstudentgradetopassyes'] = 'Student at risk of not meeting the minimum grade to pass the course.';
 133  $string['targetlabelteachingyes'] = 'Users with teaching capabilities who have access to the course';
 134  $string['targetlabelteachingno'] = 'Courses at risk of not starting';