| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 | 
							- <?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';
 
- //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
 
 
  |