mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +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 hay contactos aquí"
|
|||
EMPTY_SEARCH = "No se encontraron contactos"
|
||||
CLEAR_SEARCH = "Limpiar la búsqueda"
|
||||
CONTACT_VIEW_DESC = "Seleccionar un contacto en la lista para verlo aquí."
|
||||
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 = "De"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue