mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Translation updates
Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: a985921768deca2a137f3bada7b3ea900201f661
This commit is contained in:
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ecpglib (PostgreSQL 9.4)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2014-12-15 05:37+0000\n"
|
||||
"POT-Creation-Date: 2015-09-04 17:45+0000\n"
|
||||
"PO-Revision-Date: 2014-12-16 12:12-0300\n"
|
||||
"Last-Translator: Emanuel Calvo Franco <postgres-arg@gmail.com>\n"
|
||||
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
|
||||
@@ -18,183 +18,183 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: connect.c:231
|
||||
#: connect.c:237
|
||||
msgid "empty message text"
|
||||
msgstr "mensaje de texto vacío"
|
||||
|
||||
#: connect.c:384 connect.c:413 connect.c:621
|
||||
#: connect.c:401 connect.c:430 connect.c:638
|
||||
msgid "<DEFAULT>"
|
||||
msgstr "<POR OMISIÓN>"
|
||||
|
||||
#: descriptor.c:807 misc.c:113
|
||||
#: descriptor.c:833 misc.c:120
|
||||
msgid "NULL"
|
||||
msgstr "NULL"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:26
|
||||
#: error.c:33
|
||||
#, c-format
|
||||
msgid "no data found on line %d"
|
||||
msgstr "no se encontraron datos en la línea %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:33
|
||||
#: error.c:40
|
||||
#, c-format
|
||||
msgid "out of memory on line %d"
|
||||
msgstr "memoria agotada en línea %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:40
|
||||
#: error.c:47
|
||||
#, c-format
|
||||
msgid "unsupported type \"%s\" on line %d"
|
||||
msgstr "tipo no soportado «%s» en línea %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:47
|
||||
#: error.c:54
|
||||
#, c-format
|
||||
msgid "too many arguments on line %d"
|
||||
msgstr "demasiados argumentos en la línea %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:54
|
||||
#: error.c:61
|
||||
#, c-format
|
||||
msgid "too few arguments on line %d"
|
||||
msgstr "muy pocos argumentos en la línea %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:61
|
||||
#: error.c:68
|
||||
#, c-format
|
||||
msgid "invalid input syntax for type int: \"%s\", on line %d"
|
||||
msgstr "sintaxis de entrada no válida para el tipo entero: «%s», en línea %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:68
|
||||
#: error.c:75
|
||||
#, c-format
|
||||
msgid "invalid input syntax for type unsigned int: \"%s\", on line %d"
|
||||
msgstr "sintaxis de entrada no válida para el tipo entero sin signo: «%s», en línea %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:75
|
||||
#: error.c:82
|
||||
#, c-format
|
||||
msgid "invalid input syntax for floating-point type: \"%s\", on line %d"
|
||||
msgstr "sintaxis de entrada no válida para el tipo de coma flotante: «%s», en línea %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:83
|
||||
#: error.c:90
|
||||
#, c-format
|
||||
msgid "invalid syntax for type boolean: \"%s\", on line %d"
|
||||
msgstr "sintaxis no válida para el tipo booleano: «%s», en línea %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:88
|
||||
#: error.c:95
|
||||
#, c-format
|
||||
msgid "could not convert boolean value: size mismatch, on line %d"
|
||||
msgstr "no se puede convertir el valor booleano: tamaño incorrecto, en línea %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:95
|
||||
#: error.c:102
|
||||
#, c-format
|
||||
msgid "empty query on line %d"
|
||||
msgstr "consulta vacía en línea %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:102
|
||||
#: error.c:109
|
||||
#, c-format
|
||||
msgid "null value without indicator on line %d"
|
||||
msgstr "valor nulo sin indicador en línea %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:109
|
||||
#: error.c:116
|
||||
#, c-format
|
||||
msgid "variable does not have an array type on line %d"
|
||||
msgstr "la variable no tiene tipo array en línea %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:116
|
||||
#: error.c:123
|
||||
#, c-format
|
||||
msgid "data read from server is not an array on line %d"
|
||||
msgstr "el dato leído del servidor no es un array en línea %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:123
|
||||
#: error.c:130
|
||||
#, c-format
|
||||
msgid "inserting an array of variables is not supported on line %d"
|
||||
msgstr "la inserción de un array de variables no está soportado en línea %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:130
|
||||
#: error.c:137
|
||||
#, c-format
|
||||
msgid "connection \"%s\" does not exist on line %d"
|
||||
msgstr "conexión «%s» no existe en línea %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:137
|
||||
#: error.c:144
|
||||
#, c-format
|
||||
msgid "not connected to connection \"%s\" on line %d"
|
||||
msgstr "no conectada a la conexión «%s» en línea %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:144
|
||||
#: error.c:151
|
||||
#, c-format
|
||||
msgid "invalid statement name \"%s\" on line %d"
|
||||
msgstr "nombre sentencia no válida «%s» en línea %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:151
|
||||
#: error.c:158
|
||||
#, c-format
|
||||
msgid "descriptor \"%s\" not found on line %d"
|
||||
msgstr "descriptor «%s» no encontrado en línea %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:158
|
||||
#: error.c:165
|
||||
#, c-format
|
||||
msgid "descriptor index out of range on line %d"
|
||||
msgstr "índice de descriptor fuera de rango en línea %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:165
|
||||
#: error.c:172
|
||||
#, c-format
|
||||
msgid "unrecognized descriptor item \"%s\" on line %d"
|
||||
msgstr "elemento de descriptor no reconocido «%s» en línea %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:172
|
||||
#: error.c:179
|
||||
#, c-format
|
||||
msgid "variable does not have a numeric type on line %d"
|
||||
msgstr "la variable no tiene un tipo numérico en línea %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:179
|
||||
#: error.c:186
|
||||
#, c-format
|
||||
msgid "variable does not have a character type on line %d"
|
||||
msgstr "la variable no tiene un tipo textual en línea %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:186
|
||||
#: error.c:193
|
||||
#, c-format
|
||||
msgid "error in transaction processing on line %d"
|
||||
msgstr "error en el procesamiento de transacción en línea %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:193
|
||||
#: error.c:200
|
||||
#, c-format
|
||||
msgid "could not connect to database \"%s\" on line %d"
|
||||
msgstr "no se pudo conectar a la base de datos «%s» en línea %d"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:200
|
||||
#: error.c:207
|
||||
#, c-format
|
||||
msgid "SQL error %d on line %d"
|
||||
msgstr "error SQL %d en línea %d"
|
||||
|
||||
#: error.c:240
|
||||
#: error.c:254
|
||||
msgid "the connection to the server was lost"
|
||||
msgstr "se ha perdido la conexión al servidor"
|
||||
|
||||
#: error.c:327
|
||||
#: error.c:347
|
||||
#, c-format
|
||||
msgid "SQL error: %s\n"
|
||||
msgstr "error SQL: %s\n"
|
||||
|
||||
#: execute.c:2003
|
||||
#: execute.c:1966
|
||||
msgid "<empty>"
|
||||
msgstr "<vacío>"
|
||||
|
@@ -11,7 +11,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ecpg (PostgreSQL 9.4)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2014-12-15 05:38+0000\n"
|
||||
"POT-Creation-Date: 2015-09-04 17:45+0000\n"
|
||||
"PO-Revision-Date: 2014-12-15 15:22-0300\n"
|
||||
"Last-Translator: Álvaro Herrera <alvherre@alvh.no-ip.org\n"
|
||||
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
|
||||
@@ -31,27 +31,27 @@ msgstr "la variable «%s» debe tener tipo numérico"
|
||||
msgid "descriptor \"%s\" does not exist"
|
||||
msgstr "no existe el descriptor «%s»"
|
||||
|
||||
#: descriptor.c:161 descriptor.c:210
|
||||
#: descriptor.c:161 descriptor.c:212
|
||||
#, c-format
|
||||
msgid "descriptor header item \"%d\" does not exist"
|
||||
msgstr "no existe el descriptor del elemento de cabecera «%d»"
|
||||
|
||||
#: descriptor.c:182
|
||||
#: descriptor.c:183
|
||||
#, c-format
|
||||
msgid "nullable is always 1"
|
||||
msgstr "nullable es siempre 1"
|
||||
|
||||
#: descriptor.c:185
|
||||
#: descriptor.c:186
|
||||
#, c-format
|
||||
msgid "key_member is always 0"
|
||||
msgstr "key_member es siempre 0"
|
||||
|
||||
#: descriptor.c:277
|
||||
#: descriptor.c:279
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" is not implemented"
|
||||
msgstr "elemento del descriptor «%s» no está implementado"
|
||||
|
||||
#: descriptor.c:287
|
||||
#: descriptor.c:289
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" cannot be set"
|
||||
msgstr "no se puede establecer el elemento del descriptor «%s»"
|
||||
@@ -254,77 +254,77 @@ msgstr "una cadena hexadecimal está inconclusa"
|
||||
msgid "unterminated quoted string"
|
||||
msgstr "una cadena en comillas está inconclusa"
|
||||
|
||||
#: pgc.l:592 pgc.l:605
|
||||
#: pgc.l:594 pgc.l:607
|
||||
#, c-format
|
||||
msgid "zero-length delimited identifier"
|
||||
msgstr "identificador delimitado de longitud cero"
|
||||
|
||||
#: pgc.l:613
|
||||
#: pgc.l:615
|
||||
#, c-format
|
||||
msgid "unterminated quoted identifier"
|
||||
msgstr "un identificador en comillas está inconcluso"
|
||||
|
||||
#: pgc.l:867
|
||||
#: pgc.l:869
|
||||
#, c-format
|
||||
msgid "nested /* ... */ comments"
|
||||
msgstr "comentarios /* ... */ anidados"
|
||||
|
||||
#: pgc.l:960
|
||||
#: pgc.l:962
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL UNDEF command"
|
||||
msgstr "falta un identificador en la orden EXEC SQL UNDEF"
|
||||
|
||||
#: pgc.l:1006 pgc.l:1020
|
||||
#: pgc.l:1008 pgc.l:1022
|
||||
#, c-format
|
||||
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
msgstr "falta el «EXEC SQL IFDEF» / «EXEC SQL IFNDEF»"
|
||||
|
||||
#: pgc.l:1009 pgc.l:1022 pgc.l:1198
|
||||
#: pgc.l:1011 pgc.l:1024 pgc.l:1200
|
||||
#, c-format
|
||||
msgid "missing \"EXEC SQL ENDIF;\""
|
||||
msgstr "falta el «EXEC SQL ENDIF;»"
|
||||
|
||||
#: pgc.l:1038 pgc.l:1057
|
||||
#: pgc.l:1040 pgc.l:1059
|
||||
#, c-format
|
||||
msgid "more than one EXEC SQL ELSE"
|
||||
msgstr "hay más de un EXEC SQL ELSE"
|
||||
|
||||
#: pgc.l:1079 pgc.l:1093
|
||||
#: pgc.l:1081 pgc.l:1095
|
||||
#, c-format
|
||||
msgid "unmatched EXEC SQL ENDIF"
|
||||
msgstr "EXEC SQL ENDIF sin coincidencia"
|
||||
|
||||
#: pgc.l:1113
|
||||
#: pgc.l:1115
|
||||
#, c-format
|
||||
msgid "too many nested EXEC SQL IFDEF conditions"
|
||||
msgstr "demasiadas condiciones EXEC SQL IFDEF anidadas"
|
||||
|
||||
#: pgc.l:1146
|
||||
#: pgc.l:1148
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL IFDEF command"
|
||||
msgstr "identificador faltante en la orden EXEC SQL IFDEF"
|
||||
|
||||
#: pgc.l:1155
|
||||
#: pgc.l:1157
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL DEFINE command"
|
||||
msgstr "identificador faltante en la orden EXEC SQL DEFINE"
|
||||
|
||||
#: pgc.l:1188
|
||||
#: pgc.l:1190
|
||||
#, c-format
|
||||
msgid "syntax error in EXEC SQL INCLUDE command"
|
||||
msgstr "error de sintaxis en orden EXEC SQL INCLUDE"
|
||||
|
||||
#: pgc.l:1237
|
||||
#: pgc.l:1239
|
||||
#, c-format
|
||||
msgid "internal error: unreachable state; please report this to <pgsql-bugs@postgresql.org>"
|
||||
msgstr "Error Interno: estado no esperado; por favor reporte a <pgsql-bugs@postgresql.org>"
|
||||
|
||||
#: pgc.l:1362
|
||||
#: pgc.l:1363
|
||||
#, c-format
|
||||
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
|
||||
msgstr "Error: ruta de inclusión «%s/%s» es demasiada larga en la línea %d, omitiendo\n"
|
||||
|
||||
#: pgc.l:1385
|
||||
#: pgc.l:1386
|
||||
#, c-format
|
||||
msgid "could not open include file \"%s\" on line %d"
|
||||
msgstr "no se pudo abrir el archivo a incluir «%s» en la línea %d"
|
||||
@@ -363,7 +363,7 @@ msgstr "el nombre de tipo «string» está reservado en modo Informix"
|
||||
msgid "type \"%s\" is already defined"
|
||||
msgstr "el tipo «%s» ya está definido"
|
||||
|
||||
#: preproc.y:568 preproc.y:14525 preproc.y:14846 variable.c:618
|
||||
#: preproc.y:568 preproc.y:14525 preproc.y:14846 variable.c:620
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for simple data types are not supported"
|
||||
msgstr "los arrays multidimensionales para tipos de datos simples no están soportados"
|
||||
@@ -626,34 +626,34 @@ msgstr "la variable «%s» no es un array"
|
||||
msgid "variable \"%s\" is not declared"
|
||||
msgstr "la variable «%s» no está declarada"
|
||||
|
||||
#: variable.c:492
|
||||
#: variable.c:494
|
||||
#, c-format
|
||||
msgid "indicator variable must have an integer type"
|
||||
msgstr "la variable de un indicador debe ser de algún tipo numérico entero"
|
||||
|
||||
#: variable.c:504
|
||||
#: variable.c:506
|
||||
#, c-format
|
||||
msgid "unrecognized data type name \"%s\""
|
||||
msgstr "nombre de tipo de datos «%s» no reconocido"
|
||||
|
||||
#: variable.c:515 variable.c:523 variable.c:540 variable.c:543
|
||||
#: variable.c:517 variable.c:525 variable.c:542 variable.c:545
|
||||
#, c-format
|
||||
msgid "multidimensional arrays are not supported"
|
||||
msgstr "los arrays multidimensionales no están soportados"
|
||||
|
||||
#: variable.c:532
|
||||
#: variable.c:534
|
||||
#, c-format
|
||||
msgid "multilevel pointers (more than 2 levels) are not supported; found %d level"
|
||||
msgid_plural "multilevel pointers (more than 2 levels) are not supported; found %d levels"
|
||||
msgstr[0] "no se soportan los punteros multinivel (más de 2); se encontró 1 nivel"
|
||||
msgstr[1] "no se soportan los punteros multinivel (más de 2); se encontraron %d niveles"
|
||||
|
||||
#: variable.c:537
|
||||
#: variable.c:539
|
||||
#, c-format
|
||||
msgid "pointer to pointer is not supported for this data type"
|
||||
msgstr "los punteros a puntero no están soportados para este tipo de dato"
|
||||
|
||||
#: variable.c:557
|
||||
#: variable.c:559
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for structures are not supported"
|
||||
msgstr "los arrays multidimensionales para estructuras no están soportados"
|
||||
|
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 9.4\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2015-01-12 21:38+0000\n"
|
||||
"POT-Creation-Date: 2015-09-19 09:38+0000\n"
|
||||
"PO-Revision-Date: 2015-01-12 23:26-0500\n"
|
||||
"Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
|
||||
"Language-Team: German <peter_e@gmx.net>\n"
|
||||
@@ -33,8 +33,8 @@ msgstr "doppelte GSSAPI-Authentifizierungsanfrage\n"
|
||||
#: fe-connect.c:2085 fe-connect.c:3476 fe-connect.c:3728 fe-connect.c:3847
|
||||
#: fe-connect.c:4077 fe-connect.c:4157 fe-connect.c:4252 fe-connect.c:4504
|
||||
#: fe-connect.c:4532 fe-connect.c:4604 fe-connect.c:4622 fe-connect.c:4718
|
||||
#: fe-connect.c:5070 fe-connect.c:5220 fe-exec.c:3340 fe-exec.c:3505
|
||||
#: fe-lobj.c:896 fe-protocol2.c:1181 fe-protocol3.c:1544 fe-secure.c:792
|
||||
#: fe-connect.c:5069 fe-connect.c:5219 fe-exec.c:3338 fe-exec.c:3503
|
||||
#: fe-lobj.c:896 fe-protocol2.c:1206 fe-protocol3.c:1571 fe-secure.c:792
|
||||
#: fe-secure.c:1201
|
||||
msgid "out of memory\n"
|
||||
msgstr "Speicher aufgebraucht\n"
|
||||
@@ -339,7 +339,7 @@ msgstr "Attribut hat keine Werte bei LDAP-Suche\n"
|
||||
msgid "missing \"=\" after \"%s\" in connection info string\n"
|
||||
msgstr "fehlendes „=“ nach „%s“ in der Zeichenkette der Verbindungsdaten\n"
|
||||
|
||||
#: fe-connect.c:3859 fe-connect.c:4472 fe-connect.c:5203
|
||||
#: fe-connect.c:3859 fe-connect.c:4472 fe-connect.c:5202
|
||||
#, c-format
|
||||
msgid "invalid connection option \"%s\"\n"
|
||||
msgstr "ungültige Verbindungsoption „%s“\n"
|
||||
@@ -402,36 +402,36 @@ msgstr "zusätzliches Schlüssel/Wert-Trennzeichen „=“ in URI-Query-Paramete
|
||||
msgid "missing key/value separator \"=\" in URI query parameter: \"%s\"\n"
|
||||
msgstr "fehlendes Schlüssel/Wert-Trennzeichen „=“ in URI-Query-Parameter: „%s“\n"
|
||||
|
||||
#: fe-connect.c:5026
|
||||
#: fe-connect.c:5025
|
||||
#, c-format
|
||||
msgid "invalid URI query parameter: \"%s\"\n"
|
||||
msgstr "ungültiger URI-Query-Parameter: „%s“\n"
|
||||
|
||||
#: fe-connect.c:5098
|
||||
#: fe-connect.c:5097
|
||||
#, c-format
|
||||
msgid "invalid percent-encoded token: \"%s\"\n"
|
||||
msgstr "ungültiges Prozent-kodiertes Token: „%s“\n"
|
||||
|
||||
#: fe-connect.c:5108
|
||||
#: fe-connect.c:5107
|
||||
#, c-format
|
||||
msgid "forbidden value %%00 in percent-encoded value: \"%s\"\n"
|
||||
msgstr "verbotener Wert %%00 in Prozent-kodiertem Wert: „%s“\n"
|
||||
|
||||
#: fe-connect.c:5439
|
||||
#: fe-connect.c:5438
|
||||
msgid "connection pointer is NULL\n"
|
||||
msgstr "Verbindung ist ein NULL-Zeiger\n"
|
||||
|
||||
#: fe-connect.c:5725
|
||||
#: fe-connect.c:5724
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" is not a plain file\n"
|
||||
msgstr "WARNUNG: Passwortdatei „%s“ ist keine normale Datei\n"
|
||||
|
||||
#: fe-connect.c:5734
|
||||
#: fe-connect.c:5733
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" has group or world access; permissions should be u=rw (0600) or less\n"
|
||||
msgstr "WARNUNG: Passwortdatei „%s“ erlaubt Lesezugriff für Gruppe oder Andere; Rechte sollten u=rw (0600) oder weniger sein\n"
|
||||
|
||||
#: fe-connect.c:5840
|
||||
#: fe-connect.c:5839
|
||||
#, c-format
|
||||
msgid "password retrieved from file \"%s\"\n"
|
||||
msgstr "Passwort wurde aus Datei „%s“ gelesen\n"
|
||||
@@ -494,40 +494,40 @@ msgstr "COPY-OUT-Zustand muss erst beendet werden\n"
|
||||
msgid "PQexec not allowed during COPY BOTH\n"
|
||||
msgstr "PQexec ist während COPY BOTH nicht erlaubt\n"
|
||||
|
||||
#: fe-exec.c:2207 fe-exec.c:2274 fe-exec.c:2364 fe-protocol2.c:1327
|
||||
#: fe-protocol3.c:1683
|
||||
#: fe-exec.c:2207 fe-exec.c:2274 fe-exec.c:2364 fe-protocol2.c:1352
|
||||
#: fe-protocol3.c:1710
|
||||
msgid "no COPY in progress\n"
|
||||
msgstr "keine COPY in Ausführung\n"
|
||||
|
||||
#: fe-exec.c:2556
|
||||
#: fe-exec.c:2554
|
||||
msgid "connection in wrong state\n"
|
||||
msgstr "Verbindung im falschen Zustand\n"
|
||||
|
||||
#: fe-exec.c:2587
|
||||
#: fe-exec.c:2585
|
||||
msgid "invalid ExecStatusType code"
|
||||
msgstr "ungültiger ExecStatusType-Kode"
|
||||
|
||||
#: fe-exec.c:2651 fe-exec.c:2674
|
||||
#: fe-exec.c:2649 fe-exec.c:2672
|
||||
#, c-format
|
||||
msgid "column number %d is out of range 0..%d"
|
||||
msgstr "Spaltennummer %d ist außerhalb des zulässigen Bereichs 0..%d"
|
||||
|
||||
#: fe-exec.c:2667
|
||||
#: fe-exec.c:2665
|
||||
#, c-format
|
||||
msgid "row number %d is out of range 0..%d"
|
||||
msgstr "Zeilennummer %d ist außerhalb des zulässigen Bereichs 0..%d"
|
||||
|
||||
#: fe-exec.c:2689
|
||||
#: fe-exec.c:2687
|
||||
#, c-format
|
||||
msgid "parameter number %d is out of range 0..%d"
|
||||
msgstr "Parameternummer %d ist außerhalb des zulässigen Bereichs 0..%d"
|
||||
|
||||
#: fe-exec.c:2999
|
||||
#: fe-exec.c:2997
|
||||
#, c-format
|
||||
msgid "could not interpret result from server: %s"
|
||||
msgstr "konnte Ergebnis vom Server nicht interpretieren: %s"
|
||||
|
||||
#: fe-exec.c:3238 fe-exec.c:3322
|
||||
#: fe-exec.c:3236 fe-exec.c:3320
|
||||
msgid "incomplete multibyte character\n"
|
||||
msgstr "unvollständiges Mehrbyte-Zeichen\n"
|
||||
|
||||
@@ -639,15 +639,15 @@ msgstr ""
|
||||
"\tDas heißt wahrscheinlich, dass der Server abnormal beendete\n"
|
||||
"\tbevor oder während die Anweisung bearbeitet wurde.\n"
|
||||
|
||||
#: fe-misc.c:1007
|
||||
#: fe-misc.c:1014
|
||||
msgid "timeout expired\n"
|
||||
msgstr "Timeout abgelaufen\n"
|
||||
|
||||
#: fe-misc.c:1052
|
||||
#: fe-misc.c:1059
|
||||
msgid "socket not open\n"
|
||||
msgstr "Socket ist nicht offen\n"
|
||||
|
||||
#: fe-misc.c:1075
|
||||
#: fe-misc.c:1082
|
||||
#, c-format
|
||||
msgid "select() failed: %s\n"
|
||||
msgstr "select() fehlgeschlagen: %s\n"
|
||||
@@ -667,150 +667,156 @@ msgstr "ungültiger Zustand %c, möglicherweise ein Speicherproblem\n"
|
||||
msgid "message type 0x%02x arrived from server while idle"
|
||||
msgstr "Nachricht vom Typ 0x%02x kam vom Server im Ruhezustand"
|
||||
|
||||
#: fe-protocol2.c:522
|
||||
#: fe-protocol2.c:503 fe-protocol2.c:538 fe-protocol2.c:1049
|
||||
#: fe-protocol3.c:209 fe-protocol3.c:236 fe-protocol3.c:253 fe-protocol3.c:324
|
||||
#: fe-protocol3.c:995
|
||||
msgid "out of memory"
|
||||
msgstr "Speicher aufgebraucht"
|
||||
|
||||
#: fe-protocol2.c:529
|
||||
#, c-format
|
||||
msgid "unexpected character %c following empty query response (\"I\" message)"
|
||||
msgstr "unerwartetes Zeichen %c kam nach Antwort auf leere Anfrage („I“-Nachricht)"
|
||||
|
||||
#: fe-protocol2.c:580
|
||||
#: fe-protocol2.c:595
|
||||
#, c-format
|
||||
msgid "server sent data (\"D\" message) without prior row description (\"T\" message)"
|
||||
msgstr "Server sendete Daten („D“-Nachricht) ohne vorherige Zeilenbeschreibung („T“-Nachricht)"
|
||||
|
||||
#: fe-protocol2.c:598
|
||||
#: fe-protocol2.c:613
|
||||
#, c-format
|
||||
msgid "server sent binary data (\"B\" message) without prior row description (\"T\" message)"
|
||||
msgstr "Server sendete binäre Daten („B“-Nachricht) ohne vorherige Zeilenbeschreibung („T“-Nachricht)"
|
||||
|
||||
#: fe-protocol2.c:618 fe-protocol3.c:385
|
||||
#: fe-protocol2.c:633 fe-protocol3.c:402
|
||||
#, c-format
|
||||
msgid "unexpected response from server; first received character was \"%c\"\n"
|
||||
msgstr "unerwartete Antwort vom Server; erstes empfangenes Zeichen war „%c“\n"
|
||||
|
||||
#: fe-protocol2.c:747 fe-protocol2.c:922 fe-protocol3.c:600 fe-protocol3.c:782
|
||||
#: fe-protocol2.c:762 fe-protocol2.c:937 fe-protocol3.c:617 fe-protocol3.c:799
|
||||
msgid "out of memory for query result"
|
||||
msgstr "Speicher für Anfrageergebnis aufgebraucht"
|
||||
|
||||
#: fe-protocol2.c:1370 fe-protocol3.c:1752
|
||||
#: fe-protocol2.c:1395 fe-protocol3.c:1779
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: fe-protocol2.c:1382
|
||||
#: fe-protocol2.c:1407
|
||||
#, c-format
|
||||
msgid "lost synchronization with server, resetting connection"
|
||||
msgstr "Synchronisation mit Server verloren, Verbindung wird zurückgesetzt"
|
||||
|
||||
#: fe-protocol2.c:1516 fe-protocol2.c:1548 fe-protocol3.c:1955
|
||||
#: fe-protocol2.c:1541 fe-protocol2.c:1573 fe-protocol3.c:1982
|
||||
#, c-format
|
||||
msgid "protocol error: id=0x%x\n"
|
||||
msgstr "Protokollfehler: id=0x%x\n"
|
||||
|
||||
#: fe-protocol3.c:341
|
||||
#: fe-protocol3.c:358
|
||||
msgid "server sent data (\"D\" message) without prior row description (\"T\" message)\n"
|
||||
msgstr "Server sendete Daten („D“-Nachricht) ohne vorherige Zeilenbeschreibung („T“-Nachricht)\n"
|
||||
|
||||
#: fe-protocol3.c:406
|
||||
#: fe-protocol3.c:423
|
||||
#, c-format
|
||||
msgid "message contents do not agree with length in message type \"%c\"\n"
|
||||
msgstr "Nachrichteninhalt stimmt nicht mit Länge in Nachrichtentyp „%c“ überein\n"
|
||||
|
||||
#: fe-protocol3.c:427
|
||||
#: fe-protocol3.c:444
|
||||
#, c-format
|
||||
msgid "lost synchronization with server: got message type \"%c\", length %d\n"
|
||||
msgstr "Synchronisation mit Server verloren: Nachrichtentyp „%c“ empfangen, Länge %d\n"
|
||||
|
||||
#: fe-protocol3.c:478 fe-protocol3.c:518
|
||||
#: fe-protocol3.c:495 fe-protocol3.c:535
|
||||
msgid "insufficient data in \"T\" message"
|
||||
msgstr "nicht genug Daten in „T“-Nachricht"
|
||||
|
||||
#: fe-protocol3.c:551
|
||||
#: fe-protocol3.c:568
|
||||
msgid "extraneous data in \"T\" message"
|
||||
msgstr "zu viele Daten in „T“-Nachricht"
|
||||
|
||||
#: fe-protocol3.c:690 fe-protocol3.c:722 fe-protocol3.c:740
|
||||
#: fe-protocol3.c:707 fe-protocol3.c:739 fe-protocol3.c:757
|
||||
msgid "insufficient data in \"D\" message"
|
||||
msgstr "nicht genug Daten in „D“-Nachricht"
|
||||
|
||||
#: fe-protocol3.c:696
|
||||
#: fe-protocol3.c:713
|
||||
msgid "unexpected field count in \"D\" message"
|
||||
msgstr "unerwartete Feldzahl in „D“-Nachricht"
|
||||
|
||||
#: fe-protocol3.c:749
|
||||
#: fe-protocol3.c:766
|
||||
msgid "extraneous data in \"D\" message"
|
||||
msgstr "zu viele Daten in „D“-Nachricht"
|
||||
|
||||
#. translator: %s represents a digit string
|
||||
#: fe-protocol3.c:878 fe-protocol3.c:897
|
||||
#: fe-protocol3.c:898 fe-protocol3.c:917
|
||||
#, c-format
|
||||
msgid " at character %s"
|
||||
msgstr " bei Zeichen %s"
|
||||
|
||||
#: fe-protocol3.c:910
|
||||
#: fe-protocol3.c:930
|
||||
#, c-format
|
||||
msgid "DETAIL: %s\n"
|
||||
msgstr "DETAIL: %s\n"
|
||||
|
||||
#: fe-protocol3.c:913
|
||||
#: fe-protocol3.c:933
|
||||
#, c-format
|
||||
msgid "HINT: %s\n"
|
||||
msgstr "TIP: %s\n"
|
||||
|
||||
#: fe-protocol3.c:916
|
||||
#: fe-protocol3.c:936
|
||||
#, c-format
|
||||
msgid "QUERY: %s\n"
|
||||
msgstr "ANFRAGE: %s\n"
|
||||
|
||||
#: fe-protocol3.c:919
|
||||
#: fe-protocol3.c:939
|
||||
#, c-format
|
||||
msgid "CONTEXT: %s\n"
|
||||
msgstr "KONTEXT: %s\n"
|
||||
|
||||
#: fe-protocol3.c:926
|
||||
#: fe-protocol3.c:946
|
||||
#, c-format
|
||||
msgid "SCHEMA NAME: %s\n"
|
||||
msgstr "SCHEMANAME: %s\n"
|
||||
|
||||
#: fe-protocol3.c:930
|
||||
#: fe-protocol3.c:950
|
||||
#, c-format
|
||||
msgid "TABLE NAME: %s\n"
|
||||
msgstr "TABELLENNAME: %s\n"
|
||||
|
||||
#: fe-protocol3.c:934
|
||||
#: fe-protocol3.c:954
|
||||
#, c-format
|
||||
msgid "COLUMN NAME: %s\n"
|
||||
msgstr "SPALTENNAME: %s\n"
|
||||
|
||||
#: fe-protocol3.c:938
|
||||
#: fe-protocol3.c:958
|
||||
#, c-format
|
||||
msgid "DATATYPE NAME: %s\n"
|
||||
msgstr "DATENTYPNAME: %s\n"
|
||||
|
||||
#: fe-protocol3.c:942
|
||||
#: fe-protocol3.c:962
|
||||
#, c-format
|
||||
msgid "CONSTRAINT NAME: %s\n"
|
||||
msgstr "CONSTRAINT-NAME: %s\n"
|
||||
|
||||
#: fe-protocol3.c:954
|
||||
#: fe-protocol3.c:974
|
||||
msgid "LOCATION: "
|
||||
msgstr "ORT: "
|
||||
|
||||
#: fe-protocol3.c:956
|
||||
#: fe-protocol3.c:976
|
||||
#, c-format
|
||||
msgid "%s, "
|
||||
msgstr "%s, "
|
||||
|
||||
#: fe-protocol3.c:958
|
||||
#: fe-protocol3.c:978
|
||||
#, c-format
|
||||
msgid "%s:%s"
|
||||
msgstr "%s:%s"
|
||||
|
||||
#: fe-protocol3.c:1182
|
||||
#: fe-protocol3.c:1209
|
||||
#, c-format
|
||||
msgid "LINE %d: "
|
||||
msgstr "ZEILE %d: "
|
||||
|
||||
#: fe-protocol3.c:1577
|
||||
#: fe-protocol3.c:1604
|
||||
msgid "PQgetline: not doing text COPY OUT\n"
|
||||
msgstr "PQgetline: Text COPY OUT nicht ausgeführt\n"
|
||||
|
||||
|
@@ -11,8 +11,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libpq (PostgreSQL 9.4)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2014-12-15 05:38+0000\n"
|
||||
"PO-Revision-Date: 2014-12-16 12:12-0300\n"
|
||||
"POT-Creation-Date: 2015-09-25 17:45+0000\n"
|
||||
"PO-Revision-Date: 2015-09-26 00:11-0300\n"
|
||||
"Last-Translator: Álvaro Herrera <alvherre@alvh.no-ip.org>\n"
|
||||
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
|
||||
"Language: es\n"
|
||||
@@ -33,12 +33,12 @@ msgid "duplicate GSS authentication request\n"
|
||||
msgstr "petición de autentificación GSS duplicada\n"
|
||||
|
||||
#: fe-auth.c:197 fe-auth.c:307 fe-auth.c:381 fe-auth.c:416 fe-auth.c:512
|
||||
#: fe-connect.c:701 fe-connect.c:882 fe-connect.c:1058 fe-connect.c:2063
|
||||
#: fe-connect.c:3454 fe-connect.c:3706 fe-connect.c:3825 fe-connect.c:4055
|
||||
#: fe-connect.c:4135 fe-connect.c:4230 fe-connect.c:4482 fe-connect.c:4510
|
||||
#: fe-connect.c:4582 fe-connect.c:4600 fe-connect.c:4616 fe-connect.c:4699
|
||||
#: fe-connect.c:5051 fe-connect.c:5201 fe-exec.c:3340 fe-exec.c:3505
|
||||
#: fe-lobj.c:896 fe-protocol2.c:1181 fe-protocol3.c:1544 fe-secure.c:792
|
||||
#: fe-auth.c:778 fe-connect.c:701 fe-connect.c:898 fe-connect.c:1074
|
||||
#: fe-connect.c:2085 fe-connect.c:3476 fe-connect.c:3728 fe-connect.c:3847
|
||||
#: fe-connect.c:4077 fe-connect.c:4157 fe-connect.c:4252 fe-connect.c:4504
|
||||
#: fe-connect.c:4532 fe-connect.c:4604 fe-connect.c:4622 fe-connect.c:4718
|
||||
#: fe-connect.c:5069 fe-connect.c:5219 fe-exec.c:3338 fe-exec.c:3503
|
||||
#: fe-lobj.c:896 fe-protocol2.c:1206 fe-protocol3.c:1571 fe-secure.c:792
|
||||
#: fe-secure.c:1201
|
||||
msgid "out of memory\n"
|
||||
msgstr "memoria agotada\n"
|
||||
@@ -84,22 +84,37 @@ msgstr "el método de autentificación Crypt no está soportado\n"
|
||||
msgid "authentication method %u not supported\n"
|
||||
msgstr "el método de autentificación %u no está soportado\n"
|
||||
|
||||
#: fe-connect.c:824
|
||||
#: fe-auth.c:753
|
||||
#, c-format
|
||||
msgid "user name lookup failure: error code %lu\n"
|
||||
msgstr "fallo en la búsqueda del nombre de usuario: código de error %lu\n"
|
||||
|
||||
#: fe-auth.c:763 fe-connect.c:2012
|
||||
#, c-format
|
||||
msgid "could not look up local user ID %d: %s\n"
|
||||
msgstr "no se pudo buscar el usuario local de ID %d: %s\n"
|
||||
|
||||
#: fe-auth.c:768 fe-connect.c:2017
|
||||
#, c-format
|
||||
msgid "local user with ID %d does not exist\n"
|
||||
msgstr "no existe un usuario local con ID %d\n"
|
||||
|
||||
#: fe-connect.c:840
|
||||
#, c-format
|
||||
msgid "invalid sslmode value: \"%s\"\n"
|
||||
msgstr "valor sslmode no válido: «%s»\n"
|
||||
|
||||
#: fe-connect.c:845
|
||||
#: fe-connect.c:861
|
||||
#, c-format
|
||||
msgid "sslmode value \"%s\" invalid when SSL support is not compiled in\n"
|
||||
msgstr "el valor sslmode «%s» no es válido cuando no se ha compilado con soporte SSL\n"
|
||||
|
||||
#: fe-connect.c:1082
|
||||
#: fe-connect.c:1098
|
||||
#, c-format
|
||||
msgid "could not set socket to TCP no delay mode: %s\n"
|
||||
msgstr "no se pudo establecer el socket en modo TCP sin retardo: %s\n"
|
||||
|
||||
#: fe-connect.c:1112
|
||||
#: fe-connect.c:1128
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not connect to server: %s\n"
|
||||
@@ -110,7 +125,7 @@ msgstr ""
|
||||
"\t¿Está el servidor en ejecución localmente y aceptando\n"
|
||||
"\tconexiones en el socket de dominio Unix «%s»?\n"
|
||||
|
||||
#: fe-connect.c:1167
|
||||
#: fe-connect.c:1183
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not connect to server: %s\n"
|
||||
@@ -121,7 +136,7 @@ msgstr ""
|
||||
"\t¿Está el servidor en ejecución en el servidor «%s» (%s) y aceptando\n"
|
||||
"\tconexiones TCP/IP en el puerto %s?\n"
|
||||
|
||||
#: fe-connect.c:1176
|
||||
#: fe-connect.c:1192
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not connect to server: %s\n"
|
||||
@@ -132,300 +147,295 @@ msgstr ""
|
||||
"\t¿Está el servidor en ejecución en el servidor «%s» y aceptando\n"
|
||||
"\tconexiones TCP/IP en el puerto %s?\n"
|
||||
|
||||
#: fe-connect.c:1227
|
||||
#: fe-connect.c:1243
|
||||
#, c-format
|
||||
msgid "setsockopt(TCP_KEEPIDLE) failed: %s\n"
|
||||
msgstr "setsockopt(TCP_KEEPIDLE) falló: %s\n"
|
||||
|
||||
#: fe-connect.c:1240
|
||||
#: fe-connect.c:1256
|
||||
#, c-format
|
||||
msgid "setsockopt(TCP_KEEPALIVE) failed: %s\n"
|
||||
msgstr "setsockopt(TCP_KEEPALIVE) falló: %s\n"
|
||||
|
||||
#: fe-connect.c:1272
|
||||
#: fe-connect.c:1288
|
||||
#, c-format
|
||||
msgid "setsockopt(TCP_KEEPINTVL) failed: %s\n"
|
||||
msgstr "setsockopt(TCP_KEEPINTVL) falló: %s\n"
|
||||
|
||||
#: fe-connect.c:1304
|
||||
#: fe-connect.c:1320
|
||||
#, c-format
|
||||
msgid "setsockopt(TCP_KEEPCNT) failed: %s\n"
|
||||
msgstr "setsockopt(TCP_KEEPCNT) falló: %s\n"
|
||||
|
||||
#: fe-connect.c:1352
|
||||
#: fe-connect.c:1368
|
||||
#, c-format
|
||||
msgid "WSAIoctl(SIO_KEEPALIVE_VALS) failed: %ui\n"
|
||||
msgstr "WSAIoctl(SIO_KEEPALIVE_VALS) failed: %ui\n"
|
||||
|
||||
#: fe-connect.c:1404
|
||||
#: fe-connect.c:1420
|
||||
#, c-format
|
||||
msgid "invalid port number: \"%s\"\n"
|
||||
msgstr "número de puerto no válido: «%s»\n"
|
||||
|
||||
#: fe-connect.c:1437
|
||||
#: fe-connect.c:1453
|
||||
#, c-format
|
||||
msgid "Unix-domain socket path \"%s\" is too long (maximum %d bytes)\n"
|
||||
msgstr "la ruta del socket de dominio Unix «%s» es demasiado larga (máximo %d bytes)\n"
|
||||
|
||||
#: fe-connect.c:1456
|
||||
#: fe-connect.c:1472
|
||||
#, c-format
|
||||
msgid "could not translate host name \"%s\" to address: %s\n"
|
||||
msgstr "no se pudo traducir el nombre «%s» a una dirección: %s\n"
|
||||
|
||||
#: fe-connect.c:1460
|
||||
#: fe-connect.c:1476
|
||||
#, c-format
|
||||
msgid "could not translate Unix-domain socket path \"%s\" to address: %s\n"
|
||||
msgstr "no se pudo traducir la ruta del socket Unix «%s» a una dirección: %s\n"
|
||||
|
||||
#: fe-connect.c:1665
|
||||
#: fe-connect.c:1681
|
||||
msgid "invalid connection state, probably indicative of memory corruption\n"
|
||||
msgstr "el estado de conexión no es válido, probablemente por corrupción de memoria\n"
|
||||
|
||||
#: fe-connect.c:1705
|
||||
#: fe-connect.c:1721
|
||||
#, c-format
|
||||
msgid "could not create socket: %s\n"
|
||||
msgstr "no se pudo crear el socket: %s\n"
|
||||
|
||||
#: fe-connect.c:1727
|
||||
#: fe-connect.c:1743
|
||||
#, c-format
|
||||
msgid "could not set socket to nonblocking mode: %s\n"
|
||||
msgstr "no se pudo establecer el socket en modo no bloqueante: %s\n"
|
||||
|
||||
#: fe-connect.c:1738
|
||||
#: fe-connect.c:1754
|
||||
#, c-format
|
||||
msgid "could not set socket to close-on-exec mode: %s\n"
|
||||
msgstr "no se pudo poner el socket en modo close-on-exec: %s\n"
|
||||
|
||||
#: fe-connect.c:1757
|
||||
#: fe-connect.c:1773
|
||||
msgid "keepalives parameter must be an integer\n"
|
||||
msgstr "el parámetro de keepalives debe ser un entero\n"
|
||||
|
||||
#: fe-connect.c:1770
|
||||
#: fe-connect.c:1786
|
||||
#, c-format
|
||||
msgid "setsockopt(SO_KEEPALIVE) failed: %s\n"
|
||||
msgstr "setsockopt(SO_KEEPALIVE) falló: %s\n"
|
||||
|
||||
#: fe-connect.c:1907
|
||||
#: fe-connect.c:1923
|
||||
#, c-format
|
||||
msgid "could not get socket error status: %s\n"
|
||||
msgstr "no se pudo determinar el estado de error del socket: %s\n"
|
||||
|
||||
#: fe-connect.c:1941
|
||||
#: fe-connect.c:1957
|
||||
#, c-format
|
||||
msgid "could not get client address from socket: %s\n"
|
||||
msgstr "no se pudo obtener la dirección del cliente desde el socket: %s\n"
|
||||
|
||||
#: fe-connect.c:1982
|
||||
#: fe-connect.c:1999
|
||||
msgid "requirepeer parameter is not supported on this platform\n"
|
||||
msgstr "el parámetro requirepeer no está soportado en esta plataforma\n"
|
||||
|
||||
#: fe-connect.c:1985
|
||||
#: fe-connect.c:2002
|
||||
#, c-format
|
||||
msgid "could not get peer credentials: %s\n"
|
||||
msgstr "no se pudo obtener credenciales de la contraparte: %s\n"
|
||||
|
||||
#: fe-connect.c:1995
|
||||
#, c-format
|
||||
msgid "local user with ID %d does not exist\n"
|
||||
msgstr "no existe un usuario local con ID %d\n"
|
||||
|
||||
#: fe-connect.c:2003
|
||||
#: fe-connect.c:2025
|
||||
#, c-format
|
||||
msgid "requirepeer specifies \"%s\", but actual peer user name is \"%s\"\n"
|
||||
msgstr "requirepeer especifica «%s», pero el nombre de usuario de la contraparte es «%s»\n"
|
||||
|
||||
#: fe-connect.c:2037
|
||||
#: fe-connect.c:2059
|
||||
#, c-format
|
||||
msgid "could not send SSL negotiation packet: %s\n"
|
||||
msgstr "no se pudo enviar el paquete de negociación SSL: %s\n"
|
||||
|
||||
#: fe-connect.c:2076
|
||||
#: fe-connect.c:2098
|
||||
#, c-format
|
||||
msgid "could not send startup packet: %s\n"
|
||||
msgstr "no se pudo enviar el paquete de inicio: %s\n"
|
||||
|
||||
#: fe-connect.c:2146
|
||||
#: fe-connect.c:2168
|
||||
msgid "server does not support SSL, but SSL was required\n"
|
||||
msgstr "el servidor no soporta SSL, pero SSL es requerida\n"
|
||||
|
||||
#: fe-connect.c:2172
|
||||
#: fe-connect.c:2194
|
||||
#, c-format
|
||||
msgid "received invalid response to SSL negotiation: %c\n"
|
||||
msgstr "se ha recibido una respuesta no válida en la negociación SSL: %c\n"
|
||||
|
||||
#: fe-connect.c:2247 fe-connect.c:2280
|
||||
#: fe-connect.c:2269 fe-connect.c:2302
|
||||
#, c-format
|
||||
msgid "expected authentication request from server, but received %c\n"
|
||||
msgstr "se esperaba una petición de autentificación desde el servidor, pero se ha recibido %c\n"
|
||||
|
||||
#: fe-connect.c:2447
|
||||
#: fe-connect.c:2469
|
||||
#, c-format
|
||||
msgid "out of memory allocating GSSAPI buffer (%d)"
|
||||
msgstr "memoria agotada creando el búfer GSSAPI (%d)"
|
||||
|
||||
#: fe-connect.c:2532
|
||||
#: fe-connect.c:2554
|
||||
msgid "unexpected message from server during startup\n"
|
||||
msgstr "se ha recibido un mensaje inesperado del servidor durante el inicio\n"
|
||||
|
||||
#: fe-connect.c:2626
|
||||
#: fe-connect.c:2648
|
||||
#, c-format
|
||||
msgid "invalid connection state %d, probably indicative of memory corruption\n"
|
||||
msgstr "estado de conexión no válido %d, probablemente por corrupción de memoria\n"
|
||||
|
||||
#: fe-connect.c:3060 fe-connect.c:3120
|
||||
#: fe-connect.c:3082 fe-connect.c:3142
|
||||
#, c-format
|
||||
msgid "PGEventProc \"%s\" failed during PGEVT_CONNRESET event\n"
|
||||
msgstr "PGEventProc «%s» falló durante el evento PGEVT_CONNRESET\n"
|
||||
|
||||
#: fe-connect.c:3467
|
||||
#: fe-connect.c:3489
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": scheme must be ldap://\n"
|
||||
msgstr "URL LDAP no válida «%s»: el esquema debe ser ldap://\n"
|
||||
|
||||
#: fe-connect.c:3482
|
||||
#: fe-connect.c:3504
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": missing distinguished name\n"
|
||||
msgstr "URL LDAP no válida «%s»: distinguished name faltante\n"
|
||||
|
||||
#: fe-connect.c:3493 fe-connect.c:3546
|
||||
#: fe-connect.c:3515 fe-connect.c:3568
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have exactly one attribute\n"
|
||||
msgstr "URL LDAP no válida «%s»: debe tener exactamente un atributo\n"
|
||||
|
||||
#: fe-connect.c:3503 fe-connect.c:3560
|
||||
#: fe-connect.c:3525 fe-connect.c:3582
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have search scope (base/one/sub)\n"
|
||||
msgstr "URL LDAP no válida «%s»: debe tener ámbito de búsqueda (base/one/sub)\n"
|
||||
|
||||
#: fe-connect.c:3514
|
||||
#: fe-connect.c:3536
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": no filter\n"
|
||||
msgstr "URL LDAP no válida «%s»: no tiene filtro\n"
|
||||
|
||||
#: fe-connect.c:3535
|
||||
#: fe-connect.c:3557
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": invalid port number\n"
|
||||
msgstr "URL LDAP no válida «%s»: número de puerto no válido\n"
|
||||
|
||||
#: fe-connect.c:3569
|
||||
#: fe-connect.c:3591
|
||||
msgid "could not create LDAP structure\n"
|
||||
msgstr "no se pudo crear estructura LDAP\n"
|
||||
|
||||
#: fe-connect.c:3645
|
||||
#: fe-connect.c:3667
|
||||
#, c-format
|
||||
msgid "lookup on LDAP server failed: %s\n"
|
||||
msgstr "búsqueda en servidor LDAP falló: %s\n"
|
||||
|
||||
#: fe-connect.c:3656
|
||||
#: fe-connect.c:3678
|
||||
msgid "more than one entry found on LDAP lookup\n"
|
||||
msgstr "se encontro más de una entrada en búsqueda LDAP\n"
|
||||
|
||||
#: fe-connect.c:3657 fe-connect.c:3669
|
||||
#: fe-connect.c:3679 fe-connect.c:3691
|
||||
msgid "no entry found on LDAP lookup\n"
|
||||
msgstr "no se encontró ninguna entrada en búsqueda LDAP\n"
|
||||
|
||||
#: fe-connect.c:3680 fe-connect.c:3693
|
||||
#: fe-connect.c:3702 fe-connect.c:3715
|
||||
msgid "attribute has no values on LDAP lookup\n"
|
||||
msgstr "la búsqueda LDAP entregó atributo sin valores\n"
|
||||
|
||||
#: fe-connect.c:3745 fe-connect.c:3764 fe-connect.c:4269
|
||||
#: fe-connect.c:3767 fe-connect.c:3786 fe-connect.c:4291
|
||||
#, c-format
|
||||
msgid "missing \"=\" after \"%s\" in connection info string\n"
|
||||
msgstr "falta «=» después de «%s» en la cadena de información de la conexión\n"
|
||||
|
||||
#: fe-connect.c:3837 fe-connect.c:4450 fe-connect.c:5184
|
||||
#: fe-connect.c:3859 fe-connect.c:4472 fe-connect.c:5202
|
||||
#, c-format
|
||||
msgid "invalid connection option \"%s\"\n"
|
||||
msgstr "opción de conexión no válida «%s»\n"
|
||||
|
||||
#: fe-connect.c:3853 fe-connect.c:4318
|
||||
#: fe-connect.c:3875 fe-connect.c:4340
|
||||
msgid "unterminated quoted string in connection info string\n"
|
||||
msgstr "cadena de caracteres entre comillas sin terminar en la cadena de información de conexión\n"
|
||||
|
||||
#: fe-connect.c:3893
|
||||
#: fe-connect.c:3915
|
||||
msgid "could not get home directory to locate service definition file"
|
||||
msgstr "no se pudo obtener el directorio home para localizar el archivo de definición de servicio"
|
||||
|
||||
#: fe-connect.c:3926
|
||||
#: fe-connect.c:3948
|
||||
#, c-format
|
||||
msgid "definition of service \"%s\" not found\n"
|
||||
msgstr "la definición de servicio «%s» no fue encontrada\n"
|
||||
|
||||
#: fe-connect.c:3949
|
||||
#: fe-connect.c:3971
|
||||
#, c-format
|
||||
msgid "service file \"%s\" not found\n"
|
||||
msgstr "el archivo de servicio «%s» no fue encontrado\n"
|
||||
|
||||
#: fe-connect.c:3962
|
||||
#: fe-connect.c:3984
|
||||
#, c-format
|
||||
msgid "line %d too long in service file \"%s\"\n"
|
||||
msgstr "la línea %d es demasiado larga en archivo de servicio «%s»\n"
|
||||
|
||||
#: fe-connect.c:4033 fe-connect.c:4067
|
||||
#: fe-connect.c:4055 fe-connect.c:4089
|
||||
#, c-format
|
||||
msgid "syntax error in service file \"%s\", line %d\n"
|
||||
msgstr "error de sintaxis en archivo de servicio «%s», línea %d\n"
|
||||
|
||||
#: fe-connect.c:4710
|
||||
#: fe-connect.c:4729
|
||||
#, c-format
|
||||
msgid "invalid URI propagated to internal parser routine: \"%s\"\n"
|
||||
msgstr "URI no válida propagada a rutina interna de procesamiento: «%s»\n"
|
||||
|
||||
#: fe-connect.c:4780
|
||||
#: fe-connect.c:4799
|
||||
#, c-format
|
||||
msgid "end of string reached when looking for matching \"]\" in IPv6 host address in URI: \"%s\"\n"
|
||||
msgstr "se encontró el fin de la cadena mientras se buscaba el «]» correspondiente en dirección IPv6 en URI: «%s»\n"
|
||||
|
||||
#: fe-connect.c:4787
|
||||
#: fe-connect.c:4806
|
||||
#, c-format
|
||||
msgid "IPv6 host address may not be empty in URI: \"%s\"\n"
|
||||
msgstr "la dirección de anfitrión IPv6 no puede ser vacía en la URI: «%s»\n"
|
||||
|
||||
#: fe-connect.c:4802
|
||||
#: fe-connect.c:4821
|
||||
#, c-format
|
||||
msgid "unexpected character \"%c\" at position %d in URI (expected \":\" or \"/\"): \"%s\"\n"
|
||||
msgstr "carácter «%c» inesperado en la posición %d en URI (se esperaba «:» o «/»): «%s»\n"
|
||||
|
||||
#: fe-connect.c:4916
|
||||
#: fe-connect.c:4935
|
||||
#, c-format
|
||||
msgid "extra key/value separator \"=\" in URI query parameter: \"%s\"\n"
|
||||
msgstr "separador llave/valor «=» extra en parámetro de la URI: «%s»\n"
|
||||
|
||||
#: fe-connect.c:4936
|
||||
#: fe-connect.c:4955
|
||||
#, c-format
|
||||
msgid "missing key/value separator \"=\" in URI query parameter: \"%s\"\n"
|
||||
msgstr "separador llave/valor «=» faltante en parámetro de la URI: «%s»\n"
|
||||
|
||||
#: fe-connect.c:5007
|
||||
#: fe-connect.c:5025
|
||||
#, c-format
|
||||
msgid "invalid URI query parameter: \"%s\"\n"
|
||||
msgstr "parámetro de URI no válido: «%s»\n"
|
||||
|
||||
#: fe-connect.c:5079
|
||||
#: fe-connect.c:5097
|
||||
#, c-format
|
||||
msgid "invalid percent-encoded token: \"%s\"\n"
|
||||
msgstr "elemento escapado con %% no válido: «%s»\n"
|
||||
|
||||
#: fe-connect.c:5089
|
||||
#: fe-connect.c:5107
|
||||
#, c-format
|
||||
msgid "forbidden value %%00 in percent-encoded value: \"%s\"\n"
|
||||
msgstr "valor no permitido %%00 en valor escapado con %%: «%s»\n"
|
||||
|
||||
#: fe-connect.c:5420
|
||||
#: fe-connect.c:5438
|
||||
msgid "connection pointer is NULL\n"
|
||||
msgstr "el puntero de conexión es NULL\n"
|
||||
|
||||
#: fe-connect.c:5706
|
||||
#: fe-connect.c:5724
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" is not a plain file\n"
|
||||
msgstr "ADVERTENCIA: El archivo de claves «%s» no es un archivo plano\n"
|
||||
|
||||
#: fe-connect.c:5715
|
||||
#: fe-connect.c:5733
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" has group or world access; permissions should be u=rw (0600) or less\n"
|
||||
msgstr "ADVERTENCIA: El archivo de claves «%s» tiene permiso de lectura para el grupo u otros; los permisos deberían ser u=rw (0600) o menos\n"
|
||||
|
||||
#: fe-connect.c:5821
|
||||
#: fe-connect.c:5839
|
||||
#, c-format
|
||||
msgid "password retrieved from file \"%s\"\n"
|
||||
msgstr "contraseña obtenida desde el archivo «%s»\n"
|
||||
@@ -488,40 +498,40 @@ msgstr "el estado COPY OUT debe ser terminado primero\n"
|
||||
msgid "PQexec not allowed during COPY BOTH\n"
|
||||
msgstr "PQexec no está permitido durante COPY BOTH\n"
|
||||
|
||||
#: fe-exec.c:2207 fe-exec.c:2274 fe-exec.c:2364 fe-protocol2.c:1327
|
||||
#: fe-protocol3.c:1683
|
||||
#: fe-exec.c:2207 fe-exec.c:2274 fe-exec.c:2364 fe-protocol2.c:1352
|
||||
#: fe-protocol3.c:1710
|
||||
msgid "no COPY in progress\n"
|
||||
msgstr "no hay COPY alguno en ejecución\n"
|
||||
|
||||
#: fe-exec.c:2556
|
||||
#: fe-exec.c:2554
|
||||
msgid "connection in wrong state\n"
|
||||
msgstr "la conexión está en un estado incorrecto\n"
|
||||
|
||||
#: fe-exec.c:2587
|
||||
#: fe-exec.c:2585
|
||||
msgid "invalid ExecStatusType code"
|
||||
msgstr "el código de ExecStatusType no es válido"
|
||||
|
||||
#: fe-exec.c:2651 fe-exec.c:2674
|
||||
#: fe-exec.c:2649 fe-exec.c:2672
|
||||
#, c-format
|
||||
msgid "column number %d is out of range 0..%d"
|
||||
msgstr "el número de columna %d está fuera del rango 0..%d"
|
||||
|
||||
#: fe-exec.c:2667
|
||||
#: fe-exec.c:2665
|
||||
#, c-format
|
||||
msgid "row number %d is out of range 0..%d"
|
||||
msgstr "el número de fila %d está fuera del rango 0..%d"
|
||||
|
||||
#: fe-exec.c:2689
|
||||
#: fe-exec.c:2687
|
||||
#, c-format
|
||||
msgid "parameter number %d is out of range 0..%d"
|
||||
msgstr "el número de parámetro %d está fuera del rango 0..%d"
|
||||
|
||||
#: fe-exec.c:2999
|
||||
#: fe-exec.c:2997
|
||||
#, c-format
|
||||
msgid "could not interpret result from server: %s"
|
||||
msgstr "no se pudo interpretar el resultado del servidor: %s"
|
||||
|
||||
#: fe-exec.c:3238 fe-exec.c:3322
|
||||
#: fe-exec.c:3236 fe-exec.c:3320
|
||||
msgid "incomplete multibyte character\n"
|
||||
msgstr "carácter multibyte incompleto\n"
|
||||
|
||||
@@ -633,15 +643,15 @@ msgstr ""
|
||||
"\tProbablemente se debe a que el servidor terminó de manera anormal\n"
|
||||
"\tantes o durante el procesamiento de la petición.\n"
|
||||
|
||||
#: fe-misc.c:1007
|
||||
#: fe-misc.c:1014
|
||||
msgid "timeout expired\n"
|
||||
msgstr "tiempo de espera agotado\n"
|
||||
|
||||
#: fe-misc.c:1052
|
||||
#: fe-misc.c:1059
|
||||
msgid "socket not open\n"
|
||||
msgstr "el socket no está abierto\n"
|
||||
|
||||
#: fe-misc.c:1075
|
||||
#: fe-misc.c:1082
|
||||
#, c-format
|
||||
msgid "select() failed: %s\n"
|
||||
msgstr "select() fallida: %s\n"
|
||||
@@ -661,150 +671,156 @@ msgstr "el estado %c no es válido, probablemente por corrupción de memoria\n"
|
||||
msgid "message type 0x%02x arrived from server while idle"
|
||||
msgstr "un mensaje de tipo 0x%02x llegó del servidor estando inactivo"
|
||||
|
||||
#: fe-protocol2.c:522
|
||||
#: fe-protocol2.c:503 fe-protocol2.c:538 fe-protocol2.c:1049
|
||||
#: fe-protocol3.c:209 fe-protocol3.c:236 fe-protocol3.c:253 fe-protocol3.c:324
|
||||
#: fe-protocol3.c:995
|
||||
msgid "out of memory"
|
||||
msgstr "memoria agotada"
|
||||
|
||||
#: fe-protocol2.c:529
|
||||
#, c-format
|
||||
msgid "unexpected character %c following empty query response (\"I\" message)"
|
||||
msgstr "carácter %c no esperado, siguiendo una respuesta de consulta vacía (mensaje «I»)"
|
||||
|
||||
#: fe-protocol2.c:580
|
||||
#: fe-protocol2.c:595
|
||||
#, c-format
|
||||
msgid "server sent data (\"D\" message) without prior row description (\"T\" message)"
|
||||
msgstr "el servidor envió datos (mensaje «D») sin precederlos con una descripción de fila (mensaje «T»)"
|
||||
|
||||
#: fe-protocol2.c:598
|
||||
#: fe-protocol2.c:613
|
||||
#, c-format
|
||||
msgid "server sent binary data (\"B\" message) without prior row description (\"T\" message)"
|
||||
msgstr "el servidor envió datos binarios (mensaje «B») sin precederlos con una description de fila (mensaje «T»)"
|
||||
|
||||
#: fe-protocol2.c:618 fe-protocol3.c:385
|
||||
#: fe-protocol2.c:633 fe-protocol3.c:402
|
||||
#, c-format
|
||||
msgid "unexpected response from server; first received character was \"%c\"\n"
|
||||
msgstr "se ha recibido una respuesta inesperada del servidor; el primer carácter recibido fue «%c»\n"
|
||||
|
||||
#: fe-protocol2.c:747 fe-protocol2.c:922 fe-protocol3.c:600 fe-protocol3.c:782
|
||||
#: fe-protocol2.c:762 fe-protocol2.c:937 fe-protocol3.c:617 fe-protocol3.c:799
|
||||
msgid "out of memory for query result"
|
||||
msgstr "no hay suficiente memoria para el resultado de la consulta"
|
||||
|
||||
#: fe-protocol2.c:1370 fe-protocol3.c:1752
|
||||
#: fe-protocol2.c:1395 fe-protocol3.c:1779
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: fe-protocol2.c:1382
|
||||
#: fe-protocol2.c:1407
|
||||
#, c-format
|
||||
msgid "lost synchronization with server, resetting connection"
|
||||
msgstr "se perdió la sincronía con el servidor, reseteando la conexión"
|
||||
|
||||
#: fe-protocol2.c:1516 fe-protocol2.c:1548 fe-protocol3.c:1955
|
||||
#: fe-protocol2.c:1541 fe-protocol2.c:1573 fe-protocol3.c:1982
|
||||
#, c-format
|
||||
msgid "protocol error: id=0x%x\n"
|
||||
msgstr "error de protocolo: id=0x%x\n"
|
||||
|
||||
#: fe-protocol3.c:341
|
||||
#: fe-protocol3.c:358
|
||||
msgid "server sent data (\"D\" message) without prior row description (\"T\" message)\n"
|
||||
msgstr "el servidor envió datos (mensaje «D») sin precederlos con una descripción de fila (mensaje «T»)\n"
|
||||
|
||||
#: fe-protocol3.c:406
|
||||
#: fe-protocol3.c:423
|
||||
#, c-format
|
||||
msgid "message contents do not agree with length in message type \"%c\"\n"
|
||||
msgstr "el contenido del mensaje no concuerda con el largo, en el mensaje tipo «%c»\n"
|
||||
|
||||
#: fe-protocol3.c:427
|
||||
#: fe-protocol3.c:444
|
||||
#, c-format
|
||||
msgid "lost synchronization with server: got message type \"%c\", length %d\n"
|
||||
msgstr "se perdió la sincronía con el servidor: se recibió un mensaje de tipo «%c», largo %d\n"
|
||||
|
||||
#: fe-protocol3.c:478 fe-protocol3.c:518
|
||||
#: fe-protocol3.c:495 fe-protocol3.c:535
|
||||
msgid "insufficient data in \"T\" message"
|
||||
msgstr "datos insuficientes en el mensaje «T»"
|
||||
|
||||
#: fe-protocol3.c:551
|
||||
#: fe-protocol3.c:568
|
||||
msgid "extraneous data in \"T\" message"
|
||||
msgstr "datos ininteligibles en mensaje «T»"
|
||||
|
||||
#: fe-protocol3.c:690 fe-protocol3.c:722 fe-protocol3.c:740
|
||||
#: fe-protocol3.c:707 fe-protocol3.c:739 fe-protocol3.c:757
|
||||
msgid "insufficient data in \"D\" message"
|
||||
msgstr "datos insuficientes en el mensaje «D»"
|
||||
|
||||
#: fe-protocol3.c:696
|
||||
#: fe-protocol3.c:713
|
||||
msgid "unexpected field count in \"D\" message"
|
||||
msgstr "cantidad de campos inesperada en mensaje «D»"
|
||||
|
||||
#: fe-protocol3.c:749
|
||||
#: fe-protocol3.c:766
|
||||
msgid "extraneous data in \"D\" message"
|
||||
msgstr "datos ininteligibles en mensaje «D»"
|
||||
|
||||
#. translator: %s represents a digit string
|
||||
#: fe-protocol3.c:878 fe-protocol3.c:897
|
||||
#: fe-protocol3.c:898 fe-protocol3.c:917
|
||||
#, c-format
|
||||
msgid " at character %s"
|
||||
msgstr " en el carácter %s"
|
||||
|
||||
#: fe-protocol3.c:910
|
||||
#: fe-protocol3.c:930
|
||||
#, c-format
|
||||
msgid "DETAIL: %s\n"
|
||||
msgstr "DETALLE: %s\n"
|
||||
|
||||
#: fe-protocol3.c:913
|
||||
#: fe-protocol3.c:933
|
||||
#, c-format
|
||||
msgid "HINT: %s\n"
|
||||
msgstr "SUGERENCIA: %s\n"
|
||||
|
||||
#: fe-protocol3.c:916
|
||||
#: fe-protocol3.c:936
|
||||
#, c-format
|
||||
msgid "QUERY: %s\n"
|
||||
msgstr "CONSULTA: %s\n"
|
||||
|
||||
#: fe-protocol3.c:919
|
||||
#: fe-protocol3.c:939
|
||||
#, c-format
|
||||
msgid "CONTEXT: %s\n"
|
||||
msgstr "CONTEXTO: %s\n"
|
||||
|
||||
#: fe-protocol3.c:926
|
||||
#: fe-protocol3.c:946
|
||||
#, c-format
|
||||
msgid "SCHEMA NAME: %s\n"
|
||||
msgstr "NOMBRE DE ESQUEMA: %s\n"
|
||||
|
||||
#: fe-protocol3.c:930
|
||||
#: fe-protocol3.c:950
|
||||
#, c-format
|
||||
msgid "TABLE NAME: %s\n"
|
||||
msgstr "NOMBRE DE TABLA: %s\n"
|
||||
|
||||
#: fe-protocol3.c:934
|
||||
#: fe-protocol3.c:954
|
||||
#, c-format
|
||||
msgid "COLUMN NAME: %s\n"
|
||||
msgstr "NOMBRE DE COLUMNA: %s\n"
|
||||
|
||||
#: fe-protocol3.c:938
|
||||
#: fe-protocol3.c:958
|
||||
#, c-format
|
||||
msgid "DATATYPE NAME: %s\n"
|
||||
msgstr "NOMBRE TIPO DE DATO: %s\n"
|
||||
|
||||
#: fe-protocol3.c:942
|
||||
#: fe-protocol3.c:962
|
||||
#, c-format
|
||||
msgid "CONSTRAINT NAME: %s\n"
|
||||
msgstr "NOMBRE DE RESTRICCIÓN: %s\n"
|
||||
|
||||
#: fe-protocol3.c:954
|
||||
#: fe-protocol3.c:974
|
||||
msgid "LOCATION: "
|
||||
msgstr "UBICACIÓN: "
|
||||
|
||||
#: fe-protocol3.c:956
|
||||
#: fe-protocol3.c:976
|
||||
#, c-format
|
||||
msgid "%s, "
|
||||
msgstr "%s, "
|
||||
|
||||
#: fe-protocol3.c:958
|
||||
#: fe-protocol3.c:978
|
||||
#, c-format
|
||||
msgid "%s:%s"
|
||||
msgstr "%s:%s"
|
||||
|
||||
#: fe-protocol3.c:1182
|
||||
#: fe-protocol3.c:1209
|
||||
#, c-format
|
||||
msgid "LINE %d: "
|
||||
msgstr "LÍNEA %d: "
|
||||
|
||||
#: fe-protocol3.c:1577
|
||||
#: fe-protocol3.c:1604
|
||||
msgid "PQgetline: not doing text COPY OUT\n"
|
||||
msgstr "PQgetline: no se está haciendo COPY OUT de texto\n"
|
||||
|
||||
|
@@ -40,8 +40,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libpq (PostgreSQL) 9.4\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2014-07-30 04:08+0000\n"
|
||||
"PO-Revision-Date: 2013-10-04 01:18+0100\n"
|
||||
"POT-Creation-Date: 2015-07-18 16:15+0000\n"
|
||||
"PO-Revision-Date: 2015-07-20 00:30+0100\n"
|
||||
"Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
|
||||
"Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
|
||||
"Language: it\n"
|
||||
@@ -66,11 +66,13 @@ msgid "duplicate GSS authentication request\n"
|
||||
msgstr "richiesta di autenticazione GSS duplicata\n"
|
||||
|
||||
#: fe-auth.c:197 fe-auth.c:307 fe-auth.c:381 fe-auth.c:416 fe-auth.c:512
|
||||
#: fe-connect.c:2005 fe-connect.c:3395 fe-connect.c:3647 fe-connect.c:4060
|
||||
#: fe-connect.c:4155 fe-connect.c:4420 fe-connect.c:4492 fe-connect.c:4510
|
||||
#: fe-connect.c:4526 fe-connect.c:4608 fe-connect.c:4958 fe-connect.c:5108
|
||||
#: fe-exec.c:3340 fe-exec.c:3505 fe-lobj.c:896 fe-protocol2.c:1181
|
||||
#: fe-protocol3.c:1544 fe-secure.c:792 fe-secure.c:1201
|
||||
#: fe-auth.c:778 fe-connect.c:701 fe-connect.c:898 fe-connect.c:1074
|
||||
#: fe-connect.c:2085 fe-connect.c:3476 fe-connect.c:3728 fe-connect.c:3847
|
||||
#: fe-connect.c:4077 fe-connect.c:4157 fe-connect.c:4252 fe-connect.c:4504
|
||||
#: fe-connect.c:4532 fe-connect.c:4604 fe-connect.c:4622 fe-connect.c:4718
|
||||
#: fe-connect.c:5069 fe-connect.c:5219 fe-exec.c:3338 fe-exec.c:3503
|
||||
#: fe-lobj.c:896 fe-protocol2.c:1206 fe-protocol3.c:1571 fe-secure.c:792
|
||||
#: fe-secure.c:1201
|
||||
msgid "out of memory\n"
|
||||
msgstr "memoria esaurita\n"
|
||||
|
||||
@@ -116,22 +118,37 @@ msgstr "l'autenticazione Crypt non è supportata\n"
|
||||
msgid "authentication method %u not supported\n"
|
||||
msgstr "l'autenticazione %u non è supportata\n"
|
||||
|
||||
#: fe-connect.c:798
|
||||
#: fe-auth.c:753
|
||||
#, c-format
|
||||
msgid "user name lookup failure: error code %lu\n"
|
||||
msgstr "ricerca del nome utente fallita: codice di errore %lu\n"
|
||||
|
||||
#: fe-auth.c:763 fe-connect.c:2012
|
||||
#, c-format
|
||||
msgid "could not look up local user ID %d: %s\n"
|
||||
msgstr "ricerca dell'ID utente locale %d non riuscita: %s\n"
|
||||
|
||||
#: fe-auth.c:768 fe-connect.c:2017
|
||||
#, c-format
|
||||
msgid "local user with ID %d does not exist\n"
|
||||
msgstr "l'utente locale con ID %d non esiste\n"
|
||||
|
||||
#: fe-connect.c:840
|
||||
#, c-format
|
||||
msgid "invalid sslmode value: \"%s\"\n"
|
||||
msgstr "valore sslmode errato: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:819
|
||||
#: fe-connect.c:861
|
||||
#, c-format
|
||||
msgid "sslmode value \"%s\" invalid when SSL support is not compiled in\n"
|
||||
msgstr "valore sslmode \"%s\" non valido quando il supporto SSL non è compilato\n"
|
||||
|
||||
#: fe-connect.c:1024
|
||||
#: fe-connect.c:1098
|
||||
#, c-format
|
||||
msgid "could not set socket to TCP no delay mode: %s\n"
|
||||
msgstr "impostazione del socket in modalità TCP no delay fallita: %s\n"
|
||||
|
||||
#: fe-connect.c:1054
|
||||
#: fe-connect.c:1128
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not connect to server: %s\n"
|
||||
@@ -142,7 +159,7 @@ msgstr ""
|
||||
"\tVerifica che il server locale sia in funzione e che\n"
|
||||
"\taccetti connessioni sul socket di dominio Unix \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:1109
|
||||
#: fe-connect.c:1183
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not connect to server: %s\n"
|
||||
@@ -153,7 +170,7 @@ msgstr ""
|
||||
"\tVerifica che il server all'indirizzo \"%s\" (%s) sia in funzione\n"
|
||||
"\te che accetti connessioni TCP/IP sulla porta %s\n"
|
||||
|
||||
#: fe-connect.c:1118
|
||||
#: fe-connect.c:1192
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not connect to server: %s\n"
|
||||
@@ -164,302 +181,297 @@ msgstr ""
|
||||
"\tVerifica che il server all'indirizzo \"%s\" sia in funzione\n"
|
||||
"\te che accetti connessioni TCP/IP sulla porta %s\n"
|
||||
|
||||
#: fe-connect.c:1169
|
||||
#: fe-connect.c:1243
|
||||
#, c-format
|
||||
msgid "setsockopt(TCP_KEEPIDLE) failed: %s\n"
|
||||
msgstr "chiamata setsockopt(TCP_KEEPIDLE) fallita: %s\n"
|
||||
|
||||
#: fe-connect.c:1182
|
||||
#: fe-connect.c:1256
|
||||
#, c-format
|
||||
msgid "setsockopt(TCP_KEEPALIVE) failed: %s\n"
|
||||
msgstr "chiamata setsockopt(TCP_KEEPALIVE) fallita: %s\n"
|
||||
|
||||
#: fe-connect.c:1214
|
||||
#: fe-connect.c:1288
|
||||
#, c-format
|
||||
msgid "setsockopt(TCP_KEEPINTVL) failed: %s\n"
|
||||
msgstr "chiamata setsockopt(TCP_KEEPINTVL) fallita: %s\n"
|
||||
|
||||
#: fe-connect.c:1246
|
||||
#: fe-connect.c:1320
|
||||
#, c-format
|
||||
msgid "setsockopt(TCP_KEEPCNT) failed: %s\n"
|
||||
msgstr "chiamata setsockopt(TCP_KEEPCNT) fallita: %s\n"
|
||||
|
||||
#: fe-connect.c:1294
|
||||
#: fe-connect.c:1368
|
||||
#, c-format
|
||||
msgid "WSAIoctl(SIO_KEEPALIVE_VALS) failed: %ui\n"
|
||||
msgstr "chiamata WSAIoctl(SIO_KEEPALIVE_VALS) fallito: %ui\n"
|
||||
|
||||
#: fe-connect.c:1346
|
||||
#: fe-connect.c:1420
|
||||
#, c-format
|
||||
msgid "invalid port number: \"%s\"\n"
|
||||
msgstr "numero di porta non valido: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:1379
|
||||
#: fe-connect.c:1453
|
||||
#, c-format
|
||||
msgid "Unix-domain socket path \"%s\" is too long (maximum %d bytes)\n"
|
||||
msgstr "Il percorso del socket di dominio unix \"%s\" è troppo lungo (massimo %d byte)\n"
|
||||
|
||||
#: fe-connect.c:1398
|
||||
#: fe-connect.c:1472
|
||||
#, c-format
|
||||
msgid "could not translate host name \"%s\" to address: %s\n"
|
||||
msgstr "conversione del nome host \"%s\" in indirizzo fallita: %s\n"
|
||||
|
||||
#: fe-connect.c:1402
|
||||
#: fe-connect.c:1476
|
||||
#, c-format
|
||||
msgid "could not translate Unix-domain socket path \"%s\" to address: %s\n"
|
||||
msgstr "conversione del percorso del socket di dominio Unix \"%s\" in indirizzo fallita: %s\n"
|
||||
|
||||
#: fe-connect.c:1607
|
||||
#: fe-connect.c:1681
|
||||
msgid "invalid connection state, probably indicative of memory corruption\n"
|
||||
msgstr "stato della connessione non valido, probabilmente indica una corruzione della memoria\n"
|
||||
|
||||
#: fe-connect.c:1647
|
||||
#: fe-connect.c:1721
|
||||
#, c-format
|
||||
msgid "could not create socket: %s\n"
|
||||
msgstr "creazione del socket fallita: %s\n"
|
||||
|
||||
#: fe-connect.c:1669
|
||||
#: fe-connect.c:1743
|
||||
#, c-format
|
||||
msgid "could not set socket to nonblocking mode: %s\n"
|
||||
msgstr "impostazione del socket in modalità non bloccante fallita: %s\n"
|
||||
|
||||
#: fe-connect.c:1680
|
||||
#: fe-connect.c:1754
|
||||
#, c-format
|
||||
msgid "could not set socket to close-on-exec mode: %s\n"
|
||||
msgstr "impostazione del socket in modalità close-on-exec fallita: %s\n"
|
||||
|
||||
#: fe-connect.c:1699
|
||||
#: fe-connect.c:1773
|
||||
msgid "keepalives parameter must be an integer\n"
|
||||
msgstr "il parametro keepalives dev'essere un intero\n"
|
||||
|
||||
#: fe-connect.c:1712
|
||||
#: fe-connect.c:1786
|
||||
#, c-format
|
||||
msgid "setsockopt(SO_KEEPALIVE) failed: %s\n"
|
||||
msgstr "chiamata setsockopt(SO_KEEPALIVE) fallita: %s\n"
|
||||
|
||||
#: fe-connect.c:1849
|
||||
#: fe-connect.c:1923
|
||||
#, c-format
|
||||
msgid "could not get socket error status: %s\n"
|
||||
msgstr "lettura dello stato di errore del socket fallita: %s\n"
|
||||
|
||||
#: fe-connect.c:1883
|
||||
#: fe-connect.c:1957
|
||||
#, c-format
|
||||
msgid "could not get client address from socket: %s\n"
|
||||
msgstr "non è stato possibile ottenere l'indirizzo del client dal socket: %s\n"
|
||||
|
||||
#: fe-connect.c:1924
|
||||
#: fe-connect.c:1999
|
||||
msgid "requirepeer parameter is not supported on this platform\n"
|
||||
msgstr "il parametro requirepeer non è supportato su questa piattaforma\n"
|
||||
|
||||
#: fe-connect.c:1927
|
||||
#: fe-connect.c:2002
|
||||
#, c-format
|
||||
msgid "could not get peer credentials: %s\n"
|
||||
msgstr "non è stato possibile ottenere le credenziali del peer: %s\n"
|
||||
|
||||
#: fe-connect.c:1937
|
||||
#, c-format
|
||||
msgid "local user with ID %d does not exist\n"
|
||||
msgstr "l'utente locale con ID %d non esiste\n"
|
||||
|
||||
#: fe-connect.c:1945
|
||||
#: fe-connect.c:2025
|
||||
#, c-format
|
||||
msgid "requirepeer specifies \"%s\", but actual peer user name is \"%s\"\n"
|
||||
msgstr "requirepeer specifica \"%s\", ma il vero nome utente del peer è \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:1979
|
||||
#: fe-connect.c:2059
|
||||
#, c-format
|
||||
msgid "could not send SSL negotiation packet: %s\n"
|
||||
msgstr "invio del pacchetto di negoziazione SSL fallito: %s\n"
|
||||
|
||||
#: fe-connect.c:2018
|
||||
#: fe-connect.c:2098
|
||||
#, c-format
|
||||
msgid "could not send startup packet: %s\n"
|
||||
msgstr "invio del pacchetto di avvio fallito: %s\n"
|
||||
|
||||
#: fe-connect.c:2088
|
||||
#: fe-connect.c:2168
|
||||
msgid "server does not support SSL, but SSL was required\n"
|
||||
msgstr "il server non supporta SSL, ma SSL è stato richiesto\n"
|
||||
|
||||
#: fe-connect.c:2114
|
||||
#: fe-connect.c:2194
|
||||
#, c-format
|
||||
msgid "received invalid response to SSL negotiation: %c\n"
|
||||
msgstr "ricevuta risposta errata alla negoziazione SSL: %c\n"
|
||||
|
||||
#: fe-connect.c:2189 fe-connect.c:2222
|
||||
#: fe-connect.c:2269 fe-connect.c:2302
|
||||
#, c-format
|
||||
msgid "expected authentication request from server, but received %c\n"
|
||||
msgstr "prevista richiesta di autenticazione dal server, ma è stato ricevuto %c\n"
|
||||
|
||||
#: fe-connect.c:2389
|
||||
#: fe-connect.c:2469
|
||||
#, c-format
|
||||
msgid "out of memory allocating GSSAPI buffer (%d)"
|
||||
msgstr "errore di memoria nell'allocazione del buffer GSSAPI (%d)"
|
||||
|
||||
#: fe-connect.c:2474
|
||||
#: fe-connect.c:2554
|
||||
msgid "unexpected message from server during startup\n"
|
||||
msgstr "messaggio imprevisto dal server durante l'avvio\n"
|
||||
|
||||
#: fe-connect.c:2568
|
||||
#: fe-connect.c:2648
|
||||
#, c-format
|
||||
msgid "invalid connection state %d, probably indicative of memory corruption\n"
|
||||
msgstr "stato connessione errato %d, probabilmente indica una corruzione di memoria\n"
|
||||
|
||||
#: fe-connect.c:3001 fe-connect.c:3061
|
||||
#: fe-connect.c:3082 fe-connect.c:3142
|
||||
#, c-format
|
||||
msgid "PGEventProc \"%s\" failed during PGEVT_CONNRESET event\n"
|
||||
msgstr "PGEventProc \"%s\" fallito durante l'evento PGEVT_CONNRESET\n"
|
||||
|
||||
#: fe-connect.c:3408
|
||||
#: fe-connect.c:3489
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": scheme must be ldap://\n"
|
||||
msgstr "URL LDAP \"%s\" non corretta: lo schema deve essere ldap://\n"
|
||||
|
||||
#: fe-connect.c:3423
|
||||
#: fe-connect.c:3504
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": missing distinguished name\n"
|
||||
msgstr "URL LDAP \"%s\" non corretta: distinguished name non trovato\n"
|
||||
|
||||
#: fe-connect.c:3434 fe-connect.c:3487
|
||||
#: fe-connect.c:3515 fe-connect.c:3568
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have exactly one attribute\n"
|
||||
msgstr "URL LDAP \"%s\" non corretta: deve avere esattamente un attributo\n"
|
||||
|
||||
#: fe-connect.c:3444 fe-connect.c:3501
|
||||
#: fe-connect.c:3525 fe-connect.c:3582
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have search scope (base/one/sub)\n"
|
||||
msgstr "URL LDAP \"%s\" non corretta: deve essere specificato la portata della ricerca (base/one/sub)\n"
|
||||
|
||||
#: fe-connect.c:3455
|
||||
#: fe-connect.c:3536
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": no filter\n"
|
||||
msgstr "URL LDAP \"%s\" non corretta: filtro non specificato\n"
|
||||
|
||||
#: fe-connect.c:3476
|
||||
#: fe-connect.c:3557
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": invalid port number\n"
|
||||
msgstr "URL LDAP \"%s\" non corretta: numero di porta non valido\n"
|
||||
|
||||
#: fe-connect.c:3510
|
||||
#: fe-connect.c:3591
|
||||
msgid "could not create LDAP structure\n"
|
||||
msgstr "creazione della struttura dati LDAP fallita\n"
|
||||
|
||||
#: fe-connect.c:3586
|
||||
#: fe-connect.c:3667
|
||||
#, c-format
|
||||
msgid "lookup on LDAP server failed: %s\n"
|
||||
msgstr "ricerca del server LDAP fallita: %s\n"
|
||||
|
||||
#: fe-connect.c:3597
|
||||
#: fe-connect.c:3678
|
||||
msgid "more than one entry found on LDAP lookup\n"
|
||||
msgstr "trovata più di una voce nella ricerca LDAP\n"
|
||||
|
||||
#: fe-connect.c:3598 fe-connect.c:3610
|
||||
#: fe-connect.c:3679 fe-connect.c:3691
|
||||
msgid "no entry found on LDAP lookup\n"
|
||||
msgstr "nessun elemento trovato per la ricerca LDAP\n"
|
||||
|
||||
#: fe-connect.c:3621 fe-connect.c:3634
|
||||
#: fe-connect.c:3702 fe-connect.c:3715
|
||||
msgid "attribute has no values on LDAP lookup\n"
|
||||
msgstr "l'attributo non ha valori nella ricerca LDAP\n"
|
||||
|
||||
#: fe-connect.c:3686 fe-connect.c:3705 fe-connect.c:4194
|
||||
#: fe-connect.c:3767 fe-connect.c:3786 fe-connect.c:4291
|
||||
#, c-format
|
||||
msgid "missing \"=\" after \"%s\" in connection info string\n"
|
||||
msgstr "manca \"=\" dopo \"%s\" nella stringa di connessione\n"
|
||||
|
||||
#: fe-connect.c:3769 fe-connect.c:4374 fe-connect.c:5090
|
||||
#: fe-connect.c:3859 fe-connect.c:4472 fe-connect.c:5202
|
||||
#, c-format
|
||||
msgid "invalid connection option \"%s\"\n"
|
||||
msgstr "opzione di connessione errata \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:3785 fe-connect.c:4243
|
||||
#: fe-connect.c:3875 fe-connect.c:4340
|
||||
msgid "unterminated quoted string in connection info string\n"
|
||||
msgstr "stringa tra virgolette non terminata nella stringa di connessione\n"
|
||||
|
||||
#: fe-connect.c:3825
|
||||
#: fe-connect.c:3915
|
||||
msgid "could not get home directory to locate service definition file"
|
||||
msgstr "directory home non trovata per la localizzazione del file di definizione di servizio"
|
||||
|
||||
#: fe-connect.c:3858
|
||||
#: fe-connect.c:3948
|
||||
#, c-format
|
||||
msgid "definition of service \"%s\" not found\n"
|
||||
msgstr "il file di definizione di servizio \"%s\" non è stato trovato\n"
|
||||
|
||||
#: fe-connect.c:3881
|
||||
#: fe-connect.c:3971
|
||||
#, c-format
|
||||
msgid "service file \"%s\" not found\n"
|
||||
msgstr "il file di servizio \"%s\" non è stato trovato\n"
|
||||
|
||||
#: fe-connect.c:3894
|
||||
#: fe-connect.c:3984
|
||||
#, c-format
|
||||
msgid "line %d too long in service file \"%s\"\n"
|
||||
msgstr "la riga %d nel file di servizio \"%s\" è troppo lunga\n"
|
||||
|
||||
#: fe-connect.c:3965 fe-connect.c:3992
|
||||
#: fe-connect.c:4055 fe-connect.c:4089
|
||||
#, c-format
|
||||
msgid "syntax error in service file \"%s\", line %d\n"
|
||||
msgstr "errore di sintassi del file di servizio \"%s\", alla riga %d\n"
|
||||
|
||||
#: fe-connect.c:4618
|
||||
#: fe-connect.c:4729
|
||||
#, c-format
|
||||
msgid "invalid URI propagated to internal parser routine: \"%s\"\n"
|
||||
msgstr "URI invalida propagata alla routine di parsing interna: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:4688
|
||||
#: fe-connect.c:4799
|
||||
#, c-format
|
||||
msgid "end of string reached when looking for matching \"]\" in IPv6 host address in URI: \"%s\"\n"
|
||||
msgstr "fine stringa raggiunta cercando un \"]\" corrispondente nell'indirizzo host IPv6 nella URI: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:4695
|
||||
#: fe-connect.c:4806
|
||||
#, c-format
|
||||
msgid "IPv6 host address may not be empty in URI: \"%s\"\n"
|
||||
msgstr "l'indirizzo host IPv6 non dev'essere assente nella URI: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:4710
|
||||
#: fe-connect.c:4821
|
||||
#, c-format
|
||||
msgid "unexpected character \"%c\" at position %d in URI (expected \":\" or \"/\"): \"%s\"\n"
|
||||
msgstr "carattere inatteso \"%c\" in posizione %d nella uri URI (atteso \":\" oppure \"/\"): \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:4824
|
||||
#: fe-connect.c:4935
|
||||
#, c-format
|
||||
msgid "extra key/value separator \"=\" in URI query parameter: \"%s\"\n"
|
||||
msgstr "separatore chiave/valore \"=\" in eccesso nei parametri della URI: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:4844
|
||||
#: fe-connect.c:4955
|
||||
#, c-format
|
||||
msgid "missing key/value separator \"=\" in URI query parameter: \"%s\"\n"
|
||||
msgstr "separatore chiave/valore \"=\" mancante nei parametri della URI: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:4915
|
||||
#: fe-connect.c:5025
|
||||
#, c-format
|
||||
msgid "invalid URI query parameter: \"%s\"\n"
|
||||
msgstr "parametro URI non valido: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:4985
|
||||
#: fe-connect.c:5097
|
||||
#, c-format
|
||||
msgid "invalid percent-encoded token: \"%s\"\n"
|
||||
msgstr "simbolo percent-encoded non valido \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:4995
|
||||
#: fe-connect.c:5107
|
||||
#, c-format
|
||||
msgid "forbidden value %%00 in percent-encoded value: \"%s\"\n"
|
||||
msgstr "valore non ammesso %%00 nel valore percent-encoded: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:5335
|
||||
#: fe-connect.c:5438
|
||||
msgid "connection pointer is NULL\n"
|
||||
msgstr "il puntatore della connessione è NULL\n"
|
||||
|
||||
#: fe-connect.c:5621
|
||||
#: fe-connect.c:5724
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" is not a plain file\n"
|
||||
msgstr "ATTENZIONE: il file delle password \"%s\" non è un file regolare\n"
|
||||
|
||||
#: fe-connect.c:5630
|
||||
#: fe-connect.c:5733
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" has group or world access; permissions should be u=rw (0600) or less\n"
|
||||
msgstr ""
|
||||
"ATTENZIONE: Il file delle password %s ha privilegi di accesso in lettura e scrittura per tutti;\n"
|
||||
"i permessi dovrebbero essere u=rw (0600) o inferiori\n"
|
||||
|
||||
#: fe-connect.c:5730
|
||||
#: fe-connect.c:5839
|
||||
#, c-format
|
||||
msgid "password retrieved from file \"%s\"\n"
|
||||
msgstr "password ottenuta dal file \"%s\"\n"
|
||||
@@ -523,40 +535,40 @@ msgstr "lo stato COPY OUT deve prima essere terminato\n"
|
||||
msgid "PQexec not allowed during COPY BOTH\n"
|
||||
msgstr "PQexec not consentito durante COPY BOTH\n"
|
||||
|
||||
#: fe-exec.c:2207 fe-exec.c:2274 fe-exec.c:2364 fe-protocol2.c:1327
|
||||
#: fe-protocol3.c:1683
|
||||
#: fe-exec.c:2207 fe-exec.c:2274 fe-exec.c:2364 fe-protocol2.c:1352
|
||||
#: fe-protocol3.c:1710
|
||||
msgid "no COPY in progress\n"
|
||||
msgstr "nessun comando COPY in corso\n"
|
||||
|
||||
#: fe-exec.c:2556
|
||||
#: fe-exec.c:2554
|
||||
msgid "connection in wrong state\n"
|
||||
msgstr "la connessione è in uno stato errato\n"
|
||||
|
||||
#: fe-exec.c:2587
|
||||
#: fe-exec.c:2585
|
||||
msgid "invalid ExecStatusType code"
|
||||
msgstr "codice ExecStatusType errato"
|
||||
|
||||
#: fe-exec.c:2651 fe-exec.c:2674
|
||||
#: fe-exec.c:2649 fe-exec.c:2672
|
||||
#, c-format
|
||||
msgid "column number %d is out of range 0..%d"
|
||||
msgstr "la colonna numero %d non è compreso tra 0 e %d"
|
||||
|
||||
#: fe-exec.c:2667
|
||||
#: fe-exec.c:2665
|
||||
#, c-format
|
||||
msgid "row number %d is out of range 0..%d"
|
||||
msgstr "la riga numero %d non è compreso tra 0 e %d"
|
||||
|
||||
#: fe-exec.c:2689
|
||||
#: fe-exec.c:2687
|
||||
#, c-format
|
||||
msgid "parameter number %d is out of range 0..%d"
|
||||
msgstr "il parametro numero %d non è compreso tra 0 e %d"
|
||||
|
||||
#: fe-exec.c:2999
|
||||
#: fe-exec.c:2997
|
||||
#, c-format
|
||||
msgid "could not interpret result from server: %s"
|
||||
msgstr "errore nell'interpretazione del risultato dal server: %s"
|
||||
|
||||
#: fe-exec.c:3238 fe-exec.c:3322
|
||||
#: fe-exec.c:3236 fe-exec.c:3320
|
||||
msgid "incomplete multibyte character\n"
|
||||
msgstr "carattere multibyte incompleto\n"
|
||||
|
||||
@@ -653,11 +665,11 @@ msgstr "intero di dimensione %lu non supportato da pqGetInt"
|
||||
msgid "integer of size %lu not supported by pqPutInt"
|
||||
msgstr "intero di dimensione %lu non supportato da pqPutInt"
|
||||
|
||||
#: fe-misc.c:642 fe-misc.c:838
|
||||
#: fe-misc.c:642 fe-misc.c:841
|
||||
msgid "connection not open\n"
|
||||
msgstr "connessione non aperta\n"
|
||||
|
||||
#: fe-misc.c:768 fe-secure.c:388 fe-secure.c:468 fe-secure.c:549
|
||||
#: fe-misc.c:811 fe-secure.c:388 fe-secure.c:468 fe-secure.c:549
|
||||
#: fe-secure.c:658
|
||||
msgid ""
|
||||
"server closed the connection unexpectedly\n"
|
||||
@@ -668,15 +680,15 @@ msgstr ""
|
||||
"\tQuesto probabilmente indica che il server ha terminato in modo anormale\n"
|
||||
"\tprima o durante l'elaborazione della richiesta.\n"
|
||||
|
||||
#: fe-misc.c:1004
|
||||
#: fe-misc.c:1014
|
||||
msgid "timeout expired\n"
|
||||
msgstr "timeout scaduto\n"
|
||||
|
||||
#: fe-misc.c:1049
|
||||
#: fe-misc.c:1059
|
||||
msgid "socket not open\n"
|
||||
msgstr "socket non aperto\n"
|
||||
|
||||
#: fe-misc.c:1072
|
||||
#: fe-misc.c:1082
|
||||
#, c-format
|
||||
msgid "select() failed: %s\n"
|
||||
msgstr "select() fallita: %s\n"
|
||||
@@ -696,150 +708,156 @@ msgstr "stato %c non valido, probabilmente indica una corruzione di memoria\n"
|
||||
msgid "message type 0x%02x arrived from server while idle"
|
||||
msgstr "messaggio tipo 0x%02x arrivato dal server mentre era inattivo"
|
||||
|
||||
#: fe-protocol2.c:522
|
||||
#: fe-protocol2.c:503 fe-protocol2.c:538 fe-protocol2.c:1049
|
||||
#: fe-protocol3.c:209 fe-protocol3.c:236 fe-protocol3.c:253 fe-protocol3.c:324
|
||||
#: fe-protocol3.c:995
|
||||
msgid "out of memory"
|
||||
msgstr "memoria esaurita"
|
||||
|
||||
#: fe-protocol2.c:529
|
||||
#, c-format
|
||||
msgid "unexpected character %c following empty query response (\"I\" message)"
|
||||
msgstr "carattere %c non previsto a seguito di una risposta vuota ad una query (messaggio \"I\")"
|
||||
|
||||
#: fe-protocol2.c:580
|
||||
#: fe-protocol2.c:595
|
||||
#, c-format
|
||||
msgid "server sent data (\"D\" message) without prior row description (\"T\" message)"
|
||||
msgstr "il server ha spedito dati (messaggio di tipo \"D\") senza prima il descrittore di riga (messaggio di tipo \"T\")"
|
||||
|
||||
#: fe-protocol2.c:598
|
||||
#: fe-protocol2.c:613
|
||||
#, c-format
|
||||
msgid "server sent binary data (\"B\" message) without prior row description (\"T\" message)"
|
||||
msgstr "il server ha spedito dati binari (messaggio di tipo \"B\") senza prima il descrittore di riga (messaggio di tipo \"T\")"
|
||||
|
||||
#: fe-protocol2.c:618 fe-protocol3.c:385
|
||||
#: fe-protocol2.c:633 fe-protocol3.c:402
|
||||
#, c-format
|
||||
msgid "unexpected response from server; first received character was \"%c\"\n"
|
||||
msgstr "risposta inattesa dal server; il primo carattere ricevuto era \"%c\"\n"
|
||||
|
||||
#: fe-protocol2.c:747 fe-protocol2.c:922 fe-protocol3.c:600 fe-protocol3.c:782
|
||||
#: fe-protocol2.c:762 fe-protocol2.c:937 fe-protocol3.c:617 fe-protocol3.c:799
|
||||
msgid "out of memory for query result"
|
||||
msgstr "memoria esaurita per il risultato della query"
|
||||
|
||||
#: fe-protocol2.c:1370 fe-protocol3.c:1752
|
||||
#: fe-protocol2.c:1395 fe-protocol3.c:1779
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: fe-protocol2.c:1382
|
||||
#: fe-protocol2.c:1407
|
||||
#, c-format
|
||||
msgid "lost synchronization with server, resetting connection"
|
||||
msgstr "persa la sincronizzazione con il server, sto resettando la connessione"
|
||||
|
||||
#: fe-protocol2.c:1516 fe-protocol2.c:1548 fe-protocol3.c:1955
|
||||
#: fe-protocol2.c:1541 fe-protocol2.c:1573 fe-protocol3.c:1982
|
||||
#, c-format
|
||||
msgid "protocol error: id=0x%x\n"
|
||||
msgstr "errore di protocollo: id=0x%x\n"
|
||||
|
||||
#: fe-protocol3.c:341
|
||||
#: fe-protocol3.c:358
|
||||
msgid "server sent data (\"D\" message) without prior row description (\"T\" message)\n"
|
||||
msgstr "il server ha spedito dati (messaggio di tipo \"D\") senza prima il descrittore di riga (messaggio di tipo \"T\")\n"
|
||||
|
||||
#: fe-protocol3.c:406
|
||||
#: fe-protocol3.c:423
|
||||
#, c-format
|
||||
msgid "message contents do not agree with length in message type \"%c\"\n"
|
||||
msgstr "i contenuti del messaggio non sono in accordo con la lunghezza del tipo di messaggio \"%c\"\n"
|
||||
|
||||
#: fe-protocol3.c:427
|
||||
#: fe-protocol3.c:444
|
||||
#, c-format
|
||||
msgid "lost synchronization with server: got message type \"%c\", length %d\n"
|
||||
msgstr "persa la sincronizzazione con il server: ricevuto il tipo di messaggio \"%c\" di lunghezza %d\n"
|
||||
|
||||
#: fe-protocol3.c:478 fe-protocol3.c:518
|
||||
#: fe-protocol3.c:495 fe-protocol3.c:535
|
||||
msgid "insufficient data in \"T\" message"
|
||||
msgstr "dati insufficienti nel messaggio di tipo \"T\""
|
||||
|
||||
#: fe-protocol3.c:551
|
||||
#: fe-protocol3.c:568
|
||||
msgid "extraneous data in \"T\" message"
|
||||
msgstr "dati estranei nel messaggio di tipo \"T\""
|
||||
|
||||
#: fe-protocol3.c:690 fe-protocol3.c:722 fe-protocol3.c:740
|
||||
#: fe-protocol3.c:707 fe-protocol3.c:739 fe-protocol3.c:757
|
||||
msgid "insufficient data in \"D\" message"
|
||||
msgstr "dati insufficienti nel messaggio di tipo \"D\""
|
||||
|
||||
#: fe-protocol3.c:696
|
||||
#: fe-protocol3.c:713
|
||||
msgid "unexpected field count in \"D\" message"
|
||||
msgstr "numero dei campi non previsto nel messaggio di tipo \"D\""
|
||||
|
||||
#: fe-protocol3.c:749
|
||||
#: fe-protocol3.c:766
|
||||
msgid "extraneous data in \"D\" message"
|
||||
msgstr "dati estranei nel messaggio di tipo \"D\""
|
||||
|
||||
#. translator: %s represents a digit string
|
||||
#: fe-protocol3.c:878 fe-protocol3.c:897
|
||||
#: fe-protocol3.c:898 fe-protocol3.c:917
|
||||
#, c-format
|
||||
msgid " at character %s"
|
||||
msgstr " al carattere %s"
|
||||
|
||||
#: fe-protocol3.c:910
|
||||
#: fe-protocol3.c:930
|
||||
#, c-format
|
||||
msgid "DETAIL: %s\n"
|
||||
msgstr "DETTAGLI: %s\n"
|
||||
|
||||
#: fe-protocol3.c:913
|
||||
#: fe-protocol3.c:933
|
||||
#, c-format
|
||||
msgid "HINT: %s\n"
|
||||
msgstr "NOTA: %s\n"
|
||||
|
||||
#: fe-protocol3.c:916
|
||||
#: fe-protocol3.c:936
|
||||
#, c-format
|
||||
msgid "QUERY: %s\n"
|
||||
msgstr "QUERY: %s\n"
|
||||
|
||||
#: fe-protocol3.c:919
|
||||
#: fe-protocol3.c:939
|
||||
#, c-format
|
||||
msgid "CONTEXT: %s\n"
|
||||
msgstr "CONTESTO: %s\n"
|
||||
|
||||
#: fe-protocol3.c:926
|
||||
#: fe-protocol3.c:946
|
||||
#, c-format
|
||||
msgid "SCHEMA NAME: %s\n"
|
||||
msgstr "NOME SCHEMA: %s\n"
|
||||
|
||||
#: fe-protocol3.c:930
|
||||
#: fe-protocol3.c:950
|
||||
#, c-format
|
||||
msgid "TABLE NAME: %s\n"
|
||||
msgstr "NOME TABELLA: %s\n"
|
||||
|
||||
#: fe-protocol3.c:934
|
||||
#: fe-protocol3.c:954
|
||||
#, c-format
|
||||
msgid "COLUMN NAME: %s\n"
|
||||
msgstr "NOME COLONNA: %s\n"
|
||||
|
||||
#: fe-protocol3.c:938
|
||||
#: fe-protocol3.c:958
|
||||
#, c-format
|
||||
msgid "DATATYPE NAME: %s\n"
|
||||
msgstr "NOME TIPO DATI: %s\n"
|
||||
|
||||
#: fe-protocol3.c:942
|
||||
#: fe-protocol3.c:962
|
||||
#, c-format
|
||||
msgid "CONSTRAINT NAME: %s\n"
|
||||
msgstr "NOME VINCOLO: %s\n"
|
||||
|
||||
#: fe-protocol3.c:954
|
||||
#: fe-protocol3.c:974
|
||||
msgid "LOCATION: "
|
||||
msgstr "POSIZIONE: "
|
||||
|
||||
#: fe-protocol3.c:956
|
||||
#: fe-protocol3.c:976
|
||||
#, c-format
|
||||
msgid "%s, "
|
||||
msgstr "%s, "
|
||||
|
||||
#: fe-protocol3.c:958
|
||||
#: fe-protocol3.c:978
|
||||
#, c-format
|
||||
msgid "%s:%s"
|
||||
msgstr "%s:%s"
|
||||
|
||||
#: fe-protocol3.c:1182
|
||||
#: fe-protocol3.c:1209
|
||||
#, c-format
|
||||
msgid "LINE %d: "
|
||||
msgstr "RIGA %d: "
|
||||
|
||||
#: fe-protocol3.c:1577
|
||||
#: fe-protocol3.c:1604
|
||||
msgid "PQgetline: not doing text COPY OUT\n"
|
||||
msgstr "PQgetline: COPY OUT testuale ignorato\n"
|
||||
|
||||
|
@@ -25,8 +25,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 9 current\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2015-01-13 05:08+0000\n"
|
||||
"PO-Revision-Date: 2015-01-13 08:37+0300\n"
|
||||
"POT-Creation-Date: 2015-07-17 07:45+0000\n"
|
||||
"PO-Revision-Date: 2015-07-22 16:24+0300\n"
|
||||
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
|
||||
"Language-Team: Russian <pgtranslation-translators@pgfoundry.org>\n"
|
||||
"Language: ru\n"
|
||||
@@ -55,8 +55,8 @@ msgstr "повторный запрос аутентификации GSS\n"
|
||||
#: fe-connect.c:2085 fe-connect.c:3476 fe-connect.c:3728 fe-connect.c:3847
|
||||
#: fe-connect.c:4077 fe-connect.c:4157 fe-connect.c:4252 fe-connect.c:4504
|
||||
#: fe-connect.c:4532 fe-connect.c:4604 fe-connect.c:4622 fe-connect.c:4718
|
||||
#: fe-connect.c:5070 fe-connect.c:5220 fe-exec.c:3340 fe-exec.c:3505
|
||||
#: fe-lobj.c:896 fe-protocol2.c:1181 fe-protocol3.c:1544 fe-secure.c:792
|
||||
#: fe-connect.c:5069 fe-connect.c:5219 fe-exec.c:3338 fe-exec.c:3503
|
||||
#: fe-lobj.c:896 fe-protocol2.c:1206 fe-protocol3.c:1571 fe-secure.c:792
|
||||
#: fe-secure.c:1201
|
||||
msgid "out of memory\n"
|
||||
msgstr "нехватка памяти\n"
|
||||
@@ -105,7 +105,7 @@ msgstr "метод аутентификации %u не поддерживает
|
||||
#: fe-auth.c:753
|
||||
#, c-format
|
||||
msgid "user name lookup failure: error code %lu\n"
|
||||
msgstr "распознать имя пользователя не удалось: код ошибки %lu\n"
|
||||
msgstr "распознать имя пользователя не удалось (код ошибки: %lu)\n"
|
||||
|
||||
#: fe-auth.c:763 fe-connect.c:2012
|
||||
#, c-format
|
||||
@@ -367,7 +367,7 @@ msgstr "атрибут не содержит значений при поиск
|
||||
msgid "missing \"=\" after \"%s\" in connection info string\n"
|
||||
msgstr "в строке соединения нет \"=\" после \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:3859 fe-connect.c:4472 fe-connect.c:5203
|
||||
#: fe-connect.c:3859 fe-connect.c:4472 fe-connect.c:5202
|
||||
#, c-format
|
||||
msgid "invalid connection option \"%s\"\n"
|
||||
msgstr "неверный параметр соединения \"%s\"\n"
|
||||
@@ -437,40 +437,40 @@ msgstr "лишний разделитель ключа/значения \"=\" в
|
||||
msgid "missing key/value separator \"=\" in URI query parameter: \"%s\"\n"
|
||||
msgstr "в параметрах URI не хватает разделителя ключа/значения \"=\": \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:5026
|
||||
#: fe-connect.c:5025
|
||||
#, c-format
|
||||
msgid "invalid URI query parameter: \"%s\"\n"
|
||||
msgstr "неверный параметр в URI: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:5098
|
||||
#: fe-connect.c:5097
|
||||
#, c-format
|
||||
msgid "invalid percent-encoded token: \"%s\"\n"
|
||||
msgstr "неверный символ, закодированный с %%: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:5108
|
||||
#: fe-connect.c:5107
|
||||
#, c-format
|
||||
msgid "forbidden value %%00 in percent-encoded value: \"%s\"\n"
|
||||
msgstr "недопустимое значение %%00 для символа, закодированного с %%: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:5439
|
||||
#: fe-connect.c:5438
|
||||
msgid "connection pointer is NULL\n"
|
||||
msgstr "нулевой указатель соединения\n"
|
||||
|
||||
#: fe-connect.c:5725
|
||||
#: fe-connect.c:5724
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" is not a plain file\n"
|
||||
msgstr "ВНИМАНИЕ: файл паролей \"%s\" - не обычный файл\n"
|
||||
msgstr "ПРЕДУПРЕЖДЕНИЕ: файл паролей \"%s\" - не обычный файл\n"
|
||||
|
||||
#: fe-connect.c:5734
|
||||
#: fe-connect.c:5733
|
||||
#, c-format
|
||||
msgid ""
|
||||
"WARNING: password file \"%s\" has group or world access; permissions should "
|
||||
"be u=rw (0600) or less\n"
|
||||
msgstr ""
|
||||
"ВНИМАНИЕ: к файлу паролей \"%s\" имеют доступ все или группа; права должны "
|
||||
"быть u=rw (0600) или более ограниченные\n"
|
||||
"ПРЕДУПРЕЖДЕНИЕ: к файлу паролей \"%s\" имеют доступ все или группа; права "
|
||||
"должны быть u=rw (0600) или более ограниченные\n"
|
||||
|
||||
#: fe-connect.c:5840
|
||||
#: fe-connect.c:5839
|
||||
#, c-format
|
||||
msgid "password retrieved from file \"%s\"\n"
|
||||
msgstr "пароль получен из файла \"%s\"\n"
|
||||
@@ -533,40 +533,40 @@ msgstr "сначала должно завершиться состояние CO
|
||||
msgid "PQexec not allowed during COPY BOTH\n"
|
||||
msgstr "вызов PQexec не допускается в процессе COPY BOTH\n"
|
||||
|
||||
#: fe-exec.c:2207 fe-exec.c:2274 fe-exec.c:2364 fe-protocol2.c:1327
|
||||
#: fe-protocol3.c:1683
|
||||
#: fe-exec.c:2207 fe-exec.c:2274 fe-exec.c:2364 fe-protocol2.c:1352
|
||||
#: fe-protocol3.c:1710
|
||||
msgid "no COPY in progress\n"
|
||||
msgstr "операция COPY не выполняется\n"
|
||||
|
||||
#: fe-exec.c:2556
|
||||
#: fe-exec.c:2554
|
||||
msgid "connection in wrong state\n"
|
||||
msgstr "соединение в неправильном состоянии\n"
|
||||
|
||||
#: fe-exec.c:2587
|
||||
#: fe-exec.c:2585
|
||||
msgid "invalid ExecStatusType code"
|
||||
msgstr "неверный код ExecStatusType"
|
||||
|
||||
#: fe-exec.c:2651 fe-exec.c:2674
|
||||
#: fe-exec.c:2649 fe-exec.c:2672
|
||||
#, c-format
|
||||
msgid "column number %d is out of range 0..%d"
|
||||
msgstr "номер колонки %d вне диапазона 0..%d"
|
||||
|
||||
#: fe-exec.c:2667
|
||||
#: fe-exec.c:2665
|
||||
#, c-format
|
||||
msgid "row number %d is out of range 0..%d"
|
||||
msgstr "номер записи %d вне диапазона 0..%d"
|
||||
|
||||
#: fe-exec.c:2689
|
||||
#: fe-exec.c:2687
|
||||
#, c-format
|
||||
msgid "parameter number %d is out of range 0..%d"
|
||||
msgstr "номер параметра %d вне диапазона 0..%d"
|
||||
|
||||
#: fe-exec.c:2999
|
||||
#: fe-exec.c:2997
|
||||
#, c-format
|
||||
msgid "could not interpret result from server: %s"
|
||||
msgstr "не удалось интерпретировать ответ сервера: %s"
|
||||
|
||||
#: fe-exec.c:3238 fe-exec.c:3322
|
||||
#: fe-exec.c:3236 fe-exec.c:3320
|
||||
msgid "incomplete multibyte character\n"
|
||||
msgstr "неполный многобайтный символ\n"
|
||||
|
||||
@@ -678,15 +678,15 @@ msgstr ""
|
||||
"\tСкорее всего сервер прекратил работу из-за сбоя\n"
|
||||
"\tдо или в процессе выполнения запроса.\n"
|
||||
|
||||
#: fe-misc.c:1007
|
||||
#: fe-misc.c:1014
|
||||
msgid "timeout expired\n"
|
||||
msgstr "таймаут\n"
|
||||
|
||||
#: fe-misc.c:1052
|
||||
#: fe-misc.c:1059
|
||||
msgid "socket not open\n"
|
||||
msgstr "сокет не открыт\n"
|
||||
|
||||
#: fe-misc.c:1075
|
||||
#: fe-misc.c:1082
|
||||
#, c-format
|
||||
msgid "select() failed: %s\n"
|
||||
msgstr "ошибка в select(): %s\n"
|
||||
@@ -706,12 +706,18 @@ msgstr "неверное состояние %c - возможно разруше
|
||||
msgid "message type 0x%02x arrived from server while idle"
|
||||
msgstr "от сервера во время простоя получено сообщение типа 0x%02x"
|
||||
|
||||
#: fe-protocol2.c:522
|
||||
#: fe-protocol2.c:503 fe-protocol2.c:538 fe-protocol2.c:1049
|
||||
#: fe-protocol3.c:209 fe-protocol3.c:236 fe-protocol3.c:253 fe-protocol3.c:324
|
||||
#: fe-protocol3.c:995
|
||||
msgid "out of memory"
|
||||
msgstr "нехватка памяти"
|
||||
|
||||
#: fe-protocol2.c:529
|
||||
#, c-format
|
||||
msgid "unexpected character %c following empty query response (\"I\" message)"
|
||||
msgstr "неожиданный символ %c вслед за пустым ответом (сообщение \"I\")"
|
||||
|
||||
#: fe-protocol2.c:580
|
||||
#: fe-protocol2.c:595
|
||||
#, c-format
|
||||
msgid ""
|
||||
"server sent data (\"D\" message) without prior row description (\"T\" "
|
||||
@@ -720,7 +726,7 @@ msgstr ""
|
||||
"сервер отправил данные (сообщение \"D\") без предварительного описания "
|
||||
"строки (сообщение \"T\")"
|
||||
|
||||
#: fe-protocol2.c:598
|
||||
#: fe-protocol2.c:613
|
||||
#, c-format
|
||||
msgid ""
|
||||
"server sent binary data (\"B\" message) without prior row description (\"T\" "
|
||||
@@ -729,31 +735,31 @@ msgstr ""
|
||||
"сервер отправил двоичные данные (сообщение \"B\") без предварительного "
|
||||
"описания строки (сообщение \"T\")"
|
||||
|
||||
#: fe-protocol2.c:618 fe-protocol3.c:385
|
||||
#: fe-protocol2.c:633 fe-protocol3.c:402
|
||||
#, c-format
|
||||
msgid "unexpected response from server; first received character was \"%c\"\n"
|
||||
msgstr "неожиданный ответ сервера; первый полученный символ: \"%c\"\n"
|
||||
|
||||
#: fe-protocol2.c:747 fe-protocol2.c:922 fe-protocol3.c:600 fe-protocol3.c:782
|
||||
#: fe-protocol2.c:762 fe-protocol2.c:937 fe-protocol3.c:617 fe-protocol3.c:799
|
||||
msgid "out of memory for query result"
|
||||
msgstr "недостаточно памяти для результата запроса"
|
||||
|
||||
#: fe-protocol2.c:1370 fe-protocol3.c:1752
|
||||
#: fe-protocol2.c:1395 fe-protocol3.c:1779
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: fe-protocol2.c:1382
|
||||
#: fe-protocol2.c:1407
|
||||
#, c-format
|
||||
msgid "lost synchronization with server, resetting connection"
|
||||
msgstr "потеряна синхронизация с сервером; попытка восстановить соединение"
|
||||
|
||||
#: fe-protocol2.c:1516 fe-protocol2.c:1548 fe-protocol3.c:1955
|
||||
#: fe-protocol2.c:1541 fe-protocol2.c:1573 fe-protocol3.c:1982
|
||||
#, c-format
|
||||
msgid "protocol error: id=0x%x\n"
|
||||
msgstr "ошибка протокола: id=0x%x\n"
|
||||
|
||||
#: fe-protocol3.c:341
|
||||
#: fe-protocol3.c:358
|
||||
msgid ""
|
||||
"server sent data (\"D\" message) without prior row description (\"T\" "
|
||||
"message)\n"
|
||||
@@ -761,108 +767,108 @@ msgstr ""
|
||||
"сервер отправил данные (сообщение \"D\") без предварительного описания "
|
||||
"строки (сообщение \"T\")\n"
|
||||
|
||||
#: fe-protocol3.c:406
|
||||
#: fe-protocol3.c:423
|
||||
#, c-format
|
||||
msgid "message contents do not agree with length in message type \"%c\"\n"
|
||||
msgstr "содержимое не соответствует длине в сообщении типа \"%c\"\n"
|
||||
|
||||
#: fe-protocol3.c:427
|
||||
#: fe-protocol3.c:444
|
||||
#, c-format
|
||||
msgid "lost synchronization with server: got message type \"%c\", length %d\n"
|
||||
msgstr ""
|
||||
"потеряна синхронизация с сервером: получено сообщение типа \"%c\", длина %d\n"
|
||||
|
||||
#: fe-protocol3.c:478 fe-protocol3.c:518
|
||||
#: fe-protocol3.c:495 fe-protocol3.c:535
|
||||
msgid "insufficient data in \"T\" message"
|
||||
msgstr "недостаточно данных в сообщении \"T\""
|
||||
|
||||
#: fe-protocol3.c:551
|
||||
#: fe-protocol3.c:568
|
||||
msgid "extraneous data in \"T\" message"
|
||||
msgstr "лишние данные в сообщении \"T\""
|
||||
|
||||
#: fe-protocol3.c:690 fe-protocol3.c:722 fe-protocol3.c:740
|
||||
#: fe-protocol3.c:707 fe-protocol3.c:739 fe-protocol3.c:757
|
||||
msgid "insufficient data in \"D\" message"
|
||||
msgstr "недостаточно данных в сообщении \"D\""
|
||||
|
||||
#: fe-protocol3.c:696
|
||||
#: fe-protocol3.c:713
|
||||
msgid "unexpected field count in \"D\" message"
|
||||
msgstr "неверное число полей в сообщении \"D\""
|
||||
|
||||
#: fe-protocol3.c:749
|
||||
#: fe-protocol3.c:766
|
||||
msgid "extraneous data in \"D\" message"
|
||||
msgstr "лишние данные в сообщении \"D\""
|
||||
|
||||
#. translator: %s represents a digit string
|
||||
#: fe-protocol3.c:878 fe-protocol3.c:897
|
||||
#: fe-protocol3.c:898 fe-protocol3.c:917
|
||||
#, c-format
|
||||
msgid " at character %s"
|
||||
msgstr " символ %s"
|
||||
|
||||
#: fe-protocol3.c:910
|
||||
#: fe-protocol3.c:930
|
||||
#, c-format
|
||||
msgid "DETAIL: %s\n"
|
||||
msgstr "ПОДРОБНОСТИ: %s\n"
|
||||
|
||||
#: fe-protocol3.c:913
|
||||
#: fe-protocol3.c:933
|
||||
#, c-format
|
||||
msgid "HINT: %s\n"
|
||||
msgstr "ПОДСКАЗКА: %s\n"
|
||||
|
||||
#: fe-protocol3.c:916
|
||||
#: fe-protocol3.c:936
|
||||
#, c-format
|
||||
msgid "QUERY: %s\n"
|
||||
msgstr "ЗАПРОС: %s\n"
|
||||
|
||||
#: fe-protocol3.c:919
|
||||
#: fe-protocol3.c:939
|
||||
#, c-format
|
||||
msgid "CONTEXT: %s\n"
|
||||
msgstr "КОНТЕКСТ: %s\n"
|
||||
|
||||
#: fe-protocol3.c:926
|
||||
#: fe-protocol3.c:946
|
||||
#, c-format
|
||||
msgid "SCHEMA NAME: %s\n"
|
||||
msgstr "СХЕМА: %s\n"
|
||||
|
||||
#: fe-protocol3.c:930
|
||||
#: fe-protocol3.c:950
|
||||
#, c-format
|
||||
msgid "TABLE NAME: %s\n"
|
||||
msgstr "ТАБЛИЦА: %s\n"
|
||||
|
||||
#: fe-protocol3.c:934
|
||||
#: fe-protocol3.c:954
|
||||
#, c-format
|
||||
msgid "COLUMN NAME: %s\n"
|
||||
msgstr "КОЛОНКА: %s\n"
|
||||
|
||||
#: fe-protocol3.c:938
|
||||
#: fe-protocol3.c:958
|
||||
#, c-format
|
||||
msgid "DATATYPE NAME: %s\n"
|
||||
msgstr "ТИП ДАННЫХ: %s\n"
|
||||
|
||||
#: fe-protocol3.c:942
|
||||
#: fe-protocol3.c:962
|
||||
#, c-format
|
||||
msgid "CONSTRAINT NAME: %s\n"
|
||||
msgstr "ОГРАНИЧЕНИЕ: %s\n"
|
||||
|
||||
#: fe-protocol3.c:954
|
||||
#: fe-protocol3.c:974
|
||||
msgid "LOCATION: "
|
||||
msgstr "ПОЛОЖЕНИЕ: "
|
||||
|
||||
#: fe-protocol3.c:956
|
||||
#: fe-protocol3.c:976
|
||||
#, c-format
|
||||
msgid "%s, "
|
||||
msgstr "%s, "
|
||||
|
||||
#: fe-protocol3.c:958
|
||||
#: fe-protocol3.c:978
|
||||
#, c-format
|
||||
msgid "%s:%s"
|
||||
msgstr "%s:%s"
|
||||
|
||||
#: fe-protocol3.c:1182
|
||||
#: fe-protocol3.c:1209
|
||||
#, c-format
|
||||
msgid "LINE %d: "
|
||||
msgstr "СТРОКА %d: "
|
||||
|
||||
#: fe-protocol3.c:1577
|
||||
#: fe-protocol3.c:1604
|
||||
msgid "PQgetline: not doing text COPY OUT\n"
|
||||
msgstr "PQgetline можно вызывать только во время COPY OUT с текстом\n"
|
||||
|
||||
|
Reference in New Issue
Block a user