mime: add failure case if openpgp processing fails!

This commit is contained in:
Vincent Breitmoser
2015-09-16 20:48:46 +02:00
parent 01038d6a26
commit 76465fc687
3 changed files with 7 additions and 0 deletions

View File

@@ -1358,6 +1358,7 @@
<string name="msg_data">"Processing input data"</string>
<string name="msg_data_openpgp">"Attempting to process OpenPGP data"</string>
<string name="msg_data_error_io">"Error reading input data!"</string>
<string name="msg_data_error_openpgp">"Error processing OpenPGP data!"</string>
<string name="msg_data_mime_error">"Error parsing MIME data!"</string>
<string name="msg_data_mime_filename">"Filename: '%s'"</string>
<string name="msg_data_mime_length">"Content-Length: %s"</string>