2 $string['actfilterhdr'] = 'Active filters';
3 $string['addfilter'] = 'Add filter';
4 $string['anycategory'] = 'any category';
5 $string['anycourse'] = 'any course';
6 $string['anyfield'] = 'any field';
7 $string['anyrole'] = 'any role';
8 $string['anyvalue'] = 'any value';
9 $string['categoryrole'] = 'Category role';
10 $string['tablenosave'] = 'Changes in table above are saved automatically.';
11 $string['contains'] = 'contains';
12 $string['courserole'] = 'Course role';
13 $string['courserolelabel'] = '$a->label is $a->rolename in $a->coursename from $a->categoryname';
14 $string['courserolelabelerror'] = '$a->label error: course $a->coursename does not exist';
15 $string['datelabelisafter'] = '$a->label is after $a->after';
16 $string['datelabelisbefore'] = '$a->label is before $a->before';
17 $string['datelabelisbetween'] = '$a->label is between $a->after and $a->before';
18 $string['doesnotcontain'] = 'doesn\'t contain';
19 $string['endswith'] = 'ends with';
20 $string['firstaccess'] = 'First access';
21 $string['globalrolelabel'] = '$a->label is $a->value';
22 $string['isanyvalue'] = 'is any value';
23 $string['isafter'] = 'is after';
24 $string['isbefore'] = 'is before';
25 $string['isdefined'] = 'is defined';
26 $string['isempty'] = 'is empty';
27 $string['isequalto'] = 'is equal to';
28 $string['isnotequalto'] = 'isn\'t equal to';
29 $string['isnotdefined'] = 'isn\'t defined';
30 $string['newfilter'] = 'New filter';
31 $string['profilelabel'] = '$a->label: $a->profile $a->operator $a->value';
32 $string['profilelabelnovalue'] = '$a->label: $a->profile $a->operator';
33 $string['removeall'] = 'Remove all filters';
34 $string['removeselected'] = 'Remove selected';
35 $string['selectlabel'] = '$a->label $a->operator $a->value';
36 $string['startswith'] = 'starts with';
37 $string['textlabel'] = '$a->label $a->operator $a->value';
38 $string['textlabelnovalue'] = '$a->label $a->operator';