Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

Differences Between: [Versions 310 and 401] [Versions 311 and 401] [Versions 39 and 401] [Versions 400 and 401] [Versions 401 and 402] [Versions 401 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  defined('MOODLE_INTERNAL') || die();
  26  
  27  // General Strings.
  28  $string['all_grades'] = 'All grades';
  29  $string['assessmentname'] = 'Grade item';
  30  $string['blanks'] = 'Empty grades';
  31  $string['bulkappliesto'] = 'For';
  32  $string['bulkinsertvalue'] = 'Insert new grade';
  33  $string['bulklegend'] = 'Bulk insert grades';
  34  $string['bulkchoice'] = 'Bulk insert lets you replace multiple grades at once. Choose the grades you want to replace:';
  35  $string['bulkperform'] = 'Perform bulk insert';
  36  $string['bulkfor'] = 'Grades for {$a}';
  37  $string['entrypage'] = 'Grade user or grade item';
  38  $string['exclude'] = 'Exclude';
  39  $string['excludeall'] = 'Exclude all grades';
  40  $string['excludeallgrades'] = 'Exclude all';
  41  $string['excludefor'] = 'Exclude for {$a}';
  42  $string['excludenone'] = 'Do not exclude any grades';
  43  $string['excludenonegrades'] = 'Exclude none';
  44  $string['eventgradereportviewed'] = 'Grade single view report viewed.';
  45  $string['feedbackfor'] = 'Feedback for {$a}';
  46  $string['gradefor'] = 'Grade for {$a}';
  47  $string['gradeitem'] = 'Viewing grades for {$a}';
  48  $string['gradeitemedit'] = 'Editing grades for {$a}';
  49  $string['gradeuser'] = 'Viewing {$a}\'s grades';
  50  $string['gradeuseredit'] = 'Editing {$a}\'s grades';
  51  $string['gotonextreport'] = 'Go to next user report';
  52  $string['gotopreviousreport'] = 'Go to previous user report';
  53  $string['noscreens'] = 'Could not find a suitable single view screen.';
  54  $string['gradeitemcannotbeoverridden'] = 'This grade item cannot be overridden.';
  55  $string['itemsperpage'] = 'Items per page';
  56  $string['notvalid'] = 'Not a valid Single view screen: {$a}';
  57  $string['override'] = 'Override';
  58  $string['overrideall'] = 'Override all grades';
  59  $string['overrideallgrades'] = 'Override all';
  60  $string['overridefor'] = 'Override for {$a}';
  61  $string['overridenone'] = 'Do not override any grades';
  62  $string['overridenonegrades'] = 'Override none';
  63  $string['overridenoneconfirm'] = 'This will remove all previously entered overridden grades on this page when you save changes.';
  64  $string['pluginname'] = 'Single view';
  65  $string['privacy:metadata'] = 'The Grade single view report only shows data stored in other locations.';
  66  $string['removeoverride'] = 'Remove grade overrides';
  67  $string['removeoverridesave'] = 'Remove overrides';
  68  $string['savegrades'] = 'Saving grades';
  69  $string['save'] = 'Save';
  70  $string['savegradessuccess'] = 'Grades were set for {$a} items';
  71  $string['singleview:view'] = 'View single view';
  72  $string['summarygrade'] = 'A table of users, with columns for range, grade, feedback, and whether to override or exclude a particular grade.';
  73  $string['summaryuser'] = 'A table of grade items, with columns for grade category, range, grade, feedback, and whether to override or exclude a particular grade.';
  74  $string['unsavedataalert'] = 'If you have unsaved changes on the page, you will lose them if you proceed with bulk insert grades.';
  75  $string['unsavedataconfirm'] = 'I understand that my unsaved changes will be lost.';
  76  $string['userselect'] = 'Select activity';
  77  
  78  $string['ariareporttype'] = 'Select a report type to view';
  79  $string['viewby'] = 'View by';
  80  $string['viewsingleuser'] = 'Select a user above to view all their grades';
  81  $string['viewsinglegradeitem'] = 'Select a grade item above';
  82  $string['viewsingleuserorgradeitem'] = 'View all the grades of a single user or grade item.';
  83  $string['searchgrades'] = 'Search grade items';
  84  $string['selectagrade'] = 'Select a grade item';
  85  $string['selectgradeitemlink'] = 'Select a grade item';
  86  $string['singleviewdescription'] = 'In single view you can override or exclude selected grades and bulk insert grades.';
  87  $string['unsaveddatawarning'] = 'Unsaved data warning';
  88  
  89  // Deprecated since Moodle 4.1.
  90  $string['filtergrades'] = 'Show grades for {$a}.';