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.

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 core_completion subsystem.
  19   *
  20   * @package     core_completion
  21   * @category    string
  22   * @copyright   &copy; 2008 The Open University
  23   * @author      Sam Marshall
  24   * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  25   */
  26  
  27  $string['achievinggrade'] = 'Achieving grade';
  28  $string['activities'] = 'Activities';
  29  $string['activitieslabel'] = 'Activities / resources';
  30  $string['activityaggregation'] = 'Condition requires';
  31  $string['activityaggregation_all'] = 'ALL selected activities to be completed';
  32  $string['activityaggregation_any'] = 'ANY selected activities to be completed';
  33  $string['activitiescompleted'] = 'Activity completion';
  34  $string['activitiescompletednote'] = 'Note: Activity completion must be set for an activity to appear in the above list.';
  35  $string['activitycompletion'] = 'Activity completion';
  36  $string['activitycompletionupdated'] = 'Changes saved';
  37  $string['activitygradenotrequired'] = 'Grade not required';
  38  $string['affectedactivities'] = 'The changes will affect the following <b>{$a}</b> activities or resources:';
  39  $string['aggregationmethod'] = 'Aggregation method';
  40  $string['all'] = 'All';
  41  $string['any'] = 'Any';
  42  $string['approval'] = 'Approval';
  43  $string['areyousureoverridecompletion'] = 'Are you sure you want to override the current completion state of this activity for this user and mark it "{$a}"?';
  44  $string['badautocompletion'] = 'When you select automatic completion, you must also enable at least one requirement (below).';
  45  $string['badcompletiongradeitemnumber'] = 'Require grade can\'t be enabled for <b>{$a}</b> because grading by {$a} is not enabled.';
  46  $string['bulkactivitycompletion'] = 'Bulk edit activity completion';
  47  $string['bulkactivitydetail'] = 'Select the activities you wish to bulk edit.';
  48  $string['bulkcompletiontracking'] = 'Completion tracking';
  49  $string['bulkcompletiontracking_help'] = '<strong>None:</strong> Do not indicate activity completion
  50  
  51  <strong>Manual:</strong> Students can manually mark the activity as completed
  52  
  53  <strong>With condition(s):</strong> Show activity as complete when conditions are met';
  54  $string['checkall'] = 'Check or uncheck all activities and resources';
  55  $string['checkallsection'] = 'Check or uncheck all activities and resources in the following section: {$a}';
  56  $string['checkactivity'] = 'Checkbox for activity / resource: {$a}';
  57  $string['completed'] = 'Completed';
  58  $string['completeactivity'] = 'Complete the activity';
  59  $string['completedunlocked'] = 'Completion options unlocked';
  60  $string['completedunlockedtext'] = 'When you save changes, completion state for all students will be erased. If you change your mind about this, do not save the form.';
  61  $string['completedwarning'] = 'Completion options locked';
  62  $string['completedwarningtext'] = 'This activity has already been marked as completed for {$a} participant(s). Changing completion options will erase their completion state and may cause confusion. Thus the options have been locked and should not be unlocked unless absolutely necessary.';
  63  $string['completion'] = 'Completion tracking';
  64  $string['completion-alt-auto-enabled'] = 'The system marks this item complete according to conditions: {$a}';
  65  $string['completion-alt-auto-fail'] = 'Completed: {$a} (did not achieve pass grade)';
  66  $string['completion-alt-auto-n'] = 'Not completed: {$a}';
  67  $string['completion-alt-auto-n-override'] = 'Not completed: {$a->modname} (set by {$a->overrideuser})';
  68  $string['completion-alt-auto-pass'] = 'Completed: {$a} (achieved pass grade)';
  69  $string['completion-alt-auto-y'] = 'Completed: {$a}';
  70  $string['completion-alt-auto-y-override'] = 'Completed: {$a->modname} (set by {$a->overrideuser})';
  71  $string['completion-alt-manual-enabled'] = 'Students can manually mark this item complete: {$a}';
  72  $string['completion-alt-manual-n'] = 'Not completed: {$a}. Select to mark as complete.';
  73  $string['completion-alt-manual-n-override'] = 'Not completed: {$a->modname} (set by {$a->overrideuser}). Select to mark as complete.';
  74  $string['completion-alt-manual-y'] = 'Completed: {$a}. Select to mark as not complete.';
  75  $string['completion-alt-manual-y-override'] = 'Completed: {$a->modname} (set by {$a->overrideuser}). Select to mark as not complete.';
  76  $string['completion-fail'] = 'Completed (did not achieve pass grade)';
  77  $string['completion-n'] = 'Not completed';
  78  $string['completion-n-override'] = 'Not completed (set by {$a})';
  79  $string['completion-pass'] = 'Completed (achieved pass grade)';
  80  $string['completion-y'] = 'Completed';
  81  $string['completion-y-override'] = 'Completed (set by {$a})';
  82  $string['completion_automatic'] = 'Show activity as complete when conditions are met';
  83  $string['completion_help'] = 'If enabled, activity completion is tracked, either manually or automatically, based on certain conditions. Multiple conditions may be set if desired. If so, the activity will only be considered complete when ALL conditions are met.';
  84  $string['completion_link'] = 'activity/completion';
  85  $string['completion_manual'] = 'Students can manually mark the activity as completed';
  86  $string['completion_none'] = 'Do not indicate activity completion';
  87  $string['completionactivitydefault'] = 'Use activity default';
  88  $string['completiondefault'] = 'Default completion tracking';
  89  $string['completiondisabled'] = 'Disabled, not shown in activity settings';
  90  $string['completionenabled'] = 'Enabled, control via completion and activity settings';
  91  $string['completionexpected'] = 'Expect completed on';
  92  $string['completionexpected_help'] = 'This setting specifies the date when the activity is expected to be completed. When the date is upcoming, the activity is listed in the Timeline block on the Dashboard.';
  93  $string['completionexpecteddesc'] = 'Completion expected on {$a}';
  94  $string['completionexpectedfor'] = '{$a->instancename} should be completed';
  95  $string['completionicons'] = 'Completion tick boxes';
  96  $string['completionicons_help'] = 'A tick next to an activity name may be used to indicate when the activity is complete.
  97  
  98  If a box with a dotted border is shown, a tick will appear automatically when you have completed the activity according to conditions set by the teacher.
  99  
 100  If a box with a solid border is shown, you can click it to tick the box when you think you have completed the activity. (Clicking it again removes the tick if you change your mind.)';
 101  $string['completionmenuitem'] = 'Completion';
 102  $string['completionnotenabled'] = 'Completion is not enabled';
 103  $string['completionnotenabledforcourse'] = 'Completion is not enabled for this course';
 104  $string['completionnotenabledforsite'] = 'Completion is not enabled for this site';
 105  $string['completionondate'] = 'Date';
 106  $string['completionondatevalue'] = 'Date when course will be marked as complete';
 107  $string['completionduration'] = 'Enrolment';
 108  $string['completionsettingslocked'] = 'Completion settings locked';
 109  $string['completionusegrade'] = 'Require grade';
 110  $string['completionusegrade_desc'] = 'Student must receive a grade to complete this activity';
 111  $string['completionusegrade_help'] = 'If enabled, the activity is considered complete when a student receives a grade. If a pass grade for the activity is set, then pass and fail icons are displayed in the activity completion report.';
 112  $string['completionupdated'] = 'Updated completion for activity <b>{$a}</b>';
 113  $string['completionview'] = 'Require view';
 114  $string['completionview_desc'] = 'Student must view this activity to complete it';
 115  $string['configcompletiondefault'] = 'The default setting for completion tracking when creating new activities.';
 116  $string['configenablecompletion'] = 'If enabled, course and activity completion conditions may be set. Setting activity completion conditions is recommended so that meaningful data is displayed for users in their course overview on the Dashboard.';
 117  $string['confirmselfcompletion'] = 'Confirm self completion';
 118  $string['courseaggregation'] = 'Condition requires';
 119  $string['courseaggregation_all'] = 'ALL selected courses to be completed';
 120  $string['courseaggregation_any'] = 'ANY selected courses to be completed';
 121  $string['coursealreadycompleted'] = 'You have already completed this course';
 122  $string['coursecomplete'] = 'Course complete';
 123  $string['coursecompleted'] = 'Course completed';
 124  $string['coursecompletedmessage'] = '<p>Congratulations!</p><p>You have completed the course <a href="{$a->courselink}">{$a->coursename}</a>.</p>';
 125  $string['coursecompletion'] = 'Course completion';
 126  $string['coursecompletioncondition'] = 'Condition: {$a}';
 127  $string['coursegrade'] = 'Course grade';
 128  $string['coursesavailable'] = 'Courses available';
 129  $string['coursesavailableexplaination'] = 'Note: Course completion conditions must be set for a course to appear in the above list.';
 130  $string['criteria'] = 'Criteria';
 131  $string['criteriagroup'] = 'Criteria group';
 132  $string['criteriarequiredall'] = 'All criteria below are required';
 133  $string['criteriarequiredany'] = 'Any criteria below are required';
 134  $string['csvdownload'] = 'Download in spreadsheet format (UTF-8 .csv)';
 135  $string['datepassed'] = 'Date passed';
 136  $string['days'] = 'Days';
 137  $string['daysoftotal'] = '{$a->days} of {$a->total}';
 138  $string['defaultcompletion'] = 'Default activity completion';
 139  $string['defaultcompletionupdated'] = 'Changes saved';
 140  $string['deletecompletiondata'] = 'Delete completion data';
 141  $string['dependencies'] = 'Dependencies';
 142  $string['dependenciescompleted'] = 'Completion of other courses';
 143  $string['detail_desc:receivegrade'] = 'Receive a grade';
 144  $string['detail_desc:view'] = 'View';
 145  $string['hiddenrules'] = 'Some settings specific to <b>{$a}</b> have been hidden. To view unselect other activities';
 146  $string['editcoursecompletionsettings'] = 'Edit course completion settings';
 147  $string['enablecompletion'] = 'Enable completion tracking';
 148  $string['enablecompletion_help'] = 'If enabled, activity completion conditions may be set in the activity settings and/or course completion conditions may be set. It is recommended to have this enabled so that meaningful data is displayed in the course overview on the Dashboard.';
 149  $string['enrolmentduration'] = 'Enrolment duration';
 150  $string['enrolmentdurationlength'] = 'User must remain enrolled for';
 151  $string['err_noactivities'] = 'Completion information is not enabled for any activity, so none can be displayed. You can enable completion information by editing the settings for an activity.';
 152  $string['err_nocourses'] = 'Course completion is not enabled for any other courses, so none can be displayed. You can enable course completion in the course settings.';
 153  $string['err_nograde'] = 'A course pass grade has not been set for this course. To enable this criteria type you must create a pass grade for this course.';
 154  $string['err_noroles'] = 'There are no roles with the capability moodle/course:markcomplete in this course.';
 155  $string['err_nousers'] = 'There are no students in this course or group for whom completion information is displayed. (Completion information is displayed only for users with the capability \'Be shown on completion reports\'. The capability is allowed for the default role of student only, so if there are no students, you will see this message.)';
 156  $string['err_settingslocked'] = 'One or more students have already completed a criterion so the settings have been locked. Unlocking the settings will delete user completion data and may cause confusion.';
 157  $string['err_system'] = 'An internal error occurred in the completion system. (System administrators can enable debugging information to see more detail.)';
 158  $string['eventcoursecompleted'] = 'Course completed';
 159  $string['eventcoursecompletionupdated'] = 'Course completion updated';
 160  $string['eventcoursemodulecompletionupdated'] = 'Course activity completion updated';
 161  $string['eventdefaultcompletionupdated'] = 'Default for course activity completion updated';
 162  $string['excelcsvdownload'] = 'Download in Excel-compatible format (.csv)';
 163  $string['fraction'] = 'Fraction';
 164  $string['graderequired'] = 'Required course grade';
 165  $string['gradexrequired'] = '{$a} required';
 166  $string['inprogress'] = 'In progress';
 167  $string['manual'] = 'Manual';
 168  $string['manualcompletionby'] = 'Manual completion by others';
 169  $string['manualcompletionbynote'] = 'Note: The capability moodle/course:markcomplete must be allowed for a role to appear in the list.';
 170  $string['manualselfcompletion'] = 'Manual self completion';
 171  $string['manualselfcompletionnote'] = 'Note: The self completion block should be added to the course if manual self completion is enabled.';
 172  $string['markcomplete'] = 'Mark complete';
 173  $string['markedcompleteby'] = 'Marked complete by {$a}';
 174  $string['markingyourselfcomplete'] = 'Marking yourself complete';
 175  $string['modifybulkactions'] = 'Modify the actions you wish to bulk edit';
 176  $string['moredetails'] = 'More details';
 177  $string['nocriteriaset'] = 'No completion criteria set for this course';
 178  $string['nogradeitem'] = 'Require grade can\'t be enabled for <b>{$a}</b> because the activity is not graded.';
 179  $string['notcompleted'] = 'Not completed';
 180  $string['notenroled'] = 'You are not enrolled in this course';
 181  $string['nottracked'] = 'You are currently not being tracked by completion in this course';
 182  $string['notyetstarted'] = 'Not yet started';
 183  $string['overallaggregation'] = 'Completion requirements';
 184  $string['overallaggregation_all'] = 'Course is complete when ALL conditions are met';
 185  $string['overallaggregation_any'] = 'Course is complete when ANY of the conditions are met';
 186  $string['pending'] = 'Pending';
 187  $string['periodpostenrolment'] = 'Period post enrolment';
 188  $string['privacy:metadata:completionstate'] = 'If the activity has been completed';
 189  $string['privacy:metadata:course'] = 'A course identifier';
 190  $string['privacy:metadata:coursecompletedsummary'] = 'Stores information about users who have completed criteria in a course';
 191  $string['privacy:metadata:coursemoduleid'] = 'The activity ID';
 192  $string['privacy:metadata:coursemodulesummary'] = 'Stores activity completion data for a user';
 193  $string['privacy:metadata:coursesummary'] = 'Stores the course completion data for a user.';
 194  $string['privacy:metadata:gradefinal'] = 'Final grade received for course completion';
 195  $string['privacy:metadata:overrideby'] = 'The user ID of the person who overrode the activity completion';
 196  $string['privacy:metadata:reaggregate'] = 'If the course completion was reaggregated.';
 197  $string['privacy:metadata:timecompleted'] = 'The time that the course was completed.';
 198  $string['privacy:metadata:timeenrolled'] = 'The time that the user was enrolled in the course';
 199  $string['privacy:metadata:timemodified'] = 'The time that the activity completion was modified';
 200  $string['privacy:metadata:timestarted'] = 'The time the course was started.';
 201  $string['privacy:metadata:viewed'] = 'If the activity was viewed';
 202  $string['privacy:metadata:userid'] = 'The user ID of the person with course and activity completion data';
 203  $string['privacy:metadata:unenroled'] = 'If the user has been unenrolled from the course';
 204  $string['progress'] = 'Student progress';
 205  $string['progress-title'] = '{$a->user}, {$a->activity}: {$a->state} {$a->date}';
 206  $string['progresstotal'] = 'Progress: {$a->complete} / {$a->total}';
 207  $string['recognitionofpriorlearning'] = 'Recognition of prior learning';
 208  $string['remainingenroledfortime'] = 'Remaining enrolled for a specified period of time';
 209  $string['remainingenroleduntildate'] = 'Remaining enrolled until a specified date';
 210  $string['reportpage'] = 'Showing users {$a->from} to {$a->to} of {$a->total}.';
 211  $string['requiredcriteria'] = 'Required criteria';
 212  $string['resetactivities'] = 'Clear all checked activities and resources';
 213  $string['restoringcompletiondata'] = 'Writing completion data';
 214  $string['roleaggregation'] = 'Condition requires';
 215  $string['roleaggregation_all'] = 'ALL selected roles to mark when the condition is met';
 216  $string['roleaggregation_any'] = 'ANY selected roles to mark when the condition is met';
 217  $string['roleidnotfound'] = 'Role ID {$a} not found';
 218  $string['saved'] = 'Saved';
 219  $string['seedetails'] = 'See details';
 220  $string['select'] = 'Select';
 221  $string['self'] = 'Self';
 222  $string['selfcompletion'] = 'Self completion';
 223  $string['showcompletionconditions'] = 'Show activity completion conditions';
 224  $string['showcompletionconditions_help'] = 'Activity completion conditions are always shown on the activity page. This setting determines whether activity completion conditions are also shown below each activity on the course page.';
 225  $string['showinguser'] = 'Showing user';
 226  $string['unenrolingfromcourse'] = 'Unenrolling from course';
 227  $string['unenrolment'] = 'Unenrolment';
 228  $string['unit'] = 'Unit';
 229  $string['unlockcompletion'] = 'Unlock completion settings';
 230  $string['unlockcompletiondelete'] = 'Unlock completion settings and delete user completion data';
 231  $string['updateactivities'] = 'Update completion status of checked activities';
 232  $string['usealternateselector'] = 'Use the alternate course selector';
 233  $string['usernotenroled'] = 'User is not enrolled in this course';
 234  $string['viewcoursereport'] = 'View course report';
 235  $string['viewingactivity'] = 'Viewing the {$a}';
 236  $string['withconditions'] = 'With conditions';
 237  $string['writingcompletiondata'] = 'Writing completion data';
 238  $string['xdays'] = '{$a} days';
 239  $string['yourprogress'] = 'Your progress';