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

Translation updates

Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 23063751d2d17da76d34ddfdead3f633041a6cbe
This commit is contained in:
Peter Eisentraut
2018-11-05 15:12:15 +01:00
parent 8bc709b374
commit 92154ef477
20 changed files with 6184 additions and 5742 deletions

View File

@ -17,8 +17,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ecpg (PostgreSQL) 9.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2017-02-09 21:23+0000\n"
"PO-Revision-Date: 2017-04-23 03:03+0100\n"
"POT-Creation-Date: 2018-10-05 20:42+0000\n"
"PO-Revision-Date: 2018-10-08 20:43+0100\n"
"Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
"Language-Team: https://github.com/dvarrazzo/postgresql-it\n"
"Language: it\n"
@ -27,7 +27,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.8.7.1\n"
"X-Generator: Poedit 2.0.6\n"
#: descriptor.c:64
#, c-format
@ -191,7 +191,7 @@ msgstr ""
msgid "%s: could not locate my own executable path\n"
msgstr "%s: percorso del proprio eseguibile non trovato\n"
#: ecpg.c:175 ecpg.c:327 ecpg.c:337
#: ecpg.c:175 ecpg.c:327 ecpg.c:338
#, c-format
msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s: apertura del file \"%s\" fallita: %s\n"
@ -226,12 +226,12 @@ msgstr "fine della lista di ricerca\n"
msgid "%s: no input files specified\n"
msgstr "%s: non è stato specificato nessun file di input\n"
#: ecpg.c:460
#: ecpg.c:461
#, c-format
msgid "cursor \"%s\" has been declared but not opened"
msgstr "il cursore \"%s\" è stato dichiarato, ma non aperto"
#: ecpg.c:473 preproc.y:125
#: ecpg.c:474 preproc.y:125
#, c-format
msgid "could not remove output file \"%s\"\n"
msgstr "rimozione del file di output \"%s\" fallita\n"
@ -263,77 +263,77 @@ msgstr "letterale di stringa esadecimale non terminato"
msgid "unterminated quoted string"
msgstr "stringa tra virgolette non terminata"
#: pgc.l:598 pgc.l:611
#: pgc.l:599 pgc.l:612
#, c-format
msgid "zero-length delimited identifier"
msgstr "identificativo delimitato di lunghezza zero"
#: pgc.l:619
#: pgc.l:620
#, c-format
msgid "unterminated quoted identifier"
msgstr "identificativo tra virgolette non terminato"
#: pgc.l:873
#: pgc.l:887
#, c-format
msgid "nested /* ... */ comments"
msgstr "commenti /* ... */ annidati"
#: pgc.l:966
#: pgc.l:980
#, c-format
msgid "missing identifier in EXEC SQL UNDEF command"
msgstr "identificativo mancante nel comando EXEC SQL UNDEF"
#: pgc.l:1012 pgc.l:1026
#: pgc.l:1026 pgc.l:1040
#, c-format
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
msgstr "mancata corrispondenza fra \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
#: pgc.l:1015 pgc.l:1028 pgc.l:1204
#: pgc.l:1029 pgc.l:1042 pgc.l:1218
#, c-format
msgid "missing \"EXEC SQL ENDIF;\""
msgstr "manca \"EXEC SQL ENDIF;\""
#: pgc.l:1044 pgc.l:1063
#: pgc.l:1058 pgc.l:1077
#, c-format
msgid "more than one EXEC SQL ELSE"
msgstr "più di un EXEC SQL ELSE"
#: pgc.l:1085 pgc.l:1099
#: pgc.l:1099 pgc.l:1113
#, c-format
msgid "unmatched EXEC SQL ENDIF"
msgstr "EXEC SQL ENDIF non corrispondente"
#: pgc.l:1119
#: pgc.l:1133
#, c-format
msgid "too many nested EXEC SQL IFDEF conditions"
msgstr "troppe condizioni EXEC SQL IFDEF annidate"
#: pgc.l:1152
#: pgc.l:1166
#, c-format
msgid "missing identifier in EXEC SQL IFDEF command"
msgstr "identificativo mancante nel comando EXEC SQL IFDEF"
#: pgc.l:1161
#: pgc.l:1175
#, c-format
msgid "missing identifier in EXEC SQL DEFINE command"
msgstr "identificativo mancante nel comando EXEC SQL DEFINE"
#: pgc.l:1194
#: pgc.l:1208
#, c-format
msgid "syntax error in EXEC SQL INCLUDE command"
msgstr "errore di sintassi nel comando EXEC SQL INCLUDE"
#: pgc.l:1243
#: pgc.l:1257
#, 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:1367
#: pgc.l:1382
#, 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:1390
#: pgc.l:1405
#, c-format
msgid "could not open include file \"%s\" on line %d"
msgstr "apertura del file di include \"%s\" alla riga %d fallita"
@ -367,185 +367,185 @@ msgstr "l'inizializzatore non è permesso nella definizione del tipo di dato"
msgid "type name \"string\" is reserved in Informix mode"
msgstr "il nome di tipo \"string\" è riservato alla modalità Informix"
#: preproc.y:544 preproc.y:13867
#: preproc.y:544 preproc.y:13885
#, c-format
msgid "type \"%s\" is already defined"
msgstr "il tipo \"%s\" è già definito"
#: preproc.y:568 preproc.y:14525 preproc.y:14846 variable.c:620
#: preproc.y:568 preproc.y:14543 preproc.y:14864 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:1579
#: preproc.y:1580
#, c-format
msgid "AT option not allowed in CLOSE DATABASE statement"
msgstr "l'opzione AT non è permessa nell'istruzione CLOSE DATABASE"
#: preproc.y:1782
#: preproc.y:1783
#, c-format
msgid "AT option not allowed in CONNECT statement"
msgstr "l'opzione AT non è permessa nell'istruzione CONNECT"
#: preproc.y:1816
#: preproc.y:1817
#, c-format
msgid "AT option not allowed in DISCONNECT statement"
msgstr "l'opzione AT non è permessa nell'istruzione DISCONNECT"
#: preproc.y:1871
#: preproc.y:1872
#, c-format
msgid "AT option not allowed in SET CONNECTION statement"
msgstr "l'opzione AT non è permessa nell'istruzione SET CONNECTION"
#: preproc.y:1893
#: preproc.y:1894
#, c-format
msgid "AT option not allowed in TYPE statement"
msgstr "l'opzione AT non è permessa nell'istruzione TYPE"
#: preproc.y:1902
#: preproc.y:1903
#, c-format
msgid "AT option not allowed in VAR statement"
msgstr "l'opzione AT non è permessa nell'istruzione VAR"
#: preproc.y:1909
#: preproc.y:1910
#, c-format
msgid "AT option not allowed in WHENEVER statement"
msgstr "l'opzione AT non è permessa nell'istruzione WHENEVER"
#: 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:10174 preproc.y:10771
#, c-format
msgid "unsupported feature will be passed to server"
msgstr "al server è stata richiesta una funzionalità non supportata"
#: preproc.y:2536
#: preproc.y:2541
#, c-format
msgid "SHOW ALL is not implemented"
msgstr "SHOW ALL non è implementato"
#: preproc.y:3044
#: preproc.y:3049
#, c-format
msgid "COPY FROM STDIN is not implemented"
msgstr "COPY FROM STDIN non è implementato"
#: preproc.y:8534 preproc.y:13456
#: preproc.y:8543 preproc.y:13474
#, 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:8536 preproc.y:13458
#: preproc.y:8545 preproc.y:13476
#, c-format
msgid "cursor \"%s\" is already defined"
msgstr "il cursore \"%s\" è già definito"
#: preproc.y:8954
#: preproc.y:8963
#, c-format
msgid "no longer supported LIMIT #,# syntax passed to server"
msgstr "la sintassi LIMIT #,# passata al server non è più supportata"
#: preproc.y:9190 preproc.y:9197
#: preproc.y:9208 preproc.y:9215
#, c-format
msgid "subquery in FROM must have an alias"
msgstr "la sottoquery in FROM deve avere un alias"
#: preproc.y:13186
#: preproc.y:13204
#, c-format
msgid "CREATE TABLE AS cannot specify INTO"
msgstr "CREATE TABLE AS non può specificare INTO"
#: preproc.y:13222
#: preproc.y:13240
#, c-format
msgid "expected \"@\", found \"%s\""
msgstr "atteso \"@\", trovato \"%s\""
#: preproc.y:13234
#: preproc.y:13252
#, 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:13237
#: preproc.y:13255
#, c-format
msgid "expected \"://\", found \"%s\""
msgstr "atteso \"://\", trovato \"%s\""
#: preproc.y:13242
#: preproc.y:13260
#, 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:13268
#: preproc.y:13286
#, c-format
msgid "expected \"postgresql\", found \"%s\""
msgstr "atteso \"postgresql\", trovato \"%s\""
#: preproc.y:13271
#: preproc.y:13289
#, c-format
msgid "invalid connection type: %s"
msgstr "tipo di connessione non valido: %s"
#: preproc.y:13280
#: preproc.y:13298
#, c-format
msgid "expected \"@\" or \"://\", found \"%s\""
msgstr "atteso \"@\" oppure \"://\", trovato \"%s\""
#: preproc.y:13355 preproc.y:13373
#: preproc.y:13373 preproc.y:13391
#, c-format
msgid "invalid data type"
msgstr "tipo dato non valido"
#: preproc.y:13384 preproc.y:13401
#: preproc.y:13402 preproc.y:13419
#, c-format
msgid "incomplete statement"
msgstr "istruzione incompleta"
#: preproc.y:13387 preproc.y:13404
#: preproc.y:13405 preproc.y:13422
#, c-format
msgid "unrecognized token \"%s\""
msgstr "token \"%s\" sconosciuto"
#: preproc.y:13678
#: preproc.y:13696
#, 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:13690
#: preproc.y:13708
#, c-format
msgid "interval specification not allowed here"
msgstr "specificazione di intervallo non permessa qui"
#: preproc.y:13842 preproc.y:13894
#: preproc.y:13860 preproc.y:13912
#, c-format
msgid "too many levels in nested structure/union definition"
msgstr "troppi livelli nidificati nella definizione della struttura/unione"
#: preproc.y:14033
#: preproc.y:14051
#, c-format
msgid "pointers to varchar are not implemented"
msgstr "i puntatori a varchar non sono implementati"
#: preproc.y:14220 preproc.y:14245
#: preproc.y:14238 preproc.y:14263
#, c-format
msgid "using unsupported DESCRIBE statement"
msgstr "si sta utilizzando una istruzione DESCRIBE non supportata"
#: preproc.y:14492
#: preproc.y:14510
#, c-format
msgid "initializer not allowed in EXEC SQL VAR command"
msgstr "initializer non è permesso nel comando EXEC SQL VAR"
#: preproc.y:14804
#: preproc.y:14822
#, c-format
msgid "arrays of indicators are not allowed on input"
msgstr "array di indicatori non sono permessi"
#: preproc.y:15025
#: preproc.y:15043
#, 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:15063
#: preproc.y:15084
#, c-format
msgid "%s at or near \"%s\""
msgstr "%s a o presso \"%s\""
@ -555,7 +555,7 @@ msgstr "%s a o presso \"%s\""
msgid "out of memory"
msgstr "memoria esaurita"
#: type.c:212 type.c:664
#: type.c:212 type.c:674
#, c-format
msgid "unrecognized variable type code %d"
msgstr "tipo di variabile sconosciuto codice %d"
@ -601,7 +601,17 @@ msgstr "un indicatore per una struttura deve essere una struttura"
msgid "indicator for simple data type has to be simple"
msgstr "un indicatore per un tipo di dato semplice deve essere semplice"
#: type.c:723
#: type.c:615
#, c-format
msgid "indicator struct \"%s\" has too few members"
msgstr "l'indicatore struttura \"%s\" non ha abbastanza membri"
#: type.c:622
#, c-format
msgid "indicator struct \"%s\" has too many members"
msgstr "l'indicatore struttura \"%s\" ha troppi membri"
#: type.c:733
#, c-format
msgid "unrecognized descriptor item code %d"
msgstr "descrittore di codice %d sconosciuto"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ecpg (PostgreSQL 9)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2018-04-27 15:41+0300\n"
"POT-Creation-Date: 2018-10-01 13:23+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"
@ -228,92 +228,92 @@ msgstr "курсор \"%s\" был объявлен, но не открыт"
msgid "could not remove output file \"%s\"\n"
msgstr "ошибка при удалении выходного файла \"%s\"\n"
#: pgc.l:425
#: pgc.l:426
#, c-format
msgid "unterminated /* comment"
msgstr "незавершённый комментарий /*"
#: pgc.l:438
#: pgc.l:439
#, c-format
msgid "invalid bit string literal"
msgstr "неверная битовая строка"
#: pgc.l:447
#: pgc.l:448
#, c-format
msgid "unterminated bit string literal"
msgstr "оборванная битовая строка"
#: pgc.l:463
#: pgc.l:464
#, c-format
msgid "unterminated hexadecimal string literal"
msgstr "оборванная шестнадцатеричная строка"
#: pgc.l:541
#: pgc.l:542
#, c-format
msgid "unterminated quoted string"
msgstr "незавершённая строка в кавычках"
#: pgc.l:599 pgc.l:612
#: pgc.l:600 pgc.l:613
#, c-format
msgid "zero-length delimited identifier"
msgstr "пустой идентификатор в кавычках"
#: pgc.l:620
#: pgc.l:621
#, c-format
msgid "unterminated quoted identifier"
msgstr "незавершённый идентификатор в кавычках"
#: pgc.l:874
#: pgc.l:888
#, c-format
msgid "nested /* ... */ comments"
msgstr "вложенные комментарии /* ... */"
#: pgc.l:967
#: pgc.l:981
#, c-format
msgid "missing identifier in EXEC SQL UNDEF command"
msgstr "в команде EXEC SQL UNDEF отсутствует идентификатор"
#: pgc.l:1013 pgc.l:1027
#: pgc.l:1027 pgc.l:1041
#, c-format
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
msgstr "нет соответствующего \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
#: pgc.l:1016 pgc.l:1029 pgc.l:1205
#: pgc.l:1030 pgc.l:1043 pgc.l:1219
#, c-format
msgid "missing \"EXEC SQL ENDIF;\""
msgstr "отсутствует \"EXEC SQL ENDIF;\""
#: pgc.l:1045 pgc.l:1064
#: pgc.l:1059 pgc.l:1078
#, c-format
msgid "more than one EXEC SQL ELSE"
msgstr "неоднократная команда EXEC SQL ELSE"
#: pgc.l:1086 pgc.l:1100
#: pgc.l:1100 pgc.l:1114
#, c-format
msgid "unmatched EXEC SQL ENDIF"
msgstr "непарная команда EXEC SQL ENDIF"
#: pgc.l:1120
#: pgc.l:1134
#, c-format
msgid "too many nested EXEC SQL IFDEF conditions"
msgstr "слишком много вложенных условий EXEC SQL IFDEF"
#: pgc.l:1153
#: pgc.l:1167
#, c-format
msgid "missing identifier in EXEC SQL IFDEF command"
msgstr "в команде EXEC SQL IFDEF отсутствует идентификатор"
#: pgc.l:1162
#: pgc.l:1176
#, c-format
msgid "missing identifier in EXEC SQL DEFINE command"
msgstr "в команде EXEC SQL DEFINE отсутствует идентификатор"
#: pgc.l:1195
#: pgc.l:1209
#, c-format
msgid "syntax error in EXEC SQL INCLUDE command"
msgstr "ошибка синтаксиса в команде EXEC SQL INCLUDE"
#: pgc.l:1244
#: pgc.l:1258
#, c-format
msgid ""
"internal error: unreachable state; please report this to <pgsql-"
@ -322,14 +322,14 @@ msgstr ""
"внутренняя ошибка: недостижимое состояние; пожалуйста, сообщите в <pgsql-"
"bugs@postgresql.org>"
#: pgc.l:1369
#: pgc.l:1382
#, c-format
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
msgstr ""
"Ошибка: путь включаемых файлов \"%s/%s\" в строке %d слишком длинный, "
"пропускается\n"
#: pgc.l:1392
#: pgc.l:1405
#, c-format
msgid "could not open include file \"%s\" on line %d"
msgstr "не удалось открыть включаемый файл \"%s\" (строка %d)"
@ -363,12 +363,12 @@ msgstr "определение типа не может включать ини
msgid "type name \"string\" is reserved in Informix mode"
msgstr "имя типа \"string\" в режиме Informix зарезервировано"
#: preproc.y:544 preproc.y:13876
#: preproc.y:544 preproc.y:13885
#, c-format
msgid "type \"%s\" is already defined"
msgstr "тип \"%s\" уже определён"
#: preproc.y:568 preproc.y:14534 preproc.y:14855 variable.c:620
#: preproc.y:568 preproc.y:14543 preproc.y:14864 variable.c:620
#, c-format
msgid "multidimensional arrays for simple data types are not supported"
msgstr "многомерные массивы с простыми типами данных не поддерживаются"
@ -410,7 +410,7 @@ msgstr "оператор WHENEVER с параметром AT не поддерж
#: 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
#: preproc.y:10174 preproc.y:10771
#, c-format
msgid "unsupported feature will be passed to server"
msgstr "неподдерживаемая функция будет передана серверу"
@ -425,13 +425,13 @@ msgstr "SHOW ALL не реализовано"
msgid "COPY FROM STDIN is not implemented"
msgstr "операция COPY FROM STDIN не реализована"
#: preproc.y:8543 preproc.y:13465
#: preproc.y:8543 preproc.y:13474
#, c-format
msgid "using variable \"%s\" in different declare statements is not supported"
msgstr ""
"использование переменной \"%s\" в разных операторах DECLARE не поддерживается"
#: preproc.y:8545 preproc.y:13467
#: preproc.y:8545 preproc.y:13476
#, c-format
msgid "cursor \"%s\" is already defined"
msgstr "курсор \"%s\" уже определён"
@ -441,22 +441,22 @@ msgstr "курсор \"%s\" уже определён"
msgid "no longer supported LIMIT #,# syntax passed to server"
msgstr "не поддерживаемое более предложение LIMIT #,# передано на сервер"
#: preproc.y:9199 preproc.y:9206
#: preproc.y:9208 preproc.y:9215
#, c-format
msgid "subquery in FROM must have an alias"
msgstr "подзапрос во FROM должен иметь псевдоним"
#: preproc.y:13195
#: preproc.y:13204
#, c-format
msgid "CREATE TABLE AS cannot specify INTO"
msgstr "в CREATE TABLE AS нельзя указать INTO"
#: preproc.y:13231
#: preproc.y:13240
#, c-format
msgid "expected \"@\", found \"%s\""
msgstr "ожидался знак \"@\", но на этом месте \"%s\""
#: preproc.y:13243
#: preproc.y:13252
#, c-format
msgid ""
"only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are "
@ -465,89 +465,89 @@ msgstr ""
"поддерживаются только протоколы \"tcp\" и \"unix\", а тип базы данных - "
"\"postgresql\""
#: preproc.y:13246
#: preproc.y:13255
#, c-format
msgid "expected \"://\", found \"%s\""
msgstr "ожидалось \"://\", но на этом месте \"%s\""
#: preproc.y:13251
#: preproc.y:13260
#, c-format
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
msgstr "Unix-сокеты работают только с \"localhost\", но не с адресом \"%s\""
#: preproc.y:13277
#: preproc.y:13286
#, c-format
msgid "expected \"postgresql\", found \"%s\""
msgstr "ожидался тип \"postgresql\", но на этом месте \"%s\""
#: preproc.y:13280
#: preproc.y:13289
#, c-format
msgid "invalid connection type: %s"
msgstr "неверный тип подключения: %s"
#: preproc.y:13289
#: preproc.y:13298
#, c-format
msgid "expected \"@\" or \"://\", found \"%s\""
msgstr "ожидалось \"@\" или \"://\", но на этом месте \"%s\""
#: preproc.y:13364 preproc.y:13382
#: preproc.y:13373 preproc.y:13391
#, c-format
msgid "invalid data type"
msgstr "неверный тип данных"
#: preproc.y:13393 preproc.y:13410
#: preproc.y:13402 preproc.y:13419
#, c-format
msgid "incomplete statement"
msgstr "неполный оператор"
#: preproc.y:13396 preproc.y:13413
#: preproc.y:13405 preproc.y:13422
#, c-format
msgid "unrecognized token \"%s\""
msgstr "нераспознанное ключевое слово \"%s\""
#: preproc.y:13687
#: preproc.y:13696
#, c-format
msgid "only data types numeric and decimal have precision/scale argument"
msgstr ""
"точность/масштаб можно указать только для типов данных numeric и decimal"
#: preproc.y:13699
#: preproc.y:13708
#, c-format
msgid "interval specification not allowed here"
msgstr "определение интервала здесь не допускается"
#: preproc.y:13851 preproc.y:13903
#: preproc.y:13860 preproc.y:13912
#, c-format
msgid "too many levels in nested structure/union definition"
msgstr "слишком много уровней в определении вложенной структуры/объединения"
#: preproc.y:14042
#: preproc.y:14051
#, c-format
msgid "pointers to varchar are not implemented"
msgstr "указатели на varchar не реализованы"
#: preproc.y:14229 preproc.y:14254
#: preproc.y:14238 preproc.y:14263
#, c-format
msgid "using unsupported DESCRIBE statement"
msgstr "используется неподдерживаемый оператор DESCRIBE"
#: preproc.y:14501
#: preproc.y:14510
#, c-format
msgid "initializer not allowed in EXEC SQL VAR command"
msgstr "команда EXEC SQL VAR не может включать инициализатор"
#: preproc.y:14813
#: preproc.y:14822
#, c-format
msgid "arrays of indicators are not allowed on input"
msgstr "массивы индикаторов на входе недопустимы"
#: preproc.y:15034
#: preproc.y:15043
#, c-format
msgid "operator not allowed in variable definition"
msgstr "недопустимый оператор в определении переменной"
#. translator: %s is typically the translation of "syntax error"
#: preproc.y:15075
#: preproc.y:15084
#, c-format
msgid "%s at or near \"%s\""
msgstr "%s (примерное положение: \"%s\")"

View File

@ -4,14 +4,14 @@
# 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-2016, 2017.
# Alexander Lakhin <exclusion@gmail.com>, 2012-2016, 2017, 2018.
#
msgid ""
msgstr ""
"Project-Id-Version: libpq (PostgreSQL 9)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2018-04-27 15:41+0300\n"
"PO-Revision-Date: 2017-09-21 11:47+0300\n"
"POT-Creation-Date: 2018-10-01 13:23+0300\n"
"PO-Revision-Date: 2018-05-16 13:59+0300\n"
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
"Language: ru\n"
@ -34,11 +34,11 @@ msgid "duplicate GSS authentication request\n"
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: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-auth.c:798 fe-connect.c:826 fe-connect.c:1023 fe-connect.c:1199
#: fe-connect.c:2257 fe-connect.c:3584 fe-connect.c:3836 fe-connect.c:3955
#: fe-connect.c:4195 fe-connect.c:4275 fe-connect.c:4370 fe-connect.c:4626
#: fe-connect.c:4654 fe-connect.c:4726 fe-connect.c:4750 fe-connect.c:4768
#: fe-connect.c:4864 fe-connect.c:5215 fe-connect.c:5365 fe-exec.c:3405
#: fe-exec.c:3570 fe-lobj.c:896 fe-protocol2.c:1214 fe-protocol3.c:1621
#: fe-secure.c:779 fe-secure.c:1269
msgid "out of memory\n"
@ -98,32 +98,32 @@ msgstr "метод аутентификации %u не поддерживает
msgid "user name lookup failure: error code %lu\n"
msgstr "распознать имя пользователя не удалось (код ошибки: %lu)\n"
#: fe-auth.c:783 fe-connect.c:2068
#: fe-auth.c:783 fe-connect.c:2184
#, c-format
msgid "could not look up local user ID %d: %s\n"
msgstr "найти локального пользователя по идентификатору (%d) не удалось: %s\n"
#: fe-auth.c:788 fe-connect.c:2073
#: fe-auth.c:788 fe-connect.c:2189
#, c-format
msgid "local user with ID %d does not exist\n"
msgstr "локальный пользователь с ID %d не существует\n"
#: fe-connect.c:906
#: fe-connect.c:965
#, c-format
msgid "invalid sslmode value: \"%s\"\n"
msgstr "неверное значение sslmode: \"%s\"\n"
#: fe-connect.c:927
#: fe-connect.c:986
#, c-format
msgid "sslmode value \"%s\" invalid when SSL support is not compiled in\n"
msgstr "значение sslmode \"%s\" недопустимо для сборки без поддержки SSL\n"
#: fe-connect.c:1164
#: fe-connect.c:1223
#, c-format
msgid "could not set socket to TCP no delay mode: %s\n"
msgstr "не удалось перевести сокет в режим TCP-передачи без задержки: %s\n"
#: fe-connect.c:1194
#: fe-connect.c:1253
#, c-format
msgid ""
"could not connect to server: %s\n"
@ -134,7 +134,7 @@ msgstr ""
"\tОн действительно работает локально и принимает\n"
"\tсоединения через Unix-сокет \"%s\"?\n"
#: fe-connect.c:1249
#: fe-connect.c:1308
#, c-format
msgid ""
"could not connect to server: %s\n"
@ -145,7 +145,7 @@ msgstr ""
"\tОн действительно работает по адресу \"%s\" (%s)\n"
"\t и принимает TCP-соединения (порт %s)?\n"
#: fe-connect.c:1258
#: fe-connect.c:1317
#, c-format
msgid ""
"could not connect to server: %s\n"
@ -156,234 +156,234 @@ msgstr ""
"\tОн действительно работает по адресу \"%s\"\n"
"\t и принимает TCP-соединения (порт %s)?\n"
#: fe-connect.c:1309 fe-connect.c:1341 fe-connect.c:1374 fe-connect.c:1841
#: fe-connect.c:1368 fe-connect.c:1400 fe-connect.c:1433 fe-connect.c:1976
#, c-format
msgid "setsockopt(%s) failed: %s\n"
msgstr "ошибка в setsockopt(%s): %s\n"
#: fe-connect.c:1423
#: fe-connect.c:1482
#, c-format
msgid "WSAIoctl(SIO_KEEPALIVE_VALS) failed: %ui\n"
msgstr "ошибка в WSAIoctl(SIO_KEEPALIVE_VALS): %ui\n"
#: fe-connect.c:1475
#: fe-connect.c:1534
#, c-format
msgid "invalid port number: \"%s\"\n"
msgstr "неверный номер порта: \"%s\"\n"
#: fe-connect.c:1508
#: fe-connect.c:1567
#, c-format
msgid "Unix-domain socket path \"%s\" is too long (maximum %d bytes)\n"
msgstr "длина пути Unix-сокета \"%s\" превышает предел (%d байт)\n"
#: fe-connect.c:1527
#: fe-connect.c:1586
#, c-format
msgid "could not translate host name \"%s\" to address: %s\n"
msgstr "преобразовать имя \"%s\" в адрес не удалось: %s\n"
#: fe-connect.c:1531
#: fe-connect.c:1590
#, c-format
msgid "could not translate Unix-domain socket path \"%s\" to address: %s\n"
msgstr "преобразовать путь Unix-сокета \"%s\" в адрес не удалось: %s\n"
#: fe-connect.c:1736
#: fe-connect.c:1796
msgid "invalid connection state, probably indicative of memory corruption\n"
msgstr "неверное состояние соединения - возможно разрушение памяти\n"
#: fe-connect.c:1776
#: fe-connect.c:1913
#, c-format
msgid "could not create socket: %s\n"
msgstr "не удалось создать сокет: %s\n"
#: fe-connect.c:1798
#: fe-connect.c:1935
#, c-format
msgid "could not set socket to nonblocking mode: %s\n"
msgstr "не удалось перевести сокет в неблокирующий режим: %s\n"
#: fe-connect.c:1809
#: fe-connect.c:1945
#, c-format
msgid "could not set socket to close-on-exec mode: %s\n"
msgstr ""
"не удалось перевести сокет в режим закрытия при выполнении (close-on-exec): "
"%s\n"
#: fe-connect.c:1828
#: fe-connect.c:1963
msgid "keepalives parameter must be an integer\n"
msgstr "параметр keepalives должен быть целым числом\n"
#: fe-connect.c:1979
#: fe-connect.c:2101
#, c-format
msgid "could not get socket error status: %s\n"
msgstr "не удалось получить статус ошибки сокета: %s\n"
#: fe-connect.c:2013
#: fe-connect.c:2129
#, c-format
msgid "could not get client address from socket: %s\n"
msgstr "не удалось получить адрес клиента из сокета: %s\n"
#: fe-connect.c:2055
#: fe-connect.c:2171
msgid "requirepeer parameter is not supported on this platform\n"
msgstr "параметр requirepeer не поддерживается в этой ОС\n"
#: fe-connect.c:2058
#: fe-connect.c:2174
#, c-format
msgid "could not get peer credentials: %s\n"
msgstr "не удалось получить учётные данные сервера: %s\n"
#: fe-connect.c:2081
#: fe-connect.c:2197
#, c-format
msgid "requirepeer specifies \"%s\", but actual peer user name is \"%s\"\n"
msgstr ""
"requirepeer допускает подключение только к \"%s\", но сервер работает под "
"именем \"%s\"\n"
#: fe-connect.c:2115
#: fe-connect.c:2231
#, c-format
msgid "could not send SSL negotiation packet: %s\n"
msgstr "не удалось отправить пакет согласования SSL: %s\n"
#: fe-connect.c:2154
#: fe-connect.c:2270
#, c-format
msgid "could not send startup packet: %s\n"
msgstr "не удалось отправить стартовый пакет: %s\n"
#: fe-connect.c:2224
#: fe-connect.c:2340
msgid "server does not support SSL, but SSL was required\n"
msgstr "затребовано подключение через SSL, но сервер не поддерживает SSL\n"
#: fe-connect.c:2250
#: fe-connect.c:2366
#, c-format
msgid "received invalid response to SSL negotiation: %c\n"
msgstr "получен неверный ответ на согласование SSL: %c\n"
#: fe-connect.c:2325 fe-connect.c:2358
#: fe-connect.c:2442 fe-connect.c:2475
#, c-format
msgid "expected authentication request from server, but received %c\n"
msgstr "ожидался запрос аутентификации от сервера, но получено: %c\n"
#: fe-connect.c:2525
#: fe-connect.c:2640
#, c-format
msgid "out of memory allocating GSSAPI buffer (%d)"
msgstr "недостаточно памяти для буфера GSSAPI (%d)"
#: fe-connect.c:2610
#: fe-connect.c:2725
msgid "unexpected message from server during startup\n"
msgstr "неожиданное сообщение от сервера в начале работы\n"
#: fe-connect.c:2704
#: fe-connect.c:2817
#, c-format
msgid "invalid connection state %d, probably indicative of memory corruption\n"
msgstr "неверное состояние соединения %d - возможно разрушение памяти\n"
#: fe-connect.c:3103 fe-connect.c:3163
#: fe-connect.c:3190 fe-connect.c:3250
#, c-format
msgid "PGEventProc \"%s\" failed during PGEVT_CONNRESET event\n"
msgstr "ошибка в PGEventProc \"%s\" при обработке события PGEVT_CONNRESET\n"
#: fe-connect.c:3510
#: fe-connect.c:3597
#, c-format
msgid "invalid LDAP URL \"%s\": scheme must be ldap://\n"
msgstr "некорректный адрес LDAP \"%s\": схема должна быть ldap://\n"
#: fe-connect.c:3525
#: fe-connect.c:3612
#, c-format
msgid "invalid LDAP URL \"%s\": missing distinguished name\n"
msgstr "некорректный адрес LDAP \"%s\": отсутствует уникальное имя\n"
#: fe-connect.c:3536 fe-connect.c:3589
#: fe-connect.c:3623 fe-connect.c:3676
#, c-format
msgid "invalid LDAP URL \"%s\": must have exactly one attribute\n"
msgstr "некорректный адрес LDAP \"%s\": должен быть только один атрибут\n"
#: fe-connect.c:3546 fe-connect.c:3603
#: fe-connect.c:3633 fe-connect.c:3690
#, c-format
msgid "invalid LDAP URL \"%s\": must have search scope (base/one/sub)\n"
msgstr ""
"некорректный адрес LDAP \"%s\": не указана область поиска (base/one/sub)\n"
#: fe-connect.c:3557
#: fe-connect.c:3644
#, c-format
msgid "invalid LDAP URL \"%s\": no filter\n"
msgstr "некорректный адрес LDAP \"%s\": нет фильтра\n"
#: fe-connect.c:3578
#: fe-connect.c:3665
#, c-format
msgid "invalid LDAP URL \"%s\": invalid port number\n"
msgstr "некорректный адрес LDAP \"%s\": неверный номер порта\n"
#: fe-connect.c:3612
#: fe-connect.c:3699
msgid "could not create LDAP structure\n"
msgstr "не удалось создать структуру LDAP\n"
#: fe-connect.c:3688
#: fe-connect.c:3775
#, c-format
msgid "lookup on LDAP server failed: %s\n"
msgstr "ошибка поиска на сервере LDAP: %s\n"
#: fe-connect.c:3699
#: fe-connect.c:3786
msgid "more than one entry found on LDAP lookup\n"
msgstr "при поиске LDAP найдено более одного вхождения\n"
#: fe-connect.c:3700 fe-connect.c:3712
#: fe-connect.c:3787 fe-connect.c:3799
msgid "no entry found on LDAP lookup\n"
msgstr "при поиске LDAP ничего не найдено\n"
#: fe-connect.c:3723 fe-connect.c:3736
#: fe-connect.c:3810 fe-connect.c:3823
msgid "attribute has no values on LDAP lookup\n"
msgstr "атрибут не содержит значений при поиске LDAP\n"
#: fe-connect.c:3788 fe-connect.c:3807 fe-connect.c:4322
#: fe-connect.c:3875 fe-connect.c:3894 fe-connect.c:4409
#, c-format
msgid "missing \"=\" after \"%s\" in connection info string\n"
msgstr "в строке соединения нет \"=\" после \"%s\"\n"
#: fe-connect.c:3880 fe-connect.c:4507 fe-connect.c:5261
#: fe-connect.c:3967 fe-connect.c:4594 fe-connect.c:5348
#, c-format
msgid "invalid connection option \"%s\"\n"
msgstr "неверный параметр соединения \"%s\"\n"
#: fe-connect.c:3896 fe-connect.c:4371
#: fe-connect.c:3983 fe-connect.c:4458
msgid "unterminated quoted string in connection info string\n"
msgstr "в строке соединения не хватает закрывающей кавычки\n"
#: fe-connect.c:3979
#: fe-connect.c:4066
#, c-format
msgid "definition of service \"%s\" not found\n"
msgstr "определение службы \"%s\" не найдено\n"
#: fe-connect.c:4002
#: fe-connect.c:4089
#, c-format
msgid "service file \"%s\" not found\n"
msgstr "файл определений служб \"%s\" не найден\n"
#: fe-connect.c:4015
#: fe-connect.c:4102
#, c-format
msgid "line %d too long in service file \"%s\"\n"
msgstr "слишком длинная строка (%d) в файле определений служб \"%s\"\n"
#: fe-connect.c:4086 fe-connect.c:4120
#: fe-connect.c:4173 fe-connect.c:4207
#, c-format
msgid "syntax error in service file \"%s\", line %d\n"
msgstr "синтаксическая ошибка в файле определения служб \"%s\" (строка %d)\n"
#: fe-connect.c:4788
#: fe-connect.c:4875
#, c-format
msgid "invalid URI propagated to internal parser routine: \"%s\"\n"
msgstr "во внутреннюю процедуру разбора строки передан ошибочный URI: \"%s\"\n"
#: fe-connect.c:4858
#: fe-connect.c:4945
#, 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:4865
#: fe-connect.c:4952
#, c-format
msgid "IPv6 host address may not be empty in URI: \"%s\"\n"
msgstr "IPv6, содержащийся в URI, не может быть пустым: \"%s\"\n"
#: fe-connect.c:4880
#: fe-connect.c:4967
#, c-format
msgid ""
"unexpected character \"%c\" at position %d in URI (expected \":\" or \"/\"): "
@ -392,41 +392,41 @@ msgstr ""
"неожиданный символ \"%c\" в позиции %d в URI (ожидалось \":\" или \"/\"): "
"\"%s\"\n"
#: fe-connect.c:4994
#: fe-connect.c:5081
#, c-format
msgid "extra key/value separator \"=\" in URI query parameter: \"%s\"\n"
msgstr "лишний разделитель ключа/значения \"=\" в параметрах URI: \"%s\"\n"
#: fe-connect.c:5014
#: fe-connect.c:5101
#, c-format
msgid "missing key/value separator \"=\" in URI query parameter: \"%s\"\n"
msgstr "в параметрах URI не хватает разделителя ключа/значения \"=\": \"%s\"\n"
#: fe-connect.c:5084
#: fe-connect.c:5171
#, c-format
msgid "invalid URI query parameter: \"%s\"\n"
msgstr "неверный параметр в URI: \"%s\"\n"
#: fe-connect.c:5156
#: fe-connect.c:5243
#, c-format
msgid "invalid percent-encoded token: \"%s\"\n"
msgstr "неверный символ, закодированный с %%: \"%s\"\n"
#: fe-connect.c:5166
#: fe-connect.c:5253
#, c-format
msgid "forbidden value %%00 in percent-encoded value: \"%s\"\n"
msgstr "недопустимое значение %%00 для символа, закодированного с %%: \"%s\"\n"
#: fe-connect.c:5497
#: fe-connect.c:5584
msgid "connection pointer is NULL\n"
msgstr "нулевой указатель соединения\n"
#: fe-connect.c:5783
#: fe-connect.c:5870
#, c-format
msgid "WARNING: password file \"%s\" is not a plain file\n"
msgstr "ПРЕДУПРЕЖДЕНИЕ: файл паролей \"%s\" - не обычный файл\n"
#: fe-connect.c:5792
#: fe-connect.c:5879
#, c-format
msgid ""
"WARNING: password file \"%s\" has group or world access; permissions should "
@ -435,7 +435,7 @@ msgstr ""
"ПРЕДУПРЕЖДЕНИЕ: к файлу паролей \"%s\" имеют доступ все или группа; права "
"должны быть u=rw (0600) или более ограниченные\n"
#: fe-connect.c:5906
#: fe-connect.c:5993
#, c-format
msgid "password retrieved from file \"%s\"\n"
msgstr "пароль получен из файла \"%s\"\n"
@ -664,7 +664,7 @@ msgstr ""
#: fe-misc.c:1015
msgid "timeout expired\n"
msgstr "таймаут\n"
msgstr "тайм-аут\n"
#: fe-misc.c:1060
msgid "socket not open\n"