mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +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%",
|
||||
"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": "导入 OpenPGP 密钥",
|
||||
|
|
@ -585,6 +586,7 @@
|
|||
"DomainAlreadyExists": "域已经存在",
|
||||
"DomainNotAllowed": "不允许此域名",
|
||||
"AccountNotAllowed": "不允许此账户",
|
||||
"CryptKeyError": "Your login passphrase has changed",
|
||||
"ContactsSyncError": "联系人同步错误",
|
||||
"CantGetMessageList": "无法获取邮件列表",
|
||||
"CantGetMessage": "无法获取邮件",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue