JAL-2808 classes to support filtering by attribute value
[jalview.git] / resources / lang / Messages.properties
index 9ffe2ae..daca83b 100644 (file)
@@ -1324,3 +1324,13 @@ label.overview = Overview
 label.reset_to_defaults = Reset to defaults
 label.oview_calc = Recalculating overview...
 label.feature_details = Feature details
+label.matchCondition_contains = Contains
+label.matchCondition_notcontains = Does not contain
+label.matchCondition_matches = Matches
+label.matchCondition_notmatches = Does not match
+label.matchCondition_eq = Is equal to
+label.matchCondition_ne = Is not equal to
+label.matchCondition_lt = Is less than
+label.matchCondition_le = Is less than or equal to
+label.matchCondition_gt = Is greater than
+label.matchCondition_ge = Is greater than or equal to