diff options
Diffstat (limited to 'mail/em-filter-i18n.h')
-rw-r--r-- | mail/em-filter-i18n.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/em-filter-i18n.h b/mail/em-filter-i18n.h index 7f11882c97..7db8144860 100644 --- a/mail/em-filter-i18n.h +++ b/mail/em-filter-i18n.h @@ -3,7 +3,10 @@ char *s = N_("Adjust Score"); char *s = N_("Assign Color"); char *s = N_("Assign Score"); char *s = N_("Attachments"); +char *s = N_("BCC"); char *s = N_("Beep"); +char *s = N_("CC"); +char *s = N_("Completed On"); char *s = N_("contains"); char *s = N_("Copy to Folder"); char *s = N_("Date received"); @@ -32,6 +35,8 @@ char *s = N_("is greater than"); char *s = N_("is less than"); char *s = N_("is not"); char *s = N_("is not Flagged"); +char *s = N_("is not set"); +char *s = N_("is set"); char *s = N_("Junk"); char *s = N_("Junk Test"); char *s = N_("Label"); @@ -54,6 +59,7 @@ char *s = N_("returns less than"); char *s = N_("Run Program"); char *s = N_("Score"); char *s = N_("Sender"); +char *s = N_("Set Label"); char *s = N_("Set Status"); char *s = N_("Size (kB)"); char *s = N_("sounds like"); |