mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03:00
Added missing language constants.
This commit is contained in:
parent
388a688d9d
commit
daa958ed44
14 changed files with 471 additions and 406 deletions
|
|
@ -136,6 +136,11 @@ EMPTY_LIST = "No contacts here"
|
|||
EMPTY_SEARCH = "No contacts found"
|
||||
CLEAR_SEARCH = "Clear search"
|
||||
CONTACT_VIEW_DESC = "Select contact in list to view it here."
|
||||
LABEL_DISPLAY_NAME = "Display name"
|
||||
LABEL_EMAIL = "Email"
|
||||
LABEL_PHONE = "Phone"
|
||||
LINK_ADD_EMAIL = "Add an email address"
|
||||
LINK_ADD_PHONE = "Add a phone"
|
||||
|
||||
[COMPOSE]
|
||||
TITLE_FROM = "From"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue