summaryrefslogtreecommitdiff
path: root/src/bin/pg_ctl/po/fr.po
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2006-10-21 21:03:04 +0000
committerPeter Eisentraut <peter_e@gmx.net>2006-10-21 21:03:04 +0000
commit9c2c41646a80ab1ffc1716abc4cd21e31f9e1a34 (patch)
tree44437d88088246d3387d05cef44a5996665d2e4f /src/bin/pg_ctl/po/fr.po
parent890ce3975ebaf6e97709ea6ecfb0ca753e3fa592 (diff)
downloadpostgresql-9c2c41646a80ab1ffc1716abc4cd21e31f9e1a34.tar.gz
Translations update
Diffstat (limited to 'src/bin/pg_ctl/po/fr.po')
-rw-r--r--src/bin/pg_ctl/po/fr.po386
1 files changed, 214 insertions, 172 deletions
diff --git a/src/bin/pg_ctl/po/fr.po b/src/bin/pg_ctl/po/fr.po
index 91f797d5ea..de55f16ddb 100644
--- a/src/bin/pg_ctl/po/fr.po
+++ b/src/bin/pg_ctl/po/fr.po
@@ -9,8 +9,9 @@
msgid ""
msgstr ""
"Project-Id-Version: pg_ctl-fr\n"
-"POT-Creation-Date: 2005-09-21 19:14-0300\n"
-"PO-Revision-Date: 2005-09-22 07:02+0200\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-10-16 01:15-0300\n"
+"PO-Revision-Date: 2006-10-16 22:21+0100\n"
"Last-Translator: Guillaume Lelarge <gleu@wanadoo.fr>\n"
"Language-Team: <pgsql-fr-general@postgresql.org>\n"
"MIME-Version: 1.0\n"
@@ -18,235 +19,253 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.10.2\n"
-#: pg_ctl.c:201 pg_ctl.c:216 pg_ctl.c:1405
+#: pg_ctl.c:210
+#: pg_ctl.c:225
+#: pg_ctl.c:1620
#, c-format
msgid "%s: out of memory\n"
msgstr "%s : mémoire épuisée\n"
-#: pg_ctl.c:250
+#: pg_ctl.c:259
#, c-format
msgid "%s: could not open PID file \"%s\": %s\n"
msgstr "%s : impossible d'ouvrir le fichier PID «%s» : %s\n"
-#: pg_ctl.c:257
+#: pg_ctl.c:266
#, c-format
msgid "%s: invalid data in PID file \"%s\"\n"
msgstr "%s: données invalides dans le fichier PID «%s»\n"
-#: pg_ctl.c:478
+#: pg_ctl.c:494
#, c-format
-msgid "%s: another postmaster may be running; trying to start postmaster anyway\n"
-msgstr "%s : un autre postmaster pourrait être en cours d'exécution ; néanmoins, je vais essayer de lancer postmaster.\n"
+msgid "%s: another server may be running; trying to start server anyway\n"
+msgstr "%s : un autre serveur pourrait être en cours d'exécution ; néanmoins, je vais essayer de lancer le serveur.\n"
-#: pg_ctl.c:496
+#: pg_ctl.c:512
#, c-format
msgid "%s: could not read file \"%s\"\n"
msgstr "%s : impossible de lire le fichier «%s»\n"
-#: pg_ctl.c:502
+#: pg_ctl.c:518
#, c-format
msgid "%s: option file \"%s\" must have exactly one line\n"
msgstr "%s : le fichier d'option «%s» doit avoir exactement une ligne\n"
-#: pg_ctl.c:553
+#: pg_ctl.c:569
#, c-format
msgid ""
-"The program \"postmaster\" is needed by %s but was not found in the\n"
+"The program \"postgres\" is needed by %s but was not found in the\n"
"same directory as \"%s\".\n"
"Check your installation.\n"
msgstr ""
-"Le programme «postmaster» est nécessaire pour %s mais n'a pas été trouvé dans\n"
-"le même répertoire que «%s».\n"
+"Le programme « postgres » est nécessaire pour %s mais n'a pas été trouvé dans\n"
+"le même répertoire que « %s ».\n"
"Vérifiez votre installation.\n"
-#: pg_ctl.c:559
+#: pg_ctl.c:575
#, c-format
msgid ""
-"The program \"postmaster\" was found by \"%s\"\n"
+"The program \"postgres\" was found by \"%s\"\n"
"but was not the same version as %s.\n"
"Check your installation.\n"
msgstr ""
-"Le programme «postmaster» a été trouvé par «%s»\n"
+"Le programme « postgres » a été trouvé par « %s »\n"
"mais n'était pas de la même version que %s.\n"
"Vérifiez votre installation.\n"
-#: pg_ctl.c:571
+#: pg_ctl.c:587
#, c-format
-msgid "%s: could not start postmaster: exit code was %d\n"
-msgstr "%s : impossible d'exécuter postmaster : le code d'erreur était %d\n"
+msgid "%s: could not start server: exit code was %d\n"
+msgstr "%s : impossible d'exécuter le serveur : le code d'erreur était %d\n"
-#: pg_ctl.c:582
+#: pg_ctl.c:598
#, c-format
msgid ""
-"%s: could not start postmaster\n"
+"%s: could not start server\n"
"Examine the log output.\n"
msgstr ""
-"%s : impossible de lancer postmaster\n"
-"Examinez le journal des traces\n"
+"%s : impossible de lancer le serveur\n"
+"Examinez le journal des traces.\n"
-#: pg_ctl.c:591
-msgid "waiting for postmaster to start..."
-msgstr "en attente du lancement de postmaster..."
+#: pg_ctl.c:607
+msgid "waiting for server to start..."
+msgstr "en attente du lancement du serveur..."
-#: pg_ctl.c:595
-msgid "could not start postmaster\n"
-msgstr "impossible d'exécuter postmaster\n"
+#: pg_ctl.c:611
+#, c-format
+msgid "could not start server\n"
+msgstr "impossible d'exécuter le serveur\n"
-#: pg_ctl.c:600 pg_ctl.c:666 pg_ctl.c:739
+#: pg_ctl.c:616
+#: pg_ctl.c:682
+#: pg_ctl.c:755
msgid " done\n"
msgstr " fait\n"
-#: pg_ctl.c:601
-msgid "postmaster started\n"
-msgstr "postmaster démarré\n"
+#: pg_ctl.c:617
+msgid "server started\n"
+msgstr "serveur démarré\n"
-#: pg_ctl.c:605
-msgid "postmaster starting\n"
-msgstr "postmaster en cours de démarrage\n"
+#: pg_ctl.c:621
+msgid "server starting\n"
+msgstr "serveur en cours de démarrage\n"
-#: pg_ctl.c:619 pg_ctl.c:687 pg_ctl.c:761
+#: pg_ctl.c:635
+#: pg_ctl.c:703
+#: pg_ctl.c:777
#, c-format
msgid "%s: PID file \"%s\" does not exist\n"
msgstr "%s : le fichier PID «%s» n'existe pas\n"
-#: pg_ctl.c:620 pg_ctl.c:689 pg_ctl.c:762
-msgid "Is postmaster running?\n"
-msgstr "postmaster est-il en cours d'exécution ?\n"
+#: pg_ctl.c:636
+#: pg_ctl.c:705
+#: pg_ctl.c:778
+msgid "Is server running?\n"
+msgstr "le serveur est-il en cours d'exécution ?\n"
-#: pg_ctl.c:626
+#: pg_ctl.c:642
#, c-format
-msgid "%s: cannot stop postmaster; postgres is running (PID: %ld)\n"
-msgstr "%s : impossible d'arrêter postmaster ; postgres est en cours d'exécution (PID : %ld)\n"
+msgid "%s: cannot stop server; single-user server is running (PID: %ld)\n"
+msgstr "%s : impossible d'arrêter le serveur ; le serveur mono-utilisateur est en cours d'exécution (PID : %ld)\n"
-#: pg_ctl.c:634 pg_ctl.c:711
+#: pg_ctl.c:650
+#: pg_ctl.c:727
#, c-format
msgid "%s: could not send stop signal (PID: %ld): %s\n"
msgstr "%s : impossible d'envoyer le signal d'arrêt (PID : %ld) : %s\n"
-#: pg_ctl.c:641
-msgid "postmaster shutting down\n"
-msgstr "postmaster en cours d'arrêt\n"
+#: pg_ctl.c:657
+msgid "server shutting down\n"
+msgstr "serveur en cours d'arrêt\n"
-#: pg_ctl.c:646 pg_ctl.c:716
-msgid "waiting for postmaster to shut down..."
-msgstr "en attente de l'arrêt du postmaster..."
+#: pg_ctl.c:662
+#: pg_ctl.c:732
+msgid "waiting for server to shut down..."
+msgstr "en attente de l'arrêt du serveur..."
-#: pg_ctl.c:661 pg_ctl.c:733
+#: pg_ctl.c:677
+#: pg_ctl.c:749
msgid " failed\n"
msgstr " a échoué\n"
-#: pg_ctl.c:663 pg_ctl.c:735
+#: pg_ctl.c:679
+#: pg_ctl.c:751
#, c-format
-msgid "%s: postmaster does not shut down\n"
-msgstr "%s : postmaster ne s'est pas arrêté\n"
+msgid "%s: server does not shut down\n"
+msgstr "%s : le serveur ne s'est pas arrêté\n"
-#: pg_ctl.c:668 pg_ctl.c:740
-msgid "postmaster stopped\n"
-msgstr "postmaster arrêté\n"
+#: pg_ctl.c:684
+#: pg_ctl.c:756
+#, c-format
+msgid "server stopped\n"
+msgstr "serveur arrêté\n"
-#: pg_ctl.c:690 pg_ctl.c:746
-msgid "starting postmaster anyway\n"
-msgstr "lancement de postmaster malgré tout\n"
+#: pg_ctl.c:706
+#: pg_ctl.c:762
+msgid "starting server anyway\n"
+msgstr "lancement du serveur malgré tout\n"
-#: pg_ctl.c:699
+#: pg_ctl.c:715
#, c-format
-msgid "%s: cannot restart postmaster; postgres is running (PID: %ld)\n"
-msgstr "%s : impossible de relancer postmaster ; postgres est en cours d'exécution (PID : %ld)\n"
+msgid "%s: cannot restart server; single-user server is running (PID: %ld)\n"
+msgstr "%s : impossible de relancer le serveur ; le serveur mono-utilisateur est en cours d'exécution (PID : %ld)\n"
-#: pg_ctl.c:702 pg_ctl.c:771
-msgid "Please terminate postgres and try again.\n"
-msgstr "Merci d'arrêter postgres et de re-essayer.\n"
+#: pg_ctl.c:718
+#: pg_ctl.c:787
+msgid "Please terminate the single-user server and try again.\n"
+msgstr "Merci d'arrêter le serveur mono-utilisateur et de re-essayer.\n"
-#: pg_ctl.c:744
+#: pg_ctl.c:760
#, c-format
-msgid "%s: old postmaster process (PID: %ld) seems to be gone\n"
-msgstr "%s : l'ancien processus postmaster (PID : %ld) semble être parti\n"
+msgid "%s: old server process (PID: %ld) seems to be gone\n"
+msgstr "%s : l'ancien processus serveur (PID : %ld) semble être parti\n"
-#: pg_ctl.c:768
+#: pg_ctl.c:784
#, c-format
-msgid "%s: cannot reload postmaster; postgres is running (PID: %ld)\n"
-msgstr "%s : impossible de recharger postmaster ; postgres est en cours d'exécution (PID : %ld)\n"
+msgid "%s: cannot reload server; single-user server is running (PID: %ld)\n"
+msgstr "%s : impossible de recharger le serveur ; le serveur mono-utilisateur est en cours d'exécution (PID : %ld)\n"
-#: pg_ctl.c:777
+#: pg_ctl.c:793
#, c-format
msgid "%s: could not send reload signal (PID: %ld): %s\n"
msgstr "%s : impossible d'envoyer le signal de rechargement (PID : %ld) : %s\n"
-#: pg_ctl.c:782
-msgid "postmaster signaled\n"
-msgstr "envoi d'un signal à postmaster\n"
+#: pg_ctl.c:798
+msgid "server signaled\n"
+msgstr "envoi d'un signal au serveur\n"
-#: pg_ctl.c:826
+#: pg_ctl.c:842
#, c-format
-msgid "%s: a standalone backend \"postgres\" is running (PID: %ld)\n"
-msgstr "%s : un moteur «postgres» est en cours d'exécution (PID : %ld)\n"
+msgid "%s: single-user server is running (PID: %ld)\n"
+msgstr "%s : le serveur mono-utilisateur est en cours d'exécution (PID : %ld)\n"
-#: pg_ctl.c:837
+#: pg_ctl.c:854
#, c-format
-msgid "%s: postmaster is running (PID: %ld)\n"
-msgstr "%s : postmaster est en cours d'exécution (PID : %ld)\n"
+msgid "%s: server is running (PID: %ld)\n"
+msgstr "%s : le serveur est en cours d'exécution (PID : %ld)\n"
-#: pg_ctl.c:848
+#: pg_ctl.c:865
#, c-format
-msgid "%s: neither postmaster nor postgres running\n"
-msgstr "%s : ni postmaster ni postgres ne sont en cours d'exécution\n"
+msgid "%s: no server running\n"
+msgstr "%s : aucun serveur en cours d'exécution\n"
-#: pg_ctl.c:859
+#: pg_ctl.c:876
#, c-format
msgid "%s: could not send signal %d (PID: %ld): %s\n"
msgstr "%s : impossible d'envoyer le signal %d (PID : %ld) : %s\n"
-#: pg_ctl.c:892
+#: pg_ctl.c:910
#, c-format
msgid "%s: could not find own program executable\n"
msgstr "%s : impossible de trouver mon propre exécutable\n"
-#: pg_ctl.c:901
+#: pg_ctl.c:919
#, c-format
-msgid "%s: could not find postmaster program executable\n"
-msgstr "%s : impossible de trouver l'exécutable postmaster\n"
+msgid "%s: could not find postgres program executable\n"
+msgstr "%s : impossible de trouver l'exécutable postgres\n"
-#: pg_ctl.c:955 pg_ctl.c:987
+#: pg_ctl.c:973
+#: pg_ctl.c:1005
#, c-format
msgid "%s: could not open service manager\n"
msgstr "%s : impossible d'ouvrir le gestionnaire de services\n"
-#: pg_ctl.c:961
+#: pg_ctl.c:979
#, c-format
msgid "%s: service \"%s\" already registered\n"
msgstr "%s : le service «%s» est déjà enregistré\n"
-#: pg_ctl.c:972
+#: pg_ctl.c:990
#, c-format
msgid "%s: could not register service \"%s\": error code %d\n"
msgstr "%s : impossible d'enregistrer le service «%s» : code d'erreur %d\n"
-#: pg_ctl.c:993
+#: pg_ctl.c:1011
#, c-format
msgid "%s: service \"%s\" not registered\n"
msgstr "%s : le service «%s» n'est pas enregistré\n"
-#: pg_ctl.c:1000
+#: pg_ctl.c:1018
#, c-format
msgid "%s: could not open service \"%s\": error code %d\n"
msgstr "%s : impossible d'ouvrir le service «%s» : code d'erreur %d\n"
-#: pg_ctl.c:1007
+#: pg_ctl.c:1025
#, c-format
msgid "%s: could not unregister service \"%s\": error code %d\n"
msgstr "%s : impossible de supprimer le service «%s» : code d'erreur %d\n"
-#: pg_ctl.c:1139
+#: pg_ctl.c:1154
#, c-format
msgid "%s: could not start service \"%s\": error code %d\n"
msgstr "%s : impossible de démarrer le service «%s» : code d'erreur %d\n"
-#: pg_ctl.c:1148
+#: pg_ctl.c:1366
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Essayez «%s --help» pour plus d'informations.\n"
-#: pg_ctl.c:1156
+#: pg_ctl.c:1374
#, c-format
msgid ""
"%s is a utility to start, stop, restart, reload configuration files,\n"
@@ -258,41 +277,42 @@ msgstr ""
"ou de lancer un signal à un processus PostgreSQL\n"
"\n"
-#: pg_ctl.c:1158
+#: pg_ctl.c:1376
+#, c-format
msgid "Usage:\n"
msgstr "Usage :\n"
-#: pg_ctl.c:1159
+#: pg_ctl.c:1377
#, c-format
msgid " %s start [-w] [-D DATADIR] [-s] [-l FILENAME] [-o \"OPTIONS\"]\n"
msgstr " %s start [-w] [-D RÉP_DONNÉES] [-s] [-l NOM_FICHIER] [-o \"OPTIONS\"]\n"
-#: pg_ctl.c:1160
+#: pg_ctl.c:1378
#, c-format
msgid " %s stop [-W] [-D DATADIR] [-s] [-m SHUTDOWN-MODE]\n"
msgstr " %s stop [-W] [-D RÉP_DONNÉES] [-s] [-m MODE_ARRET]\n"
-#: pg_ctl.c:1161
+#: pg_ctl.c:1379
#, c-format
msgid " %s restart [-w] [-D DATADIR] [-s] [-m SHUTDOWN-MODE] [-o \"OPTIONS\"]\n"
msgstr " %s restart [-w] [-D RÉP_DONNÉES] [-s] [-m MODE_ARRET] [-o \"OPTIONS\"]\n"
-#: pg_ctl.c:1162
+#: pg_ctl.c:1380
#, c-format
msgid " %s reload [-D DATADIR] [-s]\n"
msgstr " %s reload [-D RÉP_DONNÉES] [-s]\n"
-#: pg_ctl.c:1163
+#: pg_ctl.c:1381
#, c-format
msgid " %s status [-D DATADIR]\n"
msgstr " %s status [-D RÉP_DONNÉES]\n"
-#: pg_ctl.c:1164
+#: pg_ctl.c:1382
#, c-format
msgid " %s kill SIGNALNAME PID\n"
msgstr " %s kill SIGNAL ID_PROCESSUS\n"
-#: pg_ctl.c:1166
+#: pg_ctl.c:1384
#, c-format
msgid ""
" %s register [-N SERVICENAME] [-U USERNAME] [-P PASSWORD] [-D DATADIR]\n"
@@ -301,12 +321,13 @@ msgstr ""
" %s register [-N NOM_SERVICE] [-U NOM_UTILISATEUR] [-P MOTDEPASSE] [-D RÉP_DONNÉES]\n"
" [-w] [-o \"OPTIONS\"]\n"
-#: pg_ctl.c:1168
+#: pg_ctl.c:1386
#, c-format
msgid " %s unregister [-N SERVICENAME]\n"
msgstr " %s unregister [-N NOM_SERVICE]\n"
-#: pg_ctl.c:1171
+#: pg_ctl.c:1389
+#, c-format
msgid ""
"\n"
"Common options:\n"
@@ -314,33 +335,38 @@ msgstr ""
"\n"
"Options générales :\n"
-#: pg_ctl.c:1172
+#: pg_ctl.c:1390
+#, c-format
msgid " -D, --pgdata DATADIR location of the database storage area\n"
msgstr " -D, --pgdata RÉP_DONNÉES emplacement du stockage de la base de données\n"
-#: pg_ctl.c:1173
+#: pg_ctl.c:1391
+#, c-format
msgid " -s, --silent only print errors, no informational messages\n"
-msgstr ""
-" -s, --silent affiche seulement les erreurs, aucun message "
-"d'informations\n"
+msgstr " -s, --silent affiche seulement les erreurs, aucun message d'informations\n"
-#: pg_ctl.c:1174
+#: pg_ctl.c:1392
+#, c-format
msgid " -w wait until operation completes\n"
msgstr " -w attend la fin de l'opération\n"
-#: pg_ctl.c:1175
+#: pg_ctl.c:1393
+#, c-format
msgid " -W do not wait until operation completes\n"
msgstr " -W n'attend pas la fin de l'opération\n"
-#: pg_ctl.c:1176
+#: pg_ctl.c:1394
+#, c-format
msgid " --help show this help, then exit\n"
msgstr " --help affiche cette aide puis quitte\n"
-#: pg_ctl.c:1177
+#: pg_ctl.c:1395
+#, c-format
msgid " --version output version information, then exit\n"
msgstr " --version affiche la version puis quitte\n"
-#: pg_ctl.c:1178
+#: pg_ctl.c:1396
+#, c-format
msgid ""
"(The default is to wait for shutdown, but not for start or restart.)\n"
"\n"
@@ -348,11 +374,13 @@ msgstr ""
"(Le comportement par défaut revient à attendre l'arrêt, sauf pour le lancement et le relancement.)\n"
"\n"
-#: pg_ctl.c:1179
+#: pg_ctl.c:1397
+#, c-format
msgid "If the -D option is omitted, the environment variable PGDATA is used.\n"
msgstr "Si l'option -D est omise, la variable d'environnement PGDATA est utilisée.\n"
-#: pg_ctl.c:1181
+#: pg_ctl.c:1399
+#, c-format
msgid ""
"\n"
"Options for start or restart:\n"
@@ -360,23 +388,27 @@ msgstr ""
"\n"
"Options pour lancer ou relancer :\n"
-#: pg_ctl.c:1182
+#: pg_ctl.c:1400
+#, c-format
msgid " -l, --log FILENAME write (or append) server log to FILENAME\n"
msgstr " -l, --log NOMFICHIER écrit (ou ajoute) le journal de traces du serveur dans NOMFICHIER.\n"
-#: pg_ctl.c:1183
+#: pg_ctl.c:1401
+#, c-format
msgid ""
-" -o OPTIONS command line options to pass to the postmaster\n"
+" -o OPTIONS command line options to pass to postgres\n"
" (PostgreSQL server executable)\n"
msgstr ""
-" -o OPTIONS options en ligne de commande à passer au postmaster\n"
+" -o OPTIONS options en ligne de commande à passer à postgres\n"
" (exécutable du serveur PostgreSQL)\n"
-#: pg_ctl.c:1185
-msgid " -p PATH-TO-POSTMASTER normally not necessary\n"
-msgstr " -p CHEMIN-POSTMASTER normalement pas nécessaire\n"
+#: pg_ctl.c:1403
+#, c-format
+msgid " -p PATH-TO-POSTGRES normally not necessary\n"
+msgstr " -p CHEMIN-POSTGRES normalement pas nécessaire\n"
-#: pg_ctl.c:1187
+#: pg_ctl.c:1405
+#, c-format
msgid ""
"\n"
"Options for stop or restart:\n"
@@ -384,11 +416,13 @@ msgstr ""
"\n"
"Options pour arrêter ou relancer :\n"
-#: pg_ctl.c:1188
+#: pg_ctl.c:1406
+#, c-format
msgid " -m SHUTDOWN-MODE may be \"smart\", \"fast\", or \"immediate\"\n"
msgstr " -m MODE_ARRET soit «smart», soit «fast», soit «immediate»\n"
-#: pg_ctl.c:1190
+#: pg_ctl.c:1408
+#, c-format
msgid ""
"\n"
"Shutdown modes are:\n"
@@ -396,21 +430,23 @@ msgstr ""
"\n"
"Les modes d'arrêt sont :\n"
-#: pg_ctl.c:1191
+#: pg_ctl.c:1409
+#, c-format
msgid " smart quit after all clients have disconnected\n"
msgstr " smart quitte après que tous les clients se soient déconnectés\n"
-#: pg_ctl.c:1192
+#: pg_ctl.c:1410
+#, c-format
msgid " fast quit directly, with proper shutdown\n"
msgstr " fast quitte directement, mais proprement\n"
-#: pg_ctl.c:1193
-msgid ""
-" immediate quit without complete shutdown; will lead to recovery on "
-"restart\n"
+#: pg_ctl.c:1411
+#, c-format
+msgid " immediate quit without complete shutdown; will lead to recovery on restart\n"
msgstr " immediate quitte sans un arrêt complet ; amènera une restauration au prochain lancement\n"
-#: pg_ctl.c:1195
+#: pg_ctl.c:1413
+#, c-format
msgid ""
"\n"
"Allowed signal names for kill:\n"
@@ -418,7 +454,8 @@ msgstr ""
"\n"
"Signaux autorisés pour kill :\n"
-#: pg_ctl.c:1199
+#: pg_ctl.c:1417
+#, c-format
msgid ""
"\n"
"Options for register and unregister:\n"
@@ -426,23 +463,23 @@ msgstr ""
"\n"
"Options pour enregistrer ou dés-enregistrer :\n"
-#: pg_ctl.c:1200
+#: pg_ctl.c:1418
+#, c-format
msgid " -N SERVICENAME service name with which to register PostgreSQL server\n"
-msgstr ""
-" -N NOM_SERVICE nom du service avec lequel enregistrer le serveur "
-"PostgreSQL\n"
+msgstr " -N NOM_SERVICE nom du service avec lequel enregistrer le serveur PostgreSQL\n"
-#: pg_ctl.c:1201
+#: pg_ctl.c:1419
+#, c-format
msgid " -P PASSWORD password of account to register PostgreSQL server\n"
-msgstr ""
-" -P MOT_DE_PASSE mot de passe du compte pour enregistrer le serveur "
-"PostgreSQL\n"
+msgstr " -P MOT_DE_PASSE mot de passe du compte pour enregistrer le serveur PostgreSQL\n"
-#: pg_ctl.c:1202
+#: pg_ctl.c:1420
+#, c-format
msgid " -U USERNAME user name of account to register PostgreSQL server\n"
msgstr " -U NOM_UTILISATEUR nom utilisateur du compte servant à enregistrer le serveur PostgreSQL\n"
-#: pg_ctl.c:1205
+#: pg_ctl.c:1423
+#, c-format
msgid ""
"\n"
"Report bugs to <pgsql-bugs@postgresql.org>.\n"
@@ -450,17 +487,17 @@ msgstr ""
"\n"
"Rapportez les bogues à <pgsql-bugs@postgresql.org>.\n"
-#: pg_ctl.c:1230
+#: pg_ctl.c:1448
#, c-format
msgid "%s: unrecognized shutdown mode \"%s\"\n"
msgstr "%s : mode d'arrêt non reconnu «%s»\n"
-#: pg_ctl.c:1263
+#: pg_ctl.c:1481
#, c-format
msgid "%s: unrecognized signal name \"%s\"\n"
msgstr "%s : signal non reconnu «%s»\n"
-#: pg_ctl.c:1328
+#: pg_ctl.c:1544
#, c-format
msgid ""
"%s: cannot be run as root\n"
@@ -471,78 +508,83 @@ msgstr ""
"Merci de vous connecter (avec l'aide de «su») comme utilisateur (non privilégié)\n"
"qui sera le propriétaire du processus serveur.\n"
-#: pg_ctl.c:1421
-#, c-format
-msgid "%s: invalid option %s\n"
-msgstr "%s : option invalide %s\n"
-
-#: pg_ctl.c:1432
+#: pg_ctl.c:1647
#, c-format
msgid "%s: too many command-line arguments (first is \"%s\")\n"
msgstr "%s : trop d'arguments en ligne de commande (le premier est «%s»)\n"
-#: pg_ctl.c:1451
+#: pg_ctl.c:1666
#, c-format
msgid "%s: missing arguments for kill mode\n"
msgstr "%s : arguments manquants pour le mode kill\n"
-#: pg_ctl.c:1469
+#: pg_ctl.c:1684
#, c-format
msgid "%s: unrecognized operation mode \"%s\"\n"
msgstr "%s : mode d'opération non reconnu «%s»\n"
-#: pg_ctl.c:1479
+#: pg_ctl.c:1694
#, c-format
msgid "%s: no operation specified\n"
msgstr "%s : aucune opération spécifiée\n"
-#: pg_ctl.c:1495
+#: pg_ctl.c:1710
#, c-format
msgid "%s: no database directory specified and environment variable PGDATA unset\n"
msgstr "%s : aucun répertoire de bases de données spécifié et variable d'environnement PGDATA non initialisée\n"
-#: ../../port/exec.c:194 ../../port/exec.c:308 ../../port/exec.c:351
+#: ../../port/exec.c:191
+#: ../../port/exec.c:305
+#: ../../port/exec.c:348
#, c-format
msgid "could not identify current directory: %s"
msgstr "n'a pas pu identifier le répertoire courant : %s"
-#: ../../port/exec.c:213
+#: ../../port/exec.c:210
#, c-format
msgid "invalid binary \"%s\""
msgstr "binaire invalide «%s»"
-#: ../../port/exec.c:262
+#: ../../port/exec.c:259
#, c-format
msgid "could not read binary \"%s\""
msgstr "n'a pas pu lire le binaire «%s»"
-#: ../../port/exec.c:269
+#: ../../port/exec.c:266
#, c-format
msgid "could not find a \"%s\" to execute"
msgstr "impossible de trouver un «%s» pour exécuter"
-#: ../../port/exec.c:324 ../../port/exec.c:360
+#: ../../port/exec.c:321
+#: ../../port/exec.c:357
#, c-format
msgid "could not change directory to \"%s\""
msgstr "n'a pas pu accéder au répertoire «%s»"
-#: ../../port/exec.c:339
+#: ../../port/exec.c:336
#, c-format
msgid "could not read symbolic link \"%s\""
msgstr "n'a pas pu lire le lien symbolique «%s»"
-#: ../../port/exec.c:587
+#: ../../port/exec.c:582
#, c-format
msgid "child process exited with exit code %d"
msgstr "le processus fils a quitté avec un code de sortie %d"
-#: ../../port/exec.c:590
+#: ../../port/exec.c:585
#, c-format
msgid "child process was terminated by signal %d"
msgstr "le processus fils a été terminé par le signal %d"
-#: ../../port/exec.c:593
+#: ../../port/exec.c:588
#, c-format
msgid "child process exited with unrecognized status %d"
msgstr "le processus fils a quitté avec un statut %d non reconnu"
+#~ msgid "%s: a standalone backend \"postgres\" is running (PID: %ld)\n"
+#~ msgstr "%s : un moteur «postgres» est en cours d'exécution (PID : %ld)\n"
+#~ msgid "%s: neither postmaster nor postgres running\n"
+#~ msgstr "%s : ni postmaster ni postgres ne sont en cours d'exécution\n"
+#~ msgid "%s: invalid option %s\n"
+#~ msgstr "%s : option invalide %s\n"
+