# LANGUAGE message translation file for pg_basebackup
# Copyright (C) 2011 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.2\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2012-09-03 19:46+0000\n"
"PO-Revision-Date: 2012-09-03 22:57+0100\n"
"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
"Language-Team: French <guillaume@lelarge.info>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#: pg_basebackup.c:103
#, c-format
msgid ""
"%s takes a base backup of a running PostgreSQL server.\n"
"\n"
msgstr ""
"%s prend une sauvegarde binaire d'un serveur PostgreSQL en cours d'exécution.\n"
"\n"

#: pg_basebackup.c:105
#: pg_receivexlog.c:59
#, c-format
msgid "Usage:\n"
msgstr "Usage :\n"

#: pg_basebackup.c:106
#: pg_receivexlog.c:60
#, c-format
msgid "  %s [OPTION]...\n"
msgstr "  %s [OPTION]...\n"

#: pg_basebackup.c:107
#, c-format
msgid ""
"\n"
"Options controlling the output:\n"
msgstr ""
"\n"
"Options contrôlant la sortie :\n"

#: pg_basebackup.c:108
#, c-format
msgid "  -D, --pgdata=DIRECTORY receive base backup into directory\n"
msgstr "  -D, --pgdata=RÉPERTOIRE      reçoit la sauvegarde de base dans ce répertoire\n"

#: pg_basebackup.c:109
#, c-format
msgid "  -F, --format=p|t       output format (plain (default), tar)\n"
msgstr "  -F, --format=p|t             format en sortie (plain (par défaut), tar)\n"

#: pg_basebackup.c:110
#, c-format
msgid "  -x, --xlog             include required WAL files in backup (fetch mode)\n"
msgstr ""
"  -x, --xlog                   inclut les journaux de transactions nécessaires\n"
"                               dans la sauvegarde (mode fetch)\n"

#: pg_basebackup.c:111
#, c-format
msgid ""
"  -X, --xlog-method=fetch|stream\n"
"                         include required WAL files with specified method\n"
msgstr ""
"  -X, --xlog-method=fetch|stream\n"
"                               inclut les journaux de transactions requis avec\n"
"                               la méthode spécifiée\n"

#: pg_basebackup.c:113
#, c-format
msgid "  -z, --gzip             compress tar output\n"
msgstr "  -z, --gzip                   compresse la sortie tar\n"

#: pg_basebackup.c:114
#, c-format
msgid "  -Z, --compress=0-9     compress tar output with given compression level\n"
msgstr ""
"  -Z, --compress=0-9           compresse la sortie tar avec le niveau de\n"
"                               compression indiqué\n"

#: pg_basebackup.c:115
#, c-format
msgid ""
"\n"
"General options:\n"
msgstr ""
"\n"
"Options générales :\n"

#: pg_basebackup.c:116
#, c-format
msgid ""
"  -c, --checkpoint=fast|spread\n"
"                         set fast or spread checkpointing\n"
msgstr "  -c, --checkpoint=fast|spread exécute un CHECKPOINT rapide ou réparti\n"

#: pg_basebackup.c:118
#, c-format
msgid "  -l, --label=LABEL      set backup label\n"
msgstr "  -l, --label=LABEL            configure le label de sauvegarde\n"

#: pg_basebackup.c:119
#, c-format
msgid "  -P, --progress         show progress information\n"
msgstr "  -P, --progress               affiche la progression de la sauvegarde\n"

#: pg_basebackup.c:120
#: pg_receivexlog.c:64
#, c-format
msgid "  -v, --verbose          output verbose messages\n"
msgstr "  -v, --verbose                affiche des messages verbeux\n"

#: pg_basebackup.c:121
#: pg_receivexlog.c:65
#, c-format
msgid "  -V, --version          output version information, then exit\n"
msgstr "  -V, --version              affiche la version puis quitte\n"

#: pg_basebackup.c:122
#: pg_receivexlog.c:66
#, c-format
msgid "  -?, --help             show this help, then exit\n"
msgstr "  -?, --help                 affiche cette aide puis quitte\n"

#: pg_basebackup.c:123
#: pg_receivexlog.c:67
#, c-format
msgid ""
"\n"
"Connection options:\n"
msgstr ""
"\n"
"Options de connexion :\n"

#: pg_basebackup.c:124
#: pg_receivexlog.c:68
#, c-format
msgid "  -h, --host=HOSTNAME    database server host or socket directory\n"
msgstr ""
"  -h, --host=NOMHÔTE           hôte du serveur de bases de données ou\n"
"                               répertoire des sockets\n"

#: pg_basebackup.c:125
#: pg_receivexlog.c:69
#, c-format
msgid "  -p, --port=PORT        database server port number\n"
msgstr ""
"  -p, --port=PORT              numéro de port du serveur de bases de\n"
"                               données\n"

#: pg_basebackup.c:126
#: pg_receivexlog.c:70
#, c-format
msgid ""
"  -s, --status-interval=INTERVAL\n"
"                         time between status packets sent to server (in seconds)\n"
msgstr ""
"  -s, --statusint=INTERVAL     durée entre l'envoi de paquets de statut au\n"
"                               serveur (en secondes)\n"

#: pg_basebackup.c:128
#: pg_receivexlog.c:72
#, c-format
msgid "  -U, --username=NAME    connect as specified database user\n"
msgstr "  -U, --username=NOM           se connecte avec cet utilisateur\n"

#: pg_basebackup.c:129
#: pg_receivexlog.c:73
#, c-format
msgid "  -w, --no-password      never prompt for password\n"
msgstr "  -w, --no-password            ne demande jamais le mot de passe\n"

#: pg_basebackup.c:130
#: pg_receivexlog.c:74
#, c-format
msgid "  -W, --password         force password prompt (should happen automatically)\n"
msgstr ""
"  -W, --password               force la demande du mot de passe (devrait arriver\n"
"                               automatiquement)\n"

#: pg_basebackup.c:131
#: pg_receivexlog.c:75
#, c-format
msgid ""
"\n"
"Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr ""
"\n"
"Rapporter les bogues à <pgsql-bugs@postgresql.org>.\n"

#: pg_basebackup.c:172
#, c-format
msgid "%s: could not read from ready pipe: %s\n"
msgstr "%s : n'a pas pu lire à partir du tube : %s\n"

#: pg_basebackup.c:180
#: pg_basebackup.c:271
#: pg_basebackup.c:1187
#: pg_receivexlog.c:256
#, c-format
msgid "%s: could not parse transaction log location \"%s\"\n"
msgstr "%s : n'a pas pu analyser l'emplacement du journal des transactions « %s »\n"

#: pg_basebackup.c:283
#, c-format
msgid "%s: could not create pipe for background process: %s\n"
msgstr "%s : n'a pas pu créer un tube pour le processus en tâche de fond : %s\n"

#: pg_basebackup.c:316
#, c-format
msgid "%s: could not create background process: %s\n"
msgstr "%s : n'a pas pu créer un processus en tâche de fond : %s\n"

#: pg_basebackup.c:328
#, c-format
msgid "%s: could not create background thread: %s\n"
msgstr "%s : n'a pas pu créer un thread en tâche de fond : %s\n"

#: pg_basebackup.c:353
#: pg_basebackup.c:821
#, c-format
msgid "%s: could not create directory \"%s\": %s\n"
msgstr "%s : n'a pas pu créer le répertoire « %s » : %s\n"

#: pg_basebackup.c:370
#, c-format
msgid "%s: directory \"%s\" exists but is not empty\n"
msgstr "%s : le répertoire « %s » existe mais n'est pas vide\n"

#: pg_basebackup.c:378
#, c-format
msgid "%s: could not access directory \"%s\": %s\n"
msgstr "%s : n'a pas pu accéder au répertoire « %s » : %s\n"

#: pg_basebackup.c:425
#, c-format
msgid "%s/%s kB (100%%), %d/%d tablespace %35s"
msgid_plural "%s/%s kB (100%%), %d/%d tablespaces %35s"
msgstr[0] "%s/%s Ko (100%%), %d/%d tablespace %35s"
msgstr[1] "%s/%s Ko (100%%), %d/%d tablespaces %35s"

#: pg_basebackup.c:432
#, c-format
msgid "%s/%s kB (%d%%), %d/%d tablespace (%-30.30s)"
msgid_plural "%s/%s kB (%d%%), %d/%d tablespaces (%-30.30s)"
msgstr[0] "%s/%s Ko (%d%%), %d/%d tablespace (%-30.30s)"
msgstr[1] "%s/%s Ko (%d%%), %d/%d tablespaces (%-30.30s)"

#: pg_basebackup.c:440
#, c-format
msgid "%s/%s kB (%d%%), %d/%d tablespace"
msgid_plural "%s/%s kB (%d%%), %d/%d tablespaces"
msgstr[0] "%s/%s Ko (%d%%), %d/%d tablespace"
msgstr[1] "%s/%s Ko (%d%%), %d/%d tablespaces"

#: pg_basebackup.c:486
#: pg_basebackup.c:506
#: pg_basebackup.c:534
#, c-format
msgid "%s: could not set compression level %d: %s\n"
msgstr "%s : n'a pas pu configurer le niveau de compression %d : %s\n"

#: pg_basebackup.c:555
#, c-format
msgid "%s: could not create compressed file \"%s\": %s\n"
msgstr "%s : n'a pas pu créer le fichier compressé « %s » : %s\n"

#: pg_basebackup.c:566
#: pg_basebackup.c:863
#, c-format
msgid "%s: could not create file \"%s\": %s\n"
msgstr "%s : n'a pas pu créer le fichier « %s » : %s\n"

#: pg_basebackup.c:578
#: pg_basebackup.c:725
#, c-format
msgid "%s: could not get COPY data stream: %s"
msgstr "%s : n'a pas pu obtenir le flux de données de COPY : %s"

#: pg_basebackup.c:612
#: pg_basebackup.c:670
#, c-format
msgid "%s: could not write to compressed file \"%s\": %s\n"
msgstr "%s : n'a pas pu écrire dans le fichier compressé « %s » : %s\n"

#: pg_basebackup.c:623
#: pg_basebackup.c:680
#: pg_basebackup.c:903
#, c-format
msgid "%s: could not write to file \"%s\": %s\n"
msgstr "%s : n'a pas pu écrire dans le fichier « %s » : %s\n"

#: pg_basebackup.c:635
#, c-format
msgid "%s: could not close compressed file \"%s\": %s\n"
msgstr "%s : n'a pas pu fermer le fichier compressé « %s » : %s\n"

#: pg_basebackup.c:648
#: receivelog.c:157
#: receivelog.c:625
#: receivelog.c:634
#, c-format
msgid "%s: could not close file \"%s\": %s\n"
msgstr "%s : n'a pas pu fermer le fichier « %s » : %s\n"

#: pg_basebackup.c:659
#: pg_basebackup.c:754
#: receivelog.c:468
#, c-format
msgid "%s: could not read COPY data: %s"
msgstr "%s : n'a pas pu lire les données du COPY : %s"

#: pg_basebackup.c:768
#, c-format
msgid "%s: invalid tar block header size: %d\n"
msgstr "%s : taille invalide de l'en-tête de bloc du fichier tar : %d\n"

#: pg_basebackup.c:776
#, c-format
msgid "%s: could not parse file size\n"
msgstr "%s : n'a pas pu analyser la taille du fichier\n"

#: pg_basebackup.c:784
#, c-format
msgid "%s: could not parse file mode\n"
msgstr "%s : n'a pas pu analyser le mode du fichier\n"

#: pg_basebackup.c:829
#, c-format
msgid "%s: could not set permissions on directory \"%s\": %s\n"
msgstr "%s : n'a pas configurer les droits sur le répertoire « %s » : %s\n"

#: pg_basebackup.c:842
#, c-format
msgid "%s: could not create symbolic link from \"%s\" to \"%s\": %s\n"
msgstr "%s : n'a pas pu créer le lien symbolique de « %s » vers « %s » : %s\n"

#: pg_basebackup.c:850
#, c-format
msgid "%s: unrecognized link indicator \"%c\"\n"
msgstr "%s : indicateur de lien « %c » non reconnu\n"

#: pg_basebackup.c:870
#, c-format
msgid "%s: could not set permissions on file \"%s\": %s\n"
msgstr "%s : n'a pas pu configurer les droits sur le fichier « %s » : %s\n"

#: pg_basebackup.c:929
#, c-format
msgid "%s: COPY stream ended before last file was finished\n"
msgstr "%s : le flux COPY s'est terminé avant que le dernier fichier soit terminé\n"

#: pg_basebackup.c:965
#: pg_basebackup.c:994
#: pg_receivexlog.c:239
#: receivelog.c:303
#: receivelog.c:340
#, c-format
msgid "%s: could not send replication command \"%s\": %s"
msgstr "%s : n'a pas pu envoyer la commande de réplication « %s » : %s"

