[git] GPG-ERROR - branch, master, updated. libgpg-error-1.25-8-gf769450

by Daniel Kahn Gillmor cvs at cvs.gnupg.org
Fri Nov 18 02:48:46 CET 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Error codes used by GnuPG et al.".

The branch, master has been updated
       via  f769450924367d4f495eda981025fed391cd68a8 (commit)
       via  b5e7937128a8fccbeba0e9d3c931a5622a860a0c (commit)
       via  47f2f059732cad79486b48eca5cd8fc07dbc396b (commit)
       via  c7e48340fdc33d4d0fe5a62301c1e15382022954 (commit)
       via  0e1e5d8f91259692f97661b7c5bd1fa7ff029e3d (commit)
       via  441ab0d81f4ded0555d60af7b629157a5558911c (commit)
      from  eeef6b8724b43e105ae2beef022fc957eb228bcf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f769450924367d4f495eda981025fed391cd68a8
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Wed Nov 16 08:52:46 2016 +0900

    w32-iconv: Remove invalid link to unicode.org in comment.
    
    --
    http://www.unicode.org/unicode/onlinedat/languages.html currently says:
    
         The mapping information between Macintosh and Windows codes is no
         longer available on the Unicode site. Please consult the
         Macintosh and Windows developer sites.
    
    And there are no outbound links.
    
    Signed-off-by: Daniel Kahn Gillmor <dkg at fifthhorseman.net>

diff --git a/src/w32-gettext.c b/src/w32-gettext.c
index 8168e30..3b54ebd 100644
--- a/src/w32-gettext.c
+++ b/src/w32-gettext.c
@@ -680,7 +680,6 @@ my_nl_locale_name (const char *categoryname)
   sub = SUBLANGID (langid);
 
   /* Dispatch on language.
-     See also http://www.unicode.org/unicode/onlinedat/languages.html .
      For details about languages, see https://www.ethnologue.com/ .  */
   switch (primary)
     {

commit b5e7937128a8fccbeba0e9d3c931a5622a860a0c
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Wed Nov 16 08:52:45 2016 +0900

    w32: Update links from http to https.
    
    --
    
    Signed-off-by: Daniel Kahn Gillmor <dkg at fifthhorseman.net>

diff --git a/src/w32-iconv.c b/src/w32-iconv.c
index 47a06b2..c10bb32 100644
--- a/src/w32-iconv.c
+++ b/src/w32-iconv.c
@@ -389,7 +389,7 @@ static struct {
 
     /*
      * Code Page Identifiers
-     * http://msdn2.microsoft.com/en-us/library/ms776446.aspx
+     * https://msdn.microsoft.com/en-us/library/dd317756.aspx
      */
     {37, "IBM037"}, /* IBM EBCDIC US-Canada */
     {437, "IBM437"}, /* OEM United States */
@@ -968,7 +968,7 @@ name_to_codepage(const char *name)
 }
 
 /*
- * http://www.faqs.org/rfcs/rfc2781.html
+ * https://tools.ietf.org/html/rfc2781
  */
 static uint
 utf16_to_ucs4(const ushort *wbuf)

commit 47f2f059732cad79486b48eca5cd8fc07dbc396b
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Wed Nov 16 08:52:44 2016 +0900

    Fix more misspellings.
    
    --
    
    Signed-off-by: Daniel Kahn Gillmor <dkg at fifthhorseman.net>

diff --git a/NEWS b/NEWS
index ce2beb5..46ecdc9 100644
--- a/NEWS
+++ b/NEWS
@@ -478,8 +478,8 @@ Noteworthy changes in version 1.4 (2006-09-14)
  * New error codes for the Assuan IPC library.
 
  * New error code GPG_ERR_MISSING_ERRNO to be used in cases when a
-   system accidently does not set errno but a system error definitely
-   occured.
+   system accidentally does not set errno but a system error
+   definitely occurred.
 
  * New error source GPG_ERR_SOURCE_ANY to allow proper use of
    libgpg-error even if a specific source is not available.
diff --git a/doc/errorref.txt b/doc/errorref.txt
index da4510e..d389398 100644
--- a/doc/errorref.txt
+++ b/doc/errorref.txt
@@ -78,7 +78,7 @@ GPG_ERR_NO_PUBKEY		No public key
             - The public key could not be retrieved from a corresponding
               certificate on a card (command READKEY in scd).
             - A requested certificate was not found or an unspecified
-              error occured while selecting a X.509 certificate in
+              error occurred while selecting a X.509 certificate in
               gpgsm.
             - The specified certificate or key was not found.  This
               does not necessary mean that the certifciate is not
diff --git a/doc/gpgrt.texi b/doc/gpgrt.texi
index b8a3008..53beef8 100644
--- a/doc/gpgrt.texi
+++ b/doc/gpgrt.texi
@@ -128,7 +128,7 @@ RunTime).
 This manual documents the Libgpg-error library application programming
 interface (API).  The goal is to that all functions and data types
 provided by the library are explained.  However, for now this is only
-a stub and not very usefull.
+a stub and not very useful.
 
 
 @node Features
@@ -327,7 +327,7 @@ TBD.
 @node Generalities
 @chapter Generalities
 
-TBD.  (Description of the error fucntion may be taken from Libgcrypt.)
+TBD.  (Description of the error function may be taken from Libgcrypt.)
 
 
 
diff --git a/src/estream-printf.c b/src/estream-printf.c
index 091ff7d..f1cbcde 100644
--- a/src/estream-printf.c
+++ b/src/estream-printf.c
@@ -1784,7 +1784,7 @@ dynamic_buffer_out (void *outfncarg, const char *buf, size_t buflen)
         {
           parm->error_flag = errno ? errno : ENOMEM;
           /* Wipe out what we already accumulated.  This is useful in
-             case sensitive data is formated.  */
+             case sensitive data is formatted.  */
           memset (parm->buffer, 0, parm->used);
           return -1;
         }

commit c7e48340fdc33d4d0fe5a62301c1e15382022954
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Wed Nov 16 08:52:43 2016 +0900

    po: Convert ro.po to UTF-8.
    
    --
    
    Signed-off-by: Daniel Kahn Gillmor <dkg at fifthhorseman.net>

diff --git a/po/ro.po b/po/ro.po
index c9ad5dd..6354580 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -1,6 +1,6 @@
-# Mesajele în limba românã pentru libgpg-error.
+# Mesajele în limba română pentru libgpg-error.
 # Copyright (C) 2005 Free Software Foundation, Inc.
-# Acest fiºier este distribuit sub aceeaºi licenþã ca ºi pachetul libgpg-error.
+# Acest fişier este distribuit sub aceeaşi licenţă ca şi pachetul libgpg-error.
 # Laurentiu Buzdugan <lbuz at rolix.org>, 2005.
 #
 #
@@ -14,12 +14,12 @@ msgstr ""
 "Language-Team: Romanian <translation-team-ro at lists.sourceforge.net>\n"
 "Language: ro\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-2\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 msgid "Unspecified source"
-msgstr "Sursã nespecificatã"
+msgstr "Sursă nespecificată"
 
 msgid "gcrypt"
 msgstr "gcrypt"
@@ -71,58 +71,58 @@ msgstr ""
 
 #, fuzzy
 msgid "Any source"
-msgstr "Sursã necunoscutã"
+msgstr "Sursă necunoscută"
 
 msgid "User defined source 1"
-msgstr "Sursã definitã de utilizator 1"
+msgstr "Sursă definită de utilizator 1"
 
 msgid "User defined source 2"
-msgstr "Sursã definitã de utilizator 2"
+msgstr "Sursă definită de utilizator 2"
 
 msgid "User defined source 3"
-msgstr "Sursã definitã de utilizator 3"
+msgstr "Sursă definită de utilizator 3"
 
 msgid "User defined source 4"
-msgstr "Sursã definitã de utilizator 4"
+msgstr "Sursă definită de utilizator 4"
 
 msgid "Unknown source"
-msgstr "Sursã necunoscutã"
+msgstr "Sursă necunoscută"
 
 msgid "Success"
 msgstr "Succes"
 
 msgid "General error"
-msgstr "Eroare generalã"
+msgstr "Eroare generală"
 
 msgid "Unknown packet"
 msgstr "Pachet necunoscut"
 
 msgid "Unknown version in packet"
