mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Pre release fixes and improvements
This commit is contained in:
parent
67c5e31e58
commit
abddb3d828
61 changed files with 378 additions and 57 deletions
|
|
@ -338,7 +338,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
SELECT_MATCH_ANY = "Matching any of the following rules"
|
||||
SELECT_MATCH_ALL = "Matching all of the following rules"
|
||||
MARK_AS_READ_LABEL = "Mark as read"
|
||||
REPLY_INTERVAL_LABEL = "Reply interval (days)"
|
||||
KEEP_LABEL = "Keep"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -427,7 +429,7 @@ LABEL_SIGNATURE = "Assinatura"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Adicionar sua assinatura em todas as mensagens de saída"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "Verificação de duas etapas (Google Authenticator)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "Verificação de duas etapas"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Habilitar verificação de duas etapas"
|
||||
LABEL_TWO_FACTOR_USER = "Usuário"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
|
|
@ -654,6 +656,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "A assinatura do servidor está indisponível"
|
|||
LICENSING_DOMAIN_EXPIRED = "A assinatura para este domínio expirou."
|
||||
LICENSING_DOMAIN_BANNED = "A assinatura para este domínio é proibida."
|
||||
DEMO_SEND_MESSAGE_ERROR = "Por motivos de segurança, esta conta demo não tem permissão para enviar mensagens para endereços de e-mail externo!"
|
||||
DEMO_ACCOUNT_ERROR = "For security purposes, this account is not allowed for this action!"
|
||||
ACCOUNT_ALREADY_EXISTS = "Esta conta já existe"
|
||||
MAIL_SERVER_ERROR = "Ocorreu um erro ao acessar o servidor de e-mail"
|
||||
INVALID_INPUT_ARGUMENT = "Argumento de entrada inválido"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue