Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p5TYG-0007sg-Kj for pgsql-translators@arkaria.postgresql.org; Wed, 14 Dec 2022 15:20:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1p5TYF-0005LS-HM for pgsql-translators@arkaria.postgresql.org; Wed, 14 Dec 2022 15:20:07 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p5TYE-0005L4-V8 for pgsql-translators@lists.postgresql.org; Wed, 14 Dec 2022 15:20:07 +0000 Received: from rock.pinaraf.info ([109.190.54.247]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p5TYC-00062c-Ed for pgsql-translators@lists.postgresql.org; Wed, 14 Dec 2022 15:20:05 +0000 Received: from peanuts2.localnet (unknown [IPv6:2001:41d0:fc0b:e300:264b:feff:fe05:380b]) by rock.pinaraf.info (Postfix) with ESMTPSA id 4NXJvP1Ct5z1xxy for ; Wed, 14 Dec 2022 16:20:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=pinaraf.info; s=rock; t=1671031201; bh=2Ab0xWOgA9P7RU4l2ZbQDK7oFaL7hInkPre9z5ww1PM=; h=From:To:Subject:Date:From; b=p8RvGAn4YhmDAEidxf97YpuH3TCMHe8OM40BMVRzrDo4pGWBAdxtEIx9N/ttDOJ5q PzXIZcqN0wZAd4BUAjiJKMi0J2ARhPipR5indO5rCiWGkgPWqzfx4JKP7nDJxu/dr7 rHREhyGWVmiAy1nd/kq3M68dpwkqGAvCDCGICJPQH1q4C/ZCFnYFzP9SF+bCzhNaCA qfbQLFQ1aC97Ar86J0tiI9KJE3gvYMZqx2oaS5HLKKhK9LIRfm2mW5EFcmhnItVYCu /C7deuTszTt/HEiFujlRVI5XSFTVKjlnAj04EEyvw2N/z38A6j5uztxgOk5JJw/LhX C0bVY/qxURzKw== From: Pierre Ducroquet To: pgsql-translators@lists.postgresql.org Subject: Typo in french translations Date: Wed, 14 Dec 2022 16:20:00 +0100 Message-ID: <2125326.irdbgypaU6@peanuts2> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="nextPart13159759.uLZWGnKmhe" Content-Transfer-Encoding: 7Bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk This is a multi-part message in MIME format. --nextPart13159759.uLZWGnKmhe Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Hi When looking at the logs of a french installation, I noticed a missing space that makes connection logs harder to parser than they should. Attached to this email is thus a fix for it. Regards Pierre Ducroquet --nextPart13159759.uLZWGnKmhe Content-Disposition: attachment; filename="0001-Fix-typo-in-french-message-translation.patch" Content-Transfer-Encoding: quoted-printable Content-Type: text/x-patch; charset="unicode-2-0-utf-8"; name="0001-Fix-typo-in-french-message-translation.patch" =46rom b120619bb0823ba4bfaed2ee5f3944e9c4202b74 Mon Sep 17 00:00:00 2001 =46rom: Pierre Ducroquet Date: Wed, 14 Dec 2022 12:37:56 +0100 Subject: [PATCH] Fix typo in french message translation =2D-- fr/postgres.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/postgres.po b/fr/postgres.po index 762bd610..8ed73a7f 100644 =2D-- a/fr/postgres.po +++ b/fr/postgres.po @@ -26697,7 +26697,7 @@ msgstr " application_name=3D%s" #: utils/init/postinit.c:272 #, c-format msgid " SSL enabled (protocol=3D%s, cipher=3D%s, bits=3D%d)" =2Dmsgstr "SSL activ=C3=A9 (protocole : %s, chiffrement : %s, bits : %d)" +msgstr " SSL activ=C3=A9 (protocole : %s, chiffrement : %s, bits : %d)" =20 #: utils/init/postinit.c:284 #, c-format =2D-=20 2.39.0 --nextPart13159759.uLZWGnKmhe--