1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Translation updates

Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: c5a8de3653bb1af6b0eb41cc6bf090c5522df52b
This commit is contained in:
Alvaro Herrera
2017-07-10 11:51:32 -04:00
parent 45e004fb4e
commit 6c774caf0e
60 changed files with 36431 additions and 28657 deletions

View File

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ecpglib (PostgreSQL 9.6)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2016-05-02 20:07+0000\n"
"POT-Creation-Date: 2017-05-22 07:38+0000\n"
"PO-Revision-Date: 2016-05-03 12:17-0300\n"
"Last-Translator: Emanuel Calvo Franco <postgres-arg@gmail.com>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
@ -195,6 +195,6 @@ msgstr "se ha perdido la conexión al servidor"
msgid "SQL error: %s\n"
msgstr "error SQL: %s\n"
#: execute.c:1962
#: execute.c:1961
msgid "<empty>"
msgstr "<vacío>"

View File

@ -11,15 +11,16 @@ msgid ""
msgstr ""
"Project-Id-Version: ecpg (PostgreSQL 9.6)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2016-05-02 20:08+0000\n"
"PO-Revision-Date: 2016-05-03 12:17-0300\n"
"Last-Translator: Álvaro Herrera <alvherre@alvh.no-ip.org\n"
"POT-Creation-Date: 2017-05-22 07:38+0000\n"
"PO-Revision-Date: 2017-07-03 11:36-0500\n"
"Last-Translator: Carlos Chapi <carlos.chapi@2ndquadrant.com>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Poedit 2.0.2\n"
#: descriptor.c:64
#, c-format
@ -31,7 +32,7 @@ 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:212
#: descriptor.c:161 descriptor.c:213
#, c-format
msgid "descriptor header item \"%d\" does not exist"
msgstr "no existe el descriptor del elemento de cabecera «%d»"
@ -46,12 +47,12 @@ msgstr "nullable es siempre 1"
msgid "key_member is always 0"
msgstr "key_member es siempre 0"
#: descriptor.c:279
#: descriptor.c:280
#, c-format
msgid "descriptor item \"%s\" is not implemented"
msgstr "elemento del descriptor «%s» no está implementado"
#: descriptor.c:289
#: descriptor.c:290
#, c-format
msgid "descriptor item \"%s\" cannot be set"
msgstr "no se puede establecer el elemento del descriptor «%s»"
@ -151,8 +152,8 @@ msgstr " -t activa el compromiso (commit) automático de transaccio
#: ecpg.c:57
#, c-format
msgid " --version output version information, then exit\n"
msgstr " --version muestra información de la versión, luego sale\n"
msgid " -V, --version output version information, then exit\n"
msgstr " -V, --version muestra información de la versión, luego sale\n"
#: ecpg.c:58
#, c-format
@ -179,152 +180,152 @@ msgstr ""
"\n"
"Reporte errores a <pgsql-bugs@postgresql.org>.\n"
#: ecpg.c:143
#: ecpg.c:139
#, c-format
msgid "%s: could not locate my own executable path\n"
msgstr "%s: no se pudo localizar la ruta de mi propio ejecutable\n"
#: ecpg.c:186 ecpg.c:337 ecpg.c:347
#: ecpg.c:174 ecpg.c:327 ecpg.c:337
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s: no se pudo abrir el archivo «%s»: %s\n"
#: ecpg.c:225 ecpg.c:238 ecpg.c:254 ecpg.c:279
#: ecpg.c:213 ecpg.c:226 ecpg.c:242 ecpg.c:268
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Utilice «%s --help» para obtener mayor información.\n"
#: ecpg.c:249
#: ecpg.c:237
#, c-format
msgid "%s: parser debug support (-d) not available\n"
msgstr "%s: la depuración del analizador (parser, -d) no está disponible)\n"
#: ecpg.c:267
#: ecpg.c:256
#, c-format
msgid "%s, the PostgreSQL embedded C preprocessor, version %d.%d.%d\n"
msgstr "%s, el preprocesador de C incrustado de PostgreSQL, versión %d.%d.%d\n"
msgid "%s, the PostgreSQL embedded C preprocessor, version %s\n"
msgstr "%s, el preprocesador de C incrustado de PostgreSQL, versión %s\n"
#: ecpg.c:269
#: ecpg.c:258
#, c-format
msgid "EXEC SQL INCLUDE ... search starts here:\n"
msgstr "EXEC SQL INCLUDE ... la búsqueda comienza aquí:\n"
#: ecpg.c:272
#: ecpg.c:261
#, c-format
msgid "end of search list\n"
msgstr "fin de la lista de búsqueda\n"
#: ecpg.c:278
#: ecpg.c:267
#, c-format
msgid "%s: no input files specified\n"
msgstr "%s: no se especificaron archivos de entrada\n"
#: ecpg.c:470
#: ecpg.c:460
#, c-format
msgid "cursor \"%s\" has been declared but not opened"
msgstr "el cursor «%s» fue declarado pero no abierto"
#: ecpg.c:483 preproc.y:127
#: ecpg.c:473 preproc.y:127
#, c-format
msgid "could not remove output file \"%s\"\n"
msgstr "no se pudo eliminar el archivo de salida «%s»\n"
#: pgc.l:440
#: pgc.l:431
#, c-format
msgid "unterminated /* comment"
msgstr "comentario /* no cerrado"
#: pgc.l:453
#: pgc.l:444
#, c-format
msgid "invalid bit string literal"
msgstr "cadena de bits no válida"
#: pgc.l:462
#: pgc.l:453
#, c-format
msgid "unterminated bit string literal"
msgstr "una cadena de bits está inconclusa"
#: pgc.l:478
#: pgc.l:469
#, c-format
msgid "unterminated hexadecimal string literal"
msgstr "una cadena hexadecimal está inconclusa"
#: pgc.l:556
#: pgc.l:547
#, c-format
msgid "unterminated quoted string"
msgstr "una cadena en comillas está inconclusa"
#: pgc.l:613 pgc.l:626
#: pgc.l:605 pgc.l:618
#, c-format
msgid "zero-length delimited identifier"
msgstr "identificador delimitado de longitud cero"
#: pgc.l:634
#: pgc.l:626
#, c-format
msgid "unterminated quoted identifier"
msgstr "un identificador en comillas está inconcluso"
#: pgc.l:889
#: pgc.l:881
#, c-format
msgid "nested /* ... */ comments"
msgstr "comentarios /* ... */ anidados"
#: pgc.l:982
#: pgc.l:974
#, c-format
msgid "missing identifier in EXEC SQL UNDEF command"
msgstr "falta un identificador en la orden EXEC SQL UNDEF"
#: pgc.l:1028 pgc.l:1042
#: pgc.l:1020 pgc.l:1034
#, c-format
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
msgstr "falta el «EXEC SQL IFDEF» / «EXEC SQL IFNDEF»"
#: pgc.l:1031 pgc.l:1044 pgc.l:1220
#: pgc.l:1023 pgc.l:1036 pgc.l:1212
#, c-format
msgid "missing \"EXEC SQL ENDIF;\""
msgstr "falta el «EXEC SQL ENDIF;»"
#: pgc.l:1060 pgc.l:1079
#: pgc.l:1052 pgc.l:1071
#, c-format
msgid "more than one EXEC SQL ELSE"
msgstr "hay más de un EXEC SQL ELSE"
#: pgc.l:1101 pgc.l:1115
#: pgc.l:1093 pgc.l:1107
#, c-format
msgid "unmatched EXEC SQL ENDIF"
msgstr "EXEC SQL ENDIF sin coincidencia"
#: pgc.l:1135
#: pgc.l:1127
#, c-format
msgid "too many nested EXEC SQL IFDEF conditions"
msgstr "demasiadas condiciones EXEC SQL IFDEF anidadas"
#: pgc.l:1168
#: pgc.l:1160
#, c-format
msgid "missing identifier in EXEC SQL IFDEF command"
msgstr "identificador faltante en la orden EXEC SQL IFDEF"
#: pgc.l:1177
#: pgc.l:1169
#, c-format
msgid "missing identifier in EXEC SQL DEFINE command"
msgstr "identificador faltante en la orden EXEC SQL DEFINE"
#: pgc.l:1210
#: pgc.l:1202
#, c-format
msgid "syntax error in EXEC SQL INCLUDE command"
msgstr "error de sintaxis en orden EXEC SQL INCLUDE"
#: pgc.l:1259
#: pgc.l:1251
#, 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:1383
#: pgc.l:1375
#, 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:1406
#: pgc.l:1398
#, 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"
@ -358,185 +359,185 @@ msgstr "inicializador no permitido en definición de tipo"
msgid "type name \"string\" is reserved in Informix mode"
msgstr "el nombre de tipo «string» está reservado en modo Informix"
#: preproc.y:546 preproc.y:14618
#: preproc.y:546 preproc.y:15408
#, c-format
msgid "type \"%s\" is already defined"
msgstr "el tipo «%s» ya está definido"
#: preproc.y:570 preproc.y:15276 preproc.y:15596 variable.c:620
#: preproc.y:570 preproc.y:16066 preproc.y:16386 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"
#: preproc.y:1634
#: preproc.y:1681
#, c-format
msgid "AT option not allowed in CLOSE DATABASE statement"
msgstr "la opción AT no está permitida en la sentencia CLOSE DATABASE"
#: preproc.y:1849
#: preproc.y:1894
#, c-format
msgid "AT option not allowed in CONNECT statement"
msgstr "la opción AT no está permitida en la sentencia CONNECT"
#: preproc.y:1883
#: preproc.y:1928
#, c-format
msgid "AT option not allowed in DISCONNECT statement"
msgstr "la opción AT no está permitida en la sentencia DISCONNECT"
#: preproc.y:1938
#: preproc.y:1983
#, c-format
msgid "AT option not allowed in SET CONNECTION statement"
msgstr "la opción AT no está permitida en la sentencia SET CONNECTION"
#: preproc.y:1960
#: preproc.y:2005
#, c-format
msgid "AT option not allowed in TYPE statement"
msgstr "la opción AT no está permitida en la sentencia TYPE"
#: preproc.y:1969
#: preproc.y:2014
#, c-format
msgid "AT option not allowed in VAR statement"
msgstr "la opción AT no está permitida en la sentencia VAR"
#: preproc.y:1976
#: preproc.y:2021
#, c-format
msgid "AT option not allowed in WHENEVER statement"
msgstr "la opción AT no está permitida en la sentencia WHENEVER"
#: preproc.y:2228 preproc.y:2233 preproc.y:2349 preproc.y:3759 preproc.y:5169
#: preproc.y:5178 preproc.y:5462 preproc.y:6898 preproc.y:8136 preproc.y:8141
#: preproc.y:10768 preproc.y:11385
#: preproc.y:2090 preproc.y:2274 preproc.y:2279 preproc.y:2395 preproc.y:3969
#: preproc.y:5511 preproc.y:5520 preproc.y:5820 preproc.y:7356 preproc.y:8797
#: preproc.y:8802 preproc.y:11534 preproc.y:12155
#, c-format
msgid "unsupported feature will be passed to server"
msgstr "característica no soportada será pasada al servidor"
#: preproc.y:2607
#: preproc.y:2653
#, c-format
msgid "SHOW ALL is not implemented"
msgstr "SHOW ALL no está implementado"
#: preproc.y:3147
#: preproc.y:3325
#, c-format
msgid "COPY FROM STDIN is not implemented"
msgstr "COPY FROM STDIN no está implementado"
#: preproc.y:9027 preproc.y:14207
#: preproc.y:9700 preproc.y:14997
#, c-format
msgid "using variable \"%s\" in different declare statements is not supported"
msgstr "el uso de la variable «%s» en diferentes sentencias declare no está soportado"
#: preproc.y:9029 preproc.y:14209
#: preproc.y:9702 preproc.y:14999
#, c-format
msgid "cursor \"%s\" is already defined"
msgstr "el cursor «%s» ya está definido"
#: preproc.y:9459
#: preproc.y:10132
#, c-format
msgid "no longer supported LIMIT #,# syntax passed to server"
msgstr "la sintaxis LIMIT #,# que ya no está soportada ha sido pasada al servidor"
#: preproc.y:9767 preproc.y:9774
#: preproc.y:10448 preproc.y:10455
#, c-format
msgid "subquery in FROM must have an alias"
msgstr "las subconsultas en FROM deben tener un alias"
#: preproc.y:13937
#: preproc.y:14727
#, c-format
msgid "CREATE TABLE AS cannot specify INTO"
msgstr "CREATE TABLE AS no puede especificar INTO"
#: preproc.y:13973
#: preproc.y:14763
#, c-format
msgid "expected \"@\", found \"%s\""
msgstr "se esperaba «@», se encontró «%s»"
#: preproc.y:13985
#: preproc.y:14775
#, c-format
msgid "only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are supported"
msgstr "sólo los protocolos «tcp» y «unix» y tipo de bases de datos «postgresql» están soportados"
#: preproc.y:13988
#: preproc.y:14778
#, c-format
msgid "expected \"://\", found \"%s\""
msgstr "se esperaba «://», se encontró «%s»"
#: preproc.y:13993
#: preproc.y:14783
#, c-format
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
msgstr "los sockets de dominio unix sólo trabajan en «localhost» pero no en «%s»"
#: preproc.y:14019
#: preproc.y:14809
#, c-format
msgid "expected \"postgresql\", found \"%s\""
msgstr "se esperaba «postgresql», se encontró «%s»"
#: preproc.y:14022
#: preproc.y:14812
#, c-format
msgid "invalid connection type: %s"
msgstr "tipo de conexión no válido: %s"
#: preproc.y:14031
#: preproc.y:14821
#, c-format
msgid "expected \"@\" or \"://\", found \"%s\""
msgstr "se esperaba «@» o «://», se encontró «%s»"
#: preproc.y:14106 preproc.y:14124
#: preproc.y:14896 preproc.y:14914
#, c-format
msgid "invalid data type"
msgstr "tipo de dato no válido"
#: preproc.y:14135 preproc.y:14152
#: preproc.y:14925 preproc.y:14942
#, c-format
msgid "incomplete statement"
msgstr "sentencia incompleta"
#: preproc.y:14138 preproc.y:14155
#: preproc.y:14928 preproc.y:14945
#, c-format
msgid "unrecognized token \"%s\""
msgstr "elemento «%s» no reconocido"
#: preproc.y:14429
#: preproc.y:15219
#, c-format
msgid "only data types numeric and decimal have precision/scale argument"
msgstr "sólo los tipos de dato numeric y decimal tienen argumento de precisión/escala"
#: preproc.y:14441
#: preproc.y:15231
#, c-format
msgid "interval specification not allowed here"
msgstr "la especificación de intervalo no está permitida aquí"
#: preproc.y:14593 preproc.y:14645
#: preproc.y:15383 preproc.y:15435
#, c-format
msgid "too many levels in nested structure/union definition"
msgstr "demasiados niveles en la definición anidada de estructura/unión"
#: preproc.y:14784
#: preproc.y:15574
#, c-format
msgid "pointers to varchar are not implemented"
msgstr "los punteros a varchar no están implementados"
#: preproc.y:14971 preproc.y:14996
#: preproc.y:15761 preproc.y:15786
#, c-format
msgid "using unsupported DESCRIBE statement"
msgstr "utilizando sentencia DESCRIBE no soportada"
#: preproc.y:15243
#: preproc.y:16033
#, c-format
msgid "initializer not allowed in EXEC SQL VAR command"
msgstr "inicializador no permitido en la orden EXEC SQL VAR"
#: preproc.y:15554
#: preproc.y:16344
#, c-format
msgid "arrays of indicators are not allowed on input"
msgstr "no se permiten los arrays de indicadores en la entrada"
#: preproc.y:15775
#: preproc.y:16565
#, c-format
msgid "operator not allowed in variable definition"
msgstr "operador no permitido en definición de variable"
#. translator: %s is typically the translation of "syntax error"
#: preproc.y:15813
#: preproc.y:16603
#, c-format
msgid "%s at or near \"%s\""
msgstr "%s en o cerca de «%s»"
@ -657,3 +658,6 @@ msgstr "los punteros a puntero no están soportados para este tipo de dato"
#, c-format
msgid "multidimensional arrays for structures are not supported"
msgstr "los arrays multidimensionales para estructuras no están soportados"
#~ msgid " --version output version information, then exit\n"
#~ msgstr " --version muestra información de la versión, luego sale\n"

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.6\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2016-09-23 20:08+0000\n"
"PO-Revision-Date: 2014-05-17 15:23+0100\n"
"POT-Creation-Date: 2017-07-02 04:38+0000\n"
"PO-Revision-Date: 2017-07-02 17:45+0200\n"
"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
"Language-Team: PostgreSQLfr <pgsql-fr-generale@postgresql.org>\n"
"Language: fr\n"
@ -18,7 +18,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Poedit 1.5.4\n"
"X-Generator: Poedit 1.8.12\n"
#: descriptor.c:64
#, c-format
@ -30,7 +30,7 @@ msgstr "la variable « %s » doit avoir un type numeric"
msgid "descriptor \"%s\" does not exist"
msgstr "le descripteur « %s » n'existe pas"
#: descriptor.c:161 descriptor.c:212
#: descriptor.c:161 descriptor.c:213
#, c-format
msgid "descriptor header item \"%d\" does not exist"
msgstr "l'élément d'en-tête du descripteur « %d » n'existe pas"
@ -45,12 +45,12 @@ msgstr "nullable vaut toujours 1"
msgid "key_member is always 0"
msgstr "key_member vaut toujours 0"
#: descriptor.c:279
#: descriptor.c:280
#, c-format
msgid "descriptor item \"%s\" is not implemented"
msgstr "l'élément du descripteur « %s » n'est pas implanté"
#: descriptor.c:289
#: descriptor.c:290
#, c-format
msgid "descriptor item \"%s\" cannot be set"
msgstr "l'élément du descripteur « %s » ne peut pas être initialisé"
@ -183,25 +183,25 @@ msgstr ""
msgid "%s: could not locate my own executable path\n"
msgstr "%s : n'a pas pu localiser mon propre exécutable\n"
#: ecpg.c:175 ecpg.c:326 ecpg.c:336
#: ecpg.c:174 ecpg.c:327 ecpg.c:337
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s : n'a pas pu ouvrir le fichier « %s » : %s\n"
#: ecpg.c:214 ecpg.c:227 ecpg.c:243 ecpg.c:268
#: ecpg.c:213 ecpg.c:226 ecpg.c:242 ecpg.c:268
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Essayer « %s --help » pour plus d'informations.\n"
#: ecpg.c:238
#: ecpg.c:237
#, c-format
msgid "%s: parser debug support (-d) not available\n"
msgstr "%s : support de débogage de l'analyseur (-d) non disponible\n"
#: ecpg.c:256
#, c-format
msgid "%s, the PostgreSQL embedded C preprocessor, version %d.%d.%d\n"
msgstr "%s, le préprocesseur C embarqué de PostgreSQL, version %d.%d.%d\n"
msgid "%s, the PostgreSQL embedded C preprocessor, version %s\n"
msgstr "%s, le préprocesseur C embarqué de PostgreSQL, version %s\n"
#: ecpg.c:258
#, c-format
@ -218,116 +218,116 @@ msgstr "fin de la liste de recherche\n"
msgid "%s: no input files specified\n"
msgstr "%s : aucun fichier précisé en entrée\n"
#: ecpg.c:459
#: ecpg.c:460
#, c-format
msgid "cursor \"%s\" has been declared but not opened"
msgstr "le curseur « %s » est déclaré mais non ouvert"
#: ecpg.c:472 preproc.y:127
#: ecpg.c:473 preproc.y:127
#, c-format
msgid "could not remove output file \"%s\"\n"
msgstr "n'a pas pu supprimer le fichier « %s » en sortie\n"
#: pgc.l:440
#: pgc.l:431
#, c-format
msgid "unterminated /* comment"
msgstr "commentaire /* non terminé"
#: pgc.l:453
#: pgc.l:444
#, c-format
msgid "invalid bit string literal"
msgstr "chaîne bit litéral invalide"
#: pgc.l:462
#: pgc.l:453
#, c-format
msgid "unterminated bit string literal"
msgstr "chaîne bit litéral non terminée"
#: pgc.l:478
#: pgc.l:469
#, c-format
msgid "unterminated hexadecimal string literal"
msgstr "chaîne hexadécimale litéralle non terminée"
#: pgc.l:556
#: pgc.l:547
#, c-format
msgid "unterminated quoted string"
msgstr "chaîne entre guillemets non terminée"
#: pgc.l:613 pgc.l:626
#: pgc.l:605 pgc.l:618
#, c-format
msgid "zero-length delimited identifier"
msgstr "identifiant délimité de taille zéro"
#: pgc.l:634
#: pgc.l:626
#, c-format
msgid "unterminated quoted identifier"
msgstr "identifiant entre guillemet non terminé"
#: pgc.l:889
#: pgc.l:881
#, c-format
msgid "nested /* ... */ comments"
msgstr "commentaires /* ... */ imbriqués"
#: pgc.l:982
#: pgc.l:974
#, c-format
msgid "missing identifier in EXEC SQL UNDEF command"
msgstr "identifiant manquant dans la commande EXEC SQL UNDEF"
#: pgc.l:1028 pgc.l:1042
#: pgc.l:1020 pgc.l:1034
#, c-format
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
msgstr "correspondance manquante « EXEC SQL IFDEF » / « EXEC SQL IFNDEF »"
#: pgc.l:1031 pgc.l:1044 pgc.l:1220
#: pgc.l:1023 pgc.l:1036 pgc.l:1212
#, c-format
msgid "missing \"EXEC SQL ENDIF;\""
msgstr "« EXEC SQL ENDIF; » manquant"
#: pgc.l:1060 pgc.l:1079
#: pgc.l:1052 pgc.l:1071
#, c-format
msgid "more than one EXEC SQL ELSE"
msgstr "plusieurs EXEC SQL ELSE"
#: pgc.l:1101 pgc.l:1115
#: pgc.l:1093 pgc.l:1107
#, c-format
msgid "unmatched EXEC SQL ENDIF"
msgstr "EXEC SQL ENDIF différent"
#: pgc.l:1135
#: pgc.l:1127
#, c-format
msgid "too many nested EXEC SQL IFDEF conditions"
msgstr "trop de conditions EXEC SQL IFDEF imbriquées"
#: pgc.l:1168
#: pgc.l:1160
#, c-format
msgid "missing identifier in EXEC SQL IFDEF command"
msgstr "identifiant manquant dans la commande EXEC SQL IFDEF"
#: pgc.l:1177
#: pgc.l:1169
#, c-format
msgid "missing identifier in EXEC SQL DEFINE command"
msgstr "identifiant manquant dans la commande EXEC SQL DEFINE"
#: pgc.l:1210
#: pgc.l:1202
#, c-format
msgid "syntax error in EXEC SQL INCLUDE command"
msgstr "erreur de syntaxe dans la commande EXEC SQL INCLUDE"
#: pgc.l:1259
#: pgc.l:1251
#, c-format
msgid "internal error: unreachable state; please report this to <pgsql-bugs@postgresql.org>"
msgstr ""
"erreur interne : l'état ne peut être atteint ; merci de rapporter ceci à\n"
"<pgsql-bugs@postgresql.org>"
#: pgc.l:1383
#: pgc.l:1375
#, c-format
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
msgstr ""
"Erreur : le chemin d'en-tête « %s/%s » est trop long sur la ligne %d,\n"
"ignoré\n"
#: pgc.l:1406
#: pgc.l:1398
#, c-format
msgid "could not open include file \"%s\" on line %d"
msgstr "n'a pas pu ouvrir le fichier d'en-tête « %s » sur la ligne %d"
@ -361,193 +361,193 @@ msgstr "initialiseur non autorisé dans la définition du type"
msgid "type name \"string\" is reserved in Informix mode"
msgstr "le nom du type « string » est réservé dans le mode Informix"
#: preproc.y:546 preproc.y:14622
#: preproc.y:546 preproc.y:15412
#, c-format
msgid "type \"%s\" is already defined"
msgstr "le type « %s » est déjà défini"
#: preproc.y:570 preproc.y:15280 preproc.y:15600 variable.c:620
#: preproc.y:570 preproc.y:16070 preproc.y:16390 variable.c:620
#, c-format
msgid "multidimensional arrays for simple data types are not supported"
msgstr ""
"les tableaux multi-dimensionnels pour les types de données simples ne sont\n"
"pas supportés"
#: preproc.y:1634
#: preproc.y:1681
#, c-format
msgid "AT option not allowed in CLOSE DATABASE statement"
msgstr "option AT non autorisée dans une instruction CLOSE DATABASE"
#: preproc.y:1849
#: preproc.y:1894
#, c-format
msgid "AT option not allowed in CONNECT statement"
msgstr "option AT non autorisée dans une instruction CONNECT"
#: preproc.y:1883
#: preproc.y:1928
#, c-format
msgid "AT option not allowed in DISCONNECT statement"
msgstr "option AT non autorisée dans une instruction DISCONNECT"
#: preproc.y:1938
#: preproc.y:1983
#, c-format
msgid "AT option not allowed in SET CONNECTION statement"
msgstr "option AT non autorisée dans une instruction SET CONNECTION"
#: preproc.y:1960
#: preproc.y:2005
#, c-format
msgid "AT option not allowed in TYPE statement"
msgstr "option AT non autorisée dans une instruction TYPE"
#: preproc.y:1969
#: preproc.y:2014
#, c-format
msgid "AT option not allowed in VAR statement"
msgstr "option AT non autorisée dans une instruction VAR"
#: preproc.y:1976
#: preproc.y:2021
#, c-format
msgid "AT option not allowed in WHENEVER statement"
msgstr "option AT non autorisée dans une instruction WHENEVER"
#: preproc.y:2228 preproc.y:2233 preproc.y:2349 preproc.y:3759 preproc.y:5169
#: preproc.y:5178 preproc.y:5462 preproc.y:6898 preproc.y:8136 preproc.y:8141
#: preproc.y:10772 preproc.y:11389
#: preproc.y:2090 preproc.y:2274 preproc.y:2279 preproc.y:2395 preproc.y:3969 preproc.y:5519
#: preproc.y:5528 preproc.y:5828 preproc.y:7364 preproc.y:8801 preproc.y:8806 preproc.y:11538
#: preproc.y:12159
#, c-format
msgid "unsupported feature will be passed to server"
msgstr "la fonctionnalité non supportée sera passée au serveur"
#: preproc.y:2607
#: preproc.y:2653
#, c-format
msgid "SHOW ALL is not implemented"
msgstr "SHOW ALL n'est pas implanté"
#: preproc.y:3147
#: preproc.y:3325
#, c-format
msgid "COPY FROM STDIN is not implemented"
msgstr "COPY FROM STDIN n'est pas implanté"
#: preproc.y:9031 preproc.y:14211
#: preproc.y:9704 preproc.y:15001
#, c-format
msgid "using variable \"%s\" in different declare statements is not supported"
msgstr ""
"l'utilisation de la variable « %s » dans différentes instructions de déclaration\n"
"n'est pas supportée"
#: preproc.y:9033 preproc.y:14213
#: preproc.y:9706 preproc.y:15003
#, c-format
msgid "cursor \"%s\" is already defined"
msgstr "le curseur « %s » est déjà défini"
#: preproc.y:9463
#: preproc.y:10136
#, c-format
msgid "no longer supported LIMIT #,# syntax passed to server"
msgstr "la syntaxe obsolète LIMIT #,# a été passée au serveur"
#: preproc.y:9771 preproc.y:9778
#: preproc.y:10452 preproc.y:10459
#, c-format
msgid "subquery in FROM must have an alias"
msgstr "la sous-requête du FROM doit avoir un alias"
#: preproc.y:13941
#: preproc.y:14731
#, c-format
msgid "CREATE TABLE AS cannot specify INTO"
msgstr "CREATE TABLE AS ne peut pas indiquer INTO"
#: preproc.y:13977
#: preproc.y:14767
#, c-format
msgid "expected \"@\", found \"%s\""
msgstr "« @ » attendu, « %s » trouvé"
#: preproc.y:13989
#: preproc.y:14779
#, c-format
msgid "only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are supported"
msgstr ""
"seuls les protocoles « tcp » et « unix » et les types de base de données\n"
"« postgresql » sont supportés"
#: preproc.y:13992
#: preproc.y:14782
#, c-format
msgid "expected \"://\", found \"%s\""
msgstr "« :// » attendu, « %s » trouvé"
#: preproc.y:13997
#: preproc.y:14787
#, c-format
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
msgstr "les sockets de domaine Unix fonctionnent seulement sur « localhost », mais pas sur « %s »"
#: preproc.y:14023
#: preproc.y:14813
#, c-format
msgid "expected \"postgresql\", found \"%s\""
msgstr "« postgresql » attendu, « %s » trouvé"
#: preproc.y:14026
#: preproc.y:14816
#, c-format
msgid "invalid connection type: %s"
msgstr "type de connexion invalide : %s"
#: preproc.y:14035
#: preproc.y:14825
#, c-format
msgid "expected \"@\" or \"://\", found \"%s\""
msgstr "« @ » ou « :// » attendu, « %s » trouvé"
#: preproc.y:14110 preproc.y:14128
#: preproc.y:14900 preproc.y:14918
#, c-format
msgid "invalid data type"
msgstr "type de données invalide"
#: preproc.y:14139 preproc.y:14156
#: preproc.y:14929 preproc.y:14946
#, c-format
msgid "incomplete statement"
msgstr "instruction incomplète"
#: preproc.y:14142 preproc.y:14159
#: preproc.y:14932 preproc.y:14949
#, c-format
msgid "unrecognized token \"%s\""
msgstr "jeton « %s » non reconnu"
#: preproc.y:14433
#: preproc.y:15223
#, c-format
msgid "only data types numeric and decimal have precision/scale argument"
msgstr ""
"seuls les types de données numeric et decimal ont des arguments de\n"
"précision et d'échelle"
#: preproc.y:14445
#: preproc.y:15235
#, c-format
msgid "interval specification not allowed here"
msgstr "interval de spécification non autorisé ici"
#: preproc.y:14597 preproc.y:14649
#: preproc.y:15387 preproc.y:15439
#, c-format
msgid "too many levels in nested structure/union definition"
msgstr "trop de niveaux dans la définition de structure/union imbriquée"
#: preproc.y:14788
#: preproc.y:15578
#, c-format
msgid "pointers to varchar are not implemented"
msgstr "les pointeurs sur des chaînes de caractères (varchar) ne sont pas implantés"
#: preproc.y:14975 preproc.y:15000
#: preproc.y:15765 preproc.y:15790
#, c-format
msgid "using unsupported DESCRIBE statement"
msgstr "utilisation de l'instruction DESCRIBE non supporté"
#: preproc.y:15247
#: preproc.y:16037
#, c-format
msgid "initializer not allowed in EXEC SQL VAR command"
msgstr "initialiseur non autorisé dans la commande EXEC SQL VAR"
#: preproc.y:15558
#: preproc.y:16348
#, c-format
msgid "arrays of indicators are not allowed on input"
msgstr "les tableaux d'indicateurs ne sont pas autorisés en entrée"
#: preproc.y:15779
#: preproc.y:16569
#, c-format
msgid "operator not allowed in variable definition"
msgstr "opérateur non autorisé dans la définition de la variable"
#. translator: %s is typically the translation of "syntax error"
#: preproc.y:15817
#: preproc.y:16607
#, c-format
msgid "%s at or near \"%s\""
msgstr "%s sur ou près de « %s »"
@ -677,23 +677,23 @@ msgstr "ce type de données ne supporte pas les pointeurs de pointeur"
msgid "multidimensional arrays for structures are not supported"
msgstr "les tableaux multidimensionnels ne sont pas supportés pour les structures"
#~ msgid "COPY TO STDIN is not possible"
#~ msgstr "COPY TO STDIN n'est pas possible"
#~ msgid "COPY FROM STDOUT is not possible"
#~ msgstr "COPY FROM STDOUT n'est pas possible"
#~ msgid "NEW used in query that is not in a rule"
#~ msgstr "NEW utilisé dans une requête qui n'est pas dans une règle"
#~ msgid "OLD used in query that is not in a rule"
#~ msgstr "OLD utilisé dans une requête qui n'est pas dans une règle"
#~ msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
#~ msgstr "une contrainte déclarée INITIALLY DEFERRED doit être DEFERRABLE"
#~ msgid " --version output version information, then exit\n"
#~ msgstr " --version affiche la version et quitte\n"
#~ msgid "AT option not allowed in DEALLOCATE statement"
#~ msgstr "option AT non autorisée dans une instruction DEALLOCATE"
#~ msgid " --version output version information, then exit\n"
#~ msgstr " --version affiche la version et quitte\n"
#~ msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
#~ msgstr "une contrainte déclarée INITIALLY DEFERRED doit être DEFERRABLE"
#~ msgid "OLD used in query that is not in a rule"
#~ msgstr "OLD utilisé dans une requête qui n'est pas dans une règle"
#~ msgid "NEW used in query that is not in a rule"
#~ msgstr "NEW utilisé dans une requête qui n'est pas dans une règle"
#~ msgid "COPY FROM STDOUT is not possible"
#~ msgstr "COPY FROM STDOUT n'est pas possible"
#~ msgid "COPY TO STDIN is not possible"
#~ msgstr "COPY TO STDIN n'est pas possible"

