You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
596 B
16 lines
596 B
<?php
|
|
/* For licensing terms, see /license.txt */
|
|
|
|
$strings['plugin_title'] = 'Grading Electronic';
|
|
$strings['plugin_comment'] = 'This plugin create a text file with information about of the course';
|
|
|
|
$strings['tool_enable'] = 'Enable tool';
|
|
$strings['tool_enable_help'] = '
|
|
Allow add the <i>Generate File</i> button in the <i>Assessments</i> page.
|
|
You need assign the <code>content_top</code> region.
|
|
';
|
|
|
|
$strings['PluginDisabled'] = 'Grading Electronic is disabed';
|
|
$strings['StudentId'] = 'Student ID';
|
|
$strings['ProviderId'] = 'Provider ID';
|
|
$strings['CourseHours'] = 'Course hours';
|
|
|