#: pg_basebackup.c:972
#: pg_receivexlog.c:247
#: receivelog.c:311
#, c-format
msgid "%s: could not identify system: got %d rows and %d fields, expected %d rows and %d fields\n"
msgstr ""
"%s : n'a pas pu identifier le système, a récupéré %d lignes et %d champs,\n"
"attendait %d lignes et %d champs\n"

#: pg_basebackup.c:1005
#, c-format
msgid "%s: could not initiate base backup: %s"
msgstr "%s : n'a pas pu initier la sauvegarde de base : %s"

#: pg_basebackup.c:1011
#, c-format
msgid "%s: no start point returned from server\n"
msgstr "%s : aucun point de redémarrage renvoyé du serveur\n"

#: pg_basebackup.c:1027
#, c-format
msgid "%s: could not get backup header: %s"
msgstr "%s : n'a pas pu obtenir l'en-tête du serveur : %s"

#: pg_basebackup.c:1033
#, c-format
msgid "%s: no data returned from server\n"
msgstr "%s : aucune donnée renvoyée du serveur\n"

#: pg_basebackup.c:1062
#, c-format
msgid "%s: can only write single tablespace to stdout, database has %d\n"
msgstr "%s : peut seulement écrire un tablespace sur la sortie standard, la base en a %d\n"

#: pg_basebackup.c:1074
#, c-format
msgid "%s: starting background WAL receiver\n"
msgstr "%s : lance le récepteur de journaux de transactions en tâche de fond\n"

#: pg_basebackup.c:1104
#, c-format
msgid "%s: could not get transaction log end position from server: %s"
msgstr ""
"%s : n'a pas pu obtenir la position finale des journaux de transactions à\n"
"partir du serveur : %s"

#: pg_basebackup.c:1111
#, c-format
msgid "%s: no transaction log end position returned from server\n"
msgstr "%s : aucune position de fin du journal de transactions renvoyée par le serveur\n"

#: pg_basebackup.c:1123
#, c-format
msgid "%s: final receive failed: %s"
msgstr "%s : échec lors de la réception finale : %s"

#: pg_basebackup.c:1139
#, c-format
msgid "%s: waiting for background process to finish streaming...\n"
msgstr "%s : en attente que le processus en tâche de fond finisse le flux...\n"

#: pg_basebackup.c:1145
#, c-format
msgid "%s: could not send command to background pipe: %s\n"
msgstr "%s : n'a pas pu envoyer la commande au tube du processus : %s\n"

#: pg_basebackup.c:1154
#, c-format
msgid "%s: could not wait for child process: %s\n"
msgstr "%s : n'a pas pu attendre le processus fils : %s\n"

#: pg_basebackup.c:1160
#, c-format
msgid "%s: child %d died, expected %d\n"
msgstr "%s : le fils %d est mort, %d attendu\n"

#: pg_basebackup.c:1166
#, c-format
msgid "%s: child process did not exit normally\n"
msgstr "%s : le processus fils n'a pas quitté normalement\n"

#: pg_basebackup.c:1172
#, c-format
msgid "%s: child process exited with error %d\n"
msgstr "%s : le processus fils a quitté avec le code erreur %d\n"

#: pg_basebackup.c:1198
#, c-format
msgid "%s: could not wait for child thread: %s\n"
msgstr "%s : n'a pas pu attendre le thread : %s\n"

#: pg_basebackup.c:1205
#, c-format
msgid "%s: could not get child thread exit status: %s\n"
msgstr "%s : n'a pas pu obtenir le code de sortie du thread : %s\n"

#: pg_basebackup.c:1211
#, c-format
msgid "%s: child thread exited with error %u\n"
msgstr "%s : le thread a quitté avec le code d'erreur %u\n"

#: pg_basebackup.c:1292
#, c-format
msgid "%s: invalid output format \"%s\", must be \"plain\" or \"tar\"\n"
msgstr "%s : format de sortie « %s » invalide, doit être soit « plain » soit « tar »\n"

#: pg_basebackup.c:1301
#: pg_basebackup.c:1313
#, c-format
msgid "%s: cannot specify both --xlog and --xlog-method\n"
msgstr "%s : ne peut pas spécifier à la fois --xlog et --xlog-method\n"

#: pg_basebackup.c:1328
#, c-format
msgid "%s: invalid xlog-method option \"%s\", must be \"fetch\" or \"stream\"\n"
msgstr ""
"%s : option xlog-method « %s » invalide, doit être soit « fetch » soit « stream »\n"
"soit « stream »\n"

