MDL-42551 timezone info: updated to 2013h
[moodle.git] / lang / en / filters.php
blob53b10b375736d88f5d68f3f2370585c9c13bd994
1 <?php
3 // This file is part of Moodle - http://moodle.org/
4 //
5 // Moodle is free software: you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation, either version 3 of the License, or
8 // (at your option) any later version.
9 //
10 // Moodle is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU General Public License for more details.
15 // You should have received a copy of the GNU General Public License
16 // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
18 /**
19 * Strings for component 'filters', language 'en', branch 'MOODLE_20_STABLE'
21 * @package filters
22 * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
23 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26 $string['actfilterhdr'] = 'Active filters';
27 $string['addfilter'] = 'Add filter';
28 $string['anycategory'] = 'any category';
29 $string['anycourse'] = '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['courserole'] = 'Course role';
39 $string['courserolelabel'] = '{$a->label} is {$a->rolename} in {$a->coursename} from {$a->categoryname}';
40 $string['courserolelabelerror'] = '{$a->label} error: course {$a->coursename} does not exist';
41 $string['datelabelisafter'] = '{$a->label} is after {$a->after}';
42 $string['datelabelisbefore'] = '{$a->label} is before {$a->before}';
43 $string['datelabelisbetween'] = '{$a->label} is between {$a->after} and {$a->before}';
44 $string['defaultx'] = 'Default ({$a})';
45 $string['disabled'] = 'Disabled';
46 $string['doesnotcontain'] = 'doesn\'t contain';
47 $string['endswith'] = 'ends with';
48 $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.';
49 $string['filtersettings'] = 'Filter settings';
50 $string['filtersettings_help'] = 'This page lets you turn filters on or off in a particular part of the site.
52 Some filters may also let you set local settings, in which case there will be a settings link next to their name.';
53 $string['filtersettingsforin'] = 'Filter settings for {$a->filter} in {$a->context}';
54 $string['filtersettingsin'] = 'Filter settings in {$a}';
55 $string['firstaccess'] = 'First access';
56 $string['globalrolelabel'] = '{$a->label} is {$a->value}';
57 $string['isactive'] = 'Active?';
58 $string['isafter'] = 'is after';
59 $string['isanyvalue'] = 'is any value';
60 $string['isbefore'] = 'is before';
61 $string['isdefined'] = 'is defined';
62 $string['isempty'] = 'is empty';
63 $string['isequalto'] = 'is equal to';
64 $string['isnotdefined'] = 'isn\'t defined';
65 $string['isnotequalto'] = 'isn\'t equal to';
66 $string['neveraccessed'] = 'Never accessed';
67 $string['nevermodified'] = 'Never modified';
68 $string['newfilter'] = 'New filter';
69 $string['nofiltersenabled'] = 'No filter plugins have been enabled on this site.';
70 $string['off'] = 'Off';
71 $string['offbutavailable'] = 'Off, but available';
72 $string['on'] = 'On';
73 $string['profilelabel'] = '{$a->label}: {$a->profile} {$a->operator} {$a->value}';
74 $string['profilelabelnovalue'] = '{$a->label}: {$a->profile} {$a->operator}';
75 $string['removeall'] = 'Remove all filters';
76 $string['removeselected'] = 'Remove selected';
77 $string['selectlabel'] = '{$a->label} {$a->operator} {$a->value}';
78 $string['startswith'] = 'starts with';
79 $string['tablenosave'] = 'Changes in table above are saved automatically.';
80 $string['textlabel'] = '{$a->label} {$a->operator} {$a->value}';
81 $string['textlabelnovalue'] = '{$a->label} {$a->operator}';