-msgstr "versiune necunoscutã în pachet"
+msgstr "versiune necunoscută în pachet"
 
 msgid "Invalid public key algorithm"
-msgstr "Algoritm cu cheie publicã invalid"
+msgstr "Algoritm cu cheie publică invalid"
 
 msgid "Invalid digest algorithm"
 msgstr "Algoritm rezumat invalid"
 
 msgid "Bad public key"
-msgstr "Cheie publicã incorectã"
+msgstr "Cheie publică incorectă"
 
 msgid "Bad secret key"
-msgstr "Cheie secretã incorectã"
+msgstr "Cheie secretă incorectă"
 
 msgid "Bad signature"
-msgstr "Semnãturã incorectã"
+msgstr "Semnătură incorectă"
 
 msgid "No public key"
-msgstr "Nici o cheie publicã"
+msgstr "Nici o cheie publică"
 
 msgid "Checksum error"
 msgstr "Eroare checksum"
 
 msgid "Bad passphrase"
-msgstr "Frazã-parolã incorectã"
+msgstr "Frază-parolă incorectă"
 
 msgid "Invalid cipher algorithm"
 msgstr "Algoritm cifrare invalid"
@@ -134,34 +134,34 @@ msgid "Invalid packet"
 msgstr "Pachet invalid"
 
 msgid "Invalid armor"
-msgstr "Armurã invalidã"
+msgstr "Armură invalidă"
 
 msgid "No user ID"
 msgstr "Nici un ID utilizator."
 
 msgid "No secret key"
-msgstr "Nici o cheie secretã"
+msgstr "Nici o cheie secretă"
 
 msgid "Wrong secret key used"
-msgstr "A fost folositã o cheie secretã greºitã"
+msgstr "A fost folosită o cheie secretă greşită"
 
 msgid "Bad session key"
-msgstr "Cheie de sesiune incorectã"
+msgstr "Cheie de sesiune incorectă"
 
 msgid "Unknown compression algorithm"
 msgstr "Algoritm compresie necunoscut"
 
 msgid "Number is not prime"
-msgstr "Numãrul nu este prim"
+msgstr "Numărul nu este prim"
 
 msgid "Invalid encoding method"
-msgstr "Valoare de encodare invalidã"
+msgstr "Valoare de encodare invalidă"
 
 msgid "Invalid encryption scheme"
-msgstr "Schemã de cifrare invalidã"
+msgstr "Schemă de cifrare invalidă"
 
 msgid "Invalid signature scheme"
-msgstr "Schemã de semnãturi invalidã"
+msgstr "Schemă de semnături invalidă"
 
 msgid "Invalid attribute"
 msgstr "Argument invalid"
@@ -170,22 +170,22 @@ msgid "No value"
 msgstr "Nici o valoare"
 
 msgid "Not found"
-msgstr "Nu a fost gãsit(ã)"
+msgstr "Nu a fost găsit(ă)"
 
 msgid "Value not found"
-msgstr "Valoarea nu a fost gãsitã"
+msgstr "Valoarea nu a fost găsită"
 
 msgid "Syntax error"
-msgstr "Eroare de sintaxã"
+msgstr "Eroare de sintaxă"
 
 msgid "Bad MPI value"
-msgstr "Valoare MPI incorectã"
+msgstr "Valoare MPI incorectă"
 
 msgid "Invalid passphrase"
-msgstr "Frazã-parolã invalidã"
+msgstr "Frază-parolă invalidă"
 
 msgid "Invalid signature class"
-msgstr "Clasã semnãturi invalidã"
+msgstr "Clasă semnături invalidă"
 
 msgid "Resources exhausted"
 msgstr "Resurse epuizate"
@@ -194,7 +194,7 @@ msgid "Invalid keyring"
 msgstr "Inel de chei invalid"
 
 msgid "Trust DB error"
-msgstr "Eroare bazã de date încredere"
+msgstr "Eroare bază de date încredere"
 
 msgid "Bad certificate"
 msgstr "Certificat incorect"
@@ -203,7 +203,7 @@ msgid "Invalid user ID"
 msgstr "ID utilizator invalid"
 
 msgid "Unexpected error"
-msgstr "Eroare neaºteptatã"
+msgstr "Eroare neaşteptată"
 
 msgid "Time conflict"
 msgstr "Conflict de timp"
@@ -212,34 +212,34 @@ msgid "Keyserver error"
 msgstr "Eroare server de chei"
 
 msgid "Wrong public key algorithm"
-msgstr "Algoritm cheie publicã greºit"
+msgstr "Algoritm cheie publică greşit"
 
 msgid "Tribute to D. A."
 msgstr "Tribut lui D. A."
 
 msgid "Weak encryption key"
-msgstr "Cheie de cifrare slabã"
+msgstr "Cheie de cifrare slabă"
 
 msgid "Invalid key length"
-msgstr "Lungime cheie invalidã"
+msgstr "Lungime cheie invalidă"
 
 msgid "Invalid argument"
 msgstr "Argument invalid"
 
 msgid "Syntax error in URI"
-msgstr "Eroare de sintaxã în URI"
+msgstr "Eroare de sintaxă în URI"
 
 msgid "Invalid URI"
 msgstr "URI incorect"
 
 msgid "Network error"
-msgstr "Eroare reþea"
+msgstr "Eroare reţea"
 
 msgid "Unknown host"
-msgstr "Gazdã necunoscutã"
+msgstr "Gazdă necunoscută"
 
 msgid "Selftest failed"
-msgstr "Auto-test eºuat"
+msgstr "Auto-test eÅŸuat"
 
 msgid "Data not encrypted"
 msgstr "Date necifrate"
@@ -248,37 +248,37 @@ msgid "Data not processed"
 msgstr "Date neprocesate"
 
 msgid "Unusable public key"
-msgstr "Cheie publicã de nefolosit"
+msgstr "Cheie publică de nefolosit"
 
 msgid "Unusable secret key"
-msgstr "cheie secretã de nefolosit"
+msgstr "cheie secretă de nefolosit"
 
 msgid "Invalid value"
-msgstr "Valoare invalidã"
+msgstr "Valoare invalidă"
 
 msgid "Bad certificate chain"
-msgstr "Lanþ certificate incorect"
+msgstr "Lanţ certificate incorect"
 
 msgid "Missing certificate"
-msgstr "Certificat lipsã"
+msgstr "Certificat lipsă"
 
 msgid "No data"
-msgstr "Nici o datã"
+msgstr "Nici o dată"
 
 msgid "Bug"
 msgstr "Bug"
 
 msgid "Not supported"
-msgstr "Nu este suportat(ã)"
+msgstr "Nu este suportat(ă)"
 
 msgid "Invalid operation code"
-msgstr "Cod operaþie invalid"
+msgstr "Cod operaţie invalid"
 
 msgid "Timeout"
-msgstr "Pauzã"
+msgstr "Pauză"
 
 msgid "Internal error"
-msgstr "Eroare internã"
+msgstr "Eroare internă"
 
 msgid "EOF (gcrypt)"
 msgstr "EOF (gcrypt)"
@@ -293,13 +293,13 @@ msgid "Provided object is too large"
 msgstr "Obiectul furnizat e prea larg"
 
 msgid "Missing item in object"
-msgstr "Articol lipsã în obiect"
+msgstr "Articol lipsă în obiect"
 
 msgid "Not implemented"
-msgstr "Nu a fost implementat(ã)"
+msgstr "Nu a fost implementat(ă)"
 
 msgid "Conflicting use"
-msgstr "Folosire în conflict"
+msgstr "Folosire în conflict"
 
 msgid "Invalid cipher mode"
 msgstr "Mod cifru invalid"
@@ -314,13 +314,13 @@ msgid "Result truncated"
 msgstr "Rezultat invalid"
 
 msgid "Incomplete line"
-msgstr "Linie incompletã"
+msgstr "Linie incompletă"
 
 msgid "Invalid response"
-msgstr "Rãspuns invalid"
+msgstr "Răspuns invalid"
 
 msgid "No agent running"
-msgstr "Nu ruleazã nici un agent"
+msgstr "Nu rulează nici un agent"
 
 #, fuzzy
 #| msgid "agent error"
@@ -336,13 +336,13 @@ msgstr "Eroare server Assuan"
 
 #, fuzzy
 msgid "General Assuan error"
-msgstr "Eroare generalã"
+msgstr "Eroare generală"
 
 msgid "Invalid session key"
-msgstr "Cheie de sesiune invalidã"
+msgstr "Cheie de sesiune invalidă"
 
 msgid "Invalid S-expression"
-msgstr "Expresie-S invalidã"
+msgstr "Expresie-S invalidă"
 
 msgid "Unsupported algorithm"
 msgstr "Algoritm nesuportat"
@@ -366,7 +366,7 @@ msgid "Invalid parameter"
 msgstr "Parametru invalid"
 
 msgid "Wrong card"
-msgstr "Card greºit"
+msgstr "Card greÅŸit"
 
 msgid "No dirmngr"
 msgstr "Nici un dirmngr"
@@ -384,13 +384,13 @@ msgid "CRL too old"
 msgstr "CRL prea vechi"
 
 msgid "Line too long"
-msgstr "Linie prea lungã"
+msgstr "Linie prea lungă"
 
 msgid "Not trusted"
-msgstr "Nu este de încredere"
+msgstr "Nu este de încredere"
 
 msgid "Operation cancelled"
-msgstr "Operaþiune anulatã"
+msgstr "Operaţiune anulată"
 
 msgid "Bad CA certificate"
 msgstr "Certificat CA incorect"
@@ -405,13 +405,13 @@ msgid "Unsupported certificate"
 msgstr "Certificat nesuportat"
 
 msgid "Unknown S-expression"
-msgstr "Expresie-S necunoscutã"
+msgstr "Expresie-S necunoscută"
 
 msgid "Unsupported protection"
-msgstr "Protecþie nesuportatã"
+msgstr "Protecţie nesuportată"
 
 msgid "Corrupted protection"
-msgstr "Protecþie coruptã"
+msgstr "Protecţie coruptă"
 
 msgid "Ambiguous name"
 msgstr "Nume ambiguu"
@@ -420,7 +420,7 @@ msgid "Card error"
 msgstr "Eroare card"
 
 msgid "Card reset required"
-msgstr "Este necesarã resetarea cardului"
+msgstr "Este necesară resetarea cardului"
 
 msgid "Card removed"
 msgstr "Card scos"
@@ -432,10 +432,10 @@ msgid "Card not present"
 msgstr "Cardul nu este prezent"
 
 msgid "No PKCS15 application"
-msgstr "Nici o aplicaþie PKCS15"
+msgstr "Nici o aplicaţie PKCS15"
 
 msgid "Not confirmed"
-msgstr "Neconfirmat(ã)"
+msgstr "Neconfirmat(ă)"
 
 msgid "Configuration error"
 msgstr "Eroare de configurare"
@@ -459,34 +459,34 @@ msgid "Unsupported protocol"
 msgstr "Protocol nesuportat"
 
 msgid "Bad PIN method"
-msgstr "Metodã PIN incorectã"
+msgstr "Metodă PIN incorectă"
 
 msgid "Card not initialized"
-msgstr "Card neiniþializat"
+msgstr "Card neiniţializat"
 
 msgid "Unsupported operation"
-msgstr "Operaþie nesuportatã"
+msgstr "Operaţie nesuportată"
 
 msgid "Wrong key usage"
-msgstr "Folosire cheie greºitã"
+msgstr "Folosire cheie greşită"
 
 msgid "Nothing found"
-msgstr "Nu a fost gãsit nimic"
+msgstr "Nu a fost găsit nimic"
 
 msgid "Wrong blob type"
 msgstr "Tip de blob incorect"
 
 msgid "Missing value"
-msgstr "Valoare lipsã"
+msgstr "Valoare lipsă"
 
 msgid "Hardware problem"
-msgstr "Problemã hardware"
+msgstr "Problemă hardware"
 
 msgid "PIN blocked"
 msgstr "PIN blocat"
 
 msgid "Conditions of use not satisfied"
-msgstr "Condiþii de folosire nesatisfãcute"
+msgstr "Condiţii de folosire nesatisfăcute"
 
 msgid "PINs are not synced"
 msgstr "PIN-urile nu sunt sincronizate"
@@ -501,22 +501,22 @@ msgid "Invalid BER"
 msgstr "BER invalid"
 
 msgid "Element not found"
-msgstr "Elementul nu a fost gãsit"
+msgstr "Elementul nu a fost găsit"
 
 msgid "Identifier not found"
-msgstr "Identificator nu a fost gãsit"
+msgstr "Identificator nu a fost găsit"
 
 msgid "Invalid tag"
-msgstr "Etichetã invalidã"
+msgstr "Etichetă invalidă"
 
 msgid "Invalid length"
-msgstr "Lungime invalidã"
+msgstr "Lungime invalidă"
 
 msgid "Invalid key info"
-msgstr "Informaþii cheie invalide"
+msgstr "Informaţii cheie invalide"
 
 msgid "Unexpected tag"
-msgstr "Etichetã neaºteptatã"
+msgstr "Etichetă neaşteptată"
 
 msgid "Not DER encoded"
 msgstr "Nu e encodat DER"
@@ -534,10 +534,10 @@ msgid "Unsupported CMS object"
 msgstr "Obiect CMS nesuportat"
 
 msgid "Unsupported encoding"
-msgstr "Encodare nesuportatã"
+msgstr "Encodare nesuportată"
 
 msgid "Unsupported CMS version"
-msgstr "Versiune CMS nesuportatã"
+msgstr "Versiune CMS nesuportată"
 
 msgid "Unknown algorithm"
 msgstr "Algoritm necunoscut"
@@ -546,34 +546,34 @@ msgid "Invalid crypto engine"
 msgstr "Motor cifrare invalid"
 
 msgid "Public key not trusted"
-msgstr "Cheia publicã nu este de încredere"
+msgstr "Cheia publică nu este de încredere"
 
 msgid "Decryption failed"
-msgstr "Decriptarea a eºuat"
+msgstr "Decriptarea a eÅŸuat"
 
 msgid "Key expired"
-msgstr "Cheie expiratã"
+msgstr "Cheie expirată"
 
 msgid "Signature expired"
-msgstr "Semnãturã expiratã"
+msgstr "Semnătură expirată"
 
 msgid "Encoding problem"
-msgstr "Problemã de encodare"
+msgstr "Problemă de encodare"
 
 msgid "Invalid state"
-msgstr "Stare invalidã"
+msgstr "Stare invalidă"
 
 msgid "Duplicated value"
-msgstr "Valoare dublã"
+msgstr "Valoare dublă"
 
 msgid "Missing action"
-msgstr "Acþiune lipsã"
+msgstr "Acţiune lipsă"
 
 msgid "ASN.1 module not found"
-msgstr "Modulul ASN.1 nu a fost gãsit"
+msgstr "Modulul ASN.1 nu a fost găsit"
 
 msgid "Invalid OID string"
-msgstr "ªir OID invalid"
+msgstr "Åžir OID invalid"
 
 msgid "Invalid time"
 msgstr "Timp invalid"
@@ -582,7 +582,7 @@ msgid "Invalid CRL object"
 msgstr "Obiect CRL invalid"
 
 msgid "Unsupported CRL version"
-msgstr "Versiune CRL nesuportatã"
+msgstr "Versiune CRL nesuportată"
 
 msgid "Invalid certificate object"
 msgstr "Obiect certificat incorect"
@@ -591,10 +591,10 @@ msgid "Unknown name"
 msgstr "Nume necunoscut"
 
 msgid "A locale function failed"
-msgstr "O funcþie locale a eºuat"
+msgstr "O funcţie locale a eşuat"
 
 msgid "Not locked"
-msgstr "Neforþat(ã)"
+msgstr "Neforţat(ă)"
 
 msgid "Protocol violation"
 msgstr "Violare de protocol"
@@ -603,23 +603,23 @@ msgid "Invalid MAC"
 msgstr "MAC invalid"
 
 msgid "Invalid request"
-msgstr "Cerere invalidã"
+msgstr "Cerere invalidă"
 
 #, fuzzy
 msgid "Unknown extension"
-msgstr "Expresie-S necunoscutã"
+msgstr "Expresie-S necunoscută"
 
 #, fuzzy
 msgid "Unknown critical extension"
-msgstr "Expresie-S necunoscutã"
+msgstr "Expresie-S necunoscută"
 
 #, fuzzy
 msgid "Locked"
-msgstr "Neforþat(ã)"
+msgstr "Neforţat(ă)"
 
 #, fuzzy
 msgid "Unknown option"
