chamilo/chamilo-lms

View on GitHub
public/plugin/grading_electronic/lang/english.php

Summary

Maintainability
A
0 mins
Test Coverage
<?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';