| Línea 13... | Línea 13... | 
          
            | 13 | //
 | 13 | //
 | 
          
            | 14 | // You should have received a copy of the GNU General Public License
 | 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/>.
 | 15 | // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
 | 
          
            | Línea 16... | Línea 16... | 
          
            | 16 |  
 | 16 |  
 | 
          
            | 17 | /**
 | 17 | /**
 | 
          
            | 18 |  * Strings for core_completion subsystem.
 | 18 |  * Strings for component 'core_completion', language 'en'.
 | 
          
            | 19 |  *
 | 19 |  *
 | 
          
            | 20 |  * @package     core_completion
 | 20 |  * @package     core_completion
 | 
          
            | 21 |  * @category    string
 | 21 |  * @category    string
 | 
          
            | 22 |  * @copyright   © 2008 The Open University
 | 22 |  * @copyright   © 2008 The Open University
 | 
          
            | Línea 85... | Línea 85... | 
          
            | 85 | $string['completion_automatic'] = 'Add requirements';
 | 85 | $string['completion_automatic'] = 'Add requirements';
 | 
          
            | 86 | $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.';
 | 86 | $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.';
 | 
          
            | 87 | $string['completion_link'] = 'activity/completion';
 | 87 | $string['completion_link'] = 'activity/completion';
 | 
          
            | 88 | $string['completion_manual'] = 'Students must manually mark the activity as done';
 | 88 | $string['completion_manual'] = 'Students must manually mark the activity as done';
 | 
          
            | 89 | $string['completion_none'] = 'None';
 | 89 | $string['completion_none'] = 'None';
 | 
          
            | - |   | 90 | $string['completion_status'] = 'Completion status';
 | 
          
            | 90 | $string['completionactivitydefault'] = 'Use activity default';
 | 91 | $string['completionactivitydefault'] = 'Use activity default';
 | 
          
            | 91 | $string['completionanygrade_desc'] = 'Any grade';
 | 92 | $string['completionanygrade_desc'] = 'Any grade';
 | 
          
            | 92 | $string['completiondisabled'] = 'Disabled, not shown in activity settings';
 | 93 | $string['completiondisabled'] = 'Disabled, not shown in activity settings';
 | 
          
            | 93 | $string['completionenabled'] = 'Enabled, control via completion and activity settings';
 | 94 | $string['completionenabled'] = 'Enabled, control via completion and activity settings';
 | 
          
            | 94 | $string['completionexpected'] = 'Set reminder in Timeline';
 | 95 | $string['completionexpected'] = 'Set reminder in Timeline';
 | 
          
            | Línea 138... | Línea 139... | 
          
            | 138 | $string['criteriasummary'] = '{$a->type}: {$a->summary}';
 | 139 | $string['criteriasummary'] = '{$a->type}: {$a->summary}';
 | 
          
            | 139 | $string['csvdownload'] = 'Download in spreadsheet format (UTF-8 .csv)';
 | 140 | $string['csvdownload'] = 'Download in spreadsheet format (UTF-8 .csv)';
 | 
          
            | 140 | $string['datepassed'] = 'Date passed';
 | 141 | $string['datepassed'] = 'Date passed';
 | 
          
            | 141 | $string['days'] = 'Days';
 | 142 | $string['days'] = 'Days';
 | 
          
            | 142 | $string['daysoftotal'] = '{$a->days} of {$a->total}';
 | 143 | $string['daysoftotal'] = '{$a->days} of {$a->total}';
 | 
          
            | - |   | 144 | $string['daystakingcourse'] = 'Time taking course';
 | 
          
            | 143 | $string['daysuntilcompletion'] = 'Days until completion';
 | 145 | $string['daysuntilcompletion'] = 'Time until completion';
 | 
          
            | 144 | $string['defaultactivitycompletionsite'] = 'These are the default completion conditions for activities in all courses.';
 | 146 | $string['defaultactivitycompletionsite'] = 'These are the default completion conditions for activities in all courses.';
 | 
          
            | 145 | $string['defaultactivitycompletioncourse'] = 'These are the default completion conditions for activities in this course.';
 | 147 | $string['defaultactivitycompletioncourse'] = 'These are the default completion conditions for activities in this course.';
 | 
          
            | 146 | $string['defaultcompletion'] = 'Default activity completion';
 | 148 | $string['defaultcompletion'] = 'Default activity completion';
 | 
          
            | 147 | $string['defaultcompletionupdated'] = 'Changes saved';
 | 149 | $string['defaultcompletionupdated'] = 'Changes saved';
 | 
          
            | 148 | $string['deletecompletiondata'] = 'Delete completion data';
 | 150 | $string['deletecompletiondata'] = 'Completion data';
 | 
          
            | 149 | $string['dependencies'] = 'Dependencies';
 | 151 | $string['dependencies'] = 'Dependencies';
 | 
          
            | 150 | $string['dependenciescompleted'] = 'Completion of other courses';
 | 152 | $string['dependenciescompleted'] = 'Completion of other courses';
 | 
          
            | 151 | $string['detail_desc:receivegrade'] = 'Receive a grade';
 | 153 | $string['detail_desc:receivegrade'] = 'Receive a grade';
 | 
          
            | 152 | $string['detail_desc:receivepassgrade'] = 'Receive a passing grade';
 | 154 | $string['detail_desc:receivepassgrade'] = 'Receive a passing grade';
 | 
          
            | 153 | $string['detail_desc:view'] = 'View';
 | 155 | $string['detail_desc:view'] = 'View';
 | 
          
            | Línea 253... | Línea 255... | 
          
            | 253 | $string['viewingactivity'] = 'Viewing the {$a}';
 | 255 | $string['viewingactivity'] = 'Viewing the {$a}';
 | 
          
            | 254 | $string['withconditions'] = 'With conditions';
 | 256 | $string['withconditions'] = 'With conditions';
 | 
          
            | 255 | $string['writingcompletiondata'] = 'Writing completion data';
 | 257 | $string['writingcompletiondata'] = 'Writing completion data';
 | 
          
            | 256 | $string['xdays'] = '{$a} days';
 | 258 | $string['xdays'] = '{$a} days';
 | 
          
            | 257 | $string['youmust'] = 'You must';
 | 259 | $string['youmust'] = 'You must';
 | 
          
            | 258 |  
 | - |   | 
          
            | 259 | // Deprecated since Moodle 4.3.
 | - |   | 
          
            | 260 | $string['editcoursecompletionsettings'] = 'Edit course completion settings';
 | - |   | 
          
            | 261 | $string['completiondefault'] = 'Default completion tracking';
 | - |   | 
          
            | 262 | $string['configcompletiondefault'] = 'The default setting for completion tracking when creating new activities.';
 | - |   | 
          
            | 263 | $string['completionview'] = 'Require view';
 | - |   | 
          
            | 264 | $string['activitygradenotrequired'] = 'Grade not required';
 | - |   | 
          
            | 265 | $string['completionpassgrade_help'] = 'If enabled, the activity is considered complete when a student receives a passing grade.';
 | - |   | 
          
            | 266 | $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.';
 | - |   |