english.php 596 B

1234567891011121314151617
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. $strings['plugin_title'] = 'Grading Electronic';
  4. $strings['plugin_comment'] = 'This plugin create a text file with information about of the course';
  5. $strings['tool_enable'] = 'Enable tool';
  6. $strings['tool_enable_help'] = '
  7. Allow add the <i>Generate File</i> button in the <i>Assessments</i> page.
  8. You need assign the <code>content_top</code> region.
  9. ';
  10. $strings['PluginDisabled'] = 'Grading Electronic is disabed';
  11. $strings['StudentId'] = 'Student ID';
  12. $strings['ProviderId'] = 'Provider ID';
  13. $strings['CourseHours'] = 'Course hours';