mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
Merged from sub repository (filters - step 4)
This commit is contained in:
parent
67e45a6a6f
commit
e4b286e257
58 changed files with 1176 additions and 236 deletions
|
|
@ -366,11 +366,17 @@ BUTTON_BACK = "Back"
|
|||
|
||||
[SETTINGS_FILTERS]
|
||||
TITLE_CREATE_FILTER = "Create a filter?"
|
||||
BUTTON_CREATE = "Create"
|
||||
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_DELETE = "Delete"
|
||||
LOADING_PROCESS = "Updating filter list"
|
||||
DELETING_ASK = "Are you sure?"
|
||||
|
||||
[SETTINGS_IDENTITY]
|
||||
LEGEND_IDENTITY = "Identity"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue