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 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 component 'filters', language 'en', branch 'MOODLE_20_STABLE'
  19   *
  20   * @package   core_filters
  21   * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
  22   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['actfilterhdr'] = 'Active filters';
  26  $string['addfilter'] = 'Add filter';
  27  $string['anycategory'] = 'any category';
  28  $string['anycourse'] = 'any course';
  29  $string['anycourses'] = 'Enrolled in any course';
  30  $string['anyfield'] = 'any field';
  31  $string['anyrole'] = 'any role';
  32  $string['anyvalue'] = 'any value';
  33  $string['applyto'] = 'Apply to';
  34  $string['categoryrole'] = 'Category role';
  35  $string['contains'] = 'contains';
  36  $string['content'] = 'Content';
  37  $string['contentandheadings'] = 'Content and headings';
  38  $string['coursecategory'] = 'course category';
  39  $string['courserole'] = 'Course role';
  40  $string['courserolelabel'] = '{$a->label} is {$a->rolename} in {$a->coursename} from {$a->categoryname}';
  41  $string['courserolelabelerror'] = '{$a->label} error: course {$a->coursename} does not exist';
  42  $string['coursevalue'] = 'course value';
  43  $string['datelabelisafter'] = '{$a->label} is after {$a->after}';
  44  $string['datelabelisbefore'] = '{$a->label} is before {$a->before}';
  45  $string['datelabelisbetween'] = '{$a->label} is between {$a->after} and {$a->before}';
  46  $string['defaultx'] = 'Default ({$a})';
  47  $string['disabled'] = 'Disabled';
  48  $string['doesnotcontain'] = 'doesn\'t contain';
  49  $string['endswith'] = 'ends with';
  50  $string['filterallwarning'] = 'Applying filters to headings as well as content can greatly increase the load on your server. Please use that \'Apply to\' settings sparingly. The main use is with the multilang filter.';
  51  $string['filtersettings'] = 'Filter settings';
  52  $string['filtersettings_help'] = 'This page lets you turn filters on or off in a particular part of the site.
  53  
  54  Some filters may also let you set local settings, in which case there will be a settings link next to their name.';
  55  $string['filtersettingsforin'] = 'Filter settings for {$a->filter} in {$a->context}';
  56  $string['filtersettingsin'] = 'Filter settings in {$a}';
  57  $string['firstaccess'] = 'First access';
  58  $string['globalrolelabel'] = '{$a->label} is {$a->value}';
  59  $string['isactive'] = 'Active?';
  60  $string['isafter'] = 'is after';
  61  $string['isanyvalue'] = 'is any value';
  62  $string['isbefore'] = 'is before';
  63  $string['isdefined'] = 'is defined';
  64  $string['isempty'] = 'is empty';
  65  $string['isequalto'] = 'is equal to';
  66  $string['isnotdefined'] = 'isn\'t defined';
  67  $string['isnotequalto'] = 'isn\'t equal to';
  68  $string['limiterfor'] = '{$a} field limiter';
  69  $string['neveraccessed'] = 'Never accessed';
  70  $string['nevermodified'] = 'Never modified';
  71  $string['newfilter'] = 'New filter';
  72  $string['nofiltersenabled'] = 'No filter plugins have been enabled on this site.';
  73  $string['off'] = 'Off';
  74  $string['offbutavailable'] = 'Off, but available';
  75  $string['on'] = 'On';
  76  $string['privacy:reason'] = 'The Filter subsystem does not store any personal data.';
  77  $string['profilefilterfield'] = 'Profile field name';
  78  $string['profilefilterlimiter'] = 'Profile field operator';
  79  $string['profilelabel'] = '{$a->label}: {$a->profile} {$a->operator} {$a->value}';
  80  $string['profilelabelnovalue'] = '{$a->label}: {$a->profile} {$a->operator}';
  81  $string['removeall'] = 'Remove all filters';
  82  $string['removeselected'] = 'Remove selected';
  83  $string['selectlabel'] = '{$a->label} {$a->operator} {$a->value}';
  84  $string['startswith'] = 'starts with';
  85  $string['tablenosave'] = 'Changes in table above are saved automatically.';
  86  $string['textlabel'] = '{$a->label} {$a->operator} {$a->value}';
  87  $string['textlabelnovalue'] = '{$a->label} {$a->operator}';
  88  $string['valuefor'] = '{$a} value';