芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/lang/en/course.php
. /** * Strings for component 'course', language 'en', branch 'MOODLE_20_STABLE' * * @package core_course * @copyright 2018 Adrian Greeve
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['aria:coursecategory'] = 'Course category'; $string['aria:courseimage'] = 'Course image'; $string['aria:courseshortname'] = 'Course short name'; $string['aria:coursename'] = 'Course name'; $string['aria:favourite'] = 'Course is starred'; $string['coursealreadyfinished'] = 'Course already finished'; $string['coursenotyetstarted'] = 'The course has not yet started'; $string['coursenotyetfinished'] = 'The course has not yet finished'; $string['coursetoolong'] = 'The course is too long'; $string['customfield_islocked'] = 'Locked'; $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.'; $string['customfield_notvisible'] = 'Nobody'; $string['customfield_visibility'] = 'Visible to'; $string['customfield_visibility_help'] = 'This setting determines who can view the custom field name and value in the list of courses.'; $string['customfield_visibletoall'] = 'Everyone'; $string['customfield_visibletoteachers'] = 'Teachers'; $string['customfieldsettings'] = 'Common course custom fields settings'; $string['errorendbeforestart'] = 'The end date ({$a}) is before the course start date.'; $string['favourite'] = 'Starred course'; $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).'; $string['nocourseactivity'] = 'Not enough course activity between the start and the end of the course'; $string['nocourseendtime'] = 'The course does not have an end time'; $string['nocoursesections'] = 'No course sections'; $string['nocoursestudents'] = 'No students'; $string['privacy:perpage'] = 'The number of courses to show per page.'; $string['privacy:completionpath'] = 'Course completion'; $string['privacy:favouritespath'] = 'Course starred information'; $string['privacy:metadata:completionsummary'] = 'The course contains completion information about the user.'; $string['privacy:metadata:favouritessummary'] = 'The course contains information relating to the course being starred by the user.'; $string['studentsatriskincourse'] = 'Students at risk in {$a} course'; $string['target:coursecompletion'] = 'Students at risk of not meeting the course completion conditions'; $string['target:coursecompletion_help'] = 'This target describes whether the student is considered at risk of not meeting the course completion conditions.'; $string['target:coursecompetencies'] = 'Students at risk of not achieving the competencies assigned to a course'; $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.'; $string['target:coursedropout'] = 'Students at risk of dropping out'; $string['target:coursedropout_help'] = 'This target describes whether the student is considered at risk of dropping out.'; $string['target:coursegradetopass'] = 'Students at risk of not achieving the minimum grade to pass the course'; $string['target:coursegradetopass_help'] = 'This target describes whether the student is at risk of not achieving the minimum grade to pass the course.'; $string['target:noteachingactivity'] = 'No teaching'; $string['target:noteachingactivity_help'] = 'This target describes whether courses due to start in the coming week will have teaching activity.'; $string['targetlabelstudentcompletionno'] = 'Student who is likely to meet the course completion conditions'; $string['targetlabelstudentcompletionyes'] = 'Student at risk of not meeting the course completion conditions'; $string['targetlabelstudentcompetenciesno'] = 'Student who is likely to achieve the competencies assigned to a course'; $string['targetlabelstudentcompetenciesyes'] = 'Student at risk of not achieving the competencies assigned to a course'; $string['targetlabelstudentdropoutyes'] = 'Student at risk of dropping out'; $string['targetlabelstudentdropoutno'] = 'Not at risk'; $string['targetlabelstudentgradetopassno'] = 'Student who is likely to meet the minimum grade to pass the course.'; $string['targetlabelstudentgradetopassyes'] = 'Student at risk of not meeting the minimum grade to pass the course.'; $string['targetlabelteachingyes'] = 'Users with teaching capabilities who have access to the course'; $string['targetlabelteachingno'] = 'No teaching';