View File

@ -18,10 +18,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: ecpg (PostgreSQL) 9.4\n"
"Project-Id-Version: ecpg (PostgreSQL) 10\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2014-07-30 04:08+0000\n"
"PO-Revision-Date: 2014-07-30 22:37+0100\n"
"POT-Creation-Date: 2017-04-22 22:38+0000\n"
"PO-Revision-Date: 2017-04-23 04:44+0100\n"
"Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
"Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
"Language: it\n"
@ -30,7 +30,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Generator: Poedit 1.5.4\n"
"X-Generator: Poedit 1.8.7.1\n"
#: descriptor.c:64
#, c-format
@ -42,27 +42,27 @@ msgstr "la variabile \"%s\" deve essere di tipo numerico"
msgid "descriptor \"%s\" does not exist"
msgstr "il descrittore \"%s\" non esiste"
#: descriptor.c:161 descriptor.c:210
#: descriptor.c:161 descriptor.c:213
#, c-format
msgid "descriptor header item \"%d\" does not exist"
msgstr "la voce \"%d\" dell'header del descrittore non esiste"
#: descriptor.c:182
#: descriptor.c:183
#, c-format
msgid "nullable is always 1"
msgstr "nullable è sempre 1"
#: descriptor.c:185
#: descriptor.c:186
#, c-format
msgid "key_member is always 0"
msgstr "key_member è sempre 0"
#: descriptor.c:277
#: descriptor.c:280
#, c-format
msgid "descriptor item \"%s\" is not implemented"
msgstr "la voce \"%s\" del descrittore non è implementata"
#: descriptor.c:287
#: descriptor.c:290
#, c-format
msgid "descriptor item \"%s\" cannot be set"
msgstr "la voce \"%s\" del descrittore non può essere impostata"
@ -161,8 +161,8 @@ msgstr " -t attiva il commit automatico delle transazioni\n"
#: ecpg.c:57
#, c-format
msgid " --version output version information, then exit\n"
msgstr " --version mostra informazioni sulla versione ed esci\n"
msgid " -V, --version output version information, then exit\n"
msgstr " -V --version mostra informazioni sulla versione ed esci\n"
#: ecpg.c:58
#, c-format
@ -189,154 +189,154 @@ msgstr ""
"\n"
"Puoi segnalare eventuali bug a <pgsql-bugs@postgresql.org>.\n"
#: ecpg.c:143
#: ecpg.c:139
#, c-format
msgid "%s: could not locate my own executable path\n"
msgstr "%s: percorso del proprio eseguibile non trovato\n"
#: ecpg.c:186 ecpg.c:337 ecpg.c:347
#: ecpg.c:174 ecpg.c:327 ecpg.c:337
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s: apertura del file \"%s\" fallita: %s\n"
#: ecpg.c:225 ecpg.c:238 ecpg.c:254 ecpg.c:279
#: ecpg.c:213 ecpg.c:226 ecpg.c:242 ecpg.c:268
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Prova \"%s --help\" per maggiori informazioni.\n"
#: ecpg.c:249
#: ecpg.c:237
#, c-format
msgid "%s: parser debug support (-d) not available\n"
msgstr "%s: il supporto al debug del parser (-d) non è disponibile\n"
#: ecpg.c:267
#: ecpg.c:256
#, c-format
msgid "%s, the PostgreSQL embedded C preprocessor, version %d.%d.%d\n"
msgstr "%s, preprocessore embedded C PostgreSQL, versione %d.%d.%d\n"
msgid "%s, the PostgreSQL embedded C preprocessor, version %s\n"
msgstr "%s, il preprocessore di PostgreSQL per programmi in C, versione %s\n"
#: ecpg.c:269
#: ecpg.c:258
#, c-format
msgid "EXEC SQL INCLUDE ... search starts here:\n"
msgstr "EXEC SQL INCLUDE ... la ricerca inizia da qui:\n"
#: ecpg.c:272
#: ecpg.c:261
#, c-format
msgid "end of search list\n"
msgstr "fine della lista di ricerca\n"
#: ecpg.c:278
#: ecpg.c:267
#, c-format
msgid "%s: no input files specified\n"
msgstr "%s: non è stato specificato nessun file di input\n"
#: ecpg.c:470
#: ecpg.c:460
#, c-format
msgid "cursor \"%s\" has been declared but not opened"
msgstr "il cursore \"%s\" è stato dichiarato, ma non aperto"
#: ecpg.c:483 preproc.y:125
#: ecpg.c:473 preproc.y:127
#, c-format
msgid "could not remove output file \"%s\"\n"
msgstr "rimozione del file di output \"%s\" fallita\n"
#: pgc.l:421
#: pgc.l:431
#, c-format
msgid "unterminated /* comment"
msgstr "commento /* non terminato"
# string literal sarebbe intraducubile infatti è come la stringa viene rappresentata nel linguaggio di programmazione, ma come si fa a tradurlo?....
# Secondo me "stringa letterale" -- Daniele
#: pgc.l:434
#: pgc.l:444
#, c-format
msgid "invalid bit string literal"
msgstr "bit nella stringa letterale non valido"
#: pgc.l:443
#: pgc.l:453
#, c-format
msgid "unterminated bit string literal"
msgstr "letterale di stringa di bit non terminato"
#: pgc.l:459
#: pgc.l:469
#, c-format
msgid "unterminated hexadecimal string literal"
msgstr "letterale di stringa esadecimale non terminato"
#: pgc.l:537
#: pgc.l:547
#, c-format
msgid "unterminated quoted string"
msgstr "stringa tra virgolette non terminata"
#: pgc.l:592 pgc.l:605
#: pgc.l:605 pgc.l:618
#, c-format
msgid "zero-length delimited identifier"
msgstr "identificativo delimitato di lunghezza zero"
#: pgc.l:613
#: pgc.l:626
#, c-format
msgid "unterminated quoted identifier"
msgstr "identificativo tra virgolette non terminato"
#: pgc.l:867
#: pgc.l:881
#, c-format
msgid "nested /* ... */ comments"
msgstr "commenti /* ... */ annidati"
#: pgc.l:960
#: pgc.l:974
#, c-format
msgid "missing identifier in EXEC SQL UNDEF command"
msgstr "identificativo mancante nel comando EXEC SQL UNDEF"
#: pgc.l:1006 pgc.l:1020
#: pgc.l:1020 pgc.l:1034
#, c-format
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
msgstr "mancata corrispondenza fra \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
#: pgc.l:1009 pgc.l:1022 pgc.l:1198
#: pgc.l:1023 pgc.l:1036 pgc.l:1212
#, c-format
msgid "missing \"EXEC SQL ENDIF;\""
msgstr "manca \"EXEC SQL ENDIF;\""
#: pgc.l:1038 pgc.l:1057
#: pgc.l:1052 pgc.l:1071
#, c-format
msgid "more than one EXEC SQL ELSE"
msgstr "più di un EXEC SQL ELSE"
#: pgc.l:1079 pgc.l:1093
#: pgc.l:1093 pgc.l:1107
#, c-format
msgid "unmatched EXEC SQL ENDIF"
msgstr "EXEC SQL ENDIF non corrispondente"
#: pgc.l:1113
#: pgc.l:1127
#, c-format
msgid "too many nested EXEC SQL IFDEF conditions"
msgstr "troppe condizioni EXEC SQL IFDEF annidate"
#: pgc.l:1146
#: pgc.l:1160
#, c-format
msgid "missing identifier in EXEC SQL IFDEF command"
msgstr "identificativo mancante nel comando EXEC SQL IFDEF"
#: pgc.l:1155
#: pgc.l:1169
#, c-format
msgid "missing identifier in EXEC SQL DEFINE command"
msgstr "identificativo mancante nel comando EXEC SQL DEFINE"
#: pgc.l:1188
#: pgc.l:1202
#, c-format
msgid "syntax error in EXEC SQL INCLUDE command"
msgstr "errore di sintassi nel comando EXEC SQL INCLUDE"
#: pgc.l:1237
#: pgc.l:1251
#, c-format
msgid "internal error: unreachable state; please report this to <pgsql-bugs@postgresql.org>"
msgstr "errore interno: stato non raggiungibile, si prega di segnalarlo a <pgsql-bugs@postgresql.org>"
#: pgc.l:1362
#: pgc.l:1375
#, c-format
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
msgstr "Errore: il percorso delle inclusioni \"%s/%s\" è troppo lungo alla riga %d, perciò viene saltato\n"
#: pgc.l:1385
#: pgc.l:1398
#, c-format
msgid "could not open include file \"%s\" on line %d"
msgstr "apertura del file di include \"%s\" alla riga %d fallita"
@ -345,210 +345,210 @@ msgstr "apertura del file di include \"%s\" alla riga %d fallita"
msgid "syntax error"
msgstr "errore di sintassi"
#: preproc.y:79
#: preproc.y:81
#, c-format
msgid "WARNING: "
msgstr "ATTENZIONE: "
#: preproc.y:82
#: preproc.y:84
#, c-format
msgid "ERROR: "
msgstr "ERRORE: "
#: preproc.y:506
#: preproc.y:508
#, c-format
msgid "cursor \"%s\" does not exist"
msgstr "il cursore \"%s\" non esiste"
#: preproc.y:535
#: preproc.y:537
#, c-format
msgid "initializer not allowed in type definition"
msgstr "l'inizializzatore non è permesso nella definizione del tipo di dato"
#: preproc.y:537
#: preproc.y:539
#, c-format
msgid "type name \"string\" is reserved in Informix mode"
msgstr "il nome di tipo \"string\" è riservato alla modalità Informix"
#: preproc.y:544 preproc.y:13853
#: preproc.y:546 preproc.y:15453
#, c-format
msgid "type \"%s\" is already defined"
msgstr "il tipo \"%s\" è già definito"
#: preproc.y:568 preproc.y:14511 preproc.y:14832 variable.c:618
#: preproc.y:570 preproc.y:16111 preproc.y:16431 variable.c:620
#, c-format
msgid "multidimensional arrays for simple data types are not supported"
msgstr "gli array multidimensionali per tipi dato semplici non sono supportati"
#: preproc.y:1577
#: preproc.y:1685
#, c-format
msgid "AT option not allowed in CLOSE DATABASE statement"
msgstr "l'opzione AT non è permessa nell'istruzione CLOSE DATABASE"
#: preproc.y:1780
#: preproc.y:1898
#, c-format
msgid "AT option not allowed in CONNECT statement"
msgstr "l'opzione AT non è permessa nell'istruzione CONNECT"
#: preproc.y:1814
#: preproc.y:1932
#, c-format
msgid "AT option not allowed in DISCONNECT statement"
msgstr "l'opzione AT non è permessa nell'istruzione DISCONNECT"
#: preproc.y:1869
#: preproc.y:1987
#, c-format
msgid "AT option not allowed in SET CONNECTION statement"
msgstr "l'opzione AT non è permessa nell'istruzione SET CONNECTION"
#: preproc.y:1891
#: preproc.y:2009
#, c-format
msgid "AT option not allowed in TYPE statement"
msgstr "l'opzione AT non è permessa nell'istruzione TYPE"
#: preproc.y:1900
#: preproc.y:2018
#, c-format
msgid "AT option not allowed in VAR statement"
msgstr "l'opzione AT non è permessa nell'istruzione VAR"
#: preproc.y:1907
#: preproc.y:2025
#, c-format
msgid "AT option not allowed in WHENEVER statement"
msgstr "l'opzione AT non è permessa nell'istruzione WHENEVER"
#: preproc.y:2155 preproc.y:2160 preproc.y:2276 preproc.y:3614 preproc.y:4866
#: preproc.y:4875 preproc.y:5159 preproc.y:6562 preproc.y:7683 preproc.y:7688
#: preproc.y:10142 preproc.y:10739
#: preproc.y:2277 preproc.y:2282 preproc.y:2398 preproc.y:4003 preproc.y:5549
#: preproc.y:5558 preproc.y:5866 preproc.y:7402 preproc.y:8834 preproc.y:8839
#: preproc.y:11571 preproc.y:12192
#, c-format
msgid "unsupported feature will be passed to server"
msgstr "al server è stata richiesta una funzionalità non supportata"
#: preproc.y:2518
#: preproc.y:2656
#, c-format
msgid "SHOW ALL is not implemented"
msgstr "SHOW ALL non è implementato"
#: preproc.y:3002
#: preproc.y:3328
#, c-format
msgid "COPY FROM STDIN is not implemented"
msgstr "COPY FROM STDIN non è implementato"
#: preproc.y:8520 preproc.y:13442
#: preproc.y:9737 preproc.y:15042
#, c-format
msgid "using variable \"%s\" in different declare statements is not supported"
msgstr "usare la variabile \"%s\" in una diversa istruzione declare non è supportato"
#: preproc.y:8522 preproc.y:13444
#: preproc.y:9739 preproc.y:15044
#, c-format
msgid "cursor \"%s\" is already defined"
msgstr "il cursore \"%s\" è già definito"
#: preproc.y:8940
#: preproc.y:10169
#, c-format
msgid "no longer supported LIMIT #,# syntax passed to server"
msgstr "la sintassi LIMIT #,# passata al server non è più supportata"
#: preproc.y:9176 preproc.y:9183
#: preproc.y:10485 preproc.y:10492
#, c-format
msgid "subquery in FROM must have an alias"
msgstr "la sottoquery in FROM deve avere un alias"
#: preproc.y:13172
#: preproc.y:14772
#, c-format
msgid "CREATE TABLE AS cannot specify INTO"
msgstr "CREATE TABLE AS non può specificare INTO"
#: preproc.y:13208
#: preproc.y:14808
#, c-format
msgid "expected \"@\", found \"%s\""
msgstr "atteso \"@\", trovato \"%s\""
#: preproc.y:13220
#: preproc.y:14820
#, c-format
msgid "only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are supported"
msgstr "soltanto i protocolli \"tcp\" e \"unix\" ed il tipo database \"postgresql\" sono supportati"
#: preproc.y:13223
#: preproc.y:14823
#, c-format
msgid "expected \"://\", found \"%s\""
msgstr "atteso \"://\", trovato \"%s\""
#: preproc.y:13228
#: preproc.y:14828
#, c-format
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
msgstr "i socket di dominio Unix funzionano solo con \"localhost\" ma non con \"%s\""
#: preproc.y:13254
#: preproc.y:14854
#, c-format
msgid "expected \"postgresql\", found \"%s\""
msgstr "atteso \"postgresql\", trovato \"%s\""
#: preproc.y:13257
#: preproc.y:14857
#, c-format
msgid "invalid connection type: %s"
msgstr "tipo di connessione non valido: %s"
#: preproc.y:13266
#: preproc.y:14866
#, c-format
msgid "expected \"@\" or \"://\", found \"%s\""
msgstr "atteso \"@\" oppure \"://\", trovato \"%s\""
#: preproc.y:13341 preproc.y:13359
#: preproc.y:14941 preproc.y:14959
#, c-format
msgid "invalid data type"
msgstr "tipo dato non valido"
#: preproc.y:13370 preproc.y:13387
#: preproc.y:14970 preproc.y:14987
#, c-format
msgid "incomplete statement"
msgstr "istruzione incompleta"
#: preproc.y:13373 preproc.y:13390
#: preproc.y:14973 preproc.y:14990
#, c-format
msgid "unrecognized token \"%s\""
msgstr "token \"%s\" sconosciuto"
#: preproc.y:13664
#: preproc.y:15264
#, c-format
msgid "only data types numeric and decimal have precision/scale argument"
msgstr "solo i dati di tipo numeric e decimal hanno argomento precisione/scala"
#: preproc.y:13676
#: preproc.y:15276
#, c-format
msgid "interval specification not allowed here"
msgstr "specificazione di intervallo non permessa qui"
#: preproc.y:13828 preproc.y:13880
#: preproc.y:15428 preproc.y:15480
#, c-format
msgid "too many levels in nested structure/union definition"
msgstr "troppi livelli nidificati nella definizione della struttura/unione"
#: preproc.y:14019
#: preproc.y:15619
#, c-format
msgid "pointers to varchar are not implemented"
msgstr "i puntatori a varchar non sono implementati"
#: preproc.y:14206 preproc.y:14231
#: preproc.y:15806 preproc.y:15831
#, c-format
msgid "using unsupported DESCRIBE statement"
msgstr "si sta utilizzando una istruzione DESCRIBE non supportata"
#: preproc.y:14478
#: preproc.y:16078
#, c-format
msgid "initializer not allowed in EXEC SQL VAR command"
msgstr "initializer non è permesso nel comando EXEC SQL VAR"
#: preproc.y:14790
#: preproc.y:16389
#, c-format
msgid "arrays of indicators are not allowed on input"
msgstr "array di indicatori non sono permessi"
#: preproc.y:15011
#: preproc.y:16610
#, c-format
msgid "operator not allowed in variable definition"
msgstr "operatore non permesso nella definizione di variabile"
#. translator: %s is typically the translation of "syntax error"
#: preproc.y:15049
#: preproc.y:16648
#, c-format
msgid "%s at or near \"%s\""
msgstr "%s a o presso \"%s\""
@ -639,34 +639,34 @@ msgstr "la variabile \"%s\" non è un array"
msgid "variable \"%s\" is not declared"
msgstr "la variabile \"%s\" non è stata dichiarata"
#: variable.c:492
#: variable.c:494
#, c-format
msgid "indicator variable must have an integer type"
msgstr "il tipo di variabile di un indicatore deve essere intero"
#: variable.c:504
#: variable.c:506
#, c-format
msgid "unrecognized data type name \"%s\""
msgstr "tipo di dato chiamato \"%s\" è sconosciuto"
#: 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 "gli array multidimensionali non sono supportati"
#: 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] "puntatori a più livelli (più di 2) non sono supportati; trovato %d livello"
msgstr[1] "puntatori a più livelli (più di 2) non sono supportati; trovati %d livelli"
#: variable.c:537
#: variable.c:539
#, c-format
msgid "pointer to pointer is not supported for this data type"
msgstr "il puntatore a puntatore non è supportato per questo tipo di dato"
#: variable.c:557
#: variable.c:559
#, c-format
msgid "multidimensional arrays for structures are not supported"
msgstr "gli array multidimensionali per strutture non sono supportati"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 10\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2017-05-13 07:08+0000\n"
"PO-Revision-Date: 2017-05-13 09:23-0400\n"
"POT-Creation-Date: 2017-06-13 15:08+0000\n"
"PO-Revision-Date: 2017-06-13 11:46-0400\n"
"Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
"Language-Team: German <peter_e@gmx.net>\n"
"Language: de\n"
@ -21,152 +21,156 @@ msgstr ""
msgid "out of memory allocating GSSAPI buffer (%d)\n"
msgstr "Speicher aufgebraucht beim Anlegen des GSSAPI-Puffers (%d)\n"
#: fe-auth.c:172
#: fe-auth.c:177
msgid "GSSAPI continuation error"
msgstr "GSSAPI-Fortsetzungsfehler"
#: fe-auth.c:202 fe-auth.c:451
#: fe-auth.c:207 fe-auth.c:461
msgid "host name must be specified\n"
msgstr "Hostname muss angegeben werden\n"
#: fe-auth.c:209
#: fe-auth.c:214
msgid "duplicate GSS authentication request\n"
msgstr "doppelte GSSAPI-Authentifizierungsanfrage\n"
#: fe-auth.c:222 fe-auth.c:357 fe-auth.c:422 fe-auth.c:457 fe-auth.c:599
#: fe-auth.c:758 fe-auth.c:1070 fe-auth.c:1217 fe-connect.c:712
#: fe-connect.c:1091 fe-connect.c:1267 fe-connect.c:1803 fe-connect.c:2331
#: fe-connect.c:3932 fe-connect.c:4184 fe-connect.c:4303 fe-connect.c:4543
#: fe-connect.c:4623 fe-connect.c:4722 fe-connect.c:4978 fe-connect.c:5007
#: fe-connect.c:5079 fe-connect.c:5103 fe-connect.c:5121 fe-connect.c:5222
#: fe-connect.c:5231 fe-connect.c:5587 fe-connect.c:5737 fe-exec.c:2651
#: fe-auth.c:227 fe-auth.c:362 fe-auth.c:432 fe-auth.c:467 fe-auth.c:609
#: fe-auth.c:768 fe-auth.c:1080 fe-auth.c:1227 fe-connect.c:756
#: fe-connect.c:1135 fe-connect.c:1311 fe-connect.c:1880 fe-connect.c:2408
#: fe-connect.c:3973 fe-connect.c:4225 fe-connect.c:4344 fe-connect.c:4584
#: fe-connect.c:4664 fe-connect.c:4763 fe-connect.c:5019 fe-connect.c:5048
#: fe-connect.c:5120 fe-connect.c:5144 fe-connect.c:5162 fe-connect.c:5263
#: fe-connect.c:5272 fe-connect.c:5628 fe-connect.c:5778 fe-exec.c:2651
#: fe-exec.c:3398 fe-exec.c:3563 fe-lobj.c:896 fe-protocol2.c:1206
#: fe-protocol3.c:992 fe-protocol3.c:1678 fe-secure-openssl.c:514
#: fe-secure-openssl.c:1137
#: fe-secure-openssl.c:1138
msgid "out of memory\n"
msgstr "Speicher aufgebraucht\n"
#: fe-auth.c:235
#: fe-auth.c:240
msgid "GSSAPI name import error"
msgstr "GSSAPI-Namensimportfehler"
#: fe-auth.c:298
#: fe-auth.c:303
#, c-format
msgid "out of memory allocating SSPI buffer (%d)\n"
msgstr "Speicher aufgebraucht beim Anlegen des SSPI-Puffers (%d)\n"
#: fe-auth.c:346
#: fe-auth.c:351
msgid "SSPI continuation error"
msgstr "SSPI-Fortsetzungsfehler"
#: fe-auth.c:437
#: fe-auth.c:422
msgid "duplicate SSPI authentication request\n"
msgstr "doppelte SSPI-Authentifizierungsanfrage\n"
#: fe-auth.c:447
msgid "could not acquire SSPI credentials"
msgstr "konnte SSPI-Credentials nicht erhalten"
#: fe-auth.c:490
#: fe-auth.c:500
msgid "duplicate SASL authentication request\n"
msgstr "doppelte SASL-Authentifizierungsanfrage\n"
#: fe-auth.c:550
#: fe-auth.c:560
msgid "none of the server's SASL authentication mechanisms are supported\n"
msgstr "keine der SASL-Authentifizierungsmechanismen des Servers werden unterstützt\n"
#: fe-auth.c:623
#: fe-auth.c:633
#, c-format
msgid "out of memory allocating SASL buffer (%d)\n"
msgstr "Speicher aufgebraucht beim Anlegen des SASL-Puffers (%d)\n"
#: fe-auth.c:648
#: fe-auth.c:658
msgid "AuthenticationSASLFinal received from server, but SASL authentication was not completed\n"
msgstr "AuthenticationSASLFinal vom Server empfangen, aber SASL-Authentifizierung war noch nicht abgeschlossen\n"
#: fe-auth.c:725
#: fe-auth.c:735
msgid "SCM_CRED authentication method not supported\n"
msgstr "SCM_CRED-Authentifizierungsmethode nicht unterstützt\n"
#: fe-auth.c:816
#: fe-auth.c:826
msgid "Kerberos 4 authentication not supported\n"
msgstr "Authentifizierung mit Kerberos 4 nicht unterstützt\n"
#: fe-auth.c:821
#: fe-auth.c:831
msgid "Kerberos 5 authentication not supported\n"
msgstr "Authentifizierung mit Kerberos 5 nicht unterstützt\n"
#: fe-auth.c:892
#: fe-auth.c:902
msgid "GSSAPI authentication not supported\n"
msgstr "Authentifizierung mit GSSAPI nicht unterstützt\n"
#: fe-auth.c:924
#: fe-auth.c:934
msgid "SSPI authentication not supported\n"
msgstr "Authentifizierung mit SSPI nicht unterstützt\n"
#: fe-auth.c:932
#: fe-auth.c:942
msgid "Crypt authentication not supported\n"
msgstr "Authentifizierung mit Crypt nicht unterstützt\n"
#: fe-auth.c:998
#: fe-auth.c:1008
#, c-format
msgid "authentication method %u not supported\n"
msgstr "Authentifizierungsmethode %u nicht unterstützt\n"
#: fe-auth.c:1045
#: fe-auth.c:1055
#, c-format
msgid "user name lookup failure: error code %lu\n"
msgstr "Fehler beim Nachschlagen des Benutzernamens: Fehlercode %lu\n"
#: fe-auth.c:1055 fe-connect.c:2258
#: fe-auth.c:1065 fe-connect.c:2335
#, c-format
msgid "could not look up local user ID %d: %s\n"
msgstr "konnte lokale Benutzer-ID %d nicht nachschlagen: %s\n"
#: fe-auth.c:1060 fe-connect.c:2263
#: fe-auth.c:1070 fe-connect.c:2340
#, c-format
msgid "local user with ID %d does not exist\n"
msgstr "lokaler Benutzer mit ID %d existiert nicht\n"
#: fe-auth.c:1162
#: fe-auth.c:1172
msgid "unexpected shape of result set returned for SHOW\n"
msgstr "unerwartete Form der Ergebnismenge von SHOW\n"
#: fe-auth.c:1171
#: fe-auth.c:1181
msgid "password_encryption value too long\n"
msgstr "Wert von password_encryption ist zu lang\n"
#: fe-auth.c:1211
#: fe-auth.c:1221
msgid "unknown password encryption algorithm\n"
msgstr "unbekannter Passwortverschlüsselungsalgorithmus\n"
#: fe-connect.c:914
#: fe-connect.c:957
#, fuzzy, c-format
#| msgid "could not import the requested snapshot"
msgid "could not match %d port numbers to %d hosts\n"
msgstr "konnte den angeforderten Snapshot nicht importieren"
#: fe-connect.c:966
#: fe-connect.c:1009
msgid "could not get home directory to locate password file\n"
msgstr "konnte Home-Verzeichnis nicht ermitteln, um Passwortdatei zu finden\n"
#: fe-connect.c:1017
#: fe-connect.c:1061
#, c-format
msgid "invalid sslmode value: \"%s\"\n"
msgstr "ungültiger sslmode-Wert: »%s«\n"
#: fe-connect.c:1038
#: fe-connect.c:1082
#, c-format
msgid "sslmode value \"%s\" invalid when SSL support is not compiled in\n"
msgstr "sslmode-Wert »%s« ist ungültig, wenn SSL-Unterstützung nicht einkompiliert worden ist\n"
#: fe-connect.c:1073
#: fe-connect.c:1117
#, c-format
msgid "invalid target_session_attrs value: \"%s\"\n"
msgstr "ungültiger target_session_attrs-Wert: »%s«\n"
#: fe-connect.c:1291
#: fe-connect.c:1335
#, c-format
msgid "could not set socket to TCP no delay mode: %s\n"
msgstr "konnte Socket nicht auf TCP »No Delay«-Modus umstellen: %s\n"
#: fe-connect.c:1321
#: fe-connect.c:1365
#, c-format
msgid ""
"could not connect to server: %s\n"
@ -177,7 +181,7 @@ msgstr ""
"\tLäuft der Server lokal und akzeptiert er Verbindungen\n"
"\tauf dem Unix-Domain-Socket »%s«?\n"
#: fe-connect.c:1376
#: fe-connect.c:1420
#, c-format
msgid ""
"could not connect to server: %s\n"
@ -188,7 +192,7 @@ msgstr ""
"\tLäuft der Server auf dem Host »%s« (%s) und akzeptiert er\n"
"\tTCP/IP-Verbindungen auf Port %s?\n"
#: fe-connect.c:1385
#: fe-connect.c:1429
#, c-format
msgid ""
"could not connect to server: %s\n"
@ -199,306 +203,310 @@ msgstr ""
"\tLäuft der Server auf dem Host »%s« und akzeptiert er\n"
"\tTCP/IP-Verbindungen auf Port %s?\n"
#: fe-connect.c:1436
#: fe-connect.c:1480
#, c-format
msgid "setsockopt(TCP_KEEPIDLE) failed: %s\n"
msgstr "setsockopt(TCP_KEEPIDLE) fehlgeschlagen: %s\n"
#: fe-connect.c:1449
#: fe-connect.c:1493
#, c-format
msgid "setsockopt(TCP_KEEPALIVE) failed: %s\n"
msgstr "setsockopt(TCP_KEEPALIVE) fehlgeschlagen: %s\n"
#: fe-connect.c:1481
#: fe-connect.c:1525
#, c-format
msgid "setsockopt(TCP_KEEPINTVL) failed: %s\n"
msgstr "setsockopt(TCP_KEEPINTVL) fehlgeschlagen: %s\n"
#: fe-connect.c:1513
#: fe-connect.c:1557
#, c-format
msgid "setsockopt(TCP_KEEPCNT) failed: %s\n"
msgstr "setsockopt(TCP_KEEPCNT) fehlgeschlagen: %s\n"
#: fe-connect.c:1561
#: fe-connect.c:1605
#, c-format
msgid "WSAIoctl(SIO_KEEPALIVE_VALS) failed: %ui\n"
msgstr "WSAIoctl(SIO_KEEPALIVE_VALS) fehlgeschlagen: %ui\n"
#: fe-connect.c:1619
#: fe-connect.c:1662
#, c-format
msgid "invalid port number: \"%s\"\n"
msgstr "ungültige Portnummer: »%s«\n"
#: fe-connect.c:1643
#, c-format
msgid "Unix-domain socket path \"%s\" is too long (maximum %d bytes)\n"
msgstr "Unix-Domain-Socket-Pfad »%s« ist zu lang (maximal %d Bytes)\n"
#: fe-connect.c:1661
#: fe-connect.c:1678
#, c-format
msgid "could not translate host name \"%s\" to address: %s\n"
msgstr "konnte Hostnamen »%s« nicht in Adresse übersetzen: %s\n"
#: fe-connect.c:1665
#: fe-connect.c:1687
#, c-format
msgid "could not parse network address \"%s\": %s\n"
msgstr "konnte Netzwerkadresse »%s« nicht interpretieren: %s\n"
#: fe-connect.c:1698
#, c-format
msgid "Unix-domain socket path \"%s\" is too long (maximum %d bytes)\n"
msgstr "Unix-Domain-Socket-Pfad »%s« ist zu lang (maximal %d Bytes)\n"
#: fe-connect.c:1712
#, c-format
msgid "could not translate Unix-domain socket path \"%s\" to address: %s\n"
msgstr "konnte Unix-Domain-Socket-Pfad »%s« nicht in Adresse übersetzen: %s\n"
#: fe-connect.c:1909
#: fe-connect.c:1986
msgid "invalid connection state, probably indicative of memory corruption\n"
msgstr "ungültiger Verbindungszustand, möglicherweise ein Speicherproblem\n"
#: fe-connect.c:1966
#: fe-connect.c:2043
#, c-format
msgid "could not create socket: %s\n"
msgstr "konnte Socket nicht erzeugen: %s\n"
#: fe-connect.c:1988
#: fe-connect.c:2065
#, c-format
msgid "could not set socket to nonblocking mode: %s\n"
msgstr "konnte Socket nicht auf nicht-blockierenden Modus umstellen: %s\n"
#: fe-connect.c:1999
#: fe-connect.c:2076
#, c-format
msgid "could not set socket to close-on-exec mode: %s\n"
msgstr "konnte Socket nicht auf »Close on exec«-Modus umstellen: %s\n"
#: fe-connect.c:2018
#: fe-connect.c:2095
msgid "keepalives parameter must be an integer\n"
msgstr "Parameter »keepalives« muss eine ganze Zahl sein\n"
#: fe-connect.c:2031
#: fe-connect.c:2108
#, c-format
msgid "setsockopt(SO_KEEPALIVE) failed: %s\n"
msgstr "setsockopt(SO_KEEPALIVE) fehlgeschlagen: %s\n"
#: fe-connect.c:2168
#: fe-connect.c:2245
#, c-format
msgid "could not get socket error status: %s\n"
msgstr "konnte Socket-Fehlerstatus nicht ermitteln: %s\n"
#: fe-connect.c:2203
#: fe-connect.c:2280
#, c-format
msgid "could not get client address from socket: %s\n"
msgstr "konnte Client-Adresse vom Socket nicht ermitteln: %s\n"
#: fe-connect.c:2245
#: fe-connect.c:2322
msgid "requirepeer parameter is not supported on this platform\n"
msgstr "Parameter »requirepeer« wird auf dieser Plattform nicht unterstützt\n"
#: fe-connect.c:2248
#: fe-connect.c:2325
#, c-format
msgid "could not get peer credentials: %s\n"
msgstr "konnte Credentials von Gegenstelle nicht ermitteln: %s\n"
#: fe-connect.c:2271
#: fe-connect.c:2348
#, c-format
msgid "requirepeer specifies \"%s\", but actual peer user name is \"%s\"\n"
msgstr "requirepeer gibt »%s« an, aber tatsächlicher Benutzername der Gegenstelle ist »%s«\n"
#: fe-connect.c:2305
#: fe-connect.c:2382
#, c-format
msgid "could not send SSL negotiation packet: %s\n"
msgstr "konnte Paket zur SSL-Verhandlung nicht senden: %s\n"
#: fe-connect.c:2344
#: fe-connect.c:2421
#, c-format
msgid "could not send startup packet: %s\n"
msgstr "konnte Startpaket nicht senden: %s\n"
#: fe-connect.c:2414
#: fe-connect.c:2491
msgid "server does not support SSL, but SSL was required\n"
msgstr "Server unterstützt kein SSL, aber SSL wurde verlangt\n"
#: fe-connect.c:2440
#: fe-connect.c:2517
#, c-format
msgid "received invalid response to SSL negotiation: %c\n"
msgstr "ungültige Antwort auf SSL-Verhandlungspaket empfangen: %c\n"
#: fe-connect.c:2516 fe-connect.c:2549
#: fe-connect.c:2593 fe-connect.c:2626
#, c-format
msgid "expected authentication request from server, but received %c\n"
msgstr "Authentifizierungsanfrage wurde vom Server erwartet, aber %c wurde empfangen\n"
#: fe-connect.c:2778
#: fe-connect.c:2855
msgid "unexpected message from server during startup\n"
msgstr "unerwartete Nachricht vom Server beim Start\n"
#: fe-connect.c:2982
#, fuzzy, c-format
#| msgid "could not connect to server: %s"
msgid "could not make a writable connection to server \"%s:%s\"\n"
msgstr "konnte nicht mit Server verbinden: %s"
#: fe-connect.c:3024
#: fe-connect.c:3059
#, c-format
msgid "test \"show transaction_read_only\" failed on \"%s:%s\"\n"
msgid "could not make a writable connection to server \"%s:%s\"\n"
msgstr "konnte keine schreibbare Verbindung zum Server »%s:%s« aufbauen\n"
#: fe-connect.c:3101
#, c-format
msgid "test \"SHOW transaction_read_only\" failed on \"%s:%s\"\n"
msgstr ""
#: fe-connect.c:3046
#: fe-connect.c:3123
#, c-format
msgid "invalid connection state %d, probably indicative of memory corruption\n"
msgstr "ungültiger Verbindungszustand %d, möglicherweise ein Speicherproblem\n"
#: fe-connect.c:3538 fe-connect.c:3598
#: fe-connect.c:3579 fe-connect.c:3639
#, c-format
msgid "PGEventProc \"%s\" failed during PGEVT_CONNRESET event\n"
msgstr "PGEventProc »%s« während PGEVT_CONNRESET-Ereignis fehlgeschlagen\n"
#: fe-connect.c:3945
#: fe-connect.c:3986
#, c-format
msgid "invalid LDAP URL \"%s\": scheme must be ldap://\n"
msgstr "ungültige LDAP-URL »%s«: Schema muss ldap:// sein\n"
#: fe-connect.c:3960
#: fe-connect.c:4001
#, c-format
msgid "invalid LDAP URL \"%s\": missing distinguished name\n"
msgstr "ungültige LDAP-URL »%s«: Distinguished Name fehlt\n"
#: fe-connect.c:3971 fe-connect.c:4024
#: fe-connect.c:4012 fe-connect.c:4065
#, c-format
msgid "invalid LDAP URL \"%s\": must have exactly one attribute\n"
msgstr "ungültige LDAP-URL »%s«: muss genau ein Attribut haben\n"
#: fe-connect.c:3981 fe-connect.c:4038
#: fe-connect.c:4022 fe-connect.c:4079
#, c-format
msgid "invalid LDAP URL \"%s\": must have search scope (base/one/sub)\n"
msgstr "ungültige LDAP-URL »%s«: Suchbereich fehlt (base/one/sub)\n"
#: fe-connect.c:3992
#: fe-connect.c:4033
#, c-format
msgid "invalid LDAP URL \"%s\": no filter\n"
msgstr "ungültige LDAP-URL »%s«: kein Filter\n"
#: fe-connect.c:4013
#: fe-connect.c:4054
#, c-format
msgid "invalid LDAP URL \"%s\": invalid port number\n"
msgstr "ungültige LDAP-URL »%s«: ungültige Portnummer\n"
#: fe-connect.c:4047
#: fe-connect.c:4088
msgid "could not create LDAP structure\n"
msgstr "konnte LDAP-Struktur nicht erzeugen\n"
#: fe-connect.c:4123
#: fe-connect.c:4164
#, c-format
msgid "lookup on LDAP server failed: %s\n"
msgstr "Suche auf LDAP-Server fehlgeschlagen: %s\n"
#: fe-connect.c:4134
#: fe-connect.c:4175
msgid "more than one entry found on LDAP lookup\n"
msgstr "LDAP-Suche ergab mehr als einen Eintrag\n"
#: fe-connect.c:4135 fe-connect.c:4147
#: fe-connect.c:4176 fe-connect.c:4188
msgid "no entry found on LDAP lookup\n"
msgstr "kein Eintrag gefunden bei LDAP-Suche\n"
#: fe-connect.c:4158 fe-connect.c:4171
#: fe-connect.c:4199 fe-connect.c:4212
msgid "attribute has no values on LDAP lookup\n"
msgstr "Attribut hat keine Werte bei LDAP-Suche\n"
#: fe-connect.c:4223 fe-connect.c:4242 fe-connect.c:4761
#: fe-connect.c:4264 fe-connect.c:4283 fe-connect.c:4802
#, c-format
msgid "missing \"=\" after \"%s\" in connection info string\n"
msgstr "fehlendes »=« nach »%s« in der Zeichenkette der Verbindungsdaten\n"
#: fe-connect.c:4315 fe-connect.c:4946 fe-connect.c:5720
#: fe-connect.c:4356 fe-connect.c:4987 fe-connect.c:5761
#, c-format
msgid "invalid connection option \"%s\"\n"
msgstr "ungültige Verbindungsoption »%s«\n"
#: fe-connect.c:4331 fe-connect.c:4810
#: fe-connect.c:4372 fe-connect.c:4851
msgid "unterminated quoted string in connection info string\n"
msgstr "fehlendes schließendes Anführungszeichen (\") in der Zeichenkette der Verbindungsdaten\n"
#: fe-connect.c:4371
#: fe-connect.c:4412
msgid "could not get home directory to locate service definition file"
msgstr "konnte Home-Verzeichnis nicht ermitteln, um Servicedefinitionsdatei zu finden"
#: fe-connect.c:4404
#: fe-connect.c:4445
#, c-format
msgid "definition of service \"%s\" not found\n"
msgstr "Definition von Service »%s« nicht gefunden\n"
#: fe-connect.c:4427
#: fe-connect.c:4468
#, c-format
msgid "service file \"%s\" not found\n"
msgstr "Servicedatei »%s« nicht gefunden\n"
#: fe-connect.c:4440
#: fe-connect.c:4481
#, c-format
msgid "line %d too long in service file \"%s\"\n"
msgstr "Zeile %d zu lang in Servicedatei »%s«\n"
#: fe-connect.c:4511 fe-connect.c:4555
#: fe-connect.c:4552 fe-connect.c:4596
#, c-format
msgid "syntax error in service file \"%s\", line %d\n"
msgstr "Syntaxfehler in Servicedatei »%s«, Zeile %d\n"
#: fe-connect.c:4522
#: fe-connect.c:4563
#, c-format
msgid "nested service specifications not supported in service file \"%s\", line %d\n"
msgstr "geschachtelte »service«-Definitionen werden nicht unterstützt in Servicedatei »%s«, Zeile %d\n"
#: fe-connect.c:5242
#: fe-connect.c:5283
#, c-format
msgid "invalid URI propagated to internal parser routine: \"%s\"\n"
msgstr "ungültige URI an interne Parserroutine weitergeleitet: »%s«\n"
#: fe-connect.c:5319
#: fe-connect.c:5360
#, c-format
msgid "end of string reached when looking for matching \"]\" in IPv6 host address in URI: \"%s\"\n"
msgstr "Ende der Eingabezeichenkette gefunden beim Suchen nach passendem »]« in IPv6-Hostadresse in URI: »%s«\n"
#: fe-connect.c:5326
#: fe-connect.c:5367
#, c-format
msgid "IPv6 host address may not be empty in URI: \"%s\"\n"
msgstr "IPv6-Hostadresse darf nicht leer sein in URI: »%s«\n"
#: fe-connect.c:5341
#: fe-connect.c:5382
#, c-format
msgid "unexpected character \"%c\" at position %d in URI (expected \":\" or \"/\"): \"%s\"\n"
msgstr "unerwartetes Zeichen »%c« an Position %d in URI (»:« oder »/« erwartet): »%s«\n"
#: fe-connect.c:5470
#: fe-connect.c:5511
#, c-format
msgid "extra key/value separator \"=\" in URI query parameter: \"%s\"\n"
msgstr "zusätzliches Schlüssel/Wert-Trennzeichen »=« in URI-Query-Parameter: »%s«\n"
#: fe-connect.c:5490
#: fe-connect.c:5531
#, c-format
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:5541
#: fe-connect.c:5582
#, c-format
msgid "invalid URI query parameter: \"%s\"\n"
msgstr "ungültiger URI-Query-Parameter: »%s«\n"
#: fe-connect.c:5615
#: fe-connect.c:5656
#, c-format
msgid "invalid percent-encoded token: \"%s\"\n"
msgstr "ungültiges Prozent-kodiertes Token: »%s«\n"
#: fe-connect.c:5625
#: fe-connect.c:5666
#, 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:5970
#: fe-connect.c:6011
msgid "connection pointer is NULL\n"
msgstr "Verbindung ist ein NULL-Zeiger\n"
#: fe-connect.c:6268
#: fe-connect.c:6309
#, 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:6277
#: fe-connect.c:6318
#, 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:6369
#: fe-connect.c:6410
#, c-format
msgid "password retrieved from file \"%s\"\n"
msgstr "Passwort wurde aus Datei »%s« gelesen\n"
@ -710,15 +718,15 @@ msgstr ""
"\tDas heißt wahrscheinlich, dass der Server abnormal beendete\n"
"\tbevor oder während die Anweisung bearbeitet wurde.\n"
#: fe-misc.c:1013
#: fe-misc.c:1011
msgid "timeout expired\n"
msgstr "Timeout abgelaufen\n"
#: fe-misc.c:1058
#: fe-misc.c:1056
msgid "invalid socket\n"
msgstr "ungültiges Socket\n"
#: fe-misc.c:1081
#: fe-misc.c:1079
#, c-format
msgid "select() failed: %s\n"
msgstr "select() fehlgeschlagen: %s\n"
@ -899,16 +907,16 @@ msgstr "ZEILE %d: "
msgid "PQgetline: not doing text COPY OUT\n"
msgstr "PQgetline: Text COPY OUT nicht ausgeführt\n"
#: fe-secure-openssl.c:234 fe-secure-openssl.c:343 fe-secure-openssl.c:1321
#: fe-secure-openssl.c:234 fe-secure-openssl.c:343 fe-secure-openssl.c:1323
#, c-format
msgid "SSL SYSCALL error: %s\n"
msgstr "SSL-SYSCALL-Fehler: %s\n"
#: fe-secure-openssl.c:241 fe-secure-openssl.c:350 fe-secure-openssl.c:1325
#: fe-secure-openssl.c:241 fe-secure-openssl.c:350 fe-secure-openssl.c:1327
msgid "SSL SYSCALL error: EOF detected\n"
msgstr "SSL-SYSCALL-Fehler: Dateiende entdeckt\n"
#: fe-secure-openssl.c:252 fe-secure-openssl.c:361 fe-secure-openssl.c:1334
#: fe-secure-openssl.c:252 fe-secure-openssl.c:361 fe-secure-openssl.c:1336
#, c-format
msgid "SSL error: %s\n"
msgstr "SSL-Fehler: %s\n"
@ -917,7 +925,7 @@ msgstr "SSL-Fehler: %s\n"
msgid "SSL connection has been closed unexpectedly\n"
msgstr "SSL-Verbindung wurde unerwartet geschlossen\n"
#: fe-secure-openssl.c:273 fe-secure-openssl.c:382 fe-secure-openssl.c:1343
#: fe-secure-openssl.c:273 fe-secure-openssl.c:382 fe-secure-openssl.c:1345
#, c-format
msgid "unrecognized SSL error code: %d\n"
msgstr "unbekannter SSL-Fehlercode: %d\n"
@ -985,62 +993,62 @@ msgstr "konnte Zertifikatdatei »%s« nicht öffnen: %s\n"
msgid "could not read certificate file \"%s\": %s\n"
msgstr "konnte Zertifikatdatei »%s« nicht lesen: %s\n"
#: fe-secure-openssl.c:1099
#: fe-secure-openssl.c:1100
#, c-format
msgid "could not establish SSL connection: %s\n"
msgstr "konnte SSL-Verbindung nicht aufbauen: %s\n"
#: fe-secure-openssl.c:1153
#: fe-secure-openssl.c:1154
#, c-format
msgid "could not load SSL engine \"%s\": %s\n"
msgstr "konnte SSL-Engine »%s« nicht laden: %s\n"
#: fe-secure-openssl.c:1165
#: fe-secure-openssl.c:1166
#, c-format
msgid "could not initialize SSL engine \"%s\": %s\n"
msgstr "konnte SSL-Engine »%s« nicht initialisieren: %s\n"
#: fe-secure-openssl.c:1181
#: fe-secure-openssl.c:1182
#, c-format
msgid "could not read private SSL key \"%s\" from engine \"%s\": %s\n"
msgstr "konnte privaten SSL-Schlüssel »%s« nicht von Engine »%s« lesen: %s\n"
#: fe-secure-openssl.c:1195
#: fe-secure-openssl.c:1196
#, c-format
msgid "could not load private SSL key \"%s\" from engine \"%s\": %s\n"
msgstr "konnte privaten SSL-Schlüssel »%s« nicht von Engine »%s« laden: %s\n"
#: fe-secure-openssl.c:1232
#: fe-secure-openssl.c:1233
#, c-format
msgid "certificate present, but not private key file \"%s\"\n"
msgstr "Zertifikat vorhanden, aber keine private Schlüsseldatei »%s«\n"
#: fe-secure-openssl.c:1240
#: fe-secure-openssl.c:1241
#, c-format
msgid "private key file \"%s\" has group or world access; permissions should be u=rw (0600) or less\n"
msgstr "WARNUNG: private Schlüsseldatei »%s« erlaubt Lesezugriff für Gruppe oder Andere; Rechte sollten u=rw (0600) oder weniger sein\n"
#: fe-secure-openssl.c:1251
#: fe-secure-openssl.c:1252
#, c-format
msgid "could not load private key file \"%s\": %s\n"
msgstr "konnte private Schlüsseldatei »%s« nicht laden: %s\n"
#: fe-secure-openssl.c:1265
#: fe-secure-openssl.c:1266
#, c-format
msgid "certificate does not match private key file \"%s\": %s\n"
msgstr "Zertifikat passt nicht zur privaten Schlüsseldatei »%s«: %s\n"
#: fe-secure-openssl.c:1364
#: fe-secure-openssl.c:1366
#, c-format
msgid "certificate could not be obtained: %s\n"
msgstr "Zertifikat konnte nicht ermittelt werden: %s\n"
#: fe-secure-openssl.c:1456
#: fe-secure-openssl.c:1458
#, c-format
msgid "no SSL error reported"
msgstr "kein SSL-Fehler berichtet"
#: fe-secure-openssl.c:1465
#: fe-secure-openssl.c:1467
#, c-format
msgid "SSL error code %lu"
msgstr "SSL-Fehlercode %lu"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -38,10 +38,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: libpq (PostgreSQL) 9.6\n"
"Project-Id-Version: libpq (PostgreSQL) 10\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2016-04-17 00:08+0000\n"
"PO-Revision-Date: 2016-04-17 20:43+0100\n"
"POT-Creation-Date: 2017-05-22 07:38+0000\n"
"PO-Revision-Date: 2017-05-23 01:18+0100\n"
"Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
"Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
"Language: it\n"
@ -50,105 +50,160 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Generator: Poedit 1.5.4\n"
"X-Generator: Poedit 1.8.7.1\n"
#: fe-auth.c:122
#, c-format
msgid "out of memory allocating GSSAPI buffer (%d)\n"
msgstr "memoria esaurita nell'allocazione del buffer GSSAPI (%d)\n"
# DV: non ne sono convinto
#: fe-auth.c:148
#: fe-auth.c:172
msgid "GSSAPI continuation error"
msgstr "GSSAPI errore di continuazione"
#: fe-auth.c:177 fe-auth.c:412
#: fe-auth.c:202 fe-auth.c:451
msgid "host name must be specified\n"
msgstr "il nome dell'host deve essere specificato\n"
#: fe-auth.c:184
#: fe-auth.c:209
msgid "duplicate GSS authentication request\n"
msgstr "richiesta di autenticazione GSS duplicata\n"
#: fe-auth.c:197 fe-auth.c:309 fe-auth.c:383 fe-auth.c:418 fe-auth.c:514
#: fe-auth.c:780 fe-connect.c:707 fe-connect.c:904 fe-connect.c:1080
#: fe-connect.c:2091 fe-connect.c:3484 fe-connect.c:3736 fe-connect.c:3855
#: fe-connect.c:4095 fe-connect.c:4175 fe-connect.c:4274 fe-connect.c:4526
#: fe-connect.c:4555 fe-connect.c:4627 fe-connect.c:4645 fe-connect.c:4741
#: fe-connect.c:5075 fe-connect.c:5225 fe-exec.c:2634 fe-exec.c:3381
#: fe-exec.c:3546 fe-lobj.c:896 fe-protocol2.c:1206 fe-protocol3.c:992
#: fe-protocol3.c:1678 fe-secure-openssl.c:551 fe-secure-openssl.c:1093
#: fe-auth.c:222 fe-auth.c:357 fe-auth.c:422 fe-auth.c:457 fe-auth.c:599
#: fe-auth.c:758 fe-auth.c:1070 fe-auth.c:1217 fe-connect.c:712
#: fe-connect.c:1091 fe-connect.c:1267 fe-connect.c:1824 fe-connect.c:2352
#: fe-connect.c:3953 fe-connect.c:4205 fe-connect.c:4324 fe-connect.c:4564
#: fe-connect.c:4644 fe-connect.c:4743 fe-connect.c:4999 fe-connect.c:5028
#: fe-connect.c:5100 fe-connect.c:5124 fe-connect.c:5142 fe-connect.c:5243
#: fe-connect.c:5252 fe-connect.c:5608 fe-connect.c:5758 fe-exec.c:2651
#: fe-exec.c:3398 fe-exec.c:3563 fe-lobj.c:896 fe-protocol2.c:1206
#: fe-protocol3.c:992 fe-protocol3.c:1678 fe-secure-openssl.c:514
#: fe-secure-openssl.c:1138
msgid "out of memory\n"
msgstr "memoria esaurita\n"
# non è che mi torni tanto così
#: fe-auth.c:210
#: fe-auth.c:235
msgid "GSSAPI name import error"
msgstr "errore di importazione del nome GSSAPI"
#: fe-auth.c:298
#, c-format
msgid "out of memory allocating SSPI buffer (%d)\n"
msgstr "memoria esaurita nell'allocazione del buffer SSPI (%d)\n"
#: fe-auth.c:346
msgid "SSPI continuation error"
msgstr "SSPI errore di continuazione"
#: fe-auth.c:398
#: fe-auth.c:437
msgid "could not acquire SSPI credentials"
msgstr "non è stato possibile ottenere le credenziali SSPI"
#: fe-auth.c:489
#: fe-auth.c:490
msgid "duplicate SASL authentication request\n"
msgstr "doppia richiesta di autenticazione SASL\n"
#: fe-auth.c:550
msgid "none of the server's SASL authentication mechanisms are supported\n"
msgstr "nessuno dei meccanismi di autenticazione SASL del server è supportato\n"
#: fe-auth.c:623
#, c-format
msgid "out of memory allocating SASL buffer (%d)\n"
msgstr "memoria esaurita nell'allocazione del buffer SASL (%d)\n"
#: fe-auth.c:648
msgid "AuthenticationSASLFinal received from server, but SASL authentication was not completed\n"
msgstr "ricevuto AuthenticationSASLFinal dal server, ma l'autenticazione SASL non è stata completata\n"
#: fe-auth.c:725
msgid "SCM_CRED authentication method not supported\n"
msgstr "il metodo di autenticazione SCM_CRED non è supportato\n"
#: fe-auth.c:565
#: fe-auth.c:816
msgid "Kerberos 4 authentication not supported\n"
msgstr "l'autenticazione Kerberos 4 non è supportata\n"
#: fe-auth.c:570
#: fe-auth.c:821
msgid "Kerberos 5 authentication not supported\n"
msgstr "l'autenticazione Kerberos 5 non è supportata\n"
#: fe-auth.c:641
#: fe-auth.c:892
msgid "GSSAPI authentication not supported\n"
msgstr "l'autenticazione GSSAPI non è supportata\n"
#: fe-auth.c:673
#: fe-auth.c:924
msgid "SSPI authentication not supported\n"
msgstr "l'autenticazione SSPI non è supportata\n"
#: fe-auth.c:681
#: fe-auth.c:932
msgid "Crypt authentication not supported\n"
msgstr "l'autenticazione Crypt non è supportata\n"
#: fe-auth.c:708
#: fe-auth.c:998
#, c-format
msgid "authentication method %u not supported\n"
msgstr "l'autenticazione %u non è supportata\n"
#: fe-auth.c:755
#: fe-auth.c:1045
#, 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:765 fe-connect.c:2018
#: fe-auth.c:1055 fe-connect.c:2279
#, 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:770 fe-connect.c:2023
#: fe-auth.c:1060 fe-connect.c:2284
#, 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:846
#: fe-auth.c:1162
msgid "unexpected shape of result set returned for SHOW\n"
msgstr "il risultato restituito da SHOW ha una forma imprevista\n"
#: fe-auth.c:1171
msgid "password_encryption value too long\n"
msgstr "valore di password_encryption troppo lungo\n"
#: fe-auth.c:1211
msgid "unknown password encryption algorithm\n"
msgstr "algoritmo di criptaggio della password sconosciuto\n"
#: fe-connect.c:913
#, c-format
msgid "could not match %d port numbers to %d hosts\n"
msgstr "non è possibile far combaciare %d numeri di porta con %d host\n"
#: fe-connect.c:965
msgid "could not get home directory to locate password file\n"
msgstr "errore nel raggiungere la directory home per trovare il file delle password\n"
#: fe-connect.c:1017
#, c-format
msgid "invalid sslmode value: \"%s\"\n"
msgstr "valore sslmode errato: \"%s\"\n"
#: fe-connect.c:867
#: fe-connect.c:1038
#, 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:1104
#: fe-connect.c:1073
#, c-format
msgid "invalid target_session_attrs value: \"%s\"\n"
msgstr "valore per target_session_attrs non valido: \"%s\"\n"
#: fe-connect.c:1291
#, 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:1134
#: fe-connect.c:1321
#, c-format
msgid ""
"could not connect to server: %s\n"
@ -159,7 +214,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:1189
#: fe-connect.c:1376
#, c-format
msgid ""
"could not connect to server: %s\n"
@ -170,7 +225,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:1198
#: fe-connect.c:1385
#, c-format
msgid ""
"could not connect to server: %s\n"
@ -181,302 +236,307 @@ 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:1249
#: fe-connect.c:1436
#, c-format
msgid "setsockopt(TCP_KEEPIDLE) failed: %s\n"
msgstr "chiamata setsockopt(TCP_KEEPIDLE) fallita: %s\n"
#: fe-connect.c:1262
#: fe-connect.c:1449
#, c-format
msgid "setsockopt(TCP_KEEPALIVE) failed: %s\n"
msgstr "chiamata setsockopt(TCP_KEEPALIVE) fallita: %s\n"
#: fe-connect.c:1294
#: fe-connect.c:1481
#, c-format
msgid "setsockopt(TCP_KEEPINTVL) failed: %s\n"
msgstr "chiamata setsockopt(TCP_KEEPINTVL) fallita: %s\n"
#: fe-connect.c:1326
#: fe-connect.c:1513
#, c-format
msgid "setsockopt(TCP_KEEPCNT) failed: %s\n"
msgstr "chiamata setsockopt(TCP_KEEPCNT) fallita: %s\n"
#: fe-connect.c:1374
#: fe-connect.c:1561
#, c-format
msgid "WSAIoctl(SIO_KEEPALIVE_VALS) failed: %ui\n"
msgstr "chiamata WSAIoctl(SIO_KEEPALIVE_VALS) fallito: %ui\n"
#: fe-connect.c:1426
#: fe-connect.c:1619
#, c-format
msgid "invalid port number: \"%s\"\n"
msgstr "numero di porta non valido: \"%s\"\n"
#: fe-connect.c:1459
#: fe-connect.c:1643
#, 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:1478
#: fe-connect.c:1661
#, 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:1482
#: fe-connect.c:1665
#, 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:1687
#: fe-connect.c:1930
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:1727
#: fe-connect.c:1987
#, c-format
msgid "could not create socket: %s\n"
msgstr "creazione del socket fallita: %s\n"
#: fe-connect.c:1749
#: fe-connect.c:2009
#, 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:1760
#: fe-connect.c:2020
#, 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:1779
#: fe-connect.c:2039
msgid "keepalives parameter must be an integer\n"
msgstr "il parametro keepalives dev'essere un intero\n"
#: fe-connect.c:1792
#: fe-connect.c:2052
#, c-format
msgid "setsockopt(SO_KEEPALIVE) failed: %s\n"
msgstr "chiamata setsockopt(SO_KEEPALIVE) fallita: %s\n"
#: fe-connect.c:1929
#: fe-connect.c:2189
#, 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:1963
#: fe-connect.c:2224
#, 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:2005
#: fe-connect.c:2266
msgid "requirepeer parameter is not supported on this platform\n"
msgstr "il parametro requirepeer non è supportato su questa piattaforma\n"
#: fe-connect.c:2008
#: fe-connect.c:2269
#, c-format
msgid "could not get peer credentials: %s\n"
msgstr "non è stato possibile ottenere le credenziali del peer: %s\n"
#: fe-connect.c:2031
#: fe-connect.c:2292
#, 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:2065
#: fe-connect.c:2326
#, c-format
msgid "could not send SSL negotiation packet: %s\n"
msgstr "invio del pacchetto di negoziazione SSL fallito: %s\n"
#: fe-connect.c:2104
#: fe-connect.c:2365
#, c-format
msgid "could not send startup packet: %s\n"
msgstr "invio del pacchetto di avvio fallito: %s\n"
#: fe-connect.c:2174
#: fe-connect.c:2435
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:2200
#: fe-connect.c:2461
#, c-format
msgid "received invalid response to SSL negotiation: %c\n"
msgstr "ricevuta risposta errata alla negoziazione SSL: %c\n"
#: fe-connect.c:2275 fe-connect.c:2308
#: fe-connect.c:2537 fe-connect.c:2570
#, 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:2475
#, c-format
msgid "out of memory allocating GSSAPI buffer (%d)"
msgstr "errore di memoria nell'allocazione del buffer GSSAPI (%d)"
#: fe-connect.c:2560
#: fe-connect.c:2799
msgid "unexpected message from server during startup\n"
msgstr "messaggio imprevisto dal server durante l'avvio\n"
#: fe-connect.c:2654
#: fe-connect.c:3003
#, c-format
msgid "could not make a writable connection to server \"%s:%s\"\n"
msgstr "errore nello stabilire una connessione scrivibile col server \"%s:%s\"\n"
#: fe-connect.c:3045
#, c-format
msgid "test \"SHOW transaction_read_only\" failed on \"%s:%s\"\n"
msgstr "test \"SHOW transaction_read_only\" fallito su \"%s:%s\"\n"
#: fe-connect.c:3067
#, 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:3090 fe-connect.c:3150
#: fe-connect.c:3559 fe-connect.c:3619
#, c-format
msgid "PGEventProc \"%s\" failed during PGEVT_CONNRESET event\n"
msgstr "PGEventProc \"%s\" fallito durante l'evento PGEVT_CONNRESET\n"
#: fe-connect.c:3497
#: fe-connect.c:3966
#, 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:3512
#: fe-connect.c:3981
#, 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:3523 fe-connect.c:3576
#: fe-connect.c:3992 fe-connect.c:4045
#, 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:3533 fe-connect.c:3590
#: fe-connect.c:4002 fe-connect.c:4059
#, 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:3544
#: fe-connect.c:4013
#, c-format
msgid "invalid LDAP URL \"%s\": no filter\n"
msgstr "URL LDAP \"%s\" non corretta: filtro non specificato\n"
#: fe-connect.c:3565
#: fe-connect.c:4034
#, 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:3599
#: fe-connect.c:4068
msgid "could not create LDAP structure\n"
msgstr "creazione della struttura dati LDAP fallita\n"
#: fe-connect.c:3675
#: fe-connect.c:4144
#, c-format
msgid "lookup on LDAP server failed: %s\n"
msgstr "ricerca del server LDAP fallita: %s\n"
#: fe-connect.c:3686
#: fe-connect.c:4155
msgid "more than one entry found on LDAP lookup\n"
msgstr "trovata più di una voce nella ricerca LDAP\n"
#: fe-connect.c:3687 fe-connect.c:3699
#: fe-connect.c:4156 fe-connect.c:4168
msgid "no entry found on LDAP lookup\n"
msgstr "nessun elemento trovato per la ricerca LDAP\n"
#: fe-connect.c:3710 fe-connect.c:3723
#: fe-connect.c:4179 fe-connect.c:4192
msgid "attribute has no values on LDAP lookup\n"
msgstr "l'attributo non ha valori nella ricerca LDAP\n"
#: fe-connect.c:3775 fe-connect.c:3794 fe-connect.c:4313
#: fe-connect.c:4244 fe-connect.c:4263 fe-connect.c:4782
#, c-format
msgid "missing \"=\" after \"%s\" in connection info string\n"
msgstr "manca \"=\" dopo \"%s\" nella stringa di connessione\n"
#: fe-connect.c:3867 fe-connect.c:4494 fe-connect.c:5208
#: fe-connect.c:4336 fe-connect.c:4967 fe-connect.c:5741
#, c-format
msgid "invalid connection option \"%s\"\n"
msgstr "opzione di connessione errata \"%s\"\n"
#: fe-connect.c:3883 fe-connect.c:4362
#: fe-connect.c:4352 fe-connect.c:4831
msgid "unterminated quoted string in connection info string\n"
msgstr "stringa tra virgolette non terminata nella stringa di connessione\n"
#: fe-connect.c:3923
#: fe-connect.c:4392
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:3956
#: fe-connect.c:4425
#, 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:3979
#: fe-connect.c:4448
#, c-format
msgid "service file \"%s\" not found\n"
msgstr "il file di servizio \"%s\" non è stato trovato\n"
#: fe-connect.c:3992
#: fe-connect.c:4461
#, 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:4063 fe-connect.c:4107
#: fe-connect.c:4532 fe-connect.c:4576
#, 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:4074
#: fe-connect.c:4543
#, c-format
msgid "nested service specifications not supported in service file \"%s\", line %d\n"
msgstr "specifiche di servizio annidate non supportate nel file di servizio \"%s\", linea %d\n"
#: fe-connect.c:4752
#: fe-connect.c:5263
#, 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:4822
#: fe-connect.c:5340
#, 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:4829
#: fe-connect.c:5347
#, 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:4844
#: fe-connect.c:5362
#, 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:4958
#: fe-connect.c:5491
#, 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:4978
#: fe-connect.c:5511
#, 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:5029
#: fe-connect.c:5562
#, c-format
msgid "invalid URI query parameter: \"%s\"\n"
msgstr "parametro URI non valido: \"%s\"\n"
#: fe-connect.c:5103
#: fe-connect.c:5636
#, c-format
msgid "invalid percent-encoded token: \"%s\"\n"
msgstr "simbolo percent-encoded non valido \"%s\"\n"
#: fe-connect.c:5113
#: fe-connect.c:5646
#, 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:5447
#: fe-connect.c:5991
msgid "connection pointer is NULL\n"
msgstr "il puntatore della connessione è NULL\n"
#: fe-connect.c:5745
#: fe-connect.c:6289
#, 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:5754
#: fe-connect.c:6298
#, 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:5860
#: fe-connect.c:6390
#, c-format
msgid "password retrieved from file \"%s\"\n"
msgstr "password ottenuta dal file \"%s\"\n"
@ -485,99 +545,99 @@ msgstr "password ottenuta dal file \"%s\"\n"
msgid "NOTICE"
msgstr "NOTIFICA"
#: fe-exec.c:1123 fe-exec.c:1181 fe-exec.c:1227
#: fe-exec.c:1141 fe-exec.c:1199 fe-exec.c:1245
msgid "command string is a null pointer\n"
msgstr "il testo del comando è un puntatore nullo\n"
#: fe-exec.c:1187 fe-exec.c:1233 fe-exec.c:1328
#: fe-exec.c:1205 fe-exec.c:1251 fe-exec.c:1346
msgid "number of parameters must be between 0 and 65535\n"
msgstr "il numero di parametri deve essere tra 0 e 65535\n"
#: fe-exec.c:1221 fe-exec.c:1322
#: fe-exec.c:1239 fe-exec.c:1340
msgid "statement name is a null pointer\n"
msgstr "il nome dell'istruzione è un puntatore nullo\n"
#: fe-exec.c:1241 fe-exec.c:1405 fe-exec.c:2123 fe-exec.c:2322
#: fe-exec.c:1259 fe-exec.c:1422 fe-exec.c:2140 fe-exec.c:2339
msgid "function requires at least protocol version 3.0\n"
msgstr "la funzione richiede almeno il protocollo versione 3.0\n"
#: fe-exec.c:1359
#: fe-exec.c:1377
msgid "no connection to the server\n"
msgstr "nessuna connessione al server\n"
#: fe-exec.c:1366
#: fe-exec.c:1384
msgid "another command is already in progress\n"
msgstr "un altro comando è in esecuzione\n"
#: fe-exec.c:1481
#: fe-exec.c:1498
msgid "length must be given for binary parameter\n"
msgstr "la lunghezza deve essere fornita per i parametri binari\n"
#: fe-exec.c:1753
#: fe-exec.c:1770
#, c-format
msgid "unexpected asyncStatus: %d\n"
msgstr "asyncStatus imprevisto: %d\n"
#: fe-exec.c:1773
#: fe-exec.c:1790
#, c-format
msgid "PGEventProc \"%s\" failed during PGEVT_RESULTCREATE event\n"
msgstr "PGEventProc \"%s\" fallito durante l'evento PGEVT_RESULTCREATE\n"
#: fe-exec.c:1933
#: fe-exec.c:1950
msgid "COPY terminated by new PQexec"
msgstr "COPY terminato da una nuova PQexec"
#: fe-exec.c:1941
#: fe-exec.c:1958
msgid "COPY IN state must be terminated first\n"
msgstr "lo stato COPY IN deve prima essere terminato\n"
#: fe-exec.c:1961
#: fe-exec.c:1978
msgid "COPY OUT state must be terminated first\n"
msgstr "lo stato COPY OUT deve prima essere terminato\n"
# NON SONO ASSOLUTAMENTE CONVINTO!
#: fe-exec.c:1969
#: fe-exec.c:1986
msgid "PQexec not allowed during COPY BOTH\n"
msgstr "PQexec not consentito durante COPY BOTH\n"
#: fe-exec.c:2212 fe-exec.c:2279 fe-exec.c:2369 fe-protocol2.c:1352
#: fe-exec.c:2229 fe-exec.c:2296 fe-exec.c:2386 fe-protocol2.c:1352
#: fe-protocol3.c:1817
msgid "no COPY in progress\n"
msgstr "nessun comando COPY in corso\n"
#: fe-exec.c:2559
#: fe-exec.c:2576
msgid "connection in wrong state\n"
msgstr "la connessione è in uno stato errato\n"
#: fe-exec.c:2590
#: fe-exec.c:2607
msgid "invalid ExecStatusType code"
msgstr "codice ExecStatusType errato"
#: fe-exec.c:2617
#: fe-exec.c:2634
msgid "PGresult is not an error result\n"
msgstr "PGresult non è un risultato di errore\n"
#: fe-exec.c:2692 fe-exec.c:2715
#: fe-exec.c:2709 fe-exec.c:2732
#, 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:2708
#: fe-exec.c:2725
#, 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:2730
#: fe-exec.c:2747
#, 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:3040
#: fe-exec.c:3057
#, c-format
msgid "could not interpret result from server: %s"
msgstr "errore nell'interpretazione del risultato dal server: %s"
#: fe-exec.c:3279 fe-exec.c:3363
#: fe-exec.c:3296 fe-exec.c:3380
msgid "incomplete multibyte character\n"
msgstr "carattere multibyte incompleto\n"
@ -664,21 +724,21 @@ msgstr "non è possibile determinare l'OID della funzione loread\n"
msgid "cannot determine OID of function lowrite\n"
msgstr "non è possibile determinare l'OID della funzione lowrite\n"
#: fe-misc.c:295
#: fe-misc.c:292
#, c-format
msgid "integer of size %lu not supported by pqGetInt"
msgstr "intero di dimensione %lu non supportato da pqGetInt"
#: fe-misc.c:331
#: fe-misc.c:328
#, c-format
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:843
#: fe-misc.c:639 fe-misc.c:840
msgid "connection not open\n"
msgstr "connessione non aperta\n"
#: fe-misc.c:812 fe-secure-openssl.c:270 fe-secure-openssl.c:379
#: fe-misc.c:809 fe-secure-openssl.c:229 fe-secure-openssl.c:338
#: fe-secure.c:253 fe-secure.c:362
msgid ""
"server closed the connection unexpectedly\n"
@ -689,15 +749,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:1016
#: fe-misc.c:1011
msgid "timeout expired\n"
msgstr "timeout scaduto\n"
#: fe-misc.c:1061
#: fe-misc.c:1056
msgid "invalid socket\n"
msgstr "socket non valido\n"
#: fe-misc.c:1084
#: fe-misc.c:1079
#, c-format
msgid "select() failed: %s\n"
msgstr "select() fallita: %s\n"
@ -717,9 +777,9 @@ 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:503 fe-protocol2.c:538 fe-protocol2.c:1049
#: fe-protocol3.c:209 fe-protocol3.c:236 fe-protocol3.c:253 fe-protocol3.c:333
#: fe-protocol3.c:728 fe-protocol3.c:951
#: fe-protocol2.c:503 fe-protocol2.c:538 fe-protocol2.c:1049 fe-protocol3.c:209
#: fe-protocol3.c:236 fe-protocol3.c:253 fe-protocol3.c:333 fe-protocol3.c:728
#: fe-protocol3.c:951
msgid "out of memory"
msgstr "memoria esaurita"
@ -878,126 +938,66 @@ msgstr "RIGA %d: "
msgid "PQgetline: not doing text COPY OUT\n"
msgstr "PQgetline: COPY OUT testuale ignorato\n"
#: fe-secure-openssl.c:146 fe-secure-openssl.c:1030 fe-secure-openssl.c:1250
#, c-format
msgid "could not acquire mutex: %s\n"
msgstr "acquisizione del mutex fallita: %s\n"
#: fe-secure-openssl.c:158
#, c-format
msgid "could not establish SSL connection: %s\n"
msgstr "non è stato possibile stabilire una connessione SSL: %s\n"
#: fe-secure-openssl.c:275 fe-secure-openssl.c:384 fe-secure-openssl.c:1376
#: fe-secure-openssl.c:234 fe-secure-openssl.c:343 fe-secure-openssl.c:1323
#, c-format
msgid "SSL SYSCALL error: %s\n"
msgstr "errore SSL SYSCALL: %s\n"
#: fe-secure-openssl.c:282 fe-secure-openssl.c:391 fe-secure-openssl.c:1380
#: fe-secure-openssl.c:241 fe-secure-openssl.c:350 fe-secure-openssl.c:1327
msgid "SSL SYSCALL error: EOF detected\n"
msgstr "errore SSL SYSCALL: rilevato EOF\n"
#: fe-secure-openssl.c:293 fe-secure-openssl.c:402 fe-secure-openssl.c:1389
#: fe-secure-openssl.c:252 fe-secure-openssl.c:361 fe-secure-openssl.c:1336
#, c-format
msgid "SSL error: %s\n"
msgstr "errore SSL: %s\n"
#: fe-secure-openssl.c:308 fe-secure-openssl.c:417
#: fe-secure-openssl.c:267 fe-secure-openssl.c:376
msgid "SSL connection has been closed unexpectedly\n"
msgstr "la connessione SSL è stata chiusa inaspettatamente\n"
#: fe-secure-openssl.c:314 fe-secure-openssl.c:423 fe-secure-openssl.c:1398
#: fe-secure-openssl.c:273 fe-secure-openssl.c:382 fe-secure-openssl.c:1345
#, c-format
msgid "unrecognized SSL error code: %d\n"
msgstr "codice di errore SSL sconosciuto: %d\n"
#: fe-secure-openssl.c:535
#: fe-secure-openssl.c:494
msgid "SSL certificate's name entry is missing\n"
msgstr "manca il nome del certificato SSL\n"
#: fe-secure-openssl.c:565
#: fe-secure-openssl.c:528
msgid "SSL certificate's name contains embedded null\n"
msgstr "Il nome del certificato SSL contiene null\n"
#: fe-secure-openssl.c:616
#: fe-secure-openssl.c:580
msgid "host name must be specified for a verified SSL connection\n"
msgstr "il nome dell'host dev'essere specificato per una connessione SSL verificata\n"
#: fe-secure-openssl.c:716
#: fe-secure-openssl.c:680
#, c-format
msgid "server certificate for \"%s\" does not match host name \"%s\"\n"
msgstr "il certificato per il server \"%s\" non combacia col nome host \"%s\"\n"
#: fe-secure-openssl.c:722
#: fe-secure-openssl.c:686
msgid "could not get server's host name from server certificate\n"
msgstr "impossibile ottenere il nome dell'host del server dal certificato del server\n"
#: fe-secure-openssl.c:869
#: fe-secure-openssl.c:928
#, c-format
msgid "could not create SSL context: %s\n"
msgstr "creazione del contesto SSL fallita: %s\n"
#: fe-secure-openssl.c:1000
#, c-format
msgid "could not open certificate file \"%s\": %s\n"
msgstr "apertura del file di certificato \"%s\" fallita: %s\n"
#: fe-secure-openssl.c:1039 fe-secure-openssl.c:1054
#, c-format
msgid "could not read certificate file \"%s\": %s\n"
msgstr "lettura del file di certificato \"%s\" fallita: %s\n"
#: fe-secure-openssl.c:1109
#, c-format
msgid "could not load SSL engine \"%s\": %s\n"
msgstr "caricamento del motore SSL \"%s\" fallito: %s\n"
#: fe-secure-openssl.c:1121
#, c-format
msgid "could not initialize SSL engine \"%s\": %s\n"
msgstr "inizializzazione del motore SSL \"%s\" fallita: %s\n"
#: fe-secure-openssl.c:1137
#, c-format
msgid "could not read private SSL key \"%s\" from engine \"%s\": %s\n"
msgstr "lettura del file della chiave privata SSL \"%s\" dal motore \"%s\" fallita: %s\n"
#: fe-secure-openssl.c:1151
#, c-format
msgid "could not load private SSL key \"%s\" from engine \"%s\": %s\n"
msgstr "caricamento della chiave privata SSL \"%s\" dal motore \"%s\" fallito: %s\n"
#: fe-secure-openssl.c:1188
#, c-format
msgid "certificate present, but not private key file \"%s\"\n"
msgstr "certificato trovato, ma non la chiave privata \"%s\"\n"
#: fe-secure-openssl.c:1196
#, c-format
msgid "private key file \"%s\" has group or world access; permissions should be u=rw (0600) or less\n"
msgstr "Il file della chiave privata \"%s\" ha privilegi di accesso in lettura e scrittura per tutti; i permessi dovrebbero essere u=rw (0600) o inferiori\n"
#: fe-secure-openssl.c:1207
#, c-format
msgid "could not load private key file \"%s\": %s\n"
msgstr "caricamento del file della chiave privata \"%s\" fallito: %s\n"
#: fe-secure-openssl.c:1221
#, c-format
msgid "certificate does not match private key file \"%s\": %s\n"
msgstr "il certificato non corrisponde con il file della chiave privata \"%s\": %s\n"
#: fe-secure-openssl.c:1259
#: fe-secure-openssl.c:965
#, c-format
msgid "could not read root certificate file \"%s\": %s\n"
msgstr "lettura del file di certificato radice \"%s\" fallita: %s\n"
#: fe-secure-openssl.c:1289
#: fe-secure-openssl.c:993
#, c-format
msgid "SSL library does not support CRL certificates (file \"%s\")\n"
msgstr "la libreria SSL non supporta i certificati di tipo CRL (file \"%s\")\n"
#: fe-secure-openssl.c:1322
#: fe-secure-openssl.c:1021
msgid ""
"could not get home directory to locate root certificate file\n"
"Either provide the file or change sslmode to disable server certificate verification.\n"
@ -1005,7 +1005,7 @@ msgstr ""
"directory utente non trovata per la locazione del file di certificato radice\n"
"Per favore fornisci il file oppure cambia sslmode per disabilitare la verifica del certificato del server.\n"
#: fe-secure-openssl.c:1326
#: fe-secure-openssl.c:1025
#, c-format
msgid ""
"root certificate file \"%s\" does not exist\n"
@ -1014,17 +1014,72 @@ msgstr ""
"il file \"%s\" del certificato radice non esiste\n"
"Per favore fornisci il file oppure cambia sslmode per disabilitare la verifica del certificato del server.\n"
#: fe-secure-openssl.c:1419
#: fe-secure-openssl.c:1056
#, c-format
msgid "could not open certificate file \"%s\": %s\n"
msgstr "apertura del file di certificato \"%s\" fallita: %s\n"
#: fe-secure-openssl.c:1075
#, c-format
msgid "could not read certificate file \"%s\": %s\n"
msgstr "lettura del file di certificato \"%s\" fallita: %s\n"
#: fe-secure-openssl.c:1100
#, c-format
msgid "could not establish SSL connection: %s\n"
msgstr "non è stato possibile stabilire una connessione SSL: %s\n"
#: fe-secure-openssl.c:1154
#, c-format
msgid "could not load SSL engine \"%s\": %s\n"
msgstr "caricamento del motore SSL \"%s\" fallito: %s\n"
#: fe-secure-openssl.c:1166
#, c-format
msgid "could not initialize SSL engine \"%s\": %s\n"
msgstr "inizializzazione del motore SSL \"%s\" fallita: %s\n"
#: fe-secure-openssl.c:1182
#, c-format
msgid "could not read private SSL key \"%s\" from engine \"%s\": %s\n"
msgstr "lettura del file della chiave privata SSL \"%s\" dal motore \"%s\" fallita: %s\n"
#: fe-secure-openssl.c:1196
#, c-format
msgid "could not load private SSL key \"%s\" from engine \"%s\": %s\n"
msgstr "caricamento della chiave privata SSL \"%s\" dal motore \"%s\" fallito: %s\n"
#: fe-secure-openssl.c:1233
#, c-format
msgid "certificate present, but not private key file \"%s\"\n"
msgstr "certificato trovato, ma non la chiave privata \"%s\"\n"
#: fe-secure-openssl.c:1241
#, c-format
msgid "private key file \"%s\" has group or world access; permissions should be u=rw (0600) or less\n"
msgstr "Il file della chiave privata \"%s\" ha privilegi di accesso in lettura e scrittura per tutti; i permessi dovrebbero essere u=rw (0600) o inferiori\n"
#: fe-secure-openssl.c:1252
#, c-format
msgid "could not load private key file \"%s\": %s\n"
msgstr "caricamento del file della chiave privata \"%s\" fallito: %s\n"
#: fe-secure-openssl.c:1266
#, c-format
msgid "certificate does not match private key file \"%s\": %s\n"
msgstr "il certificato non corrisponde con il file della chiave privata \"%s\": %s\n"
#: fe-secure-openssl.c:1366
#, c-format
msgid "certificate could not be obtained: %s\n"
msgstr "non è stato possibile possibile ottenere il certificato: %s\n"
#: fe-secure-openssl.c:1511
#: fe-secure-openssl.c:1458
#, c-format
msgid "no SSL error reported"
msgstr "nessun errore SSL riportato"
#: fe-secure-openssl.c:1520
#: fe-secure-openssl.c:1467
#, c-format
msgid "SSL error code %lu"
msgstr "codice di errore SSL: %lu"