#: pg_basebackup.c:1347
#, c-format
msgid "%s: invalid compression level \"%s\"\n"
msgstr "%s : niveau de compression « %s » invalide\n"

#: pg_basebackup.c:1359
#, c-format
msgid "%s: invalid checkpoint argument \"%s\", must be \"fast\" or \"spread\"\n"
msgstr ""
"%s : argument « %s » invalide pour le CHECKPOINT, doit être soit « fast »\n"
"soit « spread »\n"

#: pg_basebackup.c:1383
#: pg_receivexlog.c:370
#, c-format
msgid "%s: invalid status interval \"%s\"\n"
msgstr "%s : intervalle « %s » invalide du statut\n"

#: pg_basebackup.c:1399
#: pg_basebackup.c:1413
#: pg_basebackup.c:1424
#: pg_basebackup.c:1437
#: pg_basebackup.c:1447
#: pg_receivexlog.c:386
#: pg_receivexlog.c:400
#: pg_receivexlog.c:411
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Essayer « %s --help » pour plus d'informations.\n"

#: pg_basebackup.c:1411
#: pg_receivexlog.c:398
#, c-format
msgid "%s: too many command-line arguments (first is \"%s\")\n"
msgstr "%s : trop d'arguments en ligne de commande (le premier étant « %s »)\n"

#: pg_basebackup.c:1423
#: pg_receivexlog.c:410
#, c-format
msgid "%s: no target directory specified\n"
msgstr "%s : aucun répertoire cible indiqué\n"

#: pg_basebackup.c:1435
#, c-format
msgid "%s: only tar mode backups can be compressed\n"
msgstr "%s : seules les sauvegardes en mode tar peuvent être compressées\n"

#: pg_basebackup.c:1445
#, c-format
msgid "%s: wal streaming can only be used in plain mode\n"
msgstr "%s : le flux de journaux de transactions peut seulement être utilisé en mode plain\n"

#: pg_basebackup.c:1456
#, c-format
msgid "%s: this build does not support compression\n"
msgstr "%s : cette construction ne supporte pas la compression\n"

#: pg_receivexlog.c:57
#, c-format
msgid ""
"%s receives PostgreSQL streaming transaction logs.\n"
"\n"
msgstr ""
"%s reçoit le flux des journaux de transactions PostgreSQL.\n"
"\n"

#: pg_receivexlog.c:61
#, c-format
msgid ""
"\n"
"Options:\n"
msgstr ""
"\n"
"Options :\n"

#: pg_receivexlog.c:62
#, c-format
msgid "  -D, --directory=DIR    receive transaction log files into this directory\n"
msgstr ""
"  -D, --directory=RÉP          reçoit les journaux de transactions dans ce\n"
"                               répertoire\n"

#: pg_receivexlog.c:63
#, c-format
msgid "  -n, --no-loop          do not loop on connection lost\n"
msgstr "-n, --noloop                 ne boucle pas en cas de perte de la connexion\n"

#: pg_receivexlog.c:82
#, c-format
msgid "%s: finished segment at %X/%X (timeline %u)\n"
msgstr "%s : segment terminé à %X/%X (timeline %u)\n"

#: pg_receivexlog.c:87
#, c-format
msgid "%s: received interrupt signal, exiting.\n"
msgstr "%s : a reçu un signal d'interruption, quitte.\n"

#: pg_receivexlog.c:114
#, c-format
msgid "%s: could not open directory \"%s\": %s\n"
msgstr "%s : n'a pas pu ouvrir le répertoire « %s » : %s\n"

#: pg_receivexlog.c:155
#, c-format
msgid "%s: could not parse transaction log file name \"%s\"\n"
msgstr "%s : n'a pas pu analyser le nom du journal de transactions « %s »\n"

#: pg_receivexlog.c:168
#, c-format
msgid "%s: could not stat file \"%s\": %s\n"
msgstr "%s : n'a pas pu récupérer les informations sur le fichier « %s » : %s\n"

#: pg_receivexlog.c:187
#, c-format
msgid "%s: segment file \"%s\" has incorrect size %d, skipping\n"
msgstr "%s : le segment « %s » a une taille %d incorrecte, ignoré\n"

#: pg_receivexlog.c:277
#, c-format
msgid "%s: starting log streaming at %X/%X (timeline %u)\n"
msgstr "%s : commence le flux des journaux à %X/%X (timeline %u)\n"

