]> granicus.if.org Git - neomutt/commitdiff
Improve the error message when a signature is missing.
authorKevin McCarthy <kevin@8t8.us>
Wed, 14 Mar 2018 02:09:45 +0000 (19:09 -0700)
committerRichard Russon <rich@flatcap.org>
Sun, 25 Mar 2018 22:57:23 +0000 (23:57 +0100)
Thanks to Vincent Lefèvre for reporting the issue and for the wording
suggestion!

31 files changed:
ncrypt/crypt.c
po/bg.po
po/ca.po
po/cs.po
po/da.po
po/de.po
po/el.po
po/en_GB.po
po/eo.po
po/es.po
po/et.po
po/eu.po
po/fr.po
po/ga.po
po/gl.po
po/hu.po
po/id.po
po/it.po
po/ja.po
po/ko.po
po/lt.po
po/nl.po
po/pl.po
po/pt_BR.po
po/ru.po
po/sk.po
po/sv.po
po/tr.po
po/uk.po
po/zh_CN.po
po/zh_TW.po

index c4b1523f8f752d3a9106e910bf1b97cab8cb548d..77f4a8fe0cf354e6174526fbcbd08e6d30a60ded 100644 (file)
@@ -1010,7 +1010,8 @@ int mutt_signed_handler(struct Body *a, struct State *s)
   if (inconsistent)
   {
     state_attach_puts(_("[-- Error: "
-                        "Inconsistent multipart/signed structure! --]\n\n"),
+                        "Missing or bad-format multipart/signed signature!"
+                        " --]\n\n"),
                       s);
     return mutt_body_handler(a, s);
   }
index 060fc86f700b7402f2c5d29cc74ba96d313b0f7e..ff2f5053ee09cc0b55fd6260193888a4297a4d1a 100644 (file)
--- a/po/bg.po
+++ b/po/bg.po
@@ -3423,8 +3423,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- Грешка: Противоречива multipart/signed структура! --]\n"
index 72d1f9228486678075577e0a4b6f5867a5ce4d6f..098b4f673c0830fc00daaf2f5f21c39c2747cbd3 100644 (file)
--- a/po/ca.po
+++ b/po/ca.po
@@ -3498,8 +3498,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- Error: L’estructura «multipart/signed» no és consistent. --]\n"
index d5ff4ccf44f067fafdda4839419a33b04bac0d9d..ff0df002fe35c1a70900f6f23db67058ca4e9b3f 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -3270,8 +3270,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- Chyba: Chybná struktura zprávy typu multipart/signed! --]\n"
index bd40236183df28811bbc2268b48d4bdf13fb4f83..521b346ce68af482a389c6afad019af5f22a67d8 100644 (file)
--- a/po/da.po
+++ b/po/da.po
@@ -3287,8 +3287,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- Fejl: Inkonsistent \"multipart/signed\" struktur! --]\n"
index 1b81d576415ba87c64e881419a64a23cf7128485..9aa60a35aa151860d06a615b80f6b0d3d32ff8c5 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -3279,8 +3279,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- Fehler: Inkonsistente multipart/signed Struktur! --]\n"
index 903403c77cdc87ea0bf7771e3755dd07d1b58c2d..67e3bab0deca407627a571a9167956c9dc98ebab 100644 (file)
--- a/po/el.po
+++ b/po/el.po
@@ -3425,8 +3425,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- Σφάλμα: Ασυνεπής πολυμερής/υπογεγραμμένη δομή! --]\n"
index 3b2fe9b59bf150dc48392078f6daf2fdb2f58e9a..5780233bde0e38a5ebcd002c34a989d5983e44bb 100644 (file)
@@ -3256,10 +3256,10 @@ msgstr ""
 
 #: ncrypt/crypt.c:1012
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 
 #: ncrypt/crypt.c:1053
