gradeimporter.php 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?php
  2. $string['gradeimporter'] = 'Grade Importer';
  3. $string['modulename'] = 'Grade Importer';
  4. $string['modulenameplural'] = 'Grade Importers';
  5. $string['gradeimporterintro'] = 'This module facilitates...';
  6. $string['gradeimportername'] = 'Grade Importer Name';
  7. $string['pluginadministration'] ='plugin administration string';
  8. $string['displayingview'] = 'Posted Grades';
  9. //formStrings
  10. //Generic
  11. $string['description'] = 'Description';
  12. $string['visibility'] = 'Can students see this?';
  13. $string['name'] = 'Name';
  14. //Generic error Messages
  15. $string['error_nameField'] = 'Insert a name';
  16. //gradeImporter form
  17. $string['general'] = 'General informations';
  18. $string['visibilityOn'] = 'Students can see this';
  19. $string['visibilityOff'] = 'Students can\'t see this';
  20. //gradeImporter form errors
  21. //submission form
  22. $string['gradebookN'] = 'This submission goes to gradebook';
  23. $string['gradebookY'] = 'This submission does not go to gradebook';
  24. $string['submissionFiles'] = 'Choose the students feedback file';
  25. $string[''] = '';
  26. $string[''] = '';
  27. //submission form help buttons
  28. $string['helpsubmissionfiles'] = 'Must be only one file, either a .zip or a .csv'
  29. $string['helpcsvdelimiter'] = 'CSV delimiter of the config.csv file';
  30. //submission form errors