i18n(mail): fix status for message validity

Fixes #5204
pull/289/head
Francis Lachapelle 2020-11-06 20:41:38 -05:00
parent 55e5c191f4
commit e6088c9026
2 changed files with 9 additions and 2 deletions

View File

@ -34,8 +34,6 @@ reply_info = "This is a reply to an event invitation done by you.";
"to" = "to";
"Untitled" = "Untitled";
"Size" = "Size";
"Digital signature is not valid" = "Digital signature is not valid";
"Message is signed" = "Message is signed";
"Subject" = "Subject";
"From" = "From";
"Date" = "Date";

View File

@ -269,6 +269,15 @@
/* Trying to access a non-existent certificate */
"No certificate associated to account." = "No certificate associated to account.";
/* Invalid message signature */
"Digital signature is not valid" = "Digital signature is not valid";
/* Valid message signature */
"Message is signed" = "Message is signed";
/* Unknown error while validating message signature */
"No error information available" = "No error information available";
"This Folder" = "This Folder";
/* Label popup menu */