mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 16:07:03 +03:00
Sieve filters (beta)
This commit is contained in:
parent
94789632f0
commit
929bffccef
45 changed files with 1599 additions and 403 deletions
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
[LOGIN]
|
||||
LABEL_EMAIL = "Email"
|
||||
LABEL_LOGIN = "Login"
|
||||
|
|
@ -307,6 +308,43 @@ TITLE_TEST_CODE = "2-Step verification test"
|
|||
LABEL_CODE = "Code"
|
||||
BUTTON_TEST = "Test"
|
||||
|
||||
[POPUPS_FILTER]
|
||||
TITLE_CREATE_FILTER = "Create a filter?"
|
||||
TITLE_EDIT_FILTER = "Update filter?"
|
||||
FILTER_NAME = "Name"
|
||||
LEGEND_CONDIFIONS = "Conditions"
|
||||
LEGEND_ACTIONS = "Actions"
|
||||
BUTTON_DONE = "Done"
|
||||
BUTTON_ADD_CONDITION = "Add a Condition"
|
||||
SELECT_ACTION_NONE = "None"
|
||||
SELECT_ACTION_MOVE_TO = "Move to"
|
||||
SELECT_ACTION_FORWARD_TO = "Forward to"
|
||||
SELECT_ACTION_REJECT = "Reject"
|
||||
SELECT_ACTION_VACATION_MESSAGE = "Vacation message"
|
||||
SELECT_ACTION_DISCARD = "Discard"
|
||||
SELECT_FIELD_FROM = "From"
|
||||
SELECT_FIELD_RECIPIENTS = "Recipients (To or CC)"
|
||||
SELECT_FIELD_SUBJECT = "Subject"
|
||||
SELECT_FIELD_HEADER = "Header"
|
||||
SELECT_FIELD_SIZE = "Size"
|
||||
SELECT_TYPE_CONTAINS = "Contains"
|
||||
SELECT_TYPE_NOT_CONTAINS = "Not Contains"
|
||||
SELECT_TYPE_MATCHES = "Matches (* and ? supported)"
|
||||
SELECT_TYPE_NOT_MATCHES = "Not Matches (* and ? supported)"
|
||||
SELECT_TYPE_REGEXP = "Regexp"
|
||||
SELECT_TYPE_NOT_REGEXP = "Not Regexp"
|
||||
SELECT_TYPE_EQUAL_TO = "Equal To"
|
||||
SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
||||
SELECT_MATCH_ANY = "Matching any of the following rules"
|
||||
SELECT_MATCH_ALL = "Matching all of the following rules"
|
||||
MARK_AS_READ_LABEL = "Mark as read"
|
||||
KEEP_LABEL = "Keep"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
REJECT_MESSAGE_LABEL = "Reject message"
|
||||
ALL_INCOMING_MESSAGES_DESC = "All incoming messages"
|
||||
|
||||
[POPUPS_SYSTEM_FOLDERS]
|
||||
TITLE_SYSTEM_FOLDERS = "Select system folders"
|
||||
SELECT_CHOOSE_ONE = "Choose one"
|
||||
|
|
@ -318,18 +356,13 @@ LABEL_TRASH = "Trash"
|
|||
LABEL_ARCHIVE = "Archive"
|
||||
BUTTON_CANCEL = "Cancel"
|
||||
BUTTON_CLOSE = "Close"
|
||||
|
||||
NOTIFICATION_SENT = "You haven't selected \"Sent\" system folder messages are put to after sending.
|
||||
If you don't want to save sent message, please select \"Do not use\" option."
|
||||
|
||||
NOTIFICATION_DRAFTS = "You haven't selected \"Drafts\" system folder messages are saved to while composing."
|
||||
|
||||
NOTIFICATION_SPAM = "You haven't selected \"Spam\" system folder spamed messages are placed to.
|
||||
If you wish to remove messages permanently, please select \"Do not use\" option."
|
||||
|
||||
NOTIFICATION_TRASH = "You haven't selected \"Trash\" system folder deleted messages are placed to.
|
||||
If you wish to remove messages permanently, please select \"Do not use\" option."
|
||||
|
||||
NOTIFICATION_ARCHIVE = "You haven't selected \"Archive\" system folder achived messages are placed to."
|
||||
|
||||
[TITLES]
|
||||
|
|
@ -370,16 +403,21 @@ LABEL_OPEN_PGP_NAME = "OpenPGP"
|
|||
BUTTON_BACK = "Back"
|
||||
|
||||
[SETTINGS_FILTERS]
|
||||
TITLE_CREATE_FILTER = "Create a filter?"
|
||||
TITLE_EDIT_FILTER = "Update filter?"
|
||||
LEGEND_FILTERS = "Filters"
|
||||
BUTTON_SAVE = "Save"
|
||||
BUTTON_DONE = "Done"
|
||||
BUTTON_ADD_FILTER = "Add a Filter"
|
||||
BUTTON_ADD_CONDITION = "Add a Condition"
|
||||
BUTTON_DELETE = "Delete"
|
||||
BUTTON_RAW_SCRIPT = "Use Custom User Script"
|
||||
SUBNAME_NONE = "None"
|
||||
SUBNAME_MOVE_TO = "Move to \"%FOLDER%\""
|
||||
SUBNAME_FORWARD_TO = "Forward to \"%EMAIL%\""
|
||||
SUBNAME_REJECT = "Reject"
|
||||
SUBNAME_VACATION_MESSAGE = "Vacation message"
|
||||
SUBNAME_DISCARD = "Discard"
|
||||
CAPABILITY_LABEL = "Capability"
|
||||
LOADING_PROCESS = "Updating filter list"
|
||||
DELETING_ASK = "Are you sure?"
|
||||
CHACHES_NEED_TO_BE_SAVED_DESC = "These changes need to be saved to the server."
|
||||
|
||||
[SETTINGS_IDENTITY]
|
||||
LEGEND_IDENTITY = "Identity"
|
||||
|
|
@ -532,7 +570,6 @@ LABEL_REPLY_ALL = "Reply All"
|
|||
LABEL_FORWARD = "Forward"
|
||||
LABEL_FORWARD_MULTIPLY = "Forward as attachment(s)"
|
||||
LABEL_HELP = "Help"
|
||||
|
||||
LABEL_CHECK_ALL = "Check All messages"
|
||||
LABEL_ARCHIVE = "Archive"
|
||||
LABEL_DELETE = "Delete"
|
||||
|
|
@ -546,14 +583,12 @@ LABEL_FULLSCREEN_ENTER = "Fullscreen (Preview pane layout)"
|
|||
LABEL_VIEW_MESSAGE_ENTER = "View message (No preview pane layout)"
|
||||
LABEL_SWITCH_TO_MESSAGE = "Switch focus to selected message"
|
||||
LABEL_SWITCH_TO_FOLDER_LIST = "Switch focus to folder list"
|
||||
|
||||
LABEL_FULLSCREEN_TOGGLE = "Toggle fullscreen mode"
|
||||
LABEL_BLOCKQUOTES_TOGGLE = "Toggle message blockquotes"
|
||||
LABEL_PRINT = "Print"
|
||||
LABEL_EXIT_FULLSCREEN = "Exit fullscreen mode"
|
||||
LABEL_CLOSE_MESSAGE = "Close message (No preview pane layout)"
|
||||
LABEL_SWITCH_TO_LIST = "Switch focus back to message list"
|
||||
|
||||
LABEL_OPEN_COMPOSE_POPUP = "Open compose popup"
|
||||
LABEL_OPEN_IDENTITIES_DROPDOWN = "Open identities dropdown"
|
||||
LABEL_SAVE_MESSAGE = "Save message"
|
||||
|
|
@ -598,6 +633,8 @@ CANT_MOVE_MESSAGE = "Can't move message"
|
|||
CANT_SAVE_MESSAGE = "Can't save message"
|
||||
CANT_SEND_MESSAGE = "Can't send message"
|
||||
INVALID_RECIPIENTS = "Invalid recipients"
|
||||
CANT_SAVE_FILTERS = "Can't save filters"
|
||||
FILTERS_ARE_NOT_CORRECT = "Filters are not correct"
|
||||
CANT_CREATE_FOLDER = "Can't create folder"
|
||||
CANT_RENAME_FOLDER = "Can't rename folder"
|
||||
CANT_DELETE_FOLDER = "Can't delete folder"
|
||||
|
|
@ -625,15 +662,12 @@ BACK_LINK = "Reload"
|
|||
DOMAIN_LIST_DESC = "List of domains webmail is allowed to access."
|
||||
PHP_EXSTENSIONS_ERROR_DESC = "Required PHP extension are not available in your PHP configuration!"
|
||||
PHP_VERSION_ERROR_DESC = "Your PHP version (%VERSION%) is lower than the minimal required 5.3.0!"
|
||||
|
||||
NO_SCRIPT_TITLE = "JavaScript is required for this application."
|
||||
NO_SCRIPT_DESC = "JavaScript support is not available in your browser.
|
||||
Please enable JavaScript support in your browser settings and retry."
|
||||
|
||||
NO_COOKIE_TITLE = "Cookies support is required for this application."
|
||||
NO_COOKIE_DESC = "Cookies support is not available in your browser.
|
||||
Please enable Cookie support in your browser settings and retry."
|
||||
|
||||
BAD_BROWSER_TITLE = "Your browser is outdated."
|
||||
BAD_BROWSER_DESC = "To use all the features of the application,
|
||||
download and install one of these browsers:"
|
||||
download and install one of these browsers:"
|
||||
Loading…
Add table
Add a link
Reference in a new issue