mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 16:07:03 +03:00
Added functionality to share contacts
Added setting "Automatically add recipients to your address beech" Further development of editing screen contact
This commit is contained in:
parent
026839d864
commit
2d9ff7d63f
63 changed files with 1229 additions and 1919 deletions
|
|
@ -144,11 +144,11 @@ LABEL_EMAIL = "Email"
|
|||
LABEL_PHONE = "Phone"
|
||||
LINK_ADD_EMAIL = "Add an email address"
|
||||
LINK_ADD_PHONE = "Add a phone"
|
||||
PLACEHOLDER_ENTER_DISPLAY_NAME = "Enter display name"
|
||||
LABEL_READ_ONLY = "Read only"
|
||||
LABEL_SHARE = "Share"
|
||||
BUTTON_SHARE_NONE = "None"
|
||||
BUTTON_SHARE_ALL = "All"
|
||||
BUTTON_SHARE_DOMAIN = "Domain"
|
||||
|
||||
[COMPOSE]
|
||||
TITLE_FROM = "From"
|
||||
|
|
@ -303,6 +303,7 @@ LABEL_MESSAGE_PER_PAGE = "messages on page"
|
|||
LABEL_CHROME_NOTIFICATION = "Notifications"
|
||||
LABEL_CHROME_NOTIFICATION_DESC = "Show new messages notification popups"
|
||||
LABEL_CHROME_NOTIFICATION_DESC_DENIED = "(Blocked by the browser)"
|
||||
LABEL_CONTACTS_AUTOSAVE = "Automatically add recipients to your address book"
|
||||
|
||||
[SETTINGS_THEMES]
|
||||
LEGEND_THEMES = "Themes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue