Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

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

   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['pluginname'] = 'Single view';
  54  $string['privacy:metadata'] = 'The Grade single view report only shows data stored in other locations.';
  55  $string['savegrades'] = 'Saving grades';
  56  $string['save'] = 'Save';
  57  $string['savegradessuccess'] = 'Grades were set for {$a} items';
  58  $string['selectgrade'] = 'Select grade item...';
  59  $string['selectuser'] = 'Select user...';
  60  $string['singleview:view'] = 'View report';
  61  $string['summarygrade'] = 'A table of users, with columns for range, grade, feedback, and whether to override or exclude a particular grade.';
  62  $string['summaryuser'] = 'A table of grade items, with columns for grade category, range, grade, feedback, and whether to override or exclude a particular grade.';
  63  $string['userselect'] = 'Select activity';