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\")"
|
||||
|
@ -9,8 +9,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libpq (PostgreSQL current)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2018-04-27 15:37+0300\n"
|
||||
"PO-Revision-Date: 2018-01-31 08:16+0300\n"
|
||||
"POT-Creation-Date: 2018-10-01 13:04+0300\n"
|
||||
"PO-Revision-Date: 2018-05-16 14:07+0300\n"
|
||||
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
|
||||
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
|
||||
"Language: ru\n"
|
||||
@ -33,11 +33,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:3499 fe-connect.c:3751 fe-connect.c:3870
|
||||
#: 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-auth.c:798 fe-connect.c:826 fe-connect.c:1023 fe-connect.c:1199
|
||||
#: fe-connect.c:2257 fe-connect.c:3585 fe-connect.c:3837 fe-connect.c:3956
|
||||
#: fe-connect.c:4206 fe-connect.c:4286 fe-connect.c:4385 fe-connect.c:4641
|
||||
#: fe-connect.c:4670 fe-connect.c:4742 fe-connect.c:4766 fe-connect.c:4784
|
||||
#: fe-connect.c:4880 fe-connect.c:5214 fe-connect.c:5364 fe-exec.c:2702
|
||||
#: fe-exec.c:3449 fe-exec.c:3614 fe-lobj.c:896 fe-protocol2.c:1214
|
||||
#: fe-protocol3.c:1000 fe-protocol3.c:1686 fe-secure-openssl.c:515
|
||||
#: fe-secure-openssl.c:1139
|
||||
@ -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,217 +156,217 @@ 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:3105 fe-connect.c:3165
|
||||
#: fe-connect.c:3191 fe-connect.c:3251
|
||||
#, c-format
|
||||
msgid "PGEventProc \"%s\" failed during PGEVT_CONNRESET event\n"
|
||||
msgstr "ошибка в PGEventProc \"%s\" при обработке события PGEVT_CONNRESET\n"
|
||||
|
||||
#: fe-connect.c:3512
|
||||
#: fe-connect.c:3598
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": scheme must be ldap://\n"
|
||||
msgstr "некорректный адрес LDAP \"%s\": схема должна быть ldap://\n"
|
||||
|
||||
#: fe-connect.c:3527
|
||||
#: fe-connect.c:3613
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": missing distinguished name\n"
|
||||
msgstr "некорректный адрес LDAP \"%s\": отсутствует уникальное имя\n"
|
||||
|
||||
#: fe-connect.c:3538 fe-connect.c:3591
|
||||
#: fe-connect.c:3624 fe-connect.c:3677
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have exactly one attribute\n"
|
||||
msgstr "некорректный адрес LDAP \"%s\": должен быть только один атрибут\n"
|
||||
|
||||
#: fe-connect.c:3548 fe-connect.c:3605
|
||||
#: fe-connect.c:3634 fe-connect.c:3691
|
||||
#, 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:3559
|
||||
#: fe-connect.c:3645
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": no filter\n"
|
||||
msgstr "некорректный адрес LDAP \"%s\": нет фильтра\n"
|
||||
|
||||
#: fe-connect.c:3580
|
||||
#: fe-connect.c:3666
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": invalid port number\n"
|
||||
msgstr "некорректный адрес LDAP \"%s\": неверный номер порта\n"
|
||||
|
||||
#: fe-connect.c:3614
|
||||
#: fe-connect.c:3700
|
||||
msgid "could not create LDAP structure\n"
|
||||
msgstr "не удалось создать структуру LDAP\n"
|
||||
|
||||
#: fe-connect.c:3690
|
||||
#: fe-connect.c:3776
|
||||
#, c-format
|
||||
msgid "lookup on LDAP server failed: %s\n"
|
||||
msgstr "ошибка поиска на сервере LDAP: %s\n"
|
||||
|
||||
#: fe-connect.c:3701
|
||||
#: fe-connect.c:3787
|
||||
msgid "more than one entry found on LDAP lookup\n"
|
||||
msgstr "при поиске LDAP найдено более одного вхождения\n"
|
||||
|
||||
#: fe-connect.c:3702 fe-connect.c:3714
|
||||
#: fe-connect.c:3788 fe-connect.c:3800
|
||||
msgid "no entry found on LDAP lookup\n"
|
||||
msgstr "при поиске LDAP ничего не найдено\n"
|
||||
|
||||
#: fe-connect.c:3725 fe-connect.c:3738
|
||||
#: fe-connect.c:3811 fe-connect.c:3824
|
||||
msgid "attribute has no values on LDAP lookup\n"
|
||||
msgstr "атрибут не содержит значений при поиске LDAP\n"
|
||||
|
||||
#: fe-connect.c:3790 fe-connect.c:3809 fe-connect.c:4338
|
||||
#: fe-connect.c:3876 fe-connect.c:3895 fe-connect.c:4424
|
||||
#, c-format
|
||||
msgid "missing \"=\" after \"%s\" in connection info string\n"
|
||||
msgstr "в строке соединения нет \"=\" после \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:3882 fe-connect.c:4523 fe-connect.c:5261
|
||||
#: fe-connect.c:3968 fe-connect.c:4609 fe-connect.c:5347
|
||||
#, c-format
|
||||
msgid "invalid connection option \"%s\"\n"
|
||||
msgstr "неверный параметр соединения \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:3898 fe-connect.c:4387
|
||||
#: fe-connect.c:3984 fe-connect.c:4473
|
||||
msgid "unterminated quoted string in connection info string\n"
|
||||
msgstr "в строке соединения не хватает закрывающей кавычки\n"
|
||||
|
||||
#: fe-connect.c:3981
|
||||
#: fe-connect.c:4067
|
||||
#, c-format
|
||||
msgid "definition of service \"%s\" not found\n"
|
||||
msgstr "определение службы \"%s\" не найдено\n"
|
||||
|
||||
#: fe-connect.c:4004
|
||||
#: fe-connect.c:4090
|
||||
#, c-format
|
||||
msgid "service file \"%s\" not found\n"
|
||||
msgstr "файл определений служб \"%s\" не найден\n"
|
||||
|
||||
#: fe-connect.c:4017
|
||||
#: fe-connect.c:4103
|
||||
#, c-format
|
||||
msgid "line %d too long in service file \"%s\"\n"
|
||||
msgstr "слишком длинная строка (%d) в файле определений служб \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:4088 fe-connect.c:4132
|
||||
#: fe-connect.c:4174 fe-connect.c:4218
|
||||
#, c-format
|
||||
msgid "syntax error in service file \"%s\", line %d\n"
|
||||
msgstr "синтаксическая ошибка в файле определения служб \"%s\" (строка %d)\n"
|
||||
|
||||
#: fe-connect.c:4099
|
||||
#: fe-connect.c:4185
|
||||
#, c-format
|
||||
msgid ""
|
||||
"nested service specifications not supported in service file \"%s\", line %d\n"
|
||||
@ -374,24 +374,24 @@ msgstr ""
|
||||
"рекурсивные определения служб не поддерживаются (файл определения служб \"%s"
|
||||
"\", строка %d)\n"
|
||||
|
||||
#: fe-connect.c:4805
|
||||
#: fe-connect.c:4891
|
||||
#, c-format
|
||||
msgid "invalid URI propagated to internal parser routine: \"%s\"\n"
|
||||
msgstr "во внутреннюю процедуру разбора строки передан ошибочный URI: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:4875
|
||||
#: fe-connect.c:4961
|
||||
#, 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:4882
|
||||
#: fe-connect.c:4968
|
||||
#, c-format
|
||||
msgid "IPv6 host address may not be empty in URI: \"%s\"\n"
|
||||
msgstr "IPv6, содержащийся в URI, не может быть пустым: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:4897
|
||||
#: fe-connect.c:4983
|
||||
#, c-format
|
||||
msgid ""
|
||||
"unexpected character \"%c\" at position %d in URI (expected \":\" or \"/\"): "
|
||||
@ -400,41 +400,41 @@ msgstr ""
|
||||
"неожиданный символ \"%c\" в позиции %d в URI (ожидалось \":\" или \"/\"): "
|
||||
"\"%s\"\n"
|
||||
|
||||
#: fe-connect.c:5011
|
||||
#: fe-connect.c:5097
|
||||
#, c-format
|
||||
msgid "extra key/value separator \"=\" in URI query parameter: \"%s\"\n"
|
||||
msgstr "лишний разделитель ключа/значения \"=\" в параметрах URI: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:5031
|
||||
#: fe-connect.c:5117
|
||||
#, c-format
|
||||
msgid "missing key/value separator \"=\" in URI query parameter: \"%s\"\n"
|
||||
msgstr "в параметрах URI не хватает разделителя ключа/значения \"=\": \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:5082
|
||||
#: fe-connect.c:5168
|
||||
#, c-format
|
||||
msgid "invalid URI query parameter: \"%s\"\n"
|
||||
msgstr "неверный параметр в URI: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:5156
|
||||
#: fe-connect.c:5242
|
||||
#, c-format
|
||||
msgid "invalid percent-encoded token: \"%s\"\n"
|
||||
msgstr "неверный символ, закодированный с %%: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:5166
|
||||
#: fe-connect.c:5252
|
||||
#, c-format
|
||||
msgid "forbidden value %%00 in percent-encoded value: \"%s\"\n"
|
||||
msgstr "недопустимое значение %%00 для символа, закодированного с %%: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:5500
|
||||
#: fe-connect.c:5586
|
||||
msgid "connection pointer is NULL\n"
|
||||
msgstr "нулевой указатель соединения\n"
|
||||
|
||||
#: fe-connect.c:5798
|
||||
#: fe-connect.c:5884
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" is not a plain file\n"
|
||||
msgstr "ПРЕДУПРЕЖДЕНИЕ: файл паролей \"%s\" - не обычный файл\n"
|
||||
|
||||
#: fe-connect.c:5807
|
||||
#: fe-connect.c:5893
|
||||
#, c-format
|
||||
msgid ""
|
||||
"WARNING: password file \"%s\" has group or world access; permissions should "
|
||||
@ -443,7 +443,7 @@ msgstr ""
|
||||
"ПРЕДУПРЕЖДЕНИЕ: к файлу паролей \"%s\" имеют доступ все или группа; права "
|
||||
"должны быть u=rw (0600) или более ограниченные\n"
|
||||
|
||||
#: fe-connect.c:5921
|
||||
#: fe-connect.c:6007
|
||||
#, c-format
|
||||
msgid "password retrieved from file \"%s\"\n"
|
||||
msgstr "пароль получен из файла \"%s\"\n"
|
||||
@ -676,7 +676,7 @@ msgstr ""
|
||||
|
||||
#: fe-misc.c:1016
|
||||
msgid "timeout expired\n"
|
||||
msgstr "таймаут\n"
|
||||
msgstr "тайм-аут\n"
|
||||
|
||||
#: fe-misc.c:1061
|
||||
msgid "invalid socket\n"
|
||||
|
Reference in New Issue
Block a user