mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Added export contacts (vCard)
This commit is contained in:
parent
c25b5bfef7
commit
c248292f07
37 changed files with 489 additions and 237 deletions
|
|
@ -152,7 +152,9 @@ SEARCH_INPUT_PLACEHOLDER = "Procurar"
|
|||
BUTTON_ADD_CONTACT = "Adicionar Contatos"
|
||||
BUTTON_CREATE_CONTACT = "Criar"
|
||||
BUTTON_UPDATE_CONTACT = "Atualizar"
|
||||
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 = "Erro ao importat (formato do arquivo inválido)"
|
||||
LIST_LOADING = "Carregando"
|
||||
EMPTY_LIST = "Nenhum contato aqui"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue