mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
Identities refactoring and improvements (Reply-To and BCC)
This commit is contained in:
parent
3e01887f85
commit
493191375f
43 changed files with 578 additions and 1051 deletions
|
|
@ -131,10 +131,12 @@ LABEL_TO = "To"
|
|||
LABEL_TO_SHORT = "to"
|
||||
LABEL_CC = "CC"
|
||||
LABEL_BCC = "BCC"
|
||||
LABEL_REPLY_TO = "Reply-To"
|
||||
PRINT_LABEL_FROM = "From"
|
||||
PRINT_LABEL_TO = "To"
|
||||
PRINT_LABEL_CC = "CC"
|
||||
PRINT_LABEL_BCC = "BCC"
|
||||
PRINT_LABEL_REPLY_TO = "Reply-To"
|
||||
PRINT_LABEL_DATE = "Date"
|
||||
PRINT_LABEL_SUBJECT = "Subject"
|
||||
PRINT_LABEL_ATTACHMENTS = "Attachments"
|
||||
|
|
@ -201,7 +203,7 @@ TITLE_FROM = "From"
|
|||
TITLE_TO = "To"
|
||||
TITLE_CC = "CC"
|
||||
TITLE_BCC = "BCC"
|
||||
TITLE_REPLY_TO = "Reply To"
|
||||
TITLE_REPLY_TO = "Reply-To"
|
||||
TITLE_SUBJECT = "Subject"
|
||||
LINK_SHOW_INPUTS = "show all fields"
|
||||
BUTTON_SEND = "Send"
|
||||
|
|
@ -254,7 +256,9 @@ BUTTON_ADD_IDENTITY = "Add"
|
|||
BUTTON_UPDATE_IDENTITY = "Update"
|
||||
LABEL_EMAIL = "Email"
|
||||
LABEL_NAME = "Name"
|
||||
LABEL_REPLY_TO = "Reply To"
|
||||
LABEL_REPLY_TO = "Reply-To"
|
||||
LABEL_SIGNATURE = "Signature"
|
||||
LABEL_CC = "Cc"
|
||||
LABEL_BCC = "Bcc"
|
||||
|
||||
[POPUPS_CREATE_FOLDER]
|
||||
|
|
@ -527,9 +531,11 @@ TO_MANY_FOLDERS_DESC_2 = "We have shown only a part of them, to avoid performanc
|
|||
|
||||
[SETTINGS_ACCOUNTS]
|
||||
LEGEND_ACCOUNTS = "Account List"
|
||||
BUTTON_ADD_ACCOUNT = "Add Account"
|
||||
LEGEND_ACCOUNTS_AND_IDENTITIES = "Accounts and Identities"
|
||||
BUTTON_ADD_ACCOUNT = "Add an Account"
|
||||
BUTTON_ADD_IDENTITY= "Add an Identity"
|
||||
BUTTON_DELETE = "Delete"
|
||||
LOADING_PROCESS = "Updating account list"
|
||||
LOADING_PROCESS = "Updating..."
|
||||
DELETING_ASK = "Are you sure?"
|
||||
|
||||
[SETTINGS_IDENTITIES]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue