mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 0c3afa7194c2708cf0b1f6f3de858ed69b60abba
This commit is contained in:
@ -17,8 +17,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ecpg (PostgreSQL) 9.6\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2017-02-09 21:08+0000\n"
|
||||
"PO-Revision-Date: 2017-04-23 03:03+0100\n"
|
||||
"POT-Creation-Date: 2018-10-08 14:27+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,114 +226,114 @@ 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:127
|
||||
#: ecpg.c:474 preproc.y:127
|
||||
#, c-format
|
||||
msgid "could not remove output file \"%s\"\n"
|
||||
msgstr "rimozione del file di output \"%s\" fallita\n"
|
||||
|
||||
#: pgc.l:432
|
||||
#: pgc.l:441
|
||||
#, c-format
|
||||
msgid "unterminated /* comment"
|
||||
msgstr "commento /* non terminato"
|
||||
|
||||
# string literal sarebbe intraducubile infatti è come la stringa viene rappresentata nel linguaggio di programmazione, ma come si fa a tradurlo?....
|
||||
# Secondo me "stringa letterale" -- Daniele
|
||||
#: pgc.l:445
|
||||
#: pgc.l:454
|
||||
#, c-format
|
||||
msgid "invalid bit string literal"
|
||||
msgstr "bit nella stringa letterale non valido"
|
||||
|
||||
#: pgc.l:454
|
||||
#: pgc.l:463
|
||||
#, c-format
|
||||
msgid "unterminated bit string literal"
|
||||
msgstr "letterale di stringa di bit non terminato"
|
||||
|
||||
#: pgc.l:470
|
||||
#: pgc.l:479
|
||||
#, c-format
|
||||
msgid "unterminated hexadecimal string literal"
|
||||
msgstr "letterale di stringa esadecimale non terminato"
|
||||
|
||||
#: pgc.l:548
|
||||
#: pgc.l:557
|
||||
#, c-format
|
||||
msgid "unterminated quoted string"
|
||||
msgstr "stringa tra virgolette non terminata"
|
||||
|
||||
#: pgc.l:605 pgc.l:618
|
||||
#: pgc.l:615 pgc.l:628
|
||||
#, c-format
|
||||
msgid "zero-length delimited identifier"
|
||||
msgstr "identificativo delimitato di lunghezza zero"
|
||||
|
||||
#: pgc.l:626
|
||||
#: pgc.l:636
|
||||
#, c-format
|
||||
msgid "unterminated quoted identifier"
|
||||
msgstr "identificativo tra virgolette non terminato"
|
||||
|
||||
#: pgc.l:881
|
||||
#: pgc.l:923
|
||||
#, c-format
|
||||
msgid "nested /* ... */ comments"
|
||||
msgstr "commenti /* ... */ annidati"
|
||||
|
||||
#: pgc.l:974
|
||||
#: pgc.l:1016
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL UNDEF command"
|
||||
msgstr "identificativo mancante nel comando EXEC SQL UNDEF"
|
||||
|
||||
#: pgc.l:1020 pgc.l:1034
|
||||
#: pgc.l:1062 pgc.l:1076
|
||||
#, c-format
|
||||
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
msgstr "mancata corrispondenza fra \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
|
||||
#: pgc.l:1023 pgc.l:1036 pgc.l:1212
|
||||
#: pgc.l:1065 pgc.l:1078 pgc.l:1254
|
||||
#, c-format
|
||||
msgid "missing \"EXEC SQL ENDIF;\""
|
||||
msgstr "manca \"EXEC SQL ENDIF;\""
|
||||
|
||||
#: pgc.l:1052 pgc.l:1071
|
||||
#: pgc.l:1094 pgc.l:1113
|
||||
#, c-format
|
||||
msgid "more than one EXEC SQL ELSE"
|
||||
msgstr "più di un EXEC SQL ELSE"
|
||||
|
||||
#: pgc.l:1093 pgc.l:1107
|
||||
#: pgc.l:1135 pgc.l:1149
|
||||
#, c-format
|
||||
msgid "unmatched EXEC SQL ENDIF"
|
||||
msgstr "EXEC SQL ENDIF non corrispondente"
|
||||
|
||||
#: pgc.l:1127
|
||||
#: pgc.l:1169
|
||||
#, c-format
|
||||
msgid "too many nested EXEC SQL IFDEF conditions"
|
||||
msgstr "troppe condizioni EXEC SQL IFDEF annidate"
|
||||
|
||||
#: pgc.l:1160
|
||||
#: pgc.l:1202
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL IFDEF command"
|
||||
msgstr "identificativo mancante nel comando EXEC SQL IFDEF"
|
||||
|
||||
#: pgc.l:1169
|
||||
#: pgc.l:1211
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL DEFINE command"
|
||||
msgstr "identificativo mancante nel comando EXEC SQL DEFINE"
|
||||
|
||||
#: pgc.l:1202
|
||||
#: pgc.l:1244
|
||||
#, c-format
|
||||
msgid "syntax error in EXEC SQL INCLUDE command"
|
||||
msgstr "errore di sintassi nel comando EXEC SQL INCLUDE"
|
||||
|
||||
#: pgc.l:1251
|
||||
#: pgc.l:1293
|
||||
#, 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:1375
|
||||
#: pgc.l:1418
|
||||
#, 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:1398
|
||||
#: pgc.l:1441
|
||||
#, 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:546 preproc.y:14626
|
||||
#: preproc.y:546 preproc.y:14644
|
||||
#, c-format
|
||||
msgid "type \"%s\" is already defined"
|
||||
msgstr "il tipo \"%s\" è già definito"
|
||||
|
||||
#: preproc.y:570 preproc.y:15284 preproc.y:15604 variable.c:620
|
||||
#: preproc.y:570 preproc.y:15302 preproc.y:15622 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:1634
|
||||
#: preproc.y:1635
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CLOSE DATABASE statement"
|
||||
msgstr "l'opzione AT non è permessa nell'istruzione CLOSE DATABASE"
|
||||
|
||||
#: preproc.y:1849
|
||||
#: preproc.y:1850
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CONNECT statement"
|
||||
msgstr "l'opzione AT non è permessa nell'istruzione CONNECT"
|
||||
|
||||
#: preproc.y:1883
|
||||
#: preproc.y:1884
|
||||
#, c-format
|
||||
msgid "AT option not allowed in DISCONNECT statement"
|
||||
msgstr "l'opzione AT non è permessa nell'istruzione DISCONNECT"
|
||||
|
||||
#: preproc.y:1938
|
||||
#: preproc.y:1939
|
||||
#, c-format
|
||||
msgid "AT option not allowed in SET CONNECTION statement"
|
||||
msgstr "l'opzione AT non è permessa nell'istruzione SET CONNECTION"
|
||||
|
||||
#: preproc.y:1960
|
||||
#: preproc.y:1961
|
||||
#, c-format
|
||||
msgid "AT option not allowed in TYPE statement"
|
||||
msgstr "l'opzione AT non è permessa nell'istruzione TYPE"
|
||||
|
||||
#: preproc.y:1969
|
||||
#: preproc.y:1970
|
||||
#, c-format
|
||||
msgid "AT option not allowed in VAR statement"
|
||||
msgstr "l'opzione AT non è permessa nell'istruzione VAR"
|
||||
|
||||
#: preproc.y:1976
|
||||
#: preproc.y:1977
|
||||
#, c-format
|
||||
msgid "AT option not allowed in WHENEVER statement"
|
||||
msgstr "l'opzione AT non è permessa nell'istruzione WHENEVER"
|
||||
|
||||
#: preproc.y:2228 preproc.y:2233 preproc.y:2349 preproc.y:3759 preproc.y:5173
|
||||
#: preproc.y:5182 preproc.y:5466 preproc.y:6902 preproc.y:8140 preproc.y:8145
|
||||
#: preproc.y:10776 preproc.y:11393
|
||||
#: 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:10794 preproc.y:11411
|
||||
#, c-format
|
||||
msgid "unsupported feature will be passed to server"
|
||||
msgstr "al server è stata richiesta una funzionalità non supportata"
|
||||
|
||||
#: preproc.y:2607
|
||||
#: preproc.y:2612
|
||||
#, c-format
|
||||
msgid "SHOW ALL is not implemented"
|
||||
msgstr "SHOW ALL non è implementato"
|
||||
|
||||
#: preproc.y:3147
|
||||
#: preproc.y:3152
|
||||
#, c-format
|
||||
msgid "COPY FROM STDIN is not implemented"
|
||||
msgstr "COPY FROM STDIN non è implementato"
|
||||
|
||||
#: preproc.y:9035 preproc.y:14215
|
||||
#: preproc.y:9044 preproc.y:14233
|
||||
#, 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:9037 preproc.y:14217
|
||||
#: preproc.y:9046 preproc.y:14235
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" is already defined"
|
||||
msgstr "il cursore \"%s\" è già definito"
|
||||
|
||||
#: preproc.y:9467
|
||||
#: preproc.y:9476
|
||||
#, c-format
|
||||
msgid "no longer supported LIMIT #,# syntax passed to server"
|
||||
msgstr "la sintassi LIMIT #,# passata al server non è più supportata"
|
||||
|
||||
#: preproc.y:9775 preproc.y:9782
|
||||
#: preproc.y:9793 preproc.y:9800
|
||||
#, c-format
|
||||
msgid "subquery in FROM must have an alias"
|
||||
msgstr "la sottoquery in FROM deve avere un alias"
|
||||
|
||||
#: preproc.y:13945
|
||||
#: preproc.y:13963
|
||||
#, c-format
|
||||
msgid "CREATE TABLE AS cannot specify INTO"
|
||||
msgstr "CREATE TABLE AS non può specificare INTO"
|
||||
|
||||
#: preproc.y:13981
|
||||
#: preproc.y:13999
|
||||
#, c-format
|
||||
msgid "expected \"@\", found \"%s\""
|
||||
msgstr "atteso \"@\", trovato \"%s\""
|
||||
|
||||
#: preproc.y:13993
|
||||
#: preproc.y:14011
|
||||
#, 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:13996
|
||||
#: preproc.y:14014
|
||||
#, c-format
|
||||
msgid "expected \"://\", found \"%s\""
|
||||
msgstr "atteso \"://\", trovato \"%s\""
|
||||
|
||||
#: preproc.y:14001
|
||||
#: preproc.y:14019
|
||||
#, 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:14027
|
||||
#: preproc.y:14045
|
||||
#, c-format
|
||||
msgid "expected \"postgresql\", found \"%s\""
|
||||
msgstr "atteso \"postgresql\", trovato \"%s\""
|
||||
|
||||
#: preproc.y:14030
|
||||
#: preproc.y:14048
|
||||
#, c-format
|
||||
msgid "invalid connection type: %s"
|
||||
msgstr "tipo di connessione non valido: %s"
|
||||
|
||||
#: preproc.y:14039
|
||||
#: preproc.y:14057
|
||||
#, c-format
|
||||
msgid "expected \"@\" or \"://\", found \"%s\""
|
||||
msgstr "atteso \"@\" oppure \"://\", trovato \"%s\""
|
||||
|
||||
#: preproc.y:14114 preproc.y:14132
|
||||
#: preproc.y:14132 preproc.y:14150
|
||||
#, c-format
|
||||
msgid "invalid data type"
|
||||
msgstr "tipo dato non valido"
|
||||
|
||||
#: preproc.y:14143 preproc.y:14160
|
||||
#: preproc.y:14161 preproc.y:14178
|
||||
#, c-format
|
||||
msgid "incomplete statement"
|
||||
msgstr "istruzione incompleta"
|
||||
|
||||
#: preproc.y:14146 preproc.y:14163
|
||||
#: preproc.y:14164 preproc.y:14181
|
||||
#, c-format
|
||||
msgid "unrecognized token \"%s\""
|
||||
msgstr "token \"%s\" sconosciuto"
|
||||
|
||||
#: preproc.y:14437
|
||||
#: preproc.y:14455
|
||||
#, 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:14449
|
||||
#: preproc.y:14467
|
||||
#, c-format
|
||||
msgid "interval specification not allowed here"
|
||||
msgstr "specificazione di intervallo non permessa qui"
|
||||
|
||||
#: preproc.y:14601 preproc.y:14653
|
||||
#: preproc.y:14619 preproc.y:14671
|
||||
#, c-format
|
||||
msgid "too many levels in nested structure/union definition"
|
||||
msgstr "troppi livelli nidificati nella definizione della struttura/unione"
|
||||
|
||||
#: preproc.y:14792
|
||||
#: preproc.y:14810
|
||||
#, c-format
|
||||
msgid "pointers to varchar are not implemented"
|
||||
msgstr "i puntatori a varchar non sono implementati"
|
||||
|
||||
#: preproc.y:14979 preproc.y:15004
|
||||
#: preproc.y:14997 preproc.y:15022
|
||||
#, c-format
|
||||
msgid "using unsupported DESCRIBE statement"
|
||||
msgstr "si sta utilizzando una istruzione DESCRIBE non supportata"
|
||||
|
||||
#: preproc.y:15251
|
||||
#: preproc.y:15269
|
||||
#, c-format
|
||||
msgid "initializer not allowed in EXEC SQL VAR command"
|
||||
msgstr "initializer non è permesso nel comando EXEC SQL VAR"
|
||||
|
||||
#: preproc.y:15562
|
||||
#: preproc.y:15580
|
||||
#, c-format
|
||||
msgid "arrays of indicators are not allowed on input"
|
||||
msgstr "array di indicatori non sono permessi"
|
||||
|
||||
#: preproc.y:15783
|
||||
#: preproc.y:15801
|
||||
#, 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:15821
|
||||
#: preproc.y:15842
|
||||
#, 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"
|
||||
|
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ecpg (PostgreSQL current)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2018-04-27 15:37+0300\n"
|
||||
"POT-Creation-Date: 2018-10-01 13:04+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"
|
||||
@ -227,92 +227,92 @@ msgstr "курсор \"%s\" был объявлен, но не открыт"
|
||||
msgid "could not remove output file \"%s\"\n"
|
||||
msgstr "ошибка при удалении выходного файла \"%s\"\n"
|
||||
|
||||
#: pgc.l:432
|
||||
#: pgc.l:442
|
||||
#, c-format
|
||||
msgid "unterminated /* comment"
|
||||
msgstr "незавершённый комментарий /*"
|
||||
|
||||
#: pgc.l:445
|
||||
#: pgc.l:455
|
||||
#, c-format
|
||||
msgid "invalid bit string literal"
|
||||
msgstr "неверная битовая строка"
|
||||
|
||||
#: pgc.l:454
|
||||
#: pgc.l:464
|
||||
#, c-format
|
||||
msgid "unterminated bit string literal"
|
||||
msgstr "оборванная битовая строка"
|
||||
|
||||
#: pgc.l:470
|
||||
#: pgc.l:480
|
||||
#, c-format
|
||||
msgid "unterminated hexadecimal string literal"
|
||||
msgstr "оборванная шестнадцатеричная строка"
|
||||
|
||||
#: pgc.l:548
|
||||
#: pgc.l:558
|
||||
#, c-format
|
||||
msgid "unterminated quoted string"
|
||||
msgstr "незавершённая строка в кавычках"
|
||||
|
||||
#: pgc.l:606 pgc.l:619
|
||||
#: pgc.l:616 pgc.l:629
|
||||
#, c-format
|
||||
msgid "zero-length delimited identifier"
|
||||
msgstr "пустой идентификатор в кавычках"
|
||||
|
||||
#: pgc.l:627
|
||||
#: pgc.l:637
|
||||
#, c-format
|
||||
msgid "unterminated quoted identifier"
|
||||
msgstr "незавершённый идентификатор в кавычках"
|
||||
|
||||
#: pgc.l:882
|
||||
#: pgc.l:924
|
||||
#, c-format
|
||||
msgid "nested /* ... */ comments"
|
||||
msgstr "вложенные комментарии /* ... */"
|
||||
|
||||
#: pgc.l:975
|
||||
#: pgc.l:1017
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL UNDEF command"
|
||||
msgstr "в команде EXEC SQL UNDEF отсутствует идентификатор"
|
||||
|
||||
#: pgc.l:1021 pgc.l:1035
|
||||
#: pgc.l:1063 pgc.l:1077
|
||||
#, c-format
|
||||
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
msgstr "нет соответствующего \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
|
||||
#: pgc.l:1024 pgc.l:1037 pgc.l:1213
|
||||
#: pgc.l:1066 pgc.l:1079 pgc.l:1255
|
||||
#, c-format
|
||||
msgid "missing \"EXEC SQL ENDIF;\""
|
||||
msgstr "отсутствует \"EXEC SQL ENDIF;\""
|
||||
|
||||
#: pgc.l:1053 pgc.l:1072
|
||||
#: pgc.l:1095 pgc.l:1114
|
||||
#, c-format
|
||||
msgid "more than one EXEC SQL ELSE"
|
||||
msgstr "неоднократная команда EXEC SQL ELSE"
|
||||
|
||||
#: pgc.l:1094 pgc.l:1108
|
||||
#: pgc.l:1136 pgc.l:1150
|
||||
#, c-format
|
||||
msgid "unmatched EXEC SQL ENDIF"
|
||||
msgstr "непарная команда EXEC SQL ENDIF"
|
||||
|
||||
#: pgc.l:1128
|
||||
#: pgc.l:1170
|
||||
#, c-format
|
||||
msgid "too many nested EXEC SQL IFDEF conditions"
|
||||
msgstr "слишком много вложенных условий EXEC SQL IFDEF"
|
||||
|
||||
#: pgc.l:1161
|
||||
#: pgc.l:1203
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL IFDEF command"
|
||||
msgstr "в команде EXEC SQL IFDEF отсутствует идентификатор"
|
||||
|
||||
#: pgc.l:1170
|
||||
#: pgc.l:1212
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL DEFINE command"
|
||||
msgstr "в команде EXEC SQL DEFINE отсутствует идентификатор"
|
||||
|
||||
#: pgc.l:1203
|
||||
#: pgc.l:1245
|
||||
#, c-format
|
||||
msgid "syntax error in EXEC SQL INCLUDE command"
|
||||
msgstr "ошибка синтаксиса в команде EXEC SQL INCLUDE"
|
||||
|
||||
#: pgc.l:1252
|
||||
#: pgc.l:1294
|
||||
#, c-format
|
||||
msgid ""
|
||||
"internal error: unreachable state; please report this to <pgsql-"
|
||||
@ -321,14 +321,14 @@ msgstr ""
|
||||
"внутренняя ошибка: недостижимое состояние; пожалуйста, сообщите в <pgsql-"
|
||||
"bugs@postgresql.org>"
|
||||
|
||||
#: pgc.l:1377
|
||||
#: pgc.l:1418
|
||||
#, c-format
|
||||
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
|
||||
msgstr ""
|
||||
"Ошибка: путь включаемых файлов \"%s/%s\" в строке %d слишком длинный, "
|
||||
"пропускается\n"
|
||||
|
||||
#: pgc.l:1400
|
||||
#: pgc.l:1441
|
||||
#, c-format
|
||||
msgid "could not open include file \"%s\" on line %d"
|
||||
msgstr "не удалось открыть включаемый файл \"%s\" (строка %d)"
|
||||
@ -362,12 +362,12 @@ msgstr "определение типа не может включать ини
|
||||
msgid "type name \"string\" is reserved in Informix mode"
|
||||
msgstr "имя типа \"string\" в режиме Informix зарезервировано"
|
||||
|
||||
#: preproc.y:546 preproc.y:14635
|
||||
#: preproc.y:546 preproc.y:14644
|
||||
#, c-format
|
||||
msgid "type \"%s\" is already defined"
|
||||
msgstr "тип \"%s\" уже определён"
|
||||
|
||||
#: preproc.y:570 preproc.y:15293 preproc.y:15613 variable.c:620
|
||||
#: preproc.y:570 preproc.y:15302 preproc.y:15622 variable.c:620
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for simple data types are not supported"
|
||||
msgstr "многомерные массивы с простыми типами данных не поддерживаются"
|
||||
@ -409,7 +409,7 @@ msgstr "оператор WHENEVER с параметром AT не поддерж
|
||||
|
||||
#: 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
|
||||
#: preproc.y:10794 preproc.y:11411
|
||||
#, c-format
|
||||
msgid "unsupported feature will be passed to server"
|
||||
msgstr "неподдерживаемая функция будет передана серверу"
|
||||
@ -424,13 +424,13 @@ msgstr "SHOW ALL не реализовано"
|
||||
msgid "COPY FROM STDIN is not implemented"
|
||||
msgstr "операция COPY FROM STDIN не реализована"
|
||||
|
||||
#: preproc.y:9044 preproc.y:14224
|
||||
#: preproc.y:9044 preproc.y:14233
|
||||
#, c-format
|
||||
msgid "using variable \"%s\" in different declare statements is not supported"
|
||||
msgstr ""
|
||||
"использование переменной \"%s\" в разных операторах DECLARE не поддерживается"
|
||||
|
||||
#: preproc.y:9046 preproc.y:14226
|
||||
#: preproc.y:9046 preproc.y:14235
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" is already defined"
|
||||
msgstr "курсор \"%s\" уже определён"
|
||||
@ -440,22 +440,22 @@ msgstr "курсор \"%s\" уже определён"
|
||||
msgid "no longer supported LIMIT #,# syntax passed to server"
|
||||
msgstr "не поддерживаемое более предложение LIMIT #,# передано на сервер"
|
||||
|
||||
#: preproc.y:9784 preproc.y:9791
|
||||
#: preproc.y:9793 preproc.y:9800
|
||||
#, c-format
|
||||
msgid "subquery in FROM must have an alias"
|
||||
msgstr "подзапрос во FROM должен иметь псевдоним"
|
||||
|
||||
#: preproc.y:13954
|
||||
#: preproc.y:13963
|
||||
#, c-format
|
||||
msgid "CREATE TABLE AS cannot specify INTO"
|
||||
msgstr "в CREATE TABLE AS нельзя указать INTO"
|
||||
|
||||
#: preproc.y:13990
|
||||
#: preproc.y:13999
|
||||
#, c-format
|
||||
msgid "expected \"@\", found \"%s\""
|
||||
msgstr "ожидался знак \"@\", но на этом месте \"%s\""
|
||||
|
||||
#: preproc.y:14002
|
||||
#: preproc.y:14011
|
||||
#, c-format
|
||||
msgid ""
|
||||
"only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are "
|
||||
@ -464,89 +464,89 @@ msgstr ""
|
||||
"поддерживаются только протоколы \"tcp\" и \"unix\", а тип базы данных - "
|
||||
"\"postgresql\""
|
||||
|
||||
#: preproc.y:14005
|
||||
#: preproc.y:14014
|
||||
#, c-format
|
||||
msgid "expected \"://\", found \"%s\""
|
||||
msgstr "ожидалось \"://\", но на этом месте \"%s\""
|
||||
|
||||
#: preproc.y:14010
|
||||
#: preproc.y:14019
|
||||
#, c-format
|
||||
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
|
||||
msgstr "Unix-сокеты работают только с \"localhost\", но не с адресом \"%s\""
|
||||
|
||||
#: preproc.y:14036
|
||||
#: preproc.y:14045
|
||||
#, c-format
|
||||
msgid "expected \"postgresql\", found \"%s\""
|
||||
msgstr "ожидался тип \"postgresql\", но на этом месте \"%s\""
|
||||
|
||||
#: preproc.y:14039
|
||||
#: preproc.y:14048
|
||||
#, c-format
|
||||
msgid "invalid connection type: %s"
|
||||
msgstr "неверный тип подключения: %s"
|
||||
|
||||
#: preproc.y:14048
|
||||
#: preproc.y:14057
|
||||
#, c-format
|
||||
msgid "expected \"@\" or \"://\", found \"%s\""
|
||||
msgstr "ожидалось \"@\" или \"://\", но на этом месте \"%s\""
|
||||
|
||||
#: preproc.y:14123 preproc.y:14141
|
||||
#: preproc.y:14132 preproc.y:14150
|
||||
#, c-format
|
||||
msgid "invalid data type"
|
||||
msgstr "неверный тип данных"
|
||||
|
||||
#: preproc.y:14152 preproc.y:14169
|
||||
#: preproc.y:14161 preproc.y:14178
|
||||
#, c-format
|
||||
msgid "incomplete statement"
|
||||
msgstr "неполный оператор"
|
||||
|
||||
#: preproc.y:14155 preproc.y:14172
|
||||
#: preproc.y:14164 preproc.y:14181
|
||||
#, c-format
|
||||
msgid "unrecognized token \"%s\""
|
||||
msgstr "нераспознанное ключевое слово \"%s\""
|
||||
|
||||
#: preproc.y:14446
|
||||
#: preproc.y:14455
|
||||
#, c-format
|
||||
msgid "only data types numeric and decimal have precision/scale argument"
|
||||
msgstr ""
|
||||
"точность/масштаб можно указать только для типов данных numeric и decimal"
|
||||
|
||||
#: preproc.y:14458
|
||||
#: preproc.y:14467
|
||||
#, c-format
|
||||
msgid "interval specification not allowed here"
|
||||
msgstr "определение интервала здесь не допускается"
|
||||
|
||||
#: preproc.y:14610 preproc.y:14662
|
||||
#: preproc.y:14619 preproc.y:14671
|
||||
#, c-format
|
||||
msgid "too many levels in nested structure/union definition"
|
||||
msgstr "слишком много уровней в определении вложенной структуры/объединения"
|
||||
|
||||
#: preproc.y:14801
|
||||
#: preproc.y:14810
|
||||
#, c-format
|
||||
msgid "pointers to varchar are not implemented"
|
||||
msgstr "указатели на varchar не реализованы"
|
||||
|
||||
#: preproc.y:14988 preproc.y:15013
|
||||
#: preproc.y:14997 preproc.y:15022
|
||||
#, c-format
|
||||
msgid "using unsupported DESCRIBE statement"
|
||||
msgstr "используется неподдерживаемый оператор DESCRIBE"
|
||||
|
||||
#: preproc.y:15260
|
||||
#: preproc.y:15269
|
||||
#, c-format
|
||||
msgid "initializer not allowed in EXEC SQL VAR command"
|
||||
msgstr "команда EXEC SQL VAR не может включать инициализатор"
|
||||
|
||||
#: preproc.y:15571
|
||||
#: preproc.y:15580
|
||||
#, c-format
|
||||
msgid "arrays of indicators are not allowed on input"
|
||||
msgstr "массивы индикаторов на входе недопустимы"
|
||||
|
||||
#: preproc.y:15792
|
||||
#: preproc.y:15801
|
||||
#, c-format
|
||||
msgid "operator not allowed in variable definition"
|
||||
msgstr "недопустимый оператор в определении переменной"
|
||||
|
||||
#. translator: %s is typically the translation of "syntax error"
|
||||
#: preproc.y:15833
|
||||
#: preproc.y:15842
|
||||
#, c-format
|
||||
msgid "%s at or near \"%s\""
|
||||
msgstr "%s (примерное положение: \"%s\")"
|
||||
|
Reference in New Issue
Block a user