mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +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 = "Firma"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Agregar su firma a todos los mensajes salientes"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "Verificación de 2 Pasos (Google Authenticator)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "Verificación de 2 Pasos"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Activar la verificación de 2 pasos"
|
||||
LABEL_TWO_FACTOR_USER = "Usuario"
|
||||
LABEL_TWO_FACTOR_STATUS = "Estado"
|
||||
|
|
@ -654,6 +656,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "El Servidor de Suscripción no está disponib
|
|||
LICENSING_DOMAIN_EXPIRED = "La suscripción para este dominio ha expirado."
|
||||
LICENSING_DOMAIN_BANNED = "La suscripción para este dominio se prohibió."
|
||||
DEMO_SEND_MESSAGE_ERROR = "Por razones de seguridad, esta cuenta demo no permite enviar mensajes a direcciones de correo electrónico externas!"
|
||||
DEMO_ACCOUNT_ERROR = "For security purposes, this account is not allowed for this action!"
|
||||
ACCOUNT_ALREADY_EXISTS = "La cuenta ya existe"
|
||||
MAIL_SERVER_ERROR = "Ocurrió un error mientras se accedía al servidor"
|
||||
INVALID_INPUT_ARGUMENT = "Invalid input argument"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue