Russian: Translation updates (initdb, pg_resetxlog, postgres)
authorAlexander Lakhin <exclusion@gmail.com>
Wed, 2 Apr 2014 05:04:40 +0000 (09:04 +0400)
committerAlexander Lakhin <exclusion@gmail.com>
Wed, 2 Apr 2014 05:04:40 +0000 (09:04 +0400)
ru/initdb.po
ru/pg_resetxlog.po
ru/postgres.po

index f4e12f0e6b8128b0a3bc3e88a44a77e99af2cd36..b7d25630b3887858e1eeb9a9a54be4337a788099 100644 (file)
@@ -25,8 +25,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostgreSQL 9.0\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2012-07-10 22:37+0000\n"
-"PO-Revision-Date: 2012-04-02 19:17+0400\n"
+"POT-Creation-Date: 2014-03-29 08:24+0000\n"
+"PO-Revision-Date: 2014-04-02 08:23+0400\n"
 "Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
 "Language-Team: Russian <pgtranslation-translators@pgfoundry.org>\n"
 "Language: ru\n"
@@ -38,85 +38,85 @@ msgstr ""
 "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"
+"X-Generator: Lokalize 1.5\n"
 
 #: initdb.c:254 initdb.c:268
 #, c-format
 msgid "%s: out of memory\n"
 msgstr "%s: нехватка памяти\n"
 
-#: initdb.c:377 initdb.c:1432
+#: initdb.c:378 initdb.c:1427
 #, c-format
 msgid "%s: could not open file \"%s\" for reading: %s\n"
 msgstr "%s: не удалось открыть файл \"%s\" для чтения: %s\n"
 
-#: initdb.c:433 initdb.c:956 initdb.c:985
+#: initdb.c:434 initdb.c:951 initdb.c:980
 #, c-format
 msgid "%s: could not open file \"%s\" for writing: %s\n"
 msgstr "%s: не удалось открыть файл \"%s\" для записи: %s\n"
 
-#: initdb.c:441 initdb.c:449 initdb.c:963 initdb.c:991
+#: initdb.c:442 initdb.c:450 initdb.c:958 initdb.c:986
 #, c-format
 msgid "%s: could not write file \"%s\": %s\n"
 msgstr "%s: не удалось записать файл \"%s\": %s\n"
 
-#: initdb.c:468
+#: initdb.c:469
 #, c-format
 msgid "%s: could not execute command \"%s\": %s\n"
 msgstr "%s: не удалось выполнить команду \"%s\": %s\n"
 
-#: initdb.c:588
+#: initdb.c:589
 #, c-format
 msgid "%s: removing data directory \"%s\"\n"
 msgstr "%s: удаление каталога данных \"%s\"\n"
 
-#: initdb.c:591
+#: initdb.c:592
 #, c-format
 msgid "%s: failed to remove data directory\n"
 msgstr "%s: ошибка при удалении каталога данных\n"
 
-#: initdb.c:597
+#: initdb.c:598
 #, c-format
 msgid "%s: removing contents of data directory \"%s\"\n"
 msgstr "%s: удаление содержимого каталога данных \"%s\"\n"
 
-#: initdb.c:600
+#: initdb.c:601
 #, c-format
 msgid "%s: failed to remove contents of data directory\n"
 msgstr "%s: ошибка при удалении содержимого каталога данных\n"
 
-#: initdb.c:606
+#: initdb.c:607
 #, c-format
 msgid "%s: removing transaction log directory \"%s\"\n"
 msgstr "%s: удаление каталога журнала транзакций \"%s\"\n"
 
-#: initdb.c:609
+#: initdb.c:610
 #, c-format
 msgid "%s: failed to remove transaction log directory\n"
 msgstr "%s: ошибка при удалении каталога журнала транзакций\n"
 
-#: initdb.c:615
+#: initdb.c:616
 #, c-format
 msgid "%s: removing contents of transaction log directory \"%s\"\n"
 msgstr "%s: очистка каталога журнала транзакций \"%s\"\n"
 
-#: initdb.c:618
+#: initdb.c:619
 #, c-format
 msgid "%s: failed to remove contents of transaction log directory\n"
 msgstr "%s: ошибка при очистке каталога журнала транзакций\n"
 
-#: initdb.c:627
+#: initdb.c:628
 #, c-format
 msgid "%s: data directory \"%s\" not removed at user's request\n"
 msgstr "%s: каталог данных \"%s\" не был удалён по запросу пользователя\n"
 
-#: initdb.c:632
+#: initdb.c:633
 #, c-format
 msgid "%s: transaction log directory \"%s\" not removed at user's request\n"
 msgstr ""
 "%s: каталог журнала транзакций \"%s\" не был удалён по запросу пользователя\n"
 
-#: initdb.c:654
+#: initdb.c:655
 #, c-format
 msgid ""
 "%s: cannot be run as root\n"
@@ -127,32 +127,32 @@ msgstr ""
 "Пожалуйста, переключитесь на обычного пользователя (например,\n"
 "используя \"su\"), который будет запускать серверный процесс.\n"
 
-#: initdb.c:666
+#: initdb.c:667
 #, c-format
 msgid "%s: could not obtain information about current user: %s\n"
 msgstr "%s: не удалось получить информацию о текущем пользователе: %s\n"
 
-#: initdb.c:683
+#: initdb.c:684
 #, c-format
 msgid "%s: could not get current user name: %s\n"
 msgstr "%s: не удалось узнать имя текущего пользователя: %s\n"
 
-#: initdb.c:714
+#: initdb.c:715
 #, c-format
 msgid "%s: \"%s\" is not a valid server encoding name\n"
 msgstr "%s: \"%s\" - неверное имя серверной кодировки\n"
 
-#: initdb.c:876 initdb.c:3009
+#: initdb.c:871 initdb.c:3004
 #, c-format
 msgid "%s: could not create directory \"%s\": %s\n"
 msgstr "%s: не удалось создать каталог \"%s\": %s\n"
 
-#: initdb.c:906
+#: initdb.c:901
 #, c-format
 msgid "%s: file \"%s\" does not exist\n"
 msgstr "%s: файл \"%s\" не существует\n"
 
-#: initdb.c:908 initdb.c:917 initdb.c:927
+#: initdb.c:903 initdb.c:912 initdb.c:922
 #, c-format
 msgid ""
 "This might mean you have a corrupted installation or identified\n"
@@ -161,36 +161,36 @@ msgstr ""
 "Это означает, что ваша установка PostgreSQL испорчена или в параметре -L\n"
 "задан неправильный каталог.\n"
 
-#: initdb.c:914
+#: initdb.c:909
 #, c-format
 msgid "%s: could not access file \"%s\": %s\n"
 msgstr "%s: нет доступа к файлу \"%s\": %s\n"
 
-#: initdb.c:925
+#: initdb.c:920
 #, c-format
 msgid "%s: file \"%s\" is not a regular file\n"
 msgstr "%s: \"%s\" - не обычный файл\n"
 
-#: initdb.c:1033
+#: initdb.c:1028
 #, c-format
 msgid "selecting default max_connections ... "
 msgstr "выбирается значение max_connections... "
 
-#: initdb.c:1062
+#: initdb.c:1057
 #, c-format
 msgid "selecting default shared_buffers ... "
 msgstr "выбирается значение shared_buffers... "
 
-#: initdb.c:1105
+#: initdb.c:1100
 msgid "creating configuration files ... "
 msgstr "создание конфигурационных файлов... "
 
-#: initdb.c:1272
+#: initdb.c:1267
 #, c-format
 msgid "creating template1 database in %s/base/1 ... "
 msgstr "создание базы template1 в %s/base/1... "
 
-#: initdb.c:1288
+#: initdb.c:1283
 #, c-format
 msgid ""
 "%s: input file \"%s\" does not belong to PostgreSQL %s\n"
@@ -199,103 +199,103 @@ msgstr ""
 "%s: входной файл \"%s\" не принадлежит PostgreSQL %s\n"
 "Проверьте вашу установку или укажите правильный путь в параметре -L.\n"
 
-#: initdb.c:1373
+#: initdb.c:1368
 msgid "initializing pg_authid ... "
 msgstr "инициализация pg_authid... "
 
-#: initdb.c:1407
+#: initdb.c:1402
 msgid "Enter new superuser password: "
 msgstr "Введите новый пароль суперпользователя: "
 
