All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.postgresql.translation.es.po Maven / Gradle / Ivy

The newest version!
# Spanish message translation for the PostgreSQL JDBC driver
# This file is distributed under the same license as the package.
#
# $PostgreSQL: pgjdbc/org/postgresql/translation/es.po,v 1.2 2004/11/07 22:17:10 jurka Exp $
#
msgid ""
msgstr ""
"Project-Id-Version: JDBC PostgreSQL Driver\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-10-22 13:45-0700\n"
"PO-Revision-Date: 2004-10-22 16:51-0300\n"
"Last-Translator: Diego Gil \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Spanish\n"

#: org/postgresql/Driver.java.in:153
#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1667
msgid ""
"Something unusual has occured to cause the driver to fail. Please report "
"this exception."
msgstr ""
"Algo inusual ha ocurrido que provocó un fallo en el controlador. Por favor "
"reporte esta excepción."

#: org/postgresql/Driver.java.in:464
msgid "This method is not yet implemented."
msgstr "Este método aún no ha sido implementado."

#: org/postgresql/core/ConnectionFactory.java:70
#, java-format
msgid "No connection was able to be made for requested protocol {0}."
msgstr "No se pudo hacer una conexión para el protocolo solicitado {0}."

#: org/postgresql/core/PGStream.java:453
#, java-format
msgid "Premature end of input stream, expected {0} bytes, but only read {1}."
msgstr ""
"Final prematuro del flujo de entrada, se esperaban {0} bytes, pero solo se "
"leyeron {1}."

#: org/postgresql/core/v2/ConnectionFactoryImpl.java:57
#: org/postgresql/core/v3/ConnectionFactoryImpl.java:67
msgid "The driver does not support SSL."
msgstr "Este driver no soporta SSL."

#: org/postgresql/core/v2/ConnectionFactoryImpl.java:92
#: org/postgresql/core/v3/ConnectionFactoryImpl.java:113
msgid ""
"Connection refused. Check that the hostname and port are correct and that "
"the postmaster is accepting TCP/IP connections."
msgstr ""
"Conexión rechazada. Verifique que el nombre del Host y el puerto sean "
"correctos y que postmaster este aceptando conexiones TCP/IP."

#: org/postgresql/core/v2/ConnectionFactoryImpl.java:99
#: org/postgresql/core/v3/ConnectionFactoryImpl.java:119
msgid "The connection attempt failed."
msgstr "El intento de conexión falló."

#: org/postgresql/core/v2/ConnectionFactoryImpl.java:129
#: org/postgresql/core/v2/ConnectionFactoryImpl.java:141
#: org/postgresql/core/v3/ConnectionFactoryImpl.java:148
#: org/postgresql/core/v3/ConnectionFactoryImpl.java:160
msgid "The server does not support SSL."
msgstr "Este servidor no soporta SSL."

#: org/postgresql/core/v2/ConnectionFactoryImpl.java:154
#: org/postgresql/core/v3/ConnectionFactoryImpl.java:173
msgid "An error occured while setting up the SSL connection."
msgstr "Ha ocorrido un error mientras se establecía la conexión SSL."

#: org/postgresql/core/v2/ConnectionFactoryImpl.java:201
#: org/postgresql/core/v3/ConnectionFactoryImpl.java:242
#, java-format
msgid "Connection rejected: {0}."
msgstr "Conexión rechazada: {0}."

#: org/postgresql/core/v2/ConnectionFactoryImpl.java:217
#: org/postgresql/core/v2/ConnectionFactoryImpl.java:239
#: org/postgresql/core/v2/ConnectionFactoryImpl.java:258
#: org/postgresql/core/v3/ConnectionFactoryImpl.java:264
#: org/postgresql/core/v3/ConnectionFactoryImpl.java:288
#: org/postgresql/core/v3/ConnectionFactoryImpl.java:312
msgid ""
"The server requested password-based authentication, but no password was "
"provided."
msgstr ""
"El servidor requiere autenticación basada en contraseña, pero no se ha "
"provisto ninguna contraseña."