#: pg_receivexlog.c:351
#, c-format
msgid "%s: invalid port number \"%s\"\n"
msgstr "%s : numéro de port invalide : « %s »\n"

#: pg_receivexlog.c:433
#, c-format
msgid "%s: disconnected.\n"
msgstr "%s : déconnecté.\n"

#. translator: check source for value for %d
#: pg_receivexlog.c:440
#, c-format
msgid "%s: disconnected. Waiting %d seconds to try again.\n"
msgstr "%s : déconnecté. Attente de %d secondes avant une nouvelle tentative.\n"

#: receivelog.c:72
#, c-format
msgid "%s: could not open transaction log file \"%s\": %s\n"
msgstr "%s : n'a pas pu ouvrir le journal des transactions « %s » : %s\n"

#: receivelog.c:84
#, c-format
msgid "%s: could not stat transaction log file \"%s\": %s\n"
msgstr ""
"%s : n'a pas pu récupérer les informations sur le journal de transactions\n"
"« %s » : %s\n"

#: receivelog.c:94
#, c-format
msgid "%s: transaction log file \"%s\" has %d bytes, should be 0 or %d\n"
msgstr ""
"%s : le segment « %s » du journal de transactions comprend %d octets, cela\n"
"devrait être 0 ou %d\n"

#: receivelog.c:107
#, c-format
msgid "%s: could not pad transaction log file \"%s\": %s\n"
msgstr "%s : n'a pas pu remplir de zéros le journal de transactions « %s » : %s\n"

#: receivelog.c:120
#, c-format
msgid "%s: could not seek to beginning of transaction log file \"%s\": %s\n"
msgstr "%s : n'a pas pu rechercher le début du journal de transaction « %s » : %s\n"

#: receivelog.c:143
#, c-format
msgid "%s: could not determine seek position in file \"%s\": %s\n"
msgstr "%s : n'a pas pu déterminer la position de recherche dans le fichier d'archive « %s » : %s\n"

#: receivelog.c:150
#, c-format
msgid "%s: could not fsync file \"%s\": %s\n"
msgstr "%s : n'a pas pu synchroniser sur disque le fichier « %s » : %s\n"

#: receivelog.c:177
#, c-format
msgid "%s: could not rename file \"%s\": %s\n"
msgstr "%s : n'a pas pu renommer le fichier « %s » : %s\n"

#: receivelog.c:184
#, c-format
msgid "%s: not renaming \"%s\", segment is not complete\n"
msgstr "%s : pas de renommage de « %s », le segment n'est pas complet\n"

#: receivelog.c:319
#, c-format
msgid "%s: system identifier does not match between base backup and streaming connection\n"
msgstr ""
"%s : l'identifiant système ne correspond pas entre la sauvegarde des fichiers\n"
"et la connexion de réplication\n"

#: receivelog.c:327
#, c-format
msgid "%s: timeline does not match between base backup and streaming connection\n"
msgstr ""
"%s : la timeline ne correspond pas entre la sauvegarde des fichiers et la\n"
"connexion de réplication\n"

#: receivelog.c:398
#, c-format
msgid "%s: could not send feedback packet: %s"
msgstr "%s : n'a pas pu envoyer le paquet d'informations en retour : %s"

#: receivelog.c:449
#, c-format
msgid "%s: select() failed: %s\n"
msgstr "%s : échec de select() : %s\n"

#: receivelog.c:457
#, c-format
msgid "%s: could not receive data from WAL stream: %s"
msgstr "%s : n'a pas pu recevoir des données du flux de WAL : %s"

#: receivelog.c:481
#, c-format
msgid "%s: keepalive message has incorrect size %d\n"
msgstr "%s : le message keepalive a une taille %d incorrecte\n"

#: receivelog.c:489
#, c-format
msgid "%s: unrecognized streaming header: \"%c\"\n"
msgstr "%s : entête non reconnu du flux : « %c »\n"

#: receivelog.c:495
#, c-format
msgid "%s: streaming header too small: %d\n"
msgstr "%s : en-tête de flux trop petit : %d\n"

#: receivelog.c:514
#, c-format
msgid "%s: received transaction log record for offset %u with no file open\n"
msgstr ""
"%s : a reçu l'enregistrement du journal de transactions pour le décalage %u\n"
"sans fichier ouvert\n"

#: receivelog.c:526
#, c-format
msgid "%s: got WAL data offset %08x, expected %08x\n"
msgstr "%s : a obtenu le décalage %08x pour les données du journal, attendait %08x\n"

#: receivelog.c:562
#, c-format
msgid "%s: could not write %u bytes to WAL file \"%s\": %s\n"
msgstr "%s : n'a pas pu écrire %u octets dans le journal de transactions « %s » : %s\n"

#: receivelog.c:608
#, c-format
msgid "%s: unexpected termination of replication stream: %s"
msgstr "%s : fin inattendue du flux de réplication : %s"

#: receivelog.c:617
#, c-format
msgid "%s: replication stream was terminated before stop point\n"
msgstr "%s : le flux de réplication a été abandonné avant d'arriver au point d'arrêt\n"

#: streamutil.c:46
#: streamutil.c:60
#, c-format
msgid "%s: out of memory\n"
msgstr "%s : mémoire épuisée\n"

#: streamutil.c:139
msgid "Password: "
msgstr "Mot de passe : "

#: streamutil.c:152
#, c-format
msgid "%s: could not connect to server\n"
msgstr "%s : n'a pas pu se connecter au serveur\n"

#: streamutil.c:168
#, c-format
msgid "%s: could not connect to server: %s\n"
msgstr "%s : n'a pas pu se connecter au serveur : %s\n"

#: streamutil.c:188
#, c-format
msgid "%s: could not determine server setting for integer_datetimes\n"
msgstr "%s : n'a pas pu déterminer la configuration serveur de integer_datetimes\n"

#: streamutil.c:201
#, c-format
msgid "%s: integer_datetimes compile flag does not match server\n"
msgstr "%s : l'option de compilation integer_datetimes ne correspond pas au serveur\n"

#~ msgid "  --version                output version information, then exit\n"
#~ msgstr "  --version                    affiche la version et quitte\n"

#~ msgid "  --help                   show this help, then exit\n"
#~ msgstr "  --help                       affiche cette aide et quitte\n"

#~ msgid "%s: could not read copy data: %s\n"
#~ msgstr "%s : n'a pas pu lire les données du COPY : %s\n"

#~ msgid "%s: could not start replication: %s\n"
#~ msgstr "%s : n'a pas pu démarrer la réplication : %s\n"

#~ msgid "%s: could not get current position in file %s: %s\n"
#~ msgstr "%s : n'a pas pu obtenir la position courant dans le fichier %s : %s\n"

#~ msgid "%s: could not seek back to beginning of WAL segment %s: %s\n"
#~ msgstr "%s : n'a pas pu se déplacer au début du segment WAL %s : %s\n"

#~ msgid "%s: could not pad WAL segment %s: %s\n"
#~ msgstr "%s : n'a pas pu terminer le segment WAL %s : %s\n"

#~ msgid "%s: could not stat WAL segment %s: %s\n"
#~ msgstr "%s : n'a pas pu récupérer les informations sur le segment WAL %s : %s\n"

#~ msgid "%s: could not open WAL segment %s: %s\n"
#~ msgstr "%s : n'a pas pu ouvrir le segment WAL %s : %s\n"

#~ msgid "%s: could not parse log start position from value \"%s\"\n"
#~ msgstr "%s : n'a pas pu analyser la position de départ des WAL à partir de la valeur « %s »\n"

#~ msgid "%s: could not identify system: %s\n"
#~ msgstr "%s : n'a pas pu identifier le système : %s\n"

#~ msgid "%s: could not send base backup command: %s"
#~ msgstr "%s : n'a pas pu envoyer la commande de sauvegarde de base : %s"

#~ msgid "%s: could not identify system: %s"
#~ msgstr "%s : n'a pas pu identifier le système : %s"

#~ msgid "%s: invalid format of xlog location: %s\n"
#~ msgstr "%s : format invalide de l'emplacement du journal de transactions : %s\n"

#~ msgid "%s: could not parse xlog end position \"%s\"\n"
#~ msgstr "%s : n'a pas pu analyser la position finale du journal de transactions « %s »\n"

#~ msgid "  -?, --help               show this help, then exit\n"
#~ msgstr "  -?, --help                 affiche cette aide puis quitte\n"

#~ msgid "  -V, --version            output version information, then exit\n"
#~ msgstr "  -V, --version              affiche la version puis quitte\n"

#~ msgid "%s: could not close file %s: %s\n"
#~ msgstr "%s : n'a pas pu fermer le fichier %s : %s\n"