aboutsummaryrefslogtreecommitdiffstats
path: root/filter/libfilter-i18n.h
diff options
context:
space:
mode:
Diffstat (limited to 'filter/libfilter-i18n.h')
-rw-r--r--filter/libfilter-i18n.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/filter/libfilter-i18n.h b/filter/libfilter-i18n.h
index 9451d25ee5..b85253bd3b 100644
--- a/filter/libfilter-i18n.h
+++ b/filter/libfilter-i18n.h
@@ -22,15 +22,19 @@ char *s = N_("after");
char *s = N_("before");
char *s = N_("contains");
char *s = N_("does not contain");
+char *s = N_("does not end with");
+char *s = N_("does not exist");
char *s = N_("does not match regex");
-char *s = N_("does not match");
+char *s = N_("does not start with");
+char *s = N_("ends with");
+char *s = N_("exists");
char *s = N_("is greater than");
char *s = N_("is less than");
char *s = N_("is not");
char *s = N_("is");
char *s = N_("matches regex");
-char *s = N_("matches");
char *s = N_("on or after");
char *s = N_("on or before");
+char *s = N_("starts with");
char *s = N_("was after");
char *s = N_("was before");