mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Translation updates
Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: ba86fd34c722d76964b1b1fcf14ea18435172529
This commit is contained in:
@@ -9,8 +9,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 9.6\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2017-08-26 21:08+0000\n"
|
||||
"PO-Revision-Date: 2017-08-27 09:01+0200\n"
|
||||
"POT-Creation-Date: 2017-09-16 19:38+0000\n"
|
||||
"PO-Revision-Date: 2017-09-17 18:21+0200\n"
|
||||
"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
|
||||
"Language-Team: PostgreSQLfr <pgsql-fr-generale@postgresql.org>\n"
|
||||
"Language: fr\n"
|
||||
@@ -58,7 +58,7 @@ msgstr "n'a pas pu générer le nonce\n"
|
||||
#: fe-connect.c:4433 fe-connect.c:4673 fe-connect.c:4753 fe-connect.c:4852
|
||||
#: fe-connect.c:5108 fe-connect.c:5137 fe-connect.c:5209 fe-connect.c:5233
|
||||
#: fe-connect.c:5251 fe-connect.c:5352 fe-connect.c:5361 fe-connect.c:5717
|
||||
#: fe-connect.c:5867 fe-exec.c:2651 fe-exec.c:3398 fe-exec.c:3563 fe-lobj.c:896
|
||||
#: fe-connect.c:5867 fe-exec.c:2702 fe-exec.c:3449 fe-exec.c:3614 fe-lobj.c:896
|
||||
#: fe-protocol2.c:1206 fe-protocol3.c:992 fe-protocol3.c:1678
|
||||
#: fe-secure-openssl.c:514 fe-secure-openssl.c:1138
|
||||
msgid "out of memory\n"
|
||||
@@ -575,102 +575,121 @@ msgstr ""
|
||||
msgid "password retrieved from file \"%s\"\n"
|
||||
msgstr "mot de passe récupéré dans le fichier fichier « %s »\n"
|
||||
|
||||
#: fe-exec.c:826
|
||||
msgid "NOTICE"
|
||||
msgstr "NOTICE"
|
||||
|
||||
#: fe-exec.c:1141 fe-exec.c:1199 fe-exec.c:1245
|
||||
msgid "command string is a null pointer\n"
|
||||
msgstr "la chaîne de commande est un pointeur nul\n"
|
||||
|
||||
#: fe-exec.c:1205 fe-exec.c:1251 fe-exec.c:1346
|
||||
msgid "number of parameters must be between 0 and 65535\n"
|
||||
msgstr "le nombre de paramètres doit être compris entre 0 et 65535\n"
|
||||
|
||||
#: fe-exec.c:1239 fe-exec.c:1340
|
||||
msgid "statement name is a null pointer\n"
|
||||
msgstr "le nom de l'instruction est un pointeur nul\n"
|
||||
|
||||
#: fe-exec.c:1259 fe-exec.c:1422 fe-exec.c:2140 fe-exec.c:2339
|
||||
msgid "function requires at least protocol version 3.0\n"
|
||||
msgstr "la fonction nécessite au minimum le protocole 3.0\n"
|
||||
|
||||
#: fe-exec.c:1377
|
||||
msgid "no connection to the server\n"
|
||||
msgstr "aucune connexion au serveur\n"
|
||||
|
||||
#: fe-exec.c:1384
|
||||
msgid "another command is already in progress\n"
|
||||
msgstr "une autre commande est déjà en cours\n"
|
||||
|
||||
#: fe-exec.c:1498
|
||||
msgid "length must be given for binary parameter\n"
|
||||
msgstr "la longueur doit être indiquée pour les paramètres binaires\n"
|
||||
|
||||
#: fe-exec.c:1770
|
||||
#, c-format
|
||||
msgid "unexpected asyncStatus: %d\n"
|
||||
msgstr "asyncStatus inattendu : %d\n"
|
||||
|
||||
#: fe-exec.c:1790
|
||||
#, c-format
|
||||
msgid "PGEventProc \"%s\" failed during PGEVT_RESULTCREATE event\n"
|
||||
msgstr "échec de PGEventProc « %s » lors de l'événement PGEVT_RESULTCREATE\n"
|
||||
|
||||
#: fe-exec.c:1950
|
||||
msgid "COPY terminated by new PQexec"
|
||||
msgstr "COPY terminé par un nouveau PQexec"
|
||||
|
||||
#: fe-exec.c:1958
|
||||
msgid "COPY IN state must be terminated first\n"
|
||||
msgstr "l'état COPY IN doit d'abord être terminé\n"
|
||||
|
||||
#: fe-exec.c:1978
|
||||
msgid "COPY OUT state must be terminated first\n"
|
||||
msgstr "l'état COPY OUT doit d'abord être terminé\n"
|
||||
|
||||
#: fe-exec.c:1986
|
||||
msgid "PQexec not allowed during COPY BOTH\n"
|
||||
msgstr "PQexec non autorisé pendant COPY BOTH\n"
|
||||
|
||||
#: fe-exec.c:2229 fe-exec.c:2296 fe-exec.c:2386 fe-protocol2.c:1352
|
||||
#: fe-protocol3.c:1817
|
||||
msgid "no COPY in progress\n"
|
||||
msgstr "aucun COPY en cours\n"
|
||||
|
||||
#: fe-exec.c:2576
|
||||
msgid "connection in wrong state\n"
|
||||
msgstr "connexion dans un état erroné\n"
|
||||
|
||||
#: fe-exec.c:2607
|
||||
msgid "invalid ExecStatusType code"
|
||||
msgstr "code ExecStatusType invalide"
|
||||
|
||||
#: fe-exec.c:2634
|
||||
msgid "PGresult is not an error result\n"
|
||||
msgstr "PGresult n'est pas un résultat d'erreur\n"
|
||||
|
||||
#: fe-exec.c:2709 fe-exec.c:2732
|
||||
#, c-format
|
||||
msgid "column number %d is out of range 0..%d"
|
||||
msgstr "le numéro de colonne %d est en dehors des limites 0..%d"
|
||||
|
||||
#: fe-exec.c:2725
|
||||
#: fe-exec.c:437 fe-exec.c:2776
|
||||
#, c-format
|
||||
msgid "row number %d is out of range 0..%d"
|
||||
msgstr "le numéro de ligne %d est en dehors des limites 0..%d"
|
||||
|
||||
#: fe-exec.c:2747
|
||||
#: fe-exec.c:498 fe-protocol2.c:503 fe-protocol2.c:538 fe-protocol2.c:1049
|
||||
#: fe-protocol3.c:209 fe-protocol3.c:236 fe-protocol3.c:253 fe-protocol3.c:333
|
||||
#: fe-protocol3.c:728 fe-protocol3.c:951
|
||||
msgid "out of memory"
|
||||
msgstr "mémoire épuisée"
|
||||
|
||||
#: fe-exec.c:499 fe-protocol2.c:1395 fe-protocol3.c:1886
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: fe-exec.c:847
|
||||
msgid "NOTICE"
|
||||
msgstr "NOTICE"
|
||||
|
||||
#: fe-exec.c:905
|
||||
msgid "PGresult cannot support more than INT_MAX tuples"
|
||||
msgstr "PGresult ne supporte pas plus de INT_MAX lignes"
|
||||
|
||||
#: fe-exec.c:917
|
||||
msgid "size_t overflow"
|
||||
msgstr "saturation de size_t"
|
||||
|
||||
#: fe-exec.c:1192 fe-exec.c:1250 fe-exec.c:1296
|
||||
msgid "command string is a null pointer\n"
|
||||
msgstr "la chaîne de commande est un pointeur nul\n"
|
||||
|
||||
#: fe-exec.c:1256 fe-exec.c:1302 fe-exec.c:1397
|
||||
msgid "number of parameters must be between 0 and 65535\n"
|
||||
msgstr "le nombre de paramètres doit être compris entre 0 et 65535\n"
|
||||
|
||||
#: fe-exec.c:1290 fe-exec.c:1391
|
||||
msgid "statement name is a null pointer\n"
|
||||
msgstr "le nom de l'instruction est un pointeur nul\n"
|
||||
|
||||
#: fe-exec.c:1310 fe-exec.c:1473 fe-exec.c:2191 fe-exec.c:2390
|
||||
msgid "function requires at least protocol version 3.0\n"
|
||||
msgstr "la fonction nécessite au minimum le protocole 3.0\n"
|
||||
|
||||
#: fe-exec.c:1428
|
||||
msgid "no connection to the server\n"
|
||||
msgstr "aucune connexion au serveur\n"
|
||||
|
||||
#: fe-exec.c:1435
|
||||
msgid "another command is already in progress\n"
|
||||
msgstr "une autre commande est déjà en cours\n"
|
||||
|
||||
#: fe-exec.c:1549
|
||||
msgid "length must be given for binary parameter\n"
|
||||
msgstr "la longueur doit être indiquée pour les paramètres binaires\n"
|
||||
|
||||
#: fe-exec.c:1821
|
||||
#, c-format
|
||||
msgid "unexpected asyncStatus: %d\n"
|
||||
msgstr "asyncStatus inattendu : %d\n"
|
||||
|
||||
#: fe-exec.c:1841
|
||||
#, c-format
|
||||
msgid "PGEventProc \"%s\" failed during PGEVT_RESULTCREATE event\n"
|
||||
msgstr "échec de PGEventProc « %s » lors de l'événement PGEVT_RESULTCREATE\n"
|
||||
|
||||
#: fe-exec.c:2001
|
||||
msgid "COPY terminated by new PQexec"
|
||||
msgstr "COPY terminé par un nouveau PQexec"
|
||||
|
||||
#: fe-exec.c:2009
|
||||
msgid "COPY IN state must be terminated first\n"
|
||||
msgstr "l'état COPY IN doit d'abord être terminé\n"
|
||||
|
||||
#: fe-exec.c:2029
|
||||
msgid "COPY OUT state must be terminated first\n"
|
||||
msgstr "l'état COPY OUT doit d'abord être terminé\n"
|
||||
|
||||
#: fe-exec.c:2037
|
||||
msgid "PQexec not allowed during COPY BOTH\n"
|
||||
msgstr "PQexec non autorisé pendant COPY BOTH\n"
|
||||
|
||||
#: fe-exec.c:2280 fe-exec.c:2347 fe-exec.c:2437 fe-protocol2.c:1352
|
||||
#: fe-protocol3.c:1817
|
||||
msgid "no COPY in progress\n"
|
||||
msgstr "aucun COPY en cours\n"
|
||||
|
||||
#: fe-exec.c:2627
|
||||
msgid "connection in wrong state\n"
|
||||
msgstr "connexion dans un état erroné\n"
|
||||
|
||||
#: fe-exec.c:2658
|
||||
msgid "invalid ExecStatusType code"
|
||||
msgstr "code ExecStatusType invalide"
|
||||
|
||||
#: fe-exec.c:2685
|
||||
msgid "PGresult is not an error result\n"
|
||||
msgstr "PGresult n'est pas un résultat d'erreur\n"
|
||||
|
||||
#: fe-exec.c:2760 fe-exec.c:2783
|
||||
#, c-format
|
||||
msgid "column number %d is out of range 0..%d"
|
||||
msgstr "le numéro de colonne %d est en dehors des limites 0..%d"
|
||||
|
||||
#: fe-exec.c:2798
|
||||
#, c-format
|
||||
msgid "parameter number %d is out of range 0..%d"
|
||||
msgstr "le numéro de paramètre %d est en dehors des limites 0..%d"
|
||||
|
||||
#: fe-exec.c:3057
|
||||
#: fe-exec.c:3108
|
||||
#, c-format
|
||||
msgid "could not interpret result from server: %s"
|
||||
msgstr "n'a pas pu interpréter la réponse du serveur : %s"
|
||||
|
||||
#: fe-exec.c:3296 fe-exec.c:3380
|
||||
#: fe-exec.c:3347 fe-exec.c:3431
|
||||
msgid "incomplete multibyte character\n"
|
||||
msgstr "caractère multi-octet incomplet\n"
|
||||
|
||||
@@ -812,12 +831,6 @@ msgstr "état %c invalide, indiquant probablement une corruption de la mémoire\
|
||||
msgid "message type 0x%02x arrived from server while idle"
|
||||
msgstr "le message de type 0x%02x est arrivé alors que le serveur était en attente"
|
||||
|
||||
#: fe-protocol2.c:503 fe-protocol2.c:538 fe-protocol2.c:1049 fe-protocol3.c:209
|
||||
#: fe-protocol3.c:236 fe-protocol3.c:253 fe-protocol3.c:333 fe-protocol3.c:728
|
||||
#: fe-protocol3.c:951
|
||||
msgid "out of memory"
|
||||
msgstr "mémoire épuisée"
|
||||
|
||||
#: fe-protocol2.c:529
|
||||
#, c-format
|
||||
msgid "unexpected character %c following empty query response (\"I\" message)"
|
||||
@@ -848,11 +861,6 @@ msgstr "réponse inattendue du serveur, le premier caractère reçu étant « %c
|
||||
msgid "out of memory for query result"
|
||||
msgstr "mémoire épuisée pour le résultat de la requête"
|
||||
|
||||
#: fe-protocol2.c:1395 fe-protocol3.c:1886
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: fe-protocol2.c:1407
|
||||
#, c-format
|
||||
msgid "lost synchronization with server, resetting connection"
|
||||
@@ -1151,60 +1159,60 @@ msgstr "n'a pas pu transmettre les données au serveur : %s\n"
|
||||
msgid "unrecognized socket error: 0x%08X/%d"
|
||||
msgstr "erreur de socket non reconnue : 0x%08X/%d"
|
||||
|
||||
#~ msgid "failed to generate nonce\n"
|
||||
#~ msgstr "échec pour la génération de nonce\n"
|
||||
#~ msgid "setsockopt(TCP_KEEPIDLE) failed: %s\n"
|
||||
#~ msgstr "setsockopt(TCP_KEEPIDLE) a échoué : %s\n"
|
||||
|
||||
#~ msgid "socket not open\n"
|
||||
#~ msgstr "socket non ouvert\n"
|
||||
#~ msgid "setsockopt(TCP_KEEPALIVE) failed: %s\n"
|
||||
#~ msgstr "setsockopt(TCP_KEEPALIVE) a échoué : %s\n"
|
||||
|
||||
#~ msgid "could not set socket to blocking mode: %s\n"
|
||||
#~ msgstr "n'a pas pu activer le mode bloquant pour la socket : %s\n"
|
||||
#~ msgid "setsockopt(TCP_KEEPINTVL) failed: %s\n"
|
||||
#~ msgstr "setsockopt(TCP_KEEPINTVL) a échoué : %s\n"
|
||||
|
||||
#~ msgid "Kerberos 5 authentication rejected: %*s\n"
|
||||
#~ msgstr "authentification Kerberos 5 rejetée : %*s\n"
|
||||
#~ msgid "setsockopt(SO_KEEPALIVE) failed: %s\n"
|
||||
#~ msgstr "setsockopt(SO_KEEPALIVE) a échoué : %s\n"
|
||||
|
||||
#~ msgid "could not restore nonblocking mode on socket: %s\n"
|
||||
#~ msgstr "n'a pas pu rétablir le mode non-bloquant pour la socket : %s\n"
|
||||
#~ msgid "could not acquire mutex: %s\n"
|
||||
#~ msgstr "n'a pas pu acquérir le mutex : %s\n"
|
||||
|
||||
#~ msgid "could not get home directory to locate client certificate files\n"
|
||||
#~ msgstr ""
|
||||
#~ "n'a pas pu récupérer le répertoire personnel pour trouver les certificats\n"
|
||||
#~ "du client\n"
|
||||
#~ msgid "unrecognized return value from row processor"
|
||||
#~ msgstr "valeur de retour du traitement de la ligne non reconnue"
|
||||
|
||||
#~ msgid "invalid sslverify value: \"%s\"\n"
|
||||
#~ msgstr "valeur sslverify invalide : « %s »\n"
|
||||
|
||||
#~ msgid "invalid appname state %d, probably indicative of memory corruption\n"
|
||||
#~ msgstr "état appname %d invalide, indiquant probablement une corruption de la mémoire\n"
|
||||
|
||||
#~ msgid "could not read private key file \"%s\": %s\n"
|
||||
#~ msgstr "n'a pas pu lire la clé privée « %s » : %s\n"
|
||||
|
||||
#~ msgid "private key file \"%s\" changed during execution\n"
|
||||
#~ msgstr "la clé privée « %s » a été modifiée durant l'exécution\n"
|
||||
|
||||
#~ msgid "could not open private key file \"%s\": %s\n"
|
||||
#~ msgstr "n'a pas pu ouvrir le fichier de clé privée « %s » : %s\n"
|
||||
|
||||
#~ msgid "verified SSL connections are only supported when connecting to a host name\n"
|
||||
#~ msgstr ""
|
||||
#~ "les connexions SSL vérifiées ne sont supportées que lors de la connexion\n"
|
||||
#~ "à un alias hôte\n"
|
||||
|
||||
#~ msgid "could not open private key file \"%s\": %s\n"
|
||||
#~ msgstr "n'a pas pu ouvrir le fichier de clé privée « %s » : %s\n"
|
||||
#~ msgid "could not get home directory to locate client certificate files\n"
|
||||
#~ msgstr ""
|
||||
#~ "n'a pas pu récupérer le répertoire personnel pour trouver les certificats\n"
|
||||
#~ "du client\n"
|
||||
|
||||
#~ msgid "private key file \"%s\" changed during execution\n"
|
||||
#~ msgstr "la clé privée « %s » a été modifiée durant l'exécution\n"
|
||||
#~ msgid "could not restore nonblocking mode on socket: %s\n"
|
||||
#~ msgstr "n'a pas pu rétablir le mode non-bloquant pour la socket : %s\n"
|
||||
|
||||
#~ msgid "could not read private key file \"%s\": %s\n"
|
||||
#~ msgstr "n'a pas pu lire la clé privée « %s » : %s\n"
|
||||
#~ msgid "Kerberos 5 authentication rejected: %*s\n"
|
||||
#~ msgstr "authentification Kerberos 5 rejetée : %*s\n"
|
||||
|
||||
#~ msgid "invalid appname state %d, probably indicative of memory corruption\n"
|
||||
#~ msgstr "état appname %d invalide, indiquant probablement une corruption de la mémoire\n"
|
||||
#~ msgid "could not set socket to blocking mode: %s\n"
|
||||
#~ msgstr "n'a pas pu activer le mode bloquant pour la socket : %s\n"
|
||||
|
||||
#~ msgid "invalid sslverify value: \"%s\"\n"
|
||||
#~ msgstr "valeur sslverify invalide : « %s »\n"
|
||||
#~ msgid "socket not open\n"
|
||||
#~ msgstr "socket non ouvert\n"
|
||||
|
||||
#~ msgid "unrecognized return value from row processor"
|
||||
#~ msgstr "valeur de retour du traitement de la ligne non reconnue"
|
||||
|
||||
#~ msgid "could not acquire mutex: %s\n"
|
||||
#~ msgstr "n'a pas pu acquérir le mutex : %s\n"
|
||||
|
||||
#~ msgid "setsockopt(SO_KEEPALIVE) failed: %s\n"
|
||||
#~ msgstr "setsockopt(SO_KEEPALIVE) a échoué : %s\n"
|
||||
|
||||
#~ msgid "setsockopt(TCP_KEEPINTVL) failed: %s\n"
|
||||
#~ msgstr "setsockopt(TCP_KEEPINTVL) a échoué : %s\n"
|
||||
|
||||
#~ msgid "setsockopt(TCP_KEEPALIVE) failed: %s\n"
|
||||
#~ msgstr "setsockopt(TCP_KEEPALIVE) a échoué : %s\n"
|
||||
|
||||
#~ msgid "setsockopt(TCP_KEEPIDLE) failed: %s\n"
|
||||
#~ msgstr "setsockopt(TCP_KEEPIDLE) a échoué : %s\n"
|
||||
#~ msgid "failed to generate nonce\n"
|
||||
#~ msgstr "échec pour la génération de nonce\n"
|
||||
|
||||
Reference in New Issue
Block a user