-msgstr "Expresie-S necunoscutã"
+msgstr "Expresie-S necunoscută"
 
 #, fuzzy
 msgid "Unknown command"
@@ -627,18 +627,18 @@ msgstr "Cod de eroare necunoscut"
 
 #, fuzzy
 msgid "Not operational"
-msgstr "Operaþie nesuportatã"
+msgstr "Operaţie nesuportată"
 
 #, fuzzy
 msgid "No passphrase given"
-msgstr "Frazã-parolã incorectã"
+msgstr "Frază-parolă incorectă"
 
 msgid "No PIN given"
 msgstr ""
 
 #, fuzzy
 msgid "Not enabled"
-msgstr "Neforþat(ã)"
+msgstr "Neforţat(ă)"
 
 #, fuzzy
 msgid "No crypto engine"
@@ -646,7 +646,7 @@ msgstr "Motor cifrare invalid"
 
 #, fuzzy
 msgid "Missing key"
-msgstr "Valoare lipsã"
+msgstr "Valoare lipsă"
 
 #, fuzzy
 msgid "Too many objects"
@@ -657,11 +657,11 @@ msgstr ""
 
 #, fuzzy
 msgid "Not initialized"
-msgstr "Card neiniþializat"
+msgstr "Card neiniţializat"
 
 #, fuzzy
 msgid "Missing issuer certificate"
-msgstr "Certificat lipsã"
+msgstr "Certificat lipsă"
 
 msgid "No keyserver available"
 msgstr ""
@@ -672,12 +672,12 @@ msgstr "Timp invalid"
 
 #, fuzzy
 msgid "Unknown elliptic curve"
-msgstr "Sursã necunoscutã"
+msgstr "Sursă necunoscută"
 
 #, fuzzy
 #| msgid "Duplicated value"
 msgid "Duplicated key"
-msgstr "Valoare dublã"
+msgstr "Valoare dublă"
 
 #, fuzzy
 #| msgid "Ambiguous name"
@@ -703,12 +703,12 @@ msgstr ""
 #, fuzzy
 #| msgid "No public key"
 msgid "Broken public key"
-msgstr "Nici o cheie publicã"
+msgstr "Nici o cheie publică"
 
 #, fuzzy
 #| msgid "No secret key"
 msgid "Broken secret key"
-msgstr "Nici o cheie secretã"
+msgstr "Nici o cheie secretă"
 
 #, fuzzy
 #| msgid "Invalid digest algorithm"
@@ -717,53 +717,53 @@ msgstr "Algoritm rezumat invalid"
 
 #, fuzzy
 msgid "Operation fully cancelled"
-msgstr "Operaþiune anulatã"
+msgstr "Operaţiune anulată"
 
 #, fuzzy
 msgid "Operation not yet finished"
-msgstr "Operaþiune anulatã"
+msgstr "Operaţiune anulată"
 
 msgid "Buffer too short"
 msgstr "Buffer prea scurt"
 
 msgid "Invalid length specifier in S-expression"
-msgstr "Specificarea lungimii invalidã în expresia-S"
+msgstr "Specificarea lungimii invalidă în expresia-S"
 
 msgid "String too long in S-expression"
-msgstr "ªir prea lung în expresia-S"
+msgstr "Şir prea lung în expresia-S"
 
 msgid "Unmatched parentheses in S-expression"
-msgstr "Parantezã fãrã pereche în expresia-S"
+msgstr "Paranteză fără pereche în expresia-S"
 
 msgid "S-expression not canonical"
-msgstr "Expresia-S nu este canonicã"
+msgstr "Expresia-S nu este canonică"
 
 msgid "Bad character in S-expression"
-msgstr "Caracter invalid în expresia-S"
+msgstr "Caracter invalid în expresia-S"
 
 msgid "Bad quotation in S-expression"
-msgstr "Ghilimele incorecte în expresia-S"
+msgstr "Ghilimele incorecte în expresia-S"
 
 msgid "Zero prefix in S-expression"
-msgstr "Prefix zero în expresia-S"
+msgstr "Prefix zero în expresia-S"
 
 msgid "Nested display hints in S-expression"
-msgstr "Indicaþii de afiºare încuibãrite în expresia-S"
+msgstr "Indicaţii de afişare încuibărite în expresia-S"
 
 msgid "Unmatched display hints"
-msgstr "Indicaþii de afiºare fãrã pereche"
+msgstr "Indicaţii de afişare fără pereche"
 
 msgid "Unexpected reserved punctuation in S-expression"
-msgstr "Punctuaþie rezervatã neaºteptatã în expresia-S"
+msgstr "Punctuaţie rezervată neaşteptată în expresia-S"
 
 msgid "Bad hexadecimal character in S-expression"
-msgstr "Caracter hexazecimal incorect în expresia-S"
+msgstr "Caracter hexazecimal incorect în expresia-S"
 
 msgid "Odd hexadecimal numbers in S-expression"
-msgstr "Numere hexazecimale ciudate în expresia-S"
+msgstr "Numere hexazecimale ciudate în expresia-S"
 
 msgid "Bad octal character in S-expression"
-msgstr "Caracter octal incorect în expresia-S"
+msgstr "Caracter octal incorect în expresia-S"
 
 msgid "All subkeys are expired or revoked"
 msgstr ""
@@ -784,7 +784,7 @@ msgstr "Nume necunoscut"
 #, fuzzy
 #| msgid "No public key"
 msgid "No key"
-msgstr "Nici o cheie publicã"
+msgstr "Nici o cheie publică"
 
 msgid "Legacy key"
 msgstr ""
@@ -797,7 +797,7 @@ msgstr "Buffer prea scurt"
 #, fuzzy
 #| msgid "Line too long"
 msgid "Request too long"
-msgstr "Linie prea lungã"
+msgstr "Linie prea lungă"
 
 msgid "Object is in termination state"
 msgstr ""
@@ -805,7 +805,7 @@ msgstr ""
 #, fuzzy
 #| msgid "Bad certificate chain"
 msgid "No certificate chain"
-msgstr "Lanþ certificate incorect"
+msgstr "Lanţ certificate incorect"
 
 #, fuzzy
 #| msgid "Certificate too young"
@@ -823,7 +823,7 @@ msgstr ""
 #, fuzzy
 #| msgid "Unexpected tag"
 msgid "Unexpected message"
-msgstr "Etichetã neaºteptatã"
+msgstr "Etichetă neaşteptată"
 
 msgid "Compression or decompression failed"
 msgstr ""
@@ -841,7 +841,7 @@ msgstr "Algoritm cifrare invalid"
 
 #, fuzzy
 msgid "Missing client certificate"
-msgstr "Certificat lipsã"
+msgstr "Certificat lipsă"
 
 #, fuzzy
 #| msgid "Certificate revoked"
@@ -851,12 +851,12 @@ msgstr "Certificat revocat"
 #, fuzzy
 #| msgid "Key expired"
 msgid "Ticket expired"
-msgstr "Cheie expiratã"
+msgstr "Cheie expirată"
 
 #, fuzzy
 #| msgid "Bad public key"
 msgid "Bad ticket"
-msgstr "Cheie publicã incorectã"
+msgstr "Cheie publică incorectă"
 
 #, fuzzy
 #| msgid "Unknown packet"
@@ -866,7 +866,7 @@ msgstr "Pachet necunoscut"
 #, fuzzy
 #| msgid "Bad certificate chain"
 msgid "Bad certificate message in handshake"
-msgstr "Lanþ certificate incorect"
+msgstr "Lanţ certificate incorect"
 
 msgid "Bad certificate request message in handshake"
 msgstr ""
@@ -904,7 +904,7 @@ msgstr ""
 #, fuzzy
 #| msgid "Key expired"
 msgid "Key disabled"
-msgstr "Cheie expiratã"
+msgstr "Cheie expirată"
 
 msgid "Not possible with a card based key"
 msgstr ""
@@ -922,7 +922,7 @@ msgstr ""
 
 #, fuzzy
 msgid "General IPC error"
-msgstr "Eroare generalã"
+msgstr "Eroare generală"
 
 msgid "IPC accept call failed"
 msgstr ""
@@ -932,19 +932,19 @@ msgstr ""
 
 #, fuzzy
 msgid "Invalid IPC response"
-msgstr "Rãspuns invalid"
+msgstr "Răspuns invalid"
 
 #, fuzzy
 msgid "Invalid value passed to IPC"