-#: initdb.c:1408
+#: initdb.c:1403
 msgid "Enter it again: "
 msgstr "Повторите его: "
 
-#: initdb.c:1411
+#: initdb.c:1406
 #, c-format
 msgid "Passwords didn't match.\n"
 msgstr "Пароли не совпадают.\n"
 
-#: initdb.c:1438
+#: initdb.c:1433
 #, c-format
 msgid "%s: could not read password from file \"%s\": %s\n"
 msgstr "%s: не удалось прочитать пароль из файла \"%s\": %s\n"
 
-#: initdb.c:1451
+#: initdb.c:1446
 #, c-format
 msgid "setting password ... "
 msgstr "установка пароля... "
 
-#: initdb.c:1549
+#: initdb.c:1544
 msgid "initializing dependencies ... "
 msgstr "инициализация зависимостей... "
 
-#: initdb.c:1577
+#: initdb.c:1572
 msgid "creating system views ... "
 msgstr "создание системных представлений... "
 
-#: initdb.c:1613
+#: initdb.c:1608
 msgid "loading system objects' descriptions ... "
 msgstr "загрузка описаний системных объектов... "
 
-#: initdb.c:1665
+#: initdb.c:1660
 msgid "creating conversions ... "
 msgstr "создание преобразований... "
 
-#: initdb.c:1700
+#: initdb.c:1695
 msgid "creating dictionaries ... "
 msgstr "создание словарей... "
 
-#: initdb.c:1754
+#: initdb.c:1749
 msgid "setting privileges on built-in objects ... "
 msgstr "установка прав для встроенных объектов... "
 
-#: initdb.c:1812
+#: initdb.c:1807
 msgid "creating information schema ... "
 msgstr "создание информационной схемы... "
 
-#: initdb.c:1868
+#: initdb.c:1863
 msgid "loading PL/pgSQL server-side language ... "
 msgstr "загрузка серверного языка PL/pgSQL... "
 
-#: initdb.c:1893
+#: initdb.c:1888
 msgid "vacuuming database template1 ... "
 msgstr "очистка базы данных template1... "
 
-#: initdb.c:1947
+#: initdb.c:1942
 msgid "copying template1 to template0 ... "
 msgstr "копирование template1 в template0... "
 
-#: initdb.c:1978
+#: initdb.c:1973
 msgid "copying template1 to postgres ... "
 msgstr "копирование template1 в postgres... "
 
-#: initdb.c:2035
+#: initdb.c:2030
 #, c-format
 msgid "caught signal\n"
 msgstr "получен сигнал\n"
 
-#: initdb.c:2041
+#: initdb.c:2036
 #, c-format
 msgid "could not write to child process: %s\n"
 msgstr "не удалось записать в поток дочернего процесса: %s\n"
 
-#: initdb.c:2049
+#: initdb.c:2044
 #, c-format
 msgid "ok\n"
 msgstr "ок\n"
 
-#: initdb.c:2169
+#: initdb.c:2164
 #, c-format
 msgid "%s: invalid locale name \"%s\"\n"
 msgstr "%s: ошибочное имя локали \"%s\"\n"
 
-#: initdb.c:2195
+#: initdb.c:2190
 #, c-format
 msgid "%s: encoding mismatch\n"
 msgstr "%s: несоответствие кодировки\n"
 
-#: initdb.c:2197
+#: initdb.c:2192
 #, c-format
 msgid ""
 "The encoding you selected (%s) and the encoding that the\n"
@@ -310,7 +310,7 @@ msgstr ""
 "Для исправления перезапустите %s, не указывая кодировку явно, \n"
 "либо выберите подходящее сочетание параметров локализации.\n"
 
-#: initdb.c:2378
+#: initdb.c:2373
 #, c-format
 msgid ""
 "%s initializes a PostgreSQL database cluster.\n"
@@ -319,17 +319,17 @@ msgstr ""
 "%s инициализирует кластер PostgreSQL.\n"
 "\n"
 
-#: initdb.c:2379
+#: initdb.c:2374
 #, c-format
 msgid "Usage:\n"
 msgstr "Использование:\n"
 
-#: initdb.c:2380
+#: initdb.c:2375
 #, c-format
 msgid "  %s [OPTION]... [DATADIR]\n"
 msgstr "  %s [ПАРАМЕТР]... [КАТАЛОГ]\n"
 
-#: initdb.c:2381
+#: initdb.c:2376
 #, c-format
 msgid ""
 "\n"
@@ -338,7 +338,7 @@ msgstr ""
 "\n"
 "Параметры:\n"
 
-#: initdb.c:2382
+#: initdb.c:2377
 #, c-format
 msgid ""
 "  -A, --auth=METHOD         default authentication method for local "
@@ -347,22 +347,22 @@ msgstr ""
 "  -A, --auth=МЕТОД          метод проверки подлинности по умолчанию\n"
 "                            для локальных подключений\n"
 
-#: initdb.c:2383
+#: initdb.c:2378
 #, c-format
 msgid " [-D, --pgdata=]DATADIR     location for this database cluster\n"
 msgstr " [-D, --pgdata=]КАТАЛОГ     расположение данных этого кластера БД\n"
 
-#: initdb.c:2384
+#: initdb.c:2379
 #, c-format
 msgid "  -E, --encoding=ENCODING   set default encoding for new databases\n"
 msgstr "  -E, --encoding=КОДИРОВКА  кодировка по умолчанию для новых баз\n"
 
-#: initdb.c:2385
+#: initdb.c:2380
 #, c-format
 msgid "      --locale=LOCALE       set default locale for new databases\n"
 msgstr "      --locale=ЛОКАЛЬ       локаль по умолчанию для новых баз\n"
 
-#: initdb.c:2386
+#: initdb.c:2381
 #, c-format
 msgid ""
 "      --lc-collate=, --lc-ctype=, --lc-messages=LOCALE\n"
@@ -376,19 +376,19 @@ msgstr ""
 "                            установить соответствующий параметр локали\n"
 "                            для новых баз (вместо значения из окружения)\n"
 
-#: initdb.c:2390
+#: initdb.c:2385
 #, c-format
 msgid "      --no-locale           equivalent to --locale=C\n"
 msgstr "      --no-locale           эквивалентно --locale=C\n"
 
-#: initdb.c:2391
+#: initdb.c:2386
 #, c-format
 msgid ""
 "      --pwfile=FILE         read password for the new superuser from file\n"
 msgstr ""
 "      --pwfile=ФАЙЛ         прочитать пароль суперпользователя из файла\n"
 
-#: initdb.c:2392
+#: initdb.c:2387
 #, c-format
 msgid ""
 "  -T, --text-search-config=CFG\n"
@@ -397,24 +397,24 @@ msgstr ""
 "  -T, --text-search-config=КОНФИГУРАЦИЯ\n"
 "                            конфигурация текстового поиска по умолчанию\n"
 
-#: initdb.c:2394
+#: initdb.c:2389
 #, c-format
 msgid "  -U, --username=NAME       database superuser name\n"
 msgstr "  -U, --username=ИМЯ        имя суперпользователя БД\n"
 
-#: initdb.c:2395
+#: initdb.c:2390
 #, c-format
 msgid ""
 "  -W, --pwprompt            prompt for a password for the new superuser\n"
 msgstr "  -W, --pwprompt            запросить пароль суперпользователя\n"
 
-#: initdb.c:2396
+#: initdb.c:2391
 #, c-format
 msgid ""
 "  -X, --xlogdir=XLOGDIR     location for the transaction log directory\n"
 msgstr "  -X, --xlogdir=КАТАЛОГ     расположение журнала транзакций\n"
 
-#: initdb.c:2397
+#: initdb.c:2392
 #, c-format
 msgid ""
 "\n"
@@ -423,27 +423,27 @@ msgstr ""
 "\n"
 "Редко используемые параметры:\n"
 
-#: initdb.c:2398
+#: initdb.c:2393
 #, c-format
 msgid "  -d, --debug               generate lots of debugging output\n"
 msgstr "  -d, --debug               выдавать много отладочных сообщений\n"
 
-#: initdb.c:2399
+#: initdb.c:2394
 #, c-format
 msgid "  -L DIRECTORY              where to find the input files\n"
 msgstr "  -L КАТАЛОГ                расположение входных файлов\n"
 