#: org/postgresql/core/v2/ConnectionFactoryImpl.java:282
#: org/postgresql/core/v3/ConnectionFactoryImpl.java:335
#, 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 ""
"El tipo de autenticación {0} no es soportada. Verifique que ha configurado "
"el archivo pg_hba.conf para incluir las direcciones IP de los clientes o la "
"subred, y que está usando un esquema de autenticación soportado por el "
"driver."

#: org/postgresql/core/v2/ConnectionFactoryImpl.java:288
#: org/postgresql/core/v2/ConnectionFactoryImpl.java:324
#: org/postgresql/core/v3/ConnectionFactoryImpl.java:341
#: org/postgresql/core/v3/ConnectionFactoryImpl.java:381
#: org/postgresql/core/v3/ConnectionFactoryImpl.java:426
#: org/postgresql/core/v3/ConnectionFactoryImpl.java:435
msgid "Protocol error.  Session setup failed."
msgstr "Error de protocolo. Falló el inicio de la sesión."

#: org/postgresql/core/v2/ConnectionFactoryImpl.java:314
#: org/postgresql/core/v3/ConnectionFactoryImpl.java:400
#, java-format
msgid "Backend start-up failed: {0}."
msgstr "Falló el arranque del Backend: {0}. "

#: org/postgresql/core/v2/ConnectionFactoryImpl.java:385
msgid "An unexpected result was returned by a query."
msgstr "Una consulta retornó un resultado inesperado."

#: org/postgresql/core/v2/FastpathParameterList.java:45
#: org/postgresql/core/v2/FastpathParameterList.java:67
#: org/postgresql/core/v2/FastpathParameterList.java:74
#: org/postgresql/core/v2/SimpleParameterList.java:47
#: org/postgresql/core/v2/SimpleParameterList.java:70
#: org/postgresql/core/v2/SimpleParameterList.java:77
#: org/postgresql/core/v2/SimpleParameterList.java:84
#: org/postgresql/core/v3/CompositeParameterList.java:39
#: org/postgresql/core/v3/SimpleParameterList.java:40
#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2340
#: org/postgresql/jdbc2/AbstractJdbc2ResultSetMetaData.java:588
#, java-format
msgid "The column index is out of range: {0}, number of columns: {1}."
msgstr ""
"El índice de la columna está fuera de rango: {0}, número de columnas: {1}."

#: org/postgresql/core/v2/FastpathParameterList.java:123
#: org/postgresql/core/v2/SimpleParameterList.java:138
#: org/postgresql/core/v3/SimpleParameterList.java:96
#, java-format
msgid "No value specified for parameter {0}."
msgstr "No se ha especificado un valor para el parámetro {0}."

#: org/postgresql/core/v2/QueryExecutorImpl.java:61
#: org/postgresql/core/v2/QueryExecutorImpl.java:252
#: org/postgresql/core/v3/QueryExecutorImpl.java:160
#: org/postgresql/core/v3/QueryExecutorImpl.java:287
#: org/postgresql/core/v3/QueryExecutorImpl.java:348
#: org/postgresql/core/v3/QueryExecutorImpl.java:1127
msgid "An I/O error occured while sending to the backend."
msgstr "Un error de E/S ha ocurrido mientras se enviaba al backend."

#: org/postgresql/core/v2/QueryExecutorImpl.java:125
#: org/postgresql/core/v2/QueryExecutorImpl.java:136
#: org/postgresql/core/v3/QueryExecutorImpl.java:443
#, java-format
msgid "Unknown Response Type {0}."
msgstr "Tipo de respuesta desconocida {0}."

#: org/postgresql/core/v2/QueryExecutorImpl.java:443
#: org/postgresql/core/v3/QueryExecutorImpl.java:1225
#, java-format
msgid "Unable to interpret the update count in command completion tag: {0}."
msgstr ""

#: org/postgresql/core/v2/SimpleParameterList.java:58
msgid "Zero bytes may not occur in string parameters."
msgstr ""

#: org/postgresql/core/v3/QueryExecutorImpl.java:156
msgid "Unable to bind parameter values for statement."
msgstr ""

#: org/postgresql/core/v3/QueryExecutorImpl.java:621
#, java-format
msgid ""
"Bind message length {0} too long.  This can be caused by very large or "
"incorrect length specifications on InputStream parameters."
msgstr ""

#: org/postgresql/core/v3/QueryExecutorImpl.java:1028
msgid ""
"The server's client_encoding parameter was changed to {0}. The JDBC driver "
"requires client_encoding to be UNICODE for correct operation."
msgstr ""

#: org/postgresql/core/v3/QueryExecutorImpl.java:1034
msgid ""
"The server's DateStyle parameter was changed to {0}. The JDBC driver "
"requires DateStyle to begin with ISO for correct operation."
msgstr ""

#: org/postgresql/core/v3/QueryExecutorImpl.java:1076
msgid "The driver currently does not support COPY operations."
msgstr ""

#: org/postgresql/fastpath/Fastpath.java:74
#: org/postgresql/fastpath/Fastpath.java:120
#, java-format
msgid "Fastpath call {0} - No result was returned and we expected an integer."
msgstr ""

#: org/postgresql/fastpath/Fastpath.java:214
#, java-format
msgid "The fastpath function {0} is unknown."
msgstr ""

#: org/postgresql/geometric/PGbox.java:84
#, java-format
msgid "Conversion of box failed: {0}."
msgstr ""

#: org/postgresql/geometric/PGcircle.java:84
#: org/postgresql/geometric/PGcircle.java:93
#, java-format
msgid "Conversion of circle failed: {0}."
msgstr ""

#: org/postgresql/geometric/PGline.java:82
#, java-format
msgid "Conversion of line failed: {0}."
msgstr ""

#: org/postgresql/geometric/PGlseg.java:79
#, java-format
msgid "Conversion of lseg failed: {0}."
msgstr ""

#: org/postgresql/geometric/PGpath.java:83
#, java-format
msgid "Cannot tell if path is open or closed: {0}."
msgstr ""

#: org/postgresql/geometric/PGpoint.java:85
#, java-format
msgid "Conversion of point failed: {0}."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Array.java:80
#, java-format
msgid "The array index is out of range: {0}"
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Array.java:151
#, java-format
msgid "The array index is out of range: {0}, number of elements: {1}."
msgstr ""
"El índice del arreglo esta fuera de rango: {0}, número de elementos: {1}."

#: org/postgresql/jdbc2/AbstractJdbc2Connection.java:186
#: org/postgresql/jdbc2/AbstractJdbc2Connection.java:894
#: org/postgresql/jdbc2/AbstractJdbc2Connection.java:936
#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:192
#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:210
msgid "No results were returned by the query."
msgstr "La consulta no retornó ningún resultado."

#: org/postgresql/jdbc2/AbstractJdbc2Connection.java:200
#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:233
#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:250
#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2290
msgid "A result was returned when none was expected."
msgstr "Se retornó un resultado cuando no se esperaba ninguno."

#: org/postgresql/jdbc2/AbstractJdbc2Connection.java:394
#, java-format
msgid "Failed to create object for: {0}."
msgstr "Fallo al crear objeto: {0}."

#: org/postgresql/jdbc2/AbstractJdbc2Connection.java:410
#, java-format
msgid "The class {0} does not implement org.postgresql.util.PGobject."
msgstr "La clase {0} no implementa org.postgresql.util.PGobject."

#: org/postgresql/jdbc2/AbstractJdbc2Connection.java:522
msgid ""
"Cannot change transaction read-only property in the middle of a transaction."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Connection.java:693
msgid ""
"Cannot change transaction isolation level in the middle of a transaction."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Connection.java:697
#, java-format
msgid "Transaction isolation level {0} not supported."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Connection.java:851
msgid "Unable to translate data into the desired encoding."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2DatabaseMetaData.java:47
msgid "Unable to find datatypes oid and oidvector in the system catalogs."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2DatabaseMetaData.java:65
msgid "Unable to find name datatype in the system catalogs."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:178
msgid ""
"Operation requires a scrollable ResultSet, but this ResultSet is "
"FORWARD_ONLY."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:348
msgid "Unexpected error while decoding character data from a large object."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:597
#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:619
#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1730
msgid "Can't use relative move methods while on the insert row."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:636
#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2424
#, java-format
msgid "Invalid fetch direction constant: {0}."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:662
msgid "Cannot call deleteRow() when on the insert row."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:667
msgid ""
"Currently positioned before the start of the ResultSet.  You cannot call "
"deleteRow() here."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:671
msgid ""
"Currently positioned after the end of the ResultSet.  You cannot call "
"deleteRow() here."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:718
msgid "Not on the insert row."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:903
#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2020
msgid "The JVM claims not to support the ASCII encoding."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:907
#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:950
#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1222
#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1349
msgid "Provided InputStream failed."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1022
#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2554
msgid "Provided Reader failed."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1098
msgid "Can't refresh the insert row."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1168
#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2576
msgid ""
"Cannot update the ResultSet because it is either before the start or after "
"the end of the results."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1727
msgid "This ResultSet is closed."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1797
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 ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1835
#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1842
#, java-format
msgid "Bad byte: {0}"
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1875
#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:1883
#, java-format
msgid "Bad short: {0}"
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2051
msgid "The JVM claims not to support the UTF-8 encoding."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2265
#, java-format
msgid "The column name {0} was not found in this ResultSet."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2326
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 ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2338
msgid "ResultSet not positioned properly, perhaps you need to call next."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2390
#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2398
#, java-format
msgid "Bad int: {0}"
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2428
#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2435
#, java-format
msgid "Bad long: {0}"
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2455
#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2466
#, java-format
msgid "Bad BigDecimal: {0}"
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2484
#, java-format
msgid "Bad float: {0}"
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2502
#, java-format
msgid "Bad double: {0}"
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2ResultSet.java:2522
#, java-format
msgid "Bad date: {0}"
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:189
#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:230
#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:269
#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2252
msgid ""
"Can't use query methods that take a query string on a PreparedStatement."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:195
#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:213
msgid "Multiple ResultSets were returned by the query."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:292
#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2094
msgid ""
"A CallableStatement was declared, but no call to registerOutParameter(1, "
") was made."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:300
#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:304
msgid "A CallableStatement was executed with nothing returned."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:309
#, java-format
msgid ""
"A CallableStatement function was executed and the return was of type {0} "
"however type {1} was registered."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:452
msgid "Maximum number of rows must be a value grater than or equal to 0."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:493
msgid "Query timeout must be a value greater than or equals to 0."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:555
msgid "The maximum field size must be a value greater than or equal to 0."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1188
#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1311
#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2526
#, java-format
msgid "Invalid stream length {0}."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1218
#, java-format
msgid "The JVM claims not to support the {0} encoding."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1483
#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1495
#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1498
msgid "Unknown Types value."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1570
msgid ""
"This statement does not declare an OUT parameter.  Use '{' ?= call ... '}' "
"to declare one."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:1874
msgid ""
"Cannot call setXXX(1, ..) on a CallableStatement.  This is an output that "
"must be configured with registerOutParameter instead."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2048
#, java-format
msgid "Malformed function or procedure escape syntax at offset {0}."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2066
#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2080
#, java-format
msgid ""
"Parameter of type {0} was registered, but call to get{1} (sqltype={2}) was "
"made."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2096
msgid "PostgreSQL only supports a single OUT function return value at index 1."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2124
msgid "This statement has been closed."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2143
#, java-format
msgid "The given date {0} does not match the format required: {1}."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2176
#: org/postgresql/jdbc2/TimestampUtils.java:277
#, java-format
msgid "The time given {0} does not match the format required: {1}."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2217
#: org/postgresql/jdbc2/TimestampUtils.java:178
#: org/postgresql/jdbc2/TimestampUtils.java:196
#, java-format
msgid "The timestamp given {0} does not match the format required: {1}."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2321
#, java-format
msgid ""
"Batch entry {0} {1} was aborted.  Call getNextException to see the cause."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2432
msgid "Fetch size must be a value greater to or equal to 0."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2475
#, java-format
msgid "Unknown type {0}."
msgstr ""

#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2508
#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2584
#: org/postgresql/jdbc2/AbstractJdbc2Statement.java:2617
msgid "Unexpected error writing large object to database."
msgstr ""

#: org/postgresql/jdbc2/TimestampUtils.java:113
#, java-format
msgid "Could not extract nanoseconds from {0}."
msgstr ""

#: org/postgresql/jdbc3/AbstractJdbc3Connection.java:45
#: org/postgresql/jdbc3/AbstractJdbc3Statement.java:27
#: org/postgresql/jdbc3/AbstractJdbc3Statement.java:37
msgid "ResultSet holdability of HOLD_CURSORS_OVER_COMMIT is not supported."
msgstr ""

#: org/postgresql/jdbc3/AbstractJdbc3Connection.java:80
#: org/postgresql/jdbc3/AbstractJdbc3Connection.java:110
#: org/postgresql/jdbc3/AbstractJdbc3Connection.java:143
#: org/postgresql/jdbc3/AbstractJdbc3Connection.java:164
msgid "Server versions prior to 8.0 do not support savepoints."
msgstr ""

#: org/postgresql/jdbc3/AbstractJdbc3Connection.java:82
#: org/postgresql/jdbc3/AbstractJdbc3Connection.java:112
msgid "Cannot establish a savepoint in auto-commit mode."
msgstr ""

#: org/postgresql/jdbc3/AbstractJdbc3Connection.java:335
#: org/postgresql/jdbc3/AbstractJdbc3Connection.java:383
#: org/postgresql/jdbc3/AbstractJdbc3Connection.java:431
#: org/postgresql/jdbc3/AbstractJdbc3Statement.java:134
#: org/postgresql/jdbc3/AbstractJdbc3Statement.java:160
#: org/postgresql/jdbc3/AbstractJdbc3Statement.java:185
#: org/postgresql/jdbc3/AbstractJdbc3Statement.java:229
#: org/postgresql/jdbc3/AbstractJdbc3Statement.java:272
#: org/postgresql/jdbc3/AbstractJdbc3Statement.java:316
msgid "Returning autogenerated keys is not supported."
msgstr ""

#: org/postgresql/jdbc3/PSQLSavepoint.java:29
#: org/postgresql/jdbc3/PSQLSavepoint.java:39
#: org/postgresql/jdbc3/PSQLSavepoint.java:53
msgid "Cannot reference a savepoint after it has been released."
msgstr ""

#: org/postgresql/jdbc3/PSQLSavepoint.java:32
msgid "Cannot retrieve the id of a named savepoint."
msgstr ""

#: org/postgresql/jdbc3/PSQLSavepoint.java:42
msgid "Cannot retrieve the name of an unnamed savepoint."
msgstr ""

#: org/postgresql/largeobject/LargeObjectManager.java:132
msgid "Failed to initialize LargeObject API"
msgstr ""

#: org/postgresql/ssl/MakeSSL.java:43
#, java-format
msgid "The SSLSocketFactory class provided {0} could not be instantiated."
msgstr ""

#: org/postgresql/util/PGmoney.java:75
msgid "Conversion of money failed."
msgstr ""

#: org/postgresql/util/PSQLException.java.in:52
#, java-format
msgid "Exception: {0}"
msgstr ""

#: org/postgresql/util/PSQLException.java.in:53
msgid "Stack Trace:"
msgstr ""

#: org/postgresql/util/PSQLException.java.in:55
msgid "End of Stack Trace"
msgstr ""

#: org/postgresql/util/PSQLException.java.in:61
#, java-format
msgid "Exception generating stacktrace for: {0} encountered: {1}"
msgstr ""

#: org/postgresql/util/ServerErrorMessage.java:75
#, java-format
msgid "Detail: {0}"
msgstr ""

#: org/postgresql/util/ServerErrorMessage.java:78
#, java-format
msgid "Hint: {0}"
msgstr ""

#: org/postgresql/util/ServerErrorMessage.java:81
#, java-format
msgid "Position: {0}"
msgstr ""

#: org/postgresql/util/ServerErrorMessage.java:84
#, java-format
msgid "Where: {0}"
msgstr ""

#: org/postgresql/util/ServerErrorMessage.java:91
#, java-format
msgid "Location: File: {0}, Routine: {1}, Line: {2}"
msgstr ""

#: org/postgresql/util/ServerErrorMessage.java:94
#, java-format
msgid "Server SQLState: {0}"
msgstr "SQLState del servidor: {0}."




© 2015 - 2025 Weber Informatics LLC | Privacy Policy