mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +03:00
Added export contacts (vCard)
This commit is contained in:
parent
c25b5bfef7
commit
c248292f07
37 changed files with 489 additions and 237 deletions
|
|
@ -151,7 +151,9 @@ SEARCH_INPUT_PLACEHOLDER = "Caută contacte"
|
|||
BUTTON_ADD_CONTACT = "Adugă un contact"
|
||||
BUTTON_CREATE_CONTACT = "Salvează"
|
||||
BUTTON_UPDATE_CONTACT = "Actualizează"
|
||||
BUTTON_IMPORT = "Importă (csv, vcf, vcard)"
|
||||
BUTTON_IMPORT = "Importă (csv, vcf, vCard)"
|
||||
BUTTON_EXPORT_VCARD = "Export (vcf, vCard)"
|
||||
BUTTON_EXPORT_CSV = "Export (csv)"
|
||||
ERROR_IMPORT_FILE = "Nu s-a putut importa (formatul fișierului este greșit)"
|
||||
LIST_LOADING = "Se încarcă..."
|
||||
EMPTY_LIST = "Agenda este goală"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue