2 $string['actfilterhdr'] = 'Active filters (ORed together)';
3 $string['addfilter'] = 'Add filter';
4 $string['anyvalue'] = 'any value';
5 $string['anyrole'] = 'any role';
6 $string['anyfield'] = 'any field';
7 $string['newfilter'] = 'New filter';
8 $string['setfilter'] = 'Set filter';
9 $string['removeall'] = 'Remove all';
10 $string['removeselected'] = 'Remove selected';
11 $string['anycourse'] = 'any course';
12 $string['anycategory'] = 'any category';
13 $string['contains'] = 'contains';
14 $string['doesnotcontain'] = 'doesn\'t contain';
15 $string['isequalto'] = 'is equal to';
16 $string['isnotequalto'] = 'isn\'t equal to';
17 $string['startswith'] = 'starts with';
18 $string['endswith'] = 'ends with';
19 $string['isempty'] = 'is empty';
20 $string['isbefore'] = 'is before $a';
21 $string['isafter'] = 'is after $a';
22 $string['isbetween'] = 'is between $a[0] and $a[1]';
23 $string['isnotdefined'] = 'isn\'t defined';
24 $string['isdefined'] = 'is defined';
25 $string['isanyvalue'] = 'is any value';
26 $string['categoryrole'] = 'Category role';
27 $string['courserole'] = 'Course role';
28 $string['firstaccess'] = 'First access';