-msgstr "Valoare invalidã"
+msgstr "Valoare invalidă"
 
 #, fuzzy
 msgid "Incomplete line passed to IPC"
-msgstr "Linie incompletã"
+msgstr "Linie incompletă"
 
 #, fuzzy
 msgid "Line passed to IPC too long"
-msgstr "Linie prea lungã"
+msgstr "Linie prea lungă"
 
 msgid "Nested IPC commands"
 msgstr ""
@@ -977,7 +977,7 @@ msgstr ""
 
 #, fuzzy
 msgid "Unexpected IPC command"
-msgstr "Etichetã neaºteptatã"
+msgstr "Etichetă neaşteptată"
 
 #, fuzzy
 msgid "Unknown IPC command"
@@ -985,7 +985,7 @@ msgstr "Cod de eroare necunoscut"
 
 #, fuzzy
 msgid "IPC syntax error"
-msgstr "Eroare de sintaxã"
+msgstr "Eroare de sintaxă"
 
 msgid "IPC call has been cancelled"
 msgstr ""
@@ -1002,7 +1002,7 @@ msgstr "Eroare card"
 
 #, fuzzy
 msgid "Unknown IPC inquire"
-msgstr "Sursã necunoscutã"
+msgstr "Sursă necunoscută"
 
 #, fuzzy
 msgid "Crypto engine too old"
@@ -1026,7 +1026,7 @@ msgstr ""
 #, fuzzy
 #| msgid "Duplicated value"
 msgid "Duplicated name"
-msgstr "Valoare dublã"
+msgstr "Valoare dublă"
 
 #, fuzzy
 #| msgid "Certificate too young"
@@ -1040,30 +1040,30 @@ msgstr "Obiectul furnizat e prea scurt"
 
 #, fuzzy
 msgid "General LDAP error"
-msgstr "Eroare generalã"
+msgstr "Eroare generală"
 
 #, fuzzy
 #| msgid "General error"
 msgid "General LDAP attribute error"
-msgstr "Eroare generalã"
+msgstr "Eroare generală"
 
 #, fuzzy
 #| msgid "General error"
 msgid "General LDAP name error"
-msgstr "Eroare generalã"
+msgstr "Eroare generală"
 
 #, fuzzy
 msgid "General LDAP security error"
-msgstr "Eroare generalã"
+msgstr "Eroare generală"
 
 #, fuzzy
 #| msgid "General error"
 msgid "General LDAP service error"
-msgstr "Eroare generalã"
+msgstr "Eroare generală"
 
 #, fuzzy
 msgid "General LDAP update error"
-msgstr "Eroare generalã"
+msgstr "Eroare generală"
 
 msgid "Experimental LDAP error code"
 msgstr ""
@@ -1074,17 +1074,17 @@ msgstr "Eroare card"
 
 #, fuzzy
 msgid "Other general LDAP error"
-msgstr "Eroare generalã"
+msgstr "Eroare generală"
 
 #, fuzzy
 #| msgid "Decryption failed"
 msgid "LDAP connecting failed (X)"
-msgstr "Decriptarea a eºuat"
+msgstr "Decriptarea a eÅŸuat"
 
 #, fuzzy
 #| msgid "General error"
 msgid "LDAP referral limit exceeded"
-msgstr "Eroare generalã"
+msgstr "Eroare generală"
 
 msgid "LDAP client loop"
 msgstr ""
@@ -1092,22 +1092,22 @@ msgstr ""
 #, fuzzy
 #| msgid "Card reset required"
 msgid "No LDAP results returned"
-msgstr "Este necesarã resetarea cardului"
+msgstr "Este necesară resetarea cardului"
 
 #, fuzzy
 #| msgid "Element not found"
 msgid "LDAP control not found"
-msgstr "Elementul nu a fost gãsit"
+msgstr "Elementul nu a fost găsit"
 
 #, fuzzy
 #| msgid "Not supported"
 msgid "Not supported by LDAP"
-msgstr "Nu este suportat(ã)"
+msgstr "Nu este suportat(ă)"
 
 #, fuzzy
 #| msgid "Unexpected error"
 msgid "LDAP connect error"
-msgstr "Eroare neaºteptatã"
+msgstr "Eroare neaşteptată"
 
 msgid "Out of memory in LDAP"
 msgstr ""
@@ -1118,7 +1118,7 @@ msgstr ""
 #, fuzzy
 #| msgid "Unsupported operation"
 msgid "User cancelled LDAP operation"
-msgstr "Operaþie nesuportatã"
+msgstr "Operaţie nesuportată"
 
 #, fuzzy
 #| msgid "Bad certificate"
@@ -1127,12 +1127,12 @@ msgstr "Certificat incorect"
 
 #, fuzzy
 msgid "Unknown LDAP authentication method"
-msgstr "Expresie-S necunoscutã"
+msgstr "Expresie-S necunoscută"
 
 #, fuzzy
 #| msgid "Timeout"
 msgid "Timeout in LDAP"
-msgstr "Pauzã"
+msgstr "Pauză"
 
 #, fuzzy
 #| msgid "dirmngr error"
@@ -1180,7 +1180,7 @@ msgstr ""
 
 #, fuzzy
 msgid "LDAP authentication method not supported"
-msgstr "Expresie-S necunoscutã"
+msgstr "Expresie-S necunoscută"
 
 msgid "Strong(er) LDAP authentication required"
 msgstr ""
@@ -1191,7 +1191,7 @@ msgstr ""
 #, fuzzy
 #| msgid "General error"
 msgid "LDAP referral"
-msgstr "Eroare generalã"
+msgstr "Eroare generală"
 
 msgid "Administrative LDAP limit exceeded"
 msgstr ""
@@ -1202,7 +1202,7 @@ msgstr ""
 #, fuzzy
 #| msgid "Card reset required"
 msgid "Confidentiality required by LDAP"
-msgstr "Este necesarã resetarea cardului"
+msgstr "Este necesară resetarea cardului"
 
 msgid "LDAP SASL bind in progress"
 msgstr ""
@@ -1218,7 +1218,7 @@ msgstr "Argument invalid"
 #, fuzzy
 #| msgid "Unsupported protection"
 msgid "Inappropriate matching in LDAP"
-msgstr "Protecþie nesuportatã"
+msgstr "Protecţie nesuportată"
 
 #, fuzzy
 #| msgid "Protocol violation"
@@ -1231,7 +1231,7 @@ msgstr ""
 #, fuzzy
 #| msgid "Invalid state"
 msgid "Invalid syntax in LDAP"
-msgstr "Stare invalidã"
+msgstr "Stare invalidă"
 
 #, fuzzy
 #| msgid "No CMS object"
@@ -1241,12 +1241,12 @@ msgstr "Nici un obiect CMS"
 #, fuzzy
 #| msgid "Hardware problem"
 msgid "LDAP alias problem"
-msgstr "Problemã hardware"
+msgstr "Problemă hardware"
 
 #, fuzzy
 #| msgid "Invalid state"
 msgid "Invalid DN syntax in LDAP"
-msgstr "Stare invalidã"
+msgstr "Stare invalidă"
 
 msgid "LDAP entry is a leaf"
 msgstr ""
@@ -1254,7 +1254,7 @@ msgstr ""
 #, fuzzy
 #| msgid "Encoding problem"
 msgid "LDAP alias dereferencing problem"
-msgstr "Problemã de encodare"
+msgstr "Problemă de encodare"
 
 msgid "LDAP proxy authorization failure (X)"
 msgstr ""
@@ -1262,7 +1262,7 @@ msgstr ""
 #, fuzzy
 #| msgid "Unsupported protection"
 msgid "Inappropriate LDAP authentication"
-msgstr "Protecþie nesuportatã"
+msgstr "Protecţie nesuportată"
 
 #, fuzzy
 #| msgid "Invalid card"
@@ -1287,7 +1287,7 @@ msgstr ""
 #, fuzzy
 #| msgid "Missing action"
 msgid "LDAP naming violation"
-msgstr "Acþiune lipsã"
+msgstr "Acţiune lipsă"
 
 #, fuzzy
 #| msgid "Protocol violation"
@@ -1296,12 +1296,12 @@ msgstr "Violare de protocol"
 
 #, fuzzy
 msgid "LDAP operation not allowed on non-leaf"
-msgstr "Operaþiune anulatã"
+msgstr "Operaţiune anulată"
 
 #, fuzzy
 #| msgid "Operation cancelled"
 msgid "LDAP operation not allowed on RDN"
-msgstr "Operaþiune anulatã"
+msgstr "Operaţiune anulată"
 
 msgid "Already exists (LDAP)"
 msgstr ""
@@ -1312,19 +1312,19 @@ msgstr ""
 #, fuzzy
 #| msgid "Line too long"
 msgid "LDAP results too large"
-msgstr "Linie prea lungã"
+msgstr "Linie prea lungă"
 
 #, fuzzy
 #| msgid "Operation cancelled"
 msgid "LDAP operation affects multiple DSAs"
-msgstr "Operaþiune anulatã"
+msgstr "Operaţiune anulată"
 
 msgid "Virtual LDAP list view error"
 msgstr ""
 
 #, fuzzy
 msgid "Other LDAP error"
-msgstr "Eroare generalã"
+msgstr "Eroare generală"
 
 #, fuzzy
 #| msgid "Resources exhausted"
@@ -1339,7 +1339,7 @@ msgstr "Violare de protocol"
 #, fuzzy
 #| msgid "Invalid state"
 msgid "Invalid data in LCUP"
-msgstr "Stare invalidã"
+msgstr "Stare invalidă"
 
 #, fuzzy
 #| msgid "Unsupported certificate"
@@ -1349,7 +1349,7 @@ msgstr "Certificat nesuportat"
 #, fuzzy
 #| msgid "Card reset required"
 msgid "Reload required in LCUP"
-msgstr "Este necesarã resetarea cardului"
+msgstr "Este necesară resetarea cardului"
 
 #, fuzzy
 #| msgid "Success"
@@ -1358,11 +1358,11 @@ msgstr "Succes"
 
 #, fuzzy
 msgid "No LDAP operation to cancel"
-msgstr "Operaþie nesuportatã"
+msgstr "Operaţie nesuportată"
 
 #, fuzzy
 msgid "Too late to cancel LDAP"
-msgstr "Operaþie nesuportatã"
+msgstr "Operaţie nesuportată"
 
 msgid "Cannot cancel LDAP"
 msgstr ""
@@ -1370,7 +1370,7 @@ msgstr ""
 #, fuzzy
 #| msgid "Decryption failed"
 msgid "LDAP assertion failed"
-msgstr "Decriptarea a eºuat"
+msgstr "Decriptarea a eÅŸuat"
 
 msgid "Proxied authorization denied by LDAP"
 msgstr ""
@@ -1427,10 +1427,10 @@ msgid "System error w/o errno"
 msgstr ""
 
 msgid "Unknown system error"
-msgstr "Eroare de sistem necunoscutã"
+msgstr "Eroare de sistem necunoscută"
 
 msgid "End of file"
-msgstr "Sfârºit de fiºier"
+msgstr "Sfârşit de fişier"
 
 msgid "Unknown error code"
 msgstr "Cod de eroare necunoscut"
@@ -1441,7 +1441,7 @@ msgstr "Folosire: %s EROARE-GPG [...]\n"
 
 #, c-format
 msgid "%s: warning: could not recognize %s\n"
-msgstr "%s: avertisment: nu am putut recunoaºte %s\n"
+msgstr "%s: avertisment: nu am putut recunoaÅŸte %s\n"
 
 #, fuzzy
 #~| msgid "Resources exhausted"
@@ -1456,12 +1456,12 @@ msgstr "%s: avertisment: nu am putut recunoa
 #, fuzzy
 #~| msgid "Decryption failed"
 #~ msgid "Assertion failed in lDAP"
-#~ msgstr "Decriptarea a eºuat"
+#~ msgstr "Decriptarea a eÅŸuat"
 
 #, fuzzy
 #~| msgid "General error"
 #~ msgid "LDAP Other general error"
-#~ msgstr "Eroare generalã"
+#~ msgstr "Eroare generală"
 
 #, fuzzy
 #~| msgid "dirmngr error"

commit 0e1e5d8f91259692f97661b7c5bd1fa7ff029e3d
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Wed Nov 16 08:52:42 2016 +0900

    Convert THANKS to UTF-8.
    
    --
    
    Signed-off-by: Daniel Kahn Gillmor <dkg at fifthhorseman.net>

diff --git a/THANKS b/THANKS
index 9250249..9f37446 100644
--- a/THANKS
+++ b/THANKS
@@ -1,5 +1,5 @@
 
-Albrecht Dreß		albrecht.dress at arcor de
+Albrecht Dreß		albrecht.dress at arcor de
 Guillaume Libersat      glibersat at hurdfr org
 Jakub Bogusz            qboosh at pld-linux org
 Petr Pisar              petr.pisar at atlas cz

commit 441ab0d81f4ded0555d60af7b629157a5558911c
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Wed Nov 16 08:52:41 2016 +0900

    Fix misspellings in error descriptions.
    
    --
    
    Signed-off-by: Daniel Kahn Gillmor <dkg at fifthhorseman.net>

diff --git a/doc/errorref.txt b/doc/errorref.txt
index 0203724..da4510e 100644
--- a/doc/errorref.txt
+++ b/doc/errorref.txt
@@ -739,7 +739,7 @@ GPG_ERR_BAD_HS_CERT_VER         Bad certificate verify message in handshake
 
     NTBTLS: - As the description says.
 
-GPG_ERR_BAD_HS_CHANGE_CIPHER    Bad change cipher messsage in handshake
+GPG_ERR_BAD_HS_CHANGE_CIPHER    Bad change cipher message in handshake
 
     NTBTLS: - As the description says.
 
diff --git a/po/cs.po b/po/cs.po
index 4b58c21..4ff6ef0 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -824,7 +824,7 @@ msgstr "Chybná zpráva s požadavkem na certifikát v zahájení"
 msgid "Bad certificate verify message in handshake"
 msgstr "Chybná zpráva o ověření certifikátu v zahájení"
 
-msgid "Bad change cipher messsage in handshake"
+msgid "Bad change cipher message in handshake"
 msgstr "Chybná zpráva se změnou šifry v zahájení"
 
 msgid "Bad client hello message in handshake"
@@ -833,7 +833,7 @@ msgstr "Chybná zpráva s pozdravem klienta v zahájení"
 msgid "Bad server hello message in handshake"
 msgstr "Chybná zpráva s pozdravem serveru v zahájení"
 
-msgid "Bad server hello done message in hanshake"
+msgid "Bad server hello done message in handshake"
 msgstr "Chybná zpráva o dokončení pozdravu serveru v zahájení"
 
 msgid "Bad finished message in handshake"
diff --git a/po/da.po b/po/da.po
index 7fd9f11..61ba1e2 100644
--- a/po/da.po
+++ b/po/da.po
@@ -819,7 +819,7 @@ msgstr "Besked om ødelagt certifikatforespørgsel i håndtrykket"
 msgid "Bad certificate verify message in handshake"
 msgstr "Besked om ødelagt certifikatforespørgsel i håndtrykket"
 
-msgid "Bad change cipher messsage in handshake"
+msgid "Bad change cipher message in handshake"
 msgstr "Ødelagt »ændr chiffer«-besked i håndtrykket"
 
 msgid "Bad client hello message in handshake"
@@ -829,7 +829,7 @@ msgid "Bad server hello message in handshake"
 msgstr "Besked om ødelagt serverhilsen i håndtrykket"
 
 # engelsk fejl
-msgid "Bad server hello done message in hanshake"
+msgid "Bad server hello done message in handshake"
 msgstr "Ødelagt »afsluttet serverhilsen«-besked i håndtrykket"
 
 msgid "Bad finished message in handshake"
diff --git a/po/de.po b/po/de.po
index 2abbf88..1a8ebcc 100644
--- a/po/de.po
+++ b/po/de.po
@@ -810,7 +810,7 @@ msgstr "Fehlerhafte Zertifikatsanforderungsnachricht im Handshake"
 msgid "Bad certificate verify message in handshake"
 msgstr "Fehlerhafte Zertifikatsüberprüfungsnachricht im Handshake"
 
-msgid "Bad change cipher messsage in handshake"
+msgid "Bad change cipher message in handshake"
 msgstr "Fehlerhafte Verschlüsselungsalgorithmuswechselnachricht im Handshake"
 
 msgid "Bad client hello message in handshake"
@@ -819,7 +819,7 @@ msgstr "Fehlerhafte \"Client Hello\" Nachricht im Handshake"
 msgid "Bad server hello message in handshake"
 msgstr "Fehlerhafte \"Server Hello\" Nachricht im Handshake"
 
-msgid "Bad server hello done message in hanshake"
+msgid "Bad server hello done message in handshake"
 msgstr "Fehlerhafte \"Server Hello Done\" Nachricht im Handshake"
 
 msgid "Bad finished message in handshake"
diff --git a/po/eo.po b/po/eo.po
index a511ac9..5948f9a 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -874,7 +874,7 @@ msgstr ""
 msgid "Bad certificate verify message in handshake"
 msgstr ""
 
-msgid "Bad change cipher messsage in handshake"
+msgid "Bad change cipher message in handshake"
 msgstr ""
 
 msgid "Bad client hello message in handshake"
@@ -883,7 +883,7 @@ msgstr ""
 msgid "Bad server hello message in handshake"
 msgstr ""
 
-msgid "Bad server hello done message in hanshake"
+msgid "Bad server hello done message in handshake"
 msgstr ""
 
 msgid "Bad finished message in handshake"
diff --git a/po/fr.po b/po/fr.po
index a03a9e7..db1cdcb 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -817,8 +817,7 @@ msgstr "Mauvais message de demande de certificat dans l’initialisation"
 msgid "Bad certificate verify message in handshake"
 msgstr "Mauvais message de vérification de certificat dans l’initialisation"
 
-# NOTE: s/messsage/message/
-msgid "Bad change cipher messsage in handshake"
+msgid "Bad change cipher message in handshake"
 msgstr "Mauvais message de modification d’algorithme dans l’initialisation"
 
 msgid "Bad client hello message in handshake"
@@ -827,8 +826,7 @@ msgstr "Mauvais message de salut du client dans l’initialisation"
 msgid "Bad server hello message in handshake"
 msgstr "Mauvais message de salut du serveur dans l’initialisation"
 
-# NOTE: s/hanshake/handshake/
-msgid "Bad server hello done message in hanshake"
+msgid "Bad server hello done message in handshake"
 msgstr "Mauvais message de fin de salut du serveur dans l’initialisation"
 
 msgid "Bad finished message in handshake"
diff --git a/po/hu.po b/po/hu.po
index b271089..cb143e0 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -872,7 +872,7 @@ msgstr ""
 msgid "Bad certificate verify message in handshake"
 msgstr ""
 
-msgid "Bad change cipher messsage in handshake"
+msgid "Bad change cipher message in handshake"
 msgstr ""
 
 msgid "Bad client hello message in handshake"
@@ -881,7 +881,7 @@ msgstr ""
 msgid "Bad server hello message in handshake"
 msgstr ""
 
-msgid "Bad server hello done message in hanshake"
+msgid "Bad server hello done message in handshake"
 msgstr ""
 
 msgid "Bad finished message in handshake"
diff --git a/po/it.po b/po/it.po
index 82d1782..dc17bcb 100644
--- a/po/it.po
+++ b/po/it.po
@@ -815,7 +815,7 @@ msgstr "Messaggio di richiesta del certificato errato nell'handshake"
 msgid "Bad certificate verify message in handshake"
 msgstr "Messaggio di verifica del certificato errato nell'handshake"
 
-msgid "Bad change cipher messsage in handshake"
+msgid "Bad change cipher message in handshake"
 msgstr "Messaggi di modifica cifrario errato nell'handshake"
 
 msgid "Bad client hello message in handshake"
@@ -824,7 +824,7 @@ msgstr "Messaggio client hello errato nell'handshake"
 msgid "Bad server hello message in handshake"
 msgstr "Messaggio server hello errato nell'handshake"
 
-msgid "Bad server hello done message in hanshake"
+msgid "Bad server hello done message in handshake"
 msgstr "Messaggio server hello completato errato nell'handshake"
 
 msgid "Bad finished message in handshake"
diff --git a/po/ja.po b/po/ja.po
index f1d44e4..e0e76c5 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -806,7 +806,7 @@ msgstr "ハンドシェークで誤った証明書要求メッセージです"
 msgid "Bad certificate verify message in handshake"
 msgstr "ハンドシェークで誤った証明書検証メッセージです"
 
-msgid "Bad change cipher messsage in handshake"
+msgid "Bad change cipher message in handshake"
 msgstr "ハンドシェークで誤った暗号変更メッセージです"
 
 msgid "Bad client hello message in handshake"
@@ -815,7 +815,7 @@ msgstr "ハンドシェークで誤ったクライアントハローメッセー
 msgid "Bad server hello message in handshake"
 msgstr "ハンドシェークで誤ったサーバハローメッセージです"
 
-msgid "Bad server hello done message in hanshake"
+msgid "Bad server hello done message in handshake"
 msgstr "ハンドシェークで誤ったサーバハロー了解メッセージです"
 
 msgid "Bad finished message in handshake"
diff --git a/po/nl.po b/po/nl.po
index e5734a1..d90ac4f 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -816,7 +816,7 @@ msgstr "Slecht verzoek om certificaatbericht in uitwisseling"
 msgid "Bad certificate verify message in handshake"
 msgstr "Slecht certificaatbericht over verificatie in uitwisseling"
 
-msgid "Bad change cipher messsage in handshake"
+msgid "Bad change cipher message in handshake"
 msgstr "Slecht wijzigingsbericht over vercijfering in uitwisseling"
 
 msgid "Bad client hello message in handshake"
@@ -825,7 +825,7 @@ msgstr "Slecht hello-bericht van client in uitwisseling"
 msgid "Bad server hello message in handshake"
 msgstr "Slecht hello-bericht van server in uitwisseling"
 
-msgid "Bad server hello done message in hanshake"
+msgid "Bad server hello done message in handshake"
 msgstr "Slecht hello-gedaan-bericht van server in uitwisseling"
 
 msgid "Bad finished message in handshake"
diff --git a/po/pl.po b/po/pl.po
index dcb26d9..66f66f2 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -804,7 +804,7 @@ msgstr "Błędny komunikat żądania certyfikatu przy powitaniu"
 msgid "Bad certificate verify message in handshake"
 msgstr "Błędny komunikat weryfikacji certyfikatu przy powitaniu"
 
-msgid "Bad change cipher messsage in handshake"
+msgid "Bad change cipher message in handshake"
 msgstr "Błędny komunikat zmiany szyfru przy powitaniu"
 
 msgid "Bad client hello message in handshake"
@@ -813,7 +813,7 @@ msgstr "Błędny komunikat przywitania klienta w powitaniu"
 msgid "Bad server hello message in handshake"
 msgstr "Błędny komunikat przywitania serwera w powitaniu"
 
-msgid "Bad server hello done message in hanshake"
+msgid "Bad server hello done message in handshake"
 msgstr "Błędny komunikat zakończenia przywitania serwera w powitaniu"
 
 msgid "Bad finished message in handshake"
diff --git a/po/pt.po b/po/pt.po
index 691c64c..822d307 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -816,7 +816,7 @@ msgstr "Mensagem de pedido de certificado errada no handshake"
 msgid "Bad certificate verify message in handshake"
 msgstr "Mensagem de verificação de certificado errada no handshake"
 
-msgid "Bad change cipher messsage in handshake"
+msgid "Bad change cipher message in handshake"
 msgstr "Mensagem de alteração de certificado errada no handshake"
 
 msgid "Bad client hello message in handshake"
@@ -825,7 +825,7 @@ msgstr "Mensagem de hello do cliente errada no handshake"
 msgid "Bad server hello message in handshake"
 msgstr "Mensagem de hello do servidor errada no handshake"
 
-msgid "Bad server hello done message in hanshake"
+msgid "Bad server hello done message in handshake"
 msgstr "Mensagem de hello done do servidor errada no handshake"
 
 msgid "Bad finished message in handshake"
diff --git a/po/ro.po b/po/ro.po
index 2e5f404..c9ad5dd 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -874,7 +874,7 @@ msgstr ""
 msgid "Bad certificate verify message in handshake"
 msgstr ""
 
-msgid "Bad change cipher messsage in handshake"
+msgid "Bad change cipher message in handshake"
 msgstr ""
 
 msgid "Bad client hello message in handshake"
@@ -883,7 +883,7 @@ msgstr ""
 msgid "Bad server hello message in handshake"
 msgstr ""
 
