mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +03:00
Sieve filters (alpha / beta version coming soon)
This commit is contained in:
parent
02ba68868f
commit
94789632f0
33 changed files with 544 additions and 81 deletions
|
|
@ -173,7 +173,6 @@ LABEL_EMAIL = "Email"
|
|||
LABEL_PHONE = "Phone"
|
||||
LABEL_WEB = "Web"
|
||||
LABEL_BIRTHDAY = "Birthday"
|
||||
LABEL_TAGS = "Tags"
|
||||
LINK_ADD_EMAIL = "Add an email address"
|
||||
LINK_ADD_PHONE = "Add a phone"
|
||||
LINK_BIRTHDAY = "Birthday"
|
||||
|
|
@ -376,10 +375,8 @@ TITLE_EDIT_FILTER = "Update filter?"
|
|||
LEGEND_FILTERS = "Filters"
|
||||
BUTTON_SAVE = "Save"
|
||||
BUTTON_DONE = "Done"
|
||||
BUTTON_ADD_FILTER = "Add Filter"
|
||||
BUTTON_SAVE_FILTER = "Save Filter"
|
||||
BUTTON_DELETE_FILTER = "Delete Filter"
|
||||
BUTTON_ADD_CONDITION = "Add Condition"
|
||||
BUTTON_ADD_FILTER = "Add a Filter"
|
||||
BUTTON_ADD_CONDITION = "Add a Condition"
|
||||
BUTTON_DELETE = "Delete"
|
||||
LOADING_PROCESS = "Updating filter list"
|
||||
DELETING_ASK = "Are you sure?"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue