s.FILTERS_LABEL_EQUALS = '[% l("Equals") %]';
s.FILTERS_LABEL_LIKE = '[% l( "Contains Matching substring") %]';
+s.FILTERS_LABEL_NOT_LIKE = '[% l( "Does not contain Matching substring") %]';
s.FILTERS_LABEL_ILIKE = '[% l( "Contains Matching substring (ignore case)") %]';
+s.FILTERS_LABEL_NOT_ILIKE = '[% l( "Does not contain Matching substring (ignore case)") %]';
s.FILTERS_LABEL_GREATER_THAN = '[% l( "Greater than") %]';
s.FILTERS_LABEL_GT_TIME = '[% l( "After (Date/Time)") %]';
s.FILTERS_LABEL_GT_EQUAL = '[% l( "Greater than or equal to") %]';