-#: initdb.c:2400
+#: initdb.c:2395
 #, c-format
 msgid "  -n, --noclean             do not clean up after errors\n"
 msgstr "  -n, --noclean             не очищать после ошибок\n"
 
-#: initdb.c:2401
+#: initdb.c:2396
 #, c-format
 msgid "  -s, --show                show internal settings\n"
 msgstr "  -s, --show                показать внутренние настройки\n"
 
-#: initdb.c:2402
+#: initdb.c:2397
 #, c-format
 msgid ""
 "\n"
@@ -452,17 +452,17 @@ msgstr ""
 "\n"
 "Другие параметры:\n"
 
-#: initdb.c:2403
+#: initdb.c:2398
 #, c-format
 msgid "  -?, --help                show this help, then exit\n"
 msgstr "  -?, --help                показать эту справку и выйти\n"
 
-#: initdb.c:2404
+#: initdb.c:2399
 #, c-format
 msgid "  -V, --version             output version information, then exit\n"
 msgstr "  -V, --version             показать версию и выйти\n"
 
-#: initdb.c:2405
+#: initdb.c:2400
 #, c-format
 msgid ""
 "\n"
@@ -472,7 +472,7 @@ msgstr ""
 "\n"
 "Если каталог данных не указан, используется переменная окружения PGDATA.\n"
 
-#: initdb.c:2407
+#: initdb.c:2402
 #, c-format
 msgid ""
 "\n"
@@ -481,34 +481,34 @@ msgstr ""
 "\n"
 "Об ошибках сообщайте по адресу <pgsql-bugs@postgresql.org>.\n"
 
-#: initdb.c:2512
+#: initdb.c:2507
 #, c-format
 msgid "Running in debug mode.\n"
 msgstr "Программа запущена в режиме отладки.\n"
 
-#: initdb.c:2516
+#: initdb.c:2511
 #, c-format
 msgid "Running in noclean mode.  Mistakes will not be cleaned up.\n"
 msgstr ""
 "Программа запущена в режим 'noclean' - очистки и исправления ошибок не "
 "будет.\n"
 
-#: initdb.c:2559 initdb.c:2577 initdb.c:2845
+#: initdb.c:2554 initdb.c:2572 initdb.c:2840
 #, c-format
 msgid "Try \"%s --help\" for more information.\n"
 msgstr "Для дополнительной информации попробуйте \"%s --help\".\n"
 
-#: initdb.c:2575
+#: initdb.c:2570
 #, c-format
 msgid "%s: too many command-line arguments (first is \"%s\")\n"
 msgstr "%s: слишком много аргументов командной строки (первый: \"%s\")\n"
 
-#: initdb.c:2584
+#: initdb.c:2579
 #, c-format
 msgid "%s: password prompt and password file cannot be specified together\n"
 msgstr "%s: нельзя одновременно запросить пароль и прочитать пароль из файла\n"
 
-#: initdb.c:2590
+#: initdb.c:2585
 msgid ""
 "\n"
 "WARNING: enabling \"trust\" authentication for local connections\n"
@@ -522,19 +522,19 @@ msgstr ""
 "A\n"
 "при следующем выполнении initdb.\n"
 
-#: initdb.c:2613
+#: initdb.c:2608
 #, c-format
 msgid "%s: unrecognized authentication method \"%s\"\n"
 msgstr "%s: нераспознанный метод проверки подлинности \"%s\"\n"
 
-#: initdb.c:2623
+#: initdb.c:2618
 #, c-format
 msgid ""
 "%s: must specify a password for the superuser to enable %s authentication\n"
 msgstr ""
 "%s: для применения метода %s необходимо указать пароль суперпользователя\n"
 
-#: initdb.c:2638
+#: initdb.c:2633
 #, c-format
 msgid ""
 "%s: no data directory specified\n"
@@ -547,7 +547,7 @@ msgstr ""
 "Это можно сделать, добавив ключ -D или установив переменную\n"
 "окружения PGDATA.\n"
 
-#: initdb.c:2722
+#: initdb.c:2717
 #, c-format
 msgid ""
 "The program \"postgres\" is needed by %s but was not found in the\n"
@@ -558,7 +558,7 @@ msgstr ""
 "в каталоге \"%s\".\n"
 "Проверьте вашу установку PostgreSQL.\n"
 
-#: initdb.c:2729
+#: initdb.c:2724
 #, c-format
 msgid ""
 "The program \"postgres\" was found by \"%s\"\n"
@@ -569,12 +569,12 @@ msgstr ""
 "но её версия отличается от версии %s.\n"
 "Проверьте вашу установку PostgreSQL.\n"
 
-#: initdb.c:2748
+#: initdb.c:2743
 #, c-format
 msgid "%s: input file location must be an absolute path\n"
 msgstr "%s: расположение входных файлов должно задаваться абсолютным путём\n"
 
-#: initdb.c:2805
+#: initdb.c:2800
 #, c-format
 msgid ""
 "The files belonging to this database system will be owned by user \"%s\".\n"
@@ -585,12 +585,12 @@ msgstr ""
 "От его имени также будет запускаться процесс сервера.\n"
 "\n"
 
-#: initdb.c:2815
+#: initdb.c:2810
 #, c-format
 msgid "The database cluster will be initialized with locale %s.\n"
 msgstr "Кластер баз данных будет инициализирован с локалью %s.\n"
 
-#: initdb.c:2818
+#: initdb.c:2813
 #, c-format
 msgid ""
 "The database cluster will be initialized with locales\n"
@@ -609,22 +609,22 @@ msgstr ""
 "  NUMERIC:  %s\n"
 "  TIME:     %s\n"
 
-#: initdb.c:2842
+#: initdb.c:2837
 #, c-format
 msgid "%s: could not find suitable encoding for locale %s\n"
 msgstr "%s: не удалось найти подходящую кодировку для локали %s\n"
 
-#: initdb.c:2844
+#: initdb.c:2839
 #, c-format
 msgid "Rerun %s with the -E option.\n"
 msgstr "Перезапустите %s с параметром -E.\n"
 
-#: initdb.c:2853
+#: initdb.c:2848
 #, c-format
 msgid "%s: locale %s requires unsupported encoding %s\n"
 msgstr "%s: для локали %s требуется неподдерживаемая кодировка %s\n"
 
-#: initdb.c:2856
+#: initdb.c:2851
 #, c-format
 msgid ""
 "Encoding %s is not allowed as a server-side encoding.\n"
@@ -633,27 +633,27 @@ msgstr ""
 "Кодировка %s недопустима в качестве кодировки сервера.\n"
 "Перезапустите %s, выбрав другую локаль.\n"
 
-#: initdb.c:2864
+#: initdb.c:2859
 #, c-format
 msgid "The default database encoding has accordingly been set to %s.\n"
 msgstr ""
 "Кодировка БД по умолчанию, выбранная в соответствии с настройками: %s.\n"
 
-#: initdb.c:2881
+#: initdb.c:2876
 #, c-format
 msgid "%s: could not find suitable text search configuration for locale %s\n"
 msgstr ""
 "%s: не удалось найти подходящую конфигурацию текстового поиска для локали "
 "%s\n"
 
-#: initdb.c:2892
+#: initdb.c:2887
 #, c-format
 msgid ""
 "%s: warning: suitable text search configuration for locale %s is unknown\n"
 msgstr ""
 "%s: внимание: для локали %s нет известной конфигурации текстового поиска\n"
 
-#: initdb.c:2897
+#: initdb.c:2892
 #, c-format
 msgid ""
 "%s: warning: specified text search configuration \"%s\" might not match "
@@ -662,32 +662,32 @@ msgstr ""
 "%s: внимание: указанная конфигурация текстового поиска \"%s\" может не "
 "соответствовать локали %s\n"
 
-#: initdb.c:2902
+#: initdb.c:2897
 #, c-format
 msgid "The default text search configuration will be set to \"%s\".\n"
 msgstr "Выбрана конфигурация текстового поиска по умолчанию \"%s\".\n"
 
-#: initdb.c:2936 initdb.c:3003
+#: initdb.c:2931 initdb.c:2998
 #, c-format
 msgid "creating directory %s ... "
 msgstr "создание каталога %s... "
 
-#: initdb.c:2950 initdb.c:3020
+#: initdb.c:2945 initdb.c:3015
 #, c-format
 msgid "fixing permissions on existing directory %s ... "
 msgstr "исправление прав для существующего каталога %s... "
 
-#: initdb.c:2956 initdb.c:3026
+#: initdb.c:2951 initdb.c:3021
 #, c-format
 msgid "%s: could not change permissions of directory \"%s\": %s\n"
 msgstr "%s: не удалось поменять права для каталога \"%s\": %s\n"
 
-#: initdb.c:2969 initdb.c:3038
+#: initdb.c:2964 initdb.c:3033
 #, c-format
 msgid "%s: directory \"%s\" exists but is not empty\n"
 msgstr "%s: каталог \"%s\" существует, но он не пуст\n"
 
-#: initdb.c:2972
+#: initdb.c:2967
 #, c-format
 msgid ""
 "If you want to create a new database system, either remove or empty\n"
@@ -698,19 +698,19 @@ msgstr ""
 "удалите или очистите каталог \"%s\",\n"
 "либо при запуске %s в качестве пути укажите не \"%s\".\n"
 
-#: initdb.c:2980 initdb.c:3048
+#: initdb.c:2975 initdb.c:3043
 #, c-format
 msgid "%s: could not access directory \"%s\": %s\n"
 msgstr "%s: нет доступа к каталогу \"%s\": %s\n"
 
-#: initdb.c:2994
+#: initdb.c:2989
 #, c-format
 msgid "%s: transaction log directory location must be an absolute path\n"
 msgstr ""
 "%s: расположение каталога журнала транзакций должно определяться абсолютным "
 "путём\n"
 
-#: initdb.c:3041
+#: initdb.c:3036
 #, c-format
 msgid ""
 "If you want to store the transaction log there, either\n"
@@ -719,22 +719,22 @@ msgstr ""
 "Если вы хотите хранить журнал транзакций здесь,\n"
 "удалите или очистите каталог \"%s\".\n"
 
-#: initdb.c:3060
+#: initdb.c:3055
 #, c-format
 msgid "%s: could not create symbolic link \"%s\": %s\n"
 msgstr "%s: не удалось создать символическую ссылку \"%s\": %s\n"
 
-#: initdb.c:3065
+#: initdb.c:3060
 #, c-format
 msgid "%s: symlinks are not supported on this platform"
 msgstr "%s: символические ссылки не поддерживаются в этой ОС"
 
-#: initdb.c:3071
+#: initdb.c:3066
 #, c-format
 msgid "creating subdirectories ... "
 msgstr "создание подкаталогов... "
 
-#: initdb.c:3135
+#: initdb.c:3130
 #, c-format
 msgid ""
 "\n"
@@ -768,17 +768,22 @@ msgstr "не удалось создать связь для каталога \"
 msgid "could not open directory \"%s\": %s\n"
 msgstr "не удалось открыть каталог \"%s\": %s\n"
 
-#: ../../port/dirmod.c:362
+#: ../../port/dirmod.c:358
 #, c-format
 msgid "could not read directory \"%s\": %s\n"
 msgstr "не удалось прочитать каталог \"%s\": %s\n"
 
-#: ../../port/dirmod.c:445
+#: ../../port/dirmod.c:370
+#, c-format
+msgid "could not close directory \"%s\": %s\n"
+msgstr "не удалось закрыть каталог \"%s\": %s\n"
+
+#: ../../port/dirmod.c:449
 #, c-format
 msgid "could not stat file or directory \"%s\": %s\n"
 msgstr "не удалось получить информацию о файле или каталоге \"%s\": %s\n"
 
-#: ../../port/dirmod.c:472 ../../port/dirmod.c:489
+#: ../../port/dirmod.c:476 ../../port/dirmod.c:493
 #, c-format
 msgid "could not remove file or directory \"%s\": %s\n"
 msgstr "ошибка при удалении файла или каталога \"%s\": %s\n"
@@ -813,27 +818,27 @@ msgstr "не удалось перейти в каталог \"%s\""
 msgid "could not read symbolic link \"%s\""
 msgstr "не удалось прочитать символическую ссылку \"%s\""
 
-#: ../../port/exec.c:516
+#: ../../port/exec.c:525
 #, c-format
 msgid "child process exited with exit code %d"
 msgstr "дочерний процесс завершился с кодом возврата %d"
 
-#: ../../port/exec.c:520
+#: ../../port/exec.c:529
 #, c-format
 msgid "child process was terminated by exception 0x%X"
 msgstr "дочерний процесс прерван исключением 0x%X"
 
-#: ../../port/exec.c:529
+#: ../../port/exec.c:538
 #, c-format
 msgid "child process was terminated by signal %s"
 msgstr "дочерний процесс завершён по сигналу %s"
 
-#: ../../port/exec.c:532
+#: ../../port/exec.c:541
 #, c-format
 msgid "child process was terminated by signal %d"
 msgstr "дочерний процесс завершён по сигналу %d"
 
-#: ../../port/exec.c:536
+#: ../../port/exec.c:545
 #, c-format
 msgid "child process exited with unrecognized status %d"
 msgstr "дочерний процесс завершился с нераспознанным состоянием %d"
index e4f99373a2d32125bc444b913578f23642f43e2f..dbfae9b2dc6991d4d2aeb4c22c4645aa1ada1007 100644 (file)
@@ -27,8 +27,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostgreSQL 9.0\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2012-07-10 22:36+0000\n"
-"PO-Revision-Date: 2012-04-02 19:17+0400\n"
+"POT-Creation-Date: 2014-03-29 08:24+0000\n"
+"PO-Revision-Date: 2014-04-02 08:23+0400\n"
 "Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
 "Language-Team: Russian <pgtranslation-translators@pgfoundry.org>\n"
 "Language: ru\n"
@@ -37,96 +37,96 @@ msgstr ""
 "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"
+"X-Generator: Lokalize 1.5\n"
 
-#: pg_resetxlog.c:135
+#: pg_resetxlog.c:134
 #, c-format
 msgid "%s: invalid argument for option -e\n"
 msgstr "%s: недопустимый аргумент параметра -e\n"
 
-#: pg_resetxlog.c:136 pg_resetxlog.c:151 pg_resetxlog.c:166 pg_resetxlog.c:181
-#: pg_resetxlog.c:196 pg_resetxlog.c:211 pg_resetxlog.c:218 pg_resetxlog.c:225
-#: pg_resetxlog.c:231 pg_resetxlog.c:239
+#: pg_resetxlog.c:135 pg_resetxlog.c:150 pg_resetxlog.c:165 pg_resetxlog.c:180
+#: pg_resetxlog.c:195 pg_resetxlog.c:210 pg_resetxlog.c:217 pg_resetxlog.c:224
+#: pg_resetxlog.c:230 pg_resetxlog.c:238
 #, c-format
 msgid "Try \"%s --help\" for more information.\n"
 msgstr "Для дополнительной информации попробуйте \"%s --help\".\n"
 
-#: pg_resetxlog.c:141
+#: pg_resetxlog.c:140
 #, c-format
 msgid "%s: transaction ID epoch (-e) must not be -1\n"
 msgstr "%s: эпоха ID транзакции (-e) не должна быть равна -1\n"
 
-#: pg_resetxlog.c:150
+#: pg_resetxlog.c:149
 #, c-format
 msgid "%s: invalid argument for option -x\n"
 msgstr "%s: недопустимый аргумент параметра -x\n"
 
-#: pg_resetxlog.c:156
+#: pg_resetxlog.c:155
 #, c-format
 msgid "%s: transaction ID (-x) must not be 0\n"
 msgstr "%s: ID транзакции (-x) не должен быть равен 0\n"
 
-#: pg_resetxlog.c:165
+#: pg_resetxlog.c:164
 #, c-format
 msgid "%s: invalid argument for option -o\n"
 msgstr "%s: недопустимый аргумент параметра -o\n"
 
-#: pg_resetxlog.c:171
+#: pg_resetxlog.c:170
 #, c-format
 msgid "%s: OID (-o) must not be 0\n"
 msgstr "%s: OID (-o) не должен быть равен 0\n"
 
-#: pg_resetxlog.c:180
+#: pg_resetxlog.c:179
 #, c-format
 msgid "%s: invalid argument for option -m\n"
 msgstr "%s: недопустимый аргумент параметра -m\n"
 
-#: pg_resetxlog.c:186
+#: pg_resetxlog.c:185
 #, c-format
 msgid "%s: multitransaction ID (-m) must not be 0\n"
 msgstr "%s: ID мультитранзакции (-m) не должен быть равен 0\n"
 
-#: pg_resetxlog.c:195
+#: pg_resetxlog.c:194
 #, c-format
 msgid "%s: invalid argument for option -O\n"
 msgstr "%s: недопустимый аргумент параметра -O\n"
 
-#: pg_resetxlog.c:201
+#: pg_resetxlog.c:200
 #, c-format
 msgid "%s: multitransaction offset (-O) must not be -1\n"
 msgstr "%s: смещение мультитранзакции (-O) не должно быть равно -1\n"
 
-#: pg_resetxlog.c:210 pg_resetxlog.c:217 pg_resetxlog.c:224
+#: pg_resetxlog.c:209 pg_resetxlog.c:216 pg_resetxlog.c:223
 #, c-format
 msgid "%s: invalid argument for option -l\n"
 msgstr "%s: недопустимый аргумента параметра -l\n"
 
-#: pg_resetxlog.c:238
+#: pg_resetxlog.c:237
 #, c-format
 msgid "%s: no data directory specified\n"
 msgstr "%s: каталог данных не указан\n"
 
-#: pg_resetxlog.c:252
+#: pg_resetxlog.c:251
 #, c-format
 msgid "%s: cannot be executed by \"root\"\n"
 msgstr "%s: программу не должен запускать root\n"
 
-#: pg_resetxlog.c:254
+#: pg_resetxlog.c:253
 #, c-format
 msgid "You must run %s as the PostgreSQL superuser.\n"
 msgstr "Запускать %s нужно от имени суперпользователя PostgreSQL.\n"
 
-#: pg_resetxlog.c:264
+#: pg_resetxlog.c:263
 #, c-format
 msgid "%s: could not change directory to \"%s\": %s\n"
 msgstr "%s: не удалось перейти в каталог \"%s\": %s\n"
 
-#: pg_resetxlog.c:279 pg_resetxlog.c:407
+#: pg_resetxlog.c:276 pg_resetxlog.c:405
 #, c-format
 msgid "%s: could not open file \"%s\" for reading: %s\n"
 msgstr "%s: не удалось открыть файл \"%s\" для чтения: %s\n"
 
-#: pg_resetxlog.c:285
+#: pg_resetxlog.c:283
 #, c-format
 msgid ""
 "%s: lock file \"%s\" exists\n"
@@ -135,7 +135,7 @@ msgstr ""
 "%s: обнаружен файл блокировки \"%s\"\n"
 "Возможно, сервер запущен? Если нет, удалите этот файл и попробуйте снова.\n"
 
-#: pg_resetxlog.c:355
+#: pg_resetxlog.c:353
 #, c-format
 msgid ""
 "\n"
@@ -145,7 +145,7 @@ msgstr ""
 "Если эти значения приемлемы, выполните сброс принудительно, добавив ключ -"
 "f.\n"
 
-#: pg_resetxlog.c:367
+#: pg_resetxlog.c:365
 #, c-format
 msgid ""
 "The database server was not shut down cleanly.\n"
@@ -156,12 +156,12 @@ msgstr ""
 "Сброс журнала транзакций может привести к потере данных.\n"
 "Если вы хотите сбросить его, несмотря на это, добавьте ключ -f.\n"
 
-#: pg_resetxlog.c:381
+#: pg_resetxlog.c:379
 #, c-format
 msgid "Transaction log reset\n"
 msgstr "Журнал транзакций сброшен\n"
 
-#: pg_resetxlog.c:410
+#: pg_resetxlog.c:408
 #, c-format
 msgid ""
 "If you are sure the data directory path is correct, execute\n"
@@ -172,25 +172,25 @@ msgstr ""
 "  touch %s\n"
 "и повторите попытку.\n"
 
-#: pg_resetxlog.c:423
+#: pg_resetxlog.c:421
 #, c-format
 msgid "%s: could not read file \"%s\": %s\n"
 msgstr "%s: не удалось прочитать файл \"%s\": %s\n"
 
-#: pg_resetxlog.c:446
+#: pg_resetxlog.c:444
 #, c-format
 msgid "%s: pg_control exists but has invalid CRC; proceed with caution\n"
 msgstr ""
 "%s: pg_control существует, но его контрольная сумма неверна; продолжайте с "
 "осторожностью\n"
 
-#: pg_resetxlog.c:455
+#: pg_resetxlog.c:453
 #, c-format
 msgid "%s: pg_control exists but is broken or unknown version; ignoring it\n"
 msgstr ""
 "%s: pg_control испорчен или имеет неизвестную версию; игнорируется...\n"
 
-#: pg_resetxlog.c:549
+#: pg_resetxlog.c:547
 #, c-format
 msgid ""
 "Guessed pg_control values:\n"
@@ -199,7 +199,7 @@ msgstr ""
 "Предлагаемые значения pg_control:\n"
 "\n"
 
-#: pg_resetxlog.c:551
+#: pg_resetxlog.c:549
 #, c-format
 msgid ""
 "pg_control values:\n"
@@ -208,143 +208,143 @@ msgstr ""
 "значения pg_control:\n"
 "\n"
 
-#: pg_resetxlog.c:560
+#: pg_resetxlog.c:558
 #, c-format
 msgid "First log file ID after reset:        %u\n"
 msgstr "ID первого журнала после сброса:      %u\n"
 
-#: pg_resetxlog.c:562
+#: pg_resetxlog.c:560
 #, c-format
 msgid "First log file segment after reset:   %u\n"
 msgstr "Сегмент первого журнала после сброса: %u\n"
 
-#: pg_resetxlog.c:564
+#: pg_resetxlog.c:562
 #, c-format
 msgid "pg_control version number:            %u\n"
 msgstr "Номер версии pg_control:              %u\n"
 
-#: pg_resetxlog.c:566
+#: pg_resetxlog.c:564
 #, c-format
 msgid "Catalog version number:               %u\n"
 msgstr "Номер версии каталога:                %u\n"
 
-#: pg_resetxlog.c:568
+#: pg_resetxlog.c:566
 #, c-format
 msgid "Database system identifier:           %s\n"
 msgstr "Идентификатор системы баз данных:     %s\n"
 
-#: pg_resetxlog.c:570
+#: pg_resetxlog.c:568
 #, c-format
 msgid "Latest checkpoint's TimeLineID:       %u\n"
 msgstr "Линия времени последней конт. точки:  %u\n"
 
-#: pg_resetxlog.c:572
+#: pg_resetxlog.c:570
 #, c-format
 msgid "Latest checkpoint's NextXID:          %u/%u\n"
 msgstr "NextXID последней конт. точки:        %u/%u\n"
 
-#: pg_resetxlog.c:575
+#: pg_resetxlog.c:573
 #, c-format
 msgid "Latest checkpoint's NextOID:          %u\n"
 msgstr "NextOID последней конт. точки:        %u\n"
 
-#: pg_resetxlog.c:577
+#: pg_resetxlog.c:575
 #, c-format
 msgid "Latest checkpoint's NextMultiXactId:  %u\n"
 msgstr "NextMultiXactId послед. конт. точки:  %u\n"
 
-#: pg_resetxlog.c:579
+#: pg_resetxlog.c:577
 #, c-format
 msgid "Latest checkpoint's NextMultiOffset:  %u\n"
 msgstr "NextMultiOffset послед. конт. точки:  %u\n"
 
-#: pg_resetxlog.c:581
+#: pg_resetxlog.c:579
 #, c-format
 msgid "Latest checkpoint's oldestXID:        %u\n"
 msgstr "oldestXID последней конт. точки:      %u\n"
 
-#: pg_resetxlog.c:583
+#: pg_resetxlog.c:581
 #, c-format
 msgid "Latest checkpoint's oldestXID's DB:   %u\n"
 msgstr "БД с oldestXID последней конт. точки: %u\n"
 
-#: pg_resetxlog.c:585
+#: pg_resetxlog.c:583
 #, c-format
 msgid "Latest checkpoint's oldestActiveXID:  %u\n"
 msgstr "oldestActiveXID последней к.т.:       %u\n"
 
-#: pg_resetxlog.c:587
+#: pg_resetxlog.c:585
 #, c-format
 msgid "Maximum data alignment:               %u\n"
 msgstr "Макс. предел выравнивания данных:     %u\n"
 
-#: pg_resetxlog.c:590
+#: pg_resetxlog.c:588
 #, c-format
 msgid "Database block size:                  %u\n"
 msgstr "Размер блока БД:                      %u\n"
 
-#: pg_resetxlog.c:592
+#: pg_resetxlog.c:590
 #, c-format
 msgid "Blocks per segment of large relation: %u\n"
 msgstr "Блоков в макс. сегменте отношений:    %u\n"
 
-#: pg_resetxlog.c:594
+#: pg_resetxlog.c:592
 #, c-format
 msgid "WAL block size:                       %u\n"
 msgstr "Размер блока WAL:                     %u\n"
 
-#: pg_resetxlog.c:596
+#: pg_resetxlog.c:594
 #, c-format
 msgid "Bytes per WAL segment:                %u\n"
 msgstr "Байт в сегменте WAL:                  %u\n"
 
-#: pg_resetxlog.c:598
+#: pg_resetxlog.c:596
 #, c-format
 msgid "Maximum length of identifiers:        %u\n"
 msgstr "Максимальная длина идентификаторов:   %u\n"
 
-#: pg_resetxlog.c:600
+#: pg_resetxlog.c:598
 #, c-format
 msgid "Maximum columns in an index:          %u\n"
 msgstr "Максимальное число колонок в индексе: %u\n"
 
-#: pg_resetxlog.c:602
+#: pg_resetxlog.c:600
 #, c-format
 msgid "Maximum size of a TOAST chunk:        %u\n"
 msgstr "Максимальный размер порции TOAST:     %u\n"
 
-#: pg_resetxlog.c:604
+#: pg_resetxlog.c:602
 #, c-format
 msgid "Date/time type storage:               %s\n"
 msgstr "Формат хранения даты/времени:         %s\n"
 
-#: pg_resetxlog.c:605
+#: pg_resetxlog.c:603
 msgid "64-bit integers"
 msgstr "64-битные целые"
 
-#: pg_resetxlog.c:605
+#: pg_resetxlog.c:603
 msgid "floating-point numbers"
 msgstr "числа с плавающей точкой"
 
-#: pg_resetxlog.c:606
+#: pg_resetxlog.c:604
 #, c-format
 msgid "Float4 argument passing:              %s\n"
 msgstr "Передача аргумента Float4:            %s\n"
 
-#: pg_resetxlog.c:607 pg_resetxlog.c:609
+#: pg_resetxlog.c:605 pg_resetxlog.c:607
 msgid "by value"
 msgstr "по значению"
 
-#: pg_resetxlog.c:607 pg_resetxlog.c:609
+#: pg_resetxlog.c:605 pg_resetxlog.c:607
 msgid "by reference"
 msgstr "по ссылке"
 
-#: pg_resetxlog.c:608
+#: pg_resetxlog.c:606
 #, c-format
 msgid "Float8 argument passing:              %s\n"
 msgstr "Передача аргумента Float8:            %s\n"
 
-#: pg_resetxlog.c:671
+#: pg_resetxlog.c:669
 #, c-format
 msgid ""
 "%s: internal error -- sizeof(ControlFileData) is too large ... fix "
@@ -353,47 +353,52 @@ msgstr ""
 "%s: внутренняя ошибка -- размер ControlFileData слишком велик -- исправьте "
 "PG_CONTROL_SIZE\n"
 
-#: pg_resetxlog.c:686
+#: pg_resetxlog.c:684
 #, c-format
 msgid "%s: could not create pg_control file: %s\n"
 msgstr "%s: не удалось создать файл pg_control: %s\n"
 
-#: pg_resetxlog.c:697
+#: pg_resetxlog.c:695
 #, c-format
 msgid "%s: could not write pg_control file: %s\n"
 msgstr "%s: не удалось записать файл pg_control: %s\n"
 
-#: pg_resetxlog.c:704 pg_resetxlog.c:1011
+#: pg_resetxlog.c:702 pg_resetxlog.c:1012
 #, c-format
 msgid "%s: fsync error: %s\n"
 msgstr "%s: ошибка синхронизации с ФС: %s\n"
 
-#: pg_resetxlog.c:742 pg_resetxlog.c:817 pg_resetxlog.c:873
+#: pg_resetxlog.c:740 pg_resetxlog.c:816 pg_resetxlog.c:873
 #, c-format
 msgid "%s: could not open directory \"%s\": %s\n"
 msgstr "%s: не удалось открыть каталог \"%s\": %s\n"
 
-#: pg_resetxlog.c:786 pg_resetxlog.c:850 pg_resetxlog.c:907
+#: pg_resetxlog.c:779 pg_resetxlog.c:844 pg_resetxlog.c:902
 #, c-format
-msgid "%s: could not read from directory \"%s\": %s\n"
+msgid "%s: could not read directory \"%s\": %s\n"
 msgstr "%s: не удалось прочитать каталог \"%s\": %s\n"
 
-#: pg_resetxlog.c:831 pg_resetxlog.c:888
+#: pg_resetxlog.c:786 pg_resetxlog.c:851 pg_resetxlog.c:909
+#, c-format
+msgid "%s: could not close directory \"%s\": %s\n"
+msgstr "%s: не удалось закрыть каталог \"%s\": %s\n"
+
+#: pg_resetxlog.c:829 pg_resetxlog.c:887
 #, c-format
 msgid "%s: could not delete file \"%s\": %s\n"
 msgstr "%s: ошибка при удалении файла \"%s\": %s\n"
 
-#: pg_resetxlog.c:978
+#: pg_resetxlog.c:979
 #, c-format
 msgid "%s: could not open file \"%s\": %s\n"
 msgstr "%s: не удалось открыть файл \"%s\": %s\n"
 
-#: pg_resetxlog.c:989 pg_resetxlog.c:1003
+#: pg_resetxlog.c:990 pg_resetxlog.c:1004
 #, c-format
 msgid "%s: could not write file \"%s\": %s\n"
 msgstr "%s: не удалось записать файл \"%s\": %s\n"
 
-#: pg_resetxlog.c:1022
+#: pg_resetxlog.c:1023
 #, c-format
 msgid ""
 "%s resets the PostgreSQL transaction log.\n"
@@ -402,7 +407,7 @@ msgstr ""
 "%s сбрасывает журнал транзакций PostgreSQL.\n"
 "\n"
 
-#: pg_resetxlog.c:1023
+#: pg_resetxlog.c:1024
 #, c-format
 msgid ""
 "Usage:\n"
@@ -413,22 +418,22 @@ msgstr ""
 "  %s [ПАРАМЕТР]... КАТАЛОГ_ДАННЫХ\n"
 "\n"
 
-#: pg_resetxlog.c:1024
+#: pg_resetxlog.c:1025
 #, c-format
 msgid "Options:\n"
 msgstr "Параметры:\n"
 
-#: pg_resetxlog.c:1025
+#: pg_resetxlog.c:1026
 #, c-format
 msgid "  -e XIDEPOCH     set next transaction ID epoch\n"
 msgstr "  -e XIDEPOCH     задать эпоху в ID следующей транзакции\n"
 
-#: pg_resetxlog.c:1026
+#: pg_resetxlog.c:1027
 #, c-format
 msgid "  -f              force update to be done\n"
 msgstr "  -f              принудительное выполнение операции\n"
 
-#: pg_resetxlog.c:1027
+#: pg_resetxlog.c:1028
 #, c-format
 msgid ""
 "  -l TLI,FILE,SEG force minimum WAL starting location for new transaction "
@@ -438,12 +443,12 @@ msgstr ""
 "журнала\n"
 "                  транзакций\n"
 
-#: pg_resetxlog.c:1028
+#: pg_resetxlog.c:1029
 #, c-format
 msgid "  -m XID          set next multitransaction ID\n"
 msgstr "  -m XID          задать ID следующей мультитранзакции\n"
 
-#: pg_resetxlog.c:1029
+#: pg_resetxlog.c:1030
 #, c-format
 msgid ""
 "  -n              no update, just show extracted control values (for "
@@ -452,32 +457,32 @@ msgstr ""
 "  -n              ничего не делать, только показать извлечённые значения\n"
 "                  параметров (для проверки)\n"
 
-#: pg_resetxlog.c:1030
+#: pg_resetxlog.c:1031
 #, c-format
 msgid "  -o OID          set next OID\n"
 msgstr "  -o OID          задать следующий OID\n"
 
-#: pg_resetxlog.c:1031
+#: pg_resetxlog.c:1032
 #, c-format
 msgid "  -O OFFSET       set next multitransaction offset\n"
 msgstr "  -O OFFSET       задать смещение следующей мультитранзакции\n"
 
-#: pg_resetxlog.c:1032
+#: pg_resetxlog.c:1033
 #, c-format
 msgid "  -x XID          set next transaction ID\n"
 msgstr "  -x XID          задать ID следующей транзакции\n"
 
-#: pg_resetxlog.c:1033
+#: pg_resetxlog.c:1034
 #, c-format
 msgid "  --help          show this help, then exit\n"
 msgstr "  --help          показать эту справку и выйти\n"
 
-#: pg_resetxlog.c:1034
+#: pg_resetxlog.c:1035
 #, c-format
 msgid "  --version       output version information, then exit\n"
 msgstr "  --version       показать версию и выйти\n"
 
-#: pg_resetxlog.c:1035
+#: pg_resetxlog.c:1036
 #, c-format
 msgid ""
 "\n"
index c129d86644ba9829622a36c18ff7ec9047c90917..d13944c6863fac2a9157e883cedf70c544dc3476 100644 (file)
@@ -25,8 +25,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PostgreSQL 9.0\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2014-03-17 02:52+0000\n"
-"PO-Revision-Date: 2014-03-17 11:43+0400\n"
+"POT-Creation-Date: 2014-03-29 08:20+0000\n"
+"PO-Revision-Date: 2014-04-02 08:24+0400\n"
 "Last-Translator: Alexander Lakhin <exclusion@gmail.com>\n"
 "Language-Team: Russian <pgtranslation-translators@pgfoundry.org>\n"
 "Language: ru\n"
@@ -784,7 +784,7 @@ msgstr "принято подключение: узел=%s"
 
 #: postmaster/postmaster.c:3651 access/transam/xlog.c:2338
 #: access/transam/xlog.c:2471 access/transam/xlog.c:4347
-#: access/transam/xlog.c:8598 access/transam/xlog.c:8753
+#: access/transam/xlog.c:8600 access/transam/xlog.c:8755
 #: storage/file/copydir.c:172 storage/smgr/md.c:284
 #, c-format
 msgid "could not create file \"%s\": %m"
@@ -4577,7 +4577,7 @@ msgstr "%d не является верным кодом кодировки"
 
 #: utils/adt/dbsize.c:65 utils/adt/dbsize.c:217 utils/adt/dbsize.c:288
 #: utils/adt/genfile.c:170 access/transam/xlog.c:2873
-#: access/transam/xlog.c:3038 access/transam/xlog.c:8581
+#: access/transam/xlog.c:3038 access/transam/xlog.c:8583
 #: storage/file/copydir.c:86 storage/file/copydir.c:125
 #, c-format
 msgid "could not stat file \"%s\": %m"
@@ -5173,9 +5173,9 @@ msgid "requested length cannot be negative"
 msgstr "запрошенная длина не может быть отрицательной"
 
 #: utils/adt/genfile.c:133 access/transam/xlog.c:2484
-#: access/transam/xlog.c:4378 access/transam/xlog.c:8701
-#: access/transam/xlog.c:8775 access/transam/xlog.c:9158
-#: access/transam/xlog.c:9183 storage/file/copydir.c:186
+#: access/transam/xlog.c:4378 access/transam/xlog.c:8703
+#: access/transam/xlog.c:8777 access/transam/xlog.c:9160
+#: access/transam/xlog.c:9185 storage/file/copydir.c:186
 #, c-format
 msgid "could not read file \"%s\": %m"
 msgstr "не удалось прочитать файл \"%s\": %m"
@@ -6826,7 +6826,7 @@ msgstr "не удалось создать файл состояния архи
 msgid "could not write archive status file \"%s\": %m"
 msgstr "не удалось записать файл состояния архива \"%s\": %m"
 
-#: access/transam/xlog.c:1753 access/transam/xlog.c:9736
+#: access/transam/xlog.c:1753 access/transam/xlog.c:9738
 #: replication/walreceiver.c:482 replication/walsender.c:597
 #, c-format
 msgid "could not seek in log file %u, segment %u to offset %u: %m"
@@ -6893,7 +6893,7 @@ msgstr ""
 msgid "could not close log file %u, segment %u: %m"
 msgstr "не удалось закрыть файл журнала %u, сегмент %u: %m"
 
-#: access/transam/xlog.c:2881 access/transam/xlog.c:8780 storage/smgr/md.c:358
+#: access/transam/xlog.c:2881 access/transam/xlog.c:8782 storage/smgr/md.c:358
 #: storage/smgr/md.c:407 storage/smgr/md.c:1200
 #, c-format
 msgid "could not remove file \"%s\": %m"
@@ -7809,80 +7809,80 @@ msgstr ""
 msgid "recovery restart point at %X/%X"
 msgstr "точка перезапуска восстановления по смещению %X/%X"
 
-#: access/transam/xlog.c:8029
+#: access/transam/xlog.c:8031
 msgid "online backup was cancelled, recovery cannot continue"
 msgstr ""
 "резервное копирование \"на ходу\" было отменено, продолжить восстановление "
 "нельзя"
 
-#: access/transam/xlog.c:8092
+#: access/transam/xlog.c:8094
 #, c-format
 msgid "unexpected timeline ID %u (after %u) in checkpoint record"
 msgstr "неожиданный ID линии времени %u (после %u) в записи контрольной точки"
 
-#: access/transam/xlog.c:8137
+#: access/transam/xlog.c:8139
 #, c-format
 msgid "unexpected timeline ID %u (should be %u) in checkpoint record"
 msgstr ""
 "неожиданный ID линии времени %u (должен быть %u) в записи точки "
 "восстановления"
 
-#: access/transam/xlog.c:8393 access/transam/xlog.c:8419
+#: access/transam/xlog.c:8395 access/transam/xlog.c:8421
 #, c-format
 msgid "could not fsync log file %u, segment %u: %m"
 msgstr "не удалось синхронизировать с ФС файл журнала %u, сегмент: %u: %m"
 
-#: access/transam/xlog.c:8427
+#: access/transam/xlog.c:8429
 #, c-format
 msgid "could not fsync write-through log file %u, segment %u: %m"
 msgstr ""
 "не удалось синхронизировать с ФС файл журнала сквозной записи %u, сегмент: "
 "%u: %m"
 
-#: access/transam/xlog.c:8436
+#: access/transam/xlog.c:8438
 #, c-format
 msgid "could not fdatasync log file %u, segment %u: %m"
 msgstr ""
 "не удалось синхронизировать с ФС данные (fdatasync) файла журнала: %u, "
 "сегмент: %u: %m"
 
-#: access/transam/xlog.c:8479 access/transam/xlog.c:8671
+#: access/transam/xlog.c:8481 access/transam/xlog.c:8673
 msgid "must be superuser to run a backup"
 msgstr "запускать резервное копирование может только суперпользователь"
 
-#: access/transam/xlog.c:8484 access/transam/xlog.c:8676
-#: access/transam/xlog.c:8879 access/transam/xlog.c:8907
-#: access/transam/xlog.c:8940 access/transam/xlog.c:9032
-#: access/transam/xlog.c:9107
+#: access/transam/xlog.c:8486 access/transam/xlog.c:8678
+#: access/transam/xlog.c:8881 access/transam/xlog.c:8909
+#: access/transam/xlog.c:8942 access/transam/xlog.c:9034
+#: access/transam/xlog.c:9109
 msgid "recovery is in progress"
 msgstr "идёт процесс восстановления"
 
-#: access/transam/xlog.c:8485 access/transam/xlog.c:8677
-#: access/transam/xlog.c:8880 access/transam/xlog.c:8908
-#: access/transam/xlog.c:8941
+#: access/transam/xlog.c:8487 access/transam/xlog.c:8679
+#: access/transam/xlog.c:8882 access/transam/xlog.c:8910
+#: access/transam/xlog.c:8943
 msgid "WAL control functions cannot be executed during recovery."
 msgstr "Функции управления WAL нельзя использовать в процессе восстановления."
 
