. /** * Completion Progress block English language translation * * @package block_completion_progress * @copyright 2016 Michael de Raadt * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ // Stings for the Config page. $string['config_default_title'] = 'Completion Progress'; $string['config_group'] = 'Visible only to group'; $string['config_header_monitored'] = 'Monitored'; $string['config_icons'] = 'Use icons in bar'; $string['config_longbars'] = 'How to present long bars'; $string['config_percentage'] = 'Show percentage to students'; $string['config_scroll'] = 'Scroll'; $string['config_squeeze'] = 'Squeeze'; $string['config_title'] = 'Alternate title'; $string['config_orderby'] = 'Order bar by'; $string['config_orderby_due_time'] = '"{$a}" date'; $string['config_orderby_course_order'] = 'Ordering in course'; $string['config_wrap'] = 'Wrap'; $string['config_activitycompletion'] = 'All activities with completion set'; $string['config_selectedactivities'] = 'Selected activities'; $string['config_activitiesincluded'] = 'Activities included'; $string['config_selectactivities'] = 'Select activities'; // Help strings. $string['why_set_the_title'] = 'Why you might want to set the block instance title?'; $string['why_set_the_title_help'] = '

There can be multiple instances of the Completion Progress block. You may use different Completion Progress blocks to monitor different sets of activities or resources. For instance you could track progress in assignments in one block and quizzes in another. For this reason you can override the default title and set a more appropriate block title for each instance.

'; $string['why_use_icons'] = 'Why you might want to use icons?'; $string['why_use_icons_help'] = '

You may wish to add tick and cross icons in the Completion Progress to make this block more visually accessible for students with colour-blindness.

It may also make the meaning of the block clearer if you believe colours are not intuitive, either for cultural or personal reasons.

'; $string['why_show_precentage'] = 'Why show a progress percentage to students?'; $string['why_show_precentage_help'] = '

It is possible to show an overall percentage of progress to students.

This is calculated as the number of items complete divided by the total number of items in the bar.

The progress percentage appears until the student mouses over an item in the bar.

'; $string['how_ordering_works'] = 'How ordering works'; $string['how_ordering_works_help'] = '

There are two ways items in the Completion Progress can be ordered.

'; $string['how_group_works'] = 'How visible group works'; $string['how_group_works_help'] = '

Selecting a group will limit the display of the this block to that group only.

'; $string['how_longbars_works'] = 'How long bars are presented'; $string['how_longbars_works_help'] = '

When bars exceed a set length, how they can be presented in one of the following ways.

Note that when the bar is wrapped, the NOW indicator will not be shown.

'; $string['how_activitiesincluded_works'] = 'How including activities works'; $string['how_activitiesincluded_works_help'] = '

By default, all activities with Activity completion settings set are included in the bar.

You can also manually select activities to be included.

'; $string['how_selectactivities_works'] = 'How including activities works'; $string['how_selectactivities_works_help'] = '

To manually select activities to be include in the bar, ensure that "'.$string['config_activitiesincluded'].'" is set to "'.$string['config_selectedactivities'].'".

Only activities with activity completion settings set can be included.

Hold the CTRL key to select multiple items.

'; // Other terms. $string['completion_not_enabled'] = 'Completion tracking is not enabled.'; $string['mouse_over_prompt'] = 'Mouse over or touch bar for info.'; $string['no_activities_config_message'] = ' There are no activities or resources with activity completion set or no activities or resources have been selected. Set activity completion on activities and resources then configure this block. '; $string['no_activities_message'] = 'No activities or resources are being monitored. Use config to set up monitoring.'; $string['no_visible_activities_message'] = 'None of the monitored events are currently visible.'; $string['now_indicator'] = 'NOW'; $string['pluginname'] = 'Completion Progress'; $string['showallinfo'] = 'Show all info'; $string['time_expected'] = 'Expected'; $string['not_all_expected_set'] = 'Not all activities with completion have an "{$a}" date set.'; $string['submitted'] = 'Submitted'; // Global setting strings // Default colours that may have different cultural meanings. // Note that these defaults can be overridden by the block's global settings. $string['attempted_colour'] = '#73A839'; $string['submittednotcomplete_colour'] = '#FFCC00'; $string['notAttempted_colour'] = '#C71C22'; $string['futureNotAttempted_colour'] = '#025187'; $string['attempted_colour_title'] = 'Attempted colour'; $string['attempted_colour_descr'] = 'HTML Colour code for elements that have been attempted'; $string['submittednotcomplete_colour_title'] = 'Submitted but not complete colour'; $string['submittednotcomplete_colour_descr'] = 'HTML colour code for elements that have been submitted, but are not yet complete'; $string['notattempted_colour_title'] = 'Not-attempted colour'; $string['notattempted_colour_descr'] = 'HTML colour code for current elements that have not yet been attempted'; $string['futurenotattempted_colour_title'] = 'Future Not-attempted colour'; $string['futurenotattempted_colour_descr'] = 'HTML colour code for future elements that have not yet been attemted'; $string['coursenametoshow'] = 'Course name to show on Dashboard'; $string['shortname'] = 'Short course name'; $string['fullname'] = 'Full course name'; $string['showinactive'] = 'Show inactive students in Overview'; $string['wrapafter'] = 'When wrapping, limit rows to'; $string['defaultlongbars'] = 'Default presentation for long bars'; // Overview page strings. $string['lastonline'] = 'Last in course'; $string['overview'] = 'Overview of students'; $string['progress'] = 'Progress'; $string['progressbar'] = 'Completion Progress'; // For capabilities. $string['completion_progress:overview'] = 'View course overview of Completion Progresss for all students'; $string['completion_progress:addinstance'] = 'Add a new Completion Progress block'; $string['completion_progress:myaddinstance'] = 'Add a Completion Progress block to My home page'; $string['completion_progress:showbar'] = 'Show the bar in the Completion Progress block'; // For My home page. $string['no_blocks'] = "No Completion Progress blocks are set up for your courses.";