Spracherkennung für: .po vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
# Russian message translation file for libpq
# Copyright (C) 2001-2016 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
# Serguei A. Mokhov <mokhov@cs.concordia.ca>, 2001-2004.
# Oleg Bartunov <oleg@sai.msu.su>, 2005.
# Andrey Sudnik <sudnikand@yandex.ru>, 2010.
# SPDX-FileCopyrightText: 2012-2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026 Alexander Lakhin <exclusion@gmail.com>
# Maxim Yablokov <m.yablokov@postgrespro.ru>, 2021.
msgid ""
msgstr ""
"Project-Id-Version: libpq (PostgreSQL current)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2026-02-07 08:57+0200\n"
"PO-Revision-Date: 2026-02-07 10:48+0200\n"
"Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
"Language-Team: Russian <pgsql-ru-general@postgresql.org>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: ../libpq-oauth/oauth-curl.c:308 ../libpq-oauth/oauth-curl.c:2011
#, c-format
msgid "libcurl easy handle removal failed: %s"
msgstr "ошибка при удалении простого указателя libcurl: %s"
#: ../libpq-oauth/oauth-curl.c:328
#, c-format
msgid "libcurl multi handle cleanup failed: %s"
msgstr "ошибка при очистке множественного указателя libcurl: %s"
#: ../libpq-oauth/oauth-curl.c:394 ../libpq-oauth/oauth-curl.c:405
#, c-format
msgid "failed to set %s on OAuth connection: %s"
msgstr "не удалось задать %s для подключения OAuth: %s"
#: ../libpq-oauth/oauth-curl.c:416
#, c-format
msgid "failed to get %s from OAuth response: %s"
msgstr "не удалось получить %s из ответа OAuth: %s"
#: ../libpq-oauth/oauth-curl.c:485 fe-auth-oauth.c:209 fe-auth-oauth.c:271
#: fe-auth-oauth.c:333
#, c-format
msgid "field \"%s\" must be a string"
msgstr "поле \"%s\" должно быть строковым"
#: ../libpq-oauth/oauth-curl.c:489
#, c-format
msgid "field \"%s\" must be a number"
msgstr "поле \"%s\" должно быть числовым"
#: ../libpq-oauth/oauth-curl.c:493
#, c-format
msgid "field \"%s\" must be an array of strings"
msgstr "поле \"%s\" должно содержать массив строк"
#: ../libpq-oauth/oauth-curl.c:498
#, c-format
msgid "field \"%s\" has unexpected type"
msgstr "поле \"%s\" имеет неожиданный тип"
#: ../libpq-oauth/oauth-curl.c:522 ../libpq-oauth/oauth-curl.c:632
#: fe-auth-oauth.c:215 fe-auth-oauth.c:277
#, c-format
msgid "JSON is too deeply nested"
msgstr "слишком большая вложенность в JSON"
#: ../libpq-oauth/oauth-curl.c:574 fe-auth-oauth.c:324
#, c-format
msgid "field \"%s\" is duplicated"
msgstr "поле \"%s\" дублируется"
#: ../libpq-oauth/oauth-curl.c:614 ../libpq-oauth/oauth-curl.c:674
#: fe-auth-oauth.c:264 fe-auth-oauth.c:298
#, c-format
msgid "top-level element must be an object"
msgstr "элементом верхнего уровня должен быть объект"
#: ../libpq-oauth/oauth-curl.c:777
#, c-format
msgid "no content type was provided"
msgstr "тип содержимого не передан"
#: ../libpq-oauth/oauth-curl.c:816
#, c-format
msgid "unexpected content type: \"%s\""
msgstr "неожиданный тип содержимого: \"%s\""
#: ../libpq-oauth/oauth-curl.c:841
#, c-format
msgid "response contains embedded NULLs"
msgstr "ответ содержит в себе NUL"
#: ../libpq-oauth/oauth-curl.c:851
#, c-format
msgid "response is not valid UTF-8"
msgstr "ответ не является текстом в кодировке UTF-8"
#: ../libpq-oauth/oauth-curl.c:891
#, c-format
msgid "field \"%s\" is missing"
msgstr "поле \"%s\" отсутствует"
#: ../libpq-oauth/oauth-curl.c:1097
msgid "failed to parse token error response"
msgstr "не удалось разобрать ответ с ошибкой токена"
#: ../libpq-oauth/oauth-curl.c:1125
#, c-format
msgid "provider rejected the oauth_client_secret"
msgstr "провайдер не принял oauth_client_secret"
#: ../libpq-oauth/oauth-curl.c:1126
#, c-format
msgid ""
"provider requires client authentication, and no oauth_client_secret is set"
msgstr ""
"провайдер требует проверку подлинности клиента, но oauth_client_secret "
"отсутствует"
#: ../libpq-oauth/oauth-curl.c:1559
#, c-format
msgid "checking timer expiration: %m"
msgstr "проверка состояния таймера: %m"
#: ../libpq-oauth/oauth-curl.c:1721
#, c-format
msgid "failed to create libcurl multi handle"
msgstr "не удалось создать множественный указатель libcurl"
#: ../libpq-oauth/oauth-curl.c:1741
#, c-format
msgid "failed to create libcurl handle"
msgstr "не удалось создать указатель libcurl"
#: ../libpq-oauth/oauth-curl.c:1825 ../libpq-oauth/oauth-curl.c:1866
#: ../libpq-oauth/oauth-curl.c:2184 ../libpq-oauth/oauth-curl.c:2345
#: ../libpq-oauth/oauth-curl.c:2406 ../libpq-oauth/oauth-curl.c:2495
#: ../libpq-oauth/oauth-curl.c:2789 ../libpq-oauth/oauth-curl.c:3006
#: fe-auth-oauth.c:146 fe-auth-oauth.c:489 fe-auth-oauth.c:561
#: fe-auth-oauth.c:723 fe-auth-oauth.c:1016 fe-auth-oauth.c:1029
#: fe-auth-oauth.c:1117 fe-auth-oauth.c:1130 fe-auth-oauth.c:1266
#: fe-auth-scram.c:374 fe-auth-scram.c:447 fe-auth-scram.c:599
#: fe-auth-scram.c:619 fe-auth-scram.c:643 fe-auth-scram.c:657
#: fe-auth-scram.c:703 fe-auth-scram.c:739 fe-auth-scram.c:931 fe-auth.c:308
#: fe-auth.c:382 fe-auth.c:416 fe-auth.c:694 fe-auth.c:827 fe-auth.c:1330
#: fe-auth.c:1493 fe-cancel.c:178 fe-connect.c:1012 fe-connect.c:1052
#: fe-connect.c:2172 fe-connect.c:2334 fe-connect.c:3727 fe-connect.c:5183
#: fe-connect.c:5496 fe-connect.c:5765 fe-connect.c:5883 fe-connect.c:6130
#: fe-connect.c:6210 fe-connect.c:6308 fe-connect.c:6559 fe-connect.c:6586
#: fe-connect.c:6662 fe-connect.c:6685 fe-connect.c:6709 fe-connect.c:6744
#: fe-connect.c:6830 fe-connect.c:6838 fe-connect.c:7195 fe-connect.c:7377
#: fe-exec.c:530 fe-exec.c:1331 fe-exec.c:3270 fe-exec.c:4341 fe-exec.c:4534
#: fe-gssapi-common.c:109 fe-lobj.c:870 fe-protocol3.c:212 fe-protocol3.c:235
#: fe-protocol3.c:258 fe-protocol3.c:275 fe-protocol3.c:296 fe-protocol3.c:370
#: fe-protocol3.c:751 fe-protocol3.c:991 fe-protocol3.c:1556
#: fe-protocol3.c:1610 fe-protocol3.c:1656 fe-protocol3.c:1677
#: fe-protocol3.c:1934 fe-protocol3.c:2335 fe-secure-common.c:110
#: fe-secure-gssapi.c:508 fe-secure-gssapi.c:699 fe-secure-openssl.c:405
#: fe-secure-openssl.c:1135
#, c-format
msgid "out of memory"
msgstr "нехватка памяти"
#: ../libpq-oauth/oauth-curl.c:1853
#, c-format
msgid "response is too large"
msgstr "ответ слишком большой"
#: ../libpq-oauth/oauth-curl.c:1895
#, c-format
msgid "failed to queue HTTP request: %s"
msgstr "добавить HTTP-запрос в очередь не удалось: %s"
#: ../libpq-oauth/oauth-curl.c:1912 ../libpq-oauth/oauth-curl.c:1970
#, c-format
msgid "asynchronous HTTP request failed: %s"
msgstr "ошибка асинхронного HTTP-запроса: %s"
#: ../libpq-oauth/oauth-curl.c:2022
#, c-format
msgid "no result was retrieved for the finished handle"
msgstr "для завершённого указателя не был получен результат"
#: ../libpq-oauth/oauth-curl.c:2155 ../libpq-oauth/oauth-curl.c:2461
#: ../libpq-oauth/oauth-curl.c:2540
#, c-format
msgid "unexpected response code %ld"
msgstr "неожиданный код ответа %ld"
#: ../libpq-oauth/oauth-curl.c:2162
msgid "failed to parse OpenID discovery document"
msgstr "не удалось разобрать документ обнаружения OpenID"
#: ../libpq-oauth/oauth-curl.c:2227
#, c-format
msgid "the issuer identifier (%s) does not match oauth_issuer (%s)"
msgstr "идентификатор издателя (%s) не совпадает с oauth_issuer (%s)"
#: ../libpq-oauth/oauth-curl.c:2254
#, c-format
msgid "issuer \"%s\" does not provide a device authorization endpoint"
msgstr "издатель \"%s\" не передал конечную точку авторизации устройств"
#: ../libpq-oauth/oauth-curl.c:2280
#, c-format
msgid "device authorization endpoint \"%s\" must use HTTPS"
msgstr "конечная точка авторизации устройств \"%s\" должна использовать HTTPS"
# well-spelled: токенов
#: ../libpq-oauth/oauth-curl.c:2289
#, c-format
msgid "token endpoint \"%s\" must use HTTPS"
msgstr "конечная точка токенов \"%s\" должна использовать HTTPS"
#: ../libpq-oauth/oauth-curl.c:2430
msgid "failed to parse device authorization"
msgstr "не удалось разобрать сообщение авторизации устройства"
# well-spelled: токеном
#: ../libpq-oauth/oauth-curl.c:2518
msgid "failed to parse access token response"
msgstr "не удалось разобрать ответ с токеном доступа"
#: ../libpq-oauth/oauth-curl.c:2598
#, c-format
msgid "slow_down interval overflow"
msgstr "переполнение интервала замедления (slow_down)"
#. translator: The first %s is a URL for the user to visit in a
#. browser, and the second %s is a code to be copy-pasted there.
#.
#: ../libpq-oauth/oauth-curl.c:2634
#, c-format
msgid "Visit %s and enter the code: %s\n"
msgstr "Посетите %s и введите код: %s\n"
#: ../libpq-oauth/oauth-curl.c:2639
#, c-format
msgid "device prompt failed"
msgstr "ошибка при запросе устройства"
#: ../libpq-oauth/oauth-curl.c:2695
#, c-format
msgid "curl_global_init previously failed during OAuth setup"
msgstr "в curl_global_init ранее возникла ошибка при настройке OAuth"
#: ../libpq-oauth/oauth-curl.c:2714
#, c-format
msgid "curl_global_init failed during OAuth setup"
msgstr "в curl_global_init возникла ошибка при настройке OAuth"
#: ../libpq-oauth/oauth-curl.c:2735
#, c-format
msgid ""
"libcurl is no longer thread-safe\n"
"\tCurl initialization was reported thread-safe when libpq\n"
"\twas compiled, but the currently installed version of\n"
"\tlibcurl reports that it is not. Recompile libpq against\n"
"\tthe installed version of libcurl."
msgstr ""
"библиотека libcurl оказалась не потокобезопасной\n"
"\tВо время компиляции libpq при инициализации библиотеки curl\n"
"\tона была потокобезопасной, но текущая установленная версия\n"
"\tlibcurl сообщает, что таковой не является. Перекомпилируйте\n"
"\tlibpq с установленной версией libcurl."
#: ../libpq-oauth/oauth-curl.c:2897
msgid "failed to fetch OpenID discovery document"
msgstr "не удалось получить документ обнаружения OpenID"
#: ../libpq-oauth/oauth-curl.c:2911
msgid "cannot run OAuth device authorization"
msgstr "не удалось запустить авторизацию устройства OAuth"
#: ../libpq-oauth/oauth-curl.c:2915
msgid "failed to obtain device authorization"
msgstr "не удалось получить авторизацию устройства"
#: ../libpq-oauth/oauth-curl.c:2926 ../libpq-oauth/oauth-curl.c:2977
msgid "failed to obtain access token"
msgstr "не удалось получить токен доступа"
#: fe-auth-oauth.c:133
#, c-format
msgid "internal error: no OAuth token was set for the connection"
msgstr "внутренняя ошибка: отсутствует токен OAuth для текущего подключения"
# well-spelled: токенов
#: fe-auth-oauth.c:396
#, c-format
msgid "OAuth discovery URI \"%s\" must use HTTPS"
msgstr "в URI обнаружения OAuth \"%s\" должен использоваться HTTPS"
#: fe-auth-oauth.c:413
#, c-format
msgid ""
"OAuth discovery URI \"%s\" must not contain query or fragment components"
msgstr "URI обнаружения OAuth \"%s\" должен содержать запрос или фрагменты"
# skip-rule: space-before-period
#: fe-auth-oauth.c:428
#, c-format
msgid "OAuth discovery URI \"%s\" is not a .well-known URI"
msgstr "URI обнаружения OAuth \"%s\" не соответствует формату .well-known"
# skip-rule: space-before-period
#: fe-auth-oauth.c:454
#, c-format
msgid "OAuth discovery URI \"%s\" uses an unsupported .well-known suffix"
msgstr ""
"в URI обнаружения OAuth \"%s\" используется неподдерживаемый суффикс .well-"
"known"
#: fe-auth-oauth.c:479
#, c-format
msgid "OAuth discovery URI \"%s\" uses an invalid format"
msgstr "URI обнаружения OAuth \"%s\" имеет неправильный формат"
#: fe-auth-oauth.c:528
#, c-format
msgid "server's error message contained an embedded NULL, and was discarded"
msgstr ""
"сообщение ошибки сервера игнорируется, так как оно содержит NULL внутри"
#: fe-auth-oauth.c:539
#, c-format
msgid "server's error response is not valid UTF-8"
msgstr "ответ с ошибкой сервера не является текстом в кодировке UTF-8"
#: fe-auth-oauth.c:579
#, c-format
msgid "failed to parse server's error response: %s"
msgstr "не удалось разобрать ответ с ошибкой сервера: %s"
#: fe-auth-oauth.c:610
#, c-format
msgid ""
"server's discovery document at %s (issuer \"%s\") is incompatible with "
"oauth_issuer (%s)"
msgstr ""
"документ обнаружения сервера по адресу %s (издатель \"%s\") несовместим с "
"издателем oauth (%s)"
#: fe-auth-oauth.c:631
#, c-format
msgid "server's discovery document has moved to %s (previous location was %s)"
msgstr ""
"документ обнаружения сервера перемещён в %s (предыдущее расположение: %s)"
#: fe-auth-oauth.c:652
#, c-format
msgid "server sent error response without a status"
msgstr "сервер передал ответ с ошибкой без текста статуса"
#: fe-auth-oauth.c:663
#, c-format
msgid "server rejected OAuth bearer token: %s"
msgstr "сервер не принял токен предъявителя OAuth: %s"
#: fe-auth-oauth.c:696
#, c-format
msgid "user-defined OAuth flow provided neither a token nor an async callback"
msgstr ""
"в пользовательском потоке OAuth не был получен ни токен, ни асинхронный "
"обратный вызов"
#: fe-auth-oauth.c:703 fe-auth-oauth.c:1041
#, c-format
msgid "user-defined OAuth flow failed"
msgstr "ошибка пользовательского потока OAuth"
#: fe-auth-oauth.c:716
#, c-format
msgid "user-defined OAuth flow did not provide a token"
msgstr "в пользовательском потоке OAuth не был получен токен"
#: fe-auth-oauth.c:734
#, c-format
msgid "user-defined OAuth flow did not provide a socket for polling"
msgstr "в пользовательском потоке OAuth не был получен сокет для опроса"
#: fe-auth-oauth.c:917
#, c-format
msgid "failed to lock mutex (%d)"
msgstr "не удалось получить исключительную блокировку (%d)"
#: fe-auth-oauth.c:1046
#, c-format
msgid "no OAuth flows are available (try installing the libpq-oauth package)"
msgstr "потоки OAuth недоступны (попробуйте установить пакет libpq-oauth)"
#: fe-auth-oauth.c:1095
#, c-format
msgid ""
"server requires OAuth authentication, but oauth_issuer and oauth_client_id "
"are not both set"
msgstr ""
"сервер требует проверку подлинности OAuth, но значения oauth_issuer и "
"oauth_client_id не определены"
#: fe-auth-oauth.c:1255
#, c-format
msgid "server sent unexpected additional OAuth data"
msgstr "сервер передал неожиданные дополнительные данные OAuth"
#: fe-auth-oauth.c:1295
#, c-format
msgid ""
"server requires OAuth authentication, but no discovery metadata was provided"
msgstr ""
"сервер требует проверку подлинности OAuth, но метаданные обнаружения не "
"предоставлены"
#: fe-auth-oauth.c:1333
#, c-format
msgid "internal error: OAuth flow did not set a token"
msgstr "внутренняя ошибка: в потоке OAuth не был установлен токен"
#: fe-auth-oauth.c:1351
#, c-format
msgid "server sent additional OAuth data after error"
msgstr "сервер передал дополнительные данные OAuth после ошибки"
#: fe-auth-oauth.c:1355
#, c-format
msgid "invalid OAuth exchange state"
msgstr "ошибочное состояние обмена OAuth"
# well-spelled: токеном
#: fe-auth-oauth.c:1368
#, c-format
msgid "retrying connection with new bearer token"
msgstr "повторение подключения с новым токеном предъявителя"
#: fe-auth-scram.c:228
#, c-format
msgid "malformed SCRAM message (empty message)"
msgstr "неправильное сообщение SCRAM (пустое содержимое)"
#: fe-auth-scram.c:233
#, c-format
msgid "malformed SCRAM message (length mismatch)"
msgstr "неправильное сообщение SCRAM (некорректная длина)"
#: fe-auth-scram.c:277
#, c-format
msgid "could not verify server signature: %s"
msgstr "не удалось проверить сигнатуру сервера: %s"
#: fe-auth-scram.c:283
#, c-format
msgid "incorrect server signature"
msgstr "некорректная сигнатура сервера"
#: fe-auth-scram.c:292
#, c-format
msgid "invalid SCRAM exchange state"
msgstr "ошибочное состояние обмена SCRAM"
#: fe-auth-scram.c:316
#, c-format
msgid "malformed SCRAM message (attribute \"%c\" expected)"
msgstr "неправильное сообщение SCRAM (ожидался атрибут \"%c\")"
#: fe-auth-scram.c:325
#, c-format
msgid "malformed SCRAM message (expected character \"=\" for attribute \"%c\")"
msgstr ""
"неправильное сообщение SCRAM (для атрибута \"%c\" ожидался символ \"=\")"
#: fe-auth-scram.c:365
#, c-format
msgid "could not generate nonce"
msgstr "не удалось сгенерировать разовый код"
#: fe-auth-scram.c:381
#, c-format
msgid "could not encode nonce"
msgstr "не удалось оформить разовый код"
#: fe-auth-scram.c:569
#, c-format
msgid "could not calculate client proof: %s"
msgstr "не удалось вычислить подтверждение клиента: %s"
#: fe-auth-scram.c:584
#, c-format
msgid "could not encode client proof"
msgstr "не удалось закодировать подтверждение клиента"
#: fe-auth-scram.c:636
#, c-format
msgid "invalid SCRAM response (nonce mismatch)"
msgstr "неверный ответ SCRAM (несовпадение разового кода)"
#: fe-auth-scram.c:666
#, c-format
msgid "malformed SCRAM message (invalid salt)"
msgstr "неправильное сообщение SCRAM (некорректная соль)"
#: fe-auth-scram.c:679
#, c-format
msgid "malformed SCRAM message (invalid iteration count)"
msgstr "неправильное сообщение SCRAM (некорректное число итераций)"
#: fe-auth-scram.c:684
#, c-format
msgid "malformed SCRAM message (garbage at end of server-first-message)"
msgstr "неправильное сообщение SCRAM (мусор в конце первого сообщения сервера)"
#: fe-auth-scram.c:718
#, c-format
msgid "error received from server in SCRAM exchange: %s"
msgstr "в ходе обмена SCRAM от сервера получена ошибка: %s"
#: fe-auth-scram.c:733
#, c-format
msgid "malformed SCRAM message (garbage at end of server-final-message)"
msgstr ""
"неправильное сообщение SCRAM (мусор в конце последнего сообщения сервера)"
#: fe-auth-scram.c:750
#, c-format
msgid "malformed SCRAM message (invalid server signature)"
msgstr "неправильное сообщение SCRAM (неверная сигнатура сервера)"
#: fe-auth-scram.c:940
msgid "could not generate random salt"
msgstr "не удалось сгенерировать случайную соль"
#: fe-auth.c:80
#, c-format
msgid "out of memory allocating GSSAPI buffer (%d)"
msgstr "недостаточно памяти для буфера GSSAPI (%d)"
#: fe-auth.c:146
msgid "GSSAPI continuation error"
msgstr "ошибка продолжения в GSSAPI"
#: fe-auth.c:176 fe-auth.c:410 fe-gssapi-common.c:97 fe-secure-common.c:99
#: fe-secure-common.c:173
#, c-format
msgid "host name must be specified"
msgstr "требуется указать имя сервера"
#: fe-auth.c:182
#, c-format
msgid "duplicate GSS authentication request"
msgstr "повторный запрос аутентификации GSS"
#: fe-auth.c:246
#, c-format
msgid "out of memory allocating SSPI buffer (%d)"
msgstr "недостаточно памяти для буфера SSPI (%d)"
#: fe-auth.c:297
msgid "SSPI continuation error"
msgstr "ошибка продолжения в SSPI"
#: fe-auth.c:372
#, c-format
msgid "duplicate SSPI authentication request"
msgstr "повторный запрос аутентификации SSPI"
#: fe-auth.c:397
msgid "could not acquire SSPI credentials"
msgstr "не удалось получить удостоверение SSPI"
#: fe-auth.c:449
#, c-format
msgid "channel binding required, but SSL not in use"
msgstr "требуется привязка каналов, но SSL не используется"
#: fe-auth.c:455
#, c-format
msgid "duplicate SASL authentication request"
msgstr "повторный запрос аутентификации SASL"
#: fe-auth.c:513
#, c-format
msgid "channel binding is required, but client does not support it"
msgstr "требуется привязка каналов, но клиент её не поддерживает"
#: fe-auth.c:529
#, c-format
msgid ""
"server offered SCRAM-SHA-256-PLUS authentication over a non-SSL connection"
msgstr ""
"сервер предложил аутентификацию SCRAM-SHA-256-PLUS для соединения, не "
"защищённого SSL"
#: fe-auth.c:551
#, c-format
msgid "none of the server's SASL authentication mechanisms are supported"
msgstr "ни один из серверных механизмов аутентификации SASL не поддерживается"
#: fe-auth.c:571
#, c-format
msgid ""
"authentication method requirement \"%s\" failed: server requested %s "
"authentication"
msgstr ""
"требование метода аутентификации \"%s\" не выполнено: сервер запросил "
"аутентификацию %s"
#: fe-auth.c:580
#, c-format
msgid ""
"channel binding is required, but server did not offer an authentication "
"method that supports channel binding"
msgstr ""
"требуется привязка каналов, но сервер не предложил поддерживающий её метод "
"аутентификации"
#: fe-auth.c:716
#, c-format
msgid "out of memory allocating SASL buffer (%d)"
msgstr "недостаточно памяти для буфера SASL (%d)"
#: fe-auth.c:758
#, c-format
msgid ""
"AuthenticationSASLFinal received from server, but SASL authentication was "
"not completed"
msgstr ""
"c сервера получено сообщение AuthenticationSASLFinal, но аутентификация SASL "
"ещё не завершена"
#: fe-auth.c:768
#, c-format
msgid "no client response found after SASL exchange success"
msgstr "после успешного обмена по протоколу SASL не получен ответ клиента"
#: fe-auth.c:836 fe-auth.c:843 fe-auth.c:1476 fe-auth.c:1487
#, c-format
msgid "could not encrypt password: %s"
msgstr "не удалось зашифровать пароль: %s"
#: fe-auth.c:873
msgid "server requested a cleartext password"
msgstr "сервер запросил незашифрованный пароль"
#: fe-auth.c:875
msgid "server requested a hashed password"
msgstr "сервер запросил хешированный пароль"
#: fe-auth.c:878
msgid "server requested GSSAPI authentication"
msgstr "сервер запросил аутентификацию GSSAPI"
#: fe-auth.c:880
msgid "server requested SSPI authentication"
msgstr "сервер запросил аутентификацию SSPI"
#: fe-auth.c:884
msgid "server requested SASL authentication"
msgstr "сервер запросил аутентификацию SASL"
#: fe-auth.c:887
msgid "server requested an unknown authentication type"
msgstr "сервер запросил аутентификацию неизвестного типа"
#: fe-auth.c:920
#, c-format
msgid "server did not request an SSL certificate"
msgstr "сервер не запросил сертификат SSL"
#: fe-auth.c:925
#, c-format
msgid "server accepted connection without a valid SSL certificate"
msgstr "сервер принял подключение, не проверив сертификат SSL"
#: fe-auth.c:979
msgid "server did not complete authentication"
msgstr "сервер не завершил аутентификацию"
#: fe-auth.c:1013
#, c-format
msgid "authentication method requirement \"%s\" failed: %s"
msgstr "требование метода аутентификации \"%s\" не выполнено: %s"
#: fe-auth.c:1036
#, c-format
msgid ""
"channel binding required, but server authenticated client without channel "
"binding"
msgstr ""
"требуется привязка каналов, но сервер аутентифицировал клиента без привязки"
#: fe-auth.c:1041
#, c-format
msgid ""
"channel binding required but not supported by server's authentication request"
msgstr ""
"требуется привязка каналов, но она не поддерживается при том запросе "
"аутентификации, который передал сервер"
#: fe-auth.c:1081
#, c-format
msgid "Kerberos 4 authentication not supported"
msgstr "аутентификация Kerberos 4 не поддерживается"
#: fe-auth.c:1085
#, c-format
msgid "Kerberos 5 authentication not supported"
msgstr "аутентификация Kerberos 5 не поддерживается"
#: fe-auth.c:1155
#, c-format
msgid "GSSAPI authentication not supported"
msgstr "аутентификация через GSSAPI не поддерживается"
#: fe-auth.c:1186
#, c-format
msgid "SSPI authentication not supported"
msgstr "аутентификация через SSPI не поддерживается"
#: fe-auth.c:1193
#, c-format
msgid "Crypt authentication not supported"
msgstr "аутентификация Crypt не поддерживается"
#: fe-auth.c:1267
#, c-format
msgid "authentication method %u not supported"
msgstr "метод аутентификации %u не поддерживается"
#: fe-auth.c:1307
#, c-format
msgid "user name lookup failure: error code %lu"
msgstr "распознать имя пользователя не удалось (код ошибки: %lu)"
#: fe-auth.c:1315
#, c-format
msgid "could not look up local user ID %ld: %m"
msgstr "найти локального пользователя по идентификатору (%ld) не удалось: %m"
#: fe-auth.c:1320
#, c-format
msgid "local user with ID %ld does not exist"
msgstr "локальный пользователь с ID %ld не существует"
#: fe-auth.c:1439
#, c-format
msgid "unexpected shape of result set returned for SHOW"
msgstr "неожиданная форма набора результатов, возвращённого для SHOW"
#: fe-auth.c:1447
#, c-format
msgid "\"password_encryption\" value too long"
msgstr "слишком длинное значение \"password_encryption\""
#: fe-auth.c:1497
#, c-format
msgid "unrecognized password encryption algorithm \"%s\""
msgstr "нераспознанный алгоритм шифрования пароля \"%s\""
#: fe-cancel.c:79
#, c-format
msgid "connection pointer is NULL"
msgstr "нулевой указатель соединения"
#: fe-cancel.c:85 fe-misc.c:613
#, c-format
msgid "connection not open"
msgstr "соединение не открыто"
#: fe-cancel.c:92
#, c-format
msgid "no cancellation key received"
msgstr "ключ отмены не получен"
#: fe-cancel.c:212
#, c-format
msgid "cancel request is already being sent on this connection"
msgstr "через это соединение уже передаётся запрос отмены"
#: fe-cancel.c:282
#, c-format
msgid "unexpected response from server"
msgstr "неожиданный ответ сервера"
#: fe-connect.c:1309
#, c-format
msgid "could not match %d host names to %d hostaddr values"
msgstr "не удалось сопоставить имена узлов (%d) со значениями hostaddr (%d)"
#: fe-connect.c:1389
#, c-format
msgid "could not match %d port numbers to %d hosts"
msgstr "не удалось сопоставить номера портов (%d) с узлами (%d)"
#: fe-connect.c:1517
#, c-format
msgid ""
"negative require_auth method \"%s\" cannot be mixed with non-negative methods"
msgstr ""
"отрицательный метод require_auth \"%s\" не может совмещаться с "
"неотрицательными методами"
#: fe-connect.c:1530
#, c-format
msgid "require_auth method \"%s\" cannot be mixed with negative methods"
msgstr ""
"метод require_auth \"%s\" не может совмещаться с отрицательными методами"
#: fe-connect.c:1606 fe-connect.c:1735 fe-connect.c:1777 fe-connect.c:1820
#: fe-connect.c:1923 fe-connect.c:1969 fe-connect.c:2009 fe-connect.c:2076
#: fe-connect.c:8263
#, c-format
msgid "invalid %s value: \"%s\""
msgstr "неверное значение %s: \"%s\""
#: fe-connect.c:1648
#, c-format
msgid "internal error: no space in allowed_sasl_mechs"
msgstr "внутренняя ошибка: в allowed_sasl_mechs нет места"
#: fe-connect.c:1687
#, c-format
msgid "require_auth method \"%s\" is specified more than once"
msgstr "метод require_auth \"%s\" указан неоднократно"
#: fe-connect.c:1758 fe-connect.c:1797 fe-connect.c:1829 fe-connect.c:1931
#, c-format
msgid "%s value \"%s\" invalid when SSL support is not compiled in"
msgstr "значение %s \"%s\" недопустимо для сборки без поддержки SSL"
#: fe-connect.c:1849
#, c-format
msgid ""
"weak sslmode \"%s\" may not be used with sslnegotiation=direct (use "
"\"require\", \"verify-ca\", or \"verify-full\")"
msgstr ""
"слабый режим sslmode \"%s\" не может использоваться с sslnegotiation=direct "
"(используйте режим \"require\", \"verify-ca\" или \"verify-full\")"
#: fe-connect.c:1871
#, c-format
msgid ""
"weak sslmode \"%s\" may not be used with sslrootcert=system (use \"verify-"
"full\")"
msgstr ""
"слабый режим sslmode \"%s\" не может использоваться с sslrootcert=system "
"(используйте режим \"verify-full\")"
#: fe-connect.c:1884 fe-connect.c:1892
#, c-format
msgid "invalid \"%s\" value: \"%s\""
msgstr "неверное значение \"%s\": \"%s\""
#: fe-connect.c:1909
#, c-format
msgid "invalid SSL protocol version range"
msgstr "неверный диапазон версий протокола SSL"
#: fe-connect.c:1946
#, c-format
msgid "%s value \"%s\" is not supported (check OpenSSL version)"
msgstr "значение %s \"%s\" не поддерживается (проверьте версию OpenSSL)"
#: fe-connect.c:1976
#, c-format
msgid "gssencmode value \"%s\" invalid when GSSAPI support is not compiled in"
msgstr "значение gssencmode \"%s\" недопустимо для сборки без поддержки GSSAPI"
#: fe-connect.c:2030
#, c-format
msgid "invalid SCRAM client key"
msgstr "неправильный клиентский ключ SCRAM"
#: fe-connect.c:2035
#, c-format
msgid "invalid SCRAM client key length: %d"
msgstr "некорректная длина клиентского ключа SCRAM: %d"
#: fe-connect.c:2053
#, c-format
msgid "invalid SCRAM server key"
msgstr "неправильный серверный ключ SCRAM"
#: fe-connect.c:2058
#, c-format
msgid "invalid SCRAM server key length: %d"
msgstr "некорректная длина серверного ключа SCRAM: %d"
#: fe-connect.c:2145
#, c-format
msgid "\"%s\" is greater than \"%s\""
msgstr "\"%s\" больше чем \"%s\""
#: fe-connect.c:2357
#, c-format
msgid "could not set socket to TCP no delay mode: %s"
msgstr "не удалось перевести сокет в режим TCP-передачи без задержки: %s"
#: fe-connect.c:2416
#, c-format
msgid "connection to server on socket \"%s\" failed: "
msgstr "подключиться к серверу через сокет \"%s\" не удалось: "
#: fe-connect.c:2442
#, c-format
msgid "connection to server at \"%s\" (%s), port %s failed: "
msgstr "подключиться к серверу \"%s\" (%s), порту %s не удалось: "
#: fe-connect.c:2447
#, c-format
msgid "connection to server at \"%s\", port %s failed: "
msgstr "подключиться к серверу \"%s\", порту %s не удалось: "
#: fe-connect.c:2470
#, c-format
msgid ""
"\tIs the server running locally and accepting connections on that socket?"
msgstr ""
"\tСервер действительно работает локально и принимает подключения через этот "
"сокет?"
#: fe-connect.c:2472
#, c-format
msgid "\tIs the server running on that host and accepting TCP/IP connections?"
msgstr ""
"\tСервер действительно работает по данному адресу и принимает TCP-соединения?"
#: fe-connect.c:2518 fe-connect.c:2552 fe-connect.c:2587 fe-connect.c:2685
#: fe-connect.c:3411
#, c-format
msgid "%s(%s) failed: %s"
msgstr "ошибка в %s(%s): %s"
#: fe-connect.c:2651
#, c-format
msgid "%s(%s) failed: error code %d"
msgstr "ошибка в %s(%s): код ошибки %d"
#: fe-connect.c:2963
#, c-format
msgid "invalid connection state, probably indicative of memory corruption"
msgstr "неверное состояние соединения - возможно разрушение памяти"
#: fe-connect.c:3046
#, c-format
msgid "invalid port number: \"%s\""
msgstr "неверный номер порта: \"%s\""
#: fe-connect.c:3060
#, c-format
msgid "could not translate host name \"%s\" to address: %s"
msgstr "преобразовать имя \"%s\" в адрес не удалось: %s"
#: fe-connect.c:3072
#, c-format
msgid "could not parse network address \"%s\": %s"
msgstr "не удалось разобрать сетевой адрес \"%s\": %s"
#: fe-connect.c:3083
#, c-format
msgid "Unix-domain socket path \"%s\" is too long (maximum %d bytes)"
msgstr "длина пути Unix-сокета \"%s\" превышает предел (%d байт)"
#: fe-connect.c:3097
#, c-format
msgid "could not translate Unix-domain socket path \"%s\" to address: %s"
msgstr "преобразовать путь Unix-сокета \"%s\" в адрес не удалось: %s"
#: fe-connect.c:3263 fe-connect.c:4710
#, c-format
msgid "GSSAPI encryption required but it is not supported over a local socket"
msgstr ""
"затребовано шифрование GSSAPI, но оно не поддерживается для локального сокета"
#: fe-connect.c:3271 fe-connect.c:4839
#, c-format
msgid "GSSAPI encryption required but no credential cache"
msgstr "шифрование GSSAPI затребовано в отсутствие кеша учётных данных"
#: fe-connect.c:3339
#, c-format
msgid "could not create socket: %s"
msgstr "не удалось создать сокет: %s"
#: fe-connect.c:3370
#, c-format
msgid "could not set socket to nonblocking mode: %s"
msgstr "не удалось перевести сокет в неблокирующий режим: %s"
#: fe-connect.c:3381
#, c-format
msgid "could not set socket to close-on-exec mode: %s"
msgstr ""
"не удалось перевести сокет в режим закрытия при выполнении (close-on-exec): "
"%s"
#: fe-connect.c:3538
#, c-format
msgid "could not get socket error status: %s"
msgstr "не удалось получить статус ошибки сокета: %s"
#: fe-connect.c:3565
#, c-format
msgid "could not get client address from socket: %s"
msgstr "не удалось получить адрес клиента из сокета: %s"
#: fe-connect.c:3591
#, c-format
msgid "requirepeer parameter is not supported on this platform"
msgstr "параметр requirepeer не поддерживается в этой ОС"
#: fe-connect.c:3593
#, c-format
msgid "could not get peer credentials: %s"
msgstr "не удалось получить учётные данные сервера: %s"
#: fe-connect.c:3606
#, c-format
msgid "requirepeer specifies \"%s\", but actual peer user name is \"%s\""
msgstr ""
"requirepeer допускает подключение только к \"%s\", но сервер работает под "
"именем \"%s\""
#: fe-connect.c:3644
#, c-format
msgid "could not send GSSAPI negotiation packet: %s"
msgstr "не удалось отправить пакет согласования GSSAPI: %s"
#: fe-connect.c:3683
#, c-format
msgid "could not send SSL negotiation packet: %s"
msgstr "не удалось отправить пакет согласования SSL: %s"
#: fe-connect.c:3709
#, c-format
msgid "could not send cancel packet: %s"
msgstr "не удалось отправить пакет отмены: %s"
#: fe-connect.c:3739
#, c-format
msgid "could not send startup packet: %s"
msgstr "не удалось отправить стартовый пакет: %s"
#: fe-connect.c:3812
msgid "server does not support SSL, but SSL was required"
msgstr "затребовано подключение через SSL, но сервер не поддерживает SSL"
#: fe-connect.c:3822
#, c-format
msgid "server sent an error response during SSL exchange"
msgstr "сервер передал ошибочный ответ во время обмена сообщениями SSL"
#: fe-connect.c:3827
#, c-format
msgid "received invalid response to SSL negotiation: %c"
msgstr "получен неверный ответ при согласовании SSL: %c"
#: fe-connect.c:3847
#, c-format
msgid "received unencrypted data after SSL response"
msgstr "после ответа SSL получены незашифрованные данные"
#: fe-connect.c:3910
#, c-format
msgid "server sent an error response during GSS encryption exchange"
msgstr "сервер передал ошибочный ответ во время шифрования GSS"
#: fe-connect.c:3928
msgid "server doesn't support GSSAPI encryption, but it was required"
msgstr "затребовано шифрование GSSAPI, но сервер его не поддерживает"
#: fe-connect.c:3932
#, c-format
msgid "received invalid response to GSSAPI negotiation: %c"
msgstr "получен неверный ответ при согласовании GSSAPI: %c"
#: fe-connect.c:3954
#, c-format
msgid "received unencrypted data after GSSAPI encryption response"
msgstr ""
"после ответа на запрос шифрования GSSAPI получены незашифрованные данные"
#: fe-connect.c:4015
#, c-format
msgid "expected authentication request from server, but received %c"
msgstr "ожидался запрос аутентификации от сервера, но получено: %c"
#: fe-connect.c:4043 fe-connect.c:4175
#, c-format
msgid "received invalid authentication request"
msgstr "получен некорректный запрос аутентификации"
#: fe-connect.c:4049
#, c-format
msgid "received invalid protocol negotiation message"
msgstr "получено некорректное сообщение согласования протокола"
#: fe-connect.c:4068 fe-connect.c:4122
#, c-format
msgid "received invalid error message"
msgstr "получено некорректное сообщение об ошибке"
#: fe-connect.c:4152
#, c-format
msgid "received duplicate protocol negotiation message"
msgstr "получено повторное сообщение согласования протокола"
#: fe-connect.c:4254
#, c-format
msgid "internal error: async authentication has no handler"
msgstr "внутренняя ошибка: нет обработчика для асинхронной аутентификации"
#: fe-connect.c:4279
#, c-format
msgid "internal error: async cleanup did not release polling socket"
msgstr ""
"внутренняя ошибка: при асинхронной очистке не был освобождён опрашивающий "
"сокет"
#: fe-connect.c:4302
#, c-format
msgid "internal error: async authentication did not set a socket for polling"
msgstr ""
"внутренняя ошибка: при асинхронной аутентификации не был настроен сокет для "
"опроса"
#: fe-connect.c:4335
#, c-format
msgid "unexpected message from server during startup"
msgstr "неожиданное сообщение от сервера в начале работы"
#: fe-connect.c:4426
#, c-format
msgid "session is read-only"
msgstr "сеанс не допускает запись"
#: fe-connect.c:4428
#, c-format
msgid "session is not read-only"
msgstr "сеанс допускает запись"
#: fe-connect.c:4481
#, c-format
msgid "server is in hot standby mode"
msgstr "сервер работает в режиме горячего резерва"
#: fe-connect.c:4483
#, c-format
msgid "server is not in hot standby mode"
msgstr "сервер работает не в режиме горячего резерва"
#: fe-connect.c:4608 fe-connect.c:4658
#, c-format
msgid "\"%s\" failed"
msgstr "выполнить \"%s\" не удалось"
#: fe-connect.c:4672
#, c-format
msgid "invalid connection state %d, probably indicative of memory corruption"
msgstr "неверное состояние соединения %d - возможно разрушение памяти"
#: fe-connect.c:5509
#, c-format
msgid "invalid LDAP URL \"%s\": scheme must be ldap://"
msgstr "некорректный адрес LDAP \"%s\": схема должна быть ldap://"
#: fe-connect.c:5524
#, c-format
msgid "invalid LDAP URL \"%s\": missing distinguished name"
msgstr "некорректный адрес LDAP \"%s\": отсутствует уникальное имя"
#: fe-connect.c:5536 fe-connect.c:5594
#, c-format
msgid "invalid LDAP URL \"%s\": must have exactly one attribute"
msgstr "некорректный адрес LDAP \"%s\": должен быть только один атрибут"
#: fe-connect.c:5548 fe-connect.c:5610
#, c-format
msgid "invalid LDAP URL \"%s\": must have search scope (base/one/sub)"
msgstr ""
"некорректный адрес LDAP \"%s\": не указана область поиска (base/one/sub)"
#: fe-connect.c:5560
#, c-format
msgid "invalid LDAP URL \"%s\": no filter"
msgstr "некорректный адрес LDAP \"%s\": нет фильтра"
#: fe-connect.c:5582
#, c-format
msgid "invalid LDAP URL \"%s\": invalid port number"
msgstr "некорректный адрес LDAP \"%s\": неверный номер порта"
#: fe-connect.c:5619
#, c-format
msgid "could not create LDAP structure"
msgstr "не удалось создать структуру LDAP"
#: fe-connect.c:5694
#, c-format
msgid "lookup on LDAP server failed: %s"
msgstr "ошибка поиска на сервере LDAP: %s"
#: fe-connect.c:5704
#, c-format
msgid "more than one entry found on LDAP lookup"
msgstr "при поиске LDAP найдено более одного вхождения"
#: fe-connect.c:5706 fe-connect.c:5717
#, c-format
msgid "no entry found on LDAP lookup"
msgstr "при поиске LDAP ничего не найдено"
#: fe-connect.c:5727 fe-connect.c:5739
#, c-format
msgid "attribute has no values on LDAP lookup"
msgstr "атрибут не содержит значений при поиске LDAP"
#: fe-connect.c:5753
#, c-format
msgid "connection info string size exceeds the maximum allowed (%d)"
msgstr ""
"размер строки с информацией о подключении превышает максимально допустимый "
"(%d)"
#: fe-connect.c:5804 fe-connect.c:5823 fe-connect.c:6347
#, c-format
msgid "missing \"=\" after \"%s\" in connection info string"
msgstr "в строке соединения нет \"=\" после \"%s\""
#: fe-connect.c:5894 fe-connect.c:6530 fe-connect.c:7360
#, c-format
msgid "invalid connection option \"%s\""
msgstr "неверный параметр соединения \"%s\""
#: fe-connect.c:5909 fe-connect.c:6395
#, c-format
msgid "unterminated quoted string in connection info string"
msgstr "в строке соединения не хватает закрывающей кавычки"
#: fe-connect.c:5989
#, c-format
msgid "definition of service \"%s\" not found"
msgstr "определение службы \"%s\" не найдено"
#: fe-connect.c:6015
#, c-format
msgid "service file \"%s\" not found"
msgstr "файл определений служб \"%s\" не найден"
#: fe-connect.c:6028
#, c-format
msgid "line %d too long in service file \"%s\""
msgstr "слишком длинная строка (%d) в файле определений служб \"%s\""
#: fe-connect.c:6099 fe-connect.c:6142
#, c-format
msgid "syntax error in service file \"%s\", line %d"
msgstr "синтаксическая ошибка в файле определения служб \"%s\" (строка %d)"
#: fe-connect.c:6110
#, c-format
msgid ""
"nested service specifications not supported in service file \"%s\", line %d"
msgstr ""
"рекурсивные определения служб не поддерживаются (файл определения служб "
"\"%s\", строка %d)"
#: fe-connect.c:6849
#, c-format
msgid "invalid URI propagated to internal parser routine: \"%s\""
msgstr "во внутреннюю процедуру разбора строки передан ошибочный URI: \"%s\""
#: fe-connect.c:6926
#, c-format
msgid ""
"end of string reached when looking for matching \"]\" in IPv6 host address "
"in URI: \"%s\""
msgstr "URI не содержит символ \"]\" после адреса IPv6: \"%s\""
#: fe-connect.c:6933
#, c-format
msgid "IPv6 host address may not be empty in URI: \"%s\""
msgstr "IPv6, содержащийся в URI, не может быть пустым: \"%s\""
#: fe-connect.c:6948
#, c-format
msgid ""
"unexpected character \"%c\" at position %d in URI (expected \":\" or \"/\"): "
"\"%s\""
msgstr ""
"неожиданный символ \"%c\" в позиции %d в URI (ожидалось \":\" или \"/\"): "
"\"%s\""
#: fe-connect.c:7077
#, c-format
msgid "extra key/value separator \"=\" in URI query parameter: \"%s\""
msgstr "лишний разделитель ключа/значения \"=\" в параметрах URI: \"%s\""
#: fe-connect.c:7097
#, c-format
msgid "missing key/value separator \"=\" in URI query parameter: \"%s\""
msgstr "в параметрах URI не хватает разделителя ключа/значения \"=\": \"%s\""
#: fe-connect.c:7149
#, c-format
msgid "invalid URI query parameter: \"%s\""
msgstr "неверный параметр в URI: \"%s\""
#: fe-connect.c:7233
#, c-format
msgid "invalid percent-encoded token: \"%s\""
msgstr "неверный символ, закодированный с %%: \"%s\""
#: fe-connect.c:7243
#, c-format
msgid "forbidden value %%00 in percent-encoded value: \"%s\""
msgstr "недопустимое значение %%00 для символа, закодированного с %%: \"%s\""
#: fe-connect.c:7265
#, c-format
msgid ""
"unexpected spaces found in \"%s\", use percent-encoded spaces (%%20) instead"
msgstr ""
"в \"%s\" обнаружены недопустимые пробелы, замените их закодированными (%%20)"
#: fe-connect.c:7641
msgid "connection pointer is NULL\n"
msgstr "нулевой указатель соединения\n"
#: fe-connect.c:7649 fe-exec.c:718 fe-exec.c:980 fe-exec.c:3475
#: fe-protocol3.c:1006 fe-protocol3.c:1039
msgid "out of memory\n"
msgstr "нехватка памяти\n"
#: fe-connect.c:7951
#, c-format
msgid "WARNING: password file \"%s\" is not a plain file\n"
msgstr "ПРЕДУПРЕЖДЕНИЕ: файл паролей \"%s\" - не обычный файл\n"
#: fe-connect.c:7961
#, c-format
msgid ""
"WARNING: password file \"%s\" has group or world access; permissions should "
"be u=rw (0600) or less\n"
msgstr ""
"ПРЕДУПРЕЖДЕНИЕ: к файлу паролей \"%s\" имеют доступ все или группа; права "
"должны быть u=rw (0600) или более ограниченные\n"
#: fe-connect.c:8065
#, c-format
msgid "password retrieved from file \"%s\""
msgstr "пароль получен из файла \"%s\""
#: fe-connect.c:8231
#, c-format
msgid "invalid integer value \"%s\" for connection option \"%s\""
msgstr "неверное целочисленное значение \"%s\" для параметра соединения \"%s\""
#: fe-exec.c:469 fe-exec.c:3549
#, c-format
msgid "row number %d is out of range 0..%d"
msgstr "номер записи %d вне диапазона 0..%d"
#: fe-exec.c:531 fe-protocol3.c:2140
#, c-format
msgid "%s"
msgstr "%s"
#: fe-exec.c:839
#, c-format
msgid "write to server failed"
msgstr "ошибка при передаче данных серверу"
#: fe-exec.c:879
#, c-format
msgid "no error text available"
msgstr "текст ошибки отсутствует"
#: fe-exec.c:968
msgid "NOTICE"
msgstr "ЗАМЕЧАНИЕ"
#: fe-exec.c:1026
msgid "PGresult cannot support more than INT_MAX tuples"
msgstr "PGresult не может вместить больше чем INT_MAX кортежей"
#: fe-exec.c:1038
msgid "size_t overflow"
msgstr "переполнение size_t"
#: fe-exec.c:1454 fe-exec.c:1523 fe-exec.c:1569
#, c-format
msgid "command string is a null pointer"
msgstr "указатель на командную строку нулевой"
#: fe-exec.c:1460 fe-exec.c:3019
#, c-format
msgid "%s not allowed in pipeline mode"
msgstr "%s не допускается в конвейерном режиме"
#: fe-exec.c:1528 fe-exec.c:1574 fe-exec.c:1668
#, c-format
msgid "number of parameters must be between 0 and %d"
msgstr "число параметров должно быть от 0 до %d"
#: fe-exec.c:1564 fe-exec.c:1663
#, c-format
msgid "statement name is a null pointer"
msgstr "указатель на имя оператора нулевой"
#: fe-exec.c:1705 fe-exec.c:3395
#, c-format
msgid "no connection to the server"
msgstr "нет соединения с сервером"
#: fe-exec.c:1713 fe-exec.c:3403
#, c-format
msgid "another command is already in progress"
msgstr "уже выполняется другая команда"
#: fe-exec.c:1743
#, c-format
msgid "cannot queue commands during COPY"
msgstr "во время COPY нельзя добавлять команды в очередь"
#: fe-exec.c:1862
#, c-format
msgid "length must be given for binary parameter"
msgstr "для двоичного параметра должна быть указана длина"
#: fe-exec.c:2221
#, c-format
msgid "unexpected asyncStatus: %d"
msgstr "неожиданный asyncStatus: %d"
#: fe-exec.c:2377
#, c-format
msgid ""
"synchronous command execution functions are not allowed in pipeline mode"
msgstr ""
"функции синхронного выполнения команд не допускаются в конвейерном режиме"
#: fe-exec.c:2394
msgid "COPY terminated by new PQexec"
msgstr "операция COPY прервана вызовом PQexec"
#: fe-exec.c:2410
#, c-format
msgid "PQexec not allowed during COPY BOTH"
msgstr "вызов PQexec не допускается в процессе COPY BOTH"
#: fe-exec.c:2646
#, c-format
msgid "unrecognized message type \"%c\""
msgstr "нераспознанный тип сообщения \"%c\""
#: fe-exec.c:2718 fe-exec.c:2772 fe-exec.c:2840 fe-protocol3.c:2071
#, c-format
msgid "no COPY in progress"
msgstr "операция COPY не выполняется"
#: fe-exec.c:3026
#, c-format
msgid "connection in wrong state"
msgstr "соединение в неправильном состоянии"
#: fe-exec.c:3069
#, c-format
msgid "cannot enter pipeline mode, connection not idle"
msgstr "перейти в конвейерный режиме нельзя, соединение не простаивает"
#: fe-exec.c:3105 fe-exec.c:3126
#, c-format
msgid "cannot exit pipeline mode with uncollected results"
msgstr "выйти из конвейерного режима нельзя, не собрав все результаты"
#: fe-exec.c:3109
#, c-format
msgid "cannot exit pipeline mode while busy"
msgstr "выйти из конвейерного режима в занятом состоянии нельзя"
#: fe-exec.c:3120
#, c-format
msgid "cannot exit pipeline mode while in COPY"
msgstr "выйти из конвейерного режима во время COPY нельзя"
#: fe-exec.c:3319
#, c-format
msgid "cannot send pipeline when not in pipeline mode"
msgstr "отправить конвейер, не перейдя в конвейерный режим, нельзя"
#: fe-exec.c:3438
msgid "invalid ExecStatusType code"
msgstr "неверный код ExecStatusType"
#: fe-exec.c:3465
msgid "PGresult is not an error result\n"
msgstr "В PGresult не передан результат ошибки\n"
#: fe-exec.c:3533 fe-exec.c:3556
#, c-format
msgid "column number %d is out of range 0..%d"
msgstr "номер столбца %d вне диапазона 0..%d"
#: fe-exec.c:3571
#, c-format
msgid "parameter number %d is out of range 0..%d"
msgstr "номер параметра %d вне диапазона 0..%d"
#: fe-exec.c:3882
#, c-format
msgid "could not interpret result from server: %s"
msgstr "не удалось интерпретировать ответ сервера: %s"
#: fe-exec.c:4157 fe-exec.c:4292
#, c-format
msgid "incomplete multibyte character"
msgstr "неполный многобайтный символ"
#: fe-exec.c:4159 fe-exec.c:4311
#, c-format
msgid "invalid multibyte character"
msgstr "неверный многобайтный символ"
#: fe-exec.c:4413
#, c-format
msgid "escaped string size exceeds the maximum allowed (%zu)"
msgstr "размер строки с экранированием превышает максимально допустимый (%zu)"
#: fe-exec.c:4590
#, c-format
msgid "escaped bytea size exceeds the maximum allowed (%zu)"
msgstr ""
"размер значения bytea с экранированием превышает максимально допустимый (%zu)"
#: fe-gssapi-common.c:122
msgid "GSSAPI name import error"
msgstr "ошибка импорта имени в GSSAPI"
#: fe-lobj.c:144 fe-lobj.c:207 fe-lobj.c:397 fe-lobj.c:487 fe-lobj.c:560
#: fe-lobj.c:956 fe-lobj.c:963 fe-lobj.c:970 fe-lobj.c:977 fe-lobj.c:984
#: fe-lobj.c:991 fe-lobj.c:998 fe-lobj.c:1005
#, c-format
msgid "cannot determine OID of function %s"
msgstr "определить OID функции %s нельзя"
#: fe-lobj.c:160
#, c-format
msgid "argument of lo_truncate exceeds integer range"
msgstr "аргумент lo_truncate не умещается в обычном целом"
#: fe-lobj.c:262
#, c-format
msgid "argument of lo_read exceeds integer range"
msgstr "аргумент lo_read не умещается в обычном целом"
#: fe-lobj.c:313
#, c-format
msgid "argument of lo_write exceeds integer range"
msgstr "аргумент lo_write не умещается в обычном целом"
#: fe-lobj.c:669 fe-lobj.c:780
#, c-format
msgid "could not open file \"%s\": %s"
msgstr "не удалось открыть файл \"%s\": %s"
#: fe-lobj.c:725
#, c-format
msgid "could not read from file \"%s\": %s"
msgstr "не удалось прочитать файл \"%s\": %s"
#: fe-lobj.c:801 fe-lobj.c:824
#, c-format
msgid "could not write to file \"%s\": %s"
msgstr "не удалось записать файл \"%s\": %s"
#: fe-lobj.c:908
#, c-format
msgid "query to initialize large object functions did not return data"
msgstr "запрос инициализации функций для больших объектов не вернул данные"
#: fe-misc.c:239
#, c-format
msgid "integer of size %lu not supported by pqGetInt"
msgstr "функция pqGetInt не поддерживает integer размером %lu байт"
#: fe-misc.c:272
#, c-format
msgid "integer of size %lu not supported by pqPutInt"
msgstr "функция pqPutInt не поддерживает integer размером %lu байт"
#: fe-misc.c:791 fe-secure-openssl.c:181 fe-secure-openssl.c:287
#: fe-secure.c:222 fe-secure.c:389
#, c-format
msgid ""
"server closed the connection unexpectedly\n"
"\tThis probably means the server terminated abnormally\n"
"\tbefore or while processing the request."
msgstr ""
"сервер неожиданно закрыл соединение\n"
"\tСкорее всего сервер прекратил работу из-за сбоя\n"
"\tдо или в процессе выполнения запроса."
#: fe-misc.c:858
msgid "connection not open\n"
msgstr "соединение не открыто\n"
#: fe-misc.c:1046
#, c-format
msgid "timeout expired"
msgstr "тайм-аут"
#: fe-misc.c:1098
#, c-format
msgid "invalid socket"
msgstr "неверный сокет"
#: fe-misc.c:1121
#, c-format
msgid "%s() failed: %s"
msgstr "ошибка в %s(): %s"
#: fe-protocol3.c:190
#, c-format
msgid "message type 0x%02x arrived from server while idle"
msgstr "от сервера во время простоя получено сообщение типа 0x%02x"
#: fe-protocol3.c:403
#, c-format
msgid ""
"server sent data (\"D\" message) without prior row description (\"T\" "
"message)"
msgstr ""
"сервер отправил данные (сообщение \"D\") без предварительного описания "
"строки (сообщение \"T\")"
#: fe-protocol3.c:445
#, c-format
msgid "unexpected response from server; first received character was \"%c\""
msgstr "неожиданный ответ сервера; первый полученный символ: \"%c\""
#: fe-protocol3.c:469
#, c-format
msgid "message contents do not agree with length in message type \"%c\""
msgstr "содержимое не соответствует длине в сообщении типа \"%c\""
#: fe-protocol3.c:504
#, c-format
msgid "lost synchronization with server: got message type \"%c\", length %d"
msgstr ""
"потеряна синхронизация с сервером: получено сообщение типа \"%c\", длина %d"
#: fe-protocol3.c:551 fe-protocol3.c:591
msgid "insufficient data in \"T\" message"
msgstr "недостаточно данных в сообщении \"T\""
#: fe-protocol3.c:662 fe-protocol3.c:868
msgid "out of memory for query result"
msgstr "недостаточно памяти для результата запроса"
#: fe-protocol3.c:731
msgid "insufficient data in \"t\" message"
msgstr "недостаточно данных в сообщении \"t\""
#: fe-protocol3.c:790 fe-protocol3.c:822 fe-protocol3.c:840
msgid "insufficient data in \"D\" message"
msgstr "недостаточно данных в сообщении \"D\""
#: fe-protocol3.c:796
msgid "unexpected field count in \"D\" message"
msgstr "неверное число полей в сообщении \"D\""
#: fe-protocol3.c:1052
msgid "no error message available\n"
msgstr "нет сообщения об ошибке\n"
#. translator: %s represents a digit string
#: fe-protocol3.c:1100 fe-protocol3.c:1119
#, c-format
msgid " at character %s"
msgstr " символ %s"
#: fe-protocol3.c:1132
#, c-format
msgid "DETAIL: %s\n"
msgstr "ПОДРОБНОСТИ: %s\n"
#: fe-protocol3.c:1135
#, c-format
msgid "HINT: %s\n"
msgstr "ПОДСКАЗКА: %s\n"
#: fe-protocol3.c:1138
#, c-format
msgid "QUERY: %s\n"
msgstr "ЗАПРОС: %s\n"
#: fe-protocol3.c:1145
#, c-format
msgid "CONTEXT: %s\n"
msgstr "КОНТЕКСТ: %s\n"
#: fe-protocol3.c:1154
#, c-format
msgid "SCHEMA NAME: %s\n"
msgstr "СХЕМА: %s\n"
#: fe-protocol3.c:1158
#, c-format
msgid "TABLE NAME: %s\n"
msgstr "ТАБЛИЦА: %s\n"
#: fe-protocol3.c:1162
#, c-format
msgid "COLUMN NAME: %s\n"
msgstr "СТОЛБЕЦ: %s\n"
#: fe-protocol3.c:1166
#, c-format
msgid "DATATYPE NAME: %s\n"
msgstr "ТИП ДАННЫХ: %s\n"
#: fe-protocol3.c:1170
#, c-format
msgid "CONSTRAINT NAME: %s\n"
msgstr "ОГРАНИЧЕНИЕ: %s\n"
#: fe-protocol3.c:1182
msgid "LOCATION: "
msgstr "ПОЛОЖЕНИЕ: "
#: fe-protocol3.c:1184
#, c-format
msgid "%s, "
msgstr "%s, "
#: fe-protocol3.c:1186
#, c-format
msgid "%s:%s"
msgstr "%s:%s"
#: fe-protocol3.c:1394
#, c-format
msgid "LINE %d: "
msgstr "СТРОКА %d: "
#: fe-protocol3.c:1456
#, c-format
msgid ""
"received invalid protocol negotiation message: server requested downgrade to "
"a higher-numbered version"
msgstr ""
"получено некорректное сообщение согласования протокола: сервер запросил "
"понижение версии на версию выше"
#: fe-protocol3.c:1462
#, c-format
msgid ""
"received invalid protocol negotiation message: server requested downgrade to "
"pre-3.0 protocol version"
msgstr ""
"получено некорректное сообщение согласования протокола: сервер запросил "
"понижение на версию протокола, предшествующую 3.0"
#: fe-protocol3.c:1469
#, c-format
msgid ""
"received invalid protocol negotiation message: server requested downgrade to "
"non-existent 3.1 protocol version"
msgstr ""
"получено некорректное сообщение согласования протокола: сервер запросил "
"понижение на несуществующую версию протокола 3.1"
#: fe-protocol3.c:1475
#, c-format
msgid ""
"received invalid protocol negotiation message: server reported negative "
"number of unsupported parameters"
msgstr ""
"получено некорректное сообщение согласования протокола: сервер передал "
"отрицательное число неподдерживаемых параметров"
#: fe-protocol3.c:1481
#, c-format
msgid ""
"received invalid protocol negotiation message: server negotiated but asks "
"for no changes"
msgstr ""
"получено некорректное сообщение согласования протокола: сервер согласовал "
"версию и не требует никаких изменений"
#: fe-protocol3.c:1487
#, c-format
msgid ""
"server only supports protocol version %d.%d, but \"%s\" was set to %d.%d"
msgstr ""
"сервер поддерживает только версию протокола %d.%d, но параметр \"%s\" равен "
"%d.%d"
#: fe-protocol3.c:1512
#, c-format
msgid ""
"received invalid protocol negotiation message: server reported unsupported "
"parameter name without a \"%s\" prefix (\"%s\")"
msgstr ""
"получено некорректное сообщение согласования протокола: сервер выдал "
"неподдерживаемое имя параметра без префикса \"%s\" (\"%s\")"
#: fe-protocol3.c:1515
#, c-format
msgid ""
"received invalid protocol negotiation message: server reported an "
"unsupported parameter that was not requested (\"%s\")"
msgstr ""
"получено некорректное сообщение согласования протокола: сервер выдал "
"неподдерживаемый параметр, который не был запрошен (\"%s\")"
#: fe-protocol3.c:1522
#, c-format
msgid "received invalid protocol negotiation message: message too short"
msgstr ""
"получено некорректное сообщение согласования протокола: сообщение слишком "
"короткое"
#: fe-protocol3.c:1588
#, c-format
msgid ""
"received invalid BackendKeyData message: cancel key with length %d not "
"allowed in protocol version 3.0 (must be 4 bytes)"
msgstr ""
"получено некорректное сообщение согласования протокола: ключ отмены длиной "
"%d в протоколе версии 3.0 не допускается (длина должна быть 4 байта)"
#: fe-protocol3.c:1595
#, c-format
msgid ""
"received invalid BackendKeyData message: cancel key with length %d is too "
"short (minimum 4 bytes)"
msgstr ""
"получено некорректное сообщение согласования протокола: ключ отмены длиной "
"%d слишком короткий (минимальная длина 4 байта)"
#: fe-protocol3.c:1602
#, c-format
msgid ""
"received invalid BackendKeyData message: cancel key with length %d is too "
"long (maximum 256 bytes)"
msgstr ""
"получено некорректное сообщение согласования протокола: ключ отмены длиной "
"%d слишком длинный (максимальная длина 256 байт)"
#: fe-protocol3.c:1966
#, c-format
msgid "PQgetline: not doing text COPY OUT"
msgstr "PQgetline можно вызывать только во время COPY OUT с текстом"
#: fe-protocol3.c:2341
#, c-format
msgid "protocol error: no function result"
msgstr "ошибка протокола: нет результата функции"
#: fe-protocol3.c:2353
#, c-format
msgid "protocol error: id=0x%x"
msgstr "ошибка протокола: id=0x%x"
#: fe-secure-common.c:123
#, c-format
msgid "SSL certificate's name contains embedded null"
msgstr "имя в SSL-сертификате включает нулевой байт"
#: fe-secure-common.c:228
#, c-format
msgid "certificate contains IP address with invalid length %zu"
msgstr "сертификат содержит IP-адрес неверной длины %zu"
#: fe-secure-common.c:237
#, c-format
msgid "could not convert certificate's IP address to string: %s"
msgstr "не удалось преобразовать в строку IP-адрес из сертификата: %s"
#: fe-secure-common.c:269
#, c-format
msgid "host name must be specified for a verified SSL connection"
msgstr "для проверенного SSL-соединения должно указываться имя узла"
#: fe-secure-common.c:286
#, c-format
msgid ""
"server certificate for \"%s\" (and %d other name) does not match host name "
"\"%s\""
msgid_plural ""
"server certificate for \"%s\" (and %d other names) does not match host name "
"\"%s\""
msgstr[0] ""
"серверный сертификат для \"%s\" (и %d другого имени) не соответствует имени "
"сервера \"%s\""
msgstr[1] ""
"серверный сертификат для \"%s\" (и %d других имён) не соответствует имени "
"сервера \"%s\""
msgstr[2] ""
"серверный сертификат для \"%s\" (и %d других имён) не соответствует имени "
"сервера \"%s\""
#: fe-secure-common.c:294
#, c-format
msgid "server certificate for \"%s\" does not match host name \"%s\""
msgstr "серверный сертификат для \"%s\" не соответствует имени сервера \"%s\""
#: fe-secure-common.c:299
#, c-format
msgid "could not get server's host name from server certificate"
msgstr "не удалось получить имя сервера из серверного сертификата"
#: fe-secure-gssapi.c:201
msgid "GSSAPI wrap error"
msgstr "ошибка обёртывания сообщения в GSSAPI"
#: fe-secure-gssapi.c:208
#, c-format
msgid "outgoing GSSAPI message would not use confidentiality"
msgstr "исходящее сообщение GSSAPI не будет защищено"
#: fe-secure-gssapi.c:215 fe-secure-gssapi.c:726
#, c-format
msgid "client tried to send oversize GSSAPI packet (%zu > %zu)"
msgstr "клиент попытался передать чрезмерно большой пакет GSSAPI (%zu > %zu)"
#: fe-secure-gssapi.c:354 fe-secure-gssapi.c:602
#, c-format
msgid "oversize GSSAPI packet sent by the server (%zu > %zu)"
msgstr "сервер передал чрезмерно большой пакет GSSAPI (%zu > %zu)"
#: fe-secure-gssapi.c:393
msgid "GSSAPI unwrap error"
msgstr "ошибка развёртывания сообщения в GSSAPI"
#: fe-secure-gssapi.c:402
#, c-format
msgid "incoming GSSAPI message did not use confidentiality"
msgstr "входящее сообщение GSSAPI не защищено"
#: fe-secure-gssapi.c:665
msgid "could not initiate GSSAPI security context"
msgstr "не удалось инициализировать контекст безопасности GSSAPI"
#: fe-secure-gssapi.c:715
msgid "GSSAPI size check error"
msgstr "ошибка проверки размера в GSSAPI"
#: fe-secure-openssl.c:185 fe-secure-openssl.c:291 fe-secure-openssl.c:1382
#, c-format
msgid "SSL SYSCALL error: %s"
msgstr "ошибка SSL SYSCALL: %s"
#: fe-secure-openssl.c:191 fe-secure-openssl.c:297 fe-secure-openssl.c:1385
#, c-format
msgid "SSL SYSCALL error: EOF detected"
msgstr "ошибка SSL SYSCALL: конец файла (EOF)"
#: fe-secure-openssl.c:201 fe-secure-openssl.c:307 fe-secure-openssl.c:1393
#, c-format
msgid "SSL error: %s"
msgstr "ошибка SSL: %s"
#: fe-secure-openssl.c:215 fe-secure-openssl.c:321
#, c-format
msgid "SSL connection has been closed unexpectedly"
msgstr "SSL-соединение было неожиданно закрыто"
#: fe-secure-openssl.c:220 fe-secure-openssl.c:326 fe-secure-openssl.c:1440
#, c-format
msgid "unrecognized SSL error code: %d"
msgstr "нераспознанный код ошибки SSL: %d"
#: fe-secure-openssl.c:368
#, c-format
msgid "could not determine server certificate signature algorithm"
msgstr "не удалось определить алгоритм подписи сертификата сервера"
#: fe-secure-openssl.c:388
#, c-format
msgid "could not find digest for NID %s"
msgstr "не удалось найти алгоритм хеширования по NID %s"
#: fe-secure-openssl.c:397
#, c-format
msgid "could not generate peer certificate hash"
msgstr "не удалось сгенерировать хеш сертификата сервера"
#: fe-secure-openssl.c:479
#, c-format
msgid "SSL certificate's name entry is missing"
msgstr "в SSL-сертификате отсутствует запись имени"
#: fe-secure-openssl.c:509
#, c-format
msgid "SSL certificate's address entry is missing"
msgstr "в SSL-сертификате отсутствует запись адреса"
#: fe-secure-openssl.c:715
#, c-format
msgid "WARNING: could not open SSL key logging file \"%s\": %m\n"
msgstr ""
"ПРЕДУПРЕЖДЕНИЕ: не удалось открыть файл для диагностики ключа SSL \"%s\": "
"%m\n"
#: fe-secure-openssl.c:723
#, c-format
msgid "WARNING: could not write to SSL key logging file \"%s\": %m\n"
msgstr ""
"ПРЕДУПРЕЖДЕНИЕ: не удалось записать в файл для диагностики ключа SSL \"%s\": "
"%m\n"
#: fe-secure-openssl.c:776
#, c-format
msgid "could not create SSL context: %s"
msgstr "не удалось создать контекст SSL: %s"
#: fe-secure-openssl.c:818
#, c-format
msgid "invalid value \"%s\" for minimum SSL protocol version"
msgstr "неверное значение \"%s\" для минимальной версии протокола SSL"
#: fe-secure-openssl.c:828
#, c-format
msgid "could not set minimum SSL protocol version: %s"
msgstr "не удалось задать минимальную версию протокола SSL: %s"
#: fe-secure-openssl.c:844
#, c-format
msgid "invalid value \"%s\" for maximum SSL protocol version"
msgstr "неверное значение \"%s\" для максимальной версии протокола SSL"
#: fe-secure-openssl.c:854
#, c-format
msgid "could not set maximum SSL protocol version: %s"
msgstr "не удалось задать максимальную версию протокола SSL: %s"
#: fe-secure-openssl.c:892
#, c-format
msgid "could not load system root certificate paths: %s"
msgstr "не удалось выбрать системные пути для корневых сертификатов: %s"
#: fe-secure-openssl.c:909
#, c-format
msgid "could not read root certificate file \"%s\": %s"
msgstr "не удалось прочитать файл корневых сертификатов \"%s\": %s"
#: fe-secure-openssl.c:961
#, c-format
msgid ""
"could not get home directory to locate root certificate file\n"
"Either provide the file, use the system's trusted roots with "
"sslrootcert=system, or change sslmode to disable server certificate "
"verification."
msgstr ""
"не удалось получить домашний каталог для поиска файла корневых сертификатов\n"
"Укажите полный путь к файлу, используйте системные доверенные сертификаты "
"(sslrootcert=system) или отключите проверку сертификата сервера, изменив "
"sslmode."
#: fe-secure-openssl.c:964
#, c-format
msgid ""
"root certificate file \"%s\" does not exist\n"
"Either provide the file, use the system's trusted roots with "
"sslrootcert=system, or change sslmode to disable server certificate "
"verification."
msgstr ""
"файл корневых сертификатов \"%s\" не существует\n"
"Укажите полный путь к файлу, используйте системные доверенные сертификаты "
"(sslrootcert=system) или отключите проверку сертификата сервера, изменив "
"sslmode."
#: fe-secure-openssl.c:999
#, c-format
msgid "could not open certificate file \"%s\": %s"
msgstr "не удалось открыть файл сертификата \"%s\": %s"
#: fe-secure-openssl.c:1017
#, c-format
msgid "could not read certificate file \"%s\": %s"
msgstr "не удалось прочитать файл сертификата \"%s\": %s"
#: fe-secure-openssl.c:1041
#, c-format
msgid "could not establish SSL connection: %s"
msgstr "не удалось установить SSL-соединение: %s"
#: fe-secure-openssl.c:1058
#, c-format
msgid "WARNING: sslkeylogfile support requires OpenSSL\n"
msgstr "ПРЕДУПРЕЖДЕНИЕ: для поддержки sslkeylogfile требуется OpenSSL\n"
#: fe-secure-openssl.c:1060
#, c-format
msgid "WARNING: libpq was not built with sslkeylogfile support\n"
msgstr ""
"ПРЕДУПРЕЖДЕНИЕ: сборка libpq была произведена без поддержки sslkeylogfile\n"
#: fe-secure-openssl.c:1090
#, c-format
msgid "could not set SSL Server Name Indication (SNI): %s"
msgstr "не удалось задать SNI (Server Name Indication) для SSL-подключения: %s"
#: fe-secure-openssl.c:1107
#, c-format
msgid "could not set SSL ALPN extension: %s"
msgstr "не удалось установить расширение SSL ALPN: %s"
#: fe-secure-openssl.c:1150
#, c-format
msgid "could not load SSL engine \"%s\": %s"
msgstr "не удалось загрузить модуль SSL ENGINE \"%s\": %s"
#: fe-secure-openssl.c:1161
#, c-format
msgid "could not initialize SSL engine \"%s\": %s"
msgstr "не удалось инициализировать модуль SSL ENGINE \"%s\": %s"
#: fe-secure-openssl.c:1176
#, c-format
msgid "could not read private SSL key \"%s\" from engine \"%s\": %s"
msgstr "не удалось прочитать закрытый ключ SSL \"%s\" из модуля \"%s\": %s"
#: fe-secure-openssl.c:1189
#, c-format
msgid "could not load private SSL key \"%s\" from engine \"%s\": %s"
msgstr "не удалось загрузить закрытый ключ SSL \"%s\" из модуля \"%s\": %s"
#: fe-secure-openssl.c:1226
#, c-format
msgid "certificate present, but not private key file \"%s\""
msgstr "при наличии сертификата отсутствует файл закрытого ключа \"%s\""
#: fe-secure-openssl.c:1229
#, c-format
msgid "could not stat private key file \"%s\": %m"
msgstr "не удалось получить информацию о файле закрытого ключа \"%s\": %m"
#: fe-secure-openssl.c:1237
#, c-format
msgid "private key file \"%s\" is not a regular file"
msgstr "файл закрытого ключа \"%s\" - не обычный файл"
#: fe-secure-openssl.c:1270
#, c-format
msgid ""
"private key file \"%s\" has group or world access; file must have "
"permissions u=rw (0600) or less if owned by the current user, or permissions "
"u=rw,g=r (0640) or less if owned by root"
msgstr ""
"к файлу закрытого ключа \"%s\" имеют доступ все или группа; для него должны "
"быть заданы разрешения u=rw (0600) или более строгие, если он принадлежит "
"текущему пользователю, либо u=rw,g=r (0640) или более строгие, если он "
"принадлежит root"
#: fe-secure-openssl.c:1294
#, c-format
msgid "could not load private key file \"%s\": %s"
msgstr "не удалось загрузить файл закрытого ключа \"%s\": %s"
#: fe-secure-openssl.c:1310
#, c-format
msgid "certificate does not match private key file \"%s\": %s"
msgstr "сертификат не соответствует файлу закрытого ключа \"%s\": %s"
#: fe-secure-openssl.c:1379
#, c-format
msgid "SSL error: certificate verify failed: %s"
msgstr "ошибка SSL: не удалось проверить сертификат: %s"
#: fe-secure-openssl.c:1424
#, c-format
msgid ""
"This may indicate that the server does not support any SSL protocol version "
"between %s and %s."
msgstr ""
"Это может указывать на то, что сервер не поддерживает ни одну версию "
"протокола SSL между %s и %s."
#: fe-secure-openssl.c:1456
#, c-format
msgid ""
"direct SSL connection was established without ALPN protocol negotiation "
"extension"
msgstr "прямое SSL-соединение было установлено без расширения ALPN"
#: fe-secure-openssl.c:1468
#, c-format
msgid "SSL connection was established with unexpected ALPN protocol"
msgstr "SSL-соединение было установлено с неподдерживаемым протоколом ALPN"
#: fe-secure-openssl.c:1485
#, c-format
msgid "certificate could not be obtained: %s"
msgstr "не удалось получить сертификат: %s"
#: fe-secure-openssl.c:1564
#, c-format
msgid "no SSL error reported"
msgstr "нет сообщения об ошибке SSL"
#: fe-secure-openssl.c:1607
#, c-format
msgid "SSL error code %lu"
msgstr "код ошибки SSL: %lu"
#: fe-secure-openssl.c:1909
#, c-format
msgid "WARNING: sslpassword truncated\n"
msgstr "ПРЕДУПРЕЖДЕНИЕ: значение sslpassword усечено\n"
#: fe-secure.c:233
#, c-format
msgid "could not receive data from server: %s"
msgstr "не удалось получить данные с сервера: %s"
#: fe-secure.c:404
#, c-format
msgid "could not send data to server: %s"
msgstr "не удалось передать данные серверу: %s"
#: win32.c:310
#, c-format
msgid "unrecognized socket error: 0x%08X/%d"
msgstr "нераспознанная ошибка сокета: 0x%08X/%d"
#, c-format
#~ msgid "internal error: started field '%s' before field '%s' was finished"
#~ msgstr ""
#~ "внутренняя ошибка: поле '%s' началось прежде чем закончилось поле '%s'"
#, c-format
#~ msgid "internal error: field '%s' still active at end of object"
#~ msgstr "внутренняя ошибка: поле '%s' активно, но объект завершён"
#, c-format
#~ msgid "internal error: found unexpected array end while parsing field '%s'"
#~ msgstr ""
#~ "внутренняя ошибка: при разборе поля '%s' неожиданно обнаружен конец "
#~ "массива"
#, c-format
#~ msgid "internal error: scalar target found at nesting level %d"
#~ msgstr ""
#~ "внутрення ошибка: скалярное значение обнаружено на уровне вложенности %d"
#, c-format
#~ msgid "internal error: scalar field '%s' would be assigned twice"
#~ msgstr "внутренняя ошибка: попытка двойного присвоения скалярному полю '%s'"
#, c-format
#~ msgid "internal error: array member found at nesting level %d"
#~ msgstr "внутренняя ошибка: элемент массива найден на уровне вложенности %d"
#, c-format
#~ msgid "failed to create timerfd: %m"
#~ msgstr "не удалось создать timerfd: %m"
#, c-format
#~ msgid "failed to add timerfd to epoll set: %m"
#~ msgstr "не удалось добавить timerfd в набор epoll: %m"
#, c-format
#~ msgid "failed to create timer kqueue: %m"
#~ msgstr "не удалось создать kqueue для таймера: %m"
#, c-format
#~ msgid "unknown libcurl socket operation: %d"
#~ msgstr "неизвестная операция для сокета libcurl: %d"
#, c-format
#~ msgid "could not add to epoll set: %m"
#~ msgstr "ошибка при добавлении в набор epoll: %m"
#, c-format
#~ msgid "could not delete from epoll set: %m"
#~ msgstr "ошибка при удалении из набора epoll: %m"
#, c-format
#~ msgid "could not update epoll set: %m"
#~ msgstr "ошибка при изменении набора epoll: %m"
#, c-format
#~ msgid "could not modify kqueue: %m"
#~ msgstr "не удалось модифицировать kqueue: %m"
#, c-format
#~ msgid "could not delete from kqueue: %m"
#~ msgstr "ошибка при удалении из kqueue: %m"
#, c-format
#~ msgid "could not add to kqueue: %m"
#~ msgstr "ошибка при добавлении в kqueue: %m"
#, c-format
#~ msgid "could not comb kqueue: %m"
#~ msgstr "не удалось упорядочить kqueue: %m"
#, c-format
#~ msgid "setting timerfd to %ld: %m"
#~ msgstr "установка для timerfd значения %ld: %m"
#, c-format
#~ msgid "deleting kqueue timer: %m"
#~ msgstr "удаление таймера kqueue: %m"
#, c-format
#~ msgid "removing kqueue timer from multiplexer: %m"
#~ msgstr "удаление таймера kqueue из мультиплексора: %m"
#, c-format
#~ msgid "setting kqueue timer to %ld: %m"
#~ msgstr "установка для таймера kqueue значения %ld: %m"
#, c-format
#~ msgid "adding kqueue timer to multiplexer: %m"
#~ msgstr "добавление таймера kqueue в мультиплексор: %m"
#, c-format
#~ msgid ""
#~ "protocol version not supported by server: client uses %u.%u, server "
#~ "supports up to %u.%u"
#~ msgstr ""
#~ "сервер не поддерживает нужную версию протокола: клиент использует %u.%u, "
#~ "сервер поддерживает версии до %u.%u"
#, c-format
#~ msgid "protocol extension not supported by server: %s"
#~ msgid_plural "protocol extensions not supported by server: %s"
#~ msgstr[0] "сервер не поддерживает это расширение протокола: %s"
#~ msgstr[1] "сервер не поддерживает эти расширения протокола: %s"
#~ msgstr[2] "сервер не поддерживает эти расширения протокола: %s"
#, c-format
#~ msgid "invalid %s message"
#~ msgstr "неверное сообщение %s"
#~ msgid "GSSAPI context establishment error"
#~ msgstr "ошибка установления контекста в GSSAPI"
#, c-format
#~ msgid "keepalives parameter must be an integer"
#~ msgstr "параметр keepalives должен быть целым числом"
#~ msgid "SCM_CRED authentication method not supported\n"
#~ msgstr "аутентификация SCM_CRED не поддерживается\n"
#~ msgid ""
#~ "server sent data (\"D\" message) without prior row description (\"T\" "
#~ "message)\n"
#~ msgstr ""
#~ "сервер отправил данные (сообщение \"D\") без предварительного описания "
#~ "строки (сообщение \"T\")\n"
#~ msgid "PGEventProc \"%s\" failed during PGEVT_CONNRESET event\n"
#~ msgstr "ошибка в PGEventProc \"%s\" при обработке события PGEVT_CONNRESET\n"
#~ msgid "PGEventProc \"%s\" failed during PGEVT_RESULTCREATE event\n"
#~ msgstr ""
#~ "ошибка в PGEventProc \"%s\" при обработке события PGEVT_RESULTCREATE\n"
#~ msgid "invalid channel_binding value: \"%s\"\n"
#~ msgstr "неверное значение channel_binding: \"%s\"\n"
#~ msgid "invalid ssl_min_protocol_version value: \"%s\"\n"
#~ msgstr "неверное значение ssl_min_protocol_version: \"%s\"\n"
#~ msgid "invalid ssl_max_protocol_version value: \"%s\"\n"
#~ msgstr "неверное значение ssl_max_protocol_version: \"%s\"\n"
#~ msgid "invalid gssencmode value: \"%s\"\n"
#~ msgstr "неверное значение gssencmode: \"%s\"\n"
#~ msgid "invalid target_session_attrs value: \"%s\"\n"
#~ msgstr "неверное значение target_session_attrs: \"%s\"\n"
#~ msgid ""
#~ "could not connect to server: %s\n"
#~ "\tIs the server running on host \"%s\" (%s) and accepting\n"
#~ "\tTCP/IP connections on port %s?\n"
#~ msgstr ""
#~ "не удалось подключиться к серверу: %s\n"
#~ "\tОн действительно работает по адресу \"%s\" (%s)\n"
#~ "\t и принимает TCP-соединения (порт %s)?\n"
#~ msgid "setsockopt(%s) failed: %s\n"
#~ msgstr "ошибка в setsockopt(%s): %s\n"
#~ msgid "WSAIoctl(SIO_KEEPALIVE_VALS) failed: %ui\n"
#~ msgstr "ошибка в WSAIoctl(SIO_KEEPALIVE_VALS): %ui\n"
#~ msgid "could not make a writable connection to server \"%s:%s\"\n"
#~ msgstr ""
#~ "не удалось установить подключение для чтения/записи к серверу \"%s:%s\"\n"
#~ msgid "test \"SHOW transaction_read_only\" failed on server \"%s:%s\"\n"
#~ msgstr ""
#~ "проверка \"SHOW transaction_read_only\" не пройдена на сервере \"%s:%s\"\n"
#~ msgid "function requires at least protocol version 3.0\n"
#~ msgstr "функция требует протокол минимум версии 3.0\n"
#~ msgid "COPY IN state must be terminated first\n"
#~ msgstr "сначала должно завершиться состояние COPY IN\n"
#~ msgid "COPY OUT state must be terminated first\n"
#~ msgstr "сначала должно завершиться состояние COPY OUT\n"
#~ msgid "cannot determine OID of function lo_truncate\n"
#~ msgstr "не удалось определить OID функции lo_truncate\n"
#~ msgid "cannot determine OID of function lo_truncate64\n"
#~ msgstr "не удалось определить OID функции lo_truncate64\n"
#~ msgid "cannot determine OID of function lo_lseek64\n"
#~ msgstr "не удалось определить OID функции lo_lseek64\n"
#~ msgid "cannot determine OID of function lo_create\n"
#~ msgstr "не удалось определить OID функции lo_create\n"
#~ msgid "cannot determine OID of function lo_tell64\n"
#~ msgstr "не удалось определить OID функции lo_tell64\n"
#~ msgid "cannot determine OID of function lo_open\n"
#~ msgstr "не удалось определить OID функции lo_open\n"
#~ msgid "cannot determine OID of function lo_creat\n"
#~ msgstr "не удалось определить OID функции lo_creat\n"
#~ msgid "cannot determine OID of function lo_unlink\n"
#~ msgstr "не удалось определить OID функции lo_unlink\n"
#~ msgid "cannot determine OID of function lo_lseek\n"
#~ msgstr "не удалось определить OID функции lo_lseek\n"
#~ msgid "cannot determine OID of function loread\n"
#~ msgstr "не удалось определить OID функции loread\n"
#~ msgid "cannot determine OID of function lowrite\n"
#~ msgstr "не удалось определить OID функции lowrite\n"
#~ msgid "invalid setenv state %c, probably indicative of memory corruption\n"
#~ msgstr "неверное состояние setenv %c - возможно разрушение памяти\n"
#~ msgid "invalid state %c, probably indicative of memory corruption\n"
#~ msgstr "неверное состояние %c - возможно разрушение памяти\n"
#~ msgid ""
#~ "unexpected character %c following empty query response (\"I\" message)"
#~ msgstr "неожиданный символ %c вслед за пустым ответом (сообщение \"I\")"
#~ msgid ""
#~ "server sent binary data (\"B\" message) without prior row description "
#~ "(\"T\" message)"
#~ msgstr ""
#~ "сервер отправил двоичные данные (сообщение \"B\") без предварительного "
#~ "описания строки (сообщение \"T\")"
#~ msgid "lost synchronization with server, resetting connection"
#~ msgstr "потеряна синхронизация с сервером; попытка восстановить соединение"
#~ msgid "extraneous data in \"T\" message"
#~ msgstr "лишние данные в сообщении \"T\""
#~ msgid "extraneous data in \"t\" message"
#~ msgstr "лишние данные в сообщении \"t\""
#~ msgid "extraneous data in \"D\" message"
#~ msgstr "лишние данные в сообщении \"D\""
#~ msgid "SSL library does not support CRL certificates (file \"%s\")\n"
#~ msgstr "Библиотека SSL не поддерживает проверку CRL (файл \"%s\")\n"
#~ msgid "could not get home directory to locate password file\n"
#~ msgstr "не удалось получить домашний каталог для загрузки файла паролей\n"
#~ msgid "could not get home directory to locate service definition file"
#~ msgstr ""
#~ "не удалось получить домашний каталог для загрузки файла определений служб"
#~ msgid "setsockopt(TCP_KEEPIDLE) failed: %s\n"
#~ msgstr "ошибка в setsockopt(TCP_KEEPIDLE): %s\n"
#~ msgid "setsockopt(TCP_KEEPALIVE) failed: %s\n"
#~ msgstr "ошибка в setsockopt(TCP_KEEPALIVE): %s\n"
#~ msgid "setsockopt(TCP_KEEPINTVL) failed: %s\n"
#~ msgstr "ошибка в setsockopt(TCP_KEEPINTVL): %s\n"
#~ msgid "setsockopt(SO_KEEPALIVE) failed: %s\n"
#~ msgstr "ошибка в setsockopt(SO_KEEPALIVE): %s\n"
#~ msgid "socket not open\n"
#~ msgstr "сокет не открыт\n"
#~ msgid "unrecognized return value from row processor"
#~ msgstr "процессор строк вернул нераспознанное значение"
#~ msgid "could not restore nonblocking mode on socket: %s\n"
#~ msgstr "не удалось вернуть сокет в неблокирующий режим: %s\n"
#~ msgid "Kerberos 5 authentication rejected: %*s\n"
#~ msgstr "аутентификация Kerberos 5 не пройдена: %*s\n"
#~ msgid "could not set socket to blocking mode: %s\n"
#~ msgstr "не удалось перевести сокет в блокирующий режим: %s\n"