-msgid "Bad server hello done message in hanshake"
+msgid "Bad server hello done message in handshake"
 msgstr ""
 
 msgid "Bad finished message in handshake"
diff --git a/po/ru.po b/po/ru.po
index 69cd250..8ff628b 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -810,7 +810,7 @@ msgstr "Плохое сообщение-запрос сертификата пр
 msgid "Bad certificate verify message in handshake"
 msgstr "Плохое сообщение-проверка сертификата при установлении связи"
 
-msgid "Bad change cipher messsage in handshake"
+msgid "Bad change cipher message in handshake"
 msgstr "Плохое сообщение смены шифра при установлении связи"
 
 msgid "Bad client hello message in handshake"
@@ -819,7 +819,7 @@ msgstr "Плохое начальное сообщение клиента при
 msgid "Bad server hello message in handshake"
 msgstr "Плохое начальное сообщение сервера при установлении связи"
 
-msgid "Bad server hello done message in hanshake"
+msgid "Bad server hello done message in handshake"
 msgstr "Плохая квитанция сервера на начальное сообщение при установлении связи"
 
 msgid "Bad finished message in handshake"
diff --git a/po/sr.po b/po/sr.po
index be7117d..1a0f4f4 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -871,7 +871,7 @@ msgstr ""
 msgid "Bad certificate verify message in handshake"
 msgstr ""
 
-msgid "Bad change cipher messsage in handshake"
+msgid "Bad change cipher message in handshake"
 msgstr ""
 
 msgid "Bad client hello message in handshake"
@@ -880,7 +880,7 @@ msgstr ""
 msgid "Bad server hello message in handshake"
 msgstr ""
 
-msgid "Bad server hello done message in hanshake"
+msgid "Bad server hello done message in handshake"
 msgstr ""
 
 msgid "Bad finished message in handshake"
diff --git a/po/sv.po b/po/sv.po
index b4b6ea3..5ed1db1 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -861,7 +861,7 @@ msgstr ""
 msgid "Bad certificate verify message in handshake"
 msgstr ""
 
-msgid "Bad change cipher messsage in handshake"
+msgid "Bad change cipher message in handshake"
 msgstr ""
 
 msgid "Bad client hello message in handshake"
@@ -870,7 +870,7 @@ msgstr ""
 msgid "Bad server hello message in handshake"
 msgstr ""
 
-msgid "Bad server hello done message in hanshake"
+msgid "Bad server hello done message in handshake"
 msgstr ""
 
 msgid "Bad finished message in handshake"
diff --git a/po/uk.po b/po/uk.po
index cbab08a..173bacd 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -815,7 +815,7 @@ msgstr ""
 "Помилкове повідомлення щодо перевірки сертифікації під час підтвердження "
 "зв’язку"
 
-msgid "Bad change cipher messsage in handshake"
+msgid "Bad change cipher message in handshake"
 msgstr "Помилкове повідомлення щодо зміни шифру під час підтвердження зв’язку"
 
 msgid "Bad client hello message in handshake"
@@ -824,7 +824,7 @@ msgstr "Помилкове вітальне повідомлення клієн
 msgid "Bad server hello message in handshake"
 msgstr "Помилкове вітальне повідомлення сервера під час підтвердження зв’язку"
 
-msgid "Bad server hello done message in hanshake"
+msgid "Bad server hello done message in handshake"
 msgstr ""
 "Помилкове повідомлення про завершення вітання від сервера під час "
 "підтвердження зв’язку"
diff --git a/po/vi.po b/po/vi.po
index 4ee1ec9..1179fca 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -863,7 +863,7 @@ msgstr ""
 msgid "Bad certificate verify message in handshake"
 msgstr ""
 
-msgid "Bad change cipher messsage in handshake"
+msgid "Bad change cipher message in handshake"
 msgstr ""
 
 msgid "Bad client hello message in handshake"
@@ -872,7 +872,7 @@ msgstr ""
 msgid "Bad server hello message in handshake"
 msgstr ""
 
-msgid "Bad server hello done message in hanshake"
+msgid "Bad server hello done message in handshake"
 msgstr ""
 
 msgid "Bad finished message in handshake"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 680af4b..a65757e 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -860,7 +860,7 @@ msgstr ""
 msgid "Bad certificate verify message in handshake"
 msgstr ""
 
-msgid "Bad change cipher messsage in handshake"
+msgid "Bad change cipher message in handshake"
 msgstr ""
 
 msgid "Bad client hello message in handshake"
@@ -869,7 +869,7 @@ msgstr ""
 msgid "Bad server hello message in handshake"
 msgstr ""
 
-msgid "Bad server hello done message in hanshake"
+msgid "Bad server hello done message in handshake"
 msgstr ""
 
 msgid "Bad finished message in handshake"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index ac6d7e3..afa8ae4 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -818,7 +818,7 @@ msgstr "交握中的不良憑證請求訊息"
 msgid "Bad certificate verify message in handshake"
 msgstr "交握中的不良憑證驗證訊息"
 
-msgid "Bad change cipher messsage in handshake"
+msgid "Bad change cipher message in handshake"
 msgstr "交握中的不良變更密碼法訊息"
 
 msgid "Bad client hello message in handshake"
@@ -827,7 +827,7 @@ msgstr "交握中的不良用戶端問候訊息"
 msgid "Bad server hello message in handshake"
 msgstr "交握中的不良伺服器問候訊息"
 
-msgid "Bad server hello done message in hanshake"
+msgid "Bad server hello done message in handshake"
 msgstr "交握中的不良伺服器問候完成訊息"
 
 msgid "Bad finished message in handshake"
diff --git a/src/err-codes.h.in b/src/err-codes.h.in
index 082819e..de703d7 100644
--- a/src/err-codes.h.in
+++ b/src/err-codes.h.in
@@ -274,10 +274,10 @@
 240	GPG_ERR_BAD_HS_CERT		Bad certificate message in handshake
 241	GPG_ERR_BAD_HS_CERT_REQ		Bad certificate request message in handshake
 242	GPG_ERR_BAD_HS_CERT_VER		Bad certificate verify message in handshake
-243	GPG_ERR_BAD_HS_CHANGE_CIPHER	Bad change cipher messsage in handshake
+243	GPG_ERR_BAD_HS_CHANGE_CIPHER	Bad change cipher message in handshake
 244	GPG_ERR_BAD_HS_CLIENT_HELLO	Bad client hello message in handshake
 245	GPG_ERR_BAD_HS_SERVER_HELLO	Bad server hello message in handshake
-246	GPG_ERR_BAD_HS_SERVER_HELLO_DONE	Bad server hello done message in hanshake
+246	GPG_ERR_BAD_HS_SERVER_HELLO_DONE	Bad server hello done message in handshake
 247	GPG_ERR_BAD_HS_FINISHED		Bad finished message in handshake
 248	GPG_ERR_BAD_HS_SERVER_KEX	Bad server key exchange message in handshake
 249	GPG_ERR_BAD_HS_CLIENT_KEX	Bad client key exchange message in handshake

-----------------------------------------------------------------------

Summary of changes:
 NEWS                 |   4 +-
 THANKS               |   2 +-
 doc/errorref.txt     |   4 +-
 doc/gpgrt.texi       |   4 +-
 po/cs.po             |   4 +-
 po/da.po             |   4 +-
 po/de.po             |   4 +-
 po/eo.po             |   4 +-
 po/fr.po             |   6 +-
 po/hu.po             |   4 +-
 po/it.po             |   4 +-
 po/ja.po             |   4 +-
 po/nl.po             |   4 +-
 po/pl.po             |   4 +-
 po/pt.po             |   4 +-
 po/ro.po             | 380 +++++++++++++++++++++++++--------------------------
 po/ru.po             |   4 +-
 po/sr.po             |   4 +-
 po/sv.po             |   4 +-
 po/uk.po             |   4 +-
 po/vi.po             |   4 +-
 po/zh_CN.po          |   4 +-
 po/zh_TW.po          |   4 +-
 src/err-codes.h.in   |   4 +-
 src/estream-printf.c |   2 +-
 src/w32-gettext.c    |   1 -
 src/w32-iconv.c      |   4 +-
 27 files changed, 238 insertions(+), 241 deletions(-)


hooks/post-receive
-- 
Error codes used by GnuPG et al.
http://git.gnupg.org




More information about the Gnupg-commits mailing list