Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.
   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Strings for component 'feedback_file', language 'en'
  19   *
  20   * @package   assignfeedback_file
  21   * @copyright 2012 NetSpot {@link http://www.netspot.com.au}
  22   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['batchoperationconfirmuploadfiles'] = 'Upload one or more feedback files for all selected users?';
  26  $string['batchuploadfiles'] = 'Upload feedback files for multiple users';
  27  $string['batchuploadfilesforusers'] = 'Send feedback files to {$a} selected user(s).';
  28  $string['configmaxbytes'] = 'Maximum file size';
  29  $string['confirmuploadzip'] = 'Confirm zip upload';
  30  $string['countfiles'] = '{$a} files';
  31  $string['default'] = 'Enabled by default';
  32  $string['default_help'] = 'If set, this feedback method will be enabled by default for all new assignments.';
  33  $string['enabled'] = 'File feedback';
  34  $string['enabled_help'] = 'If enabled, the teacher will be able to upload files with feedback when marking assignment submissions. These files may be, but are not limited to, marked-up student submissions, documents with comments or spoken audio feedback.';
  35  $string['feedbackzip'] = 'Zip file with feedback files';
  36  $string['feedbackfileadded'] = 'New feedback file "{$a->filename}" for student "{$a->student}"';
  37  $string['feedbackfileupdated'] = 'Modified feedback file "{$a->filename}" for student "{$a->student}"';
  38  $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 user ID which should be the second part of each file name immediately after the user\'s full name. This naming convention is used when downloading submissions so you can download all submissions, add comments to a few files, then re-zip and upload all of the files. Files with no changes will be ignored.';
  39  $string['file'] = 'Feedback files';
  40  $string['privacy:metadata:filepurpose'] = 'Feedback files from the teacher for the student.';
  41  $string['privacy:path'] = 'Feedback files';
  42  $string['filesupdated'] = 'Feedback files updated: {$a}';
  43  $string['filesadded'] = 'Feedback files added: {$a}';
  44  $string['importfeedbackfiles'] = 'Import feedback file(s)';
  45  $string['maxbytes'] = 'Maximum file size';
  46  $string['maxfiles'] = 'Maximum number of uploaded files';
  47  $string['maximumsize'] = 'Maximum file size';
  48  $string['moreusers'] = '{$a} more...';
  49  $string['nochanges'] = 'No changes';
  50  $string['pluginname'] = 'File feedback';
  51  $string['uploadfiles'] = 'Send feedback files';
  52  $string['uploadzip'] = 'Upload multiple feedback files in a zip';
  53  $string['uploadzipsummary'] = 'Feedback files imported from a zip';
  54  $string['userswithnewfeedback'] = 'Users with updated feedback: {$a}';
  55  $string['selectedusers'] = 'Selected users';