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
|
|
@ -337,7 +337,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"
|
||||
|
|
@ -426,7 +428,7 @@ LABEL_SIGNATURE = "Signatur"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Vil du legge til signatur i alle utgående meldinger?"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-stegs verifisering (Google Authenticator)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-stegs verifisering"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Aktiver 2-stegs verifisering"
|
||||
LABEL_TWO_FACTOR_USER = "Bruker"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
|
|
@ -653,6 +655,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "Abonnement-server er utilgjengelig"
|
|||
LICENSING_DOMAIN_EXPIRED = "Abonnementet for dette domenet er utløpt."
|
||||
LICENSING_DOMAIN_BANNED = "Abonnementet for dette domenet er forbudt."
|
||||
DEMO_SEND_MESSAGE_ERROR = "For sikkerhets skyld, denne demo-konto kan ikke sende meldinger til eksterne e-postadresser!"
|
||||
DEMO_ACCOUNT_ERROR = "For security purposes, this account is not allowed for this action!"
|
||||
ACCOUNT_ALREADY_EXISTS = "Kontoen finnes allerede"
|
||||
MAIL_SERVER_ERROR = "Det har oppstått en feil under tilgang til e-postserver"
|
||||
INVALID_INPUT_ARGUMENT = "Ugyldig input argument"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue