PageRenderTime 50ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/lang/en/completion.php

https://github.com/andreev-artem/moodle
PHP | 164 lines | 140 code | 3 blank | 21 comment | 0 complexity | dcf81cbce0c1417c1feb06bf356e2c9b MD5 | raw file
Possible License(s): BSD-3-Clause, LGPL-2.1, GPL-3.0, Apache-2.0
  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. * Strings for component 'completion', language 'en', branch 'MOODLE_20_STABLE'
  18. *
  19. * @package completion
  20. * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
  21. * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  22. */
  23. $string['activitycompletion'] = 'Activity completion';
  24. $string['badautocompletion'] = 'When you select automatic completion, you must also enable at least one requirement (below).';
  25. $string['completedunlocked'] = 'Completion options unlocked';
  26. $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.';
  27. $string['completedwarning'] = 'Completion options locked';
  28. $string['completedwarningtext'] = 'One or more students ({$a}) has already marked this activity as completed. 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.';
  29. $string['completion'] = 'Completion tracking';
  30. $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.
  31. A tick next to the activity name on the course page indicates when the activity is complete.';
  32. $string['completion_link'] = 'activity/completion';
  33. $string['completion-alt-auto-enabled'] = 'The system marks this item complete according to conditions: {$a}';
  34. $string['completion-alt-auto-fail'] = 'Completed: {$a} (did not achieve pass grade)';
  35. $string['completion-alt-auto-n'] = 'Not completed: {$a}';
  36. $string['completion-alt-auto-pass'] = 'Completed: {$a} (achieved pass grade)';
  37. $string['completion-alt-auto-y'] = 'Completed: {$a}';
  38. $string['completion-alt-manual-enabled'] = 'Students can manually mark this item complete: {$a}';
  39. $string['completion-alt-manual-n'] = 'Not completed: {$a}. Select to mark as complete.';
  40. $string['completion-alt-manual-y'] = 'Completed: {$a}. Select to mark as not complete.';
  41. $string['completion-y'] = 'Completed';
  42. $string['completion-n'] = 'Not completed';
  43. $string['completion-fail'] = 'Completed (did not achieve pass grade)';
  44. $string['completion-pass'] = 'Completed (achieved pass grade)';
  45. $string['completion_automatic'] = 'Show activity as complete when conditions are met';
  46. $string['completiondisabled'] = 'Disabled, not shown in activity settings';
  47. $string['completionexpected'] = 'Expect completed on';
  48. $string['completionexpected_help']='This setting specifies the date when the activity is expected to be completed. The date is not shown to students and is only displayed in the activity completion report.';
  49. $string['completionicons'] = 'Completion tick boxes';
  50. $string['completionicons_help'] = 'A tick next an activity name may be used to indicate when the activity is complete.
  51. If a dotted tick 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.) The tick is optional and is simply a way of tracking your progress through the course.
  52. If a blank tick box is shown, a tick will appear automatically when you have completed the activity according to conditions set by the teacher.';
  53. $string['completion_manual'] = 'Students can manually mark the activity as completed';
  54. $string['completion_none'] = 'Do not indicate activity completion';
  55. $string['completion-title-manual-n'] = 'Mark as complete: {$a}';
  56. $string['completion-title-manual-y'] = 'Mark as not complete: {$a}';
  57. $string['completionnotenabled'] = 'Completion is not enabled';
  58. $string['completionnotenabledforcourse'] = 'Completion is not enabled for this course';
  59. $string['completionnotenabledforsite'] = 'Completion is not enabled for this site';
  60. $string['completionusegrade'] = 'Require grade';
  61. $string['completionusegrade_help'] = 'If enabled, the activity is considered complete when a student receives a grade. Pass and fail icons may be displayed if a pass grade for the activity has been set.';
  62. $string['completionusegrade_desc'] = 'Student must receive a grade to complete this activity';
  63. $string['completionview'] = 'Require view';
  64. $string['completionview_desc'] = 'Student must view this activity to complete it';
  65. $string['configenablecompletion'] = 'When enabled, this lets you turn on completion tracking (progress) features at course level.';
  66. $string['csvdownload'] = 'Download in spreadsheet format (UTF-8 .csv)';
  67. $string['deletecoursecompletiondata'] = 'Delete course completion data';
  68. $string['deletecompletiondata'] = 'Delete completion data';
  69. $string['enablecompletion'] = 'Enable completion tracking';
  70. $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.';
  71. $string['err_nousers'] = 'There are no students on this course or group for whom completion information is displayed. (By default, completion information is displayed only for students, so if there are no students, you will see this error. Administrators can alter this option via the admin screens.)';
  72. $string['err_system'] = 'An internal error occurred in the completion system. (System administrators can enable debugging information to see more detail.)';
  73. $string['excelcsvdownload'] = 'Download in Excel-compatible format (.csv)';
  74. $string['progress'] = 'Student progress';
  75. $string['progress-title'] = '{$a->user}, {$a->activity}: {$a->state} {$a->date}';
  76. $string['progresstotal'] = 'Progress: {$a->complete} / {$a->total}';
  77. $string['reportpage'] = 'Showing users {$a->from} to {$a->to} of {$a->total}.';
  78. $string['restoringcompletiondata'] = 'Writing completion data';
  79. $string['saved'] = 'Saved';
  80. $string['unlockcompletion'] = 'Unlock completion options';
  81. $string['writingcompletiondata'] = 'Writing completion data';
  82. $string['yourprogress'] = 'Your progress';
  83. $string['achievinggrade']='Achieving grade';
  84. $string['activities']='Activities';
  85. $string['activitiescompleted']='Activities completed';
  86. $string['addcourseprerequisite']='Add course prerequisite';
  87. $string['afterspecifieddate']='After specified date';
  88. $string['aggregationmethod']='Aggregation method';
  89. $string['all']='All';
  90. $string['any']='Any';
  91. $string['approval']='Approval';
  92. $string['completionenabled']='Enabled, control via completion and activity settings';
  93. $string['completionmenuitem']='Completion';
  94. $string['completiononunenrolment']='Completion on unenrolment';
  95. $string['completionsettingslocked']='Completion settings locked';
  96. $string['completionstartonenrol']='Completion tracking begins on enrolment';
  97. $string['completionstartonenrolhelp']='Begin tracking a student\'s progress in course completion after course enrolment';
  98. $string['completed'] = 'Completed';
  99. $string['confirmselfcompletion']='Confirm self completion';
  100. $string['coursealreadycompleted']='You have already completed this course';
  101. $string['coursecomplete']='Course complete';
  102. $string['coursecompleted']='Course completed';
  103. $string['coursegrade']='Course grade';
  104. $string['courseprerequisites']='Course prerequisites';
  105. $string['coursesavailable']='Courses available';
  106. $string['coursesavailableexplaination']='<i>Course completion criteria must be set for a course to appear in this list</i>';
  107. $string['criteria']='Criteria';
  108. $string['criteriagradenote'] = 'Please note that updating the required grade here will not update the current course pass grade.';
  109. $string['criteriagroup']='Criteria group';
  110. $string['criteriarequiredall']='All criteria below are required';
  111. $string['criteriarequiredany']='Any criteria below are required';
  112. $string['days']='Days';
  113. $string['editcoursecompletionsettings']='Edit course completion settings';
  114. $string['enrolmentduration']='Days left';
  115. $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.';
  116. $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.';
  117. $string['err_noroles']='There are no roles with the capability \'moodle/course:markcomplete\' in this course. You can enable this criteria type by adding this capability to role(s).';
  118. $string['err_settingslocked']='One or more students have already completed a criteria so the settings have been locked. Unlocking the completion criteria settings will delete any existing user data and may cause confusion.';
  119. $string['datepassed']='Date passed';
  120. $string['daysafterenrolment']='Days after enrolment';
  121. $string['durationafterenrolment']='Duration after enrolment';
  122. $string['fraction']='Fraction';
  123. $string['gradexrequired']='{$a} required';
  124. $string['graderequired']='Grade required';
  125. $string['inprogress']='In progress';
  126. $string['manualcompletionby']='Manual completion by';
  127. $string['manualselfcompletion']='Manual self completion';
  128. $string['markcomplete']='Mark complete';
  129. $string['markedcompleteby']='Marked complete by {$a}';
  130. $string['markingyourselfcomplete']='Marking yourself complete';
  131. $string['moredetails']='More details';
  132. $string['nocriteriaset']='No completion criteria set for this course';
  133. $string['notcompleted'] = 'Not completed';
  134. $string['notenroled']='You are not enrolled in this course';
  135. $string['nottracked']='You are currently not being tracked by completion in this course';
  136. $string['notyetstarted']='Not yet started';
  137. $string['overallcriteriaaggregation']='Overall criteria type aggregation';
  138. $string['pending']='Pending';
  139. $string['periodpostenrolment']='Period post enrolment';
  140. $string['prerequisites']='Prerequisites';
  141. $string['prerequisitescompleted']='Prerequisites completed';
  142. $string['recognitionofpriorlearning']='Recognition of prior learning';
  143. $string['remainingenroledfortime']='Remaining enrolled for a specified period of time';
  144. $string['remainingenroleduntildate']='Remaining enrolled until a specified date';
  145. $string['requiredcriteria']='Required criteria';
  146. $string['seedetails']='See details';
  147. $string['self']='Self';
  148. $string['selfcompletion']='Self completion';
  149. $string['showinguser']='Showing user';
  150. $string['unit']='Unit';
  151. $string['unenrolingfromcourse']='Unenroling from course';
  152. $string['unenrolment']='Unenrolment';
  153. $string['unlockcompletiondelete']='Unlock completion options and delete user completion data';
  154. $string['usealternateselector']='Use the alternate course selector';
  155. $string['usernotenroled']='User is not enrolled in this course';
  156. $string['viewcoursereport']='View course report';
  157. $string['viewingactivity']='Viewing the {$a}';
  158. $string['xdays']='{$a} days';