diff options
author | Greg Sabino Mullane | 2009-04-23 21:37:56 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2009-04-23 21:37:56 +0000 |
commit | 19acfdcd940028c4052f6d84dd33cd4d36c9597e (patch) | |
tree | 6ca48bdb4ab407fa101c3e604d483e7d03d95a35 /check_postgres.pl | |
parent | 72fc761f64b317dd62f434c4f0d8e56a88cfe46c (diff) |
Another translation from Guillaume Lelarge
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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}, |