org.postgresql.translation.fr.po Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdbc-yugabytedb Show documentation
Show all versions of jdbc-yugabytedb Show documentation
Java JDBC 4.2 (JRE 8+) driver for YugaByte SQL database
# translation of head-fr.po to
# french message translation for the PostgreSQL JDBC driver
# This file is distributed under the same license as the package.
# Xavier Poinsard , 2004, 2005.
# Poinsard Xavier , 2005.
#
msgid ""
msgstr ""
"Project-Id-Version: head-fr\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2007-07-27 12:27+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: src/main/java/org/postgresql/Driver.java:221
msgid "Error loading default settings from driverconfig.properties"
msgstr ""
"Erreur de chargement des valeurs par d?faut depuis driverconfig.properties"
#: src/main/java/org/postgresql/Driver.java:233
msgid "Properties for the driver contains a non-string value for the key "
msgstr ""
#: src/main/java/org/postgresql/Driver.java:276
msgid ""
"Your security policy has prevented the connection from being attempted. You "
"probably need to grant the connect java.net.SocketPermission to the database "
"server host and port that you wish to connect to."
msgstr ""
#: src/main/java/org/postgresql/Driver.java:282
#: src/main/java/org/postgresql/Driver.java:414
msgid ""
"Something unusual has occurred to cause the driver to fail. Please report "
"this exception."
msgstr ""
"Quelque chose d''inhabituel a provoqu? l''?chec du pilote. Veuillez faire un "
"rapport sur cette erreur."
#: src/main/java/org/postgresql/Driver.java:422
msgid "Connection attempt timed out."
msgstr "La tentative de connexion a ?chou? dans le d?lai imparti."
#: src/main/java/org/postgresql/Driver.java:435
msgid "Interrupted while attempting to connect."
msgstr "Interrompu pendant l''?tablissement de la connexion."
#: src/main/java/org/postgresql/Driver.java:691
#, java-format
msgid "Method {0} is not yet implemented."
msgstr "La fonction {0} n''est pas encore impl?ment?e."
#: src/main/java/org/postgresql/PGProperty.java:818
#: src/main/java/org/postgresql/PGProperty.java:838
#, java-format
msgid "{0} parameter value must be an integer but was: {1}"
msgstr ""
#: src/main/java/org/postgresql/copy/CopyManager.java:50
#, java-format
msgid "Requested CopyIn but got {0}"
msgstr ""
#: src/main/java/org/postgresql/copy/CopyManager.java:61
#, java-format
msgid "Requested CopyOut but got {0}"
msgstr ""
#: src/main/java/org/postgresql/copy/CopyManager.java:72
#, java-format
msgid "Requested CopyDual but got {0}"
msgstr ""
#: src/main/java/org/postgresql/copy/PGCopyInputStream.java:51
#, java-format
msgid "Copying from database failed: {0}"
msgstr ""
#: src/main/java/org/postgresql/copy/PGCopyInputStream.java:67
#: src/main/java/org/postgresql/copy/PGCopyOutputStream.java:95
#, fuzzy
msgid "This copy stream is closed."
msgstr "Ce ResultSet est ferm?."
#: src/main/java/org/postgresql/copy/PGCopyInputStream.java:109
msgid "Read from copy failed."
msgstr ""
#: src/main/java/org/postgresql/copy/PGCopyOutputStream.java:72
#, java-format
msgid "Cannot write to copy a byte of value {0}"
msgstr ""
#: src/main/java/org/postgresql/core/CommandCompleteParser.java:71
#, fuzzy, java-format
msgid "Unable to parse the count in command completion tag: {0}."
msgstr ""
"Incapable d''interpr?ter le nombre de mise ? jour dans la balise de "
"compl?tion de commande?: {0}."
#: src/main/java/org/postgresql/core/ConnectionFactory.java:57
#, java-format
msgid "A connection could not be made using the requested protocol {0}."
msgstr ""
"Aucune connexion n''a pu ?tre ?tablie en utilisant le protocole demand? {0}. "
#: src/main/java/org/postgresql/core/Oid.java:128
#, java-format
msgid "oid type {0} not known and not a number"
msgstr ""
#: src/main/java/org/postgresql/core/OptimizedUTF8Encoder.java:102
#: src/main/java/org/postgresql/core/OptimizedUTF8Encoder.java:129
#, java-format
msgid "Illegal UTF-8 sequence: initial byte is {0}: {1}"
msgstr "S?quence UTF-8 ill?gale: le premier octet est {0}: {1}"
#: src/main/java/org/postgresql/core/OptimizedUTF8Encoder.java:135
#, java-format
msgid "Illegal UTF-8 sequence: final value is out of range: {0}"
msgstr ""
"S?quence UTF-8 ill?gale: la valeur finale est en dehors des limites: {0}"
#: src/main/java/org/postgresql/core/OptimizedUTF8Encoder.java:148
#, java-format
msgid "Illegal UTF-8 sequence: final value is a surrogate value: {0}"
msgstr ""
"S?quence UTF-8 ill?gale: la valeur finale est une valeur de remplacement: {0}"
#: src/main/java/org/postgresql/core/OptimizedUTF8Encoder.java:164
#, java-format
msgid ""
"Illegal UTF-8 sequence: byte {0} of {1} byte sequence is not 10xxxxxx: {2}"
msgstr ""
"S?quence UTF-8 ill?gale: l''octet {0} de la s?quence d''octet {1} n''est pas "
"10xxxxxx: {2}"
#: src/main/java/org/postgresql/core/OptimizedUTF8Encoder.java:200
#, java-format
msgid "Illegal UTF-8 sequence: {0} bytes used to encode a {1} byte value: {2}"
msgstr ""
"S?quence UTF-8 ill?gale: {0} octets utilis? pour encoder une valeur ? {1} "
"octets: {2}"
#: src/main/java/org/postgresql/core/PGStream.java:565
#, java-format
msgid "Premature end of input stream, expected {0} bytes, but only read {1}."
msgstr ""
"Fin pr?matur?e du flux en entr?e, {0} octets attendus, mais seulement {1} "
"lus."
#: src/main/java/org/postgresql/core/PGStream.java:606
#, java-format
msgid "Expected an EOF from server, got: {0}"
msgstr "Attendait une fin de fichier du serveur, re?u: {0}"
#: src/main/java/org/postgresql/core/PGStream.java:666
#, java-format
msgid ""
"Result set exceeded maxResultBuffer limit. Received: {0}; Current limit: {1}"
msgstr ""
#: src/main/java/org/postgresql/core/Parser.java:1069
#, java-format
msgid "Malformed function or procedure escape syntax at offset {0}."
msgstr ""
"Syntaxe de fonction ou d''?chappement de proc?dure malform?e ? l''indice {0}."
#: src/main/java/org/postgresql/core/SetupQueryRunner.java:64
msgid "An unexpected result was returned by a query."
msgstr "Un r?sultat inattendu a ?t? retourn? par une requ?te."
#: src/main/java/org/postgresql/core/SocketFactoryFactory.java:43
#, fuzzy, java-format
msgid "The SocketFactory class provided {0} could not be instantiated."
msgstr "La classe SSLSocketFactory fournie {0} n''a pas pu ?tre instanci?e."
#: src/main/java/org/postgresql/core/SocketFactoryFactory.java:68
#, java-format
msgid "The SSLSocketFactory class provided {0} could not be instantiated."
msgstr "La classe SSLSocketFactory fournie {0} n''a pas pu ?tre instanci?e."
#: src/main/java/org/postgresql/core/Utils.java:93
#: src/main/java/org/postgresql/core/Utils.java:110
msgid "Zero bytes may not occur in string parameters."
msgstr ""
"Z?ro octets ne devrait pas se produire dans les param?tres de type cha?ne de "
"caract?res."
#: src/main/java/org/postgresql/core/Utils.java:120
#: src/main/java/org/postgresql/core/Utils.java:170
msgid "No IOException expected from StringBuffer or StringBuilder"
msgstr ""
#: src/main/java/org/postgresql/core/Utils.java:159
msgid "Zero bytes may not occur in identifiers."
msgstr "Des octects ? 0 ne devraient pas appara?tre dans les identifiants."
#: src/main/java/org/postgresql/core/v3/CompositeParameterList.java:34
#: src/main/java/org/postgresql/core/v3/SimpleParameterList.java:54
#: src/main/java/org/postgresql/core/v3/SimpleParameterList.java:65
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:183
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:2754
#: src/main/java/org/postgresql/jdbc/PgResultSetMetaData.java:393
#, java-format
msgid "The column index is out of range: {0}, number of columns: {1}."
msgstr ""
"L''indice de la colonne est hors limite?: {0}, nombre de colonnes?: {1}."
#: src/main/java/org/postgresql/core/v3/ConnectionFactoryImpl.java:162
#, fuzzy, java-format
msgid "Invalid targetServerType value: {0}"
msgstr "Longueur de flux invalide {0}."
#: src/main/java/org/postgresql/core/v3/ConnectionFactoryImpl.java:286
#, fuzzy, java-format
msgid ""
"Connection to {0} refused. Check that the hostname and port are correct and "
"that the postmaster is accepting TCP/IP connections."
msgstr ""
"Connexion refus?e. V?rifiez que le nom de machine et le port sont corrects "
"et que postmaster accepte les connexions TCP/IP."
#: src/main/java/org/postgresql/core/v3/ConnectionFactoryImpl.java:297
#: src/main/java/org/postgresql/core/v3/replication/V3ReplicationProtocol.java:135
msgid "The connection attempt failed."
msgstr "La tentative de connexion a ?chou?."
#: src/main/java/org/postgresql/core/v3/ConnectionFactoryImpl.java:312
#, java-format
msgid "Could not find a server with specified targetServerType: {0}"
msgstr ""
#: src/main/java/org/postgresql/core/v3/ConnectionFactoryImpl.java:423
#: src/main/java/org/postgresql/core/v3/ConnectionFactoryImpl.java:436
msgid "The server does not support SSL."
msgstr "Le serveur ne supporte pas SSL."
#: src/main/java/org/postgresql/core/v3/ConnectionFactoryImpl.java:450
msgid "An error occurred while setting up the SSL connection."
msgstr ""
"Une erreur s''est produite pendant l''?tablissement de la connexion SSL."
#: src/main/java/org/postgresql/core/v3/ConnectionFactoryImpl.java:546
#: src/main/java/org/postgresql/core/v3/ConnectionFactoryImpl.java:573
msgid ""
"The server requested password-based authentication, but no password was "
"provided."
msgstr ""
"Le serveur a demand? une authentification par mots de passe, mais aucun mot "
"de passe n''a ?t? fourni."
#: src/main/java/org/postgresql/core/v3/ConnectionFactoryImpl.java:680
msgid ""
"SCRAM authentication is not supported by this driver. You need JDK >= 8 and "
"pgjdbc >= 42.2.0 (not \".jre\" versions)"
msgstr ""
#: src/main/java/org/postgresql/core/v3/ConnectionFactoryImpl.java:706
#, java-format
msgid ""
"The authentication type {0} is not supported. Check that you have configured "
"the pg_hba.conf file to include the client''s IP address or subnet, and that "
"it is using an authentication scheme supported by the driver."
msgstr ""
"Le type d''authentification {0} n''est pas support?. V?rifiez que vous avez "
"configur? le fichier pg_hba.conf pour inclure l''adresse IP du client ou le "
"sous-r?seau et qu''il utilise un sch?ma d''authentification support? par le "
"pilote."
#: src/main/java/org/postgresql/core/v3/ConnectionFactoryImpl.java:713
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:2628
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:2661
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:2665
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:2738
#: src/main/java/org/postgresql/gss/GssAction.java:125
msgid "Protocol error. Session setup failed."
msgstr "Erreur de protocole. Ouverture de la session en ?chec."
#: src/main/java/org/postgresql/core/v3/CopyInImpl.java:54
msgid "CopyIn copy direction can't receive data"
msgstr ""
#: src/main/java/org/postgresql/core/v3/CopyOperationImpl.java:54
msgid "CommandComplete expected COPY but got: "
msgstr ""
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:167
msgid "Tried to obtain lock while already holding it"
msgstr ""
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:183
msgid "Tried to break lock on database connection"
msgstr ""
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:201
#, fuzzy
msgid "Interrupted while waiting to obtain lock on database connection"
msgstr "Interrompu pendant l''?tablissement de la connexion."
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:333
msgid "Unable to bind parameter values for statement."
msgstr "Incapable de lier les valeurs des param?tres pour la commande."
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:339
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:516
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:596
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:645
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:771
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:2465
#: src/main/java/org/postgresql/util/StreamWrapper.java:141
msgid "An I/O error occurred while sending to the backend."
msgstr "Une erreur d''entr?e/sortie a eu lieu lors d''envoi vers le serveur."
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:391
msgid "Error releasing savepoint"
msgstr ""
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:571
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:614
#, java-format
msgid "Expected command status BEGIN, got {0}."
msgstr "Attendait le statut de commande BEGIN, obtenu {0}."
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:619
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:1744
#, java-format
msgid "Unexpected command status: {0}."
msgstr "Statut de commande inattendu?: {0}."
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:729
#, fuzzy
msgid "An error occurred while trying to get the socket timeout."
msgstr "Une erreur d''entr?e/sortie a eu lieu lors d''envoi vers le serveur."
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:764
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:840
#, java-format
msgid "Unknown Response Type {0}."
msgstr "Type de r?ponse inconnu {0}."
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:787
#, fuzzy
msgid "An error occurred while trying to reset the socket timeout."
msgstr "Une erreur d''entr?e/sortie a eu lieu lors d''envoi vers le serveur."
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:885
msgid "Database connection failed when starting copy"
msgstr ""
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:920
msgid "Tried to cancel an inactive copy operation"
msgstr ""
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:959
msgid "Database connection failed when canceling copy operation"
msgstr ""
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:975
msgid "Missing expected error response to copy cancel request"
msgstr ""
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:979
#, java-format
msgid "Got {0} error responses to single copy cancel request"
msgstr ""
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:994
msgid "Tried to end inactive copy"
msgstr ""
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:1009
msgid "Database connection failed when ending copy"
msgstr ""
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:1027
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:1054
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:1073
msgid "Tried to write to an inactive copy operation"
msgstr ""
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:1038
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:1066
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:1080
msgid "Database connection failed when writing to copy"
msgstr ""
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:1095
msgid "Tried to read from inactive copy"
msgstr ""
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:1102
msgid "Database connection failed when reading from copy"
msgstr ""
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:1126
#, fuzzy
msgid "PGStream is closed"
msgstr "Ce ResultSet est ferm?."
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:1187
#, java-format
msgid "Received CommandComplete ''{0}'' without an active copy operation"
msgstr ""
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:1212
#, java-format
msgid "Got CopyInResponse from server during an active {0}"
msgstr ""
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:1226
#, java-format
msgid "Got CopyOutResponse from server during an active {0}"
msgstr ""
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:1240
#, java-format
msgid "Got CopyBothResponse from server during an active {0}"
msgstr ""
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:1259
msgid "Got CopyData without an active copy operation"
msgstr ""
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:1263
#, fuzzy, java-format
msgid "Unexpected copydata from server for {0}"
msgstr "Attendait une fin de fichier du serveur, re?u: {0}"
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:1323
#, java-format
msgid "Unexpected packet type during copy: {0}"
msgstr ""
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:1619
#, java-format
msgid ""
"Bind message length {0} too long. This can be caused by very large or "
"incorrect length specifications on InputStream parameters."
msgstr ""
"La longueur du message de liaison {0} est trop grande. Cela peut ?tre caus? "
"par des sp?cification de longueur tr?s grandes ou incorrectes pour les "
"param?tres de type InputStream."
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:2240
msgid "Ran out of memory retrieving query results."
msgstr "Ai manqu? de m?moire en r?cup?rant les r?sultats de la requ?te."
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:2402
msgid "COPY commands are only supported using the CopyManager API."
msgstr ""
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:2695
#, fuzzy, java-format
msgid ""
"The server''s client_encoding parameter was changed to {0}. The JDBC driver "
"requires client_encoding to be UTF8 for correct operation."
msgstr ""
"Le param?tre client_encoding du serveur a ?t? chang? pour {0}. Le pilote "
"JDBC n?cessite l''affectation de la valeur UNICODE ? client_encoding pour un "
"fonctionnement correct."
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:2705
#, java-format
msgid ""
"The server''s DateStyle parameter was changed to {0}. The JDBC driver "
"requires DateStyle to begin with ISO for correct operation."
msgstr ""
"Le param?tre DateStyle du serveur a ?t? chang? pour {0}. Le pilote JDBC "
"n?cessite que DateStyle commence par ISO pour un fonctionnement correct."
#: src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java:2718
#, java-format
msgid ""
"The server''s standard_conforming_strings parameter was reported as {0}. The "
"JDBC driver expected on or off."
msgstr ""
"Le param?tre serveur standard_conforming_strings a pour valeur {0}. Le "
"driver JDBC attend on ou off."
#: src/main/java/org/postgresql/core/v3/SimpleParameterList.java:270
#, java-format
msgid "No value specified for parameter {0}."
msgstr "Pas de valeur sp?cifi?e pour le param?tre {0}."
#: src/main/java/org/postgresql/core/v3/SimpleParameterList.java:462
#, fuzzy, java-format
msgid "Added parameters index out of range: {0}, number of columns: {1}."
msgstr ""
"L''indice du param?tre est hors limites?: {0}, nombre de param?tres?: {1}."
#: src/main/java/org/postgresql/core/v3/replication/V3PGReplicationStream.java:147
#, java-format
msgid "Unexpected packet type during replication: {0}"
msgstr ""
#: src/main/java/org/postgresql/core/v3/replication/V3PGReplicationStream.java:272
#, fuzzy
msgid "This replication stream has been closed."
msgstr "La connexion a ?t? ferm?e."
#: src/main/java/org/postgresql/ds/PGPooledConnection.java:118
msgid "This PooledConnection has already been closed."
msgstr "Cette PooledConnection a d?j? ?t? ferm?e."
#: src/main/java/org/postgresql/ds/PGPooledConnection.java:314
msgid ""
"Connection has been closed automatically because a new connection was opened "
"for the same PooledConnection or the PooledConnection has been closed."
msgstr ""
"La connexion a ?t? ferm?e automatiquement car une nouvelle connexion a ?t? "
"ouverte pour la m?me PooledConnection ou la PooledConnection a ?t? ferm?e."
#: src/main/java/org/postgresql/ds/PGPooledConnection.java:315
msgid "Connection has been closed."
msgstr "La connexion a ?t? ferm?e."
#: src/main/java/org/postgresql/ds/PGPooledConnection.java:420
msgid "Statement has been closed."
msgstr "Statement a ?t? ferm?."
#: src/main/java/org/postgresql/ds/PGPoolingDataSource.java:269
msgid "Failed to setup DataSource."
msgstr ""
#: src/main/java/org/postgresql/ds/PGPoolingDataSource.java:371
msgid "DataSource has been closed."
msgstr "DataSource a ?t? ferm?e."
#: src/main/java/org/postgresql/ds/common/BaseDataSource.java:1270
#: src/main/java/org/postgresql/ds/common/BaseDataSource.java:1280
#, fuzzy, java-format
msgid "Unsupported property name: {0}"
msgstr "Valeur de type non support?e?: {0}"
#: src/main/java/org/postgresql/fastpath/Fastpath.java:84
#, fuzzy, java-format
msgid "Fastpath call {0} - No result was returned and we expected a numeric."
msgstr ""
"Appel Fastpath {0} - Aucun r?sultat n''a ?t? retourn? et nous attendions un "
"entier."
#: src/main/java/org/postgresql/fastpath/Fastpath.java:161
#, java-format
msgid "Fastpath call {0} - No result was returned and we expected an integer."
msgstr ""
"Appel Fastpath {0} - Aucun r?sultat n''a ?t? retourn? et nous attendions un "
"entier."
#: src/main/java/org/postgresql/fastpath/Fastpath.java:169
#, fuzzy, java-format
msgid ""
"Fastpath call {0} - No result was returned or wrong size while expecting an "
"integer."
msgstr ""
"Appel Fastpath {0} - Aucun r?sultat n''a ?t? retourn? et nous attendions un "
"entier."
#: src/main/java/org/postgresql/fastpath/Fastpath.java:186
#, fuzzy, java-format
msgid "Fastpath call {0} - No result was returned and we expected a long."
msgstr ""
"Appel Fastpath {0} - Aucun r?sultat n''a ?t? retourn? et nous attendions un "
"entier."
#: src/main/java/org/postgresql/fastpath/Fastpath.java:194
#, fuzzy, java-format
msgid ""
"Fastpath call {0} - No result was returned or wrong size while expecting a "
"long."
msgstr ""
"Appel Fastpath {0} - Aucun r?sultat n''a ?t? retourn? et nous attendions un "
"entier."
#: src/main/java/org/postgresql/fastpath/Fastpath.java:297
#, java-format
msgid "The fastpath function {0} is unknown."
msgstr "La fonction fastpath {0} est inconnue."
#: src/main/java/org/postgresql/geometric/PGbox.java:77
#: src/main/java/org/postgresql/geometric/PGcircle.java:74
#: src/main/java/org/postgresql/geometric/PGcircle.java:82
#: src/main/java/org/postgresql/geometric/PGline.java:107
#: src/main/java/org/postgresql/geometric/PGline.java:116
#: src/main/java/org/postgresql/geometric/PGlseg.java:70
#: src/main/java/org/postgresql/geometric/PGpoint.java:76
#, java-format
msgid "Conversion to type {0} failed: {1}."
msgstr "La conversion vers le type {0} a ?chou?: {1}."
#: src/main/java/org/postgresql/geometric/PGpath.java:70
#, java-format
msgid "Cannot tell if path is open or closed: {0}."
msgstr "Impossible de dire si path est ferm? ou ouvert?: {0}."
#: src/main/java/org/postgresql/gss/GssAction.java:136
#: src/main/java/org/postgresql/gss/MakeGSS.java:65
#: src/main/java/org/postgresql/gss/MakeGSS.java:73
msgid "GSS Authentication failed"
msgstr ""
#: src/main/java/org/postgresql/jdbc/AbstractBlobClob.java:77
msgid ""
"Truncation of large objects is only implemented in 8.3 and later servers."
msgstr ""
"Le troncage des large objects n''est impl?ment? que dans les serveurs 8.3 et "
"sup?rieurs."
#: src/main/java/org/postgresql/jdbc/AbstractBlobClob.java:82
msgid "Cannot truncate LOB to a negative length."
msgstr ""
#: src/main/java/org/postgresql/jdbc/AbstractBlobClob.java:89
#: src/main/java/org/postgresql/jdbc/AbstractBlobClob.java:231
#, java-format
msgid "PostgreSQL LOBs can only index to: {0}"
msgstr "Les LOB PostgreSQL peuvent seulement s''indicer ?: {0}"
#: src/main/java/org/postgresql/jdbc/AbstractBlobClob.java:227
msgid "LOB positioning offsets start at 1."
msgstr "Les d?calages de position des LOB commencent ? 1."
#: src/main/java/org/postgresql/jdbc/AbstractBlobClob.java:243
msgid "free() was called on this LOB previously"
msgstr "free() a ?t? appel?e auparavant sur ce LOB"
#: src/main/java/org/postgresql/jdbc/BatchResultHandler.java:95
msgid "Too many update results were returned."
msgstr "Trop de r?sultats de mise ? jour ont ?t? retourn?s."
#: src/main/java/org/postgresql/jdbc/BatchResultHandler.java:152
#: src/main/java/org/postgresql/jdbc/BatchResultHandler.java:157
#, fuzzy, java-format
msgid ""
"Batch entry {0} {1} was aborted: {2} Call getNextException to see other "
"errors in the batch."
msgstr ""
"L''?l?ment du batch {0} {1} a ?t? annul?. Appeler getNextException pour en "
"conna?tre la cause."
#: src/main/java/org/postgresql/jdbc/BooleanTypeUtil.java:99
#, java-format
msgid "Cannot cast to boolean: \"{0}\""
msgstr ""
#: src/main/java/org/postgresql/jdbc/EscapedFunctions.java:238
#: src/main/java/org/postgresql/jdbc/EscapedFunctions2.java:168
#, java-format
msgid "{0} function takes four and only four argument."
msgstr "La fonction {0} n''accepte que quatre et seulement quatre arguments."
#: src/main/java/org/postgresql/jdbc/EscapedFunctions.java:268
#: src/main/java/org/postgresql/jdbc/EscapedFunctions.java:335
#: src/main/java/org/postgresql/jdbc/EscapedFunctions.java:737
#: src/main/java/org/postgresql/jdbc/EscapedFunctions2.java:197
#: src/main/java/org/postgresql/jdbc/EscapedFunctions2.java:264
#: src/main/java/org/postgresql/jdbc/EscapedFunctions2.java:665
#, java-format
msgid "{0} function takes two and only two arguments."
msgstr "La fonction {0} n''accepte que deux et seulement deux arguments."
#: src/main/java/org/postgresql/jdbc/EscapedFunctions.java:286
#: src/main/java/org/postgresql/jdbc/EscapedFunctions.java:439
#: src/main/java/org/postgresql/jdbc/EscapedFunctions.java:465
#: src/main/java/org/postgresql/jdbc/EscapedFunctions.java:524
#: src/main/java/org/postgresql/jdbc/EscapedFunctions.java:725
#: src/main/java/org/postgresql/jdbc/EscapedFunctions2.java:212
#: src/main/java/org/postgresql/jdbc/EscapedFunctions2.java:356
#: src/main/java/org/postgresql/jdbc/EscapedFunctions2.java:382
#: src/main/java/org/postgresql/jdbc/EscapedFunctions2.java:441
#: src/main/java/org/postgresql/jdbc/EscapedFunctions2.java:654
#, java-format
msgid "{0} function takes one and only one argument."
msgstr "La fonction {0} n''accepte qu''un et un seul argument."
#: src/main/java/org/postgresql/jdbc/EscapedFunctions.java:310
#: src/main/java/org/postgresql/jdbc/EscapedFunctions.java:384
#: src/main/java/org/postgresql/jdbc/EscapedFunctions2.java:239
#: src/main/java/org/postgresql/jdbc/EscapedFunctions2.java:308
#, java-format
msgid "{0} function takes two or three arguments."
msgstr "La fonction {0} n''accepte que deux ou trois arguments."
#: src/main/java/org/postgresql/jdbc/EscapedFunctions.java:409
#: src/main/java/org/postgresql/jdbc/EscapedFunctions.java:424
#: src/main/java/org/postgresql/jdbc/EscapedFunctions.java:690
#: src/main/java/org/postgresql/jdbc/EscapedFunctions.java:716
#: src/main/java/org/postgresql/jdbc/EscapedFunctions2.java:645
#, java-format
msgid "{0} function doesn''t take any argument."
msgstr "La fonction {0} n''accepte aucun argument."
#: src/main/java/org/postgresql/jdbc/EscapedFunctions.java:584
#: src/main/java/org/postgresql/jdbc/EscapedFunctions.java:636
#: src/main/java/org/postgresql/jdbc/EscapedFunctions2.java:501
#: src/main/java/org/postgresql/jdbc/EscapedFunctions2.java:571
#, java-format
msgid "{0} function takes three and only three arguments."
msgstr "La fonction {0} n''accepte que trois et seulement trois arguments."
#: src/main/java/org/postgresql/jdbc/EscapedFunctions.java:597
#: src/main/java/org/postgresql/jdbc/EscapedFunctions.java:618
#: src/main/java/org/postgresql/jdbc/EscapedFunctions.java:621
#: src/main/java/org/postgresql/jdbc/EscapedFunctions.java:653
#: src/main/java/org/postgresql/jdbc/EscapedFunctions.java:666
#: src/main/java/org/postgresql/jdbc/EscapedFunctions.java:669
#: src/main/java/org/postgresql/jdbc/EscapedFunctions2.java:511
#: src/main/java/org/postgresql/jdbc/EscapedFunctions2.java:528
#: src/main/java/org/postgresql/jdbc/EscapedFunctions2.java:585
#: src/main/java/org/postgresql/jdbc/EscapedFunctions2.java:597
#, java-format
msgid "Interval {0} not yet implemented"
msgstr "L''interval {0} n''est pas encore impl?ment?"
#: src/main/java/org/postgresql/jdbc/PSQLSavepoint.java:38
#: src/main/java/org/postgresql/jdbc/PSQLSavepoint.java:53
#: src/main/java/org/postgresql/jdbc/PSQLSavepoint.java:71
msgid "Cannot reference a savepoint after it has been released."
msgstr "Impossible de r?f?rencer un savepoint apr?s qu''il ait ?t? lib?r?."
#: src/main/java/org/postgresql/jdbc/PSQLSavepoint.java:43
msgid "Cannot retrieve the id of a named savepoint."
msgstr "Impossible de retrouver l''identifiant d''un savepoint nomm?."
#: src/main/java/org/postgresql/jdbc/PSQLSavepoint.java:58
msgid "Cannot retrieve the name of an unnamed savepoint."
msgstr "Impossible de retrouver le nom d''un savepoint sans nom."
#: src/main/java/org/postgresql/jdbc/PgArray.java:156
#: src/main/java/org/postgresql/jdbc/PgArray.java:847
#, java-format
msgid "The array index is out of range: {0}"
msgstr "L''indice du tableau est hors limites?: {0}"
#: src/main/java/org/postgresql/jdbc/PgArray.java:177
#: src/main/java/org/postgresql/jdbc/PgArray.java:864
#, java-format
msgid "The array index is out of range: {0}, number of elements: {1}."
msgstr "L''indice du tableau est hors limites?: {0}, nombre d''?l?ments?: {1}."
#: src/main/java/org/postgresql/jdbc/PgArray.java:209
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:1908
#: src/main/java/org/postgresql/util/HStoreConverter.java:43
#: src/main/java/org/postgresql/util/HStoreConverter.java:74
msgid ""
"Invalid character data was found. This is most likely caused by stored data "
"containing characters that are invalid for the character set the database "
"was created in. The most common example of this is storing 8bit data in a "
"SQL_ASCII database."
msgstr ""
"Des donn?es de caract?res invalides ont ?t? trouv?es. C''est probablement "
"caus? par le stockage de caract?res invalides pour le jeu de caract?res de "
"cr?ation de la base. L''exemple le plus courant est le stockage de donn?es "
"8bit dans une base SQL_ASCII."
#: src/main/java/org/postgresql/jdbc/PgCallableStatement.java:85
#: src/main/java/org/postgresql/jdbc/PgCallableStatement.java:95
msgid "A CallableStatement was executed with nothing returned."
msgstr "Un CallableStatement a ?t? ex?cut? mais n''a rien retourn?."
#: src/main/java/org/postgresql/jdbc/PgCallableStatement.java:106
#, fuzzy
msgid "A CallableStatement was executed with an invalid number of parameters"
msgstr ""
"Un CallableStatement a ?t? ex?cut? avec un nombre de param?tres incorrect"
#: src/main/java/org/postgresql/jdbc/PgCallableStatement.java:144
#, java-format
msgid ""
"A CallableStatement function was executed and the out parameter {0} was of "
"type {1} however type {2} was registered."
msgstr ""
"Une fonction CallableStatement a ?t? ex?cut?e et le param?tre en sortie {0} "
"?tait du type {1} alors que le type {2} ?tait pr?vu."
#: src/main/java/org/postgresql/jdbc/PgCallableStatement.java:206
msgid ""
"This statement does not declare an OUT parameter. Use '{' ?= call ... '}' "
"to declare one."
msgstr ""
"Cette requ?te ne d?clare pas de param?tre OUT. Utilisez '{' ?= call ... '}' "
"pour en d?clarer un."
#: src/main/java/org/postgresql/jdbc/PgCallableStatement.java:229
msgid "wasNull cannot be call before fetching a result."
msgstr "wasNull ne peut pas ?tre appel? avant la r?cup?ration d''un r?sultat."
#: src/main/java/org/postgresql/jdbc/PgCallableStatement.java:367
#: src/main/java/org/postgresql/jdbc/PgCallableStatement.java:386
#, java-format
msgid ""
"Parameter of type {0} was registered, but call to get{1} (sqltype={2}) was "
"made."
msgstr ""
"Un param?tre de type {0} a ?t? enregistr?, mais un appel ? get{1} "
"(sqltype={2}) a ?t? fait."
#: src/main/java/org/postgresql/jdbc/PgCallableStatement.java:407
msgid ""
"A CallableStatement was declared, but no call to registerOutParameter(1, "
") was made."
msgstr ""
"Un CallableStatement a ?t? d?clar?, mais aucun appel ? "
"registerOutParameter(1, ) n''a ?t? fait."
#: src/main/java/org/postgresql/jdbc/PgCallableStatement.java:413
msgid "No function outputs were registered."
msgstr "Aucune fonction outputs n''a ?t? enregistr?e."
#: src/main/java/org/postgresql/jdbc/PgCallableStatement.java:419
msgid ""
"Results cannot be retrieved from a CallableStatement before it is executed."
msgstr ""
"Les r?sultats ne peuvent ?tre r?cup?r?s ? partir d''un CallableStatement "
"avant qu''il ne soit ex?cut?."
#: src/main/java/org/postgresql/jdbc/PgCallableStatement.java:686
#, fuzzy, java-format
msgid "Unsupported type conversion to {1}."
msgstr "Valeur de type non support?e?: {0}"
#: src/main/java/org/postgresql/jdbc/PgConnection.java:262
#, java-format
msgid "Unsupported value for stringtype parameter: {0}"
msgstr ""
"Valeur non support?e pour les param?tre de type cha?ne de caract?res?: {0}"
#: src/main/java/org/postgresql/jdbc/PgConnection.java:463
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:104
#: src/main/java/org/postgresql/jdbc/PgStatement.java:227
#: src/main/java/org/postgresql/jdbc/TypeInfoCache.java:240
#: src/main/java/org/postgresql/jdbc/TypeInfoCache.java:277
#: src/main/java/org/postgresql/jdbc/TypeInfoCache.java:408
#: src/main/java/org/postgresql/jdbc/TypeInfoCache.java:448
#: src/main/java/org/postgresql/jdbc/TypeInfoCache.java:521
#: src/main/java/org/postgresql/jdbc/TypeInfoCache.java:526
#: src/main/java/org/postgresql/jdbc/TypeInfoCache.java:563
#: src/main/java/org/postgresql/jdbc/TypeInfoCache.java:568
msgid "No results were returned by the query."
msgstr "Aucun r?sultat retourn? par la requ?te."
#: src/main/java/org/postgresql/jdbc/PgConnection.java:481
#: src/main/java/org/postgresql/jdbc/PgConnection.java:499
#: src/main/java/org/postgresql/jdbc/PgStatement.java:258
msgid "A result was returned when none was expected."
msgstr "Un r?sultat a ?t? retourn? alors qu''aucun n''?tait attendu."
#: src/main/java/org/postgresql/jdbc/PgConnection.java:604
msgid "Custom type maps are not supported."
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgConnection.java:646
#, java-format
msgid "Failed to create object for: {0}."
msgstr "?chec ? la cr?ation de l''objet pour?: {0}."
#: src/main/java/org/postgresql/jdbc/PgConnection.java:700
#, java-format
msgid "Unable to load the class {0} responsible for the datatype {1}"
msgstr "Incapable de charger la classe {0} responsable du type de donn?es {1}"
#: src/main/java/org/postgresql/jdbc/PgConnection.java:761
msgid ""
"Cannot change transaction read-only property in the middle of a transaction."
msgstr ""
"Impossible de changer la propri?t? read-only d''une transaction au milieu "
"d''une transaction."
#: src/main/java/org/postgresql/jdbc/PgConnection.java:846
msgid "Cannot commit when autoCommit is enabled."
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgConnection.java:857
#: src/main/java/org/postgresql/jdbc/PgConnection.java:1485
#: src/main/java/org/postgresql/jdbc/PgConnection.java:1529
#, fuzzy
msgid "This connection has been closed."
msgstr "La connexion a ?t? ferm?e."
#: src/main/java/org/postgresql/jdbc/PgConnection.java:867
msgid "Cannot rollback when autoCommit is enabled."
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgConnection.java:920
msgid ""
"Cannot change transaction isolation level in the middle of a transaction."
msgstr ""
"Impossible de changer le niveau d''isolation des transactions au milieu "
"d''une transaction."
#: src/main/java/org/postgresql/jdbc/PgConnection.java:926
#, java-format
msgid "Transaction isolation level {0} not supported."
msgstr "Le niveau d''isolation de transaction {0} n''est pas support?."
#: src/main/java/org/postgresql/jdbc/PgConnection.java:975
msgid "Finalizing a Connection that was never closed:"
msgstr "Destruction d''une connection qui n''a jamais ?t? ferm?e:"
#: src/main/java/org/postgresql/jdbc/PgConnection.java:1042
msgid "Unable to translate data into the desired encoding."
msgstr "Impossible de traduire les donn?es dans l''encodage d?sir?."
#: src/main/java/org/postgresql/jdbc/PgConnection.java:1105
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:1783
#: src/main/java/org/postgresql/jdbc/PgStatement.java:929
msgid "Fetch size must be a value greater to or equal to 0."
msgstr "Fetch size doit ?tre une valeur sup?rieur ou ?gal ? 0."
#: src/main/java/org/postgresql/jdbc/PgConnection.java:1384
#: src/main/java/org/postgresql/jdbc/PgConnection.java:1425
#, java-format
msgid "Unable to find server array type for provided name {0}."
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgConnection.java:1407
#, fuzzy, java-format
msgid "Invalid elements {0}"
msgstr "Longueur de flux invalide {0}."
#: src/main/java/org/postgresql/jdbc/PgConnection.java:1443
#, fuzzy, java-format
msgid "Invalid timeout ({0}<0)."
msgstr "Longueur de flux invalide {0}."
#: src/main/java/org/postgresql/jdbc/PgConnection.java:1473
msgid "Validating connection."
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgConnection.java:1506
#, fuzzy, java-format
msgid "Failed to set ClientInfo property: {0}"
msgstr "?chec ? la cr?ation de l''objet pour?: {0}."
#: src/main/java/org/postgresql/jdbc/PgConnection.java:1516
#, fuzzy
msgid "ClientInfo property not supported."
msgstr "Le renvoi des cl?s automatiquement g?n?r?es n''est pas support?."
#: src/main/java/org/postgresql/jdbc/PgConnection.java:1542
msgid "One or more ClientInfo failed."
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgConnection.java:1642
#, fuzzy
msgid "Network timeout must be a value greater than or equal to 0."
msgstr "Query timeout doit ?tre une valeur sup?rieure ou ?gale ? 0."
#: src/main/java/org/postgresql/jdbc/PgConnection.java:1654
msgid "Unable to set network timeout."
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgConnection.java:1665
msgid "Unable to get network timeout."
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgConnection.java:1682
#, java-format
msgid "Unknown ResultSet holdability setting: {0}."
msgstr "Param?tre holdability du ResultSet inconnu?: {0}."
#: src/main/java/org/postgresql/jdbc/PgConnection.java:1700
#: src/main/java/org/postgresql/jdbc/PgConnection.java:1721
msgid "Cannot establish a savepoint in auto-commit mode."
msgstr "Impossible d''?tablir un savepoint en mode auto-commit."
#: src/main/java/org/postgresql/jdbc/PgConnection.java:1790
msgid "Returning autogenerated keys is not supported."
msgstr "Le renvoi des cl?s automatiquement g?n?r?es n''est pas support?."
#: src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java:65
msgid ""
"Unable to determine a value for MaxIndexKeys due to missing system catalog "
"data."
msgstr ""
"Incapable de d?terminer la valeur de MaxIndexKeys en raison de donn?es "
"manquante dans lecatalogue syst?me."
#: src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java:88
msgid "Unable to find name datatype in the system catalogs."
msgstr ""
"Incapable de trouver le type de donn?e name dans les catalogues syst?mes."
#: src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java:327
#, fuzzy
msgid "Unable to find keywords in the system catalogs."
msgstr ""
"Incapable de trouver le type de donn?e name dans les catalogues syst?mes."
#: src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java:1110
#: src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java:2819
msgid "oid"
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java:1110
#: src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java:2819
msgid "proname"
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java:1112
#: src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java:1576
#: src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java:2821
#: src/main/java/org/postgresql/jdbc/TypeInfoCache.java:216
msgid "typtype"
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java:1115
#: src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java:2824
msgid "proargtypes"
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java:1593
msgid "adsrc"
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java:1606
msgid "attidentity"
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java:1735
#: src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java:1811
msgid "rolname"
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java:1736
#: src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java:1812
msgid "relacl"
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java:1742
msgid "attacl"
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgParameterMetaData.java:88
#, java-format
msgid "The parameter index is out of range: {0}, number of parameters: {1}."
msgstr ""
"L''indice du param?tre est hors limites?: {0}, nombre de param?tres?: {1}."
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:90
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:113
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:136
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:1033
msgid ""
"Can''t use query methods that take a query string on a PreparedStatement."
msgstr ""
"Impossible d''utiliser les fonctions de requ?te qui utilisent une cha?ne de "
"caract?res sur un PreparedStatement."
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:254
msgid "Unknown Types value."
msgstr "Valeur de Types inconnue."
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:385
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:442
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:1190
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:1497
#, java-format
msgid "Invalid stream length {0}."
msgstr "Longueur de flux invalide {0}."
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:414
#, java-format
msgid "The JVM claims not to support the {0} encoding."
msgstr "La JVM pr?tend ne pas supporter l''encodage {0}."
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:417
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:1124
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:1156
msgid "Provided InputStream failed."
msgstr "L''InputStream fourni a ?chou?."
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:463
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:1095
#, java-format
msgid "Unknown type {0}."
msgstr "Type inconnu?: {0}."
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:480
msgid "No hstore extension installed."
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:622
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:645
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:655
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:667
#, java-format
msgid "Cannot cast an instance of {0} to type {1}"
msgstr "Impossible de convertir une instance de {0} vers le type {1}"
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:685
#, java-format
msgid "Unsupported Types value: {0}"
msgstr "Valeur de type non support?e?: {0}"
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:897
#, java-format
msgid "Cannot convert an instance of {0} to type {1}"
msgstr "Impossible de convertir une instance de type {0} vers le type {1}"
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:973
#, java-format
msgid ""
"Can''t infer the SQL type to use for an instance of {0}. Use setObject() "
"with an explicit Types value to specify the type to use."
msgstr ""
"Impossible de d?duire le type SQL ? utiliser pour une instance de {0}. "
"Utilisez setObject() avec une valeur de type explicite pour sp?cifier le "
"type ? utiliser."
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:1132
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:1233
msgid "Unexpected error writing large object to database."
msgstr "Erreur inattendue pendant l''?criture de large object dans la base."
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:1177
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:1206
msgid "Provided Reader failed."
msgstr "Le Reader fourni a ?chou?."
#: src/main/java/org/postgresql/jdbc/PgPreparedStatement.java:1456
#: src/main/java/org/postgresql/util/StreamWrapper.java:56
msgid "Object is too large to send over the protocol."
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:273
msgid ""
"Operation requires a scrollable ResultSet, but this ResultSet is "
"FORWARD_ONLY."
msgstr ""
"L''op?ration n?cessite un scrollable ResultSet, mais ce ResultSet est "
"FORWARD_ONLY."
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:479
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:518
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:542
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:579
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:617
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:647
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3012
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3065
#, fuzzy, java-format
msgid "Cannot convert the column of type {0} to requested type {1}."
msgstr "Impossible de convertir une instance de type {0} vers le type {1}"
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:851
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:872
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:1799
msgid "Can''t use relative move methods while on the insert row."
msgstr ""
"Impossible d''utiliser les fonctions de d?placement relatif pendant "
"l''insertion d''une ligne."
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:895
#: src/main/java/org/postgresql/jdbc/PgStatement.java:921
#, java-format
msgid "Invalid fetch direction constant: {0}."
msgstr "Constante de direction pour la r?cup?ration invalide?: {0}."
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:905
msgid "Cannot call cancelRowUpdates() when on the insert row."
msgstr ""
"Impossible d''appeler cancelRowUpdates() pendant l''insertion d''une ligne."
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:920
msgid "Cannot call deleteRow() when on the insert row."
msgstr "Impossible d''appeler deleteRow() pendant l''insertion d''une ligne."
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:927
msgid ""
"Currently positioned before the start of the ResultSet. You cannot call "
"deleteRow() here."
msgstr ""
"Actuellement positionn? avant le d?but du ResultSet. Vous ne pouvez pas "
"appeler deleteRow() ici."
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:933
msgid ""
"Currently positioned after the end of the ResultSet. You cannot call "
"deleteRow() here."
msgstr ""
"Actuellement positionn? apr?s la fin du ResultSet. Vous ne pouvez pas "
"appeler deleteRow() ici."
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:937
msgid "There are no rows in this ResultSet."
msgstr "Il n''y pas pas de lignes dans ce ResultSet."
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:974
msgid "Not on the insert row."
msgstr "Pas sur la ligne en insertion."
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:976
msgid "You must specify at least one column value to insert a row."
msgstr ""
"Vous devez sp?cifier au moins une valeur de colonne pour ins?rer une ligne."
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:1121
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:1718
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:2418
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:2439
#, java-format
msgid "The JVM claims not to support the encoding: {0}"
msgstr "La JVM pr?tend ne pas supporter l''encodage: {0}"
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:1248
msgid "Can''t refresh the insert row."
msgstr "Impossible de rafra?chir la ligne ins?r?e."
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:1313
msgid "Cannot call updateRow() when on the insert row."
msgstr ""
"Impossible d''appeler updateRow() tant que l''on est sur la ligne ins?r?e."
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:1320
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3082
msgid ""
"Cannot update the ResultSet because it is either before the start or after "
"the end of the results."
msgstr ""
"Impossible de mettre ? jour le ResultSet car c''est soit avant le d?but ou "
"apr?s la fin des r?sultats."
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:1496
msgid "ResultSets with concurrency CONCUR_READ_ONLY cannot be updated."
msgstr ""
"Les ResultSets avec la concurrence CONCUR_READ_ONLY ne peuvent ?tre mis ? "
"jour."
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:1564
#, java-format
msgid "No primary key found for table {0}."
msgstr "Pas de cl? primaire trouv?e pour la table {0}."
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:1995
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:2000
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:2806
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:2812
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:2837
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:2843
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:2867
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:2872
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:2888
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:2909
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:2920
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:2933
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3070
#, java-format
msgid "Bad value for type {0} : {1}"
msgstr "Mauvaise valeur pour le type {0}?: {1}"
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:2592
#, java-format
msgid "The column name {0} was not found in this ResultSet."
msgstr "Le nom de colonne {0} n''a pas ?t? trouv? dans ce ResultSet."
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:2728
msgid ""
"ResultSet is not updateable. The query that generated this result set must "
"select only one table, and must select all primary keys from that table. See "
"the JDBC 2.1 API Specification, section 5.6 for more details."
msgstr ""
"Le ResultSet n''est pas modifiable. La requ?te qui a g?n?r? ce r?sultat doit "
"s?lectionner seulement une table, et doit s?lectionner toutes les cl?s "
"primaires de cette table. Voir la sp?cification de l''API JDBC 2.1, section "
"5.6 pour plus de d?tails."
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:2740
msgid "This ResultSet is closed."
msgstr "Ce ResultSet est ferm?."
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:2771
msgid "ResultSet not positioned properly, perhaps you need to call next."
msgstr ""
"Le ResultSet n''est pas positionn? correctement, vous devez peut-?tre "
"appeler next()."
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3102
#, fuzzy
msgid "Invalid UUID data."
msgstr "Drapeau invalide"
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3191
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3198
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3209
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3220
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3231
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3242
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3253
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3264
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3275
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3282
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3289
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3300
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3317
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3324
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3331
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3342
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3349
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3356
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3395
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3402
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3409
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3417
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3430
#, fuzzy, java-format
msgid "conversion to {0} from {1} not supported"
msgstr "Le niveau d''isolation de transaction {0} n''est pas support?."
#: src/main/java/org/postgresql/jdbc/PgResultSet.java:3370
#, fuzzy
msgid "Invalid Inet data."
msgstr "Drapeau invalide"
#: src/main/java/org/postgresql/jdbc/PgSQLXML.java:151
msgid "Unable to decode xml data."
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgSQLXML.java:154
#, java-format
msgid "Unknown XML Source class: {0}"
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgSQLXML.java:202
#, fuzzy
msgid "Unable to create SAXResult for SQLXML."
msgstr "?chec ? la cr?ation de l''objet pour?: {0}."
#: src/main/java/org/postgresql/jdbc/PgSQLXML.java:217
msgid "Unable to create StAXResult for SQLXML"
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgSQLXML.java:222
#, fuzzy, java-format
msgid "Unknown XML Result class: {0}"
msgstr "Param?tre holdability du ResultSet inconnu?: {0}."
#: src/main/java/org/postgresql/jdbc/PgSQLXML.java:235
#, fuzzy
msgid "This SQLXML object has already been freed."
msgstr "Cette PooledConnection a d?j? ?t? ferm?e."
#: src/main/java/org/postgresql/jdbc/PgSQLXML.java:244
msgid ""
"This SQLXML object has not been initialized, so you cannot retrieve data "
"from it."
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgSQLXML.java:257
#, java-format
msgid "Failed to convert binary xml data to encoding: {0}."
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgSQLXML.java:283
msgid "Unable to convert DOMResult SQLXML data to a string."
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgSQLXML.java:296
msgid ""
"This SQLXML object has already been initialized, so you cannot manipulate it "
"further."
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgStatement.java:237
msgid "Multiple ResultSets were returned by the query."
msgstr "Plusieurs ResultSets ont ?t? retourn?s par la requ?te."
#: src/main/java/org/postgresql/jdbc/PgStatement.java:319
msgid "Can''t use executeWithFlags(int) on a Statement."
msgstr ""
#: src/main/java/org/postgresql/jdbc/PgStatement.java:518
msgid "Maximum number of rows must be a value grater than or equal to 0."
msgstr ""
"Le nombre maximum de lignes doit ?tre une valeur sup?rieure ou ?gale ? 0."
#: src/main/java/org/postgresql/jdbc/PgStatement.java:564
msgid "Query timeout must be a value greater than or equals to 0."
msgstr "Query timeout doit ?tre une valeur sup?rieure ou ?gale ? 0."
#: src/main/java/org/postgresql/jdbc/PgStatement.java:606
msgid "The maximum field size must be a value greater than or equal to 0."
msgstr ""
"La taille maximum des champs doit ?tre une valeur sup?rieure ou ?gale ? 0."
#: src/main/java/org/postgresql/jdbc/PgStatement.java:709
msgid "This statement has been closed."
msgstr "Ce statement a ?t? ferm?."
#: src/main/java/org/postgresql/jdbc/PgStatement.java:1078
#: src/main/java/org/postgresql/jdbc/PgStatement.java:1208
#: src/main/java/org/postgresql/jdbc/PgStatement.java:1236
#, fuzzy
msgid "Returning autogenerated keys by column index is not supported."
msgstr "Le renvoi des cl?s automatiquement g?n?r?es n''est pas support?."
#: src/main/java/org/postgresql/jdbc/SslMode.java:78
#, fuzzy, java-format
msgid "Invalid sslmode value: {0}"
msgstr "Longueur de flux invalide {0}."
#: src/main/java/org/postgresql/jdbc/TimestampUtils.java:356
#: src/main/java/org/postgresql/jdbc/TimestampUtils.java:424
#, fuzzy, java-format
msgid "Bad value for type timestamp/date/time: {1}"
msgstr "Mauvaise valeur pour le type {0}?: {1}"
#: src/main/java/org/postgresql/jdbc/TimestampUtils.java:981
#: src/main/java/org/postgresql/jdbc/TimestampUtils.java:1038
#: src/main/java/org/postgresql/jdbc/TimestampUtils.java:1083
#: src/main/java/org/postgresql/jdbc/TimestampUtils.java:1131
#, fuzzy, java-format
msgid "Unsupported binary encoding of {0}."
msgstr "Valeur de type non support?e?: {0}"
#: src/main/java/org/postgresql/jdbc/TypeInfoCache.java:244
msgid "typname"
msgstr ""
#: src/main/java/org/postgresql/jre7/sasl/ScramAuthenticator.java:66
msgid "No SCRAM mechanism(s) advertised by the server"
msgstr ""
#: src/main/java/org/postgresql/jre7/sasl/ScramAuthenticator.java:79
msgid "Invalid or unsupported by client SCRAM mechanisms"
msgstr ""
#: src/main/java/org/postgresql/jre7/sasl/ScramAuthenticator.java:120
#, fuzzy, java-format
msgid "Invalid server-first-message: {0}"
msgstr "Longueur de flux invalide {0}."
#: src/main/java/org/postgresql/jre7/sasl/ScramAuthenticator.java:157
#, fuzzy, java-format
msgid "Invalid server-final-message: {0}"
msgstr "Longueur de flux invalide {0}."
#: src/main/java/org/postgresql/jre7/sasl/ScramAuthenticator.java:163
#, java-format
msgid "SCRAM authentication failed, server returned error: {0}"
msgstr ""
#: src/main/java/org/postgresql/jre7/sasl/ScramAuthenticator.java:170
msgid "Invalid server SCRAM signature"
msgstr ""
#: src/main/java/org/postgresql/largeobject/LargeObjectManager.java:249
#: src/main/java/org/postgresql/largeobject/LargeObjectManager.java:290
msgid "Large Objects may not be used in auto-commit mode."
msgstr "Les Large Objects ne devraient pas ?tre utilis?s en mode auto-commit."
#: src/main/java/org/postgresql/osgi/PGDataSourceFactory.java:82
#, fuzzy, java-format
msgid "Unsupported properties: {0}"
msgstr "Valeur de type non support?e?: {0}"
#: src/main/java/org/postgresql/replication/fluent/AbstractCreateSlotBuilder.java:38
msgid "Server does not support temporary replication slots"
msgstr ""
#: src/main/java/org/postgresql/replication/fluent/logical/LogicalCreateSlotBuilder.java:63
#: src/main/java/org/postgresql/replication/fluent/physical/PhysicalCreateSlotBuilder.java:49
msgid "slot_name"
msgstr ""
#: src/main/java/org/postgresql/replication/fluent/logical/LogicalCreateSlotBuilder.java:65
#: src/main/java/org/postgresql/replication/fluent/physical/PhysicalCreateSlotBuilder.java:51
msgid "consistent_point"
msgstr ""
#: src/main/java/org/postgresql/replication/fluent/logical/LogicalCreateSlotBuilder.java:66
#: src/main/java/org/postgresql/replication/fluent/physical/PhysicalCreateSlotBuilder.java:52
msgid "snapshot_name"
msgstr ""
#: src/main/java/org/postgresql/replication/fluent/logical/LogicalCreateSlotBuilder.java:67
#: src/main/java/org/postgresql/replication/fluent/physical/PhysicalCreateSlotBuilder.java:53
msgid "output_plugin"
msgstr ""
#: src/main/java/org/postgresql/ssl/LazyKeyManager.java:132
#: src/main/java/org/postgresql/ssl/PKCS12KeyManager.java:117
msgid ""
"Could not find a java cryptographic algorithm: X.509 CertificateFactory not "
"available."
msgstr ""
#: src/main/java/org/postgresql/ssl/LazyKeyManager.java:142
#, java-format
msgid "Could not open SSL certificate file {0}."
msgstr ""
#: src/main/java/org/postgresql/ssl/LazyKeyManager.java:147
#, java-format
msgid "Loading the SSL certificate {0} into a KeyManager failed."
msgstr ""
#: src/main/java/org/postgresql/ssl/LazyKeyManager.java:211
#: src/main/java/org/postgresql/ssl/PKCS12KeyManager.java:127
#: src/main/java/org/postgresql/ssl/PKCS12KeyManager.java:148
msgid "Enter SSL password: "
msgstr ""
#: src/main/java/org/postgresql/ssl/LazyKeyManager.java:218
#: src/main/java/org/postgresql/ssl/PKCS12KeyManager.java:155
msgid "Could not read password for SSL key file, console is not available."
msgstr ""
#: src/main/java/org/postgresql/ssl/LazyKeyManager.java:223
#: src/main/java/org/postgresql/ssl/PKCS12KeyManager.java:160
#, java-format
msgid "Could not read password for SSL key file by callbackhandler {0}."
msgstr ""
#: src/main/java/org/postgresql/ssl/LazyKeyManager.java:243
#, java-format
msgid "Could not decrypt SSL key file {0}."
msgstr ""
#: src/main/java/org/postgresql/ssl/LazyKeyManager.java:250
#: src/main/java/org/postgresql/ssl/PKCS12KeyManager.java:136
#, java-format
msgid "Could not read SSL key file {0}."
msgstr ""
#: src/main/java/org/postgresql/ssl/LazyKeyManager.java:253
#: src/main/java/org/postgresql/ssl/LibPQFactory.java:182
#, java-format
msgid "Could not find a java cryptographic algorithm: {0}."
msgstr ""
#: src/main/java/org/postgresql/ssl/LibPQFactory.java:55
#, fuzzy, java-format
msgid "The password callback class provided {0} could not be instantiated."
msgstr "La classe SSLSocketFactory fournie {0} n''a pas pu ?tre instanci?e."
#: src/main/java/org/postgresql/ssl/LibPQFactory.java:140
#, java-format
msgid "Could not open SSL root certificate file {0}."
msgstr ""
#: src/main/java/org/postgresql/ssl/LibPQFactory.java:155
#, java-format
msgid "Could not read SSL root certificate file {0}."
msgstr ""
#: src/main/java/org/postgresql/ssl/LibPQFactory.java:159
#, java-format
msgid "Loading the SSL root certificate {0} into a TrustManager failed."
msgstr ""
#: src/main/java/org/postgresql/ssl/LibPQFactory.java:176
msgid "Could not initialize SSL context."
msgstr ""
#: src/main/java/org/postgresql/ssl/MakeSSL.java:43
#, java-format
msgid "SSL error: {0}"
msgstr ""
#: src/main/java/org/postgresql/ssl/MakeSSL.java:70
#, fuzzy, java-format
msgid "The HostnameVerifier class provided {0} could not be instantiated."
msgstr "La classe SSLSocketFactory fournie {0} n''a pas pu ?tre instanci?e."
#: src/main/java/org/postgresql/ssl/MakeSSL.java:81
#, java-format
msgid "The hostname {0} could not be verified by hostnameverifier {1}."
msgstr ""
#: src/main/java/org/postgresql/ssl/PGjdbcHostnameVerifier.java:85
#, java-format
msgid "Unable to parse X509Certificate for hostname {0}"
msgstr ""
#: src/main/java/org/postgresql/ssl/PGjdbcHostnameVerifier.java:90
#, fuzzy, java-format
msgid "No certificates found for hostname {0}"
msgstr "Pas de cl? primaire trouv?e pour la table {0}."
#: src/main/java/org/postgresql/ssl/PGjdbcHostnameVerifier.java:109
#, java-format
msgid "Hostname {0} is invalid"
msgstr ""
#: src/main/java/org/postgresql/ssl/PGjdbcHostnameVerifier.java:126
#, fuzzy, java-format
msgid "Unable to parse certificates for hostname {0}"
msgstr "Incapable de lier les valeurs des param?tres pour la commande."
#: src/main/java/org/postgresql/ssl/PGjdbcHostnameVerifier.java:157
#, java-format
msgid "Server name validation pass for {0}, subjectAltName {1}"
msgstr ""
#: src/main/java/org/postgresql/ssl/PGjdbcHostnameVerifier.java:173
#, java-format
msgid ""
"Server name validation failed: certificate for host {0} dNSName entries "
"subjectAltName, but none of them match. Assuming server name validation "
"failed"
msgstr ""
#: src/main/java/org/postgresql/ssl/PGjdbcHostnameVerifier.java:184
#, java-format
msgid ""
"Server name validation failed: unable to extract common name from "
"X509Certificate for hostname {0}"
msgstr ""
#: src/main/java/org/postgresql/ssl/PGjdbcHostnameVerifier.java:197
#, java-format
msgid ""
"Server name validation failed: certificate for hostname {0} has no DNS "
"subjectAltNames, and it CommonName is missing as well"
msgstr ""
#: src/main/java/org/postgresql/ssl/PGjdbcHostnameVerifier.java:217
#, java-format
msgid ""
"Server name validation failed: hostname {0} does not match common name {1}"
msgstr ""
#: src/main/java/org/postgresql/ssl/PKCS12KeyManager.java:44
#, fuzzy
msgid "Unable to find pkcs12 keystore."
msgstr ""
"Incapable de trouver le type de donn?e name dans les catalogues syst?mes."
#: src/main/java/org/postgresql/ssl/SingleCertValidatingFactory.java:91
msgid "The sslfactoryarg property may not be empty."
msgstr ""
#: src/main/java/org/postgresql/ssl/SingleCertValidatingFactory.java:107
msgid ""
"The environment variable containing the server's SSL certificate must not be "
"empty."
msgstr ""
#: src/main/java/org/postgresql/ssl/SingleCertValidatingFactory.java:115
msgid ""
"The system property containing the server's SSL certificate must not be "
"empty."
msgstr ""
#: src/main/java/org/postgresql/ssl/SingleCertValidatingFactory.java:122
msgid ""
"The sslfactoryarg property must start with the prefix file:, classpath:, "
"env:, sys:, or -----BEGIN CERTIFICATE-----."
msgstr ""
#: src/main/java/org/postgresql/ssl/SingleCertValidatingFactory.java:134
#, fuzzy
msgid "An error occurred reading the certificate"
msgstr ""
"Une erreur s''est produite pendant l''?tablissement de la connexion SSL."
#: src/main/java/org/postgresql/ssl/SingleCertValidatingFactory.java:167
msgid "No X509TrustManager found"
msgstr ""
#: src/main/java/org/postgresql/util/PGInterval.java:210
msgid "Conversion of interval failed"
msgstr "La conversion de l''intervalle a ?chou?"
#: src/main/java/org/postgresql/util/PGPropertyMaxResultBufferParser.java:204
#, java-format
msgid ""
"WARNING! Required to allocate {0} bytes, which exceeded possible heap memory "
"size. Assigned {1} bytes as limit."
msgstr ""
#: src/main/java/org/postgresql/util/PGmoney.java:61
msgid "Conversion of money failed."
msgstr "La conversion de money a ?chou?."
#: src/main/java/org/postgresql/util/ServerErrorMessage.java:43
#, java-format
msgid ""
" (pgjdbc: autodetected server-encoding to be {0}, if the message is not "
"readable, please check database logs and/or host, port, dbname, user, "
"password, pg_hba.conf)"
msgstr ""
#: src/main/java/org/postgresql/util/ServerErrorMessage.java:187
#, java-format
msgid "Detail: {0}"
msgstr "D?tail?: {0}"
#: src/main/java/org/postgresql/util/ServerErrorMessage.java:192
#, java-format
msgid "Hint: {0}"
msgstr "Indice?: {0}"
#: src/main/java/org/postgresql/util/ServerErrorMessage.java:196
#, java-format
msgid "Position: {0}"
msgstr "Position?: {0}"
#: src/main/java/org/postgresql/util/ServerErrorMessage.java:200
#, java-format
msgid "Where: {0}"
msgstr "O??: {0}"
#: src/main/java/org/postgresql/util/ServerErrorMessage.java:206
#, java-format
msgid "Internal Query: {0}"
msgstr "Requ?te interne: {0}"
#: src/main/java/org/postgresql/util/ServerErrorMessage.java:210
#, java-format
msgid "Internal Position: {0}"
msgstr "Position interne?: {0}"
#: src/main/java/org/postgresql/util/ServerErrorMessage.java:217
#, java-format
msgid "Location: File: {0}, Routine: {1}, Line: {2}"
msgstr "Localisation?: Fichier?: {0}, Routine?: {1}, Ligne?: {2}"
#: src/main/java/org/postgresql/util/ServerErrorMessage.java:222
#, java-format
msgid "Server SQLState: {0}"
msgstr "SQLState serveur?: {0}"
#: src/main/java/org/postgresql/xa/PGXAConnection.java:128
msgid ""
"Transaction control methods setAutoCommit(true), commit, rollback and "
"setSavePoint not allowed while an XA transaction is active."
msgstr ""
#: src/main/java/org/postgresql/xa/PGXAConnection.java:186
#: src/main/java/org/postgresql/xa/PGXAConnection.java:272
#: src/main/java/org/postgresql/xa/PGXAConnection.java:381
#, fuzzy, java-format
msgid "Invalid flags {0}"
msgstr "Drapeaux invalides"
#: src/main/java/org/postgresql/xa/PGXAConnection.java:190
#: src/main/java/org/postgresql/xa/PGXAConnection.java:276
#: src/main/java/org/postgresql/xa/PGXAConnection.java:491
msgid "xid must not be null"
msgstr "xid ne doit pas ?tre nul"
#: src/main/java/org/postgresql/xa/PGXAConnection.java:194
msgid "Connection is busy with another transaction"
msgstr "La connection est occup?e avec une autre transaction"
#: src/main/java/org/postgresql/xa/PGXAConnection.java:203
#: src/main/java/org/postgresql/xa/PGXAConnection.java:286
msgid "suspend/resume not implemented"
msgstr "suspend/resume pas impl?ment?"
#: src/main/java/org/postgresql/xa/PGXAConnection.java:211
#: src/main/java/org/postgresql/xa/PGXAConnection.java:218
#: src/main/java/org/postgresql/xa/PGXAConnection.java:222
#, java-format
msgid ""
"Invalid protocol state requested. Attempted transaction interleaving is not "
"supported. xid={0}, currentXid={1}, state={2}, flags={3}"
msgstr ""
#: src/main/java/org/postgresql/xa/PGXAConnection.java:233
msgid "Error disabling autocommit"
msgstr "Erreur en d?sactivant autocommit"
#: src/main/java/org/postgresql/xa/PGXAConnection.java:280
#, fuzzy, java-format
msgid ""
"tried to call end without corresponding start call. state={0}, start "
"xid={1}, currentXid={2}, preparedXid={3}"
msgstr "tentative d''appel de fin sans l''appel start correspondant"
#: src/main/java/org/postgresql/xa/PGXAConnection.java:326
#, java-format
msgid ""
"Preparing already prepared transaction, the prepared xid {0}, prepare xid={1}"
msgstr ""
#: src/main/java/org/postgresql/xa/PGXAConnection.java:329
#, java-format
msgid "Current connection does not have an associated xid. prepare xid={0}"
msgstr ""
#: src/main/java/org/postgresql/xa/PGXAConnection.java:336
#, fuzzy, java-format
msgid ""
"Not implemented: Prepare must be issued using the same connection that "
"started the transaction. currentXid={0}, prepare xid={1}"
msgstr ""
"Pas impl?ment?: Prepare doit ?tre envoy? sur la m?me connection qui a "
"d?marr? la transaction"
#: src/main/java/org/postgresql/xa/PGXAConnection.java:340
#, fuzzy, java-format
msgid "Prepare called before end. prepare xid={0}, state={1}"
msgstr "Pr?paration appel?e avant la fin"
#: src/main/java/org/postgresql/xa/PGXAConnection.java:360
#, fuzzy, java-format
msgid "Error preparing transaction. prepare xid={0}"
msgstr "Erreur en pr?parant la transaction"
#: src/main/java/org/postgresql/xa/PGXAConnection.java:416
msgid "Error during recover"
msgstr "Erreur durant la restauration"
#: src/main/java/org/postgresql/xa/PGXAConnection.java:480
#, fuzzy, java-format
msgid ""
"Error rolling back prepared transaction. rollback xid={0}, preparedXid={1}, "
"currentXid={2}"
msgstr "Erreur en annulant une transaction pr?par?e"
#: src/main/java/org/postgresql/xa/PGXAConnection.java:521
#, java-format
msgid ""
"One-phase commit called for xid {0} but connection was prepared with xid {1}"
msgstr ""
#: src/main/java/org/postgresql/xa/PGXAConnection.java:529
msgid ""
"Not implemented: one-phase commit must be issued using the same connection "
"that was used to start it"
msgstr ""
"Pas impl?ment?: le commit ? une phase doit avoir lieu en utilisant la m?me "
"connection que celle o? il a commenc?"
#: src/main/java/org/postgresql/xa/PGXAConnection.java:533
#, java-format
msgid "One-phase commit with unknown xid. commit xid={0}, currentXid={1}"
msgstr ""
#: src/main/java/org/postgresql/xa/PGXAConnection.java:537
#, fuzzy, java-format
msgid "commit called before end. commit xid={0}, state={1}"
msgstr "Commit appel? avant la fin"
#: src/main/java/org/postgresql/xa/PGXAConnection.java:548
#, fuzzy, java-format
msgid "Error during one-phase commit. commit xid={0}"
msgstr "Erreur pendant le commit ? une phase"
#: src/main/java/org/postgresql/xa/PGXAConnection.java:576
#, fuzzy, java-format
msgid ""
"Not implemented: 2nd phase commit must be issued using an idle connection. "
"commit xid={0}, currentXid={1}, state={2}, transactionState={3}"
msgstr ""
"Pas impl?ment?: le commit ? deux phase doit ?tre envoy? sur une connection "
"inutilis?e"
#: src/main/java/org/postgresql/xa/PGXAConnection.java:609
#, fuzzy, java-format
msgid ""
"Error committing prepared transaction. commit xid={0}, preparedXid={1}, "
"currentXid={2}"
msgstr "Erreur en annulant une transaction pr?par?e"
#: src/main/java/org/postgresql/xa/PGXAConnection.java:626
#, fuzzy, java-format
msgid "Heuristic commit/rollback not supported. forget xid={0}"
msgstr "Heuristic commit/rollback non support?"
#~ msgid "The driver currently does not support COPY operations."
#~ msgstr "Le pilote ne supporte pas actuellement les op?rations COPY."