mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Translation updates
Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 8c0c2fe449f6c310f83664b946ba85309a69bdf6
This commit is contained in:
@ -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.6\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2013-03-15 22:10+0000\n"
|
||||
"POT-Creation-Date: 2016-04-17 00: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"
|
||||
@ -30,163 +29,189 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Poedit 1.5.4\n"
|
||||
|
||||
#: connect.c:231
|
||||
#: connect.c:237
|
||||
msgid "empty message text"
|
||||
msgstr "messaggio di testo vuoto"
|
||||
|
||||
#: connect.c:384 connect.c:413 connect.c:618
|
||||
#: connect.c:401 connect.c:430 connect.c:638
|
||||
msgid "<DEFAULT>"
|
||||
msgstr "<DEFAULT>"
|
||||
|
||||
#: descriptor.c:807 misc.c:113
|
||||
#: descriptor.c:833 misc.c:120
|
||||
msgid "NULL"
|
||||
msgstr "NULL"
|
||||
|
||||
#: error.c:29
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:33
|
||||
#, 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:40
|
||||
#, 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:47
|
||||
#, 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:54
|
||||
#, 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:61
|
||||
#, 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:68
|
||||
#, 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:75
|
||||
#, 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:82
|
||||
#, 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:90
|
||||
#, 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:95
|
||||
#, 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:102
|
||||
#, 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:109
|
||||
#, 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:116
|
||||
#, 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:123
|
||||
#, 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:130
|
||||
#, 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:137
|
||||
#, 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:144
|
||||
#, 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:151
|
||||
#, 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:158
|
||||
#, 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:165
|
||||
#, 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:172
|
||||
#, 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:179
|
||||
#, 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:186
|
||||
#, 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:193
|
||||
#, 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:200
|
||||
#, 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:207
|
||||
#, c-format
|
||||
msgid "SQL error %d on line %d"
|
||||
msgstr "errore SQL %d alla riga %d"
|
||||
|
||||
#: error.c:318
|
||||
#: error.c:254
|
||||
msgid "the connection to the server was lost"
|
||||
msgstr "la connessione con il server è andata persa"
|
||||
|
||||
#: error.c:405
|
||||
#: error.c:347
|
||||
#, c-format
|
||||
msgid "SQL error: %s\n"
|
||||
msgstr "errore SQL: %s\n"
|
||||
|
||||
#: execute.c:1921
|
||||
#: execute.c:1962
|
||||
msgid "<empty>"
|
||||
msgstr "<empty>"
|
||||
|
@ -2,12 +2,11 @@
|
||||
# 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-2017.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ecpglib (PostgreSQL current)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2016-09-20 18:08+0000\n"
|
||||
"POT-Creation-Date: 2017-10-30 19:32+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 +196,6 @@ msgstr "подключение к серверу потеряно"
|
||||
msgid "SQL error: %s\n"
|
||||
msgstr "ошибка SQL: %s\n"
|
||||
|
||||
#: execute.c:1962
|
||||
#: execute.c:1969
|
||||
msgid "<empty>"
|
||||
msgstr "<>"
|
||||
|
@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 9.6\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2016-09-20 13:08+0000\n"
|
||||
"POT-Creation-Date: 2018-02-04 20:48+0000\n"
|
||||
"PO-Revision-Date: 2016-09-20 11:48-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:127
|
||||
#: ecpg.c:473 preproc.y:127
|
||||
#, c-format
|
||||
msgid "could not remove output file \"%s\"\n"
|
||||
msgstr "konnte Ausgabedatei »%s« nicht entfernen\n"
|
||||
|
||||
#: pgc.l:440
|
||||
#: pgc.l:432
|
||||
#, c-format
|
||||
msgid "unterminated /* comment"
|
||||
msgstr "/*-Kommentar nicht abgeschlossen"
|
||||
|
||||
#: pgc.l:453
|
||||
#: pgc.l:445
|
||||
#, c-format
|
||||
msgid "invalid bit string literal"
|
||||
msgstr "ungültige Bitkettenkonstante"
|
||||
|
||||
#: pgc.l:462
|
||||
#: pgc.l:454
|
||||
#, c-format
|
||||
msgid "unterminated bit string literal"
|
||||
msgstr "Bitkettenkonstante nicht abgeschlossen"
|
||||
|
||||
#: pgc.l:478
|
||||
#: pgc.l:470
|
||||
#, c-format
|
||||
msgid "unterminated hexadecimal string literal"
|
||||
msgstr "hexadezimale Zeichenkette nicht abgeschlossen"
|
||||
|
||||
#: pgc.l:556
|
||||
#: pgc.l:548
|
||||
#, c-format
|
||||
msgid "unterminated quoted string"
|
||||
msgstr "Zeichenkette in Anführungszeichen nicht abgeschlossen"
|
||||
|
||||
#: pgc.l:613 pgc.l:626
|
||||
#: pgc.l:606 pgc.l:619
|
||||
#, c-format
|
||||
msgid "zero-length delimited identifier"
|
||||
msgstr "Bezeichner in Anführungszeichen hat Länge null"
|
||||
|
||||
#: pgc.l:634
|
||||
#: pgc.l:627
|
||||
#, c-format
|
||||
msgid "unterminated quoted identifier"
|
||||
msgstr "Bezeichner in Anführungszeichen nicht abgeschlossen"
|
||||
|
||||
#: pgc.l:889
|
||||
#: pgc.l:882
|
||||
#, c-format
|
||||
msgid "nested /* ... */ comments"
|
||||
msgstr "geschachtelte /* ... */-Kommentare"
|
||||
|
||||
#: pgc.l:982
|
||||
#: pgc.l:975
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL UNDEF command"
|
||||
msgstr "fehlender Bezeichner im Befehl EXEC SQL UNDEF"
|
||||
|
||||
#: pgc.l:1028 pgc.l:1042
|
||||
#: pgc.l:1021 pgc.l:1035
|
||||
#, c-format
|
||||
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
msgstr "passendes »EXEC SQL IFDEF« / »EXEC SQL IFNDEF« fehlt"
|
||||
|
||||
#: pgc.l:1031 pgc.l:1044 pgc.l:1220
|
||||
#: pgc.l:1024 pgc.l:1037 pgc.l:1213
|
||||
#, c-format
|
||||
msgid "missing \"EXEC SQL ENDIF;\""
|
||||
msgstr "»EXEC SQL ENDIF;« fehlt"
|
||||
|
||||
#: pgc.l:1060 pgc.l:1079
|
||||
#: pgc.l:1053 pgc.l:1072
|
||||
#, c-format
|
||||
msgid "more than one EXEC SQL ELSE"
|
||||
msgstr "mehr als ein EXEC SQL ENDIF"
|
||||
|
||||
#: pgc.l:1101 pgc.l:1115
|
||||
#: pgc.l:1094 pgc.l:1108
|
||||
#, c-format
|
||||
msgid "unmatched EXEC SQL ENDIF"
|
||||
msgstr "unzusammenhängendes EXEC SQL ENDIF"
|
||||
|
||||
#: pgc.l:1135
|
||||
#: pgc.l:1128
|
||||
#, c-format
|
||||
msgid "too many nested EXEC SQL IFDEF conditions"
|
||||
msgstr "zu viele verschachtelte EXEC SQL IFDEF-Bedingungen"
|
||||
|
||||
#: pgc.l:1168
|
||||
#: pgc.l:1161
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL IFDEF command"
|
||||
msgstr "fehlender Bezeichner im Befehl EXEC SQL IFDEF"
|
||||
|
||||
#: pgc.l:1177
|
||||
#: pgc.l:1170
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL DEFINE command"
|
||||
msgstr "fehlender Bezeichner im Befehl EXEC SQL DEFINE"
|
||||
|
||||
#: pgc.l:1210
|
||||
#: pgc.l:1203
|
||||
#, c-format
|
||||
msgid "syntax error in EXEC SQL INCLUDE command"
|
||||
msgstr "Syntaxfehler im Befehl EXEC SQL INCLUDE"
|
||||
|
||||
#: pgc.l:1259
|
||||
#: pgc.l:1252
|
||||
#, 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:1383
|
||||
#: pgc.l:1377
|
||||
#, 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:1406
|
||||
#: pgc.l:1400
|
||||
#, 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:546 preproc.y:14622
|
||||
#: preproc.y:546 preproc.y:14635
|
||||
#, c-format
|
||||
msgid "type \"%s\" is already defined"
|
||||
msgstr "Typ »%s« ist bereits definiert"
|
||||
|
||||
#: preproc.y:570 preproc.y:15280 preproc.y:15600 variable.c:620
|
||||
#: preproc.y:570 preproc.y:15293 preproc.y:15613 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:1634
|
||||
#: preproc.y:1635
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CLOSE DATABASE statement"
|
||||
msgstr "AT-Option ist nicht erlaubt im Befehl CLOSE DATABASE"
|
||||
|
||||
#: preproc.y:1849
|
||||
#: preproc.y:1850
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CONNECT statement"
|
||||
msgstr "AT-Option ist nicht erlaubt im Befehl CONNECT"
|
||||
|
||||
#: preproc.y:1883
|
||||
#: preproc.y:1884
|
||||
#, c-format
|
||||
msgid "AT option not allowed in DISCONNECT statement"
|
||||
msgstr "AT-Option ist nicht erlaubt im Befehl DISCONNECT"
|
||||
|
||||
#: preproc.y:1938
|
||||
#: preproc.y:1939
|
||||
#, c-format
|
||||
msgid "AT option not allowed in SET CONNECTION statement"
|
||||
msgstr "AT-Option ist nicht erlaubt im Befehl SET CONNECTION"
|
||||
|
||||
#: preproc.y:1960
|
||||
#: preproc.y:1961
|
||||
#, c-format
|
||||
msgid "AT option not allowed in TYPE statement"
|
||||
msgstr "AT-Option ist nicht erlaubt im TYPE-Befehl"
|
||||
|
||||
#: preproc.y:1969
|
||||
#: preproc.y:1970
|
||||
#, c-format
|
||||
msgid "AT option not allowed in VAR statement"
|
||||
msgstr "AT-Option ist nicht erlaubt im VAR-Befehl"
|
||||
|
||||
#: preproc.y:1976
|
||||
#: preproc.y:1977
|
||||
#, c-format
|
||||
msgid "AT option not allowed in WHENEVER statement"
|
||||
msgstr "AT-Option ist nicht erlaubt im WHENEVER-Befehl"
|
||||
|
||||
#: 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:2233 preproc.y:2238 preproc.y:2354 preproc.y:3764 preproc.y:5182
|
||||
#: preproc.y:5191 preproc.y:5475 preproc.y:6911 preproc.y:8149 preproc.y:8154
|
||||
#: preproc.y:10785 preproc.y:11402
|
||||
#, c-format
|
||||
msgid "unsupported feature will be passed to server"
|
||||
msgstr "nicht mehr unterstütztes Feature wird an Server weitergereicht werden"
|
||||
|
||||
#: preproc.y:2607
|
||||
#: preproc.y:2612
|
||||
#, c-format
|
||||
msgid "SHOW ALL is not implemented"
|
||||
msgstr "SHOW ALL ist nicht implementiert"
|
||||
|
||||
#: preproc.y:3147
|
||||
#: preproc.y:3152
|
||||
#, c-format
|
||||
msgid "COPY FROM STDIN is not implemented"
|
||||
msgstr "COPY FROM STDIN ist nicht implementiert"
|
||||
|
||||
#: preproc.y:9031 preproc.y:14211
|
||||
#: preproc.y:9044 preproc.y:14224
|
||||
#, 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:9033 preproc.y:14213
|
||||
#: preproc.y:9046 preproc.y:14226
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" is already defined"
|
||||
msgstr "Cursor »%s« ist bereits definiert"
|
||||
|
||||
#: preproc.y:9463
|
||||
#: preproc.y:9476
|
||||
#, 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:9771 preproc.y:9778
|
||||
#: preproc.y:9784 preproc.y:9791
|
||||
#, c-format
|
||||
msgid "subquery in FROM must have an alias"
|
||||
msgstr "Unteranfrage in FROM muss Aliasnamen erhalten"
|
||||
|
||||
#: preproc.y:13941
|
||||
#: preproc.y:13954
|
||||
#, c-format
|
||||
msgid "CREATE TABLE AS cannot specify INTO"
|
||||
msgstr "CREATE TABLE AS kann INTO nicht verwenden"
|
||||
|
||||
#: preproc.y:13977
|
||||
#: preproc.y:13990
|
||||
#, c-format
|
||||
msgid "expected \"@\", found \"%s\""
|
||||
msgstr "»@« erwartet, »%s« gefunden"
|
||||
|
||||
#: preproc.y:13989
|
||||
#: preproc.y:14002
|
||||
#, 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:13992
|
||||
#: preproc.y:14005
|
||||
#, c-format
|
||||
msgid "expected \"://\", found \"%s\""
|
||||
msgstr "»://« erwartet, »%s« gefunden"
|
||||
|
||||
#: preproc.y:13997
|
||||
#: preproc.y:14010
|
||||
#, 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:14023
|
||||
#: preproc.y:14036
|
||||
#, c-format
|
||||
msgid "expected \"postgresql\", found \"%s\""
|
||||
msgstr "»postgresql« erwartet, »%s« gefunden"
|
||||
|
||||
#: preproc.y:14026
|
||||
#: preproc.y:14039
|
||||
#, c-format
|
||||
msgid "invalid connection type: %s"
|
||||
msgstr "ungültiger Verbindungstyp: %s"
|
||||
|
||||
#: preproc.y:14035
|
||||
#: preproc.y:14048
|
||||
#, c-format
|
||||
msgid "expected \"@\" or \"://\", found \"%s\""
|
||||
msgstr "»@« oder »://« erwartet, »%s« gefunden"
|
||||
|
||||
#: preproc.y:14110 preproc.y:14128
|
||||
#: preproc.y:14123 preproc.y:14141
|
||||
#, c-format
|
||||
msgid "invalid data type"
|
||||
msgstr "ungültiger Datentyp"
|
||||
|
||||
#: preproc.y:14139 preproc.y:14156
|
||||
#: preproc.y:14152 preproc.y:14169
|
||||
#, c-format
|
||||
msgid "incomplete statement"
|
||||
msgstr "unvollständige Anweisung"
|
||||
|
||||
#: preproc.y:14142 preproc.y:14159
|
||||
#: preproc.y:14155 preproc.y:14172
|
||||
#, c-format
|
||||
msgid "unrecognized token \"%s\""
|
||||
msgstr "nicht erkanntes Token »%s«"
|
||||
|
||||
#: preproc.y:14433
|
||||
#: preproc.y:14446
|
||||
#, 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:14445
|
||||
#: preproc.y:14458
|
||||
#, c-format
|
||||
msgid "interval specification not allowed here"
|
||||
msgstr "Intervallangabe hier nicht erlaubt"
|
||||
|
||||
#: preproc.y:14597 preproc.y:14649
|
||||
#: preproc.y:14610 preproc.y:14662
|
||||
#, c-format
|
||||
msgid "too many levels in nested structure/union definition"
|
||||
msgstr "zu viele Ebenen in verschachtelter Definition von Struktur/Union"
|
||||
|
||||
#: preproc.y:14788
|
||||
#: preproc.y:14801
|
||||
#, c-format
|
||||
msgid "pointers to varchar are not implemented"
|
||||
msgstr "Zeiger auf varchar sind nicht implementiert"
|
||||
|
||||
#: preproc.y:14975 preproc.y:15000
|
||||
#: preproc.y:14988 preproc.y:15013
|
||||
#, c-format
|
||||
msgid "using unsupported DESCRIBE statement"
|
||||
msgstr "nicht unterstützter DESCRIBE-Befehl wird verwendet"
|
||||
|
||||
#: preproc.y:15247
|
||||
#: preproc.y:15260
|
||||
#, c-format
|
||||
msgid "initializer not allowed in EXEC SQL VAR command"
|
||||
msgstr "Initialisierungswert nicht erlaubt in Befehl EXEC SQL VAR"
|
||||
|
||||
#: preproc.y:15558
|
||||
#: preproc.y:15571
|
||||
#, c-format
|
||||
msgid "arrays of indicators are not allowed on input"
|
||||
msgstr "Array aus Indikatoren bei der Eingabe nicht erlaubt"
|
||||
|
||||
#: preproc.y:15779
|
||||
#: preproc.y:15792
|
||||
#, 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:15817
|
||||
#: preproc.y:15833
|
||||
#, 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"
|
||||
|
@ -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:08+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"
|
||||
|
@ -1,14 +1,13 @@
|
||||
# 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-2017.
|
||||
#
|
||||
# Alexander Lakhin <exclusion@gmail.com>, 2012-2017, 2018.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ecpg (PostgreSQL current)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2017-08-17 17:47+0000\n"
|
||||
"PO-Revision-Date: 2016-11-24 16:01+0300\n"
|
||||
"POT-Creation-Date: 2018-01-31 07:55+0300\n"
|
||||
"PO-Revision-Date: 2018-01-31 08:18+0300\n"
|
||||
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
|
||||
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
|
||||
"Language: ru\n"
|
||||
@ -322,14 +321,14 @@ msgstr ""
|
||||
"внутренняя ошибка: недостижимое состояние; пожалуйста, сообщите в <pgsql-"
|
||||
"bugs@postgresql.org>"
|
||||
|
||||
#: pgc.l:1376
|
||||
#: pgc.l:1377
|
||||
#, c-format
|
||||
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
|
||||
msgstr ""
|
||||
"Ошибка: путь включаемых файлов \"%s/%s\" в строке %d слишком длинный, "
|
||||
"пропускается\n"
|
||||
|
||||
#: pgc.l:1399
|
||||
#: pgc.l:1400
|
||||
#, c-format
|
||||
msgid "could not open include file \"%s\" on line %d"
|
||||
msgstr "не удалось открыть включаемый файл \"%s\" (строка %d)"
|
||||
@ -558,7 +557,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 +603,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"
|
||||
|
@ -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.6\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2017-09-07 01:47+0000\n"
|
||||
"POT-Creation-Date: 2017-11-07 19:17+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:3499 fe-connect.c:3751 fe-connect.c:3870
|
||||
#: fe-connect.c:4110 fe-connect.c:4190 fe-connect.c:4289 fe-connect.c:4545
|
||||
#: fe-connect.c:4574 fe-connect.c:4646 fe-connect.c:4670 fe-connect.c:4688
|
||||
#: fe-connect.c:4784 fe-connect.c:5118 fe-connect.c:5268 fe-exec.c:2702
|
||||
#: fe-connect.c:4120 fe-connect.c:4200 fe-connect.c:4299 fe-connect.c:4555
|
||||
#: fe-connect.c:4584 fe-connect.c:4656 fe-connect.c:4680 fe-connect.c:4698
|
||||
#: fe-connect.c:4794 fe-connect.c:5128 fe-connect.c:5278 fe-exec.c:2702
|
||||
#: fe-exec.c:3449 fe-exec.c:3614 fe-lobj.c:896 fe-protocol2.c:1206
|
||||
#: fe-protocol3.c:992 fe-protocol3.c:1678 fe-secure-openssl.c:515
|
||||
#: fe-secure-openssl.c:1139
|
||||
@ -361,111 +340,107 @@ 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:3790 fe-connect.c:3809 fe-connect.c:4328
|
||||
#: fe-connect.c:3790 fe-connect.c:3809 fe-connect.c:4338
|
||||
#, c-format
|
||||
msgid "missing \"=\" after \"%s\" in connection info string\n"
|
||||
msgstr "manca \"=\" dopo \"%s\" nella stringa di connessione\n"
|
||||
|
||||
#: fe-connect.c:3882 fe-connect.c:4513 fe-connect.c:5251
|
||||
#: fe-connect.c:3882 fe-connect.c:4523 fe-connect.c:5261
|
||||
#, c-format
|
||||
msgid "invalid connection option \"%s\"\n"
|
||||
msgstr "opzione di connessione errata \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:3898 fe-connect.c:4377
|
||||
#: fe-connect.c:3898 fe-connect.c:4387
|
||||
msgid "unterminated quoted string in connection info string\n"
|
||||
msgstr "stringa tra virgolette non terminata nella stringa di connessione\n"
|
||||
|
||||
#: fe-connect.c:3938
|
||||
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:3971
|
||||
#: fe-connect.c:3981
|
||||
#, 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:3994
|
||||
#: fe-connect.c:4004
|
||||
#, c-format
|
||||
msgid "service file \"%s\" not found\n"
|
||||
msgstr "il file di servizio \"%s\" non è stato trovato\n"
|
||||
|
||||
#: fe-connect.c:4007
|
||||
#: fe-connect.c:4017
|
||||
#, 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:4078 fe-connect.c:4122
|
||||
#: fe-connect.c:4088 fe-connect.c:4132
|
||||
#, 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:4089
|
||||
#: fe-connect.c:4099
|
||||
#, 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:4795
|
||||
#: fe-connect.c:4805
|
||||
#, 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:4865
|
||||
#: fe-connect.c:4875
|
||||
#, 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:4872
|
||||
#: fe-connect.c:4882
|
||||
#, 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:4887
|
||||
#: fe-connect.c:4897
|
||||
#, 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:5001
|
||||
#: fe-connect.c:5011
|
||||
#, 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:5021
|
||||
#: fe-connect.c:5031
|
||||
#, 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:5072
|
||||
#: fe-connect.c:5082
|
||||
#, 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:5490
|
||||
#: fe-connect.c:5500
|
||||
msgid "connection pointer is NULL\n"
|
||||
msgstr "il puntatore della connessione è NULL\n"
|
||||
|
||||
#: fe-connect.c:5788
|
||||
#: fe-connect.c:5798
|
||||
#, 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:5797
|
||||
#: fe-connect.c:5807
|
||||
#, 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:5911
|
||||
#: fe-connect.c:5921
|
||||
#, c-format
|
||||
msgid "password retrieved from file \"%s\"\n"
|
||||
msgstr "password ottenuta dal file \"%s\"\n"
|
||||
|
@ -4,13 +4,12 @@
|
||||
# Serguei A. Mokhov <mokhov@cs.concordia.ca>, 2001-2004.
|
||||
# Oleg Bartunov <oleg@sai.msu.su>, 2005.
|
||||
# Andrey Sudnik <sudnikand@yandex.ru>, 2010.
|
||||
# Alexander Lakhin <exclusion@gmail.com>, 2012-2017.
|
||||
#
|
||||
# Alexander Lakhin <exclusion@gmail.com>, 2012-2017, 2018.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libpq (PostgreSQL current)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2017-09-27 06:18+0000\n"
|
||||
"POT-Creation-Date: 2017-10-30 19:32+0300\n"
|
||||
"PO-Revision-Date: 2017-09-21 12:00+0300\n"
|
||||
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
|
||||
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
|
||||
@ -36,9 +35,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:3499 fe-connect.c:3751 fe-connect.c:3870
|
||||
#: fe-connect.c:4110 fe-connect.c:4190 fe-connect.c:4289 fe-connect.c:4545
|
||||
#: fe-connect.c:4574 fe-connect.c:4646 fe-connect.c:4670 fe-connect.c:4688
|
||||
#: fe-connect.c:4784 fe-connect.c:5118 fe-connect.c:5268 fe-exec.c:2702
|
||||
#: fe-connect.c:4120 fe-connect.c:4200 fe-connect.c:4299 fe-connect.c:4555
|
||||
#: fe-connect.c:4584 fe-connect.c:4656 fe-connect.c:4680 fe-connect.c:4698
|
||||
#: fe-connect.c:4794 fe-connect.c:5128 fe-connect.c:5278 fe-exec.c:2702
|
||||
#: fe-exec.c:3449 fe-exec.c:3614 fe-lobj.c:896 fe-protocol2.c:1206
|
||||
#: fe-protocol3.c:992 fe-protocol3.c:1678 fe-secure-openssl.c:515
|
||||
#: fe-secure-openssl.c:1139
|
||||
@ -334,46 +333,41 @@ msgstr "при поиске LDAP ничего не найдено\n"
|
||||
msgid "attribute has no values on LDAP lookup\n"
|
||||
msgstr "атрибут не содержит значений при поиске LDAP\n"
|
||||
|
||||
#: fe-connect.c:3790 fe-connect.c:3809 fe-connect.c:4328
|
||||
#: fe-connect.c:3790 fe-connect.c:3809 fe-connect.c:4338
|
||||
#, c-format
|
||||
msgid "missing \"=\" after \"%s\" in connection info string\n"
|
||||
msgstr "в строке соединения нет \"=\" после \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:3882 fe-connect.c:4513 fe-connect.c:5251
|
||||
#: fe-connect.c:3882 fe-connect.c:4523 fe-connect.c:5261
|
||||
#, c-format
|
||||
msgid "invalid connection option \"%s\"\n"
|
||||
msgstr "неверный параметр соединения \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:3898 fe-connect.c:4377
|
||||
#: fe-connect.c:3898 fe-connect.c:4387
|
||||
msgid "unterminated quoted string in connection info string\n"
|
||||
msgstr "в строке соединения не хватает закрывающей кавычки\n"
|
||||
|
||||
#: fe-connect.c:3938
|
||||
msgid "could not get home directory to locate service definition file"
|
||||
msgstr ""
|
||||
"не удалось получить домашний каталог для загрузки файла определений служб"
|
||||
|
||||
#: fe-connect.c:3971
|
||||
#: fe-connect.c:3981
|
||||
#, c-format
|
||||
msgid "definition of service \"%s\" not found\n"
|
||||
msgstr "определение службы \"%s\" не найдено\n"
|
||||
|
||||
#: fe-connect.c:3994
|
||||
#: fe-connect.c:4004
|
||||
#, c-format
|
||||
msgid "service file \"%s\" not found\n"
|
||||
msgstr "файл определений служб \"%s\" не найден\n"
|
||||
|
||||
#: fe-connect.c:4007
|
||||
#: fe-connect.c:4017
|
||||
#, c-format
|
||||
msgid "line %d too long in service file \"%s\"\n"
|
||||
msgstr "слишком длинная строка (%d) в файле определений служб \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:4078 fe-connect.c:4122
|
||||
#: fe-connect.c:4088 fe-connect.c:4132
|
||||
#, c-format
|
||||
msgid "syntax error in service file \"%s\", line %d\n"
|
||||
msgstr "синтаксическая ошибка в файле определения служб \"%s\" (строка %d)\n"
|
||||
|
||||
#: fe-connect.c:4089
|
||||
#: fe-connect.c:4099
|
||||
#, c-format
|
||||
msgid ""
|
||||
"nested service specifications not supported in service file \"%s\", line %d\n"
|
||||
@ -381,24 +375,24 @@ msgstr ""
|
||||
"рекурсивные определения служб не поддерживаются (файл определения служб \"%s"
|
||||
"\", строка %d)\n"
|
||||
|
||||
#: fe-connect.c:4795
|
||||
#: fe-connect.c:4805
|
||||
#, c-format
|
||||
msgid "invalid URI propagated to internal parser routine: \"%s\"\n"
|
||||
msgstr "во внутреннюю процедуру разбора строки передан ошибочный URI: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:4865
|
||||
#: fe-connect.c:4875
|
||||
#, 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:4872
|
||||
#: fe-connect.c:4882
|
||||
#, c-format
|
||||
msgid "IPv6 host address may not be empty in URI: \"%s\"\n"
|
||||
msgstr "IPv6, содержащийся в URI, не может быть пустым: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:4887
|
||||
#: fe-connect.c:4897
|
||||
#, c-format
|
||||
msgid ""
|
||||
"unexpected character \"%c\" at position %d in URI (expected \":\" or \"/\"): "
|
||||
@ -407,41 +401,41 @@ msgstr ""
|
||||
"неожиданный символ \"%c\" в позиции %d в URI (ожидалось \":\" или \"/\"): "
|
||||
"\"%s\"\n"
|
||||
|
||||
#: fe-connect.c:5001
|
||||
#: fe-connect.c:5011
|
||||
#, c-format
|
||||
msgid "extra key/value separator \"=\" in URI query parameter: \"%s\"\n"
|
||||
msgstr "лишний разделитель ключа/значения \"=\" в параметрах URI: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:5021
|
||||
#: fe-connect.c:5031
|
||||
#, c-format
|
||||
msgid "missing key/value separator \"=\" in URI query parameter: \"%s\"\n"
|
||||
msgstr "в параметрах URI не хватает разделителя ключа/значения \"=\": \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:5072
|
||||
#: fe-connect.c:5082
|
||||
#, 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:5490
|
||||
#: fe-connect.c:5500
|
||||
msgid "connection pointer is NULL\n"
|
||||
msgstr "нулевой указатель соединения\n"
|
||||
|
||||
#: fe-connect.c:5788
|
||||
#: fe-connect.c:5798
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" is not a plain file\n"
|
||||
msgstr "ПРЕДУПРЕЖДЕНИЕ: файл паролей \"%s\" - не обычный файл\n"
|
||||
|
||||
#: fe-connect.c:5797
|
||||
#: fe-connect.c:5807
|
||||
#, c-format
|
||||
msgid ""
|
||||
"WARNING: password file \"%s\" has group or world access; permissions should "
|
||||
@ -450,7 +444,7 @@ msgstr ""
|
||||
"ПРЕДУПРЕЖДЕНИЕ: к файлу паролей \"%s\" имеют доступ все или группа; права "
|
||||
"должны быть u=rw (0600) или более ограниченные\n"
|
||||
|
||||
#: fe-connect.c:5911
|
||||
#: fe-connect.c:5921
|
||||
#, c-format
|
||||
msgid "password retrieved from file \"%s\"\n"
|
||||
msgstr "пароль получен из файла \"%s\"\n"
|
||||
@ -1042,6 +1036,10 @@ msgstr "не удалось передать данные серверу: %s\n"
|
||||
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"
|
||||
|
||||
|
Reference in New Issue
Block a user