mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +03:00
Ask old login password on CryptKey decrypt failure, to reseal with new password
This commit is contained in:
parent
a241149b6b
commit
9bc56a5abd
47 changed files with 199 additions and 67 deletions
|
|
@ -284,7 +284,8 @@
|
|||
"ERROR": "%TYPE% error: %ERROR%",
|
||||
"CREATE_SELF_SIGNED": "Create self-signed",
|
||||
"VALID_UNTIL": "Valid until",
|
||||
"PRIVATE_KEY": "Private key"
|
||||
"PRIVATE_KEY": "Private key",
|
||||
"ASK_CRYPTKEY_PASS": "Your login passphrase has changed. Please fill in your old login password to decrypt data"
|
||||
},
|
||||
"OPENPGP": {
|
||||
"POPUP_IMPORT_TITLE": "Importovať kľúč OpenPGP",
|
||||
|
|
@ -585,6 +586,7 @@
|
|||
"DomainAlreadyExists": "Táto Doména už existuje",
|
||||
"DomainNotAllowed": "Doména nie je povolená",
|
||||
"AccountNotAllowed": "Účet nie je povolený",
|
||||
"CryptKeyError": "Your login passphrase has changed",
|
||||
"ContactsSyncError": "Contacts synchronization error",
|
||||
"CantGetMessageList": "Chyba pri vytváraní zoznamu správ.",
|
||||
"CantGetMessage": "Správu sa nepodarilo načítať",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue