mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +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,6 +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"
|
||||
|
||||
[COMPOSE]
|
||||
TITLE_FROM = "보낸 이"
|
||||
|
|
@ -295,6 +300,7 @@ LABEL_MESSAGE_PER_PAGE = "페이지 당 메시지 수"
|
|||
LABEL_CHROME_NOTIFICATION = "알림"
|
||||
LABEL_CHROME_NOTIFICATION_DESC = "새 메시지 알림 팝업 사용"
|
||||
LABEL_CHROME_NOTIFICATION_DESC_DENIED = "(브라우저에 의해 차단됨)"
|
||||
LABEL_CONTACTS_AUTOSAVE = "Automatically add recipients to your address book"
|
||||
|
||||
[SETTINGS_THEMES]
|
||||
LEGEND_THEMES = "테마"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue