Translation updates

This commit is contained in:
Peter Eisentraut 2012-08-14 16:24:41 -04:00
parent 42354199f0
commit 8d1f50ed54
16 changed files with 57514 additions and 55646 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,38 +1,49 @@
# ru.po # ru.po
# PG_CONFIG Translated Messages into the Russian Language (KOI8-R) # PG_CONFIG Translated Messages into the Russian Language (UTF-8)
# #
# Copyright (c) 2004-2005 Serguei A. Mokhov, mokhov@cs.concordia.ca # Copyright (c) 2004-2005 Serguei A. Mokhov, mokhov@cs.concordia.ca
# Distributed under the same licensing terms as PostgreSQL itself. # Distributed under the same licensing terms as PostgreSQL itself.
# #
# pgtranslation Id: pg_config.po,v 1.4 2010/12/07 21:22:21 petere Exp $
#
# translation of subject-specific terminology, see: # translation of subject-specific terminology, see:
# перевод некоторых специфичных терминов: # перевод некоторых специфичных терминов:
# http://wiki.postgresql.org/wiki/NLS/ru/dict # http://wiki.postgresql.org/wiki/NLS/ru/dict
# #
# ChangeLog: # ChangeLog:
# - March 26, 2009: complete translation for 8.3, Sergey Burladyan <eshkinkot@gmail.com>
# - January 17, 2005: Complete translation for 8.0, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - December, 2004: Corrections and improvements by Oleg Bartunov <oleg@sai.msu.su>
# - October 13 - November 24, 2004: Initial Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# #
# - April 2, 2012: Bug fixes. Alexander Lakhin <exclusion@gmail.com>.
# - March 1, 2012: Backporting to 8.3. Alexander Lakhin <exclusion@gmail.com>.
# - February 17, 2012: Minor fixes. Alexander Lakhin <exclusion@gmail.com>.
# - December 1, 2010: translation for 9.1, Andrey Sudnik <sudnikand@gmail.com>.
# - March 26, 2009: complete translation for 8.3, Sergey Burladyan <eshkinkot@gmail.com>.
# - January 17, 2005: Complete translation for 8.0, Serguei A. Mokhov <mokhov@cs.concordia.ca>.
# - December, 2004: Corrections and improvements by Oleg Bartunov <oleg@sai.msu.su>.
# - October 13 - November 24, 2004: Initial Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PostgreSQL 8.0\n" "Project-Id-Version: PostgreSQL 8.3\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-01-16 09:15+0000\n" "POT-Creation-Date: 2012-07-05 21:49+0000\n"
"PO-Revision-Date: 2009-03-29 08:14+0400\n" "PO-Revision-Date: 2012-04-02 19:14+0400\n"
"Last-Translator: Serguei A. Mokhov <mokhov@cs.concordia.ca>\n" "Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
"Language-Team: pgsql-ru-general <pgsql-ru-general@postgresql.org>\n" "Language-Team: Russian <pgtranslation-translators@pgfoundry.org>\n"
"Language: ru\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=koi8-r\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Russian\n" "X-Poedit-Language: Russian\n"
"X-Poedit-Country: RUSSIAN FEDERATION\n" "X-Poedit-Country: RUSSIAN FEDERATION\n"
"X-Poedit-SourceCharset: utf-8\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"
"X-Generator: Lokalize 1.4\n"
#: pg_config.c:231 pg_config.c:247 pg_config.c:263 pg_config.c:279 #: pg_config.c:231 pg_config.c:247 pg_config.c:263 pg_config.c:279
#: pg_config.c:295 pg_config.c:311 pg_config.c:327 pg_config.c:343 #: pg_config.c:295 pg_config.c:311 pg_config.c:327 pg_config.c:343
#, c-format #, c-format
msgid "not recorded\n" msgid "not recorded\n"
msgstr "не сохранено\n" msgstr "не сохранено\n"
#: pg_config.c:398 #: pg_config.c:398
#, c-format #, c-format
@ -42,35 +53,37 @@ msgid ""
"\n" "\n"
msgstr "" msgstr ""
"\n" "\n"
"%s предоставляет информацию об установленной версии PostgreSQL.\n" "%s предоставляет информацию об установленной версии PostgreSQL.\n"
"\n" "\n"
#: pg_config.c:399 #: pg_config.c:399
#, c-format #, c-format
msgid "Usage:\n" msgid "Usage:\n"
msgstr "Использование:\n" msgstr "Использование:\n"
#: pg_config.c:400 #: pg_config.c:400
#, c-format #, c-format
msgid "" msgid ""
" %s [ OPTION ... ]\n" " %s [ OPTION ... ]\n"
"\n" "\n"
msgstr " %s [ ОПЦИЯ ... ]\n\n" msgstr ""
" %s [ ПАРАМЕТР ... ]\n"
"\n"
#: pg_config.c:401 #: pg_config.c:401
#, c-format #, c-format
msgid "Options:\n" msgid "Options:\n"
msgstr "Опции:\n" msgstr "Параметры:\n"
#: pg_config.c:402 #: pg_config.c:402
#, c-format #, c-format
msgid " --bindir show location of user executables\n" msgid " --bindir show location of user executables\n"
msgstr " --bindir показать расположение выполняемых файлов\n" msgstr " --bindir показать расположение исполняемых файлов\n"
#: pg_config.c:403 #: pg_config.c:403
#, c-format #, c-format
msgid " --docdir show location of documentation files\n" msgid " --docdir show location of documentation files\n"
msgstr " --docdir показать расположение файлов документации\n" msgstr " --docdir показать расположение файлов документации\n"
#: pg_config.c:404 #: pg_config.c:404
#, c-format #, c-format
@ -78,63 +91,69 @@ msgid ""
" --includedir show location of C header files of the client\n" " --includedir show location of C header files of the client\n"
" interfaces\n" " interfaces\n"
msgstr "" msgstr ""
" --includedir показать расположение файлов-заголовков C (.h)\n" " --includedir показать расположение файлов-заголовков (.h) для\n"
" клиентских интерфейсов\n" " клиентских интерфейсов на языке C\n"
#: pg_config.c:406 #: pg_config.c:406
#, c-format #, c-format
msgid " --pkgincludedir show location of other C header files\n" msgid " --pkgincludedir show location of other C header files\n"
msgstr " --pkgincludedir показать расположение других файлов-заголовков C (.h)\n" msgstr ""
" --pkgincludedir показать расположение других файлов-заголовков (.h)\n"
#: pg_config.c:407 #: pg_config.c:407
#, c-format #, c-format
msgid "" msgid ""
" --includedir-server show location of C header files for the server\n" " --includedir-server show location of C header files for the server\n"
msgstr "" msgstr ""
" --includedir-server показать расположение файлов-заголовков C (.h) " " --includedir-server показать расположение файлов-заголовков (.h) для "
"сервера\n" "сервера\n"
#: pg_config.c:408 #: pg_config.c:408
#, c-format #, c-format
msgid " --libdir show location of object code libraries\n" msgid " --libdir show location of object code libraries\n"
msgstr "" msgstr ""
" --libdir показать расположение библиотек объектного кода\n" " --libdir показать расположение библиотек объектного кода\n"
#: pg_config.c:409 #: pg_config.c:409
#, c-format #, c-format
msgid " --pkglibdir show location of dynamically loadable modules\n" msgid " --pkglibdir show location of dynamically loadable modules\n"
msgstr "" msgstr ""
" --pkglibdir показать расположение динамически загружаемых " " --pkglibdir показать расположение динамически загружаемых "
"модулей\n" "модулей\n"
#: pg_config.c:410 #: pg_config.c:410
#, c-format #, c-format
msgid " --localedir show location of locale support files\n" msgid " --localedir show location of locale support files\n"
msgstr " --localedir показать расположение файлов описания локалей\n" msgstr ""
" --localedir показать расположение файлов описания локалей\n"
#: pg_config.c:411 #: pg_config.c:411
#, c-format #, c-format
msgid " --mandir show location of manual pages\n" msgid " --mandir show location of manual pages\n"
msgstr " --mandir показать расположение справочных страниц\n" msgstr " --mandir показать расположение справочных страниц\n"
#: pg_config.c:412 #: pg_config.c:412
#, c-format #, c-format
msgid "" msgid ""
" --sharedir show location of architecture-independent support " " --sharedir show location of architecture-independent support "
"files\n" "files\n"
msgstr " --sharedir показать расположение платформенно-независимых файлов\n" msgstr ""
" --sharedir показать расположение платформенно-независимых "
"файлов\n"
#: pg_config.c:413 #: pg_config.c:413
#, c-format #, c-format
msgid "" msgid ""
" --sysconfdir show location of system-wide configuration files\n" " --sysconfdir show location of system-wide configuration files\n"
msgstr " --sysconfdir показать расположение общесистемных конфигурационных файлов\n" msgstr ""
" --sysconfdir показать расположение общесистемных файлов "
"конфигурации\n"
#: pg_config.c:414 #: pg_config.c:414
#, c-format #, c-format
msgid " --pgxs show location of extension makefile\n" msgid " --pgxs show location of extension makefile\n"
msgstr "" msgstr ""
" --pgxs показать расположение makefile для расширений\n" " --pgxs показать расположение makefile для расширений\n"
#: pg_config.c:415 #: pg_config.c:415
#, c-format #, c-format
@ -142,60 +161,72 @@ msgid ""
" --configure show options given to \"configure\" script when\n" " --configure show options given to \"configure\" script when\n"
" PostgreSQL was built\n" " PostgreSQL was built\n"
msgstr "" msgstr ""
" --configure показать опции, использованные \"configure\"\n" " --configure показать параметры скрипта \"configure\", с "
" при компиляции PostgreSQL\n" "которыми\n"
" был собран PostgreSQL\n"
#: pg_config.c:417 #: pg_config.c:417
#, c-format #, c-format
msgid " --cc show CC value used when PostgreSQL was built\n" msgid " --cc show CC value used when PostgreSQL was built\n"
msgstr " --cc показать значение CC использованное при компиляции PostgreSQL\n" msgstr ""
" --cc показать, с каким значением CC собран PostgreSQL\n"
#: pg_config.c:418 #: pg_config.c:418
#, c-format #, c-format
msgid "" msgid ""
" --cppflags show CPPFLAGS value used when PostgreSQL was built\n" " --cppflags show CPPFLAGS value used when PostgreSQL was built\n"
msgstr " --cppflags показать значение CPPFLAGS использованное при компиляции PostgreSQL\n" msgstr ""
" --cppflags показать, с каким значением CPPFLAGS собран "
"PostgreSQL\n"
#: pg_config.c:419 #: pg_config.c:419
#, c-format #, c-format
msgid "" msgid ""
" --cflags show CFLAGS value used when PostgreSQL was built\n" " --cflags show CFLAGS value used when PostgreSQL was built\n"
msgstr " --cflags показать значение CFLAGS использованное при компиляции PostgreSQL\n" msgstr ""
" --cflags показать, с какими флагами C собран PostgreSQL\n"
#: pg_config.c:420 #: pg_config.c:420
#, c-format #, c-format
msgid "" msgid ""
" --cflags_sl show CFLAGS_SL value used when PostgreSQL was built\n" " --cflags_sl show CFLAGS_SL value used when PostgreSQL was built\n"
msgstr " --cflags_sl показать значение CFLAGS_SL использованное при компиляции PostgreSQL\n" msgstr ""
" --cflags_sl показать, с каким значением CFLAGS_SL собран "
"PostgreSQL\n"
#: pg_config.c:421 #: pg_config.c:421
#, c-format #, c-format
msgid "" msgid ""
" --ldflags show LDFLAGS value used when PostgreSQL was built\n" " --ldflags show LDFLAGS value used when PostgreSQL was built\n"
msgstr " --ldflags показать значение LDFLAGS использованное при компиляции PostgreSQL\n" msgstr ""
" --ldflags показать, с каким значением LDFLAGS собран "
"PostgreSQL\n"
#: pg_config.c:422 #: pg_config.c:422
#, c-format #, c-format
msgid "" msgid ""
" --ldflags_sl show LDFLAGS_SL value used when PostgreSQL was " " --ldflags_sl show LDFLAGS_SL value used when PostgreSQL was "
"built\n" "built\n"
msgstr " --ldflags_sl показать значение LDFLAGS_SL использованное при компиляции PostgreSQL\n" msgstr ""
" --ldflags_sl показать, с каким значение LDFLAGS_SL собран "
"PostgreSQL\n"
#: pg_config.c:423 #: pg_config.c:423
#, c-format #, c-format
msgid "" msgid ""
" --libs show LIBS value used when PostgreSQL was built\n" " --libs show LIBS value used when PostgreSQL was built\n"
msgstr " --libs показать значение LIBS использованное при компиляции PostgreSQL\n" msgstr ""
" --libs показать, с каким значением LIBS собран PostgreSQL\n"
#: pg_config.c:424 #: pg_config.c:424
#, c-format #, c-format
msgid " --version show the PostgreSQL version\n" msgid " --version show the PostgreSQL version\n"
msgstr " --version показать версию PostgreSQL\n" msgstr " --version показать версию PostgreSQL\n"
#: pg_config.c:425 #: pg_config.c:425
#, c-format #, c-format
msgid " --help show this help, then exit\n" msgid " --help show this help, then exit\n"
msgstr " --help показать эту подсказку и выйти\n" msgstr " --help показать эту справку и выйти\n"
#: pg_config.c:426 #: pg_config.c:426
#, c-format #, c-format
@ -203,82 +234,82 @@ msgid ""
"\n" "\n"
"With no arguments, all known items are shown.\n" "With no arguments, all known items are shown.\n"
"\n" "\n"
msgstr "\nПри запуске без аргументов, будут показаны все известные значения.\n\n" msgstr ""
"\n"
"При запуске без аргументов выводятся все известные значения.\n"
"\n"
#: pg_config.c:427 #: pg_config.c:427
#, c-format #, c-format
msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n" msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr "Сообщать об ошибках: <pgsql-bugs@postgresql.org>.\n" msgstr "Об ошибках сообщайте по адресу <pgsql-bugs@postgresql.org>.\n"
#: pg_config.c:433 #: pg_config.c:433
#, c-format #, c-format
msgid "Try \"%s --help\" for more information.\n" msgid "Try \"%s --help\" for more information.\n"
msgstr "Наберите \"%s --help\" для более подробной информации\n" msgstr "Для дополнительной информации попробуйте \"%s --help\".\n"
#: pg_config.c:472 #: pg_config.c:472
#, c-format #, c-format
msgid "%s: could not find own program executable\n" msgid "%s: could not find own program executable\n"
msgstr "%s: не удалось найти свой собственный выполняемый файл\n" msgstr "%s: не удалось найти свой исполняемый файл\n"
#: pg_config.c:495 #: pg_config.c:495
#, c-format #, c-format
msgid "%s: invalid argument: %s\n" msgid "%s: invalid argument: %s\n"
msgstr "%s: неверный аргумент: %s\n" msgstr "%s: неверный аргумент: %s\n"
#: ../../port/exec.c:195 ../../port/exec.c:309 ../../port/exec.c:352 #: ../../port/exec.c:195 ../../port/exec.c:309 ../../port/exec.c:352
#, c-format #, c-format
msgid "could not identify current directory: %s" msgid "could not identify current directory: %s"
msgstr "не удалось идентифицировать текущую директорию: %s" msgstr "не удалось определить текущий каталог: %s"
#: ../../port/exec.c:214 #: ../../port/exec.c:214
#, c-format #, c-format
msgid "invalid binary \"%s\"" msgid "invalid binary \"%s\""
msgstr "неверный бинарный \"%s\"" msgstr "неверный исполняемый файл \"%s\""
#: ../../port/exec.c:263 #: ../../port/exec.c:263
#, c-format #, c-format
msgid "could not read binary \"%s\"" msgid "could not read binary \"%s\""
msgstr "не удалось считать бинарный \"%s\"" msgstr "не удалось прочитать исполняемый файл \"%s\""
#: ../../port/exec.c:270 #: ../../port/exec.c:270
#, c-format #, c-format
msgid "could not find a \"%s\" to execute" msgid "could not find a \"%s\" to execute"
msgstr "\"%s\" не найден для выполнения" msgstr "не удалось найти запускаемый файл \"%s\""
#: ../../port/exec.c:325 ../../port/exec.c:361 #: ../../port/exec.c:325 ../../port/exec.c:361
#, c-format #, c-format
msgid "could not change directory to \"%s\"" msgid "could not change directory to \"%s\""
msgstr "не удалось поменять директорию на \"%s\"" msgstr "не удалось перейти в каталог \"%s\""
#: ../../port/exec.c:340 #: ../../port/exec.c:340
#, c-format #, c-format
msgid "could not read symbolic link \"%s\"" msgid "could not read symbolic link \"%s\""
msgstr "не получилось считать символическую ссылку \"%s\"" msgstr "не удалось прочитать символическую ссылку \"%s\""
#: ../../port/exec.c:586 #: ../../port/exec.c:586
#, c-format #, c-format
msgid "child process exited with exit code %d" msgid "child process exited with exit code %d"
msgstr "дочерний процесс завершился с кодом возврата %d" msgstr "дочерний процесс завершился с кодом возврата %d"
#: ../../port/exec.c:590 #: ../../port/exec.c:590
#, c-format #, c-format
msgid "child process was terminated by exception 0x%X" msgid "child process was terminated by exception 0x%X"
msgstr "дочерний процесс завершён исключением 0x%X" msgstr "дочерний процесс прерван исключением 0x%X"
#: ../../port/exec.c:599 #: ../../port/exec.c:599
#, c-format #, c-format
msgid "child process was terminated by signal %s" msgid "child process was terminated by signal %s"
msgstr "дочерний процесс завершён сигналом %s" msgstr "дочерний процесс завершён по сигналу %s"
#: ../../port/exec.c:602 #: ../../port/exec.c:602
#, c-format #, c-format
msgid "child process was terminated by signal %d" msgid "child process was terminated by signal %d"
msgstr "дочерний процесс завершён сигналом %d" msgstr "дочерний процесс завершён по сигналу %d"
#: ../../port/exec.c:606 #: ../../port/exec.c:606
#, c-format #, c-format
msgid "child process exited with unrecognized status %d" msgid "child process exited with unrecognized status %d"
msgstr "дочерний процесс завершился с нераспознанным статусом %d" msgstr "дочерний процесс завершился с нераспознанным состоянием %d"
#~ msgid "%s: argument required\n"
#~ msgstr "%s: требуется аргумент\n"

View File

@ -1,36 +1,48 @@
# ru.po # ru.po
# PG_CONTROLDATA Translated Messages into the Russian Language (KOI8-R) # PG_CONTROLDATA Translated Messages into the Russian Language (UTF-8)
# #
# $PostgreSQL: pgsql/src/bin/pg_controldata/po/ru.po,v 1.12 2005/01/13 21:22:35 petere Exp $ # pgtranslation Id: pg_controldata.po,v 1.3 2011/05/14 01:57:42 alvherre Exp $
# #
# ChangeLog: # ChangeLog:
# - December, 2004: Corrections and improvements by Oleg Bartunov <oleg@sai.msu.su>
# - March 27 - September 24, 2004: Updates for 8.0; <mokhov@cs.concordia.ca>
# - July 24 - August 23, 2003: Updates for 7.4.*; <mokhov@cs.concordia.ca>
# - September 7, 2002: Complete post 7.3beta1 Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - August 31, 2002: Initial Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# #
# - April 2, 2012: Bug fixes. Alexander Lakhin <exclusion@gmail.com>.
# - March 1, 2012: Backporting to 8.3. Alexander Lakhin <exclusion@gmail.com>.
# - February 17, 2012: Minor fixes. Alexander Lakhin <exclusion@gmail.com>.
# - January 27, 2011: improvments by Andrey Sudnik for 9.x <sudnikand@gmail.com>.
# - December, 2004: Corrections and improvements by Oleg Bartunov <oleg@sai.msu.su>.
# - March 27 - September 24, 2004: Updates for 8.0; <mokhov@cs.concordia.ca>.
# - July 24 - August 23, 2003: Updates for 7.4.*; <mokhov@cs.concordia.ca>.
# - September 7, 2002: Complete post 7.3beta1 Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>.
# - August 31, 2002: Initial Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PostgreSQL 8.0\n" "Project-Id-Version: PostgreSQL 8.3\n"
"POT-Creation-Date: 2004-09-24 13:05+0100\n" "Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2004-09-24 17:10-0500\n" "POT-Creation-Date: 2012-07-05 21:49+0000\n"
"Last-Translator: Serguei A. Mokhov <mokhov@cs.concordia.ca>\n" "PO-Revision-Date: 2012-04-02 19:14+0400\n"
"Language-Team: pgsql-rus <pgsql-rus@yahoogroups.com>\n" "Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
"Language-Team: Russian <pgtranslation-translators@pgfoundry.org>\n"
"Language: ru\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=koi8-r\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Russian\n"
"X-Poedit-Country: RUSSIAN FEDERATION\n"
"X-Poedit-SourceCharset: utf-8\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"
"X-Generator: Lokalize 1.4\n"
#: pg_controldata.c:26 #: pg_controldata.c:24
#, c-format #, c-format
msgid "" msgid ""
"%s displays control information of a PostgreSQL database cluster.\n" "%s displays control information of a PostgreSQL database cluster.\n"
"\n" "\n"
msgstr "" msgstr ""
"%s ÐÏËÁÚÙ×ÁÅÔ ÉÎÆÏÒÍÁÃÉÀ ÐÏ ÕÐÒÁ×ÌÅÎÉÀ ËÌÁÓÔÅÒÏÍ ÂÁÚ PostgreSQL.\n" "%s показывает информацию о работе кластера баз PostgreSQL.\n"
"\n" "\n"
#: pg_controldata.c:30 #: pg_controldata.c:28
#, c-format #, c-format
msgid "" msgid ""
"Usage:\n" "Usage:\n"
@ -40,211 +52,247 @@ msgid ""
" --help show this help, then exit\n" " --help show this help, then exit\n"
" --version output version information, then exit\n" " --version output version information, then exit\n"
msgstr "" msgstr ""
"éÓÐÏÌØÚÏ×ÁÎÉÅ:\n" "Использование:\n"
" %s [OPTION] [DATADIR]\n" " %s [ПАРАМЕТР] [КАТАЛОГ_ДАННЫХ]\n"
"\n" "\n"
"ïÐÃÉÉ:\n" "Параметры:\n"
" --help ÐÏËÁÚÁÔØ ÜÔÕ ÐÏÄÓËÁÚËÕ É ×ÙÊÔÉ\n" " --help показать эту справку и выйти\n"
" --version ÐÏËÁÚÁÔØ ×ÅÒÓÉÀ É ×ÙÊÔÉ\n" " --version показать версию и выйти\n"
"\n" "\n"
#: pg_controldata.c:38 #: pg_controldata.c:36
#, c-format
msgid "" msgid ""
"\n" "\n"
"If no data directory (DATADIR) is specified, the environment variable PGDATA\n" "If no data directory (DATADIR) is specified, the environment variable "
"PGDATA\n"
"is used.\n" "is used.\n"
"\n" "\n"
msgstr "" msgstr ""
"\n" "\n"
"åÓÌÉ ÄÉÒÅËÔÏÒÉÑ ÄÁÎÎÙÈ (DATADIR) ÎÅ ÕËÁÚÁÎÁ, ÂÕÄÅÔ ÉÓÐÏÌØÚÏ×ÁÔØÓÑ ÚÎÁÞÅÎÉÅ\n" "Если каталог данных не задан, используется значение переменной окружения "
"ÐÅÒÅÍÅÎÎÏÊ ÏËÒÕÖÅÎÉÑ PGDATA.\n" "PGDATA.\n"
"\n" "\n"
#: pg_controldata.c:40 #: pg_controldata.c:38
#, c-format
msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n" msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr "óÏÏÂÝÁÔØ ÏÂ ÏÛÉÂËÁÈ: <pgsql-bugs@postgresql.org>.\n" msgstr "Об ошибках сообщайте по адресу <pgsql-bugs@postgresql.org>.\n"
#: pg_controldata.c:48
msgid "starting up"
msgstr "запускается"
#: pg_controldata.c:50 #: pg_controldata.c:50
msgid "starting up" msgid "shut down"
msgstr "ÚÁÐÕÓËÁÅÔÓÑ" msgstr "остановлен"
#: pg_controldata.c:52 #: pg_controldata.c:52
msgid "shut down" msgid "shutting down"
msgstr "ÏÓÔÁÎÏ×ÌÅÎ" msgstr "останавливается"
#: pg_controldata.c:54 #: pg_controldata.c:54
msgid "shutting down" msgid "in crash recovery"
msgstr "ÏÓÔÁÎÁ×ÌÉ×ÁÅÔÓÑ" msgstr "восстановление после сбоя"
#: pg_controldata.c:56 #: pg_controldata.c:56
msgid "in recovery" msgid "in archive recovery"
msgstr "×ÏÓÓÔÁÎÁ×ÌÉ×ÁÅÔÓÑ" msgstr "восстановление из архива"
#: pg_controldata.c:58 #: pg_controldata.c:58
msgid "in production" msgid "in production"
msgstr "× ÒÁÂÏÔÅ" msgstr "в работе"
#: pg_controldata.c:60 #: pg_controldata.c:60
msgid "unrecognized status code" msgid "unrecognized status code"
msgstr "ÎÅÒÁÓÐÏÚÎÁÎÎÙÊ ËÏÄ ÓÔÁÔÕÓÁ" msgstr "нераспознанный код состояния"
#: pg_controldata.c:102 #: pg_controldata.c:102
#, c-format #, c-format
msgid "%s: no data directory specified\n" msgid "%s: no data directory specified\n"
msgstr "%s: ÄÉÒÅËÔÏÒÉÑ ÄÁÎÎÙÈ ÎÅ ÕËÁÚÁÎÁ\n" msgstr "%s: каталог данных не указан\n"
#: pg_controldata.c:103 #: pg_controldata.c:103
#, c-format #, c-format
msgid "Try \"%s --help\" for more information.\n" msgid "Try \"%s --help\" for more information.\n"
msgstr "îÁÂÅÒÉÔÅ \"%s --help\" ÄÌÑ ÂÏÌÅÅ ÐÏÄÒÏÂÎÏÊ ÉÎÆÏÒÍÁÃÉÉ.\n" msgstr "Для дополнительной информации попробуйте \"%s --help\".\n"
#: pg_controldata.c:111 #: pg_controldata.c:111
#, c-format #, c-format
msgid "%s: could not open file \"%s\" for reading: %s\n" msgid "%s: could not open file \"%s\" for reading: %s\n"
msgstr "%s: ÎÅ ÕÄÁÌÏÓØ ÏÔËÒÙÔØ ÆÁÊÌ \"%s\" ÄÌÑ ÞÔÅÎÉÑ: %s\n" msgstr "%s: не удалось открыть файл \"%s\" для чтения: %s\n"
#: pg_controldata.c:118 #: pg_controldata.c:118
#, c-format #, c-format
msgid "%s: could not read file \"%s\": %s\n" msgid "%s: could not read file \"%s\": %s\n"
msgstr "%s: ÎÅ ÕÄÁÌÏÓØ ÓÞÉÔÁÔØ ÆÁÊÌ \"%s\": %s\n" msgstr "%s: не удалось прочитать файл \"%s\": %s\n"
#: pg_controldata.c:132 #: pg_controldata.c:132
#, c-format
msgid "" msgid ""
"WARNING: Calculated CRC checksum does not match value stored in file.\n" "WARNING: Calculated CRC checksum does not match value stored in file.\n"
"Either the file is corrupt, or it has a different layout than this program\n" "Either the file is corrupt, or it has a different layout than this program\n"
"is expecting. The results below are untrustworthy.\n" "is expecting. The results below are untrustworthy.\n"
"\n" "\n"
msgstr "" msgstr ""
"÷îéíáîéå: ÷ÙÞÉÓÌÅÎÎÁÑ ËÏÎÔÒÏÌØÎÁÑ ÓÕÍÍÁ CRC ÎÅ ÓÏ×ÐÁÄÁÅÔ ÓÏ ÚÎÁÞÅÎÉÅÍ × ÆÁÊÌÅ.\n" "ВНИМАНИЕ: Вычисленная контрольная сумма не совпадает со значением в файле.\n"
"æÁÊÌ ÌÉÂÏ ÐÏ×ÒÅÖÄ£Î, ÌÉÂÏ ÅÇÏ ÆÏÒÍÁÔ ÏÔÌÉÞÁÅÔÓÑ ÏÔ ÏÖÉÄÁÅÍÏÇÏ ÜÔÏÊ ÐÒÏÇÒÁÍÍÏÊ.\n" "Либо файл повреждён, либо его формат отличается от ожидаемого.\n"
"îÅ ÓÔÏÉÔ ÄÏ×ÅÒÑÔØ ÒÅÚÕÌØÔÁÔÁÍ ÐÒÅÄÓÔÁ×ÌÅÎÎÙÍ ÎÉÖÅ.\n" "Следующая информация может быть недостоверной.\n"
"\n" "\n"
#: pg_controldata.c:152 #: pg_controldata.c:152
#, c-format #, c-format
msgid "pg_control version number: %u\n" msgid "pg_control version number: %u\n"
msgstr "îÏÍÅÒ ×ÅÒÓÉÉ pg_control: %u\n" msgstr "Номер версии pg_control: %u\n"
#: pg_controldata.c:153
#, c-format
msgid "Catalog version number: %u\n"
msgstr "îÏÍÅÒ ×ÅÒÓÉÉ ËÁÔÁÌÏÇÁ: %u\n"
#: pg_controldata.c:154
#, c-format
msgid "Database system identifier: %s\n"
msgstr "éÄÅÎÔÉÆÉËÁÔÏÒ ÓÉÓÔÅÍÙ ÂÁÚ ÄÁÎÎÙÈ: %s\n"
#: pg_controldata.c:155 #: pg_controldata.c:155
#, c-format #, c-format
msgid "Database cluster state: %s\n" msgid ""
msgstr "óÏÓÔÏÑÎÉÅ ËÌÁÓÔÅÒÁ ÂÁÚÙ: %s\n" "WARNING: possible byte ordering mismatch\n"
"The byte ordering used to store the pg_control file might not match the one\n"
#: pg_controldata.c:156 "used by this program. In that case the results below would be incorrect, "
#, c-format "and\n"
msgid "pg_control last modified: %s\n" "the PostgreSQL installation would be incompatible with this data directory.\n"
msgstr "ðÏÓÌÅÄÎÅÅ ÏÂÎÏ×ÌÅÎÉÅ pg_control: %s\n" msgstr ""
"ВНИМАНИЕ: возможно несоответствие порядка байт\n"
#: pg_controldata.c:157 "Порядок байт в файле pg_control может не соответствовать используемому\n"
#, c-format "этой программой. В этом случае результаты будут неверными и\n"
msgid "Current log file ID: %u\n" "установленный PostgreSQL будет несовместим с этим каталогом данных.\n"
msgstr "ôÅËÕÝÉÊ ID ÆÁÊÌÁ ÖÕÒÎÁÌÁ: %u\n"
#: pg_controldata.c:158
#, c-format
msgid "Next log file segment: %u\n"
msgstr "óÌÅÄÕÀÝÉÊ ÓÅÇÍÅÎÔ ÆÁÊÌÁ ÖÕÒÎÁÌÁ: %u\n"
#: pg_controldata.c:159 #: pg_controldata.c:159
#, c-format #, c-format
msgid "Latest checkpoint location: %X/%X\n" msgid "Catalog version number: %u\n"
msgstr "ðÏÌÏÖÅÎÉÅ ÐÏÓÌÅÄÎÅÊ checkpoint: %X/%X\n" msgstr "Номер версии каталога: %u\n"
#: pg_controldata.c:161 #: pg_controldata.c:161
#, c-format #, c-format
msgid "Prior checkpoint location: %X/%X\n" msgid "Database system identifier: %s\n"
msgstr "ðÏÌÏÖÅÎÉÅ ÐÒÅÄÙÄÕÝÅÊ checkpoint: %X/%X\n" msgstr "Идентификатор системы баз данных: %s\n"
#: pg_controldata.c:163 #: pg_controldata.c:163
#, c-format #, c-format
msgid "Latest checkpoint's REDO location: %X/%X\n" msgid "Database cluster state: %s\n"
msgstr "ðÏÌÏÖÅÎÉÅ REDO ÐÏÓÌÅÄÎÅÊ checkpoint: %X/%X\n" msgstr "Состояние кластера БД: %s\n"
#: pg_controldata.c:165 #: pg_controldata.c:165
#, c-format #, c-format
msgid "Latest checkpoint's UNDO location: %X/%X\n" msgid "pg_control last modified: %s\n"
msgstr "ðÏÌÏÖÅÎÉÅ UNDO ÐÏÓÌÅÄÎÅÊ checkpoint: %X/%X\n" msgstr "Последнее обновление pg_control: %s\n"
#: pg_controldata.c:167 #: pg_controldata.c:167
#, c-format #, c-format
msgid "Latest checkpoint's TimeLineID: %u\n" msgid "Latest checkpoint location: %X/%X\n"
msgstr "TimeLineID ÐÏÓÌÅÄÎÅÊ checkpoint: %u\n" msgstr "Положение последней конт. точки: %X/%X\n"
#: pg_controldata.c:168
#, c-format
msgid "Latest checkpoint's NextXID: %u\n"
msgstr "NextXID ÐÏÓÌÅÄÎÅÊ checkpoint: %u\n"
#: pg_controldata.c:169
#, c-format
msgid "Latest checkpoint's NextOID: %u\n"
msgstr "NextOID ÐÏÓÌÅÄÎÅÊ checkpoint: %u\n"
#: pg_controldata.c:170 #: pg_controldata.c:170
#, c-format #, c-format
msgid "Time of latest checkpoint: %s\n" msgid "Prior checkpoint location: %X/%X\n"
msgstr "÷ÒÅÍÑ ÐÏÓÌÅÄÎÅÊ checkpoint: %s\n" msgstr "Положение предыдущей конт. точки: %X/%X\n"
#: pg_controldata.c:171
#, c-format
msgid "Database block size: %u\n"
msgstr "òÁÚÍÅÒ ÂÌÏËÁ ÂÁÚÙ: %u\n"
#: pg_controldata.c:172
#, c-format
msgid "Blocks per segment of large relation: %u\n"
msgstr "âÌÏËÏ× ÎÁ ÓÅÇÍÅÎÔ ÂÏÌØÛÏÇÏ ÏÔÎÏÛÅÎÉÑ: %u\n"
#: pg_controldata.c:173 #: pg_controldata.c:173
#, c-format #, c-format
msgid "Bytes per WAL segment: %u\n" msgid "Latest checkpoint's REDO location: %X/%X\n"
msgstr "ëÏÌÉÞÅÓÔ×Ï ÂÁÊÔ ÎÁ ÓÅÇÍÅÎÔ WAL: %u\n" msgstr "Положение REDO последней конт. точки: %X/%X\n"
#: pg_controldata.c:174
#, c-format
msgid "Maximum length of identifiers: %u\n"
msgstr "íÁËÓÉÍÁÌØÎÁÑ ÄÌÉÎÁ ÉÄÅÎÔÉÆÉËÁÔÏÒÏ×: %u\n"
#: pg_controldata.c:175
#, c-format
msgid "Maximum number of function arguments: %u\n"
msgstr "íÁËÓÉÍÁÌØÎÏÅ ÞÉÓÌÏ ÁÒÇÕÍÅÎÔÏ× ÆÕÎËÃÉÉ: %u\n"
#: pg_controldata.c:176 #: pg_controldata.c:176
#, c-format #, c-format
msgid "Date/time type storage: %s\n" msgid "Latest checkpoint's TimeLineID: %u\n"
msgstr "æÏÒÍÁÔ ÈÒÁÎÅÎÉÑ ÄÁÔÙ/×ÒÅÍÅÎÉ: %s\n" msgstr "Линия времени последней конт. точки: %u\n"
#: pg_controldata.c:177
msgid "64-bit integers"
msgstr "64-ÂÉÔÎÙÅ ÃÅÌÙÅ"
#: pg_controldata.c:177
msgid "floating-point numbers"
msgstr "ÞÉÓÌÁ Ó ÐÌÁ×ÁÀÝÅÊ ÚÁÐÑÔÏÊ"
#: pg_controldata.c:178 #: pg_controldata.c:178
#, c-format #, c-format
msgid "Maximum length of locale name: %u\n" msgid "Latest checkpoint's NextXID: %u/%u\n"
msgstr "íÁËÓÉÍÁÌØÎÁÑ ÄÌÉÎÁ ÉÍÅÎÉ ÌÏËÁÌÉ: %u\n" msgstr "NextXID последней конт. точки: %u/%u\n"
#: pg_controldata.c:179 #: pg_controldata.c:181
#, c-format
msgid "Latest checkpoint's NextOID: %u\n"
msgstr "NextOID последней конт. точки: %u\n"
#: pg_controldata.c:183
#, c-format
msgid "Latest checkpoint's NextMultiXactId: %u\n"
msgstr "NextMultiXactId послед. конт. точки: %u\n"
#: pg_controldata.c:185
#, c-format
msgid "Latest checkpoint's NextMultiOffset: %u\n"
msgstr "NextMultiOffset послед. конт. точки: %u\n"
#: pg_controldata.c:187
#, c-format
msgid "Time of latest checkpoint: %s\n"
msgstr "Время последней контрольной точки: %s\n"
#: pg_controldata.c:189
#, c-format
msgid "Minimum recovery ending location: %X/%X\n"
msgstr "Мин. положение конца восстановления: %X/%X\n"
#: pg_controldata.c:192
#, c-format
msgid "Maximum data alignment: %u\n"
msgstr "Макс. предел выравнивания данных: %u\n"
#: pg_controldata.c:195
#, c-format
msgid "Database block size: %u\n"
msgstr "Размер блока БД: %u\n"
#: pg_controldata.c:197
#, c-format
msgid "Blocks per segment of large relation: %u\n"
msgstr "Блоков в макс. сегменте отношений: %u\n"
#: pg_controldata.c:199
#, c-format
msgid "WAL block size: %u\n"
msgstr "Размер блока WAL: %u\n"
#: pg_controldata.c:201
#, c-format
msgid "Bytes per WAL segment: %u\n"
msgstr "Байт в сегменте WAL: %u\n"
#: pg_controldata.c:203
#, c-format
msgid "Maximum length of identifiers: %u\n"
msgstr "Максимальная длина идентификаторов: %u\n"
#: pg_controldata.c:205
#, c-format
msgid "Maximum columns in an index: %u\n"
msgstr "Максимальное число колонок в индексе: %u\n"
#: pg_controldata.c:207
#, c-format
msgid "Maximum size of a TOAST chunk: %u\n"
msgstr "Максимальный размер порции TOAST: %u\n"
#: pg_controldata.c:209
#, c-format
msgid "Date/time type storage: %s\n"
msgstr "Формат хранения даты/времени: %s\n"
#: pg_controldata.c:210
msgid "64-bit integers"
msgstr "64-битные целые"
#: pg_controldata.c:210
msgid "floating-point numbers"
msgstr "числа с плавающей точкой"
#: pg_controldata.c:211
#, c-format
msgid "Maximum length of locale name: %u\n"
msgstr "Максимальная длина имени локали: %u\n"
#: pg_controldata.c:213
#, c-format #, c-format
msgid "LC_COLLATE: %s\n" msgid "LC_COLLATE: %s\n"
msgstr "LC_COLLATE: %s\n" msgstr "LC_COLLATE: %s\n"
#: pg_controldata.c:180 #: pg_controldata.c:215
#, c-format #, c-format
msgid "LC_CTYPE: %s\n" msgid "LC_CTYPE: %s\n"
msgstr "LC_CTYPE: %s\n" msgstr "LC_CTYPE: %s\n"

View File

@ -1,643 +1,662 @@
# ru.po # ru.po
# PG_CTL Translated Messages into the Russian Language (KOI8-R) # PG_CTL Translated Messages into the Russian Language (UTF-8)
# #
# Copyright (c) 2004-2005 Serguei A. Mokhov, mokhov@cs.concordia.ca # Copyright (c) 2004-2005 Serguei A. Mokhov, mokhov@cs.concordia.ca
# Copyright (c) 2012 Alexander Lakhin, exclusion@gmail.com
# Distributed under the same licensing terms as PostgreSQL itself. # Distributed under the same licensing terms as PostgreSQL itself.
# #
# pgtranslation Id: pg_ctl.po,v 1.4 2010/12/07 21:22:21 petere Exp $
#
# translation of subject-specific terminology, see: # translation of subject-specific terminology, see:
# перевод некоторых специфичных терминов: # перевод некоторых специфичных терминов:
# http://wiki.postgresql.org/wiki/NLS/ru/dict # http://wiki.postgresql.org/wiki/NLS/ru/dict
# #
# ChangeLog: # ChangeLog:
# - March 26, 2009: complete translation for 8.3, Sergey Burladyan <eshkinkot@gmail.com>
# - January 17, 2005: Complete translation for 8.0, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - December, 2004: New version of translation by Oleg Bartunov <oleg@sai.msu.su>
# - May 29 - November 24, 2004: Initial translation for 8.0; Serguei A. Mokhov <mokhov@cs.concordia.ca>
# #
# - April 2, 2012: Bug fixes. Alexander Lakhin <exclusion@gmail.com>.
# - February 25, 2012: Backporting to 8.3. Alexander Lakhin <exclusion@gmail.com>.
# - February 21, 2012: Minor fixes. Alexander Lakhin <exclusion@gmail.com>.
# - With corrections from Sergey Burladyan <eshkinkot@gmail.com>
# - February 17, 2012: Minor fixes. Alexander Lakhin <exclusion@gmail.com>.
# - December 1, 2010: Complete translation for 9.1, Andrey Sudnik <sudnikand@gmail.com>.
# - March 26, 2009: complete translation for 8.3, Sergey Burladyan <eshkinkot@gmail.com>.
# - January 17, 2005: Complete translation for 8.0, Serguei A. Mokhov <mokhov@cs.concordia.ca>.
# - December, 2004: New version of translation by Oleg Bartunov <oleg@sai.msu.su>.
# - May 29 - November 24, 2004: Initial translation for 8.0; Serguei A. Mokhov <mokhov@cs.concordia.ca>.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PostgreSQL 8.0\n" "Project-Id-Version: PostgreSQL 8.3\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-01-16 09:17+0000\n" "POT-Creation-Date: 2012-07-05 21:49+0000\n"
"PO-Revision-Date: 2009-03-29 10:29+0400\n" "PO-Revision-Date: 2012-04-02 19:14+0400\n"
"Last-Translator: Serguei A. Mokhov <mokhov@cs.concordia.ca>\n" "Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
"Language-Team: pgsql-ru-general <pgsql-ru-general@postgresql.org>\n" "Language-Team: Russian <pgtranslation-translators@pgfoundry.org>\n"
"Language: ru\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=koi8-r\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Russian\n" "X-Poedit-Language: Russian\n"
"X-Poedit-Country: RUSSIAN FEDERATION\n" "X-Poedit-Country: RUSSIAN FEDERATION\n"
"X-Poedit-SourceCharset: utf-8\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"
"X-Generator: Lokalize 1.4\n"
#: pg_ctl.c:230 pg_ctl.c:245 pg_ctl.c:1765 #: pg_ctl.c:233 pg_ctl.c:248 pg_ctl.c:1787
#, c-format #, c-format
msgid "%s: out of memory\n" msgid "%s: out of memory\n"
msgstr "%s: не хватает памяти\n" msgstr "%s: нехватка памяти\n"
#: pg_ctl.c:279 #: pg_ctl.c:282
#, c-format #, c-format
msgid "%s: could not open PID file \"%s\": %s\n" msgid "%s: could not open PID file \"%s\": %s\n"
msgstr "%s: не удалось открыть PID-файл \"%s\": %s\n" msgstr "%s: не удалось открыть файл PID \"%s\": %s\n"
#: pg_ctl.c:286 #: pg_ctl.c:289
#, c-format #, c-format
msgid "%s: invalid data in PID file \"%s\"\n" msgid "%s: invalid data in PID file \"%s\"\n"
msgstr "%s: неверные данные в PID-файле \"%s\"\n" msgstr "%s: неверные данные в файле PID \"%s\"\n"
#: pg_ctl.c:565 #: pg_ctl.c:568
#, c-format #, c-format
msgid "%s: cannot set core file size limit; disallowed by hard limit\n" msgid "%s: cannot set core file size limit; disallowed by hard limit\n"
msgstr "%s: не удалось установить ограничение на размер core-файла; отвергнуто жёстким ограничением\n" msgstr ""
"%s: не удалось ограничить размер дампа памяти; запрещено жёстким "
"ограничением\n"
#: pg_ctl.c:595 #: pg_ctl.c:598
#, c-format #, c-format
msgid "%s: could not read file \"%s\"\n" msgid "%s: could not read file \"%s\"\n"
msgstr "%s: не удалось прочитать файл \"%s\"\n" msgstr "%s: не удалось прочитать файл \"%s\"\n"
#: pg_ctl.c:601 #: pg_ctl.c:604
#, c-format #, c-format
msgid "%s: option file \"%s\" must have exactly one line\n" msgid "%s: option file \"%s\" must have exactly one line\n"
msgstr "%s: файл опций \"%s\" должен иметь ровно одну строку\n" msgstr "%s: в файле параметров \"%s\" должна быть ровно одна строка\n"
#: pg_ctl.c:649 #: pg_ctl.c:652
#, c-format #, c-format
msgid "%s: another server might be running; trying to start server anyway\n" msgid "%s: another server might be running; trying to start server anyway\n"
msgstr "%s: возможно, другой сервер уже запущен, пробуем запустить сервер всё равно\n" msgstr ""
"%s: возможно, уже работает другой сервер, всё же пробуем запустить этот "
"сервер\n"
#: pg_ctl.c:676 #: pg_ctl.c:679
#, c-format #, c-format
msgid "" msgid ""
"The program \"postgres\" is needed by %s but was not found in the\n" "The program \"postgres\" is needed by %s but was not found in the\n"
"same directory as \"%s\".\n" "same directory as \"%s\".\n"
"Check your installation.\n" "Check your installation.\n"
msgstr "" msgstr ""
"Программа \"postgres\" нужна для %s, но не найдена\n" "Программа \"postgres\" нужна для %s, но она не найдена\n"
той же директории, что и \"%s\".\n" каталоге \"%s\".\n"
"Проверьте вашу установку.\n" "Проверьте вашу установку PostgreSQL.\n"
#: pg_ctl.c:682 #: pg_ctl.c:685
#, c-format #, c-format
msgid "" msgid ""
"The program \"postgres\" was found by \"%s\"\n" "The program \"postgres\" was found by \"%s\"\n"
"but was not the same version as %s.\n" "but was not the same version as %s.\n"
"Check your installation.\n" "Check your installation.\n"
msgstr "" msgstr ""
"Программа \"postgres\" найдена рядом с \"%s\",\n" "Программа \"postgres\" найдена в \"%s\",\n"
"но не той же версии, что и %s.\n" "но её версия отличается от версии %s.\n"
"Проверьте вашу установку.\n" "Проверьте вашу установку PostgreSQL.\n"
#: pg_ctl.c:699 #: pg_ctl.c:702
#, c-format #, c-format
msgid "%s: could not start server: exit code was %d\n" msgid "%s: could not start server: exit code was %d\n"
msgstr "%s: не удалось запустить сервер, код возврата: %d\n" msgstr "%s: не удалось запустить сервер, код возврата: %d\n"
#: pg_ctl.c:710 #: pg_ctl.c:713
#, c-format #, c-format
msgid "" msgid ""
"%s: could not start server\n" "%s: could not start server\n"
"Examine the log output.\n" "Examine the log output.\n"
msgstr "" msgstr ""
"%s: не удалось запустить сервер\n" "%s: не удалось запустить сервер\n"
"Проверьте вывод в протоколе выполнения.\n" "Изучите протокол выполнения.\n"
#: pg_ctl.c:719 #: pg_ctl.c:722
msgid "waiting for server to start..." msgid "waiting for server to start..."
msgstr "ожидание запуска сервера..." msgstr "ожидание запуска сервера..."
#: pg_ctl.c:723 #: pg_ctl.c:726
#, c-format #, c-format
msgid "could not start server\n" msgid "could not start server\n"
msgstr "не удалось запустить сервер\n" msgstr "не удалось запустить сервер\n"
#: pg_ctl.c:728 pg_ctl.c:794 pg_ctl.c:867 #: pg_ctl.c:731 pg_ctl.c:797 pg_ctl.c:870
msgid " done\n" msgid " done\n"
msgstr " готово\n" msgstr " готово\n"
#: pg_ctl.c:729 #: pg_ctl.c:732
msgid "server started\n" msgid "server started\n"
msgstr "сервер запущен\n" msgstr "сервер запущен\n"
#: pg_ctl.c:733 #: pg_ctl.c:736
msgid "server starting\n" msgid "server starting\n"
msgstr "сервер запускается\n" msgstr "сервер запускается\n"
#: pg_ctl.c:747 pg_ctl.c:815 pg_ctl.c:889 #: pg_ctl.c:750 pg_ctl.c:818 pg_ctl.c:892
#, c-format #, c-format
msgid "%s: PID file \"%s\" does not exist\n" msgid "%s: PID file \"%s\" does not exist\n"
msgstr "%s: PID-файл \"%s\" не существует\n" msgstr "%s: файл PID \"%s\" не существует\n"
#: pg_ctl.c:748 pg_ctl.c:817 pg_ctl.c:890 #: pg_ctl.c:751 pg_ctl.c:820 pg_ctl.c:893
msgid "Is server running?\n" msgid "Is server running?\n"
msgstr "Запущен ли сервер?\n" msgstr "Запущен ли сервер?\n"
#: pg_ctl.c:754 #: pg_ctl.c:757
#, c-format #, c-format
msgid "%s: cannot stop server; single-user server is running (PID: %ld)\n" msgid "%s: cannot stop server; single-user server is running (PID: %ld)\n"
msgstr "%s: не удалось остановить сервер; выполняется однопользовательский сервер (PID: %ld)\n" msgstr ""
"%s: остановить сервер с PID %ld нельзя - он запущен в монопольном режиме\n"
#: pg_ctl.c:762 pg_ctl.c:839 #: pg_ctl.c:765 pg_ctl.c:842
#, c-format #, c-format
msgid "%s: could not send stop signal (PID: %ld): %s\n" msgid "%s: could not send stop signal (PID: %ld): %s\n"
msgstr "%s: не удалось отправить сигнал остановки (PID: %ld): %s\n" msgstr "%s: не удалось отправить сигнал остановки (PID: %ld): %s\n"
#: pg_ctl.c:769 #: pg_ctl.c:772
msgid "server shutting down\n" msgid "server shutting down\n"
msgstr "сервер завершает работу\n" msgstr "сервер завершает работу\n"
#: pg_ctl.c:774 pg_ctl.c:844 #: pg_ctl.c:777 pg_ctl.c:847
msgid "waiting for server to shut down..." msgid "waiting for server to shut down..."
msgstr "ожидание завершения работы сервера..." msgstr "ожидание завершения работы сервера..."
#: pg_ctl.c:789 pg_ctl.c:861 #: pg_ctl.c:792 pg_ctl.c:864
msgid " failed\n" msgid " failed\n"
msgstr " ошибка\n" msgstr " ошибка\n"
#: pg_ctl.c:791 pg_ctl.c:863 #: pg_ctl.c:794 pg_ctl.c:866
#, c-format #, c-format
msgid "%s: server does not shut down\n" msgid "%s: server does not shut down\n"
msgstr "%s: сервер не останавливается\n" msgstr "%s: сервер не останавливается\n"
#: pg_ctl.c:796 pg_ctl.c:868 #: pg_ctl.c:799 pg_ctl.c:871
#, c-format #, c-format
msgid "server stopped\n" msgid "server stopped\n"
msgstr "сервер остановлен\n" msgstr "сервер остановлен\n"
#: pg_ctl.c:818 pg_ctl.c:874 #: pg_ctl.c:821 pg_ctl.c:877
msgid "starting server anyway\n" msgid "starting server anyway\n"
msgstr "сервер запускается, несмотря ни на что\n" msgstr "сервер запускается, несмотря на это\n"
#: pg_ctl.c:827 #: pg_ctl.c:830
#, c-format #, c-format
msgid "%s: cannot restart server; single-user server is running (PID: %ld)\n" msgid "%s: cannot restart server; single-user server is running (PID: %ld)\n"
msgstr "%s: невозможно перезапустить сервер; выполняется однопользовательский сервер (PID: %ld)\n" msgstr ""
"%s: перезапустить сервер с PID %ld нельзя - он запущен в монопольном режиме\n"
#: pg_ctl.c:830 pg_ctl.c:899 #: pg_ctl.c:833 pg_ctl.c:902
msgid "Please terminate the single-user server and try again.\n" msgid "Please terminate the single-user server and try again.\n"
msgstr "Пожалуйста, остановите однопользовательский сервер и попытайтесь снова.\n" msgstr "Пожалуйста, остановите его и повторите попытку.\n"
#: pg_ctl.c:872 #: pg_ctl.c:875
#, c-format #, c-format
msgid "%s: old server process (PID: %ld) seems to be gone\n" msgid "%s: old server process (PID: %ld) seems to be gone\n"
msgstr "%s: похоже что старый процесс сервера (PID: %ld) завершился\n" msgstr "%s: похоже, что старый серверный процесс (PID: %ld) исчез\n"
#: pg_ctl.c:896 #: pg_ctl.c:899
#, c-format #, c-format
msgid "%s: cannot reload server; single-user server is running (PID: %ld)\n" msgid "%s: cannot reload server; single-user server is running (PID: %ld)\n"
msgstr "%s: невозможно перезагрузить сервер; выполняется однопользовательский сервер (PID: %ld)\n" msgstr ""
"%s: перезагрузить сервер с PID %ld нельзя - он запущен в монопольном режиме\n"
#: pg_ctl.c:905 #: pg_ctl.c:908
#, c-format #, c-format
msgid "%s: could not send reload signal (PID: %ld): %s\n" msgid "%s: could not send reload signal (PID: %ld): %s\n"
msgstr "%s: не удалось отправить сигнал перезагрузки (PID: %ld): %s\n" msgstr "%s: не удалось отправить сигнал перезагрузки (PID: %ld): %s\n"
#: pg_ctl.c:910 #: pg_ctl.c:913
msgid "server signaled\n" msgid "server signaled\n"
msgstr "отправлен сигнал серверу\n" msgstr "сигнал отправлен серверу\n"
#: pg_ctl.c:954 #: pg_ctl.c:957
#, c-format #, c-format
msgid "%s: single-user server is running (PID: %ld)\n" msgid "%s: single-user server is running (PID: %ld)\n"
msgstr "%s: выполняется однопользовательский сервер (PID: %ld)\n" msgstr "%s: сервер работает в монопольном режиме (PID: %ld)\n"
#: pg_ctl.c:966 #: pg_ctl.c:969
#, c-format #, c-format
msgid "%s: server is running (PID: %ld)\n" msgid "%s: server is running (PID: %ld)\n"
msgstr "%s: выполняется сервер (PID: %ld)\n" msgstr "%s: сервер работает (PID: %ld)\n"
#: pg_ctl.c:977 #: pg_ctl.c:980
#, c-format #, c-format
msgid "%s: no server running\n" msgid "%s: no server running\n"
msgstr "%s: нет запущенного сервера\n" msgstr "%s: сервер не работает\n"
#: pg_ctl.c:988 #: pg_ctl.c:991
#, c-format #, c-format
msgid "%s: could not send signal %d (PID: %ld): %s\n" msgid "%s: could not send signal %d (PID: %ld): %s\n"
msgstr "%s: не удалось отправить сигнал %d (PID: %ld): %s\n" msgstr "%s: не удалось отправить сигнал %d (PID: %ld): %s\n"
#: pg_ctl.c:1022 #: pg_ctl.c:1025
#, c-format #, c-format
msgid "%s: could not find own program executable\n" msgid "%s: could not find own program executable\n"
msgstr "%s: не удалось найти свой исполняемый файл\n" msgstr "%s: не удалось найти свой исполняемый файл\n"
#: pg_ctl.c:1031 #: pg_ctl.c:1034
#, c-format #, c-format
msgid "%s: could not find postgres program executable\n" msgid "%s: could not find postgres program executable\n"
msgstr "%s: не удалось найти исполняемый файл postgres'а\n" msgstr "%s: не удалось найти исполняемый файл postgres\n"
#: pg_ctl.c:1089 pg_ctl.c:1121 #: pg_ctl.c:1095 pg_ctl.c:1127
#, c-format #, c-format
msgid "%s: could not open service manager\n" msgid "%s: could not open service manager\n"
msgstr "%s: невозможно открыть менеджер служб\n" msgstr "%s: не удалось открыть менеджер служб\n"
#: pg_ctl.c:1095 #: pg_ctl.c:1101
#, c-format #, c-format
msgid "%s: service \"%s\" already registered\n" msgid "%s: service \"%s\" already registered\n"
msgstr "%s: служба \"%s\" уже зарегистрирована\n" msgstr "%s: служба \"%s\" уже зарегистрирована\n"
#: pg_ctl.c:1106 #: pg_ctl.c:1112
#, c-format #, c-format
msgid "%s: could not register service \"%s\": error code %d\n" msgid "%s: could not register service \"%s\": error code %d\n"
msgstr "%s: не удалось зарегистрировать службу \"%s\": код ошибки %d\n" msgstr "%s: не удалось зарегистрировать службу \"%s\": код ошибки %d\n"
#: pg_ctl.c:1127 #: pg_ctl.c:1133
#, c-format #, c-format
msgid "%s: service \"%s\" not registered\n" msgid "%s: service \"%s\" not registered\n"
msgstr "%s: служба \"%s\" не зарегистрирована\n" msgstr "%s: служба \"%s\" не зарегистрирована\n"
#: pg_ctl.c:1134 #: pg_ctl.c:1140
#, c-format #, c-format
msgid "%s: could not open service \"%s\": error code %d\n" msgid "%s: could not open service \"%s\": error code %d\n"
msgstr "%s: не удалось открыть службу \"%s\": код ошибки %d\n" msgstr "%s: не удалось открыть службу \"%s\": код ошибки %d\n"
#: pg_ctl.c:1141 #: pg_ctl.c:1147
#, c-format #, c-format
msgid "%s: could not unregister service \"%s\": error code %d\n" msgid "%s: could not unregister service \"%s\": error code %d\n"
msgstr "%s: невозможно удалить службу \"%s\": код ошибки %d\n\n" msgstr ""
"%s: ошибка при удалении службы \"%s\": код ошибки %d\n"
"\n"
#: pg_ctl.c:1227 #: pg_ctl.c:1233
msgid "Waiting for server startup...\n" msgid "Waiting for server startup...\n"
msgstr "Ожидание запуска сервера...\n" msgstr "Ожидание запуска сервера...\n"
#: pg_ctl.c:1230 #: pg_ctl.c:1236
msgid "Timed out waiting for server startup\n" msgid "Timed out waiting for server startup\n"
msgstr "Превышено время ожидания запуска сервера\n" msgstr "Превышено время ожидания запуска сервера\n"
#: pg_ctl.c:1234 #: pg_ctl.c:1240
msgid "Server started and accepting connections\n" msgid "Server started and accepting connections\n"
msgstr "Сервер запущен и принимает подключения\n" msgstr "Сервер запущен и принимает подключения\n"
#: pg_ctl.c:1284 #: pg_ctl.c:1290
#, c-format #, c-format
msgid "%s: could not start service \"%s\": error code %d\n" msgid "%s: could not start service \"%s\": error code %d\n"
msgstr "%s: не удалось запустить службу \"%s\": код ошибки %d\n" msgstr "%s: не удалось запустить службу \"%s\": код ошибки %d\n"
#: pg_ctl.c:1500 #: pg_ctl.c:1522
#, c-format #, c-format
msgid "Try \"%s --help\" for more information.\n" msgid "Try \"%s --help\" for more information.\n"
msgstr "Наберите \"%s --help\" для более подробной информации.\n" msgstr "Для дополнительной информации попробуйте \"%s --help\".\n"
#: pg_ctl.c:1508 #: pg_ctl.c:1530
#, c-format #, c-format
msgid "" msgid ""
"%s is a utility to start, stop, restart, reload configuration files,\n" "%s is a utility to start, stop, restart, reload configuration files,\n"
"report the status of a PostgreSQL server, or signal a PostgreSQL process.\n" "report the status of a PostgreSQL server, or signal a PostgreSQL process.\n"
"\n" "\n"
msgstr "" msgstr ""
"%s является утилитой для запуска, остановки, перезапуска,\n" "%s - утилита, позволяющая запускать, останавливать, перезапускать сервер\n"
"перезагрузки конфигурационных файлов, информирования о состоянии сервера\n" "PostgreSQL, узнать его состояние, перезагрузить конфигурационные файлы\n"
"PostgreSQL, или отправки сигналов PostgreSQL-процессу.\n" "или отправить сигналы процессу PostgreSQL.\n"
"\n" "\n"
#: pg_ctl.c:1510 #: pg_ctl.c:1532
#, c-format #, c-format
msgid "Usage:\n" msgid "Usage:\n"
msgstr "Использование:\n" msgstr "Использование:\n"
#: pg_ctl.c:1511 #: pg_ctl.c:1533
#, c-format #, c-format
msgid "" msgid ""
" %s start [-w] [-t SECS] [-D DATADIR] [-s] [-l FILENAME] [-o \"OPTIONS" " %s start [-w] [-t SECS] [-D DATADIR] [-s] [-l FILENAME] [-o \"OPTIONS"
"\"]\n" "\"]\n"
msgstr " %s start [-w] [-t СЕКУНДЫ] [-D ДИРЕКТОРИЯ-ДАННЫХ] [-s] [-l ИМЯ-ФАЙЛА] [-o \"ОПЦИИ\"]\n" msgstr ""
" %s start [-w] [-t СЕК] [-D КАТАЛОГ-ДАННЫХ] [-s] [-l ИМЯ-ФАЙЛА]\n"
" [-o \"ПАРАМЕТРЫ\"]\n"
#: pg_ctl.c:1512 #: pg_ctl.c:1534
#, c-format #, c-format
msgid " %s stop [-W] [-t SECS] [-D DATADIR] [-s] [-m SHUTDOWN-MODE]\n" msgid " %s stop [-W] [-t SECS] [-D DATADIR] [-s] [-m SHUTDOWN-MODE]\n"
msgstr " %s stop [-W] [-t СЕКУНДЫ] [-D ДИРЕКТОРИЯ-ДАННЫХ] [-s] [-m РЕЖИМ-ОСТАНОВКИ]\n" msgstr ""
" %s stop [-W] [-t СЕК] [-D КАТАЛОГ-ДАННЫХ] [-s] [-m РЕЖИМ-ОСТАНОВКИ]\n"
#: pg_ctl.c:1513 #: pg_ctl.c:1535
#, c-format #, c-format
msgid "" msgid ""
" %s restart [-w] [-t SECS] [-D DATADIR] [-s] [-m SHUTDOWN-MODE]\n" " %s restart [-w] [-t SECS] [-D DATADIR] [-s] [-m SHUTDOWN-MODE]\n"
" [-o \"OPTIONS\"]\n" " [-o \"OPTIONS\"]\n"
msgstr "" msgstr ""
" %s restart [-w] [-t СЕКУНДЫ] [-D ДИРЕКТОРИЯ-ДАННЫХ] [-s] [-m РЕЖИМ-ОСТАНОВКИ]\n" " %s restart [-w] [-t СЕК] [-D КАТАЛОГ-ДАННЫХ] [-s] [-m РЕЖИМ-ОСТАНОВКИ]\n"
" [-o \"ОПЦИИ\"]\n" " [-o \"ПАРАМЕТРЫ\"]\n"
#: pg_ctl.c:1515 #: pg_ctl.c:1537
#, c-format #, c-format
msgid " %s reload [-D DATADIR] [-s]\n" msgid " %s reload [-D DATADIR] [-s]\n"
msgstr " %s reload [-D ДИРЕКТОРИЯ-ДАННЫХ] [-s]\n" msgstr " %s reload [-D КАТАЛОГ-ДАННЫХ] [-s]\n"
#: pg_ctl.c:1516 #: pg_ctl.c:1538
#, c-format #, c-format
msgid " %s status [-D DATADIR]\n" msgid " %s status [-D DATADIR]\n"
msgstr " %s status [-D ДИРЕКТОРИЯ-ДАННЫХ]\n" msgstr " %s status [-D КАТАЛОГ-ДАННЫХ]\n"
#: pg_ctl.c:1517 #: pg_ctl.c:1539
#, c-format #, c-format
msgid " %s kill SIGNALNAME PID\n" msgid " %s kill SIGNALNAME PID\n"
msgstr " %s kill ИМЯ-СИГНАЛА PID\n" msgstr " %s kill СИГНАЛ PID\n"
#: pg_ctl.c:1519 #: pg_ctl.c:1541
#, c-format #, c-format
msgid "" msgid ""
" %s register [-N SERVICENAME] [-U USERNAME] [-P PASSWORD] [-D DATADIR]\n" " %s register [-N SERVICENAME] [-U USERNAME] [-P PASSWORD] [-D DATADIR]\n"
" [-w] [-t SECS] [-o \"OPTIONS\"]\n" " [-w] [-t SECS] [-o \"OPTIONS\"]\n"
msgstr "" msgstr ""
" %s register [-N ИМЯ-СЛУЖБЫ] [-U ИМЯ-ПОЛЬЗОВАТЕЛЯ] [-P ПАРОЛЬ] [-D ДИРЕКТОРИЯ-ДАННЫХ]\n" " %s register [-N ИМЯ-СЛУЖБЫ] [-U ПОЛЬЗОВАТЕЛЬ] [-P ПАРОЛЬ]\n"
" [-w] [-t СЕКУНДЫ] [-o \"ОПЦИИ\"]\n" " [-D КАТАЛОГ-ДАННЫХ] [-w] [-t СЕК] [-o \"ПАРАМЕТРЫ\"]\n"
#: pg_ctl.c:1521 #: pg_ctl.c:1543
#, c-format #, c-format
msgid " %s unregister [-N SERVICENAME]\n" msgid " %s unregister [-N SERVICENAME]\n"
msgstr " %s unregister [-N ИМЯ-СЛУЖБЫ]\n" msgstr " %s unregister [-N ИМЯ-СЛУЖБЫ]\n"
#: pg_ctl.c:1524 #: pg_ctl.c:1546
#, c-format #, c-format
msgid "" msgid ""
"\n" "\n"
"Common options:\n" "Common options:\n"
msgstr "" msgstr ""
"\n" "\n"
"Опции общего характера:\n" "Общие параметры:\n"
#: pg_ctl.c:1525 #: pg_ctl.c:1547
#, c-format #, c-format
msgid " -D, --pgdata DATADIR location of the database storage area\n" msgid " -D, --pgdata DATADIR location of the database storage area\n"
msgstr " -D, --pgdata ДИРЕКТОРИЯ-ДАННЫХ местонахождение хранилища баз данных\n" msgstr " -D, --pgdata КАТАЛОГ расположение хранилища баз данных\n"
#: pg_ctl.c:1526 #: pg_ctl.c:1548
#, c-format #, c-format
msgid " -s, --silent only print errors, no informational messages\n" msgid " -s, --silent only print errors, no informational messages\n"
msgstr "" msgstr ""
" -s, --silent сообщать только ошибки, исключая информационные " " -s, --silent выводить только ошибки, без информационных "
"сообщения\n" "сообщений\n"
#: pg_ctl.c:1527 #: pg_ctl.c:1549
#, c-format #, c-format
msgid " -t SECS seconds to wait when using -w option\n" msgid " -t SECS seconds to wait when using -w option\n"
msgstr " -t СЕКУНДЫ сколько секунд ждать при использовании опции -w\n" msgstr ""
" -t СЕК время ожидания при использовании параметра -w\n"
#: pg_ctl.c:1528 #: pg_ctl.c:1550
#, c-format #, c-format
msgid " -w wait until operation completes\n" msgid " -w wait until operation completes\n"
msgstr " -w ждать до завершения операции\n" msgstr " -w ждать завершения операции\n"
#: pg_ctl.c:1529 #: pg_ctl.c:1551
#, c-format #, c-format
msgid " -W do not wait until operation completes\n" msgid " -W do not wait until operation completes\n"
msgstr " -W не ждать завершения операции\n" msgstr " -W не ждать завершения операции\n"
#: pg_ctl.c:1530 #: pg_ctl.c:1552
#, c-format #, c-format
msgid " --help show this help, then exit\n" msgid " --help show this help, then exit\n"
msgstr " --help показать эту подсказку и выйти\n" msgstr " --help показать эту справку и выйти\n"
#: pg_ctl.c:1531 #: pg_ctl.c:1553
#, c-format #, c-format
msgid " --version output version information, then exit\n" msgid " --version output version information, then exit\n"
msgstr " --version показать версию и выйти\n" msgstr " --version показать версию и выйти\n"
#: pg_ctl.c:1532 #: pg_ctl.c:1554
#, c-format #, c-format
msgid "" msgid ""
"(The default is to wait for shutdown, but not for start or restart.)\n" "(The default is to wait for shutdown, but not for start or restart.)\n"
"\n" "\n"
msgstr "" msgstr ""
"(По умолчанию, ждать завершения остановки, но не в случае запуска или " "(По умолчанию ожидание имеет место при остановке, но не при (пере)запуске.)\n"
"перезапуска\n"
"\n" "\n"
#: pg_ctl.c:1533 #: pg_ctl.c:1555
#, c-format #, c-format
msgid "If the -D option is omitted, the environment variable PGDATA is used.\n" msgid "If the -D option is omitted, the environment variable PGDATA is used.\n"
msgstr "" msgstr "Если параметр -D опущен, используется переменная окружения PGDATA.\n"
"Если опция -D не задана,то будет использоваться переменная окружения "
"PGDATA.\n"
#: pg_ctl.c:1535 #: pg_ctl.c:1557
#, c-format #, c-format
msgid "" msgid ""
"\n" "\n"
"Options for start or restart:\n" "Options for start or restart:\n"
msgstr "" msgstr ""
"\n" "\n"
"Опции запуска или перезапуска:\n" "Параметры запуска и перезапуска:\n"
#: pg_ctl.c:1536 #: pg_ctl.c:1558
#, c-format #, c-format
msgid " -l, --log FILENAME write (or append) server log to FILENAME\n" msgid " -l, --log FILENAME write (or append) server log to FILENAME\n"
msgstr " -l, --log ИМЯ-ФАЙЛА записывать (или добавлять) протокол выполнения сервера в ИМЯ-ФАЙЛА.\n" msgstr ""
" -l, --log ФАЙЛ записывать (или добавлять) протокол сервера в "
"ФАЙЛ.\n"
#: pg_ctl.c:1537 #: pg_ctl.c:1559
#, c-format #, c-format
msgid "" msgid ""
" -o OPTIONS command line options to pass to postgres\n" " -o OPTIONS command line options to pass to postgres\n"
" (PostgreSQL server executable)\n" " (PostgreSQL server executable)\n"
msgstr "" msgstr ""
" -o ОПЦИИ опции команднoй строки для передачи postgres'у\n" " -o ПАРАМЕТРЫ параметры командной строки для postgres\n"
" (исполняемому файлу сервера PostgreSQL)\n" " (исполняемого файла сервера PostgreSQL)\n"
#: pg_ctl.c:1539 #: pg_ctl.c:1561
#, c-format #, c-format
msgid " -p PATH-TO-POSTGRES normally not necessary\n" msgid " -p PATH-TO-POSTGRES normally not necessary\n"
msgstr " -p ПУТЬ-К-POSTGRES обычно не требуется\n" msgstr " -p ПУТЬ-К-POSTGRES обычно не требуется\n"
#: pg_ctl.c:1541 #: pg_ctl.c:1563
#, c-format #, c-format
msgid " -c, --core-files allow postgres to produce core files\n" msgid " -c, --core-files allow postgres to produce core files\n"
msgstr " -c, --core-files разрешить postgres'у генерировать core-файлы\n" msgstr " -c, --core-files указать postgres создавать дампы памяти\n"
#: pg_ctl.c:1543 #: pg_ctl.c:1565
#, c-format #, c-format
msgid " -c, --core-files not applicable on this platform\n" msgid " -c, --core-files not applicable on this platform\n"
msgstr " -c, --core-files неприменимо на этой платформе\n" msgstr " -c, --core-files неприменимо на этой платформе\n"
#: pg_ctl.c:1545 #: pg_ctl.c:1567
#, c-format #, c-format
msgid "" msgid ""
"\n" "\n"
"Options for stop or restart:\n" "Options for stop or restart:\n"
msgstr "" msgstr ""
"\n" "\n"
"Опции для остановки или перезапуска:\n" "Параметры остановки и перезапуска:\n"
#: pg_ctl.c:1546 #: pg_ctl.c:1568
#, c-format #, c-format
msgid " -m SHUTDOWN-MODE can be \"smart\", \"fast\", or \"immediate\"\n" msgid " -m SHUTDOWN-MODE can be \"smart\", \"fast\", or \"immediate\"\n"
msgstr " -m РЕЖИМ-ОСТАНОВКИ может быть \"smart\", \"fast\" или \"immediate\"\n" msgstr ""
" -m РЕЖИМ-ОСТАНОВКИ может быть \"smart\", \"fast\" или \"immediate\"\n"
#: pg_ctl.c:1548 #: pg_ctl.c:1570
#, c-format #, c-format
msgid "" msgid ""
"\n" "\n"
"Shutdown modes are:\n" "Shutdown modes are:\n"
msgstr "" msgstr ""
"\n" "\n"
"Режимы остановки:\n" "Режимы остановки:\n"
#: pg_ctl.c:1549 #: pg_ctl.c:1571
#, c-format #, c-format
msgid " smart quit after all clients have disconnected\n" msgid " smart quit after all clients have disconnected\n"
msgstr " smart закончить работу после отключения всех клиентов\n" msgstr " smart закончить работу после отключения всех клиентов\n"
#: pg_ctl.c:1550 #: pg_ctl.c:1572
#, c-format #, c-format
msgid " fast quit directly, with proper shutdown\n" msgid " fast quit directly, with proper shutdown\n"
msgstr " fast закончить быстро,но с полноценной остановкой\n" msgstr " fast закончить сразу, в штатном режиме\n"
#: pg_ctl.c:1551 #: pg_ctl.c:1573
#, c-format #, c-format
msgid "" msgid ""
" immediate quit without complete shutdown; will lead to recovery on " " immediate quit without complete shutdown; will lead to recovery on "
"restart\n" "restart\n"
msgstr "" msgstr ""
" immediate выйти немедленно без полноценной остановки; приведёт к\n" " immediate закончить немедленно, в экстренном режиме; влечёт за собой\n"
" восстановлению при перезапуске\n" " восстановление при перезапуске\n"
#: pg_ctl.c:1553 #: pg_ctl.c:1575
#, c-format #, c-format
msgid "" msgid ""
"\n" "\n"
"Allowed signal names for kill:\n" "Allowed signal names for kill:\n"
msgstr "" msgstr ""
"\n" "\n"
"Разрешённые названия сигналов для команды kill:\n" "Разрешённые сигналы для команды kill:\n"
#: pg_ctl.c:1557 #: pg_ctl.c:1579
#, c-format #, c-format
msgid "" msgid ""
"\n" "\n"
"Options for register and unregister:\n" "Options for register and unregister:\n"
msgstr "" msgstr ""
"\n" "\n"
"Опции для регистрации и снятия с регистрации:\n" "Параметры для регистрации и удаления:\n"
#: pg_ctl.c:1558 #: pg_ctl.c:1580
#, c-format #, c-format
msgid "" msgid ""
" -N SERVICENAME service name with which to register PostgreSQL server\n" " -N SERVICENAME service name with which to register PostgreSQL server\n"
msgstr " -N ИМЯ-СЛУЖБЫ имя службы для регистрации сервера PostgreSQL\n" msgstr " -N ИМЯ-СЛУЖБЫ имя службы для регистрации сервера PostgreSQL\n"
#: pg_ctl.c:1559 #: pg_ctl.c:1581
#, c-format #, c-format
msgid " -P PASSWORD password of account to register PostgreSQL server\n" msgid " -P PASSWORD password of account to register PostgreSQL server\n"
msgstr " -P ПАРОЛЬ пароль аккаунта для регистрации сервера PostgreSQL\n" msgstr ""
" -P ПАРОЛЬ пароль учётной записи для регистрации сервера PostgreSQL\n"
#: pg_ctl.c:1560 #: pg_ctl.c:1582
#, c-format #, c-format
msgid " -U USERNAME user name of account to register PostgreSQL server\n" msgid " -U USERNAME user name of account to register PostgreSQL server\n"
msgstr " -U ИМЯ-ПОЛЬЗОВАТЕЛЯ имя пользователя для регистрации сервера PostgreSQL\n" msgstr ""
" -U ПОЛЬЗОВАТЕЛЬ имя пользователя для регистрации сервера PostgreSQL\n"
#: pg_ctl.c:1563 #: pg_ctl.c:1585
#, c-format #, c-format
msgid "" msgid ""
"\n" "\n"
"Report bugs to <pgsql-bugs@postgresql.org>.\n" "Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr "" msgstr ""
"\n" "\n"
"Посылать сообщения об ошибках на адрес <pgsql-bugs@postgresql.org>.\n" "Об ошибках сообщайте по адресу <pgsql-bugs@postgresql.org>.\n"
#: pg_ctl.c:1588 #: pg_ctl.c:1610
#, c-format #, c-format
msgid "%s: unrecognized shutdown mode \"%s\"\n" msgid "%s: unrecognized shutdown mode \"%s\"\n"
msgstr "%s: неизвестный режим остановки \"%s\"\n" msgstr "%s: неизвестный режим остановки \"%s\"\n"
#: pg_ctl.c:1621 #: pg_ctl.c:1643
#, c-format #, c-format
msgid "%s: unrecognized signal name \"%s\"\n" msgid "%s: unrecognized signal name \"%s\"\n"
msgstr "%s: нераспознанное имя сигнала \"%s\"\n" msgstr "%s: нераспознанное имя сигнала \"%s\"\n"
#: pg_ctl.c:1686 #: pg_ctl.c:1708
#, c-format #, c-format
msgid "" msgid ""
"%s: cannot be run as root\n" "%s: cannot be run as root\n"
"Please log in (using, e.g., \"su\") as the (unprivileged) user that will\n" "Please log in (using, e.g., \"su\") as the (unprivileged) user that will\n"
"own the server process.\n" "own the server process.\n"
msgstr "" msgstr ""
"%s: нельзя выполнять под пользователем root\n" "Запускать %s от имени root нельзя.\n"
"Пожалуйста, войдите в систему как непривилегированный пользователь " "Пожалуйста, переключитесь на обычного пользователя (например,\n"
"(например, используя \"su\"),\n" "используя \"su\"), который будет запускать серверный процесс.\n"
"под которым будет выполняться серверный процесс.\n"
#: pg_ctl.c:1795 #: pg_ctl.c:1817
#, c-format #, c-format
msgid "%s: too many command-line arguments (first is \"%s\")\n" msgid "%s: too many command-line arguments (first is \"%s\")\n"
msgstr "%s: слишком много аргументов командной строки (первый: \"%s\")\n" msgstr "%s: слишком много аргументов командной строки (первый: \"%s\")\n"
#: pg_ctl.c:1814 #: pg_ctl.c:1836
#, c-format #, c-format
msgid "%s: missing arguments for kill mode\n" msgid "%s: missing arguments for kill mode\n"
msgstr "%s: отсутствуют аргументы для режима kill\n" msgstr "%s: отсутствуют аргументы для режима kill\n"
#: pg_ctl.c:1832 #: pg_ctl.c:1854
#, c-format #, c-format
msgid "%s: unrecognized operation mode \"%s\"\n" msgid "%s: unrecognized operation mode \"%s\"\n"
msgstr "%s: нераспознанный режим работы \"%s\"\n" msgstr "%s: нераспознанный режим работы \"%s\"\n"
#: pg_ctl.c:1842 #: pg_ctl.c:1864
#, c-format #, c-format
msgid "%s: no operation specified\n" msgid "%s: no operation specified\n"
msgstr "%s: команда не указана\n" msgstr "%s: команда не указана\n"
#: pg_ctl.c:1858 #: pg_ctl.c:1880
#, c-format #, c-format
msgid "" msgid ""
"%s: no database directory specified and environment variable PGDATA unset\n" "%s: no database directory specified and environment variable PGDATA unset\n"
msgstr "" msgstr ""
"%s: директория баз данных не указана и переменная окружения PGDATA не " "%s: каталог баз данных не указан и переменная окружения PGDATA не "
"установлена\n" "установлена\n"
#: ../../port/exec.c:195 ../../port/exec.c:309 ../../port/exec.c:352 #: ../../port/exec.c:195 ../../port/exec.c:309 ../../port/exec.c:352
#, c-format #, c-format
msgid "could not identify current directory: %s" msgid "could not identify current directory: %s"
msgstr "не удалось определить текущую директорию: %s" msgstr "не удалось определить текущий каталог: %s"
#: ../../port/exec.c:214 #: ../../port/exec.c:214
#, c-format #, c-format
msgid "invalid binary \"%s\"" msgid "invalid binary \"%s\""
msgstr "неверный бинарный \"%s\"" msgstr "неверный исполняемый файл \"%s\""
#: ../../port/exec.c:263 #: ../../port/exec.c:263
#, c-format #, c-format
msgid "could not read binary \"%s\"" msgid "could not read binary \"%s\""
msgstr "не удалось считать бинарный \"%s\"" msgstr "не удалось прочитать исполняемый файл \"%s\""
#: ../../port/exec.c:270 #: ../../port/exec.c:270
#, c-format #, c-format
msgid "could not find a \"%s\" to execute" msgid "could not find a \"%s\" to execute"
msgstr "\"%s\" не найден для выполнения" msgstr "не удалось найти запускаемый файл \"%s\""
#: ../../port/exec.c:325 ../../port/exec.c:361 #: ../../port/exec.c:325 ../../port/exec.c:361
#, c-format #, c-format
msgid "could not change directory to \"%s\"" msgid "could not change directory to \"%s\""
msgstr "не удалось поменять директорию на \"%s\"" msgstr "не удалось перейти в каталог \"%s\""
#: ../../port/exec.c:340 #: ../../port/exec.c:340
#, c-format #, c-format
msgid "could not read symbolic link \"%s\"" msgid "could not read symbolic link \"%s\""
msgstr "не получилось считать ссылку \"%s\"" msgstr "не удалось прочитать символическую ссылку \"%s\""
#: ../../port/exec.c:586 #: ../../port/exec.c:586
#, c-format #, c-format
msgid "child process exited with exit code %d" msgid "child process exited with exit code %d"
msgstr "дочерний процесс завершился с кодом возврата %d" msgstr "дочерний процесс завершился с кодом возврата %d"
#: ../../port/exec.c:590 #: ../../port/exec.c:590
#, c-format #, c-format
msgid "child process was terminated by exception 0x%X" msgid "child process was terminated by exception 0x%X"
msgstr "дочерний процесс завершён исключением 0x%X" msgstr "дочерний процесс прерван исключением 0x%X"
#: ../../port/exec.c:599 #: ../../port/exec.c:599
#, c-format #, c-format
msgid "child process was terminated by signal %s" msgid "child process was terminated by signal %s"
msgstr "дочерний процесс завершён сигналом %s" msgstr "дочерний процесс завершён по сигналу %s"
#: ../../port/exec.c:602 #: ../../port/exec.c:602
#, c-format #, c-format
msgid "child process was terminated by signal %d" msgid "child process was terminated by signal %d"
msgstr "дочерний процесс был завершен сигналом %d" msgstr "дочерний процесс завершён по сигналу %d"
#: ../../port/exec.c:606 #: ../../port/exec.c:606
#, c-format #, c-format
msgid "child process exited with unrecognized status %d" msgid "child process exited with unrecognized status %d"
msgstr "дочерний процесс завершился с нераспознанным статусом %d" msgstr "дочерний процесс завершился с нераспознанным состоянием %d"
#~ msgid "%s: neither postmaster nor postgres running\n"
#~ msgstr "%s: не выполняются ни postmaster, ни postgres\n"
#~ msgid "%s: a standalone backend \"postgres\" is running (PID: %ld)\n"
#~ msgstr "%s: выполняется независимый процесс \"postgres\" (PID: %ld)\n"
#~ msgid "%s: invalid option %s\n"
#~ msgstr "%s: неверная опция %s\n"

File diff suppressed because it is too large Load Diff

View File

@ -1,467 +1,480 @@
# ru.po # ru.po
# PG_RESETXLOG Translated Messages into the Russian Language (KOI8-R) # PG_RESETXLOG Translated Messages into the Russian Language (UTF-8)
# #
# Copyright (c) 2002-2005 Serguei A. Mokhov, mokhov@cs.concordia.ca # Copyright (c) 2002-2005 Serguei A. Mokhov, mokhov@cs.concordia.ca
# Copyright (c) 2012 Alexander Lakhin, exclusion@gmail.com
# Distributed under the same licensing terms as PostgreSQL itself. # Distributed under the same licensing terms as PostgreSQL itself.
# #
# pgtranslation Id: pg_resetxlog.po,v 1.3 2009/10/14 21:08:40 petere Exp $
#
# translation of subject-specific terminology, see: # translation of subject-specific terminology, see:
# перевод некоторых специфичных терминов: # перевод некоторых специфичных терминов:
# http://wiki.postgresql.org/wiki/NLS/ru/dict # http://wiki.postgresql.org/wiki/NLS/ru/dict
# #
# ChangeLog: # ChangeLog:
# - March 27, 2009: complete translation for 8.3, Sergey Burladyan <eshkinkot@gmail.com>
# - January 17, 2005: Complete translation for 8.0, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - December, 2004: Corrections and improvements by Oleg Bartunov <oleg@sai.msu.su>
# - April 6 - August 11, 2004: Updates for 8.0; <mokhov@cs.concordia.ca>
# - July 24 - August 23, 2003: Updates for 7.4.*; <mokhov@cs.concordia.ca>
# - October 12, 2002: Complete post-7.3beta2 Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - September 7, 2002: Complete post-7.3beta1 Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - August 31, 2002: Initial Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# #
# - April 2, 2012: Bug fixes. Alexander Lakhin <exclusion@gmail.com>.
# - March 1, 2012: Backporting to 8.3. Alexander Lakhin <exclusion@gmail.com>.
# - February 18, 2012: Complete translation for 9.1. Alexander Lakhin <exclusion@gmail.com>.
# - March 27, 2009: complete translation for 8.3, Sergey Burladyan <eshkinkot@gmail.com>.
# - January 17, 2005: Complete translation for 8.0, Serguei A. Mokhov <mokhov@cs.concordia.ca>.
# - December, 2004: Corrections and improvements by Oleg Bartunov <oleg@sai.msu.su>.
# - April 6 - August 11, 2004: Updates for 8.0; <mokhov@cs.concordia.ca>.
# - July 24 - August 23, 2003: Updates for 7.4.*; <mokhov@cs.concordia.ca>.
# - October 12, 2002: Complete post-7.3beta2 Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>.
# - September 7, 2002: Complete post-7.3beta1 Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>.
# - August 31, 2002: Initial Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PostgreSQL 8.0\n" "Project-Id-Version: PostgreSQL 8.3\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-01-16 09:17+0000\n" "POT-Creation-Date: 2012-07-05 21:49+0000\n"
"PO-Revision-Date: 2009-03-29 09:46+0400\n" "PO-Revision-Date: 2012-04-02 19:14+0400\n"
"Last-Translator: Serguei A. Mokhov <mokhov@cs.concordia.ca>\n" "Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
"Language-Team: pgsql-rus <pgsql-rus@yahoogroups.com>\n" "Language-Team: Russian <pgtranslation-translators@pgfoundry.org>\n"
"Language: ru\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=koi8-r\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
"X-Generator: Lokalize 1.4\n"
#: pg_resetxlog.c:126 #: pg_resetxlog.c:127
#, c-format #, c-format
msgid "%s: invalid argument for option -e\n" msgid "%s: invalid argument for option -e\n"
msgstr "%s: недопустимый аргумент для опции -e\n" msgstr "%s: недопустимый аргумент параметра -e\n"
#: pg_resetxlog.c:127 pg_resetxlog.c:142 pg_resetxlog.c:157 pg_resetxlog.c:172 #: pg_resetxlog.c:128 pg_resetxlog.c:143 pg_resetxlog.c:158 pg_resetxlog.c:173
#: pg_resetxlog.c:187 pg_resetxlog.c:202 pg_resetxlog.c:209 pg_resetxlog.c:216 #: pg_resetxlog.c:188 pg_resetxlog.c:203 pg_resetxlog.c:210 pg_resetxlog.c:217
#: pg_resetxlog.c:222 pg_resetxlog.c:230 #: pg_resetxlog.c:223 pg_resetxlog.c:231
#, c-format #, c-format
msgid "Try \"%s --help\" for more information.\n" msgid "Try \"%s --help\" for more information.\n"
msgstr "Наберите \"%s --help\" для более подробной информации.\n" msgstr "Для дополнительной информации попробуйте \"%s --help\".\n"
#: pg_resetxlog.c:132 #: pg_resetxlog.c:133
#, c-format #, c-format
msgid "%s: transaction ID epoch (-e) must not be -1\n" msgid "%s: transaction ID epoch (-e) must not be -1\n"
msgstr "%s: эпоха ID транзакции (-e) не должна быть -1\n" msgstr "%s: эпоха ID транзакции (-e) не должна быть равна -1\n"
#: pg_resetxlog.c:141 #: pg_resetxlog.c:142
#, c-format #, c-format
msgid "%s: invalid argument for option -x\n" msgid "%s: invalid argument for option -x\n"
msgstr "%s: недопустимый аргумент для опции -x\n" msgstr "%s: недопустимый аргумент параметра -x\n"
#: pg_resetxlog.c:147 #: pg_resetxlog.c:148
#, c-format #, c-format
msgid "%s: transaction ID (-x) must not be 0\n" msgid "%s: transaction ID (-x) must not be 0\n"
msgstr "%s: ID транзакции (-x) не должен быть 0\n" msgstr "%s: ID транзакции (-x) не должен быть равен 0\n"
#: pg_resetxlog.c:156 #: pg_resetxlog.c:157
#, c-format #, c-format
msgid "%s: invalid argument for option -o\n" msgid "%s: invalid argument for option -o\n"
msgstr "%s: ошибочный аргумент для опции -o\n" msgstr "%s: недопустимый аргумент параметра -o\n"
#: pg_resetxlog.c:162 #: pg_resetxlog.c:163
#, c-format #, c-format
msgid "%s: OID (-o) must not be 0\n" msgid "%s: OID (-o) must not be 0\n"
msgstr "%s: OID (-o) не должен быть 0\n" msgstr "%s: OID (-o) не должен быть равен 0\n"
#: pg_resetxlog.c:171 #: pg_resetxlog.c:172
#, c-format #, c-format
msgid "%s: invalid argument for option -m\n" msgid "%s: invalid argument for option -m\n"
msgstr "%s: недопустимый аргумент для опции -m\n" msgstr "%s: недопустимый аргумент параметра -m\n"
#: pg_resetxlog.c:177 #: pg_resetxlog.c:178
#, c-format #, c-format
msgid "%s: multitransaction ID (-m) must not be 0\n" msgid "%s: multitransaction ID (-m) must not be 0\n"
msgstr "%s: ID мультитранзакции (-m) не должен быть 0\n" msgstr "%s: ID мультитранзакции (-m) не должен быть равен 0\n"
#: pg_resetxlog.c:186 #: pg_resetxlog.c:187
#, c-format #, c-format
msgid "%s: invalid argument for option -O\n" msgid "%s: invalid argument for option -O\n"
msgstr "%s: недопустимый аргумент для опции -O\n" msgstr "%s: недопустимый аргумент параметра -O\n"
#: pg_resetxlog.c:192 #: pg_resetxlog.c:193
#, c-format #, c-format
msgid "%s: multitransaction offset (-O) must not be -1\n" msgid "%s: multitransaction offset (-O) must not be -1\n"
msgstr "%s: смещение мультитранзакции (-O) не должно быть -1\n" msgstr "%s: смещение мультитранзакции (-O) не должно быть равно -1\n"
#: pg_resetxlog.c:201 pg_resetxlog.c:208 pg_resetxlog.c:215 #: pg_resetxlog.c:202 pg_resetxlog.c:209 pg_resetxlog.c:216
#, c-format #, c-format
msgid "%s: invalid argument for option -l\n" msgid "%s: invalid argument for option -l\n"
msgstr "%s: ошибочный аргумент для опции -l\n" msgstr "%s: недопустимый аргумента параметра -l\n"
#: pg_resetxlog.c:229 #: pg_resetxlog.c:230
#, c-format #, c-format
msgid "%s: no data directory specified\n" msgid "%s: no data directory specified\n"
msgstr "%s: не указана директория данных\n" msgstr "%s: каталог данных не указан\n"
#: pg_resetxlog.c:243 #: pg_resetxlog.c:244
#, c-format #, c-format
msgid "%s: cannot be executed by \"root\"\n" msgid "%s: cannot be executed by \"root\"\n"
msgstr "%s: не может выполняться \"root\"ом\n" msgstr "%s: программу не должен запускать root\n"
#: pg_resetxlog.c:245 #: pg_resetxlog.c:246
#, c-format #, c-format
msgid "You must run %s as the PostgreSQL superuser.\n" msgid "You must run %s as the PostgreSQL superuser.\n"
msgstr "Вы должны запускать %s как администратор PostgreSQL.\n" msgstr "Запускать %s нужно от имени суперпользователя PostgreSQL.\n"
#: pg_resetxlog.c:255 #: pg_resetxlog.c:256
#, c-format #, c-format
msgid "%s: could not change directory to \"%s\": %s\n" msgid "%s: could not change directory to \"%s\": %s\n"
msgstr "%s: не удалось сменить директорию \"%s\": %s\n" msgstr "%s: не удалось перейти в каталог \"%s\": %s\n"
#: pg_resetxlog.c:270 pg_resetxlog.c:383 #: pg_resetxlog.c:271 pg_resetxlog.c:385
#, c-format #, c-format
msgid "%s: could not open file \"%s\" for reading: %s\n" msgid "%s: could not open file \"%s\" for reading: %s\n"
msgstr "%s: не удалось открыть файл \"%s\" для чтения: %s\n" msgstr "%s: не удалось открыть файл \"%s\" для чтения: %s\n"
#: pg_resetxlog.c:276 #: pg_resetxlog.c:277
#, c-format #, c-format
msgid "" msgid ""
"%s: lock file \"%s\" exists\n" "%s: lock file \"%s\" exists\n"
"Is a server running? If not, delete the lock file and try again.\n" "Is a server running? If not, delete the lock file and try again.\n"
msgstr "" msgstr ""
"%s: обнаружен lock-файл \"%s\"\n" "%s: обнаружен файл блокировки \"%s\"\n"
"Запущен ли сервер? Если нет, удалите этот файл и попробуйте снова.\n" "Возможно, сервер запущен? Если нет, удалите этот файл и попробуйте снова.\n"
#: pg_resetxlog.c:332 #: pg_resetxlog.c:333
#, c-format #, c-format
msgid "" msgid ""
"\n" "\n"
"If these values seem acceptable, use -f to force reset.\n" "If these values seem acceptable, use -f to force reset.\n"
msgstr "" msgstr ""
"\n" "\n"
"Если эти значения выглядят приемлемыми, используйте -f для принудительного " "Если эти значения приемлемы, выполните сброс принудительно, добавив ключ -"
"сброса.\n" "f.\n"
#: pg_resetxlog.c:344 #: pg_resetxlog.c:345
#, c-format #, c-format
msgid "" msgid ""
"The database server was not shut down cleanly.\n" "The database server was not shut down cleanly.\n"
"Resetting the transaction log might cause data to be lost.\n" "Resetting the transaction log might cause data to be lost.\n"
"If you want to proceed anyway, use -f to force reset.\n" "If you want to proceed anyway, use -f to force reset.\n"
msgstr "" msgstr ""
"Сервер баз данных не был аккуратно остановлен.\n" "Сервер баз данных был остановлен некорректно.\n"
"Сброс журнала транзакций может привести к потере данных.\n" "Сброс журнала транзакций может привести к потере данных.\n"
"Если вы всё же хотите продолжить не смотря на это, используйте -f для принудительного сброса.\n" "Если вы хотите сбросить его, несмотря на это, добавьте ключ -f.\n"
#: pg_resetxlog.c:357 #: pg_resetxlog.c:359
#, c-format #, c-format
msgid "Transaction log reset\n" msgid "Transaction log reset\n"
msgstr "Журнал транзакций сброшен\n" msgstr "Журнал транзакций сброшен\n"
#: pg_resetxlog.c:386 #: pg_resetxlog.c:388
#, c-format #, c-format
msgid "" msgid ""
"If you are sure the data directory path is correct, execute\n" "If you are sure the data directory path is correct, execute\n"
" touch %s\n" " touch %s\n"
"and try again.\n" "and try again.\n"
msgstr "" msgstr ""
"Если вы уверены, что путь к директории данных правильный, наберите\n" "Если вы уверены, что путь к каталогу данных правильный, выполните\n"
" touch %s\n" " touch %s\n"
"и попробуйте снова.\n" "и повторите попытку.\n"
#: pg_resetxlog.c:399 #: pg_resetxlog.c:401
#, c-format #, c-format
msgid "%s: could not read file \"%s\": %s\n" msgid "%s: could not read file \"%s\": %s\n"
msgstr "%s: не удалось считать файл \"%s\": %s\n" msgstr "%s: не удалось прочитать файл \"%s\": %s\n"
#: pg_resetxlog.c:422 #: pg_resetxlog.c:424
#, c-format #, c-format
msgid "%s: pg_control exists but has invalid CRC; proceed with caution\n" msgid "%s: pg_control exists but has invalid CRC; proceed with caution\n"
msgstr "" msgstr ""
"%s: pg_control существует, но его контрольная сумма CRC неверна; продолжайте " "%s: pg_control существует, но его контрольная сумма неверна; продолжайте с "
"с осторожностью\n" "осторожностью\n"
#: pg_resetxlog.c:431 #: pg_resetxlog.c:433
#, c-format #, c-format
msgid "%s: pg_control exists but is broken or unknown version; ignoring it\n" msgid "%s: pg_control exists but is broken or unknown version; ignoring it\n"
msgstr "" msgstr ""
"%s: pg_control существует, но повреждён или неизвестной версии; " "%s: pg_control испорчен или имеет неизвестную версию; игнорируется...\n"
"игнорируется...\n"
#: pg_resetxlog.c:499 #: pg_resetxlog.c:501
#, c-format #, c-format
msgid "%s: invalid LC_COLLATE setting\n" msgid "%s: invalid LC_COLLATE setting\n"
msgstr "%s: ошибочное значение LC_COLLATE\n" msgstr "%s: неверное значение LC_COLLATE\n"
#: pg_resetxlog.c:506 #: pg_resetxlog.c:508
#, c-format #, c-format
msgid "%s: invalid LC_CTYPE setting\n" msgid "%s: invalid LC_CTYPE setting\n"
msgstr "%s: ошибочное значение LC_CTYPE\n" msgstr "%s: неверное значение LC_CTYPE\n"
#: pg_resetxlog.c:530 #: pg_resetxlog.c:532
#, c-format #, c-format
msgid "" msgid ""
"Guessed pg_control values:\n" "Guessed pg_control values:\n"
"\n" "\n"
msgstr "" msgstr ""
"Оценочные значения pg_control:\n" "Предлагаемые значения pg_control:\n"
"\n" "\n"
#: pg_resetxlog.c:532 #: pg_resetxlog.c:534
#, c-format #, c-format
msgid "" msgid ""
"pg_control values:\n" "pg_control values:\n"
"\n" "\n"
msgstr "" msgstr ""
"значения pg_control:\n" "значения pg_control:\n"
"\n" "\n"
#: pg_resetxlog.c:541
#, c-format
msgid "First log file ID after reset: %u\n"
msgstr "Первый ID файла журнала после сброса: %u\n"
#: pg_resetxlog.c:543 #: pg_resetxlog.c:543
#, c-format #, c-format
msgid "First log file segment after reset: %u\n" msgid "First log file ID after reset: %u\n"
msgstr "Первый сегмент файла журнала после сброса: %u\n" msgstr "ID первого журнала после сброса: %u\n"
#: pg_resetxlog.c:545 #: pg_resetxlog.c:545
#, c-format #, c-format
msgid "pg_control version number: %u\n" msgid "First log file segment after reset: %u\n"
msgstr "Номер версии pg_control: %u\n" msgstr "Сегмент первого журнала после сброса: %u\n"
#: pg_resetxlog.c:547 #: pg_resetxlog.c:547
#, c-format #, c-format
msgid "Catalog version number: %u\n" msgid "pg_control version number: %u\n"
msgstr "Номер версии каталога: %u\n" msgstr "Номер версии pg_control: %u\n"
#: pg_resetxlog.c:549 #: pg_resetxlog.c:549
#, c-format #, c-format
msgid "Database system identifier: %s\n" msgid "Catalog version number: %u\n"
msgstr "Идентификатор системы баз данных: %s\n" msgstr "Номер версии каталога: %u\n"
#: pg_resetxlog.c:551 #: pg_resetxlog.c:551
#, c-format #, c-format
msgid "Latest checkpoint's TimeLineID: %u\n" msgid "Database system identifier: %s\n"
msgstr "TimeLineID последней контрольной точки: %u\n" msgstr "Идентификатор системы баз данных: %s\n"
#: pg_resetxlog.c:553 #: pg_resetxlog.c:553
#, c-format #, c-format
msgid "Latest checkpoint's NextXID: %u/%u\n" msgid "Latest checkpoint's TimeLineID: %u\n"
msgstr "NextXID последней контрольной точки: %u/%u\n" msgstr "Линия времени последней конт. точки: %u\n"
#: pg_resetxlog.c:556 #: pg_resetxlog.c:555
#, c-format #, c-format
msgid "Latest checkpoint's NextOID: %u\n" msgid "Latest checkpoint's NextXID: %u/%u\n"
msgstr "NextOID последней контрольной точки: %u\n" msgstr "NextXID последней конт. точки: %u/%u\n"
#: pg_resetxlog.c:558 #: pg_resetxlog.c:558
#, c-format #, c-format
msgid "Latest checkpoint's NextMultiXactId: %u\n" msgid "Latest checkpoint's NextOID: %u\n"
msgstr "NextMultiXactId последней контрольной точки: %u\n" msgstr "NextOID последней конт. точки: %u\n"
#: pg_resetxlog.c:560 #: pg_resetxlog.c:560
#, c-format #, c-format
msgid "Latest checkpoint's NextMultiOffset: %u\n" msgid "Latest checkpoint's NextMultiXactId: %u\n"
msgstr "NextMultiOffset последней контрольной точки: %u\n" msgstr "NextMultiXactId послед. конт. точки: %u\n"
#: pg_resetxlog.c:562 #: pg_resetxlog.c:562
#, c-format #, c-format
msgid "Maximum data alignment: %u\n" msgid "Latest checkpoint's NextMultiOffset: %u\n"
msgstr "Максимальный размер выравнивания данных: %u\n" msgstr "NextMultiOffset послед. конт. точки: %u\n"
#: pg_resetxlog.c:565 #: pg_resetxlog.c:564
#, c-format #, c-format
msgid "Database block size: %u\n" msgid "Maximum data alignment: %u\n"
msgstr "Размер блока базы: %u\n" msgstr "Макс. предел выравнивания данных: %u\n"
#: pg_resetxlog.c:567 #: pg_resetxlog.c:567
#, c-format #, c-format
msgid "Blocks per segment of large relation: %u\n" msgid "Database block size: %u\n"
msgstr "Блоков на сегмент большого отношения: %u\n" msgstr "Размер блока БД: %u\n"
#: pg_resetxlog.c:569 #: pg_resetxlog.c:569
#, c-format #, c-format
msgid "WAL block size: %u\n" msgid "Blocks per segment of large relation: %u\n"
msgstr "Размер блока WAL: %u\n" msgstr "Блоков в макс. сегменте отношений: %u\n"
#: pg_resetxlog.c:571 #: pg_resetxlog.c:571
#, c-format #, c-format
msgid "Bytes per WAL segment: %u\n" msgid "WAL block size: %u\n"
msgstr "Байт на сегмент WAL: %u\n" msgstr "Размер блока WAL: %u\n"
#: pg_resetxlog.c:573 #: pg_resetxlog.c:573
#, c-format #, c-format
msgid "Maximum length of identifiers: %u\n" msgid "Bytes per WAL segment: %u\n"
msgstr "Максимальная длина идентификаторов: %u\n" msgstr "Байт в сегменте WAL: %u\n"
#: pg_resetxlog.c:575 #: pg_resetxlog.c:575
#, c-format #, c-format
msgid "Maximum columns in an index: %u\n" msgid "Maximum length of identifiers: %u\n"
msgstr "Максимальное число колонок в индексе: %u\n" msgstr "Максимальная длина идентификаторов: %u\n"
#: pg_resetxlog.c:577 #: pg_resetxlog.c:577
#, c-format #, c-format
msgid "Maximum size of a TOAST chunk: %u\n" msgid "Maximum columns in an index: %u\n"
msgstr "Максимальный размер порции TOAST: %u\n" msgstr "Максимальное число колонок в индексе: %u\n"
#: pg_resetxlog.c:579 #: pg_resetxlog.c:579
#, c-format #, c-format
msgid "Date/time type storage: %s\n" msgid "Maximum size of a TOAST chunk: %u\n"
msgstr "Тип хранения даты/времени: %s\n" msgstr "Максимальный размер порции TOAST: %u\n"
#: pg_resetxlog.c:580
msgid "64-bit integers"
msgstr "64-битные целые"
#: pg_resetxlog.c:580
msgid "floating-point numbers"
msgstr "плавающая запятая"
#: pg_resetxlog.c:581 #: pg_resetxlog.c:581
#, c-format #, c-format
msgid "Maximum length of locale name: %u\n" msgid "Date/time type storage: %s\n"
msgstr "Максимальная длина имени локали: %u\n" msgstr "Формат хранения даты/времени: %s\n"
#: pg_resetxlog.c:582
msgid "64-bit integers"
msgstr "64-битные целые"
#: pg_resetxlog.c:582
msgid "floating-point numbers"
msgstr "числа с плавающей точкой"
#: pg_resetxlog.c:583 #: pg_resetxlog.c:583
#, c-format #, c-format
msgid "Maximum length of locale name: %u\n"
msgstr "Максимальная длина имени локали: %u\n"
#: pg_resetxlog.c:585
#, c-format
msgid "LC_COLLATE: %s\n" msgid "LC_COLLATE: %s\n"
msgstr "LC_COLLATE: %s\n" msgstr "LC_COLLATE: %s\n"
#: pg_resetxlog.c:585 #: pg_resetxlog.c:587
#, c-format #, c-format
msgid "LC_CTYPE: %s\n" msgid "LC_CTYPE: %s\n"
msgstr "LC_CTYPE: %s\n" msgstr "LC_CTYPE: %s\n"
#: pg_resetxlog.c:636 #: pg_resetxlog.c:638
#, c-format #, c-format
msgid "" msgid ""
"%s: internal error -- sizeof(ControlFileData) is too large ... fix " "%s: internal error -- sizeof(ControlFileData) is too large ... fix "
"PG_CONTROL_SIZE\n" "PG_CONTROL_SIZE\n"
msgstr "%s: внутренняя ошибка -- sizeof(ControlFileData) слишком велик ... исправьте PG_CONTROL_SIZE\n" msgstr ""
"%s: внутренняя ошибка -- размер ControlFileData слишком велик -- исправьте "
"PG_CONTROL_SIZE\n"
#: pg_resetxlog.c:651 #: pg_resetxlog.c:653
#, c-format #, c-format
msgid "%s: could not create pg_control file: %s\n" msgid "%s: could not create pg_control file: %s\n"
msgstr "%s: не удалось создать файл pg_control: %s\n" msgstr "%s: не удалось создать файл pg_control: %s\n"
#: pg_resetxlog.c:662 #: pg_resetxlog.c:664
#, c-format #, c-format
msgid "%s: could not write pg_control file: %s\n" msgid "%s: could not write pg_control file: %s\n"
msgstr "%s: не удалось записать в файл pg_control: %s\n" msgstr "%s: не удалось записать файл pg_control: %s\n"
#: pg_resetxlog.c:669 pg_resetxlog.c:919 #: pg_resetxlog.c:671 pg_resetxlog.c:978
#, c-format #, c-format
msgid "%s: fsync error: %s\n" msgid "%s: fsync error: %s\n"
msgstr "%s: ошибка fsync: %s\n" msgstr "%s: ошибка синхронизации с ФС: %s\n"
#: pg_resetxlog.c:707 pg_resetxlog.c:782 #: pg_resetxlog.c:709 pg_resetxlog.c:784 pg_resetxlog.c:840
#, c-format #, c-format
msgid "%s: could not open directory \"%s\": %s\n" msgid "%s: could not open directory \"%s\": %s\n"
msgstr "%s: не удалось открыть директорию \"%s\": %s\n" msgstr "%s: не удалось открыть каталог \"%s\": %s\n"
#: pg_resetxlog.c:751 pg_resetxlog.c:815 #: pg_resetxlog.c:753 pg_resetxlog.c:817 pg_resetxlog.c:874
#, c-format #, c-format
msgid "%s: could not read from directory \"%s\": %s\n" msgid "%s: could not read from directory \"%s\": %s\n"
msgstr "%s: не удалось считать из директории \"%s\": %s\n" msgstr "%s: не удалось прочитать каталог \"%s\": %s\n"
#: pg_resetxlog.c:796 #: pg_resetxlog.c:798 pg_resetxlog.c:855
#, c-format #, c-format
msgid "%s: could not delete file \"%s\": %s\n" msgid "%s: could not delete file \"%s\": %s\n"
msgstr "%s: не удалось удалить файл \"%s\": %s\n" msgstr "%s: ошибка при удалении файла \"%s\": %s\n"
#: pg_resetxlog.c:886 #: pg_resetxlog.c:945
#, c-format #, c-format
msgid "%s: could not open file \"%s\": %s\n" msgid "%s: could not open file \"%s\": %s\n"
msgstr "%s: не удалось открыть файл \"%s\": %s\n" msgstr "%s: не удалось открыть файл \"%s\": %s\n"
#: pg_resetxlog.c:897 pg_resetxlog.c:911 #: pg_resetxlog.c:956 pg_resetxlog.c:970
#, c-format #, c-format
msgid "%s: could not write file \"%s\": %s\n" msgid "%s: could not write file \"%s\": %s\n"
msgstr "%s: не удалось записать файл \"%s\": %s\n" msgstr "%s: не удалось записать файл \"%s\": %s\n"
#: pg_resetxlog.c:930 #: pg_resetxlog.c:989
#, c-format #, c-format
msgid "" msgid ""
"%s resets the PostgreSQL transaction log.\n" "%s resets the PostgreSQL transaction log.\n"
"\n" "\n"
msgstr "%s сбрасывает журнал транзакций PostgreSQL.\n\n" msgstr ""
"%s сбрасывает журнал транзакций PostgreSQL.\n"
"\n"
#: pg_resetxlog.c:931 #: pg_resetxlog.c:990
#, c-format #, c-format
msgid "" msgid ""
"Usage:\n" "Usage:\n"
" %s [OPTION]... DATADIR\n" " %s [OPTION]... DATADIR\n"
"\n" "\n"
msgstr "" msgstr ""
"Использование:\n" "Использование:\n"
" %s [ОПЦИИ]... ДИРЕКТОРИЯ-ДАННЫХ\n" " %s [ПАРАМЕТР]... КАТАЛОГ_ДАННЫХ\n"
"\n" "\n"
#: pg_resetxlog.c:932 #: pg_resetxlog.c:991
#, c-format #, c-format
msgid "Options:\n" msgid "Options:\n"
msgstr "Опции:\n" msgstr "Параметры:\n"
#: pg_resetxlog.c:933 #: pg_resetxlog.c:992
#, c-format #, c-format
msgid " -f force update to be done\n" msgid " -f force update to be done\n"
msgstr " -f принудительное выполнение обновления\n" msgstr " -f принудительное выполнение операции\n"
#: pg_resetxlog.c:934 #: pg_resetxlog.c:993
#, c-format #, c-format
msgid "" msgid ""
" -l TLI,FILE,SEG force minimum WAL starting location for new transaction " " -l TLI,FILE,SEG force minimum WAL starting location for new transaction "
"log\n" "log\n"
msgstr " -l TLI,ФАЙЛ,СЕГ выставить минимальное начальное положение сегмента WAL для нового журнала транзакций\n" msgstr ""
" -l TLI,ФАЙЛ,СЕГ задать минимальное начальное положение WAL для нового "
"журнала\n"
" транзакций\n"
#: pg_resetxlog.c:935 #: pg_resetxlog.c:994
#, c-format #, c-format
msgid " -m XID set next multitransaction ID\n" msgid " -m XID set next multitransaction ID\n"
msgstr " -m XID задать ID следующей мультитранзакции\n" msgstr " -m XID задать ID следующей мультитранзакции\n"
#: pg_resetxlog.c:936 #: pg_resetxlog.c:995
#, c-format #, c-format
msgid "" msgid ""
" -n no update, just show extracted control values (for " " -n no update, just show extracted control values (for "
"testing)\n" "testing)\n"
msgstr "" msgstr ""
" -n без обновления, только показать извлеченные контрольные " " -n ничего не делать, только показать извлечённые значения\n"
"значения (для тестирования)\n" " параметров (для проверки)\n"
#: pg_resetxlog.c:937 #: pg_resetxlog.c:996
#, c-format #, c-format
msgid " -o OID set next OID\n" msgid " -o OID set next OID\n"
msgstr " -o OID задать последующий OID\n" msgstr " -o OID задать следующий OID\n"
#: pg_resetxlog.c:938 #: pg_resetxlog.c:997
#, c-format #, c-format
msgid " -O OFFSET set next multitransaction offset\n" msgid " -O OFFSET set next multitransaction offset\n"
msgstr " -O OFFSET задать смещение следующей мультитранзакции\n" msgstr " -O OFFSET задать смещение следующей мультитранзакции\n"
#: pg_resetxlog.c:939 #: pg_resetxlog.c:998
#, c-format #, c-format
msgid " -x XID set next transaction ID\n" msgid " -x XID set next transaction ID\n"
msgstr " -x XID задать ID следующей транзакции\n" msgstr " -x XID задать ID следующей транзакции\n"
#: pg_resetxlog.c:940 #: pg_resetxlog.c:999
#, c-format #, c-format
msgid " -e XIDEPOCH set next transaction ID epoch\n" msgid " -e XIDEPOCH set next transaction ID epoch\n"
msgstr " -e XIDEPOCH задать эпоху/старшие биты ID транзакции\n" msgstr " -e XIDEPOCH задать эпоху в ID следующей транзакции\n"
#: pg_resetxlog.c:941 #: pg_resetxlog.c:1000
#, c-format #, c-format
msgid " --help show this help, then exit\n" msgid " --help show this help, then exit\n"
msgstr " --help показать эту подсказку и выйти\n" msgstr " --help показать эту справку и выйти\n"
#: pg_resetxlog.c:942 #: pg_resetxlog.c:1001
#, c-format #, c-format
msgid " --version output version information, then exit\n" msgid " --version output version information, then exit\n"
msgstr " --version показать версию и выйти\n" msgstr " --version показать версию и выйти\n"
#: pg_resetxlog.c:943 #: pg_resetxlog.c:1002
#, c-format #, c-format
msgid "" msgid ""
"\n" "\n"
"Report bugs to <pgsql-bugs@postgresql.org>.\n" "Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr "" msgstr ""
"\n" "\n"
"Сообщения об ошибках: <pgsql-bugs@postgresql.org>.\n" "Об ошибках сообщайте по адресу <pgsql-bugs@postgresql.org>.\n"
#~ msgid "Maximum number of function arguments: %u\n"
#~ msgstr "Максимальное число аргументов функции: %u\n"

View File

@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PostgreSQL 8.3\n" "Project-Id-Version: PostgreSQL 8.3\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-07-26 21:26+0000\n" "POT-Creation-Date: 2011-07-26 21:26+0000\n"
"PO-Revision-Date: 2012-05-03 22:20+0300\n" "PO-Revision-Date: 2012-06-08 15:09+0300\n"
"Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n" "Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
"Language-Team: German <peter_e@gmx.net>\n" "Language-Team: German <peter_e@gmx.net>\n"
"Language: de\n" "Language: de\n"
@ -789,8 +789,7 @@ msgstr " \\i DATEI Anweisungen aus Datei ausf
#: help.c:207 #: help.c:207
#, c-format #, c-format
msgid " \\o [FILE] send all query results to file or |pipe\n" msgid " \\o [FILE] send all query results to file or |pipe\n"
msgstr "" msgstr " \\o [DATEI] alle Anfrageergebnisse in Datei oder |Pipe schreiben\n"
" \\o DATEI alle Anfrageergebnisse in Datei oder |Pipe schreiben\n"
#: help.c:208 #: help.c:208
#, c-format #, c-format

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: PostgreSQL 8.3\n" "Project-Id-Version: PostgreSQL 8.3\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-07-26 21:27+0000\n" "POT-Creation-Date: 2011-07-26 21:27+0000\n"
"PO-Revision-Date: 2011-07-27 23:51+0300\n" "PO-Revision-Date: 2012-07-13 23:33+0300\n"
"Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n" "Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
"Language-Team: German <peter_e@gmx.net>\n" "Language-Team: German <peter_e@gmx.net>\n"
"Language: de\n" "Language: de\n"
@ -266,9 +266,7 @@ msgstr "ung
#: fe-connect.c:2876 fe-connect.c:3174 #: fe-connect.c:2876 fe-connect.c:3174
msgid "unterminated quoted string in connection info string\n" msgid "unterminated quoted string in connection info string\n"
msgstr "" msgstr "fehlendes schließendes Anführungszeichen (\") in der Zeichenkette der Verbindungsdaten\n"
"fehlendes schließendes Anführungszeichen (\") in der Zeichenkette der "
"Verbindugsdaten\n"
#: fe-connect.c:2919 #: fe-connect.c:2919
#, c-format #, c-format

File diff suppressed because it is too large Load Diff