index 97c3b05a57f4f3fce18186d5dcbfd408f92521c1..0b672ff3cad25d87a97e6af8e0f9613331862544 100644 (file)
--- a/po/eo.po
+++ b/po/eo.po
@@ -3283,8 +3283,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- Eraro: malĝusta strukturo de multipart/signed! --]\n"
index 6b56569c3d3a8a058b4458fed7d14db08f378fc3..9306ac44a6bc90830d39c54fd6ec603d56b3fc18 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -3409,8 +3409,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- Error: ¡Estructura multipart/signed inconsistente! --]\n"
index 6a9ed98ef1eabff2f6d66c05088536a69b794a77..36edf3f4425c0cbc7af3508e1183b948859f8f8b 100644 (file)
--- a/po/et.po
+++ b/po/et.po
@@ -3393,8 +3393,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- Viga: Vigane multipart/signed struktuur! --]\n"
index 21678679e8d9e20d7548a76f8269e915b4ca0417..0a6cab756f10def6279f43c4f67fe8e06e7ddc57 100644 (file)
--- a/po/eu.po
+++ b/po/eu.po
@@ -3323,8 +3323,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- Errorea: konsistentzi gabeko zatianitz/sinaturiko estruktura! --]\n"
index b540aee6754727cd8a9dc7f056de2f6cb313f514..0d44404918f180cd000e8603f7eb88a2cc15c765 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -3466,10 +3466,10 @@ msgstr ""
 
 #: ncrypt/crypt.c:1012
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
-"[-- Erreur : Structure multipart/signed incohérente ! --]\n"
+"[-- Erreur : Signature multipart/signed manquante ou mauvais format ! --]\n"
 "\n"
 
 #: ncrypt/crypt.c:1053
@@ -6305,13 +6305,12 @@ msgid "No newsgroup specified."
 msgstr "Pas d'objet (Subject) spécifié."
 
 #: send.c:1938
-#, fuzzy
 msgid "No attachments, cancel sending?"
-msgstr "éditer le transfer-encoding de l'attachement"
+msgstr "Pas d'attachements, abandonner l'envoi ?"
 
 #: send.c:1944
 msgid "Message contains text matching \"$abort_noattach_regex\". Not sending."
-msgstr ""
+msgstr "L'attachement référencé dans le message est manquant"
 
 #: send.c:2005 smtp.c:189
 msgid "Sending message..."
index f7daed562f2f2562a65784c84bf5f7fc5c22eaeb..bc2dd83bfedb0bf6701cfbf7eec062531062ccd7 100644 (file)
--- a/po/ga.po
+++ b/po/ga.po
@@ -3329,8 +3329,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- Earráid: Struchtúr neamhréireach multipart/signed! --]\n"
index 1f25dece8932b57ab4ff0d5c9cc1706a9ee4185a..1d26a464da1ea11fd4c7bae7c6b9d14528f7822a 100644 (file)
--- a/po/gl.po
+++ b/po/gl.po
@@ -3413,8 +3413,9 @@ msgid ""
 msgstr "[-- Erro: protocolo multiparte/asinado %s descoñecido --]\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr "[-- Erro: estructura multiparte/asinada inconsistente --]\n"
 
