EvokeNet / moodle-mod_evokeportfolio

1 stars 0 forks source link

Translate new strings #26

Open willianmano opened 3 years ago

willianmano commented 3 years ago

$string['evokeportfolio:grade'] = 'Permission to grade users'; $string['evokeportfolio:submit'] = 'Permission to send a portfolio submission';

$string['dependentcoursesections'] = 'Dependent course sections'; $string['nosectionsavailable'] = 'No sections available'; $string['nosectionsavailable_desc'] = 'There is no sections available for you in this portfolio yet.';

$string['privacy:metadata:evokeportfolio_submissions'] = 'Information about the user\'s submissions for a given portfolio activity'; $string['privacy:metadata:evokeportfolio_submissions:sectionid'] = 'The ID of the potfolio\'s section'; $string['privacy:metadata:evokeportfolio_submissions:userid'] = 'The ID of the user related to this portfolio activity'; $string['privacy:metadata:evokeportfolio_submissions:groupid'] = 'The ID of the group related to this portfolio activity'; $string['privacy:metadata:evokeportfolio_submissions:postedby'] = 'The ID of the user who posted a submission to this portfolio activity'; $string['privacy:metadata:evokeportfolio_submissions:role'] = 'The role of the user who posted a submission'; $string['privacy:metadata:evokeportfolio_submissions:comment'] = 'The submission comment'; $string['privacy:metadata:evokeportfolio_submissions:commentformat'] = 'The submission comment format'; $string['privacy:metadata:evokeportfolio_submissions:timecreated'] = 'The timestamp indicating when the submission was posted by the user'; $string['privacy:metadata:evokeportfolio_submissions:timemodified'] = 'The timestamp indicating when the submission was modified by the user';

$string['indicator:cognitivedepth'] = 'Evoke portfolio cognitive'; $string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in a Evoke portfolio activity.'; $string['indicator:cognitivedepthdef'] = 'Evoke portfolio cognitive'; $string['indicator:cognitivedepthdef_help'] = 'The participant has reached this percentage of the cognitive engagement offered by the Evoke portfolio activities during this analysis interval (Levels = No view, View, Submit, View feedback)'; $string['indicator:cognitivedepthdef_link'] = 'Learning_analytics_indicators#Cognitive_depth'; $string['indicator:socialbreadth'] = 'Evoke portfolio social'; $string['indicator:socialbreadth_help'] = 'This indicator is based on the social breadth reached by the student in a Evoke portfolio activity.'; $string['indicator:socialbreadthdef'] = 'Evoke portfolio social'; $string['indicator:socialbreadthdef_help'] = 'The participant has reached this percentage of the social engagement offered by the Evoke portfolio activities during this analysis interval (Levels = No participation, Participant alone, Participant with others)'; $string['indicator:socialbreadthdef_link'] = 'Learning_analytics_indicators#Social_breadth';