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.

Differences Between: [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403] [Versions 39 and 311]

   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 Single view
  19   *
  20   * @package   gradereport_singleview
  21   * @copyright 2014 Moodle Pty Ltd (http://moodle.com)
  22   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  // General Strings.
  26  $string['all_grades'] = 'All grades';
  27  $string['assessmentname'] = 'Grade item';
  28  $string['blanks'] = 'Empty grades';
  29  $string['bulkappliesto'] = 'For';
  30  $string['bulkinsertvalue'] = 'Insert value';
  31  $string['bulklegend'] = 'Bulk insert';
  32  $string['bulkperform'] = 'Perform bulk insert';
  33  $string['bulkfor'] = 'Grades for {$a}';
  34  $string['entrypage'] = 'Grade user or grade item';
  35  $string['exclude'] = 'Exclude';
  36  $string['excludeall'] = 'Exclude all grades';
  37  $string['excludefor'] = 'Exclude for {$a}';
  38  $string['excludenone'] = 'Do not exclude any grades';
  39  $string['eventgradereportviewed'] = 'Grade single view report viewed.';
  40  $string['feedbackfor'] = 'Feedback for {$a}';
  41  $string['filtergrades'] = 'Show grades for {$a}.';
  42  $string['gradefor'] = 'Grade for {$a}';
  43  $string['gradeitem'] = 'Grade item: {$a}';
  44  $string['gradeuser'] = 'Grade user: {$a}';
  45  $string['noscreens'] = 'Could not find a suitable single view screen.';
  46  $string['gradeitemcannotbeoverridden'] = 'This grade item cannot be overridden.';
  47  $string['itemsperpage'] = 'Items per page';
  48  $string['notvalid'] = 'Not a valid Single view screen: {$a}';
  49  $string['override'] = 'Override';
  50  $string['overrideall'] = 'Override all grades';
  51  $string['overridefor'] = 'Override for {$a}';
  52  $string['overridenone'] = 'Do not override any grades';
  53  $string['overridenoneconfirm'] = 'You are about to disable grade overrides. This will remove all previously overridden grades. Are you sure you want to continue?';
  54  $string['pluginname'] = 'Single view';
  55  $string['privacy:metadata'] = 'The Grade single view report only shows data stored in other locations.';
  56  $string['savegrades'] = 'Saving grades';
  57  $string['save'] = 'Save';
  58  $string['savegradessuccess'] = 'Grades were set for {$a} items';
  59  $string['selectgrade'] = 'Select grade item...';
  60  $string['selectuser'] = 'Select user...';
  61  $string['singleview:view'] = 'View report';
  62  $string['summarygrade'] = 'A table of users, with columns for range, grade, feedback, and whether to override or exclude a particular grade.';
  63  $string['summaryuser'] = 'A table of grade items, with columns for grade category, range, grade, feedback, and whether to override or exclude a particular grade.';
  64  $string['userselect'] = 'Select activity';