-#: access/transam/xlog.c:8490 access/transam/xlog.c:8682
+#: access/transam/xlog.c:8492 access/transam/xlog.c:8684
 msgid "WAL level not sufficient for making an online backup"
 msgstr ""
 "Выбранный уровень WAL недостаточен для резервного копирования \"на ходу\""
 
-#: access/transam/xlog.c:8491 access/transam/xlog.c:8683
+#: access/transam/xlog.c:8493 access/transam/xlog.c:8685
 msgid ""
 "wal_level must be set to \"archive\" or \"hot_standby\" at server start."
 msgstr ""
 "Установите wal_level \"archive\" или \"hot_standby\" при запуске сервера."
 
-#: access/transam/xlog.c:8518 access/transam/xlog.c:8587
+#: access/transam/xlog.c:8520 access/transam/xlog.c:8589
 msgid "a backup is already in progress"
 msgstr "резервное копирование уже запущено"
 
-#: access/transam/xlog.c:8519
+#: access/transam/xlog.c:8521
 msgid "Run pg_stop_backup() and try again."
 msgstr "Выполните pg_stop_backup() и повторите операцию."
 
-#: access/transam/xlog.c:8588
+#: access/transam/xlog.c:8590
 #, c-format
 msgid ""
 "If you're sure there is no backup in progress, remove file \"%s\" and try "
@@ -7891,29 +7891,29 @@ msgstr ""
 "Если вы считаете, что информация о резервном копировании неверна, удалите "
 "файл \"%s\" и попробуйте снова."
 
-#: access/transam/xlog.c:8609 access/transam/xlog.c:8766
+#: access/transam/xlog.c:8611 access/transam/xlog.c:8768
 #, c-format
 msgid "could not write file \"%s\": %m"
 msgstr "не удалось записать файл \"%s\": %m"
 
-#: access/transam/xlog.c:8705
+#: access/transam/xlog.c:8707
 msgid "a backup is not in progress"
 msgstr "резервное копирование не запущено"
 
-#: access/transam/xlog.c:8717 access/transam/xlog.c:9173
-#: access/transam/xlog.c:9179
+#: access/transam/xlog.c:8719 access/transam/xlog.c:9175
+#: access/transam/xlog.c:9181
 #, c-format
 msgid "invalid data in file \"%s\""
 msgstr "неверные данные в файле \"%s\""
 
-#: access/transam/xlog.c:8829
+#: access/transam/xlog.c:8831
 msgid ""
 "pg_stop_backup cleanup done, waiting for required WAL segments to be archived"
 msgstr ""
 "очистка в pg_stop_backup выполнена, ожидаются требуемые сегменты WAL для "
 "архивации"
 
-#: access/transam/xlog.c:8839
+#: access/transam/xlog.c:8841
 #, c-format
 msgid ""
 "pg_stop_backup still waiting for all required WAL segments to be archived "
@@ -7922,7 +7922,7 @@ msgstr ""
 "pg_stop_backup всё ещё ждёт все требуемые сегменты WAL для архивации (прошло "
 "%d сек.)"
 
-#: access/transam/xlog.c:8841
+#: access/transam/xlog.c:8843
 msgid ""
 "Check that your archive_command is executing properly.  pg_stop_backup can "
 "be cancelled safely, but the database backup will not be usable without all "
@@ -7932,12 +7932,12 @@ msgstr ""
 "можно отменить безопасно, но резервная копия базы данных будет непригодна "
 "без всех сегментов WAL."
 
-#: access/transam/xlog.c:8848
+#: access/transam/xlog.c:8850
 msgid "pg_stop_backup complete, all required WAL segments have been archived"
 msgstr ""
 "команда pg_stop_backup завершена, все требуемые сегменты WAL заархивированы"
 
-#: access/transam/xlog.c:8852
+#: access/transam/xlog.c:8854
 msgid ""
 "WAL archiving is not enabled; you must ensure that all required WAL segments "
 "are copied through other means to complete the backup"
@@ -7945,54 +7945,54 @@ msgstr ""
 "архивация WAL не настроена; вы должны обеспечить копирование всех требуемых "
 "сегментов WAL другими средствами для получения резервной копии"
 
-#: access/transam/xlog.c:8874
+#: access/transam/xlog.c:8876
 msgid "must be superuser to switch transaction log files"
 msgstr ""
 "для переключения файлов журнала транзакций нужно быть суперпользователем"
 
-#: access/transam/xlog.c:9033
+#: access/transam/xlog.c:9035
 msgid "pg_xlogfile_name_offset() cannot be executed during recovery."
 msgstr ""
 "Функцию pg_xlogfile_name_offset() нельзя вызывать во время восстановления."
 
-#: access/transam/xlog.c:9043 access/transam/xlog.c:9115
+#: access/transam/xlog.c:9045 access/transam/xlog.c:9117
 #, c-format
 msgid "could not parse transaction log location \"%s\""
 msgstr "не удалось разобрать положение в журнале транзакций \"%s\""
 
-#: access/transam/xlog.c:9108
+#: access/transam/xlog.c:9110
 msgid "pg_xlogfile_name() cannot be executed during recovery."
 msgstr "Функцию pg_xlogfile_name() нельзя вызывать в процессе восстановления."
 
-#: access/transam/xlog.c:9205
+#: access/transam/xlog.c:9207
 #, c-format
 msgid "xlog redo %s"
 msgstr "XLOG-запись REDO: %s"
 
-#: access/transam/xlog.c:9245
+#: access/transam/xlog.c:9247
 msgid "online backup mode cancelled"
 msgstr "режим копирования \"на ходу\" отменён"
 
-#: access/transam/xlog.c:9246
+#: access/transam/xlog.c:9248
 #, c-format
 msgid "\"%s\" was renamed to \"%s\"."
 msgstr "Файл \"%s\" был переименован в \"%s\"."
 
-#: access/transam/xlog.c:9253
+#: access/transam/xlog.c:9255
 msgid "online backup mode was not cancelled"
 msgstr "режим копирования \"на ходу\" не был отменён"
 
-#: access/transam/xlog.c:9254
+#: access/transam/xlog.c:9256
 #, c-format
 msgid "Could not rename \"%s\" to \"%s\": %m."
 msgstr "Не удалось переименовать файл \"%s\" в \"%s\": %m."
 
-#: access/transam/xlog.c:9722 access/transam/xlog.c:9744
+#: access/transam/xlog.c:9724 access/transam/xlog.c:9746
 #, c-format
 msgid "could not read from log file %u, segment %u, offset %u: %m"
 msgstr "не удалось прочитать файл журнала: %u, сегмент: %u, смещение %u: %m"
 
-#: access/transam/xlog.c:9832
+#: access/transam/xlog.c:9834
 #, c-format
 msgid "trigger file found: %s"
 msgstr "найден файл триггера: %s"
@@ -13386,7 +13386,7 @@ msgstr "нехватка дескрипторов файлов: %m; освобо
 msgid "temporary file: path \"%s\", size %lu"
 msgstr "временный файл: путь \"%s\", размер %lu"
 
-#: storage/file/fd.c:1629
+#: storage/file/fd.c:1625
 #, c-format
 msgid "could not read directory \"%s\": %m"
 msgstr "не удалось прочитать каталог \"%s\": %m"
@@ -17230,17 +17230,22 @@ msgstr "не удалось создать связь для каталога \"
 msgid "could not open directory \"%s\": %s\n"
 msgstr "не удалось открыть каталог \"%s\": %s\n"
 
-#: ../port/dirmod.c:362
+#: ../port/dirmod.c:358
 #, c-format
 msgid "could not read directory \"%s\": %s\n"
 msgstr "не удалось прочитать каталог \"%s\": %s\n"
 
-#: ../port/dirmod.c:445
+#: ../port/dirmod.c:370
+#, c-format
+msgid "could not close directory \"%s\": %s\n"
+msgstr "не удалось закрыть каталог \"%s\": %s\n"
+
+#: ../port/dirmod.c:449
 #, c-format
 msgid "could not stat file or directory \"%s\": %s\n"
 msgstr "не удалось получить информацию о файле или каталоге \"%s\": %s\n"
 
-#: ../port/dirmod.c:472 ../port/dirmod.c:489
+#: ../port/dirmod.c:476 ../port/dirmod.c:493
 #, c-format
 msgid "could not remove file or directory \"%s\": %s\n"
 msgstr "ошибка при удалении файла или каталога \"%s\": %s\n"