From 19acfdcd940028c4052f6d84dd33cd4d36c9597e Mon Sep 17 00:00:00 2001
From: Greg Sabino Mullane <greg@endpoint.com>
Date: Thu, 23 Apr 2009 17:37:56 -0400
Subject: [PATCH] Another translation from Guillaume Lelarge

---
 check_postgres.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/check_postgres.pl b/check_postgres.pl
index ed242ae5a..99c406c9b 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -347,7 +347,7 @@ our %msg = (
 	'opt-psql-nofind'    => q{N'a pas pu trouver un psql exécutable},
 	'opt-psql-nover'     => q{N'a pas pu déterminer la version de psql},
 	'opt-psql-restrict'  => q{Ne peut pas utiliser l'option --PSQL si NO_PSQL_OPTION est activé},
-'preptxn-none'       => q{No prepared transactions found},
+    'preptxn-none'       => q{Aucune transaction préparée trouvée},
 	'qtime-fail'         => q{Ne peut pas exécuter l'action txn_idle si stats_command_string est désactivé !},
 	'qtime-msg'          => q{requête la plus longue : $1s},
 	'range-badcs'        => q{Option « $1 » invalide : doit être une somme de contrôle},
-- 
2.39.5