index e628d81d4b6ced346a103e9f73585bfa605ff4b0..3123807f3c9d02c8aa309473ca3ab3b92534f511 100644 (file)
--- a/po/hu.po
+++ b/po/hu.po
@@ -3409,8 +3409,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- Hiba: Ellentmondó többrészes/aláírt struktúra! --]\n"
index 124969c0fa76517ff9273b67278f6dcd5f27e72d..e4736c3d6b50cc62dae3b68efa678a93bf10f7eb 100644 (file)
--- a/po/id.po
+++ b/po/id.po
@@ -3320,8 +3320,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- Error: Struktur multipart/signed tidak konsisten! --]\n"
index a1fd7a72b5c01d864dbeaedee60109224e9cab33..693f86d0b562cbe0a14a0f61a26d91b0ff267da8 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -3322,8 +3322,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- Errore: struttura multipart/signed incoerente! --]\n"
index 86fef6a4c64d7b2d8e78c10344ff5cc7597ad8a5..e598c17d79b4a0a96a15f84706ca5062208a31df 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -3300,8 +3300,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- エラー: multipart/signed 構造が矛盾している! --]\n"
index 5a7aa558275d0a1a58c8b328af85767ccd365c12..2d23a47df641677045eeda84cf99a795ddeecd31 100644 (file)
--- a/po/ko.po
+++ b/po/ko.po
@@ -3384,8 +3384,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- 오류: 일치하지 않는 multipart/signed 구조! --]\n"
index 9c21e63d35b87969611167af602aed17dcd657c3..21cc47c66652a09551dde79478397515d5f519f1 100644 (file)
--- a/po/lt.po
+++ b/po/lt.po
@@ -3364,8 +3364,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- Klaida: Neteisinga multipart/signed struktūra! --]\n"
index 070434307a26ffb14655155de15c4f2177ecfd1e..42628b152abd90c078192a97e58b8349a4a0a479 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -3296,8 +3296,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- Fout: Inconsistente multipart/signed-structuur! --]\n"
index ce6bca29b8147be4fb01e5b61dccff1520440c81..863543d2b46adcd57a976fe080930e3fe1f22046 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -3265,8 +3265,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- Błąd: Niespójna struktura multipart/signed ! --]\n"
index 815baf09ebabede223a10423f46454c19c5edad4..e05de08f406c8b2744cf524ef30948bcbc1e378f 100644 (file)
@@ -3268,8 +3268,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- Erro: Estrutura multipart/signed inconsistente! --]\n"
index 5ebb3c4240e246868ef831e87b08c1030cedc998..54ae136ffdaea9bc8b33a7216dd29df2b2caf3e3 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -3307,8 +3307,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- Ошибка: нарушена структура multipart/signed-сообщения! --]\n"
index d5c5c9c2cff6cd30c56d6f6f2aa53dc19794cde4..62ba6f8a7969bad2a17a0f9dba20bd877e00b22e 100644 (file)
--- a/po/sk.po
+++ b/po/sk.po
@@ -3375,8 +3375,9 @@ msgid ""
 msgstr "[--Chyba: neznámy multipart/signet protokol %s! --].\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr "[--Chyba: Nekonzistentná multipart/signet štruktúra! --].\n"
 
index 7f79a4a12c7a2dd1ad12fcd3db3a75719d51c893..993b8925b9e4bba5d58f3ba766e31705c9846803 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -3323,8 +3323,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- Fel: Inkonsekvent \"multipart/signed\" struktur! --]\n"
index 5ea439198ace2d24d5a81cd62cc6351507d7b774..6d4cf0b2932ed7252225c543f54d9343ea0ffa1c 100644 (file)
--- a/po/tr.po
+++ b/po/tr.po
@@ -3292,8 +3292,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- Hata: Tutarsız \"multipart/signed\" yapısı! --]\n"
index 53667ff61fb3b7718e8ae0add32f70ca07d27450..1200ac1f4e119a298e14187a4bbea2f7a26aa43d 100644 (file)
--- a/po/uk.po
+++ b/po/uk.po
@@ -3286,8 +3286,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- Помилка: несумісна структура multipart/signed! --]\n"
index c0241ab69502bb40047e9f5bb28aee932c723339..a4ede4e110d312a379206e6f2dabaf7caea2274f 100644 (file)
@@ -3325,8 +3325,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- 错误:不一致的 multipart/signed 结构! --]\n"
index 18cbc71ddebebf2343fc9f460b327fbe73c814a3..ea7140771883aa93796a82b6760554397c8d7cc9 100644 (file)
@@ -3402,8 +3402,9 @@ msgstr ""
 "\n"
 
 #: ncrypt/crypt.c:1012
+#, fuzzy
 msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
+"[-- Error: Missing or bad-format multipart/signed signature! --]\n"
 "\n"
 msgstr ""
 "[-- 錯誤:不一致的 multipart/signed 結構! --]\n"