| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 | 
							- <?php
 
- $string['gradeimporter'] = 'Grade Importer';
 
- $string['modulename'] = 'Grade Importer';
 
- $string['modulenameplural'] = 'Grade Importers';
 
- $string['gradeimporterintro'] = 'This module facilitates...';
 
- $string['gradeimportername'] = 'Grade Importer Name';
 
- $string['pluginadministration'] ='plugin administration string';
 
- $string['displayingview'] = 'Posted Grades';
 
- //submission.oho
 
- $string['invalidgradeimporterid'] = 'Invalid Grade Importer ID';
 
- $string['submissionadded'] = "Submission added to DB";
 
- //formStrings
 
-     //Generic 
 
-     $string['description'] = 'Description';
 
-     $string['visibility'] = 'Can students see this?';
 
-     $string['name'] = 'Name';
 
-     //Generic error Messages
 
-     $string['error_nameField'] = 'Insert a name';
 
-     //gradeImporter form
 
-     $string['general'] = 'General informations';
 
-     $string['visibilityOn'] = 'Students can see this';
 
-     $string['visibilityOff'] = 'Students can\'t see this';
 
-     //gradeImporter form errors
 
-     //submission form
 
-     $string['gradebookN'] = 'This submission goes to gradebook';
 
-     $string['gradebookY'] = 'This submission does not go to gradebook';
 
-     $string['submissionFiles'] = 'Choose the students feedback file';
 
-     $string[''] = '';
 
-     $string[''] = '';
 
-     //submission form help buttons
 
-     $string['helpsubmissionfiles'] = 'Must be only one file, either a .zip or a .csv';
 
-     $string['helpcsvdelimiter'] = 'CSV delimiter of the config.csv file';
 
-     //submission form errors
 
- //events string
 
-     $string['eventmodelsubmissioncreated'] = 'Submission created';
 
 
  |