. /** * Strings for component 'feedback_file', language 'en' * * @package assignfeedback_file * @copyright 2012 NetSpot {@link http://www.netspot.com.au} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['batchoperationconfirmuploadfiles'] = 'Upload one or more feedback files for all selected users?'; $string['batchuploadfiles'] = 'Upload feedback files for multiple users'; $string['batchuploadfilesforusers'] = 'Send feedback files to {$a} selected user(s).'; $string['configmaxbytes'] = 'Maximum file size'; $string['confirmuploadzip'] = 'Confirm zip upload'; $string['countfiles'] = '{$a} files'; $string['default'] = 'Enabled by default'; $string['default_help'] = 'If set, this feedback method will be enabled by default for all new assignments.'; $string['enabled'] = 'File feedback'; $string['enabled_help'] = 'If enabled, the teacher will be able to upload files with feedback when marking the assignments. These files may be, but are not limited to marked up student submissions, documents with comments or spoken audio feedback. '; $string['feedbackzip'] = 'Zip file with feedback files'; $string['feedbackfileadded'] = 'New feedback file "{$a->filename}" for student "{$a->student}"'; $string['feedbackfileupdated'] = 'Modified feedback file "{$a->filename}" for student "{$a->student}"'; $string['feedbackzip_help'] = 'A zip file containing a list of feedback files for one or more students. Feedback files will be assigned to students based on the participant id which should be the second part of each filename immediately after the users full name. This naming convention is used when downloading submissions so you can download all submissions, add comments to a few files and then rezip and upload all of the files. Files with no changes will be ignored.'; $string['file'] = 'Feedback files'; $string['filesupdated'] = 'Feedback files updated: {$a}'; $string['filesadded'] = 'Feedback files added: {$a}'; $string['importfeedbackfiles'] = 'Import feedback file(s)'; $string['maxbytes'] = 'Maximum file size'; $string['maxfiles'] = 'Maximum number of uploaded files'; $string['maximumsize'] = 'Maximum file size'; $string['moreusers'] = '{$a} more...'; $string['nochanges'] = 'No changes'; $string['pluginname'] = 'File feedback'; $string['uploadfiles'] = 'Send feedback files'; $string['uploadzip'] = 'Upload multiple feedback files in a zip'; $string['uploadzipsummary'] = 'Feedback files imported from a zip'; $string['userswithnewfeedback'] = 'Users with updated feedback: {$a}'; $string['selectedusers'] = 'Selected users';