1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Translation updates

Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 1bde68354ce9389733ebee17e76817f3bda1edf1
This commit is contained in:
Peter Eisentraut
2018-02-05 12:45:45 -05:00
parent c3456208d1
commit 0a5dcba2ab
30 changed files with 2604 additions and 2590 deletions

View File

@ -1,27 +1,26 @@
#
# Translation of ecpglib to Italian
# PostgreSQL Project
# ecpglib.po
# Italian message translation file for ecpglib
#
# Associazione Culturale ITPUG - Italian PostgreSQL Users Group
# http://www.itpug.org/ - info@itpug.org
# For development and bug report please use:
# https://github.com/dvarrazzo/postgresql-it
#
# Traduttori:
# * Maurizio Totti <maurizio.totti@gmail.com>
# Copyright (C) 2012-2017 PostgreSQL Global Development Group
# Copyright (C) 2010, Associazione Culturale ITPUG
#
# Revisori:
# * Gabriele Bartolini <gabriele.bartolini@2ndQuadrant.it>
# Daniele Varrazzo <daniele.varrazzo@gmail.com>, 2012-2017
# Maurizio Totti <maurizio.totti@gmail.com>, 2010
#
# Copyright (c) 2010, Associazione Culturale ITPUG
# Distributed under the same license of the PostgreSQL project
# This file is distributed under the same license as the PostgreSQL package.
#
msgid ""
msgstr ""
"Project-Id-Version: ecpglib (PostgreSQL) 9.3\n"
"Project-Id-Version: ecpglib (PostgreSQL) 9.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2013-03-15 22:10+0000\n"
"POT-Creation-Date: 2014-07-30 04:07+0000\n"
"PO-Revision-Date: 2012-10-30 13:08+0100\n"
"Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
"Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
"Language-Team: https://github.com/dvarrazzo/postgresql-it\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -34,7 +33,7 @@ msgstr ""
msgid "empty message text"
msgstr "messaggio di testo vuoto"
#: connect.c:384 connect.c:413 connect.c:618
#: connect.c:384 connect.c:413 connect.c:621
msgid "<DEFAULT>"
msgstr "<DEFAULT>"
@ -42,151 +41,177 @@ msgstr "<DEFAULT>"
msgid "NULL"
msgstr "NULL"
#: error.c:29
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:26
#, c-format
msgid "no data found on line %d"
msgstr "non ci sono dati alla riga %d"
# Utilizzerei 'memoria esaurita' al posto di 'errore di memoria' (GB)
#: error.c:39
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:33
#, c-format
msgid "out of memory on line %d"
msgstr "memoria esaurita alla riga %d"
#: error.c:49
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:40
#, c-format
msgid "unsupported type \"%s\" on line %d"
msgstr "tipo \"%s\" non supportato alla riga %d"
#: error.c:59
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:47
#, c-format
msgid "too many arguments on line %d"
msgstr "troppi argomenti alla riga %d"
#: error.c:69
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:54
#, c-format
msgid "too few arguments on line %d"
msgstr "numero di argomenti non sufficiente alla riga %d"
#: error.c:79
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:61
#, c-format
msgid "invalid input syntax for type int: \"%s\", on line %d"
msgstr "sintassi in input non valida per il tipo int: \"%s\", alla riga %d"
#: error.c:89
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:68
#, c-format
msgid "invalid input syntax for type unsigned int: \"%s\", on line %d"
msgstr "sintassi in input non valida per il tipo unsigned int: \"%s\", alla riga %d"
#: error.c:99
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:75
#, c-format
msgid "invalid input syntax for floating-point type: \"%s\", on line %d"
msgstr "sintassi in input non valida per il tipo floating-point: \"%s\", alla riga %d"
#: error.c:110
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:83
#, c-format
msgid "invalid syntax for type boolean: \"%s\", on line %d"
msgstr "sintassi in input non valida per il tipo boolean: \"%s\", alla riga %d"
# Originariamente da MT: non si può convertire il valore booleano: la dimensione è sbagliata (disallineata), alla riga %d
#: error.c:118
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:88
#, c-format
msgid "could not convert boolean value: size mismatch, on line %d"
msgstr "conversione fallita per il valore booleano: dimensione incompatibile, alla riga %d"
#: error.c:128
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:95
#, c-format
msgid "empty query on line %d"
msgstr "query vuota alla riga %d"
#: error.c:138
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:102
#, c-format
msgid "null value without indicator on line %d"
msgstr "valore nullo senza variabile 'indicatore' alla riga %d"
# è difficile da tradurre diversamente (GB)
#: error.c:148
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:109
#, c-format
msgid "variable does not have an array type on line %d"
msgstr "la variabile non è di tipo array alla riga %d"
#: error.c:158
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:116
#, c-format
msgid "data read from server is not an array on line %d"
msgstr "i dati letti dal server non sono di tipo array alla riga %d"
#: error.c:168
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:123
#, c-format
msgid "inserting an array of variables is not supported on line %d"
msgstr "inserire un array di variabili non è supportato alla riga %d"
#: error.c:178
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:130
#, c-format
msgid "connection \"%s\" does not exist on line %d"
msgstr "la connessione \"%s\" non esiste alla riga %d"
# Inizialmente (MT): non si è connessi alla connessione \"%s\" alla riga %d
#: error.c:188
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:137
#, c-format
msgid "not connected to connection \"%s\" on line %d"
msgstr "connessione \"%s\" non attiva alla riga %d"
#: error.c:198
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:144
#, c-format
msgid "invalid statement name \"%s\" on line %d"
msgstr "nome di istruzione non valido \"%s\" alla riga %d"
#: error.c:208
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:151
#, c-format
msgid "descriptor \"%s\" not found on line %d"
msgstr "il descrittore \"%s\" non esiste alla riga %d"
# userei intervallo al posto di range (GB)
#: error.c:218
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:158
#, c-format
msgid "descriptor index out of range on line %d"
msgstr "l'indice del descrittore è fuori intervallo alla riga %d"
#: error.c:228
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:165
#, c-format
msgid "unrecognized descriptor item \"%s\" on line %d"
msgstr "elemento del descrittore \"%s\" sconosciuto alla riga %d"
#: error.c:238
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:172
#, c-format
msgid "variable does not have a numeric type on line %d"
msgstr "la variabile non è di tipo numerico alla riga %d"
#: error.c:248
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:179
#, c-format
msgid "variable does not have a character type on line %d"
msgstr "la variabile non è di tipo carattere alla riga %d"
#: error.c:258
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:186
#, c-format
msgid "error in transaction processing on line %d"
msgstr "errore nel processare la transazione alla riga %d"
# Inizialmente (MT): non posso connettermi al database \"%s\" alla riga %d
#: error.c:268
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:193
#, c-format
msgid "could not connect to database \"%s\" on line %d"
msgstr "connessione fallita al database \"%s\" alla riga %d"
#: error.c:278
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:200
#, c-format
msgid "SQL error %d on line %d"
msgstr "errore SQL %d alla riga %d"
#: error.c:318
#: error.c:240
msgid "the connection to the server was lost"
msgstr "la connessione con il server è andata persa"
#: error.c:405
#: error.c:327
#, c-format
msgid "SQL error: %s\n"
msgstr "errore SQL: %s\n"
#: execute.c:1921
#: execute.c:2003
msgid "<empty>"
msgstr "<empty>"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ecpglib (PostgreSQL 9)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2016-09-20 18:23+0000\n"
"POT-Creation-Date: 2017-11-10 14:41+0300\n"
"PO-Revision-Date: 2016-09-20 12:00+0300\n"
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
@ -197,6 +197,6 @@ msgstr "подключение к серверу потеряно"
msgid "SQL error: %s\n"
msgstr "ошибка SQL: %s\n"
#: execute.c:1956
#: execute.c:1963
msgid "<empty>"
msgstr "<>"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2016-10-21 01:53+0000\n"
"POT-Creation-Date: 2018-02-04 21:04+0000\n"
"PO-Revision-Date: 2014-07-20 21:08-0400\n"
"Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
"Language-Team: German <peter_e@gmx.net>\n"
@ -29,7 +29,7 @@ msgstr "Variable »%s« muss einen numerischen Typ haben"
msgid "descriptor \"%s\" does not exist"
msgstr "Deskriptor »%s« existiert nicht"
#: descriptor.c:161 descriptor.c:212
#: descriptor.c:161 descriptor.c:213
#, c-format
msgid "descriptor header item \"%d\" does not exist"
msgstr "Deskriptorkopfelement »%d« existiert nicht"
@ -44,12 +44,12 @@ msgstr "nullable ist immer 1"
msgid "key_member is always 0"
msgstr "key_member ist immer 0"
#: descriptor.c:279
#: descriptor.c:280
#, c-format
msgid "descriptor item \"%s\" is not implemented"
msgstr "Deskriptorelement »%s« ist nicht implementiert"
#: descriptor.c:289
#: descriptor.c:290
#, c-format
msgid "descriptor item \"%s\" cannot be set"
msgstr "Deskriptorelement »%s« kann nicht gesetzt werden"
@ -181,7 +181,7 @@ msgstr ""
msgid "%s: could not locate my own executable path\n"
msgstr "%s: konnte Pfad des eigenen Programs nicht finden\n"
#: ecpg.c:175 ecpg.c:326 ecpg.c:336
#: ecpg.c:175 ecpg.c:327 ecpg.c:337
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s: konnte Datei »%s« nicht öffnen: %s\n"
@ -216,112 +216,112 @@ msgstr "Ende der Suchliste\n"
msgid "%s: no input files specified\n"
msgstr "%s: keine Eingabedateien angegeben\n"
#: ecpg.c:459
#: ecpg.c:460
#, c-format
msgid "cursor \"%s\" has been declared but not opened"
msgstr "Cursor »%s« wurde deklariert aber nicht geöffnet"
#: ecpg.c:472 preproc.y:125
#: ecpg.c:473 preproc.y:125
#, c-format
msgid "could not remove output file \"%s\"\n"
msgstr "konnte Ausgabedatei »%s« nicht entfernen\n"
#: pgc.l:421
#: pgc.l:425
#, c-format
msgid "unterminated /* comment"
msgstr "/*-Kommentar nicht abgeschlossen"
#: pgc.l:434
#: pgc.l:438
#, c-format
msgid "invalid bit string literal"
msgstr "ungültige Bitkettenkonstante"
#: pgc.l:443
#: pgc.l:447
#, c-format
msgid "unterminated bit string literal"
msgstr "Bitkettenkonstante nicht abgeschlossen"
#: pgc.l:459
#: pgc.l:463
#, c-format
msgid "unterminated hexadecimal string literal"
msgstr "hexadezimale Zeichenkette nicht abgeschlossen"
#: pgc.l:537
#: pgc.l:541
#, c-format
msgid "unterminated quoted string"
msgstr "Zeichenkette in Anführungszeichen nicht abgeschlossen"
#: pgc.l:594 pgc.l:607
#: pgc.l:599 pgc.l:612
#, c-format
msgid "zero-length delimited identifier"
msgstr "Bezeichner in Anführungszeichen hat Länge null"
#: pgc.l:615
#: pgc.l:620
#, c-format
msgid "unterminated quoted identifier"
msgstr "Bezeichner in Anführungszeichen nicht abgeschlossen"
#: pgc.l:869
#: pgc.l:874
#, c-format
msgid "nested /* ... */ comments"
msgstr "geschachtelte /* ... */-Kommentare"
#: pgc.l:962
#: pgc.l:967
#, c-format
msgid "missing identifier in EXEC SQL UNDEF command"
msgstr "fehlender Bezeichner im Befehl EXEC SQL UNDEF"
#: pgc.l:1008 pgc.l:1022
#: pgc.l:1013 pgc.l:1027
#, c-format
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
msgstr "passendes »EXEC SQL IFDEF« / »EXEC SQL IFNDEF« fehlt"
#: pgc.l:1011 pgc.l:1024 pgc.l:1200
#: pgc.l:1016 pgc.l:1029 pgc.l:1205
#, c-format
msgid "missing \"EXEC SQL ENDIF;\""
msgstr "»EXEC SQL ENDIF;« fehlt"
#: pgc.l:1040 pgc.l:1059
#: pgc.l:1045 pgc.l:1064
#, c-format
msgid "more than one EXEC SQL ELSE"
msgstr "mehr als ein EXEC SQL ENDIF"
#: pgc.l:1081 pgc.l:1095
#: pgc.l:1086 pgc.l:1100
#, c-format
msgid "unmatched EXEC SQL ENDIF"
msgstr "unzusammenhängendes EXEC SQL ENDIF"
#: pgc.l:1115
#: pgc.l:1120
#, c-format
msgid "too many nested EXEC SQL IFDEF conditions"
msgstr "zu viele verschachtelte EXEC SQL IFDEF-Bedingungen"
#: pgc.l:1148
#: pgc.l:1153
#, c-format
msgid "missing identifier in EXEC SQL IFDEF command"
msgstr "fehlender Bezeichner im Befehl EXEC SQL IFDEF"
#: pgc.l:1157
#: pgc.l:1162
#, c-format
msgid "missing identifier in EXEC SQL DEFINE command"
msgstr "fehlender Bezeichner im Befehl EXEC SQL DEFINE"
#: pgc.l:1190
#: pgc.l:1195
#, c-format
msgid "syntax error in EXEC SQL INCLUDE command"
msgstr "Syntaxfehler im Befehl EXEC SQL INCLUDE"
#: pgc.l:1239
#: pgc.l:1244
#, c-format
msgid "internal error: unreachable state; please report this to <pgsql-bugs@postgresql.org>"
msgstr "interner Fehler: unerreichbarer Zustand; bitte an <pgsql-bugs@postgresql.org> berichten"
#: pgc.l:1363
#: pgc.l:1369
#, c-format
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
msgstr "Fehler: Include-Pfad »%s/%s« ist zu lang auf Zeile %d, wird übersprungen\n"
#: pgc.l:1386
#: pgc.l:1392
#, c-format
msgid "could not open include file \"%s\" on line %d"
msgstr "konnte Include-Datei »%s« nicht öffnen auf Zeile %d"
@ -355,185 +355,185 @@ msgstr "Initialisierungswert nicht erlaubt in Typdefinition"
msgid "type name \"string\" is reserved in Informix mode"
msgstr "Typname »string« ist im Informix-Modus reserviert"
#: preproc.y:544 preproc.y:13867
#: preproc.y:544 preproc.y:13876
#, c-format
msgid "type \"%s\" is already defined"
msgstr "Typ »%s« ist bereits definiert"
#: preproc.y:568 preproc.y:14525 preproc.y:14846 variable.c:620
#: preproc.y:568 preproc.y:14534 preproc.y:14855 variable.c:620
#, c-format
msgid "multidimensional arrays for simple data types are not supported"
msgstr "mehrdimensionale Arrays für einfache Datentypen werden nicht unterstützt"
#: preproc.y:1579
#: preproc.y:1580
#, c-format
msgid "AT option not allowed in CLOSE DATABASE statement"
msgstr "AT-Option ist nicht erlaubt im Befehl CLOSE DATABASE"
#: preproc.y:1782
#: preproc.y:1783
#, c-format
msgid "AT option not allowed in CONNECT statement"
msgstr "AT-Option ist nicht erlaubt im Befehl CONNECT"
#: preproc.y:1816
#: preproc.y:1817
#, c-format
msgid "AT option not allowed in DISCONNECT statement"
msgstr "AT-Option ist nicht erlaubt im Befehl DISCONNECT"
#: preproc.y:1871
#: preproc.y:1872
#, c-format
msgid "AT option not allowed in SET CONNECTION statement"
msgstr "AT-Option ist nicht erlaubt im Befehl SET CONNECTION"
#: preproc.y:1893
#: preproc.y:1894
#, c-format
msgid "AT option not allowed in TYPE statement"
msgstr "AT-Option ist nicht erlaubt im TYPE-Befehl"
#: preproc.y:1902
#: preproc.y:1903
#, c-format
msgid "AT option not allowed in VAR statement"
msgstr "AT-Option ist nicht erlaubt im VAR-Befehl"
#: preproc.y:1909
#: preproc.y:1910
#, c-format
msgid "AT option not allowed in WHENEVER statement"
msgstr "AT-Option ist nicht erlaubt im WHENEVER-Befehl"
#: preproc.y:2157 preproc.y:2162 preproc.y:2278 preproc.y:3656 preproc.y:4908
#: preproc.y:4917 preproc.y:5201 preproc.y:6604 preproc.y:7693 preproc.y:7698
#: preproc.y:10156 preproc.y:10753
#: preproc.y:2162 preproc.y:2167 preproc.y:2283 preproc.y:3661 preproc.y:4917
#: preproc.y:4926 preproc.y:5210 preproc.y:6613 preproc.y:7702 preproc.y:7707
#: preproc.y:10165 preproc.y:10762
#, c-format
msgid "unsupported feature will be passed to server"
msgstr "nicht mehr unterstütztes Feature wird an Server weitergereicht werden"
#: preproc.y:2536
#: preproc.y:2541
#, c-format
msgid "SHOW ALL is not implemented"
msgstr "SHOW ALL ist nicht implementiert"
#: preproc.y:3044
#: preproc.y:3049
#, c-format
msgid "COPY FROM STDIN is not implemented"
msgstr "COPY FROM STDIN ist nicht implementiert"
#: preproc.y:8534 preproc.y:13456
#: preproc.y:8543 preproc.y:13465
#, c-format
msgid "using variable \"%s\" in different declare statements is not supported"
msgstr "Verwendung der Variable »%s« in verschiedenen DECLARE-Anweisungen wird nicht unterstützt"
#: preproc.y:8536 preproc.y:13458
#: preproc.y:8545 preproc.y:13467
#, c-format
msgid "cursor \"%s\" is already defined"
msgstr "Cursor »%s« ist bereits definiert"
#: preproc.y:8954
#: preproc.y:8963
#, c-format
msgid "no longer supported LIMIT #,# syntax passed to server"
msgstr "nicht mehr unterstützte Syntax LIMIT x,y wird an Server weitergereicht"
#: preproc.y:9190 preproc.y:9197
#: preproc.y:9199 preproc.y:9206
#, c-format
msgid "subquery in FROM must have an alias"
msgstr "Unteranfrage in FROM muss Aliasnamen erhalten"
#: preproc.y:13186
#: preproc.y:13195
#, c-format
msgid "CREATE TABLE AS cannot specify INTO"
msgstr "CREATE TABLE AS kann INTO nicht verwenden"
#: preproc.y:13222
#: preproc.y:13231
#, c-format
msgid "expected \"@\", found \"%s\""
msgstr "»@« erwartet, »%s« gefunden"
#: preproc.y:13234
#: preproc.y:13243
#, c-format
msgid "only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are supported"
msgstr "er werden nur die Protokolle »tcp« und »unix« und der Datenbanktyp »postgresql« unterstützt"
#: preproc.y:13237
#: preproc.y:13246
#, c-format
msgid "expected \"://\", found \"%s\""
msgstr "»://« erwartet, »%s« gefunden"
#: preproc.y:13242
#: preproc.y:13251
#, c-format
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
msgstr "Unix-Domain-Sockets funktionieren nur mit »localhost«, aber nicht mit »%s«"
#: preproc.y:13268
#: preproc.y:13277
#, c-format
msgid "expected \"postgresql\", found \"%s\""
msgstr "»postgresql« erwartet, »%s« gefunden"
#: preproc.y:13271
#: preproc.y:13280
#, c-format
msgid "invalid connection type: %s"
msgstr "ungültiger Verbindungstyp: %s"
#: preproc.y:13280
#: preproc.y:13289
#, c-format
msgid "expected \"@\" or \"://\", found \"%s\""
msgstr "»@« oder »://« erwartet, »%s« gefunden"
#: preproc.y:13355 preproc.y:13373
#: preproc.y:13364 preproc.y:13382
#, c-format
msgid "invalid data type"
msgstr "ungültiger Datentyp"
#: preproc.y:13384 preproc.y:13401
#: preproc.y:13393 preproc.y:13410
#, c-format
msgid "incomplete statement"
msgstr "unvollständige Anweisung"
#: preproc.y:13387 preproc.y:13404
#: preproc.y:13396 preproc.y:13413
#, c-format
msgid "unrecognized token \"%s\""
msgstr "nicht erkanntes Token »%s«"
#: preproc.y:13678
#: preproc.y:13687
#, c-format
msgid "only data types numeric and decimal have precision/scale argument"
msgstr "nur die Datentypen NUMERIC und DECIMAL haben Argumente für Präzision und Skala"
#: preproc.y:13690
#: preproc.y:13699
#, c-format
msgid "interval specification not allowed here"
msgstr "Intervallangabe hier nicht erlaubt"
#: preproc.y:13842 preproc.y:13894
#: preproc.y:13851 preproc.y:13903
#, c-format
msgid "too many levels in nested structure/union definition"
msgstr "zu viele Ebenen in verschachtelter Definition von Struktur/Union"
#: preproc.y:14033
#: preproc.y:14042
#, c-format
msgid "pointers to varchar are not implemented"
msgstr "Zeiger auf varchar sind nicht implementiert"
#: preproc.y:14220 preproc.y:14245
#: preproc.y:14229 preproc.y:14254
#, c-format
msgid "using unsupported DESCRIBE statement"
msgstr "nicht unterstützter DESCRIBE-Befehl wird verwendet"
#: preproc.y:14492
#: preproc.y:14501
#, c-format
msgid "initializer not allowed in EXEC SQL VAR command"
msgstr "Initialisierungswert nicht erlaubt in Befehl EXEC SQL VAR"
#: preproc.y:14804
#: preproc.y:14813
#, c-format
msgid "arrays of indicators are not allowed on input"
msgstr "Array aus Indikatoren bei der Eingabe nicht erlaubt"
#: preproc.y:15025
#: preproc.y:15034
#, c-format
msgid "operator not allowed in variable definition"
msgstr "Operator nicht erlaubt in Variablendefinition"
#. translator: %s is typically the translation of "syntax error"
#: preproc.y:15063
#: preproc.y:15075
#, c-format
msgid "%s at or near \"%s\""
msgstr "%s bei »%s«"
@ -543,7 +543,7 @@ msgstr "%s bei »%s«"
msgid "out of memory"
msgstr "Speicher aufgebraucht"
#: type.c:212 type.c:664
#: type.c:212 type.c:674
#, c-format
msgid "unrecognized variable type code %d"
msgstr "unbekannter Variablentypcode %d"
@ -588,7 +588,17 @@ msgstr "Indikator für struct muss ein struct sein"
msgid "indicator for simple data type has to be simple"
msgstr "Indikator für einfachen Typ muss einfachen Typ haben"
#: type.c:723
#: type.c:615
#, c-format
msgid "indicator struct \"%s\" has too few members"
msgstr "Indikator-Struct »%s« hat zu wenige Mitglieder"
#: type.c:622
#, c-format
msgid "indicator struct \"%s\" has too many members"
msgstr "Indikator-Struct »%s« hat zu viele Mitglieder"
#: type.c:733
#, c-format
msgid "unrecognized descriptor item code %d"
msgstr "unbekannter Deskriptorelementcode %d"
@ -654,6 +664,3 @@ msgstr "Zeiger auf Zeiger wird für diesen Datentyp nicht unterstützt"
#, c-format
msgid "multidimensional arrays for structures are not supported"
msgstr "mehrdimensionale Arrays für Strukturen werden nicht unterstützt"
#~ msgid " --version output version information, then exit\n"
#~ msgstr " --version Versionsinformationen anzeigen, dann beenden\n"

View File

@ -1,20 +1,17 @@
#
# Translation of ecpg to Italian
# PostgreSQL Project
# ecpg.po
# Italian message translation file for ecpg
#
# Associazione Culturale ITPUG - Italian PostgreSQL Users Group
# http://www.itpug.org/ - info@itpug.org
# For development and bug report please use:
# https://github.com/dvarrazzo/postgresql-it
#
# Traduttori:
# * Daniele Varrazzo <daniele.varrazzo@gmail.com>
# * Maurizio Totti <maurizio.totti@gmail.com>
# Copyright (C) 2012-2017 PostgreSQL Global Development Group
# Copyright (C) 2010, Associazione Culturale ITPUG
#
# Revisori:
# * Emanuele Zamprogno <ez@medicinaopen.info>
# Daniele Varrazzo <daniele.varrazzo@gmail.com>, 2012-2017.
# Maurizio Totti <maurizio.totti@gmail.com>, 2010.
#
#
# Copyright (c) 2010, Associazione Culturale ITPUG
# Distributed under the same license of the PostgreSQL project
# This file is distributed under the same license as the PostgreSQL package.
#
msgid ""
msgstr ""
@ -23,7 +20,7 @@ msgstr ""
"POT-Creation-Date: 2017-02-09 21:23+0000\n"
"PO-Revision-Date: 2017-04-23 03:03+0100\n"
"Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
"Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
"Language-Team: https://github.com/dvarrazzo/postgresql-it\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"

View File

@ -1,14 +1,14 @@
# Russian message translation file for ecpg
# Copyright (C) 2012-2016 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2016.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2016, 2018.
#
msgid ""
msgstr ""
"Project-Id-Version: ecpg (PostgreSQL 9)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2017-08-17 18:02+0000\n"
"PO-Revision-Date: 2016-11-24 16:50+0300\n"
"POT-Creation-Date: 2018-01-31 07:58+0300\n"
"PO-Revision-Date: 2018-01-31 08:19+0300\n"
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
"Language: ru\n"
@ -322,14 +322,14 @@ msgstr ""
"внутренняя ошибка: недостижимое состояние; пожалуйста, сообщите в <pgsql-"
"bugs@postgresql.org>"
#: pgc.l:1368
#: pgc.l:1369
#, c-format
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
msgstr ""
"Ошибка: путь включаемых файлов \"%s/%s\" в строке %d слишком длинный, "
"пропускается\n"
#: pgc.l:1391
#: pgc.l:1392
#, c-format
msgid "could not open include file \"%s\" on line %d"
msgstr "не удалось открыть включаемый файл \"%s\" (строка %d)"
@ -558,7 +558,7 @@ msgstr "%s (примерное положение: \"%s\")"
msgid "out of memory"
msgstr "нехватка памяти"
#: type.c:212 type.c:664
#: type.c:212 type.c:674
#, c-format
msgid "unrecognized variable type code %d"
msgstr "нераспознанный код типа переменной %d"
@ -604,7 +604,17 @@ msgstr "индикатор структуры должен быть структ
msgid "indicator for simple data type has to be simple"
msgstr "индикатор простого типа должен быть простым"
#: type.c:723
#: type.c:615
#, c-format
msgid "indicator struct \"%s\" has too few members"
msgstr "в структуре индикаторе \"%s\" слишком мало членов"
#: type.c:622
#, c-format
msgid "indicator struct \"%s\" has too many members"
msgstr "в структуре индикаторе \"%s\" слишком много членов"
#: type.c:733
#, c-format
msgid "unrecognized descriptor item code %d"
msgstr "нераспознанный код элемента дескриптора %d"

View File

@ -1,49 +1,28 @@
#
# Translation of libpq to Italian
# PostgreSQL Project
# libpq.po
# Italian message translation file for libpq
#
# Associazione Culturale ITPUG - Italian PostgreSQL Users Group
# http://www.itpug.org/ - info@itpug.org
# For development and bug report please use:
# https://github.com/dvarrazzo/postgresql-it
#
# Traduttori:
# * Daniele Varrazzo <daniele.varrazzo@gmail.com>
# * Maurizio Totti <maurizio.totti@itpug.org>
# Copyright (C) 2012-2017 PostgreSQL Global Development Group
# Copyright (C) 2010, Associazione Culturale ITPUG
#
# Revisori:
# * Emanuele Zamprogno <emanuele.zamprogno@itpug.org>
#
# Copyright (c) 2010, Associazione Culturale ITPUG
# Distributed under the same license of the PostgreSQL project
#
# Translation of libpq to Italian
# PostgreSQL Project
#
# Associazione Culturale ITPUG - Italian PostgreSQL Users Group
# http://www.itpug.org/ - info@itpug.org
#
# Traduttori:
# * Maurizio Totti <maurizio.totti@itpug.org>
#
# Revisori:
# * Emanuele Zamprogno <emanuele.zamprogno@itpug.org>
#
# Copyright (c) 2009, Associazione Culturale ITPUG
# Distributed under the same license of the PostgreSQL project
#
# Italian translation file for libpq.
# Daniele Varrazzo <daniele.varrazzo@gmail.com>, 2012-2017
# Maurizio Totti <maurizio.totti@gmail.com>, 2010
# Fabrizio Mazzoni <veramente@libero.it>, 2003.
# Gaetano Mendola <mendola@bigfoot.com>, 2003.
#
# Versione 1.00 del 12 Ottobre 2003
# Revisione 1.01 del 14 Ottobre 2003 a cura di Gaetano Mendola <mendola@bigfoot.com>
# This file is distributed under the same license as the PostgreSQL package.
#
msgid ""
msgstr ""
"Project-Id-Version: libpq (PostgreSQL) 9.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2017-09-03 15:32+0000\n"
"POT-Creation-Date: 2017-11-07 19:32+0000\n"
"PO-Revision-Date: 2017-08-31 01:08+0100\n"
"Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
"Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
"Language-Team: https://github.com/dvarrazzo/postgresql-it\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -68,9 +47,9 @@ msgstr "richiesta di autenticazione GSS duplicata\n"
#: fe-auth.c:197 fe-auth.c:309 fe-auth.c:388 fe-auth.c:423 fe-auth.c:519
#: fe-auth.c:798 fe-connect.c:767 fe-connect.c:964 fe-connect.c:1140
#: fe-connect.c:2141 fe-connect.c:3497 fe-connect.c:3749 fe-connect.c:3868
#: fe-connect.c:4098 fe-connect.c:4178 fe-connect.c:4273 fe-connect.c:4529
#: fe-connect.c:4557 fe-connect.c:4629 fe-connect.c:4653 fe-connect.c:4671
#: fe-connect.c:4767 fe-connect.c:5118 fe-connect.c:5268 fe-exec.c:3405
#: fe-connect.c:4108 fe-connect.c:4188 fe-connect.c:4283 fe-connect.c:4539
#: fe-connect.c:4567 fe-connect.c:4639 fe-connect.c:4663 fe-connect.c:4681
#: fe-connect.c:4777 fe-connect.c:5128 fe-connect.c:5278 fe-exec.c:3405
#: fe-exec.c:3570 fe-lobj.c:896 fe-protocol2.c:1206 fe-protocol3.c:1613
#: fe-secure.c:779 fe-secure.c:1269
msgid "out of memory\n"
@ -360,106 +339,102 @@ msgstr "nessun elemento trovato per la ricerca LDAP\n"
msgid "attribute has no values on LDAP lookup\n"
msgstr "l'attributo non ha valori nella ricerca LDAP\n"
#: fe-connect.c:3788 fe-connect.c:3807 fe-connect.c:4312
#: fe-connect.c:3788 fe-connect.c:3807 fe-connect.c:4322
#, c-format
msgid "missing \"=\" after \"%s\" in connection info string\n"
msgstr "manca \"=\" dopo \"%s\" nella stringa di connessione\n"
#: fe-connect.c:3880 fe-connect.c:4497 fe-connect.c:5251
#: fe-connect.c:3880 fe-connect.c:4507 fe-connect.c:5261
#, c-format
msgid "invalid connection option \"%s\"\n"
msgstr "opzione di connessione errata \"%s\"\n"
#: fe-connect.c:3896 fe-connect.c:4361
#: fe-connect.c:3896 fe-connect.c:4371
msgid "unterminated quoted string in connection info string\n"
msgstr "stringa tra virgolette non terminata nella stringa di connessione\n"
#: fe-connect.c:3936
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:3969
#: fe-connect.c:3979
#, 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:3992
#: fe-connect.c:4002
#, c-format
msgid "service file \"%s\" not found\n"
msgstr "il file di servizio \"%s\" non è stato trovato\n"
#: fe-connect.c:4005
#: fe-connect.c:4015
#, 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:4076 fe-connect.c:4110
#: fe-connect.c:4086 fe-connect.c:4120
#, 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:4778
#: fe-connect.c:4788
#, 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:4848
#: fe-connect.c:4858
#, 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:4855
#: fe-connect.c:4865
#, 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:4870
#: fe-connect.c:4880
#, 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:4984
#: fe-connect.c:4994
#, 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:5004
#: fe-connect.c:5014
#, 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:5074
#: fe-connect.c:5084
#, c-format
msgid "invalid URI query parameter: \"%s\"\n"
msgstr "parametro URI non valido: \"%s\"\n"
#: fe-connect.c:5146
#: fe-connect.c:5156
#, c-format
msgid "invalid percent-encoded token: \"%s\"\n"
msgstr "simbolo percent-encoded non valido \"%s\"\n"
#: fe-connect.c:5156
#: fe-connect.c:5166
#, 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:5487
#: fe-connect.c:5497
msgid "connection pointer is NULL\n"
msgstr "il puntatore della connessione è NULL\n"
#: fe-connect.c:5773
#: fe-connect.c:5783
#, 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:5782
#: fe-connect.c:5792
#, 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:5896
#: fe-connect.c:5906
#, c-format
msgid "password retrieved from file \"%s\"\n"
msgstr "password ottenuta dal file \"%s\"\n"

View File

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libpq (PostgreSQL 9)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2017-09-27 06:33+0000\n"
"POT-Creation-Date: 2017-11-10 14:41+0300\n"
"PO-Revision-Date: 2017-09-21 11:47+0300\n"
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
@ -36,9 +36,9 @@ msgstr "повторный запрос аутентификации GSS\n"
#: fe-auth.c:197 fe-auth.c:309 fe-auth.c:388 fe-auth.c:423 fe-auth.c:519
#: fe-auth.c:798 fe-connect.c:767 fe-connect.c:964 fe-connect.c:1140
#: fe-connect.c:2141 fe-connect.c:3497 fe-connect.c:3749 fe-connect.c:3868
#: fe-connect.c:4098 fe-connect.c:4178 fe-connect.c:4273 fe-connect.c:4529
#: fe-connect.c:4557 fe-connect.c:4629 fe-connect.c:4653 fe-connect.c:4671
#: fe-connect.c:4767 fe-connect.c:5118 fe-connect.c:5268 fe-exec.c:3405
#: fe-connect.c:4108 fe-connect.c:4188 fe-connect.c:4283 fe-connect.c:4539
#: fe-connect.c:4567 fe-connect.c:4639 fe-connect.c:4663 fe-connect.c:4681
#: fe-connect.c:4777 fe-connect.c:5128 fe-connect.c:5278 fe-exec.c:3405
#: fe-exec.c:3570 fe-lobj.c:896 fe-protocol2.c:1206 fe-protocol3.c:1613
#: fe-secure.c:779 fe-secure.c:1269
msgid "out of memory\n"
@ -333,63 +333,58 @@ msgstr "при поиске LDAP ничего не найдено\n"
msgid "attribute has no values on LDAP lookup\n"
msgstr "атрибут не содержит значений при поиске LDAP\n"
#: fe-connect.c:3788 fe-connect.c:3807 fe-connect.c:4312
#: fe-connect.c:3788 fe-connect.c:3807 fe-connect.c:4322
#, c-format
msgid "missing \"=\" after \"%s\" in connection info string\n"
msgstr "в строке соединения нет \"=\" после \"%s\"\n"
#: fe-connect.c:3880 fe-connect.c:4497 fe-connect.c:5251
#: fe-connect.c:3880 fe-connect.c:4507 fe-connect.c:5261
#, c-format
msgid "invalid connection option \"%s\"\n"
msgstr "неверный параметр соединения \"%s\"\n"
#: fe-connect.c:3896 fe-connect.c:4361
#: fe-connect.c:3896 fe-connect.c:4371
msgid "unterminated quoted string in connection info string\n"
msgstr "в строке соединения не хватает закрывающей кавычки\n"
#: fe-connect.c:3936
msgid "could not get home directory to locate service definition file"
msgstr ""
"не удалось получить домашний каталог для загрузки файла определений служб"
#: fe-connect.c:3969
#: fe-connect.c:3979
#, c-format
msgid "definition of service \"%s\" not found\n"
msgstr "определение службы \"%s\" не найдено\n"
#: fe-connect.c:3992
#: fe-connect.c:4002
#, c-format
msgid "service file \"%s\" not found\n"
msgstr "файл определений служб \"%s\" не найден\n"
#: fe-connect.c:4005
#: fe-connect.c:4015
#, c-format
msgid "line %d too long in service file \"%s\"\n"
msgstr "слишком длинная строка (%d) в файле определений служб \"%s\"\n"
#: fe-connect.c:4076 fe-connect.c:4110
#: fe-connect.c:4086 fe-connect.c:4120
#, c-format
msgid "syntax error in service file \"%s\", line %d\n"
msgstr "синтаксическая ошибка в файле определения служб \"%s\" (строка %d)\n"
#: fe-connect.c:4778
#: fe-connect.c:4788
#, c-format
msgid "invalid URI propagated to internal parser routine: \"%s\"\n"
msgstr "во внутреннюю процедуру разбора строки передан ошибочный URI: \"%s\"\n"
#: fe-connect.c:4848
#: fe-connect.c:4858
#, c-format
msgid ""
"end of string reached when looking for matching \"]\" in IPv6 host address "
"in URI: \"%s\"\n"
msgstr "URI не содержит символ \"]\" после адреса IPv6: \"%s\"\n"
#: fe-connect.c:4855
#: fe-connect.c:4865
#, c-format
msgid "IPv6 host address may not be empty in URI: \"%s\"\n"
msgstr "IPv6, содержащийся в URI, не может быть пустым: \"%s\"\n"
#: fe-connect.c:4870
#: fe-connect.c:4880
#, c-format
msgid ""
"unexpected character \"%c\" at position %d in URI (expected \":\" or \"/\"): "
@ -398,41 +393,41 @@ msgstr ""
"неожиданный символ \"%c\" в позиции %d в URI (ожидалось \":\" или \"/\"): "
"\"%s\"\n"
#: fe-connect.c:4984
#: fe-connect.c:4994
#, c-format
msgid "extra key/value separator \"=\" in URI query parameter: \"%s\"\n"
msgstr "лишний разделитель ключа/значения \"=\" в параметрах URI: \"%s\"\n"
#: fe-connect.c:5004
#: fe-connect.c:5014
#, c-format
msgid "missing key/value separator \"=\" in URI query parameter: \"%s\"\n"
msgstr "в параметрах URI не хватает разделителя ключа/значения \"=\": \"%s\"\n"
#: fe-connect.c:5074
#: fe-connect.c:5084
#, c-format
msgid "invalid URI query parameter: \"%s\"\n"
msgstr "неверный параметр в URI: \"%s\"\n"
#: fe-connect.c:5146
#: fe-connect.c:5156
#, c-format
msgid "invalid percent-encoded token: \"%s\"\n"
msgstr "неверный символ, закодированный с %%: \"%s\"\n"
#: fe-connect.c:5156
#: fe-connect.c:5166
#, c-format
msgid "forbidden value %%00 in percent-encoded value: \"%s\"\n"
msgstr "недопустимое значение %%00 для символа, закодированного с %%: \"%s\"\n"
#: fe-connect.c:5487
#: fe-connect.c:5497
msgid "connection pointer is NULL\n"
msgstr "нулевой указатель соединения\n"
#: fe-connect.c:5773
#: fe-connect.c:5783
#, c-format
msgid "WARNING: password file \"%s\" is not a plain file\n"
msgstr "ПРЕДУПРЕЖДЕНИЕ: файл паролей \"%s\" - не обычный файл\n"
#: fe-connect.c:5782
#: fe-connect.c:5792
#, c-format
msgid ""
"WARNING: password file \"%s\" has group or world access; permissions should "
@ -441,7 +436,7 @@ msgstr ""
"ПРЕДУПРЕЖДЕНИЕ: к файлу паролей \"%s\" имеют доступ все или группа; права "
"должны быть u=rw (0600) или более ограниченные\n"
#: fe-connect.c:5896
#: fe-connect.c:5906
#, c-format
msgid "password retrieved from file \"%s\"\n"
msgstr "пароль получен из файла \"%s\"\n"
@ -1016,6 +1011,10 @@ msgstr "код ошибки SSL: %lu"
msgid "unrecognized socket error: 0x%08X/%d"
msgstr "нераспознанная ошибка сокета: 0x%08X/%d"
#~ msgid "could not get home directory to locate service definition file"
#~ msgstr ""
#~ "не удалось получить домашний каталог для загрузки файла определений служб"
#~ msgid "setsockopt(TCP_KEEPIDLE) failed: %s\n"
#~ msgstr "ошибка в setsockopt(TCP_KEEPIDLE): %s\n"