pl: Translation updates
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 20 Sep 2015 04:10:51 +0000 (00:10 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 20 Sep 2015 04:10:51 +0000 (00:10 -0400)
closes #919

pl/initdb.po
pl/libpq.po
pl/pg_basebackup.po
pl/pg_ctl.po
pl/pg_dump.po
pl/pg_resetxlog.po
pl/pg_rewind.po [new file with mode: 0644]
pl/plperl.po
pl/plpgsql.po
pl/plpython.po
pl/pltcl.po

index da697422a879c70353a4164b4b57b35caee9eef0..66afa183b9a04c278f237a76f3f1a61de40964eb 100644 (file)
@@ -2,13 +2,13 @@
 # Copyright (c) 2005 toczek, xxxtoczekxxx@wp.pl
 # Distributed under the same licensing terms as PostgreSQL itself.
 # Begina Felicysym <begina.felicysym@wp.eu>, 2011, 2012, 2013.
-# grzegorz <begina.felicysym@wp.eu>, 2014.
+# grzegorz <begina.felicysym@wp.eu>, 2014, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: initdb (PostgreSQL 9.1)\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2014-11-10 20:42+0000\n"
-"PO-Revision-Date: 2014-11-10 23:24+0200\n"
+"POT-Creation-Date: 2015-08-15 18:43+0000\n"
+"PO-Revision-Date: 2015-08-16 12:00+0200\n"
 "Last-Translator: grzegorz <begina.felicysym@wp.eu>\n"
 "Language-Team: begina.felicysym@wp.eu\n"
 "Language: pl\n"
@@ -54,13 +54,13 @@ msgstr "nie można odczytać odwołania symbolicznego  \"%s\""
 msgid "pclose failed: %s"
 msgstr "pclose nie powiodło się: %s"
 
-#: ../../common/fe_memutils.c:33 ../../common/fe_memutils.c:60
-#: ../../common/fe_memutils.c:83
+#: ../../common/fe_memutils.c:35 ../../common/fe_memutils.c:75
+#: ../../common/fe_memutils.c:98
 #, c-format
 msgid "out of memory\n"
 msgstr "brak pamięci\n"
 
-#: ../../common/fe_memutils.c:77
+#: ../../common/fe_memutils.c:92
 #, c-format
 msgid "cannot duplicate null pointer (internal error)\n"
 msgstr "nie można powielić pustego wskazania (błąd wewnętrzny)\n"
@@ -80,6 +80,41 @@ msgstr "nie można czytać katalogu \"%s\": %s\n"
 msgid "could not close directory \"%s\": %s\n"
 msgstr "nie można zamknąć katalogu \"%s\": %s\n"
 
+#: ../../common/restricted_token.c:68
+#, c-format
+msgid "%s: WARNING: cannot create restricted tokens on this platform\n"
+msgstr "%s: OSTRZEŻENIE: nie można tworzyć ograniczonych tokenów na tej platformie\n"
+
+#: ../../common/restricted_token.c:77
+#, c-format
+msgid "%s: could not open process token: error code %lu\n"
+msgstr "%s: nie można otworzyć tokenu procesu: kod błędu %lu\n"
+
+#: ../../common/restricted_token.c:90
+#, c-format
+msgid "%s: could not allocate SIDs: error code %lu\n"
+msgstr "%s: nie udało się przydzielić SIDów: kod błędu %lu\n"
+
+#: ../../common/restricted_token.c:110
+#, c-format
+msgid "%s: could not create restricted token: error code %lu\n"
+msgstr "%s: nie udało się utworzyć ograniczonego tokena: kod błędu %lu\n"
+
+#: ../../common/restricted_token.c:132
+#, c-format
+msgid "%s: could not start process for command \"%s\": error code %lu\n"
+msgstr "%s: nie udało się uruchomić procesu dla polecenia \"%s\": kod błędu %lu\n"
+
+#: ../../common/restricted_token.c:170
+#, c-format
+msgid "%s: could not re-execute with restricted token: error code %lu\n"
+msgstr "%s: nie udało się ponownie wykonać ograniczonego tokena: %lu\n"
+
+#: ../../common/restricted_token.c:186
+#, c-format
+msgid "%s: could not get exit code from subprocess: error code %lu\n"
+msgstr "%s: nie udało uzyskać kodu wyjścia z usługi podrzędnej: kod błędu %lu\n"
+
 #: ../../common/rmtree.c:77
 #, c-format
 msgid "could not stat file or directory \"%s\": %s\n"
@@ -92,19 +127,18 @@ msgstr "nie można usunąć pliku lub katalogu \"%s\": %s\n"
 
 #: ../../common/username.c:45
 #, c-format
-#| msgid "could not load private key file \"%s\": %s"
 msgid "could not look up effective user ID %ld: %s"
 msgstr "nie udało się odnaleźć efektywnego ID użytkownika %ld: %s"
 
 #: ../../common/username.c:47
-#| msgid "server \"%s\" does not exist"
 msgid "user does not exist"
 msgstr "użytkownik nie istnieje"
 
-#: ../../common/username.c:61
+#: ../../common/username.c:62
 #, c-format
-msgid "user name lookup failure: %s"
-msgstr "niepowodzenie wyszukiwania nazwy użytkownika: %s"
+#| msgid "user name lookup failure: %s"
+msgid "user name lookup failure: error code %lu"
+msgstr "niepowodzenie wyszukiwania nazwy użytkownika: kod błędu %lu"
 
 #: ../../common/wait_error.c:47
 #, c-format
@@ -151,112 +185,107 @@ msgstr "nie można ustanowić złączenia dla \"%s\": %s\n"
 msgid "could not get junction for \"%s\": %s\n"
 msgstr "nie można pobrać złączenia dla \"%s\": %s\n"
 
-#: initdb.c:335
+#: initdb.c:340
 #, c-format
 msgid "%s: out of memory\n"
 msgstr "%s: brak pamięci\n"
 
-#: initdb.c:445 initdb.c:1602
+#: initdb.c:450 initdb.c:1620
 #, c-format
 msgid "%s: could not open file \"%s\" for reading: %s\n"
 msgstr "%s: nie można otworzyć pliku \"%s\" do odczytu: %s\n"
 
-#: initdb.c:501 initdb.c:1004 initdb.c:1032
+#: initdb.c:506 initdb.c:1016 initdb.c:1044
 #, c-format
 msgid "%s: could not open file \"%s\" for writing: %s\n"
 msgstr "%s: nie można otworzyć pliku \"%s\" do zapisu: %s\n"
 
-#: initdb.c:509 initdb.c:517 initdb.c:1011 initdb.c:1038
+#: initdb.c:514 initdb.c:522 initdb.c:1023 initdb.c:1050
 #, c-format
 msgid "%s: could not write file \"%s\": %s\n"
 msgstr "%s: nie można zapisać pliku \"%s\": %s\n"
 
-#: initdb.c:539
+#: initdb.c:553
 #, c-format
 msgid "%s: could not open directory \"%s\": %s\n"
 msgstr "%s: nie można otworzyć katalogu \"%s\": %s\n"
 
-#: initdb.c:556
+#: initdb.c:577 initdb.c:2424
 #, c-format
 msgid "%s: could not stat file \"%s\": %s\n"
 msgstr "%s: nie można wykonać stat na pliku \"%s\": %s\n"
 
-#: initdb.c:569
+#: initdb.c:589
 #, c-format
 msgid "%s: could not read directory \"%s\": %s\n"
 msgstr "%s: nie można odczytać katalogu \"%s\": %s\n"
 
-#: initdb.c:576
-#, c-format
-msgid "%s: could not close directory \"%s\": %s\n"
-msgstr "%s: nie można zamknąć katalogu \"%s\": %s\n"
-
-#: initdb.c:611 initdb.c:663
+#: initdb.c:622 initdb.c:681
 #, c-format
 msgid "%s: could not open file \"%s\": %s\n"
 msgstr "%s: nie można otworzyć pliku \"%s\": %s\n"
 
-#: initdb.c:679
+#: initdb.c:693
 #, c-format
 msgid "%s: could not fsync file \"%s\": %s\n"
 msgstr "%s: nie można wykonać fsync na pliku \"%s\": %s\n"
 
-#: initdb.c:700
+#: initdb.c:712
 #, c-format
 msgid "%s: could not execute command \"%s\": %s\n"
 msgstr "%s: nie można wykonać komendy \"%s\": %s\n"
 
-#: initdb.c:716
+#: initdb.c:728
 #, c-format
 msgid "%s: removing data directory \"%s\"\n"
 msgstr "%s: usuwanie katalogu danych \"%s\"\n"
 
-#: initdb.c:719
+#: initdb.c:731
 #, c-format
 msgid "%s: failed to remove data directory\n"
 msgstr "%s: nie udało się usunięcie katalogu danych\n"
 
-#: initdb.c:725
+#: initdb.c:737
 #, c-format
 msgid "%s: removing contents of data directory \"%s\"\n"
 msgstr "%s: usuwanie zawartości w katalogu danych \"%s\"\n"
 
-#: initdb.c:728
+#: initdb.c:740
 #, c-format
 msgid "%s: failed to remove contents of data directory\n"
 msgstr "%s: nie udało się usunąć zawartości w katalogu danych\n"
 
-#: initdb.c:734
+#: initdb.c:746
 #, c-format
 msgid "%s: removing transaction log directory \"%s\"\n"
 msgstr "%s: usuwanie katalogu dziennika transakcji \"%s\"\n"
 
-#: initdb.c:737
+#: initdb.c:749
 #, c-format
 msgid "%s: failed to remove transaction log directory\n"
 msgstr "%s: nie udało się usunięcie katalogu dziennika transakcji\n"
 
-#: initdb.c:743
+#: initdb.c:755
 #, c-format
 msgid "%s: removing contents of transaction log directory \"%s\"\n"
 msgstr "%s: usuwanie zawartości katalogu dziennika transakcji \"%s\"\n"
 
-#: initdb.c:746
+#: initdb.c:758
 #, c-format
 msgid "%s: failed to remove contents of transaction log directory\n"
 msgstr "%s: nie udało się usunąć zawartości w katalogu dziennika transakcji\n"
 
-#: initdb.c:755
+#: initdb.c:767
 #, c-format
 msgid "%s: data directory \"%s\" not removed at user's request\n"
 msgstr "%s: katalog \"%s\" nie został usunięty na żądanie użytkownika\n"
 
-#: initdb.c:760
+#: initdb.c:772
 #, c-format
 msgid "%s: transaction log directory \"%s\" not removed at user's request\n"
 msgstr "%s: katalog \"%s\" nie został usunięty na żądanie użytkownika\n"
 
-#: initdb.c:781
+#: initdb.c:793
 #, c-format
 msgid ""
 "%s: cannot be run as root\n"
@@ -267,22 +296,22 @@ msgstr ""
 "Proszę zalogować się (używając np: \"su\") na (nieuprzywilejowanego) użytkownika, który\n"
 "będzie właścicielem procesu.\n"
 
-#: initdb.c:817
+#: initdb.c:829
 #, c-format
 msgid "%s: \"%s\" is not a valid server encoding name\n"
 msgstr "%s: \"%s\" nie jest poprawną nazwą kodowania\n"
 
-#: initdb.c:931 initdb.c:3323
+#: initdb.c:943 initdb.c:3217
 #, c-format
 msgid "%s: could not create directory \"%s\": %s\n"
 msgstr "%s: nie można utworzyć katalogu \"%s\": %s\n"
 
-#: initdb.c:960
+#: initdb.c:972
 #, c-format
 msgid "%s: file \"%s\" does not exist\n"
 msgstr "%s: plik \"%s\" nie istnieje\n"
 
-#: initdb.c:962 initdb.c:971 initdb.c:981
+#: initdb.c:974 initdb.c:983 initdb.c:993
 #, c-format
 msgid ""
 "This might mean you have a corrupted installation or identified\n"
@@ -291,47 +320,46 @@ msgstr ""
 "Oznacza to iż posiadasz uszkodzoną instalację lub wskazałeś\n"
 "zły katalog przy użyciu opcji -L.\n"
 
-#: initdb.c:968
+#: initdb.c:980
 #, c-format
 msgid "%s: could not access file \"%s\": %s\n"
 msgstr "%s: nie można uzyskać dostępu do pliku \"%s\": %s\n"
 
-#: initdb.c:979
+#: initdb.c:991
 #, c-format
 msgid "%s: file \"%s\" is not a regular file\n"
 msgstr "%s: plik \"%s\" nie jest zwykłym plikiem\n"
 
-#: initdb.c:1124
+#: initdb.c:1136
 #, c-format
 msgid "selecting default max_connections ... "
 msgstr "wybieranie domyślnej wartości max_connections ... "
 
-#: initdb.c:1154
+#: initdb.c:1166
 #, c-format
 msgid "selecting default shared_buffers ... "
 msgstr "wybieranie domyślnej wartości shared_buffers ... "
 
-#: initdb.c:1187
+#: initdb.c:1199
 #, c-format
 msgid "selecting dynamic shared memory implementation ... "
 msgstr "wybór implementacji dynamicznej pamięci współdzielonej ... "
 
-#: initdb.c:1205
+#: initdb.c:1217
 msgid "creating configuration files ... "
 msgstr "tworzenie plików konfiguracyjnych ... "
 
-#: initdb.c:1296 initdb.c:1316 initdb.c:1400 initdb.c:1416
+#: initdb.c:1314 initdb.c:1334 initdb.c:1418 initdb.c:1434
 #, c-format
-#| msgid "%s: could not change permissions of directory \"%s\": %s\n"
 msgid "%s: could not change permissions of \"%s\": %s\n"
 msgstr "%s: nie można zmienić uprawnień do \"%s\": %s\n"
 
-#: initdb.c:1440
+#: initdb.c:1458
 #, c-format
 msgid "creating template1 database in %s/base/1 ... "
 msgstr "tworzenie bazy template1 w folderze %s/base/1 ... "
 
-#: initdb.c:1456
+#: initdb.c:1474
 #, c-format
 msgid ""
 "%s: input file \"%s\" does not belong to PostgreSQL %s\n"
@@ -340,153 +368,158 @@ msgstr ""
 "%s: plik wejściowy \"%s\" nie należy do bazy danych PostgreSQL %s\n"
 "Sprawdź swoją instalację lub podaj poprawą ścieżkę przy pomocy zmiennej -L.\n"
 
-#: initdb.c:1543
+#: initdb.c:1561
 msgid "initializing pg_authid ... "
 msgstr "inicjowanie pg_authid ... "
 
-#: initdb.c:1577
+#: initdb.c:1595
 msgid "Enter new superuser password: "
 msgstr "Podaj hasło superużytkownika: "
 
-#: initdb.c:1578
+#: initdb.c:1596
 msgid "Enter it again: "
 msgstr "Powtórz podane hasło: "
 
-#: initdb.c:1581
+#: initdb.c:1599
 #, c-format
 msgid "Passwords didn't match.\n"
 msgstr "Podane hasła różnią się.\n"
 
-#: initdb.c:1608
+#: initdb.c:1627
 #, c-format
 msgid "%s: could not read password from file \"%s\": %s\n"
 msgstr "%s: nie można odczytać hasła z pliku \"%s\": %s\n"
 
-#: initdb.c:1621
+#: initdb.c:1630
+#, c-format
+#| msgid "%s: the PID file \"%s\" is empty\n"
+msgid "%s: password file \"%s\" is empty\n"
+msgstr "%s: plik hasła \"%s\" jest pusty\n"
+
+#: initdb.c:1643
 #, c-format
 msgid "setting password ... "
 msgstr "ustawianie hasła ... "
 
-#: initdb.c:1721
+#: initdb.c:1743
 msgid "initializing dependencies ... "
 msgstr "inicjowanie powiązań ... "
 
-#: initdb.c:1749
+#: initdb.c:1771
 msgid "creating system views ... "
 msgstr "tworzenie widoków systemowych ... "
 
-#: initdb.c:1785
+#: initdb.c:1807
 msgid "loading system objects' descriptions ... "
 msgstr "wczytywanie opisów obiektów systemowych ... "
 
-#: initdb.c:1891
+#: initdb.c:1913
 msgid "creating collations ... "
 msgstr "tworzenie porównań ... "
 
-#: initdb.c:1924
+#: initdb.c:1946
 #, c-format
 msgid "%s: locale name too long, skipped: \"%s\"\n"
 msgstr "%s: nazwa lokalizacji zbyt długa, pominięto: \"%s\"\n"
 
-#: initdb.c:1949
+#: initdb.c:1971
 #, c-format
 msgid "%s: locale name has non-ASCII characters, skipped: \"%s\"\n"
 msgstr "%s: nazwa lokalizacji zawiera znak spoza ASCII, pominięto: \"%s\"\n"
 
-#: initdb.c:2018
+#: initdb.c:2040
 #, c-format
 msgid "No usable system locales were found.\n"
 msgstr "Nie znaleziono lokalizacji systemowej nadającej się do wykorzystania.\n"
 
-#: initdb.c:2019
+#: initdb.c:2041
 #, c-format
 msgid "Use the option \"--debug\" to see details.\n"
 msgstr "Użyj opcji \"--debug\" by zobaczyć szczegóły.\n"
 
-#: initdb.c:2022
+#: initdb.c:2044
 #, c-format
 msgid "not supported on this platform\n"
 msgstr "nieobsługiwane na tej platformie\n"
 
-#: initdb.c:2037
+#: initdb.c:2059
 msgid "creating conversions ... "
 msgstr "tworzenie konwersji ... "
 
-#: initdb.c:2072
+#: initdb.c:2094
 msgid "creating dictionaries ... "
 msgstr "tworzenie słowników ... "
 
-#: initdb.c:2126
+#: initdb.c:2148
 msgid "setting privileges on built-in objects ... "
 msgstr "ustawianie uprawnień dla wbudowanych obiektów ... "
 
-#: initdb.c:2184
+#: initdb.c:2206
 msgid "creating information schema ... "
 msgstr "tworzenie schematu informacyjnego ... "
 
-#: initdb.c:2240
+#: initdb.c:2262
 msgid "loading PL/pgSQL server-side language ... "
 msgstr "pobieranie języka PL/pgSQL używanego po stronie serwera ... "
 
-#: initdb.c:2265
+#: initdb.c:2287
 msgid "vacuuming database template1 ... "
 msgstr "odkurzanie bazy template1 ... "
 
-#: initdb.c:2321
+#: initdb.c:2340
 msgid "copying template1 to template0 ... "
 msgstr "kopiowanie bazy template1 do bazy template0 ... "
 
-#: initdb.c:2353
+#: initdb.c:2372
 msgid "copying template1 to postgres ... "
 msgstr "kopiowanie bazy template1 do bazy postgres ... "
 
-#: initdb.c:2379
+#: initdb.c:2407
 msgid "syncing data to disk ... "
 msgstr "synchronizacja danych na dysk ... "
 
-#: initdb.c:2451
+#: initdb.c:2501
 #, c-format
 msgid "caught signal\n"
 msgstr "sygnał otrzymany\n"
 
-#: initdb.c:2457
+#: initdb.c:2507
 #, c-format
 msgid "could not write to child process: %s\n"
 msgstr "nie można zapisać do procesu potomnego: %s\n"
 
-#: initdb.c:2465
+#: initdb.c:2515
 #, c-format
 msgid "ok\n"
 msgstr "ok\n"
 
-#: initdb.c:2555
+#: initdb.c:2605
 #, c-format
-#| msgid "%s: select() failed: %s\n"
 msgid "%s: setlocale() failed\n"
 msgstr "%s: setlocale() nie powiodła się\n"
 
-#: initdb.c:2573
+#: initdb.c:2623
 #, c-format
 msgid "%s: failed to restore old locale \"%s\"\n"
 msgstr "%s: nie udało się odtworzyć poprzedniej lokalizacji \"%s\"\n"
 
-#: initdb.c:2583
+#: initdb.c:2633
 #, c-format
 msgid "%s: invalid locale name \"%s\"\n"
 msgstr "%s: błędna nazwa lokalizacji \"%s\"\n"
 
-#: initdb.c:2595
+#: initdb.c:2645
 #, c-format
 msgid "%s: invalid locale settings; check LANG and LC_* environment variables\n"
 msgstr "%s: nieprawidłowe ustawienia regionalne; sprawdź zmienne środowiskowe LANG i "
 "LC_*\n"
 
-#: initdb.c:2623
+#: initdb.c:2673
 #, c-format
 msgid "%s: encoding mismatch\n"
 msgstr "%s: niezgodność kodowania\n"
 
-#: initdb.c:2625
+#: initdb.c:2675
 #, c-format
 msgid ""
 "The encoding you selected (%s) and the encoding that the\n"
@@ -501,32 +534,7 @@ msgstr ""
 "Aby poprawić ten błąd uruchom ponownie %s i albo nie ustawiaj kodowania\n"
 "albo wybierz pasującą kombinację.\n"
 
-#: initdb.c:2730
-#, c-format
-msgid "%s: WARNING: cannot create restricted tokens on this platform\n"
-msgstr "%s: OSTRZEŻENIE nie można tworzyć ograniczonych tokenów na tej platformie\n"
-
-#: initdb.c:2739
-#, c-format
-msgid "%s: could not open process token: error code %lu\n"
-msgstr "%s: nie można otworzyć tokenu procesu: kod błędu %lu\n"
-
-#: initdb.c:2752
-#, c-format
-msgid "%s: could not to allocate SIDs: error code %lu\n"
-msgstr "%s: nie udało się przydzielić SIDów: kod błędu %lu\n"
-
-#: initdb.c:2771
-#, c-format
-msgid "%s: could not create restricted token: error code %lu\n"
-msgstr "%s: nie udało się utworzyć ograniczonego tokena: kod błędu %lu\n"
-
-#: initdb.c:2792
-#, c-format
-msgid "%s: could not start process for command \"%s\": error code %lu\n"
-msgstr "%s: nie udało się uruchomić procesu dla polecenia \"%s\": kod błędu %lu\n"
-
-#: initdb.c:2806
+#: initdb.c:2747
 #, c-format
 msgid ""
 "%s initializes a PostgreSQL database cluster.\n"
@@ -535,17 +543,17 @@ msgstr ""
 "%s inicjuje klaster bazy danych PostgreSQL.\n"
 "\n"
 
-#: initdb.c:2807
+#: initdb.c:2748
 #, c-format
 msgid "Usage:\n"
 msgstr "Składnia:\n"
 
-#: initdb.c:2808
+#: initdb.c:2749
 #, c-format
 msgid "  %s [OPTION]... [DATADIR]\n"
 msgstr "  %s [OPCJA]... [KATALOG-DOCELOWY]\n"
 
-#: initdb.c:2809
+#: initdb.c:2750
 #, c-format
 msgid ""
 "\n"
@@ -554,37 +562,37 @@ msgstr ""
 "\n"
 "Opcje:\n"
 
-#: initdb.c:2810
+#: initdb.c:2751
 #, c-format
 msgid "  -A, --auth=METHOD         default authentication method for local connections\n"
 msgstr "  -A, --auth=METODA         podstawowa metoda autoryzacji dla lokalnych połączeń\n"
 
-#: initdb.c:2811
+#: initdb.c:2752
 #, c-format
 msgid "      --auth-host=METHOD    default authentication method for local TCP/IP connections\n"
 msgstr "      --auth-host=METODA    podstawowa metoda autoryzacji dla lokalnych połączeń TCP/IP\n"
 
-#: initdb.c:2812
+#: initdb.c:2753
 #, c-format
 msgid "      --auth-local=METHOD   default authentication method for local-socket connections\n"
 msgstr "      --auth-local=METODA   podstawowa metoda autoryzacji dla lokalnych gniazd połączeń\n"
 
-#: initdb.c:2813
+#: initdb.c:2754
 #, c-format
 msgid " [-D, --pgdata=]DATADIR     location for this database cluster\n"
 msgstr " [-D, --pgdata=]KATALOG-DOCELOWY lokalizacja klastra bazy danych\n"
 
-#: initdb.c:2814
+#: initdb.c:2755
 #, c-format
 msgid "  -E, --encoding=ENCODING   set default encoding for new databases\n"
 msgstr "  -E, --encoding=KODOWANIE       ustawia podstawowe kodowanie dla nowej bazy\n"
 
-#: initdb.c:2815
+#: initdb.c:2756
 #, c-format
 msgid "      --locale=LOCALE       set default locale for new databases\n"
 msgstr "      --locale=LOKALIZACJA       ustawia domyślną lokalizację dla nowych baz danych\n"
 
-#: initdb.c:2816
+#: initdb.c:2757
 #, c-format
 msgid ""
 "      --lc-collate=, --lc-ctype=, --lc-messages=LOCALE\n"
@@ -597,17 +605,17 @@ msgstr ""
 "                            ustawia domyślną lokalizację w odpowiedniej kategorii\n"
 "                            dla nowych baz danych (domyślnie pobierana ze środowiska)\n"
 
-#: initdb.c:2820
+#: initdb.c:2761
 #, c-format
 msgid "      --no-locale           equivalent to --locale=C\n"
 msgstr "      --no-locale           równoważna z opcją --locale=C\n"
 
-#: initdb.c:2821
+#: initdb.c:2762
 #, c-format
 msgid "      --pwfile=FILE         read password for the new superuser from file\n"
 msgstr "      --pwfile=PLIK         czyta hasło dla właściciela bazy z pliku\n"
 
-#: initdb.c:2822
+#: initdb.c:2763
 #, c-format
 msgid ""
 "  -T, --text-search-config=CFG\n"
@@ -616,22 +624,22 @@ msgstr ""
 "  -T, --text-search-config=CFG\n"
 "                            domyślna konfiguracja wyszukiwania tekstowego\n"
 
-#: initdb.c:2824
+#: initdb.c:2765
 #, c-format
 msgid "  -U, --username=NAME       database superuser name\n"
 msgstr "  -U, --username=NAZWA      superużytkownik bazy danych\n"
 
-#: initdb.c:2825
+#: initdb.c:2766
 #, c-format
 msgid "  -W, --pwprompt            prompt for a password for the new superuser\n"
 msgstr "  -W, --pwprompt            proś o hasło dla nowego superużytkownika\n"
 
-#: initdb.c:2826
+#: initdb.c:2767
 #, c-format
 msgid "  -X, --xlogdir=XLOGDIR     location for the transaction log directory\n"
 msgstr "  -X, --xlogdir=XLOGDIR     umiejscowienie folderu dziennika transakcji\n"
 
-#: initdb.c:2827
+#: initdb.c:2768
 #, c-format
 msgid ""
 "\n"
@@ -640,42 +648,42 @@ msgstr ""
 "\n"
 "Rzadziej używane opcje:\n"
 
-#: initdb.c:2828
+#: initdb.c:2769
 #, c-format
 msgid "  -d, --debug               generate lots of debugging output\n"
 msgstr "  -d, --debug               wyświetlanie informacji debugger'a\n"
 
-#: initdb.c:2829
+#: initdb.c:2770
 #, c-format
 msgid "  -k, --data-checksums      use data page checksums\n"
 msgstr "  -k, --data-checksums      użycie sum kontrolnych danych stron\n"
 
-#: initdb.c:2830
+#: initdb.c:2771
 #, c-format
 msgid "  -L DIRECTORY              where to find the input files\n"
 msgstr "  -L KATALOG                gdzie szukać plików wejściowych\n"
 
-#: initdb.c:2831
+#: initdb.c:2772
 #, c-format
 msgid "  -n, --noclean             do not clean up after errors\n"
 msgstr "  -n, --noclean             błędy nie będą porządkowane\n"
 
-#: initdb.c:2832
+#: initdb.c:2773
 #, c-format
 msgid "  -N, --nosync              do not wait for changes to be written safely to disk\n"
 msgstr "  -N, --nosync              nie czekać aż zmiany zostaną bezpiecznie zapisane na dysk\n"
 
-#: initdb.c:2833
+#: initdb.c:2774
 #, c-format
 msgid "  -s, --show                show internal settings\n"
 msgstr "  -s, --show                 pokaż wewnętrzne ustawienia\n"
 
-#: initdb.c:2834
+#: initdb.c:2775
 #, c-format
 msgid "  -S, --sync-only           only sync data directory\n"
 msgstr "  -S, --sync-only           synchronizować tylko katalog danych\n"
 
-#: initdb.c:2835
+#: initdb.c:2776
 #, c-format
 msgid ""
 "\n"
@@ -684,17 +692,17 @@ msgstr ""
 "\n"
 "Pozostałe opcje:\n"
 
-#: initdb.c:2836
+#: initdb.c:2777
 #, c-format
 msgid "  -V, --version             output version information, then exit\n"
 msgstr "  -V, --version             pokaż informacje o wersji i zakończ\n"
 
-#: initdb.c:2837
+#: initdb.c:2778
 #, c-format
 msgid "  -?, --help                show this help, then exit\n"
 msgstr "  -?, --help                pokaż tą pomoc i zakończ działanie\n"
 
-#: initdb.c:2838
+#: initdb.c:2779
 #, c-format
 msgid ""
 "\n"
@@ -705,7 +713,7 @@ msgstr ""
 "Jeśli katalog nie jest wskazany wtedy używana jest zmienna PGDATA\n"
 "do określenia tegoż katalogu.\n"
 
-#: initdb.c:2840
+#: initdb.c:2781
 #, c-format
 msgid ""
 "\n"
@@ -714,7 +722,7 @@ msgstr ""
 "\n"
 "Błędy proszę przesyłać na adres <pgsql-bugs@postgresql.org>.\n"
 
-#: initdb.c:2848
+#: initdb.c:2789
 msgid ""
 "\n"
 "WARNING: enabling \"trust\" authentication for local connections\n"
@@ -722,31 +730,22 @@ msgid ""
 "--auth-local and --auth-host, the next time you run initdb.\n"
 msgstr ""
 "\n"
-"UWAGA: metoda autoryzacji ustawiona jako \"trust\" dla połączeń lokalnych\n"
-"Można to zmienić edytując plik pg_hba.conf, używając opcji -A,\n"
-"--auth-local lub --auth-host przy kolejnym uruchomieniu initdb.\n"
+"OSTRZEŻENIE: metoda autoryzacji ustawiona jako \"trust\" dla połączeń "
+"lokalnych\n"
+"Można to zmienić edytując plik pg_hba.conf, używając opcji -A, lub\n"
+"--auth-local oraz --auth-host przy kolejnym uruchomieniu initdb.\n"
 
-#: initdb.c:2870
+#: initdb.c:2811
 #, c-format
 msgid "%s: invalid authentication method \"%s\" for \"%s\" connections\n"
 msgstr "%s: niepoprawna metoda autoryzacji \"%s\" dla połączeń \"%s\"\n"
 
-#: initdb.c:2884
+#: initdb.c:2825
 #, c-format
 msgid "%s: must specify a password for the superuser to enable %s authentication\n"
 msgstr "%s: musisz podać hasło superużytkownika aby aktywować %s autoryzację\n"
 
-#: initdb.c:2917
-#, c-format
-msgid "%s: could not re-execute with restricted token: error code %lu\n"
-msgstr "%s: nie udało się ponownie wykonać ograniczonego tokena: %lu\n"
-
-#: initdb.c:2932
-#, c-format
-msgid "%s: could not get exit code from subprocess: error code %lu\n"
-msgstr "%s: nie udało uzyskać kodu wyjścia z usługi podrzędnej: kod błędu %lu\n"
-
-#: initdb.c:2958
+#: initdb.c:2852
 #, c-format
 msgid ""
 "%s: no data directory specified\n"
@@ -754,12 +753,12 @@ msgid ""
 "will reside.  Do this with either the invocation option -D or the\n"
 "environment variable PGDATA.\n"
 msgstr ""
-"%s: nie ustawiony katalog danych\n"
-"Musisz podać katalog gdzie dane bazy danych będą przechowywane.\n"
-"Możesz tego dokonać używając opcję -D lub przy pomocy\n"
+"%s: nieustawiony katalog danych\n"
+"Musisz podać katalog gdzie będą przechowywane dane bazy danych.\n"
+"Możesz tego dokonać używając opcji -D lub przy pomocy\n"
 "zmiennej środowiskowej PGDATA.\n"
 
-#: initdb.c:2996
+#: initdb.c:2890
 #, c-format
 msgid ""
 "The program \"postgres\" is needed by %s but was not found in the\n"
@@ -770,7 +769,7 @@ msgstr ""
 "w tym samym folderze co \"%s\".\n"
 "Sprawdź instalację.\n"
 
-#: initdb.c:3003
+#: initdb.c:2897
 #, c-format
 msgid ""
 "The program \"postgres\" was found by \"%s\"\n"
@@ -781,17 +780,17 @@ msgstr ""
 "ale nie jest w tej samej wersji co %s.\n"
 "Sprawdź instalację.\n"
 
-#: initdb.c:3022
+#: initdb.c:2916
 #, c-format
 msgid "%s: input file location must be an absolute path\n"
 msgstr "%s: położenie plików wejściowych musi być ścieżką bezwzględną\n"
 
-#: initdb.c:3041
+#: initdb.c:2935
 #, c-format
 msgid "The database cluster will be initialized with locale \"%s\".\n"
 msgstr "Klaster bazy zostanie utworzony z zestawem reguł językowych \"%s\".\n"
 
-#: initdb.c:3044
+#: initdb.c:2938
 #, c-format
 msgid ""
 "The database cluster will be initialized with locales\n"
@@ -810,36 +809,37 @@ msgstr ""
 "  NUMERIC:  %s\n"
 "  TIME:     %s\n"
 
-#: initdb.c:3068
+#: initdb.c:2962
 #, c-format
 msgid "%s: could not find suitable encoding for locale \"%s\"\n"
 msgstr "%s: nie można znaleźć odpowiedniego kodowania dla lokalizacji \"%s\"\n"
 
-#: initdb.c:3070
+#: initdb.c:2964
 #, c-format
 msgid "Rerun %s with the -E option.\n"
 msgstr "Włącz polecenie %s ponownie z opcją -E.\n"
 
-#: initdb.c:3071 initdb.c:3647 initdb.c:3668
+#: initdb.c:2965 initdb.c:3541 initdb.c:3562
 #, c-format
 msgid "Try \"%s --help\" for more information.\n"
 msgstr "Spróbuj \"%s --help\" aby uzyskać więcej informacji.\n"
 
-#: initdb.c:3083
+#: initdb.c:2977
 #, c-format
 msgid ""
 "Encoding \"%s\" implied by locale is not allowed as a server-side encoding.\n"
 "The default database encoding will be set to \"%s\" instead.\n"
 msgstr ""
-"Kodowanie \"%s\" określone przez lokalizację jest niedozwolone jako kodowanie po stronie serwera.\n"
+"Kodowanie \"%s\" określone przez lokalizację jest niedozwolone jako kodowanie "
+"po stronie serwera.\n"
 "Kodowanie bazy danych będzie zamiast tego ustawiona na \"%s\".\n"
 
-#: initdb.c:3091
+#: initdb.c:2985
 #, c-format
 msgid "%s: locale \"%s\" requires unsupported encoding \"%s\"\n"
 msgstr "%s: lokalizacja \"%s\" wymaga nie wspieranego kodowania \"%s\"\n"
 
-#: initdb.c:3094
+#: initdb.c:2988
 #, c-format
 msgid ""
 "Encoding \"%s\" is not allowed as a server-side encoding.\n"
@@ -848,73 +848,74 @@ msgstr ""
 "Kodowanie \"%s\" jest niedozwolone jako kodowanie po stronie serwera.\n"
 "Uruchom ponownie %s z wybraną inną lokalizacją.\n"
 
-#: initdb.c:3103
+#: initdb.c:2997
 #, c-format
 msgid "The default database encoding has accordingly been set to \"%s\".\n"
 msgstr "Podstawowe kodowanie bazy danych zostało ustawione jako \"%s\".\n"
 
-#: initdb.c:3174
+#: initdb.c:3068
 #, c-format
 msgid "%s: could not find suitable text search configuration for locale \"%s\"\n"
 msgstr "%s: nie można znaleźć odpowiedniej konfiguracji wyszukiwania tekstowego dla lokalizacji \"%s\"\n"
 
-#: initdb.c:3185
+#: initdb.c:3079
 #, c-format
 msgid "%s: warning: suitable text search configuration for locale \"%s\" is unknown\n"
-msgstr "%s: ostrzeżenie: nie jest znana odpowiednia konfiguracja wyszukiwania tekstowego dla lokalizacji \"%s\"\n"
+msgstr "%s: ostrzeżenie: nie jest znana odpowiednia konfiguracja wyszukiwania "
+"tekstowego dla lokalizacji \"%s\"\n"
 
-#: initdb.c:3190
+#: initdb.c:3084
 #, c-format
 msgid "%s: warning: specified text search configuration \"%s\" might not match locale \"%s\"\n"
 msgstr "%s: ostrzeżenie: wskazana konfiguracja wyszukiwania tekstu \"%s\" może nie pasować do lokalizacji \"%s\"\n"
 
-#: initdb.c:3195
+#: initdb.c:3089
 #, c-format
 msgid "The default text search configuration will be set to \"%s\".\n"
 msgstr "Domyślna konfiguracja wyszukiwania tekstowego zostanie ustawiona na \"%s\".\n"
 
-#: initdb.c:3239 initdb.c:3317
+#: initdb.c:3133 initdb.c:3211
 #, c-format
 msgid "creating directory %s ... "
 msgstr "tworzenie katalogu %s ... "
 
-#: initdb.c:3253 initdb.c:3335
+#: initdb.c:3147 initdb.c:3229
 #, c-format
 msgid "fixing permissions on existing directory %s ... "
 msgstr "ustalanie uprawnień katalogu %s ... "
 
-#: initdb.c:3259 initdb.c:3341
+#: initdb.c:3153 initdb.c:3235
 #, c-format
 msgid "%s: could not change permissions of directory \"%s\": %s\n"
 msgstr "%s: nie można zmienić uprawnień katalogu \"%s\": %s\n"
 
-#: initdb.c:3274 initdb.c:3356
+#: initdb.c:3168 initdb.c:3250
 #, c-format
 msgid "%s: directory \"%s\" exists but is not empty\n"
 msgstr "%s: folder \"%s\" nie jest pusty\n"
 
-#: initdb.c:3280
+#: initdb.c:3174
 #, c-format
 msgid ""
 "If you want to create a new database system, either remove or empty\n"
 "the directory \"%s\" or run %s\n"
 "with an argument other than \"%s\".\n"
 msgstr ""
-"Jeśli chcesz utworzyć nową bazę danych usuń lub wyczyść,\n"
+"Jeśli chcesz utworzyć nową bazę danych, usuń lub wyczyść\n"
 "katalog \"%s\" lub uruchom program %s\n"
 "z argumentem wskazującym katalog innym niż \"%s\".\n"
 
-#: initdb.c:3288 initdb.c:3369
+#: initdb.c:3182 initdb.c:3263 initdb.c:3575
 #, c-format
 msgid "%s: could not access directory \"%s\": %s\n"
 msgstr "%s: brak dostępu do katalogu \"%s\": %s\n"
 
-#: initdb.c:3308
+#: initdb.c:3202
 #, c-format
 msgid "%s: transaction log directory location must be an absolute path\n"
 msgstr "%s: położenie folderu dziennika transakcji musi być ścieżką bezwzględną\n"
 
-#: initdb.c:3362
+#: initdb.c:3256
 #, c-format
 msgid ""
 "If you want to store the transaction log there, either\n"
@@ -923,27 +924,27 @@ msgstr ""
 "Jeśli chcesz tam przechowywać dziennik transakcji, albo\n"
 "usuń albo wyczyść zawartość folderu \"%s\".\n"
 
-#: initdb.c:3380
+#: initdb.c:3274
 #, c-format
 msgid "%s: could not create symbolic link \"%s\": %s\n"
 msgstr "%s: nie można utworzyć linku symbolicznego \"%s\": %s\n"
 
-#: initdb.c:3385
+#: initdb.c:3279
 #, c-format
 msgid "%s: symlinks are not supported on this platform"
 msgstr "%s: linki symb. nie są obsługiwane na tej platformie"
 
-#: initdb.c:3398
+#: initdb.c:3292
 #, c-format
 msgid "It contains a dot-prefixed/invisible file, perhaps due to it being a mount point.\n"
 msgstr "Zawiera on tylko zaczynający się kropką/niewidoczny plik, być może dlatego, że był to punkt podłączenia.\n"
 
-#: initdb.c:3401
+#: initdb.c:3295
 #, c-format
 msgid "It contains a lost+found directory, perhaps due to it being a mount point.\n"
 msgstr "Zawiera on folder lost+found, być może dlatego, że był to punkt podłączenia.\n"
 
-#: initdb.c:3404
+#: initdb.c:3298
 #, c-format
 msgid ""
 "Using a mount point directly as the data directory is not recommended.\n"
@@ -952,32 +953,32 @@ msgstr ""
 "Użycie punktu zamontowania bezpośrednio jako folderu danych nie jest zalecane.\n"
 "Lepiej utworzyć podfolder punktu montowania.\n"
 
-#: initdb.c:3423
+#: initdb.c:3317
 #, c-format
 msgid "creating subdirectories ... "
 msgstr "tworzenie podkatalogów ... "
 
-#: initdb.c:3591
+#: initdb.c:3485
 #, c-format
 msgid "Running in debug mode.\n"
 msgstr "Działanie w trybie debug.\n"
 
-#: initdb.c:3595
+#: initdb.c:3489
 #, c-format
 msgid "Running in noclean mode.  Mistakes will not be cleaned up.\n"
 msgstr "Działanie w trybie nonclean. Błędy nie będą porządkowane.\n"
 
-#: initdb.c:3666
+#: initdb.c:3560
 #, c-format
 msgid "%s: too many command-line arguments (first is \"%s\")\n"
 msgstr "%s: za duża ilość parametrów (pierwszy to \"%s\")\n"
 
-#: initdb.c:3683
+#: initdb.c:3586
 #, c-format
 msgid "%s: password prompt and password file cannot be specified together\n"
 msgstr "%s: prośba o hasło i plik hasła nie mogą być podane jednocześnie\n"
 
-#: initdb.c:3705
+#: initdb.c:3608
 #, c-format
 msgid ""
 "The files belonging to this database system will be owned by user \"%s\".\n"
@@ -988,17 +989,17 @@ msgstr ""
 "Ten użytkownik musi jednocześnie być właścicielem procesu serwera.\n"
 "\n"
 
-#: initdb.c:3721
+#: initdb.c:3624
 #, c-format
 msgid "Data page checksums are enabled.\n"
 msgstr "Sumy kontrolne stron danych są włączone.\n"
 
-#: initdb.c:3723
+#: initdb.c:3626
 #, c-format
 msgid "Data page checksums are disabled.\n"
 msgstr "Sumy kontrolne stron danych są zablokowane.\n"
 
-#: initdb.c:3732
+#: initdb.c:3635
 #, c-format
 msgid ""
 "\n"
@@ -1009,33 +1010,43 @@ msgstr ""
 "Pominięto synchronizację na dysk.\n"
 "Folder danych może zostać uszkodzona jeśli system operacyjny ulegnie awarii.\n"
 
-#: initdb.c:3741
+#: initdb.c:3644
 #, c-format
+#| msgid ""
+#| "\n"
+#| "Success. You can now start the database server using:\n"
+#| "\n"
+#| "    %s%s%spostgres%s -D %s%s%s\n"
+#| "or\n"
+#| "    %s%s%spg_ctl%s -D %s%s%s -l logfile start\n"
+#| "\n"
 msgid ""
 "\n"
 "Success. You can now start the database server using:\n"
 "\n"
-"    %s%s%spostgres%s -D %s%s%s\n"
-"or\n"
 "    %s%s%spg_ctl%s -D %s%s%s -l logfile start\n"
 "\n"
 msgstr ""
 "\n"
 "Sukces. Teraz możesz uruchomić serwer bazy danych używając:\n"
 "\n"
-"    %s%s%spostgres%s -D %s%s%s\n"
-"lub\n"
 "    %s%s%s%spg_ctl -D %s%s%s -l plik_z_logami start\n"
 "\n"
 
-#~ msgid "could not change directory to \"%s\""
-#~ msgstr "nie można zmienić katalogu na \"%s\""
+#~ msgid "%s: could not obtain information about current user: %s\n"
+#~ msgstr "%s: nie można otrzymać informacji o bieżącym użytkowniku: %s\n"
+
+#~ msgid "%s: could not get current user name: %s\n"
+#~ msgstr "%s: nie można otrzymać bieżącej nazwy użytkownika: %s\n"
 
 #~ msgid "Using the top-level directory of a mount point is not recommended.\n"
 #~ msgstr "Używanie folderu głównego punktu podłączenia nie jest zalecane.\n"
 
-#~ msgid "%s: could not get current user name: %s\n"
-#~ msgstr "%s: nie można otrzymać bieżącej nazwy użytkownika: %s\n"
+#~ msgid "could not change directory to \"%s\""
+#~ msgstr "nie można zmienić katalogu na \"%s\""
 
-#~ msgid "%s: could not obtain information about current user: %s\n"
-#~ msgstr "%s: nie można otrzymać informacji o bieżącym użytkowniku: %s\n"
+#~ msgid "%s: could not to allocate SIDs: error code %lu\n"
+#~ msgstr "%s: nie udało się przydzielić SIDów: kod błędu %lu\n"
+
+#~ msgid "%s: could not close directory \"%s\": %s\n"
+#~ msgstr "%s: nie można zamknąć katalogu \"%s\": %s\n"
index eb3d91d41421e71d21ba10baa6205e6aeac2fbb1..b508e46b071745c57bd1b1fcfaca76e1b280c22e 100644 (file)
@@ -2,14 +2,15 @@
 # Copyright (c) 2005 toczek, xxxtoczekxxx@wp.pl
 # Distributed under the same licensing terms as PostgreSQL itself.
 # Begina Felicysym <begina.felicysym@wp.eu>, 2011, 2012, 2013.
+# grzegorz <begina.felicysym@wp.eu>, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: libpq (PostgreSQL 9.1)\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2013-08-29 23:12+0000\n"
-"PO-Revision-Date: 2013-08-30 09:26+0200\n"
-"Last-Translator: Begina Felicysym <begina.felicysym@wp.eu>\n"
-"Language-Team: Begina Felicysym\n"
+"POT-Creation-Date: 2015-08-15 18:38+0000\n"
+"PO-Revision-Date: 2015-09-20 00:04-0400\n"
+"Last-Translator: grzegorz <begina.felicysym@wp.eu>\n"
+"Language-Team: begina.felicysym@wp.eu\n"
 "Language: pl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -18,100 +19,103 @@ msgstr ""
 "|| n%100>=20) ? 1 : 2);\n"
 "X-Generator: Virtaal 0.7.1\n"
 
-#: fe-auth.c:210 fe-auth.c:429 fe-auth.c:656
-msgid "host name must be specified\n"
-msgstr "nazwa hosta musi być określona\n"
-
-#: fe-auth.c:240
-#, c-format
-msgid "could not set socket to blocking mode: %s\n"
-msgstr "nie można ustawić gniazda w tryb blokowania: %s\n"
-
-#: fe-auth.c:258 fe-auth.c:262
-#, c-format
-msgid "Kerberos 5 authentication rejected: %*s\n"
-msgstr "Kerberos 5 autoryzacja odrzucona: %*s\n"
-
-#: fe-auth.c:288
-#, c-format
-#| msgid "could not restore non-blocking mode on socket: %s\n"
-msgid "could not restore nonblocking mode on socket: %s\n"
-msgstr "nie można odtworzyć trybu nieblokowanego gniazda: %s\n"
-
-#: fe-auth.c:400
+#: fe-auth.c:148
 msgid "GSSAPI continuation error"
 msgstr "błąd kontynuowania GSSAPI"
 
-#: fe-auth.c:436
+#: fe-auth.c:177 fe-auth.c:410
+msgid "host name must be specified\n"
+msgstr "nazwa hosta musi być określona\n"
+
+#: fe-auth.c:184
 msgid "duplicate GSS authentication request\n"
 msgstr "podwójne żądanie autoryzacji GSS\n"
 
-#: fe-auth.c:456
+#: fe-auth.c:197 fe-auth.c:307 fe-auth.c:381 fe-auth.c:416 fe-auth.c:512
+#: fe-auth.c:778 fe-connect.c:701 fe-connect.c:898 fe-connect.c:1074
+#: fe-connect.c:2085 fe-connect.c:3477 fe-connect.c:3729 fe-connect.c:3848
+#: fe-connect.c:4088 fe-connect.c:4168 fe-connect.c:4267 fe-connect.c:4519
+#: fe-connect.c:4548 fe-connect.c:4620 fe-connect.c:4638 fe-connect.c:4734
+#: fe-connect.c:5068 fe-connect.c:5218 fe-exec.c:3339 fe-exec.c:3504
+#: fe-lobj.c:896 fe-protocol2.c:1206 fe-protocol3.c:1571
+#: fe-secure-openssl.c:527 fe-secure-openssl.c:1069
+msgid "out of memory\n"
+msgstr "brak pamięci\n"
+
+#: fe-auth.c:210
 msgid "GSSAPI name import error"
 msgstr "błąd importu nazwy GSSAPI"
 
-#: fe-auth.c:542
+#: fe-auth.c:296
 msgid "SSPI continuation error"
 msgstr "błąd kontynuowania SSPI"
 
-#: fe-auth.c:553 fe-auth.c:627 fe-auth.c:662 fe-auth.c:758 fe-connect.c:2005
-#: fe-connect.c:3393 fe-connect.c:3611 fe-connect.c:4023 fe-connect.c:4118
-#: fe-connect.c:4383 fe-connect.c:4452 fe-connect.c:4469 fe-connect.c:4560
-#: fe-connect.c:4910 fe-connect.c:5060 fe-exec.c:3296 fe-exec.c:3461
-#: fe-lobj.c:896 fe-protocol2.c:1181 fe-protocol3.c:1544 fe-secure.c:790
-#: fe-secure.c:1190
-msgid "out of memory\n"
-msgstr "brak pamięci\n"
-
-#: fe-auth.c:642
+#: fe-auth.c:396
 msgid "could not acquire SSPI credentials"
 msgstr "nie można nabyć poświadczeń SSPI"
 
-#: fe-auth.c:733
+#: fe-auth.c:487
 msgid "SCM_CRED authentication method not supported\n"
 msgstr "Metoda autoryzacji SCM_CRED nie jest dostępna\n"
 
-#: fe-auth.c:809
+#: fe-auth.c:563
 msgid "Kerberos 4 authentication not supported\n"
 msgstr "metoda autoryzacji Kerberos 4 nie jest dostępna\n"
 
-#: fe-auth.c:825
+#: fe-auth.c:568
 msgid "Kerberos 5 authentication not supported\n"
 msgstr "metoda autoryzacji Kerberos 5 nie jest dostępna\n"
 
-#: fe-auth.c:897
+#: fe-auth.c:639
 msgid "GSSAPI authentication not supported\n"
 msgstr "Metoda autoryzacji GSSAPI nie jest dostępna\n"
 
-#: fe-auth.c:929
+#: fe-auth.c:671
 msgid "SSPI authentication not supported\n"
 msgstr "Metoda autoryzacji SSPI nie jest dostępna\n"
 
-#: fe-auth.c:937
+#: fe-auth.c:679
 msgid "Crypt authentication not supported\n"
 msgstr "metoda autoryzacji Crypt nie jest dostępna\n"
 
-#: fe-auth.c:964
+#: fe-auth.c:706
 #, c-format
 msgid "authentication method %u not supported\n"
 msgstr "metoda autoryzacji %u nie jest dostępna\n"
 
-#: fe-connect.c:798
+#: fe-auth.c:753
+#, c-format
+#| msgid "user name lookup failure: %s"
+msgid "user name lookup failure: error code %lu\n"
+msgstr "niepowodzenie wyszukiwania nazwy użytkownika: kod błędu %lu\n"
+
+#: fe-auth.c:763 fe-connect.c:2012
+#, c-format
+#| msgid "could not look up effective user ID %ld: %s"
+msgid "could not look up local user ID %d: %s\n"
+msgstr "nie udało się odnaleźć lokalnego ID użytkownika %d: %s\n"
+
+#: fe-auth.c:768 fe-connect.c:2017
+#, c-format
+msgid "local user with ID %d does not exist\n"
+msgstr "lokalny użytkownik o ID %d nie istnieje\n"
+
+#: fe-connect.c:840
 #, c-format
 msgid "invalid sslmode value: \"%s\"\n"
 msgstr "błędna wartość sslmode: \"%s\"\n"
 
-#: fe-connect.c:819
+#: fe-connect.c:861
 #, c-format
 msgid "sslmode value \"%s\" invalid when SSL support is not compiled in\n"
 msgstr "błędna wartość sslmode \"%s\" gdyż obsługa SSL nie została skompilowana\n"
 
-#: fe-connect.c:1023
+#: fe-connect.c:1098
 #, c-format
 msgid "could not set socket to TCP no delay mode: %s\n"
 msgstr "nie można ustawić gniazda TCP w tryb bez opóźnień: %s\n"
 
-#: fe-connect.c:1053
+#: fe-connect.c:1128
 #, c-format
 msgid ""
 "could not connect to server: %s\n"
@@ -122,7 +126,7 @@ msgstr ""
 "\tCzy serwer działa lokalnie i akceptuje\n"
 "\tpołączenia przy pomocy gniazd dziedziny Uniksa \"%s\"?\n"
 
-#: fe-connect.c:1108
+#: fe-connect.c:1183
 #, c-format
 msgid ""
 "could not connect to server: %s\n"
@@ -133,7 +137,7 @@ msgstr ""
 "\tCzy serwer działa na serwerze \"%s\" (%s) i akceptuje\n"
 "\tpołączenia TCP/IP na porcie %s?\n"
 
-#: fe-connect.c:1117
+#: fe-connect.c:1192
 #, c-format
 msgid ""
 "could not connect to server: %s\n"
@@ -144,399 +148,400 @@ msgstr ""
 "\tCzy serwer działa na stacji sieciowej \"%s\" i akceptuje\n"
 "\tpołączenia TCP/IP na porcie %s?\n"
 
-#: fe-connect.c:1168
+#: fe-connect.c:1243
 #, c-format
 msgid "setsockopt(TCP_KEEPIDLE) failed: %s\n"
 msgstr "nie powiodło się setsockopt(TCP_KEEPIDLE): %s\n"
 
-#: fe-connect.c:1181
+#: fe-connect.c:1256
 #, c-format
 msgid "setsockopt(TCP_KEEPALIVE) failed: %s\n"
 msgstr "nie powiodło się setsockopt(TCP_KEEPALIVE): %s\n"
 
-#: fe-connect.c:1213
+#: fe-connect.c:1288
 #, c-format
 msgid "setsockopt(TCP_KEEPINTVL) failed: %s\n"
 msgstr "nie powiodło się setsockopt(TCP_KEEPINTVL): %s\n"
 
-#: fe-connect.c:1245
+#: fe-connect.c:1320
 #, c-format
 msgid "setsockopt(TCP_KEEPCNT) failed: %s\n"
 msgstr "nie powiodło się setsockopt(TCP_KEEPCNT): %s\n"
 
-#: fe-connect.c:1293
+#: fe-connect.c:1368
 #, c-format
 msgid "WSAIoctl(SIO_KEEPALIVE_VALS) failed: %ui\n"
 msgstr "nie powiodło się WSAIoctl(SIO_KEEPALIVE_VALS): %ui\n"
 
-#: fe-connect.c:1345
+#: fe-connect.c:1420
 #, c-format
 msgid "invalid port number: \"%s\"\n"
 msgstr "nieprawidłowy numer portu: \"%s\"\n"
 
-#: fe-connect.c:1378
+#: fe-connect.c:1453
 #, c-format
 msgid "Unix-domain socket path \"%s\" is too long (maximum %d bytes)\n"
 msgstr "Za długa ścieżka gniazda domeny Unix \"%s\" (maks %d bajtów)\n"
 
-#: fe-connect.c:1397
+#: fe-connect.c:1472
 #, c-format
 msgid "could not translate host name \"%s\" to address: %s\n"
 msgstr "nie można przetłumaczyć nazwy hosta \"%s\" na adres: %s\n"
 
-#: fe-connect.c:1401
+#: fe-connect.c:1476
 #, c-format
 msgid "could not translate Unix-domain socket path \"%s\" to address: %s\n"
 msgstr "nie można przetłumaczyć ścieżki gniazda domeny Uniks \"%s\" na adres: %s\n"
 
-#: fe-connect.c:1606
+#: fe-connect.c:1681
 msgid "invalid connection state, probably indicative of memory corruption\n"
 msgstr "błędny stan połączenia, prawdopodobnie oznajmiający uszkodzenie pamięci\n"
 
-#: fe-connect.c:1647
+#: fe-connect.c:1721
 #, c-format
 msgid "could not create socket: %s\n"
 msgstr "nie można utworzyć gniazda: %s\n"
 
-#: fe-connect.c:1669
+#: fe-connect.c:1743
 #, c-format
-#| msgid "could not set socket to non-blocking mode: %s\n"
 msgid "could not set socket to nonblocking mode: %s\n"
 msgstr "nie można ustawić gniazda w tryb nieblokujący: %s\n"
 
-#: fe-connect.c:1680
+#: fe-connect.c:1754
 #, c-format
 msgid "could not set socket to close-on-exec mode: %s\n"
 msgstr "nie można ustawić gniazda obsługi zamknięcia przy uruchomieniu: %s\n"
 
-#: fe-connect.c:1699
+#: fe-connect.c:1773
 msgid "keepalives parameter must be an integer\n"
 msgstr "parametr keepalives musi być liczbą całkowitą\n"
 
-#: fe-connect.c:1712
+#: fe-connect.c:1786
 #, c-format
 msgid "setsockopt(SO_KEEPALIVE) failed: %s\n"
 msgstr "nie powiodło się setsockopt(SO_KEEPALIVE): %s\n"
 
-#: fe-connect.c:1849
+#: fe-connect.c:1923
 #, c-format
 msgid "could not get socket error status: %s\n"
 msgstr "nie można otrzymać błędu gniazda: %s\n"
 
-#: fe-connect.c:1883
+#: fe-connect.c:1957
 #, c-format
 msgid "could not get client address from socket: %s\n"
 msgstr "nie można otrzymać adresu klienta z gniazda: %s\n"
 
-#: fe-connect.c:1924
+#: fe-connect.c:1999
 msgid "requirepeer parameter is not supported on this platform\n"
 msgstr "parametr requirepeer nie jest obsługiwany na tej platformie\n"
 
-#: fe-connect.c:1927
+#: fe-connect.c:2002
 #, c-format
 msgid "could not get peer credentials: %s\n"
 msgstr "nie można pobrać poświadczeń wzajemnych: %s\n"
 
-#: fe-connect.c:1937
-#, c-format
-msgid "local user with ID %d does not exist\n"
-msgstr "lokalny użytkownik o ID %d nie istnieje\n"
-
-#: fe-connect.c:1945
+#: fe-connect.c:2025
 #, c-format
 msgid "requirepeer specifies \"%s\", but actual peer user name is \"%s\"\n"
 msgstr "requirepeer wskazuje \"%s\", ale nazwa bieżącego użytkownika równorzędnego to \"%s\"\n"
 
-#: fe-connect.c:1979
+#: fe-connect.c:2059
 #, c-format
 msgid "could not send SSL negotiation packet: %s\n"
 msgstr "nie można wysłać pakietu negocjacji SSL: %s\n"
 
-#: fe-connect.c:2018
+#: fe-connect.c:2098
 #, c-format
 msgid "could not send startup packet: %s\n"
 msgstr "nie można wysłać pakietu rozpoczynającego: %s\n"
 
-#: fe-connect.c:2088
+#: fe-connect.c:2168
 msgid "server does not support SSL, but SSL was required\n"
 msgstr "serwer nie obsługuje SSL, ale SSL było wymagane\n"
 
-#: fe-connect.c:2114
+#: fe-connect.c:2194
 #, c-format
 msgid "received invalid response to SSL negotiation: %c\n"
 msgstr "otrzymano niepoprawną odpowiedź negocjacji SSL: %c\n"
 
-#: fe-connect.c:2189 fe-connect.c:2222
+#: fe-connect.c:2269 fe-connect.c:2302
 #, c-format
 msgid "expected authentication request from server, but received %c\n"
 msgstr "oczekiwano prośby autoryzacji z serwera ale otrzymano %c\n"
 
-#: fe-connect.c:2389
+#: fe-connect.c:2469
 #, c-format
 msgid "out of memory allocating GSSAPI buffer (%d)"
 msgstr "brak pamięci podczas alokacji bufora GSSAPI (%d)"
 
-#: fe-connect.c:2474
+#: fe-connect.c:2554
 msgid "unexpected message from server during startup\n"
 msgstr "niespodziewana wiadomość z serwera podczas startu\n"
 
-#: fe-connect.c:2568
+#: fe-connect.c:2648
 #, c-format
 msgid "invalid connection state %d, probably indicative of memory corruption\n"
 msgstr "nieprawidłowy stan połączenia %d, prawdopodobnie wskazujący na uszkodzenie pamięci\n"
 
-#: fe-connect.c:3001 fe-connect.c:3061
+#: fe-connect.c:3083 fe-connect.c:3143
 #, c-format
 msgid "PGEventProc \"%s\" failed during PGEVT_CONNRESET event\n"
 msgstr "PGEventProc \"%s\" zawiodła podczas zdarzenia PGEVT_CONNRESET\n"
 
-#: fe-connect.c:3406
+#: fe-connect.c:3490
 #, c-format
 msgid "invalid LDAP URL \"%s\": scheme must be ldap://\n"
 msgstr "Niepoprawny adres URL LDAP \"%s\": schemat musi być ldap://\n"
 
-#: fe-connect.c:3421
+#: fe-connect.c:3505
 #, c-format
 msgid "invalid LDAP URL \"%s\": missing distinguished name\n"
 msgstr "niepoprawny adres URL LDAP \"%s\": brakująca nazwa wyróżniająca\n"
 
-#: fe-connect.c:3432 fe-connect.c:3485
+#: fe-connect.c:3516 fe-connect.c:3569
 #, c-format
 msgid "invalid LDAP URL \"%s\": must have exactly one attribute\n"
 msgstr "niepoprawny adres URL LDAP \"%s\": musi mieć dokładnie jeden atrybut\n"
 
-#: fe-connect.c:3442 fe-connect.c:3499
+#: fe-connect.c:3526 fe-connect.c:3583
 #, c-format
 msgid "invalid LDAP URL \"%s\": must have search scope (base/one/sub)\n"
 msgstr "niepoprawny adres URL LDAP \"%s\": musi mieć zakres wyszukiwania (base/one/sub)\n"
 
-#: fe-connect.c:3453
+#: fe-connect.c:3537
 #, c-format
 msgid "invalid LDAP URL \"%s\": no filter\n"
 msgstr "niepoprawny adres URL LDAP \"%s\": brak filtra\n"
 
-#: fe-connect.c:3474
+#: fe-connect.c:3558
 #, c-format
 msgid "invalid LDAP URL \"%s\": invalid port number\n"
 msgstr "niepoprawny adres URL LDAP \"%s\": niepoprawny numer portu\n"
 
-#: fe-connect.c:3508
+#: fe-connect.c:3592
 msgid "could not create LDAP structure\n"
 msgstr "nie można utworzyć struktury LDAP\n"
 
-#: fe-connect.c:3550
+#: fe-connect.c:3668
 #, c-format
 msgid "lookup on LDAP server failed: %s\n"
 msgstr "przeszukiwanie LDAP nie powiodło się: %s\n"
 
-#: fe-connect.c:3561
+#: fe-connect.c:3679
 msgid "more than one entry found on LDAP lookup\n"
 msgstr "ponad jeden wpis znaleziono podczas przeszukiwania LDAP\n"
 
-#: fe-connect.c:3562 fe-connect.c:3574
+#: fe-connect.c:3680 fe-connect.c:3692
 msgid "no entry found on LDAP lookup\n"
 msgstr "nie znaleziono wpisu podczas przeszukiwania LDAP\n"
 
-#: fe-connect.c:3585 fe-connect.c:3598
+#: fe-connect.c:3703 fe-connect.c:3716
 msgid "attribute has no values on LDAP lookup\n"
 msgstr "atrybut nie ma wartości w przeszukiwaniu LDAP\n"
 
-#: fe-connect.c:3650 fe-connect.c:3669 fe-connect.c:4157
+#: fe-connect.c:3768 fe-connect.c:3787 fe-connect.c:4306
 #, c-format
 msgid "missing \"=\" after \"%s\" in connection info string\n"
 msgstr "brakujące \"=\" po \"%s\" w łańcuchu informacyjnym połączenia\n"
 
-#: fe-connect.c:3733 fe-connect.c:4337 fe-connect.c:5042
+#: fe-connect.c:3860 fe-connect.c:4487 fe-connect.c:5201
 #, c-format
 msgid "invalid connection option \"%s\"\n"
 msgstr "błędna opcja połączenia \"%s\"\n"
 
-#: fe-connect.c:3749 fe-connect.c:4206
+#: fe-connect.c:3876 fe-connect.c:4355
 msgid "unterminated quoted string in connection info string\n"
 msgstr "niezamknięty cudzysłów w łańcuchu informacyjnym połączenia\n"
 
-#: fe-connect.c:3788
+#: fe-connect.c:3916
 msgid "could not get home directory to locate service definition file"
 msgstr "nie można pobrać katalogu domowego aby zlokalizować plik definicji usługi"
 
-#: fe-connect.c:3821
+#: fe-connect.c:3949
 #, c-format
 msgid "definition of service \"%s\" not found\n"
 msgstr "nie znaleziono definicji usługi \"%s\"\n"
 
-#: fe-connect.c:3844
+#: fe-connect.c:3972
 #, c-format
 msgid "service file \"%s\" not found\n"
 msgstr "nie znaleziono pliku usługi \"%s\"\n"
 
-#: fe-connect.c:3857
+#: fe-connect.c:3985
 #, c-format
 msgid "line %d too long in service file \"%s\"\n"
 msgstr "zbyt długa linia %d w pliku usługi \"%s\"\n"
 
-#: fe-connect.c:3928 fe-connect.c:3955
+#: fe-connect.c:4056 fe-connect.c:4100
 #, c-format
 msgid "syntax error in service file \"%s\", line %d\n"
 msgstr "błąd składni w pliku usługi \"%s\", linia %d\n"
 
-#: fe-connect.c:4570
+#: fe-connect.c:4067
+#, c-format
+#| msgid "syntax error in service file \"%s\", line %d\n"
+msgid "nested service specifications not supported in service file \"%s\", line %d\n"
+msgstr "zagnieżdżone specyfikacje usług nie są obsługiwane w pliku usługi \"%s\", "
+"linia %d\n"
+
+#: fe-connect.c:4745
 #, c-format
 msgid "invalid URI propagated to internal parser routine: \"%s\"\n"
 msgstr "niepoprawny URI przekazany do wewnętrznej procedury parsującej: \"%s\"\n"
 
-#: fe-connect.c:4640
+#: fe-connect.c:4815
 #, c-format
 msgid "end of string reached when looking for matching \"]\" in IPv6 host address in URI: \"%s\"\n"
 msgstr "osiągnięto koniec ciągu znaków podczas wyszukiwania kończącego \"]\" w adresie IPv6 hosta w URI: \"%s\"\n"
 
-#: fe-connect.c:4647
+#: fe-connect.c:4822
 #, c-format
 msgid "IPv6 host address may not be empty in URI: \"%s\"\n"
 msgstr "adres IPv6 hosta nie może być pusty w URI: \"%s\"\n"
 
-#: fe-connect.c:4662
+#: fe-connect.c:4837
 #, c-format
 msgid "unexpected character \"%c\" at position %d in URI (expected \":\" or \"/\"): \"%s\"\n"
 msgstr "nieoczekiwany znak \"%c\" w URI na pozycji %d (oczekiwano \":\" lub \"/\"): \"%s\"\n"
 
-#: fe-connect.c:4776
+#: fe-connect.c:4951
 #, c-format
 msgid "extra key/value separator \"=\" in URI query parameter: \"%s\"\n"
 msgstr "nadmiarowy znak \"=\" rozdzielający klucz/wartość w parametrze zapytania URI: \"%s\"\n"
 
-#: fe-connect.c:4796
+#: fe-connect.c:4971
 #, c-format
 msgid "missing key/value separator \"=\" in URI query parameter: \"%s\"\n"
 msgstr "brak znaku \"=\" rozdzielającego klucz/wartość w parametrze zapytania URI: \"%s\"\n"
 
-#: fe-connect.c:4867
+#: fe-connect.c:5022
 #, c-format
 msgid "invalid URI query parameter: \"%s\"\n"
 msgstr "nieprawidłowy parametr zapytania URI: \"%s\"\n"
 
-#: fe-connect.c:4937
+#: fe-connect.c:5096
 #, c-format
 msgid "invalid percent-encoded token: \"%s\"\n"
 msgstr "niepoprawny kodowany procentem znak: \"%s\"\n"
 
-#: fe-connect.c:4947
+#: fe-connect.c:5106
 #, c-format
 msgid "forbidden value %%00 in percent-encoded value: \"%s\"\n"
 msgstr "zabroniona wartość %%00 w znaku kodowanym procentem: \"%s\"\n"
 
-#: fe-connect.c:5270
+#: fe-connect.c:5437
 msgid "connection pointer is NULL\n"
 msgstr "wskaźnik połączenia ma wartość NULL\n"
 
-#: fe-connect.c:5547
+#: fe-connect.c:5723
 #, c-format
 msgid "WARNING: password file \"%s\" is not a plain file\n"
 msgstr "OSTRZEŻENIE: plik hasła \"%s\" nie jest zwykłym plikiem\n"
 
-#: fe-connect.c:5556
+#: fe-connect.c:5732
 #, c-format
 msgid "WARNING: password file \"%s\" has group or world access; permissions should be u=rw (0600) or less\n"
 msgstr ""
 "UWAGA: plik hasła \"%s\" posiada globalne lub grupowe uprawnienia odczytu;\n"
-"uprawniania powinny być ustawione na u=rw (0600) lub niżej\n"
+"uprawniania powinny być ustawione na u=rw (0600) lub słabsze\n"
 
-#: fe-connect.c:5656
+#: fe-connect.c:5838
 #, c-format
 msgid "password retrieved from file \"%s\"\n"
 msgstr "hasło odczytane z pliku \"%s\"\n"
 
-#: fe-exec.c:824
+#: fe-exec.c:825
 msgid "NOTICE"
 msgstr "UWAGA"
 
-#: fe-exec.c:1120 fe-exec.c:1178 fe-exec.c:1224
+#: fe-exec.c:1122 fe-exec.c:1180 fe-exec.c:1226
 msgid "command string is a null pointer\n"
 msgstr "łańcuch polecenia jest wskaźnikiem null\n"
 
-#: fe-exec.c:1184 fe-exec.c:1230 fe-exec.c:1325
+#: fe-exec.c:1186 fe-exec.c:1232 fe-exec.c:1327
 msgid "number of parameters must be between 0 and 65535\n"
 msgstr "liczba parametrów musi być pomiędzy 0 i 65535\n"
 
-#: fe-exec.c:1218 fe-exec.c:1319
+#: fe-exec.c:1220 fe-exec.c:1321
 msgid "statement name is a null pointer\n"
 msgstr "nazwa instrukcji jest wskaźnikiem null\n"
 
-#: fe-exec.c:1238 fe-exec.c:1402 fe-exec.c:2096 fe-exec.c:2295
+#: fe-exec.c:1240 fe-exec.c:1404 fe-exec.c:2119 fe-exec.c:2318
 msgid "function requires at least protocol version 3.0\n"
 msgstr "funkcja wymaga przynajmniej protokołu w wersji 3.0\n"
 
-#: fe-exec.c:1356
+#: fe-exec.c:1358
 msgid "no connection to the server\n"
 msgstr "brak połączenia z serwerem\n"
 
-#: fe-exec.c:1363
+#: fe-exec.c:1365
 msgid "another command is already in progress\n"
 msgstr "inne polecenie jest aktualnie wykonywane\n"
 
-#: fe-exec.c:1478
+#: fe-exec.c:1480
 msgid "length must be given for binary parameter\n"
 msgstr "musi być podana długość parametru binarnego\n"
 
-#: fe-exec.c:1756
+#: fe-exec.c:1749
 #, c-format
 msgid "unexpected asyncStatus: %d\n"
 msgstr "nieoczekiwany asyncStatus: %d\n"
 
-#: fe-exec.c:1776
+#: fe-exec.c:1769
 #, c-format
 msgid "PGEventProc \"%s\" failed during PGEVT_RESULTCREATE event\n"
 msgstr "PGEventProc \"%s\" zawiodła podczas zdarzenia PGEVT_RESULTCREATE\n"
 
-#: fe-exec.c:1906
+#: fe-exec.c:1929
 msgid "COPY terminated by new PQexec"
-msgstr "KOPIOWANIE zakończone przez nowe PQexec"
+msgstr "COPY zakończone przez nowe PQexec"
 
-#: fe-exec.c:1914
+#: fe-exec.c:1937
 msgid "COPY IN state must be terminated first\n"
 msgstr "stan COPY IN musi zostać wcześniej zakończony\n"
 
-#: fe-exec.c:1934
+#: fe-exec.c:1957
 msgid "COPY OUT state must be terminated first\n"
 msgstr "stan COPY OUT musi zostać wcześniej zakończony\n"
 
-#: fe-exec.c:1942
+#: fe-exec.c:1965
 msgid "PQexec not allowed during COPY BOTH\n"
 msgstr "PQexec niedozwolone podczas COPY BOTH\n"
 
-#: fe-exec.c:2185 fe-exec.c:2252 fe-exec.c:2342 fe-protocol2.c:1327
-#: fe-protocol3.c:1683
+#: fe-exec.c:2208 fe-exec.c:2275 fe-exec.c:2365 fe-protocol2.c:1352
+#: fe-protocol3.c:1710
 msgid "no COPY in progress\n"
-msgstr "brak KOPIOWANIA w toku\n"
+msgstr "brak COPY w toku\n"
 
-#: fe-exec.c:2534
+#: fe-exec.c:2555
 msgid "connection in wrong state\n"
 msgstr "połączenie posiada błędny stan\n"
 
-#: fe-exec.c:2565
+#: fe-exec.c:2586
 msgid "invalid ExecStatusType code"
 msgstr "błędny kod ExecStatusType"
 
-#: fe-exec.c:2629 fe-exec.c:2652
+#: fe-exec.c:2650 fe-exec.c:2673
 #, c-format
 msgid "column number %d is out of range 0..%d"
 msgstr "numer kolumny %d wykracza poza zakres 0..%d"
 
-#: fe-exec.c:2645
+#: fe-exec.c:2666
 #, c-format
 msgid "row number %d is out of range 0..%d"
 msgstr "numer wiersza %d wykracza poza zakres 0..%d"
 
-#: fe-exec.c:2667
+#: fe-exec.c:2688
 #, c-format
 msgid "parameter number %d is out of range 0..%d"
 msgstr "numer parametru %d wykracza poza zakres 0..%d"
 
-#: fe-exec.c:2955
+#: fe-exec.c:2998
 #, c-format
 msgid "could not interpret result from server: %s"
 msgstr "nie można zinterpretować wyników z serwera: %s"
 
-#: fe-exec.c:3194 fe-exec.c:3278
+#: fe-exec.c:3237 fe-exec.c:3321
 msgid "incomplete multibyte character\n"
 msgstr "niepełny znak wielobajtowy\n"
 
@@ -633,12 +638,12 @@ msgstr "typ integer o rozmiarze %lu nie jest obsługiwany przez pqGetInt"
 msgid "integer of size %lu not supported by pqPutInt"
 msgstr "typ integer o rozmiarze %lu nie jest obsługiwany przez pqPutInt"
 
-#: fe-misc.c:610 fe-misc.c:806
+#: fe-misc.c:642 fe-misc.c:842
 msgid "connection not open\n"
 msgstr "połączenie nie jest otwarte\n"
 
-#: fe-misc.c:736 fe-secure.c:386 fe-secure.c:466 fe-secure.c:547
-#: fe-secure.c:656
+#: fe-misc.c:812 fe-secure-openssl.c:249 fe-secure-openssl.c:355
+#: fe-secure.c:253 fe-secure.c:362
 msgid ""
 "server closed the connection unexpectedly\n"
 "\tThis probably means the server terminated abnormally\n"
@@ -648,15 +653,15 @@ msgstr ""
 "\tOznacza to prawdopodobnie iż serwer zakończył działanie niepoprawnie\n"
 "\tprzed lub podczas przetwarzania zapytania.\n"
 
-#: fe-misc.c:970
+#: fe-misc.c:1015
 msgid "timeout expired\n"
 msgstr "upłynął limit czasu rządania\n"
 
-#: fe-misc.c:1015
+#: fe-misc.c:1060
 msgid "socket not open\n"
 msgstr "gniazdo nie jest otwarte\n"
 
-#: fe-misc.c:1038
+#: fe-misc.c:1083
 #, c-format
 msgid "select() failed: %s\n"
 msgstr "select() nie udało się: %s\n"
@@ -676,282 +681,285 @@ msgstr "niepoprawny stan %c, prawdopodobnie oznajmiający uszkodzenie pamięci\n
 msgid "message type 0x%02x arrived from server while idle"
 msgstr "otrzymano wiadomość typu 0x%02x z serwera podczas procesu bezczynności"
 
-#: fe-protocol2.c:522
+#: fe-protocol2.c:503 fe-protocol2.c:538 fe-protocol2.c:1049
+#: fe-protocol3.c:209 fe-protocol3.c:236 fe-protocol3.c:253 fe-protocol3.c:324
+#: fe-protocol3.c:995
+msgid "out of memory"
+msgstr "brak pamięci"
+
+#: fe-protocol2.c:529
 #, c-format
 msgid "unexpected character %c following empty query response (\"I\" message)"
 msgstr "nieznany znak %c następujący po odpowiedzi pustego zapytania (wiadomość \"I\")"
 
-#: fe-protocol2.c:580
+#: fe-protocol2.c:595
 #, c-format
 msgid "server sent data (\"D\" message) without prior row description (\"T\" message)"
 msgstr "serwer wysłał dane (wiadomość \"D\") bez wcześniejszego opisu wiersza (wiadomość \"T\")"
 
-#: fe-protocol2.c:598
+#: fe-protocol2.c:613
 #, c-format
 msgid "server sent binary data (\"B\" message) without prior row description (\"T\" message)"
 msgstr "serwer wysłał dane binarne (wiadomość \"B\") bez wcześniejszego opisu wiersza (wiadomość \"T\")"
 
-#: fe-protocol2.c:618 fe-protocol3.c:385
+#: fe-protocol2.c:633 fe-protocol3.c:402
 #, c-format
 msgid "unexpected response from server; first received character was \"%c\"\n"
 msgstr "nieznana odpowiedź z serwera: pierwszym znakiem otrzymanym był \"%c\"\n"
 
-#: fe-protocol2.c:747 fe-protocol2.c:922 fe-protocol3.c:600 fe-protocol3.c:782
+#: fe-protocol2.c:762 fe-protocol2.c:937 fe-protocol3.c:617 fe-protocol3.c:799
 msgid "out of memory for query result"
 msgstr "brak pamięci dla wyników zapytania"
 
-#: fe-protocol2.c:1370 fe-protocol3.c:1752
+#: fe-protocol2.c:1395 fe-protocol3.c:1779
 #, c-format
 msgid "%s"
 msgstr "%s"
 
-#: fe-protocol2.c:1382
+#: fe-protocol2.c:1407
 #, c-format
 msgid "lost synchronization with server, resetting connection"
 msgstr "utracono synchronizację z serwerem, resetuję połączenie"
 
-#: fe-protocol2.c:1516 fe-protocol2.c:1548 fe-protocol3.c:1955
+#: fe-protocol2.c:1541 fe-protocol2.c:1573 fe-protocol3.c:1982
 #, c-format
 msgid "protocol error: id=0x%x\n"
 msgstr "błąd protokołu: id=0x%x\n"
 
-#: fe-protocol3.c:341
+#: fe-protocol3.c:358
 msgid "server sent data (\"D\" message) without prior row description (\"T\" message)\n"
 msgstr "serwer wysłał dane (wiadomość \"D\") bez wcześniejszego opisu wiersza (wiadomość \"T\")\n"
 
-#: fe-protocol3.c:406
+#: fe-protocol3.c:423
 #, c-format
 msgid "message contents do not agree with length in message type \"%c\"\n"
 msgstr "zawartość wiadomości nie zgadza się z długością wiadomości typu \"%c\"\n"
 
-#: fe-protocol3.c:427
+#: fe-protocol3.c:444
 #, c-format
 msgid "lost synchronization with server: got message type \"%c\", length %d\n"
 msgstr "utracono synchronizację z serwerem: otrzymano wiadomość typu\"%c\", długość %d\n"
 
-#: fe-protocol3.c:478 fe-protocol3.c:518
+#: fe-protocol3.c:495 fe-protocol3.c:535
 msgid "insufficient data in \"T\" message"
 msgstr "niewystarczająca ilość danych w wiadomości \"T\""
 
-#: fe-protocol3.c:551
+#: fe-protocol3.c:568
 msgid "extraneous data in \"T\" message"
 msgstr "nadmiarowe dane w wiadomości \"T\""
 
-#: fe-protocol3.c:690 fe-protocol3.c:722 fe-protocol3.c:740
+#: fe-protocol3.c:707 fe-protocol3.c:739 fe-protocol3.c:757
 msgid "insufficient data in \"D\" message"
 msgstr "niewystarczająca ilość danych w wiadomości \"D\""
 
-#: fe-protocol3.c:696
+#: fe-protocol3.c:713
 msgid "unexpected field count in \"D\" message"
 msgstr "nieoczekiwana liczba pól we wiadomości \"D\""
 
-#: fe-protocol3.c:749
+#: fe-protocol3.c:766
 msgid "extraneous data in \"D\" message"
 msgstr "nadmiarowe dane w wiadomości \"D\""
 
 #. translator: %s represents a digit string
-#: fe-protocol3.c:878 fe-protocol3.c:897
+#: fe-protocol3.c:898 fe-protocol3.c:917
 #, c-format
 msgid " at character %s"
 msgstr " znak %s"
 
-#: fe-protocol3.c:910
+#: fe-protocol3.c:930
 #, c-format
 msgid "DETAIL:  %s\n"
 msgstr "SZCZEGÓŁY:  %s\n"
 
-#: fe-protocol3.c:913
+#: fe-protocol3.c:933
 #, c-format
 msgid "HINT:  %s\n"
 msgstr "PODPOWIEDŹ:  %s\n"
 
-#: fe-protocol3.c:916
+#: fe-protocol3.c:936
 #, c-format
 msgid "QUERY:  %s\n"
 msgstr "ZAPYTANIE:  %s\n"
 
-#: fe-protocol3.c:919
+#: fe-protocol3.c:939
 #, c-format
 msgid "CONTEXT:  %s\n"
 msgstr "KONTEKST:  %s\n"
 
-#: fe-protocol3.c:926
+#: fe-protocol3.c:946
 #, c-format
 msgid "SCHEMA NAME:  %s\n"
 msgstr "NAZWA SCHEMATU:  %s\n"
 
-#: fe-protocol3.c:930
+#: fe-protocol3.c:950
 #, c-format
 msgid "TABLE NAME:  %s\n"
 msgstr "NAZWA TABELI:  %s\n"
 
-#: fe-protocol3.c:934
+#: fe-protocol3.c:954
 #, c-format
 msgid "COLUMN NAME:  %s\n"
 msgstr "NAZWA KOLUMNY:  %s\n"
 
-#: fe-protocol3.c:938
+#: fe-protocol3.c:958
 #, c-format
 msgid "DATATYPE NAME:  %s\n"
 msgstr "NAZWA TYPU DANYCH:  %s\n"
 
-#: fe-protocol3.c:942
+#: fe-protocol3.c:962
 #, c-format
 msgid "CONSTRAINT NAME:  %s\n"
 msgstr "NAZWA OGRANICZENIA:  %s\n"
 
-#: fe-protocol3.c:954
+#: fe-protocol3.c:974
 msgid "LOCATION:  "
 msgstr "POŁOŻENIE:  "
 
-#: fe-protocol3.c:956
+#: fe-protocol3.c:976
 #, c-format
 msgid "%s, "
 msgstr "%s, "
 
-#: fe-protocol3.c:958
+#: fe-protocol3.c:978
 #, c-format
 msgid "%s:%s"
 msgstr "%s:%s"
 
-#: fe-protocol3.c:1182
+#: fe-protocol3.c:1209
 #, c-format
 msgid "LINE %d: "
 msgstr "LINIA %d: "
 
-#: fe-protocol3.c:1577
+#: fe-protocol3.c:1604
 msgid "PQgetline: not doing text COPY OUT\n"
 msgstr "PQgetline: nie działam aktualnie w stanie COPY OUT\n"
 
-#: fe-secure.c:270 fe-secure.c:1127 fe-secure.c:1347
+#: fe-secure-openssl.c:146 fe-secure-openssl.c:1006 fe-secure-openssl.c:1226
 #, c-format
-#| msgid "could not create SSL context: %s\n"
 msgid "could not acquire mutex: %s\n"
 msgstr "nie można uzyskać muteksu: %s\n"
 
-#: fe-secure.c:282
+#: fe-secure-openssl.c:158
 #, c-format
 msgid "could not establish SSL connection: %s\n"
 msgstr "nie można ustanowić połączenia SSL: %s\n"
 
-#: fe-secure.c:391 fe-secure.c:552 fe-secure.c:1476
+#: fe-secure-openssl.c:254 fe-secure-openssl.c:360 fe-secure-openssl.c:1349
 #, c-format
 msgid "SSL SYSCALL error: %s\n"
 msgstr "błąd SSL SYSCALL: %s\n"
 
-#: fe-secure.c:398 fe-secure.c:559 fe-secure.c:1480
+#: fe-secure-openssl.c:261 fe-secure-openssl.c:367 fe-secure-openssl.c:1353
 msgid "SSL SYSCALL error: EOF detected\n"
 msgstr "błąd SSL SYSCALL: wykryto EOF\n"
 
-#: fe-secure.c:409 fe-secure.c:570 fe-secure.c:1489
+#: fe-secure-openssl.c:272 fe-secure-openssl.c:378 fe-secure-openssl.c:1362
 #, c-format
 msgid "SSL error: %s\n"
 msgstr "błąd SSL: %s\n"
 
-#: fe-secure.c:424 fe-secure.c:585
+#: fe-secure-openssl.c:287 fe-secure-openssl.c:393
 msgid "SSL connection has been closed unexpectedly\n"
 msgstr "Połączenie SSL zostało nieoczekiwanie zamknięte\n"
 
-#: fe-secure.c:430 fe-secure.c:591 fe-secure.c:1498
+#: fe-secure-openssl.c:293 fe-secure-openssl.c:399 fe-secure-openssl.c:1371
 #, c-format
 msgid "unrecognized SSL error code: %d\n"
 msgstr "nieznany błąd SSL o kodzie: %d\n"
 
-#: fe-secure.c:474
-#, c-format
-msgid "could not receive data from server: %s\n"
-msgstr "nie można otrzymać danych z serwera: %s\n"
-
-#: fe-secure.c:663
-#, c-format
-msgid "could not send data to server: %s\n"
-msgstr "nie można wysłać danych do serwera: %s\n"
-
-#: fe-secure.c:783 fe-secure.c:800
-msgid "could not get server common name from server certificate\n"
-msgstr "nie można otrzymać nazwy zwyczajowej serwera z jego certyfikatu\n"
+#: fe-secure-openssl.c:511
+#| msgid "SSL certificate's common name contains embedded null\n"
+msgid "SSL certificate's name entry is missing\n"
+msgstr "brak wejścia nazwy certyfikatu SSL\n"
 
-#: fe-secure.c:813
-msgid "SSL certificate's common name contains embedded null\n"
-msgstr "nazwa zwyczajowa certyfikatu SSL zawiera osadzony null\n"
+#: fe-secure-openssl.c:541
+#| msgid "SSL certificate's common name contains embedded null\n"
+msgid "SSL certificate's name contains embedded null\n"
+msgstr "nazwa certyfikatu SSL zawiera osadzony null\n"
 
-#: fe-secure.c:825
+#: fe-secure-openssl.c:592
 msgid "host name must be specified for a verified SSL connection\n"
 msgstr "nazwa hosta musi zostać podana dla zweryfikowanego połączenia SSL\n"
 
-#: fe-secure.c:839
+#: fe-secure-openssl.c:692
 #, c-format
-msgid "server common name \"%s\" does not match host name \"%s\"\n"
-msgstr "nazwa zwyczajowa serwera \"%s\" nie odpowiada nazwie hosta \"%s\"\n"
+#| msgid "server common name \"%s\" does not match host name \"%s\"\n"
+msgid "server certificate for \"%s\" does not match host name \"%s\"\n"
+msgstr "certyfikat dla serwera \"%s\" nie odpowiada nazwie hosta \"%s\"\n"
 
-#: fe-secure.c:974
+#: fe-secure-openssl.c:698
+#| msgid "could not get server common name from server certificate\n"
+msgid "could not get server's host name from server certificate\n"
+msgstr "nie można odczytać nazwy serwera z jego certyfikatu\n"
+
+#: fe-secure-openssl.c:845
 #, c-format
 msgid "could not create SSL context: %s\n"
 msgstr "nie można utworzyć kontekstu SSL: %s\n"
 
-#: fe-secure.c:1097
+#: fe-secure-openssl.c:976
 #, c-format
 msgid "could not open certificate file \"%s\": %s\n"
 msgstr "nie można otworzyć pliku certyfikatu \"%s\": %s\n"
 
-#: fe-secure.c:1136 fe-secure.c:1151
+#: fe-secure-openssl.c:1015 fe-secure-openssl.c:1030
 #, c-format
 msgid "could not read certificate file \"%s\": %s\n"
 msgstr "nie można odczytać pliku certyfikatu \"%s\": %s\n"
 
-#: fe-secure.c:1206
+#: fe-secure-openssl.c:1085
 #, c-format
 msgid "could not load SSL engine \"%s\": %s\n"
 msgstr "nie można wczytać silnika SSL \"%s\": %s\n"
 
-#: fe-secure.c:1218
+#: fe-secure-openssl.c:1097
 #, c-format
 msgid "could not initialize SSL engine \"%s\": %s\n"
 msgstr "nie można zainicjować silnika SSL \"%s\": %s\n"
 
-#: fe-secure.c:1234
+#: fe-secure-openssl.c:1113
 #, c-format
 msgid "could not read private SSL key \"%s\" from engine \"%s\": %s\n"
 msgstr "nie można odczytać prywatnego klucza SSL \"%s\" z silnika \"%s\": %s\n"
 
-#: fe-secure.c:1248
+#: fe-secure-openssl.c:1127
 #, c-format
 msgid "could not load private SSL key \"%s\" from engine \"%s\": %s\n"
 msgstr "nie można pobrać prywatnego klucza SSL \"%s\" z silnika \"%s\": %s\n"
 
-#: fe-secure.c:1285
+#: fe-secure-openssl.c:1164
 #, c-format
 msgid "certificate present, but not private key file \"%s\"\n"
 msgstr "znaleziono certyfikat ale nie znaleziono pliku z prywatnym kluczem \"%s\"\n"
 
-#: fe-secure.c:1293
+#: fe-secure-openssl.c:1172
 #, c-format
 msgid "private key file \"%s\" has group or world access; permissions should be u=rw (0600) or less\n"
 msgstr ""
 "plik hasła \"%s\" posiada globalne lub grupowe uprawnienia odczytu;\n"
 "uprawniania powinny być ustawione na u=rw (0600) lub niżej\n"
 
-#: fe-secure.c:1304
+#: fe-secure-openssl.c:1183
 #, c-format
 msgid "could not load private key file \"%s\": %s\n"
 msgstr "nie można pobrać pliku z kluczem prywatnym \"%s\": %s\n"
 
-#: fe-secure.c:1318
+#: fe-secure-openssl.c:1197
 #, c-format
 msgid "certificate does not match private key file \"%s\": %s\n"
 msgstr "certyfikat nie pokrywa się z prywatnym kluczem w pliku \"%s\": %s\n"
 
-#: fe-secure.c:1356
+#: fe-secure-openssl.c:1235
 #, c-format
 msgid "could not read root certificate file \"%s\": %s\n"
 msgstr "nie można odczytać pliku z certyfikatem użytkownika root \"%s\": %s\n"
 
-#: fe-secure.c:1386
+#: fe-secure-openssl.c:1265
 #, c-format
 msgid "SSL library does not support CRL certificates (file \"%s\")\n"
 msgstr "biblioteka SSL nie wspiera certyfikatów CRL (plik \"%s\")\n"
 
-#: fe-secure.c:1419
+#: fe-secure-openssl.c:1298
 msgid ""
 "could not get home directory to locate root certificate file\n"
 "Either provide the file or change sslmode to disable server certificate verification.\n"
@@ -959,7 +967,7 @@ msgstr ""
 "nie można pobrać folderu domowego aby zlokalizować plik certyfikatu głównego\n"
 "Albo dostarcz plik albo zmień tryb ssl by zablokować weryfikację certyfikatu serwera.\n"
 
-#: fe-secure.c:1423
+#: fe-secure-openssl.c:1302
 #, c-format
 msgid ""
 "root certificate file \"%s\" does not exist\n"
@@ -968,22 +976,38 @@ msgstr ""
 "plik certyfikatu głównego \"%s\" nie istnieje\n"
 "Albo dostarcz plik albo zmień tryb ssl by zablokować weryfikację certyfikatu serwera.\n"
 
-#: fe-secure.c:1517
+#: fe-secure-openssl.c:1390
 #, c-format
 msgid "certificate could not be obtained: %s\n"
 msgstr "certyfikat nie może zostać otrzymany: %s\n"
 
-#: fe-secure.c:1594
+#: fe-secure-openssl.c:1482
 #, c-format
 msgid "no SSL error reported"
 msgstr "nie zgłoszono błędu SSL"
 
-#: fe-secure.c:1603
+#: fe-secure-openssl.c:1491
 #, c-format
 msgid "SSL error code %lu"
 msgstr "kod błędu SSL %lu"
 
-#: win32.c:322
+#: fe-secure.c:261
+#, c-format
+msgid "could not receive data from server: %s\n"
+msgstr "nie można otrzymać danych z serwera: %s\n"
+
+#: fe-secure.c:369
+#, c-format
+msgid "could not send data to server: %s\n"
+msgstr "nie można wysłać danych do serwera: %s\n"
+
+#: win32.c:317
 #, c-format
 msgid "unrecognized socket error: 0x%08X/%d"
 msgstr "nierozpoznany błąd gniazda: 0x%08X/%d"
+
+#~ msgid "Kerberos 5 authentication rejected: %*s\n"
+#~ msgstr "Kerberos 5 autoryzacja odrzucona: %*s\n"
+
+#~ msgid "could not set socket to blocking mode: %s\n"
+#~ msgstr "nie można ustawić gniazda w tryb blokowania: %s\n"
index 8c395990e7bb52abb6472624cf0ad43c5e2b698c..8bb44db811a9d15c731733ca542c91fe868058ce 100644 (file)
@@ -2,13 +2,13 @@
 # Copyright (C) 2011 PostgreSQL Global Development Group
 # This file is distributed under the same license as the PostgreSQL package.
 # Begina Felicysym <begina.felicysym@wp.eu>, 2011, 2012, 2013.
-# grzegorz <begina.felicysym@wp.eu>, 2014.
+# grzegorz <begina.felicysym@wp.eu>, 2014, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: pg_basebackup (PostgreSQL 9.1)\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2014-11-10 20:42+0000\n"
-"PO-Revision-Date: 2014-11-11 00:12+0200\n"
+"POT-Creation-Date: 2015-08-15 18:43+0000\n"
+"PO-Revision-Date: 2015-08-16 12:24+0200\n"
 "Last-Translator: grzegorz <begina.felicysym@wp.eu>\n"
 "Language-Team: begina.felicysym@wp.eu\n"
 "Language: pl\n"
@@ -19,47 +19,44 @@ msgstr ""
 "|| n%100>=20) ? 1 : 2);\n"
 "X-Generator: Virtaal 0.7.1\n"
 
-#: ../../common/fe_memutils.c:33 ../../common/fe_memutils.c:60
-#: ../../common/fe_memutils.c:83
+#: ../../common/fe_memutils.c:35 ../../common/fe_memutils.c:75
+#: ../../common/fe_memutils.c:98
 #, c-format
 msgid "out of memory\n"
 msgstr "brak pamięci\n"
 
-#: ../../common/fe_memutils.c:77
+#: ../../common/fe_memutils.c:92
 #, c-format
 msgid "cannot duplicate null pointer (internal error)\n"
 msgstr "nie można powielić pustego wskazania (błąd wewnętrzny)\n"
 
-#: pg_basebackup.c:153
+#: pg_basebackup.c:154
 #, c-format
-#| msgid "directory name too long: \"%s\"\n"
 msgid "%s: directory name too long\n"
 msgstr "%s: zbyt długa nazwa folderu\n"
 
-#: pg_basebackup.c:163
+#: pg_basebackup.c:164
 #, c-format
 msgid "%s: multiple \"=\" signs in tablespace mapping\n"
 msgstr "%s: wiele znaków \"=\" signs w mapowaniu przestrzeni tabel\n"
 
-#: pg_basebackup.c:176
+#: pg_basebackup.c:177
 #, c-format
-#| msgid "%s: invalid output format \"%s\", must be \"plain\" or \"tar\"\n"
 msgid "%s: invalid tablespace mapping format \"%s\", must be \"OLDDIR=NEWDIR\"\n"
 msgstr "%s: niepoprawny format mapowania przestrzeni tabel \"%s\", musi być "
 "\"POPRZFLDR=NOWYFLDR\"\n"
 
-#: pg_basebackup.c:189
+#: pg_basebackup.c:190
 #, c-format
 msgid "%s: old directory is not an absolute path in tablespace mapping: %s\n"
-msgstr "%s: poprzedni folder to nie ścieżka bezwzględna w mapowaniu przestrzeni "
-"tabel: %s\n"
+msgstr "%s: poprzedni folder to nie ścieżka bezwzględna w mapowaniu przestrzeni tabel: %s\n"
 
-#: pg_basebackup.c:196
+#: pg_basebackup.c:197
 #, c-format
 msgid "%s: new directory is not an absolute path in tablespace mapping: %s\n"
 msgstr "%s: nowy folder to nie ścieżka bezwzględna w mapowaniu przestrzeni tabel: %s\n"
 
-#: pg_basebackup.c:227
+#: pg_basebackup.c:231
 #, c-format
 msgid ""
 "%s takes a base backup of a running PostgreSQL server.\n"
@@ -68,17 +65,17 @@ msgstr ""
 "%s bierze podstawową kopię zapasową działającego serwera PostgreSQL.\n"
 "\n"
 
-#: pg_basebackup.c:229 pg_receivexlog.c:60 pg_recvlogical.c:67
+#: pg_basebackup.c:233 pg_receivexlog.c:66 pg_recvlogical.c:69
 #, c-format
 msgid "Usage:\n"
 msgstr "Składnia:\n"
 
-#: pg_basebackup.c:230 pg_receivexlog.c:61 pg_recvlogical.c:68
+#: pg_basebackup.c:234 pg_receivexlog.c:67 pg_recvlogical.c:70
 #, c-format
 msgid "  %s [OPTION]...\n"
 msgstr "  %s [OPCJA]...\n"
 
-#: pg_basebackup.c:231
+#: pg_basebackup.c:235
 #, c-format
 msgid ""
 "\n"
@@ -87,27 +84,26 @@ msgstr ""
 "\n"
 "Opcje kontroli wyjścia:\n"
 
-#: pg_basebackup.c:232
+#: pg_basebackup.c:236
 #, c-format
 msgid "  -D, --pgdata=DIRECTORY receive base backup into directory\n"
 msgstr "  -D, --pgdata=FOLDER      dostarcza kopię zapasową bazy do katalogu\n"
 
-#: pg_basebackup.c:233
+#: pg_basebackup.c:237
 #, c-format
 msgid "  -F, --format=p|t       output format (plain (default), tar)\n"
 msgstr "  -F, --format=p|t         format wyjścia (plain (domyślny), tar)\n"
 
-#: pg_basebackup.c:234
+#: pg_basebackup.c:238
 #, c-format
 msgid ""
 "  -r, --max-rate=RATE    maximum transfer rate to transfer data directory\n"
 "                         (in kB/s, or use suffix \"k\" or \"M\")\n"
 msgstr ""
-"  -r, --max-rate=RATE      maksymalna prędkość transferu przenoszenia "
-"folderu danych\n"
+"  -r, --max-rate=RATE      maksymalna prędkość transferu przenoszenia folderu danych\n"
 "                           (w kB/s, albo użyj sufiksu \"k\" lub \"M\")\n"
 
-#: pg_basebackup.c:236
+#: pg_basebackup.c:240
 #, c-format
 msgid ""
 "  -R, --write-recovery-conf\n"
@@ -116,7 +112,12 @@ msgstr ""
 "  -R, --write-recovery-conf\n"
 "                           zapisuje recovery.conf po backupie\n"
 
-#: pg_basebackup.c:238
+#: pg_basebackup.c:242 pg_receivexlog.c:74
+#, c-format
+msgid "  -S, --slot=SLOTNAME    replication slot to use\n"
+msgstr "  -S, --slot=SLOTNAME      gniazdo replikacji do użycia\n"
+
+#: pg_basebackup.c:243
 #, c-format
 msgid ""
 "  -T, --tablespace-mapping=OLDDIR=NEWDIR\n"
@@ -125,38 +126,36 @@ msgstr ""
 "  -T, --tablespace-mapping=POPRZFLDR=NOWYFLDR\n"
 "                           przenosi przestrzeń tabel z POPRZFLDR do NOWYFLDR\n"
 
-#: pg_basebackup.c:240
+#: pg_basebackup.c:245
 #, c-format
 msgid "  -x, --xlog             include required WAL files in backup (fetch mode)\n"
-msgstr "  -x, --xlog               dołącza wymagane pliki WAL do kopii zapasowej "
-"(tryb pobierania)\n"
+msgstr "  -x, --xlog               dołącza wymagane pliki WAL do kopii zapasowej (tryb pobierania)\n"
 
-#: pg_basebackup.c:241
+#: pg_basebackup.c:246
 #, c-format
 msgid ""
 "  -X, --xlog-method=fetch|stream\n"
 "                         include required WAL files with specified method\n"
 msgstr ""
-"  -x, --xlog-method=fetch|stream\n"
+"  -X, --xlog-method=fetch|stream\n"
 "                           dołącza wymagane pliki WAL wskazaną metodą\n"
 
-#: pg_basebackup.c:243
+#: pg_basebackup.c:248
 #, c-format
-#| msgid "  -X, --xlogdir=XLOGDIR     location for the transaction log directory\n"
 msgid "      --xlogdir=XLOGDIR  location for the transaction log directory\n"
 msgstr "      --xlogdir=XLOGFLDR   umiejscowienie folderu dziennika transakcji\n"
 
-#: pg_basebackup.c:244
+#: pg_basebackup.c:249
 #, c-format
 msgid "  -z, --gzip             compress tar output\n"
 msgstr "  -z, --gzip               wyjście jako spakowany tar\n"
 
-#: pg_basebackup.c:245
+#: pg_basebackup.c:250
 #, c-format
 msgid "  -Z, --compress=0-9     compress tar output with given compression level\n"
 msgstr "  -Z, --compress=0-9       wyjście jako spakowany tar z określonym poziomem kompresji\n"
 
-#: pg_basebackup.c:246
+#: pg_basebackup.c:251
 #, c-format
 msgid ""
 "\n"
@@ -165,7 +164,7 @@ msgstr ""
 "\n"
 "Opcje ogólne:\n"
 
-#: pg_basebackup.c:247
+#: pg_basebackup.c:252
 #, c-format
 msgid ""
 "  -c, --checkpoint=fast|spread\n"
@@ -174,32 +173,32 @@ msgstr ""
 "  -c, --checkpoint=fast|spread\n"
 "                           ustawia szybkie lub rozszerzone sprawdzenia\n"
 
-#: pg_basebackup.c:249
+#: pg_basebackup.c:254
 #, c-format
 msgid "  -l, --label=LABEL      set backup label\n"
 msgstr "  -l, --label=ETYKIETA     ustala etykietę kopii zapasowej\n"
 
-#: pg_basebackup.c:250
+#: pg_basebackup.c:255
 #, c-format
 msgid "  -P, --progress         show progress information\n"
 msgstr "  -P, --progress           pokazanie informacji o postępie\n"
 
-#: pg_basebackup.c:251 pg_receivexlog.c:68 pg_recvlogical.c:86
+#: pg_basebackup.c:256 pg_receivexlog.c:76 pg_recvlogical.c:89
 #, c-format
 msgid "  -v, --verbose          output verbose messages\n"
 msgstr "  -v, --verbose            szczegółowe komunikaty na wyjściu\n"
 
-#: pg_basebackup.c:252 pg_receivexlog.c:69 pg_recvlogical.c:87
+#: pg_basebackup.c:257 pg_receivexlog.c:77 pg_recvlogical.c:90
 #, c-format
 msgid "  -V, --version          output version information, then exit\n"
 msgstr "  -V, --version            pokaż informacje o wersji i zakończ\n"
 
-#: pg_basebackup.c:253 pg_receivexlog.c:70 pg_recvlogical.c:88
+#: pg_basebackup.c:258 pg_receivexlog.c:78 pg_recvlogical.c:91
 #, c-format
 msgid "  -?, --help             show this help, then exit\n"
 msgstr "  -?, --help               pokaż tą pomoc i zakończ działanie\n"
 
-#: pg_basebackup.c:254 pg_receivexlog.c:71 pg_recvlogical.c:89
+#: pg_basebackup.c:259 pg_receivexlog.c:79 pg_recvlogical.c:92
 #, c-format
 msgid ""
 "\n"
@@ -208,22 +207,22 @@ msgstr ""
 "\n"
 "Opcje połączenia:\n"
 
-#: pg_basebackup.c:255 pg_receivexlog.c:72
+#: pg_basebackup.c:260 pg_receivexlog.c:80
 #, c-format
 msgid "  -d, --dbname=CONNSTR   connection string\n"
 msgstr "  -d, --dbname=CGPOLACZ    połączenie do bazy danych o tym ciągu połączenia\n"
 
-#: pg_basebackup.c:256 pg_receivexlog.c:73 pg_recvlogical.c:91
+#: pg_basebackup.c:261 pg_receivexlog.c:81 pg_recvlogical.c:94
 #, c-format
 msgid "  -h, --host=HOSTNAME    database server host or socket directory\n"
 msgstr "  -h, --host=NAZWAHOSTA    host serwera bazy danych lub katalog gniazda\n"
 
-#: pg_basebackup.c:257 pg_receivexlog.c:74 pg_recvlogical.c:92
+#: pg_basebackup.c:262 pg_receivexlog.c:82 pg_recvlogical.c:95
 #, c-format
 msgid "  -p, --port=PORT        database server port number\n"
 msgstr "  -p, --port=PORT          numer portu na serwera bazy dnaych\n"
 
-#: pg_basebackup.c:258
+#: pg_basebackup.c:263
 #, c-format
 msgid ""
 "  -s, --status-interval=INTERVAL\n"
@@ -232,22 +231,22 @@ msgstr ""
 "  -s, --status-interval=INTERWAŁ \n"
 "                           czas pomiędzy wysłaniami pakietów stanu na serwer (w sekundach)\n"
 
-#: pg_basebackup.c:260 pg_receivexlog.c:75 pg_recvlogical.c:93
+#: pg_basebackup.c:265 pg_receivexlog.c:83 pg_recvlogical.c:96
 #, c-format
 msgid "  -U, --username=NAME    connect as specified database user\n"
 msgstr "  -U, --username=NAZWA     połączenie jako wskazany użytkownik bazy\n"
 
-#: pg_basebackup.c:261 pg_receivexlog.c:76 pg_recvlogical.c:94
+#: pg_basebackup.c:266 pg_receivexlog.c:84 pg_recvlogical.c:97
 #, c-format
 msgid "  -w, --no-password      never prompt for password\n"
 msgstr "  -w, --no-password        nie pytaj nigdy o hasło\n"
 
-#: pg_basebackup.c:262 pg_receivexlog.c:77 pg_recvlogical.c:95
+#: pg_basebackup.c:267 pg_receivexlog.c:85 pg_recvlogical.c:98
 #, c-format
 msgid "  -W, --password         force password prompt (should happen automatically)\n"
 msgstr "  -W, --password           wymuś pytanie o hasło (powinno nastąpić automatycznie)\n"
 
-#: pg_basebackup.c:263 pg_receivexlog.c:78 pg_recvlogical.c:96
+#: pg_basebackup.c:268 pg_receivexlog.c:89 pg_recvlogical.c:99
 #, c-format
 msgid ""
 "\n"
@@ -256,48 +255,48 @@ msgstr ""
 "\n"
 "Błędy proszę przesyłać na adres <pgsql-bugs@postgresql.org>.\n"
 
-#: pg_basebackup.c:306
+#: pg_basebackup.c:311
 #, c-format
 msgid "%s: could not read from ready pipe: %s\n"
 msgstr "%s: nie można odczytać z przygotowanej rury: %s\n"
 
-#: pg_basebackup.c:314 pg_basebackup.c:406 pg_basebackup.c:1877
-#: pg_receivexlog.c:301 pg_recvlogical.c:937
+#: pg_basebackup.c:319 pg_basebackup.c:412 pg_basebackup.c:1887
+#: streamutil.c:285
 #, c-format
 msgid "%s: could not parse transaction log location \"%s\"\n"
 msgstr "%s: nie można sparsować położenia dziennika transakcji \"%s\"\n"
 
-#: pg_basebackup.c:419
+#: pg_basebackup.c:425
 #, c-format
 msgid "%s: could not create pipe for background process: %s\n"
 msgstr "%s: nie udało się utworzyć rury do procesu w tle: %s\n"
 
-#: pg_basebackup.c:452
+#: pg_basebackup.c:450 pg_basebackup.c:505 pg_basebackup.c:1263
+#, c-format
+msgid "%s: could not create directory \"%s\": %s\n"
+msgstr "%s: nie można utworzyć katalogu \"%s\": %s\n"
+
+#: pg_basebackup.c:468
 #, c-format
 msgid "%s: could not create background process: %s\n"
 msgstr "%s: nie udało się utworzenie procesu w tle: %s\n"
 
-#: pg_basebackup.c:464
+#: pg_basebackup.c:480
 #, c-format
 msgid "%s: could not create background thread: %s\n"
 msgstr "%s: nie udało się utworzenie wątku w tle: %s\n"
 
-#: pg_basebackup.c:489 pg_basebackup.c:1246
-#, c-format
-msgid "%s: could not create directory \"%s\": %s\n"
-msgstr "%s: nie można utworzyć katalogu \"%s\": %s\n"
-
-#: pg_basebackup.c:508
+#: pg_basebackup.c:524
 #, c-format
 msgid "%s: directory \"%s\" exists but is not empty\n"
 msgstr "%s: folder \"%s\" nie jest pusty\n"
 
-#: pg_basebackup.c:516
+#: pg_basebackup.c:532
 #, c-format
 msgid "%s: could not access directory \"%s\": %s\n"
 msgstr "%s: brak dostępu do katalogu \"%s\": %s\n"
 
-#: pg_basebackup.c:578
+#: pg_basebackup.c:594
 #, c-format
 msgid "%*s/%s kB (100%%), %d/%d tablespace %*s"
 msgid_plural "%*s/%s kB (100%%), %d/%d tablespaces %*s"
@@ -305,7 +304,7 @@ msgstr[0] "%*s/%s kB (100%%), %d/%d przestrzeń tabel %*s"
 msgstr[1] "%*s/%s kB (100%%), %d/%d przestrzenie tabel %*s"
 msgstr[2] "%*s/%s kB (100%%), %d/%d przestrzeni tabel %*s"
 
-#: pg_basebackup.c:590
+#: pg_basebackup.c:606
 #, c-format
 msgid "%*s/%s kB (%d%%), %d/%d tablespace (%s%-*.*s)"
 msgid_plural "%*s/%s kB (%d%%), %d/%d tablespaces (%s%-*.*s)"
@@ -313,7 +312,7 @@ msgstr[0] "%*s/%s kB (%d%%), %d/%d przestrzeń tabel (%s%-*.*s)"
 msgstr[1] "%*s/%s kB (%d%%), %d/%d przestrzenie tabel (%s%-*.*s)"
 msgstr[2] "%*s/%s kB (%d%%), %d/%d przestrzeni tabel (%s%-*.*s)"
 
-#: pg_basebackup.c:606
+#: pg_basebackup.c:622
 #, c-format
 msgid "%*s/%s kB (%d%%), %d/%d tablespace"
 msgid_plural "%*s/%s kB (%d%%), %d/%d tablespaces"
@@ -321,338 +320,329 @@ msgstr[0] "%*s/%s kB (%d%%), %d/%d przestrzeń tabel"
 msgstr[1] "%*s/%s kB (%d%%), %d/%d przestrzenie tabel"
 msgstr[2] "%*s/%s kB (%d%%), %d/%d przestrzeni tabel"
 
-#: pg_basebackup.c:628
+#: pg_basebackup.c:644
 #, c-format
-#| msgid "%s: \"%s\" is not a valid encoding name\n"
 msgid "%s: transfer rate \"%s\" is not a valid value\n"
 msgstr "%s: szybkość transferu \"%s\" nie jest poprawną wartością\n"
 
-#: pg_basebackup.c:635
+#: pg_basebackup.c:651
 #, c-format
-#| msgid "%s: invalid locale name \"%s\"\n"
 msgid "%s: invalid transfer rate \"%s\": %s\n"
 msgstr "%s: błędna szybkość transferu \"%s\": %s\n"
 
-#: pg_basebackup.c:645
+#: pg_basebackup.c:661
 #, c-format
-#| msgid "count must be greater than zero"
 msgid "%s: transfer rate must be greater than zero\n"
 msgstr "%s: szybkość transferu musi być większa niż zero\n"
 
-#: pg_basebackup.c:679
+#: pg_basebackup.c:695
 #, c-format
-#| msgid "%s: invalid argument: \"%s\"\n"
 msgid "%s: invalid --max-rate unit: \"%s\"\n"
 msgstr "%s: niepoprawna jednostka --max-rate: \"%s\"\n"
 
-#: pg_basebackup.c:688
+#: pg_basebackup.c:704
 #, c-format
-#| msgid "argument of lo_write exceeds integer range\n"
 msgid "%s: transfer rate \"%s\" exceeds integer range\n"
 msgstr "%s: szybkość transferu \"%s\" jest spoza zakresu typu integer\n"
 
-#: pg_basebackup.c:700
+#: pg_basebackup.c:716
 #, c-format
-#| msgid "result is out of range"
 msgid "%s: transfer rate \"%s\" is out of range\n"
 msgstr "%s: szybkość transferu \"%s\" jest spoza zakresu\n"
 
-#: pg_basebackup.c:724
+#: pg_basebackup.c:740
 #, c-format
 msgid "%s: could not write to compressed file \"%s\": %s\n"
 msgstr "%s: nie można pisać do spakowanego pliku \"%s\": %s\n"
 
-#: pg_basebackup.c:734 pg_basebackup.c:1340 pg_basebackup.c:1558
+#: pg_basebackup.c:750 pg_basebackup.c:1357 pg_basebackup.c:1582
 #, c-format
 msgid "%s: could not write to file \"%s\": %s\n"
 msgstr "%s: nie można pisać do pliku \"%s\": %s\n"
 
-#: pg_basebackup.c:789 pg_basebackup.c:810 pg_basebackup.c:838
+#: pg_basebackup.c:805 pg_basebackup.c:826 pg_basebackup.c:854
 #, c-format
 msgid "%s: could not set compression level %d: %s\n"
 msgstr "%s: nie można ustawić poziomu kompresji %d: %s\n"
 
-#: pg_basebackup.c:859
+#: pg_basebackup.c:875
 #, c-format
 msgid "%s: could not create compressed file \"%s\": %s\n"
 msgstr "%s: nie można utworzyć spakowanego pliku \"%s\": %s\n"
 
-#: pg_basebackup.c:870 pg_basebackup.c:1300 pg_basebackup.c:1551
+#: pg_basebackup.c:886 pg_basebackup.c:1317 pg_basebackup.c:1575
 #, c-format
 msgid "%s: could not create file \"%s\": %s\n"
 msgstr "%s: nie można utworzyć pliku \"%s\": %s\n"
 
-#: pg_basebackup.c:882 pg_basebackup.c:1146
+#: pg_basebackup.c:898 pg_basebackup.c:1162
 #, c-format
 msgid "%s: could not get COPY data stream: %s"
 msgstr "%s: nie można pobrać strumienia danych COPY: %s"
 
-#: pg_basebackup.c:939
+#: pg_basebackup.c:955
 #, c-format
 msgid "%s: could not close compressed file \"%s\": %s\n"
 msgstr "%s: nie można zamknąć spakowanego pliku \"%s\": %s\n"
 
-#: pg_basebackup.c:952 pg_recvlogical.c:554 receivelog.c:160 receivelog.c:295
-#: receivelog.c:674
+#: pg_basebackup.c:968 pg_recvlogical.c:569 receivelog.c:213 receivelog.c:362
+#: receivelog.c:754
 #, c-format
 msgid "%s: could not close file \"%s\": %s\n"
 msgstr "%s: nie można zamknąć pliku \"%s\": %s\n"
 
-#: pg_basebackup.c:963 pg_basebackup.c:1175 pg_recvlogical.c:420
-#: receivelog.c:890
+#: pg_basebackup.c:979 pg_basebackup.c:1191 pg_recvlogical.c:435
+#: receivelog.c:1044
 #, c-format
 msgid "%s: could not read COPY data: %s"
 msgstr "%s: nie można odczytać danych COPY: %s"
 
-#: pg_basebackup.c:1189
+#: pg_basebackup.c:1205
 #, c-format
 msgid "%s: invalid tar block header size: %d\n"
 msgstr "%s: nieprawidłowy rozmiar nagłówka bloku tar: %d\n"
 
-#: pg_basebackup.c:1197
+#: pg_basebackup.c:1213
 #, c-format
 msgid "%s: could not parse file size\n"
 msgstr "%s: nie można odczytać rozmiaru pliku\n"
 
-#: pg_basebackup.c:1205
+#: pg_basebackup.c:1221
 #, c-format
 msgid "%s: could not parse file mode\n"
 msgstr "%s: nie można odczytać trybu pliku\n"
 
-#: pg_basebackup.c:1254
+#: pg_basebackup.c:1271
 #, c-format
 msgid "%s: could not set permissions on directory \"%s\": %s\n"
 msgstr "%s: nie można ustawić uprawnień do folderu \"%s\": %s\n"
 
-#: pg_basebackup.c:1278
+#: pg_basebackup.c:1295
 #, c-format
 msgid "%s: could not create symbolic link from \"%s\" to \"%s\": %s\n"
 msgstr "%s: nie można utworzyć linku symbolicznego dla \"%s\" na \"%s\": %s\n"
 
-#: pg_basebackup.c:1287
+#: pg_basebackup.c:1304
 #, c-format
 msgid "%s: unrecognized link indicator \"%c\"\n"
 msgstr "%s: nierozpoznany wskaźnik linku \"%c\"\n"
 
-#: pg_basebackup.c:1307
+#: pg_basebackup.c:1324
 #, c-format
 msgid "%s: could not set permissions on file \"%s\": %s\n"
 msgstr "%s: nie można ustawić uprawnień do pliku \"%s\": %s\n"
 
-#: pg_basebackup.c:1366
+#: pg_basebackup.c:1383
 #, c-format
 msgid "%s: COPY stream ended before last file was finished\n"
 msgstr "%s: strumień COPY zakończony zanim skończył się ostatni plik\n"
 
-#: pg_basebackup.c:1452 pg_basebackup.c:1472 pg_basebackup.c:1479
-#: pg_basebackup.c:1526
+#: pg_basebackup.c:1469 pg_basebackup.c:1489 pg_basebackup.c:1496
+#: pg_basebackup.c:1550
 #, c-format
 msgid "%s: out of memory\n"
 msgstr "%s: brak pamięci\n"
 
-#: pg_basebackup.c:1603
+#: pg_basebackup.c:1627
 #, c-format
 msgid "%s: incompatible server version %s\n"
 msgstr "%s: niezgodna wersja serwera %s\n"
 
-#: pg_basebackup.c:1630 pg_basebackup.c:1664 pg_receivexlog.c:286
-#: pg_recvlogical.c:255 pg_recvlogical.c:853 pg_recvlogical.c:886
-#: pg_recvlogical.c:921 receivelog.c:470 receivelog.c:521 receivelog.c:561
+#: pg_basebackup.c:1674 pg_recvlogical.c:261 receivelog.c:549 receivelog.c:600
+#: receivelog.c:641 streamutil.c:255 streamutil.c:353 streamutil.c:399
 #, c-format
 msgid "%s: could not send replication command \"%s\": %s"
 msgstr "%s: nie można wysłać komendy replikacji \"%s\": %s"
 
-#: pg_basebackup.c:1637 pg_receivexlog.c:293 pg_recvlogical.c:861
-#: receivelog.c:478
-#, c-format
-#| msgid "%s: could not identify system: got %d rows and %d fields, expected %d rows and %d fields\n"
-msgid "%s: could not identify system: got %d rows and %d fields, expected %d rows and %d or more fields\n"
-msgstr "%s: nie można określić systemu: jest %d wierszy i %d pól, oczekiwano %d "
-"wierszy i %d lub więcej pól\n"
-
-#: pg_basebackup.c:1675
+#: pg_basebackup.c:1685
 #, c-format
 msgid "%s: could not initiate base backup: %s"
 msgstr "%s: nie można zainicjować kopii zapasowej bazy: %s"
 
-#: pg_basebackup.c:1682
+#: pg_basebackup.c:1692
 #, c-format
 msgid "%s: server returned unexpected response to BASE_BACKUP command; got %d rows and %d fields, expected %d rows and %d fields\n"
 msgstr "%s: serwer zwrócił nieoczekiwaną odpowiedź na polecenie BASE_BACKUP; jest %d wierszy i %d pól, oczekiwano %d wierszy i %d pól\n"
 
-#: pg_basebackup.c:1702
+#: pg_basebackup.c:1712
 #, c-format
 msgid "transaction log start point: %s on timeline %u\n"
 msgstr "punkt początkowy dziennika transakcji: %s na linii czasu %u\n"
 
-#: pg_basebackup.c:1711
+#: pg_basebackup.c:1721
 #, c-format
 msgid "%s: could not get backup header: %s"
 msgstr "%s: nie można pobrać nagłówka kopii zapasowej: %s"
 
-#: pg_basebackup.c:1717
+#: pg_basebackup.c:1727
 #, c-format
 msgid "%s: no data returned from server\n"
 msgstr "%s: nie zwrócono żadnych danych z serwera\n"
 
-#: pg_basebackup.c:1749
+#: pg_basebackup.c:1759
 #, c-format
 msgid "%s: can only write single tablespace to stdout, database has %d\n"
 msgstr "%s: można zapisać tylko pojedynczą przestrzeń tabel do stdout, baza danych ma %d\n"
 
-#: pg_basebackup.c:1761
+#: pg_basebackup.c:1771
 #, c-format
 msgid "%s: starting background WAL receiver\n"
 msgstr "%s: uruchamianie odbiornika WAL w tle\n"
 
-#: pg_basebackup.c:1792
+#: pg_basebackup.c:1802
 #, c-format
 msgid "%s: could not get transaction log end position from server: %s"
 msgstr "%s: nie można pobrać pozycji końca dziennika transakcji z serwera: %s"
 
-#: pg_basebackup.c:1799
+#: pg_basebackup.c:1809
 #, c-format
 msgid "%s: no transaction log end position returned from server\n"
 msgstr "%s: nie zwrócono pozycji końca dziennika transakcji z serwera\n"
 
-#: pg_basebackup.c:1811
+#: pg_basebackup.c:1821
 #, c-format
 msgid "%s: final receive failed: %s"
 msgstr "%s: ostateczne pobieranie nie powiodło się: %s"
 
-#: pg_basebackup.c:1829
+#: pg_basebackup.c:1839
 #, c-format
 msgid "%s: waiting for background process to finish streaming ...\n"
 msgstr "%s: oczekiwanie na zakończenie transmisji strumieniowej przez proces w tle ...\n"
 
-#: pg_basebackup.c:1835
+#: pg_basebackup.c:1845
 #, c-format
 msgid "%s: could not send command to background pipe: %s\n"
 msgstr "%s: nie udało się przesyłanie polecenia do rury w tle: %s\n"
 
-#: pg_basebackup.c:1844
+#: pg_basebackup.c:1854
 #, c-format
 msgid "%s: could not wait for child process: %s\n"
 msgstr "%s: nie można czekać na proces potomny: %s\n"
 
-#: pg_basebackup.c:1850
+#: pg_basebackup.c:1860
 #, c-format
 msgid "%s: child %d died, expected %d\n"
 msgstr "%s: zginął potomek %d, oczekiwano %d\n"
 
-#: pg_basebackup.c:1856
+#: pg_basebackup.c:1866
 #, c-format
 msgid "%s: child process did not exit normally\n"
 msgstr "%s: proces potomny nie zakończył poprawnie działania\n"
 
-#: pg_basebackup.c:1862
+#: pg_basebackup.c:1872
 #, c-format
 msgid "%s: child process exited with error %d\n"
 msgstr "%s: proces potomny zakończył działanie z błędem %d\n"
 
-#: pg_basebackup.c:1889
+#: pg_basebackup.c:1899
 #, c-format
 msgid "%s: could not wait for child thread: %s\n"
 msgstr "%s: nie można czekać na wątek potomny: %s\n"
 
-#: pg_basebackup.c:1896
+#: pg_basebackup.c:1906
 #, c-format
 msgid "%s: could not get child thread exit status: %s\n"
 msgstr "%s: nie można pobrać statusu wyjścia wątku potomnego: %s\n"
 
-#: pg_basebackup.c:1902
+#: pg_basebackup.c:1912
 #, c-format
 msgid "%s: child thread exited with error %u\n"
 msgstr "%s: wątek potomny zakończył działanie z błędem %u\n"
 
-#: pg_basebackup.c:1991
+#: pg_basebackup.c:2002
 #, c-format
 msgid "%s: invalid output format \"%s\", must be \"plain\" or \"tar\"\n"
 msgstr "%s: niepoprawny format wyjścia \"%s\", musi być \"plain\" lub \"tar\"\n"
 
-#: pg_basebackup.c:2009 pg_basebackup.c:2021
+#: pg_basebackup.c:2023 pg_basebackup.c:2035
 #, c-format
 msgid "%s: cannot specify both --xlog and --xlog-method\n"
 msgstr "%s: nie można wskazać jednocześnie --xlog oraz --xlog-method\n"
 
-#: pg_basebackup.c:2036
+#: pg_basebackup.c:2050
 #, c-format
 msgid "%s: invalid xlog-method option \"%s\", must be \"fetch\" or \"stream\"\n"
 msgstr "%s: niepoprawna opcja xlog-method \"%s\", musi być \"fetch\" lub \"stream\"\n"
 
-#: pg_basebackup.c:2058
+#: pg_basebackup.c:2072
 #, c-format
 msgid "%s: invalid compression level \"%s\"\n"
 msgstr "%s: niepoprawny poziom kompresji \"%s\"\n"
 
-#: pg_basebackup.c:2070
+#: pg_basebackup.c:2084
 #, c-format
 msgid "%s: invalid checkpoint argument \"%s\", must be \"fast\" or \"spread\"\n"
 msgstr "%s: niepoprawny argument checkpoint \"%s\", musi być \"fast\" lub \"spread\"\n"
 
-#: pg_basebackup.c:2097 pg_receivexlog.c:428 pg_recvlogical.c:736
+#: pg_basebackup.c:2111 pg_receivexlog.c:439 pg_recvlogical.c:752
 #, c-format
 msgid "%s: invalid status interval \"%s\"\n"
 msgstr "%s: niepoprawny interwał stanu \"%s\"\n"
 
-#: pg_basebackup.c:2113 pg_basebackup.c:2127 pg_basebackup.c:2138
-#: pg_basebackup.c:2151 pg_basebackup.c:2161 pg_basebackup.c:2173
-#: pg_basebackup.c:2184 pg_receivexlog.c:447 pg_receivexlog.c:461
-#: pg_receivexlog.c:472 pg_recvlogical.c:760 pg_recvlogical.c:774
-#: pg_recvlogical.c:785 pg_recvlogical.c:793 pg_recvlogical.c:801
-#: pg_recvlogical.c:809 pg_recvlogical.c:817 pg_recvlogical.c:825
+#: pg_basebackup.c:2127 pg_basebackup.c:2141 pg_basebackup.c:2152
+#: pg_basebackup.c:2165 pg_basebackup.c:2175 pg_basebackup.c:2185
+#: pg_basebackup.c:2197 pg_basebackup.c:2208 pg_receivexlog.c:471
+#: pg_receivexlog.c:485 pg_receivexlog.c:493 pg_receivexlog.c:503
+#: pg_receivexlog.c:514 pg_recvlogical.c:779 pg_recvlogical.c:793
+#: pg_recvlogical.c:804 pg_recvlogical.c:812 pg_recvlogical.c:820
+#: pg_recvlogical.c:828 pg_recvlogical.c:836 pg_recvlogical.c:844
 #, c-format
 msgid "Try \"%s --help\" for more information.\n"
 msgstr "Spróbuj \"%s --help\" aby uzyskać więcej informacji.\n"
 
-#: pg_basebackup.c:2125 pg_receivexlog.c:459 pg_recvlogical.c:772
+#: pg_basebackup.c:2139 pg_receivexlog.c:483 pg_recvlogical.c:791
 #, c-format
 msgid "%s: too many command-line arguments (first is \"%s\")\n"
 msgstr "%s: za duża ilość parametrów (pierwszy to \"%s\")\n"
 
-#: pg_basebackup.c:2137 pg_receivexlog.c:471
+#: pg_basebackup.c:2151 pg_receivexlog.c:513
 #, c-format
 msgid "%s: no target directory specified\n"
 msgstr "%s: nie wskazano folderu docelowego\n"
 
-#: pg_basebackup.c:2149
+#: pg_basebackup.c:2163
 #, c-format
 msgid "%s: only tar mode backups can be compressed\n"
 msgstr "%s: tylko kopie zapasowe w trybie tar mogą być spakowane\n"
 
-#: pg_basebackup.c:2159
+#: pg_basebackup.c:2173
 #, c-format
 msgid "%s: WAL streaming can only be used in plain mode\n"
 msgstr "%s: strumieniowanie WAL może być użyte tylko w trybie tekstowym\n"
 
-#: pg_basebackup.c:2171
+#: pg_basebackup.c:2183
+#, c-format
+#| msgid "replication slots can only be used if max_replication_slots > 0"
+msgid "%s: replication slots can only be used with WAL streaming\n"
+msgstr "%s: gniazda replikacji mogą być użyte tylko ze strumieniowaniem WAL\n"
+
+#: pg_basebackup.c:2195
 #, c-format
-#| msgid "%s: transaction log directory location must be an absolute path\n"
 msgid "%s: transaction log directory location can only be specified in plain mode\n"
-msgstr "%s: położenie folderu dziennika transakcji może być wskazana tylko w trybie "
-"tekstowym\n"
+msgstr "%s: położenie folderu dziennika transakcji może być wskazana tylko w trybie tekstowym\n"
 
-#: pg_basebackup.c:2182
+#: pg_basebackup.c:2206
 #, c-format
 msgid "%s: transaction log directory location must be an absolute path\n"
 msgstr "%s: położenie folderu dziennika transakcji musi być ścieżką bezwzględną\n"
 
-#: pg_basebackup.c:2194
+#: pg_basebackup.c:2218
 #, c-format
 msgid "%s: this build does not support compression\n"
 msgstr "%s: ta kompilacja nie obsługuje kompresji\n"
 
-#: pg_basebackup.c:2221
+#: pg_basebackup.c:2245
 #, c-format
 msgid "%s: could not create symbolic link \"%s\": %s\n"
 msgstr "%s: nie można utworzyć linku symbolicznego \"%s\": %s\n"
 
-#: pg_basebackup.c:2226
+#: pg_basebackup.c:2250
 #, c-format
-msgid "%s: symlinks are not supported on this platform"
-msgstr "%s: linki symb. nie są obsługiwane na tej platformie"
+#| msgid "%s: symlinks are not supported on this platform"
+msgid "%s: symlinks are not supported on this platform\n"
+msgstr "%s: linki symb. nie są obsługiwane na tej platformie\n"
 
-#: pg_receivexlog.c:58
+#: pg_receivexlog.c:64
 #, c-format
 msgid ""
 "%s receives PostgreSQL streaming transaction logs.\n"
@@ -661,7 +651,7 @@ msgstr ""
 "%s odbiera logi strumieniowania transakcji PostgreSQL.\n"
 "\n"
 
-#: pg_receivexlog.c:62 pg_recvlogical.c:73
+#: pg_receivexlog.c:68 pg_recvlogical.c:75
 #, c-format
 msgid ""
 "\n"
@@ -670,108 +660,161 @@ msgstr ""
 "\n"
 "Opcje:\n"
 
-#: pg_receivexlog.c:63
+#: pg_receivexlog.c:69
 #, c-format
 msgid "  -D, --directory=DIR    receive transaction log files into this directory\n"
 msgstr "  -D, --directory=FOLDER   odbiera pliki dziennika do tego katalogu\n"
 
-#: pg_receivexlog.c:64 pg_recvlogical.c:78
+#: pg_receivexlog.c:70 pg_recvlogical.c:79
+#, c-format
+msgid "      --if-not-exists    do not treat naming conflicts as an error when creating a slot\n"
+msgstr "      --if-not-exists    nie traktuj konfliktów nazewnictwa jako błędy "
+"podczas tworzenia gniazda\n"
+
+#: pg_receivexlog.c:71 pg_recvlogical.c:81
 #, c-format
 msgid "  -n, --no-loop          do not loop on connection lost\n"
 msgstr "  -n, --noloop             nie wchodzi w pętlę po stracie połączenia\n"
 
-#: pg_receivexlog.c:65 pg_recvlogical.c:83
+#: pg_receivexlog.c:72 pg_recvlogical.c:86
 #, c-format
-#| msgid ""
-#| "  -s, --status-interval=INTERVAL\n"
-#| "                         time between status packets sent to server (in seconds)\n"
 msgid ""
 "  -s, --status-interval=SECS\n"
 "                         time between status packets sent to server (default: %d)\n"
 msgstr ""
 "  -s, --status-interval=SEKUNDY\n"
-"                           czas pomiędzy wysłaniami pakietów stanu na serwer "
-"(domyślnie %d)\n"
+"                           czas pomiędzy wysłaniami pakietów stanu na serwer (domyślnie %d)\n"
 
-#: pg_receivexlog.c:67
+#: pg_receivexlog.c:75
 #, c-format
-msgid "  -S, --slot=SLOTNAME    replication slot to use\n"
-msgstr "  -S, --slot=SLOTNAME      gniazdo replikacji do użycia\n"
+msgid "      --synchronous      flush transaction log immediately after writing\n"
+msgstr "      --synchronous      czyść dziennik transakcji bezpośrednio po zapisie\n"
+
+#: pg_receivexlog.c:86
+#, c-format
+#| msgid ""
+#| "\n"
+#| "Options:\n"
+msgid ""
+"\n"
+"Optional actions:\n"
+msgstr ""
+"\n"
+"Akcje opcjonalne:\n"
 
-#: pg_receivexlog.c:89
+#: pg_receivexlog.c:87 pg_recvlogical.c:72
+#, c-format
+msgid "      --create-slot      create a new replication slot (for the slot's name see --slot)\n"
+msgstr "      --create-slot        tworzy nowe gniazdo replikacji (nazwa gniazda patrz --slot)\n"
+
+#: pg_receivexlog.c:88 pg_recvlogical.c:73
+#, c-format
+msgid "      --drop-slot        drop the replication slot (for the slot's name see --slot)\n"
+msgstr "      --drop-slot        usuwa gniazdo replikacji (nazwa gniazda patrz --slot)\n"
+
+#: pg_receivexlog.c:100
 #, c-format
 msgid "%s: finished segment at %X/%X (timeline %u)\n"
 msgstr "%s: zakończono segment na %X/%X (oś czasu %u)\n"
 
-#: pg_receivexlog.c:102
+#: pg_receivexlog.c:113
 #, c-format
 msgid "%s: switched to timeline %u at %X/%X\n"
 msgstr "%s: przełączono na linię czasu %u na %X/%X\n"
 
-#: pg_receivexlog.c:111
+#: pg_receivexlog.c:122
 #, c-format
 msgid "%s: received interrupt signal, exiting\n"
 msgstr "%s: odebrano sygnał przerwania, wyjście\n"
 
-#: pg_receivexlog.c:137
+#: pg_receivexlog.c:142
 #, c-format
 msgid "%s: could not open directory \"%s\": %s\n"
 msgstr "%s: nie można otworzyć katalogu \"%s\": %s\n"
 
-#: pg_receivexlog.c:187
+#: pg_receivexlog.c:160
+#, c-format
+msgid "%s: could not close directory \"%s\": %s\n"
+msgstr "%s: nie można zamknąć katalogu \"%s\": %s\n"
+
+#: pg_receivexlog.c:218 pg_recvlogical.c:343
 #, c-format
 msgid "%s: could not stat file \"%s\": %s\n"
 msgstr "%s: nie można wykonać stat na pliku \"%s\": %s\n"
 
-#: pg_receivexlog.c:195
+#: pg_receivexlog.c:226
 #, c-format
 msgid "%s: segment file \"%s\" has incorrect size %d, skipping\n"
 msgstr "%s: plik segmentu \"%s\" ma niepoprawny rozmiar %d, pominięto\n"
 
-#: pg_receivexlog.c:214
+#: pg_receivexlog.c:245
 #, c-format
 msgid "%s: could not read directory \"%s\": %s\n"
 msgstr "%s: nie można odczytać katalogu \"%s\": %s\n"
 
-#: pg_receivexlog.c:221
-#, c-format
-msgid "%s: could not close directory \"%s\": %s\n"
-msgstr "%s: nie można zamknąć katalogu \"%s\": %s\n"
-
-#: pg_receivexlog.c:328
+#: pg_receivexlog.c:331
 #, c-format
 msgid "%s: starting log streaming at %X/%X (timeline %u)\n"
 msgstr "%s: rozpoczęto przesyłanie dziennika na %X/%X (oś czasu %u)\n"
 
-#: pg_receivexlog.c:409 pg_recvlogical.c:683
+#: pg_receivexlog.c:420 pg_recvlogical.c:699
 #, c-format
 msgid "%s: invalid port number \"%s\"\n"
 msgstr "%s: nieprawidłowy numer portu \"%s\"\n"
 
-#: pg_receivexlog.c:494 pg_recvlogical.c:964
+#: pg_receivexlog.c:492
+#, c-format
+#| msgid "%s: cannot use --create-slot or --start together with --drop-slot\n"
+msgid "%s: cannot use --create-slot together with --drop-slot\n"
+msgstr "%s: nie można użyć --create-slot razem z --drop-slot\n"
+
+#. translator: second %s is an option name
+#: pg_receivexlog.c:501
+#, c-format
+#| msgid "%s: at least one action needs to be specified\n"
+msgid "%s: %s needs a slot to be specified using --slot\n"
+msgstr "%s: %s wymaga wskazania gniazda przy użyciu --slot\n"
+
+#: pg_receivexlog.c:556
+#, c-format
+msgid "%s: replication connection using slot \"%s\" is unexpectedly database specific\n"
+msgstr "%s: połączenie replikacji używające gniazda \"%s\" jest nieoczekiwanie "
+"specyficzny dla bazy danych\n"
+
+#: pg_receivexlog.c:568 pg_recvlogical.c:884
+#, c-format
+msgid "%s: dropping replication slot \"%s\"\n"
+msgstr "%s: kasowanie gniazda replikacji \"%s\"\n"
+
+#: pg_receivexlog.c:581 pg_recvlogical.c:896
+#, c-format
+msgid "%s: creating replication slot \"%s\"\n"
+msgstr "%s: tworzenie gniazda replikacji \"%s\"\n"
+
+#: pg_receivexlog.c:608 pg_recvlogical.c:922
 #, c-format
 msgid "%s: disconnected\n"
 msgstr "%s: rozłączono\n"
 
 #. translator: check source for value for %d
-#: pg_receivexlog.c:501 pg_recvlogical.c:971
+#: pg_receivexlog.c:615 pg_recvlogical.c:929
 #, c-format
 msgid "%s: disconnected; waiting %d seconds to try again\n"
 msgstr "%s: rozłączono; czekam %d sekund i ponawiam próbę\n"
 
-#: pg_recvlogical.c:65
+#: pg_recvlogical.c:67
 #, c-format
 #| msgid ""
-#| "%s receives PostgreSQL streaming transaction logs.\n"
+#| "%s receives PostgreSQL logical change streams.\n"
 #| "\n"
 msgid ""
-"%s receives PostgreSQL logical change streams.\n"
+"%s controls PostgreSQL logical decoding streams.\n"
 "\n"
 msgstr ""
-"%s odbiera strumienie zmian logicznych PostgreSQL.\n"
+"%s kontroluje dekodujące strumienie logiczne PostgreSQL.\n"
 "\n"
 
-#: pg_recvlogical.c:69
+#: pg_recvlogical.c:71
 #, c-format
 msgid ""
 "\n"
@@ -780,51 +823,31 @@ msgstr ""
 "\n"
 "Akcja do wykonania:\n"
 
-#: pg_recvlogical.c:70
-#, c-format
-msgid "      --create-slot      create a new replication slot (for the slot's name see --slot)\n"
-msgstr "      --create-slot        tworzy nowe gniazdo replikacji (nazwa gniazda "
-"patrz --slot)\n"
-
-#: pg_recvlogical.c:71
-#, c-format
-msgid "      --drop-slot        drop the replication slot (for the slot's name see --slot)\n"
-msgstr "      --drop-slot        usuwa gniazdo replikacji (nazwa gniazda patrz "
-"--slot)\n"
-
-#: pg_recvlogical.c:72
+#: pg_recvlogical.c:74
 #, c-format
 msgid "      --start            start streaming in a replication slot (for the slot's name see --slot)\n"
-msgstr "      --start              rozpoczyna przesyłanie na gnieździe replikacji "
-"(nazwa gniazda patrz --slot)\n"
+msgstr "      --start              rozpoczyna przesyłanie na gnieździe replikacji (nazwa gniazda patrz --slot)\n"
 
-#: pg_recvlogical.c:74
+#: pg_recvlogical.c:76
 #, c-format
-#| msgid "  -f, --file=FILENAME          output file or directory name\n"
 msgid "  -f, --file=FILE        receive log into this file, - for stdout\n"
-msgstr "  -f, --file=NAZWAPLIKU        nazwa pliku lub folderu wyjścia logów, - do "
-"standardowego strumienia\n"
+msgstr "  -f, --file=NAZWAPLIKU        nazwa pliku lub folderu wyjścia logów, - do standardowego strumienia\n"
 
-#: pg_recvlogical.c:75
+#: pg_recvlogical.c:77
 #, c-format
-#| msgid ""
-#| "  -s, --status-interval=INTERVAL\n"
-#| "                         time between status packets sent to server (in seconds)\n"
 msgid ""
 "  -F  --fsync-interval=SECS\n"
 "                         time between fsyncs to the output file (default: %d)\n"
 msgstr ""
 "  -F, --fsync-interval=SEKUNDY\n"
-"                           czas pomiędzy fsyncami do pliku wyjścia "
-"(domyślnie: %d)\n"
+"                           czas pomiędzy fsyncami do pliku wyjścia (domyślnie: %d)\n"
 
-#: pg_recvlogical.c:77
+#: pg_recvlogical.c:80
 #, c-format
 msgid "  -I, --startpos=LSN     where in an existing slot should the streaming start\n"
-msgstr "  -I, --startpos=LSN       gdzie w istniejącym gnieździe strumień powinien "
-"się zacząć\n"
+msgstr "  -I, --startpos=LSN       gdzie w istniejącym gnieździe strumień powinien się zacząć\n"
 
-#: pg_recvlogical.c:79
+#: pg_recvlogical.c:82
 #, c-format
 msgid ""
 "  -o, --option=NAME[=VALUE]\n"
@@ -836,334 +859,329 @@ msgstr ""
 "WARTOŚĆ, \n"
 "                         do wtyczki wyjścia\n"
 
-#: pg_recvlogical.c:82
+#: pg_recvlogical.c:85
 #, c-format
 msgid "  -P, --plugin=PLUGIN    use output plugin PLUGIN (default: %s)\n"
 msgstr "  -P, --plugin=WTYCZKA         użyj wtyczki wyjścia WTYCZKA (domyślnie: %s)\n"
 
-#: pg_recvlogical.c:85
+#: pg_recvlogical.c:88
 #, c-format
 msgid "  -S, --slot=SLOTNAME    name of the logical replication slot\n"
 msgstr "  -S, --slot=SLOTNAME          nazwa logicznego gniazda replikacji\n"
 
-#: pg_recvlogical.c:90
+#: pg_recvlogical.c:93
 #, c-format
-#| msgid "  -d, --dbname=DBNAME       database to cluster\n"
 msgid "  -d, --dbname=DBNAME    database to connect to\n"
 msgstr "  -d, --dbname=NAZWADB         baza danych do połączenia\n"
 
-#: pg_recvlogical.c:123
+#: pg_recvlogical.c:126
 #, c-format
 msgid "%s: confirming write up to %X/%X, flush to %X/%X (slot %s)\n"
 msgstr "%s: potwierdzenie zapisu aż do %X/%X, zrzut do %X/%X (gniazdo %s)\n"
 
-#: pg_recvlogical.c:148 receivelog.c:340
+#: pg_recvlogical.c:151 receivelog.c:415
 #, c-format
 msgid "%s: could not send feedback packet: %s"
 msgstr "%s: nie można wysłać pakietu zwrotnego: %s"
 
-#: pg_recvlogical.c:184
+#: pg_recvlogical.c:190
 #, c-format
-#| msgid "%s: could not fsync file \"%s\": %s\n"
 msgid "%s: could not fsync log file \"%s\": %s\n"
 msgstr "%s: nie można wykonać fsync na pliku dziennika \"%s\": %s\n"
 
-#: pg_recvlogical.c:223
+#: pg_recvlogical.c:229
 #, c-format
-#| msgid "%s: starting log streaming at %X/%X (timeline %u)\n"
 msgid "%s: starting log streaming at %X/%X (slot %s)\n"
 msgstr "%s: rozpoczęto przesyłanie dziennika na %X/%X (gniazdo %s)\n"
 
-#: pg_recvlogical.c:265
+#: pg_recvlogical.c:271
 #, c-format
-#| msgid "%s: streaming header too small: %d\n"
 msgid "%s: streaming initiated\n"
 msgstr "%s: uruchomiono przepływ\n"
 
-#: pg_recvlogical.c:328
+#: pg_recvlogical.c:336
 #, c-format
 msgid "%s: could not open log file \"%s\": %s\n"
 msgstr "%s: nie można otworzyć pliku logów \"%s\": %s\n"
 
-#: pg_recvlogical.c:397 receivelog.c:837
+#: pg_recvlogical.c:412 receivelog.c:980
 #, c-format
 msgid "%s: select() failed: %s\n"
 msgstr "%s: select() nie powiodła się: %s\n"
 
-#: pg_recvlogical.c:406 receivelog.c:845
+#: pg_recvlogical.c:421 receivelog.c:1030
 #, c-format
 msgid "%s: could not receive data from WAL stream: %s"
 msgstr "%s: nie można otrzymać danych ze strumienia WAL: %s"
 
-#: pg_recvlogical.c:447 pg_recvlogical.c:486 receivelog.c:912 receivelog.c:947
+#: pg_recvlogical.c:462 pg_recvlogical.c:501 receivelog.c:1075
+#: receivelog.c:1144
 #, c-format
 msgid "%s: streaming header too small: %d\n"
 msgstr "%s: nagłówek strumienia jest za krótki: %d\n"
 
-#: pg_recvlogical.c:469 receivelog.c:1053
+#: pg_recvlogical.c:484 receivelog.c:924
 #, c-format
 msgid "%s: unrecognized streaming header: \"%c\"\n"
 msgstr "%s: nierozpoznany nagłówek strumienia: \"%c\"\n"
 
-#: pg_recvlogical.c:515 pg_recvlogical.c:529
+#: pg_recvlogical.c:530 pg_recvlogical.c:544
 #, c-format
-#| msgid "%s: could not write %u bytes to WAL file \"%s\": %s\n"
 msgid "%s: could not write %u bytes to log file \"%s\": %s\n"
 msgstr "%s: nie można pisać %u bajtów do pliku dziennika \"%s\": %s\n"
 
-#: pg_recvlogical.c:540 receivelog.c:627 receivelog.c:665
+#: pg_recvlogical.c:555 receivelog.c:707 receivelog.c:745
 #, c-format
 msgid "%s: unexpected termination of replication stream: %s"
 msgstr "%s: nieoczekiwane zakończenie strumienia replikacji: %s"
 
-#: pg_recvlogical.c:662
+#: pg_recvlogical.c:678
 #, c-format
-#| msgid "%s: invalid status interval \"%s\"\n"
 msgid "%s: invalid fsync interval \"%s\"\n"
 msgstr "%s: niepoprawny interwał fsync \"%s\"\n"
 
-#: pg_recvlogical.c:703
+#: pg_recvlogical.c:719
 #, c-format
-#| msgid "%s: could not parse version \"%s\"\n"
 msgid "%s: could not parse start position \"%s\"\n"
 msgstr "%s: nie można odczytać pozycji początkowej \"%s\"\n"
 
-#: pg_recvlogical.c:784
+#: pg_recvlogical.c:803
 #, c-format
-#| msgid "%s: no operation specified\n"
 msgid "%s: no slot specified\n"
 msgstr "%s: nie wskazano gniazda\n"
 
-#: pg_recvlogical.c:792
+#: pg_recvlogical.c:811
 #, c-format
-#| msgid "%s: no target directory specified\n"
 msgid "%s: no target file specified\n"
 msgstr "%s: nie wskazano pliku docelowego\n"
 
-#: pg_recvlogical.c:800
+#: pg_recvlogical.c:819
 #, c-format
-#| msgid "%s: no data directory specified\n"
 msgid "%s: no database specified\n"
 msgstr "%s: nie wskazano bazy danych\n"
 
-#: pg_recvlogical.c:808
+#: pg_recvlogical.c:827
 #, c-format
-#| msgid "%s: no operation specified\n"
 msgid "%s: at least one action needs to be specified\n"
 msgstr "%s: wymagane wskazanie co najmniej jednej akcji\n"
 
-#: pg_recvlogical.c:816
+#: pg_recvlogical.c:835
 #, c-format
 msgid "%s: cannot use --create-slot or --start together with --drop-slot\n"
 msgstr "%s: nie można użyć --create-slot ani --start razem z --drop-slot\n"
 
-#: pg_recvlogical.c:824
+#: pg_recvlogical.c:843
 #, c-format
 msgid "%s: cannot use --create-slot or --drop-slot together with --startpos\n"
 msgstr "%s: nie można użyć --create-slot ani --drop-slot razem ze --startpost\n"
 
-#: pg_recvlogical.c:878
-#, c-format
-#| msgid "%s: could not send replication command \"%s\": %s"
-msgid "%s: dropping replication slot \"%s\"\n"
-msgstr "%s: kasowanie gniazda replikacji \"%s\"\n"
-
-#: pg_recvlogical.c:894
+#: pg_recvlogical.c:874
 #, c-format
-#| msgid "%s: could not identify system: got %d rows and %d fields, expected %d rows and %d fields\n"
-msgid "%s: could not drop replication slot \"%s\": got %d rows and %d fields, expected %d rows and %d fields\n"
-msgstr "%s: nie można skasować gniazda replikacji \"%s\": jest %d wierszy i %d pól, "
-"oczekiwano %d wierszy i %d pól\n"
+#| msgid "could not establish SSL connection: %s\n"
+msgid "%s: could not establish database-specific replication connection\n"
+msgstr "%s: nie można ustanowić specyficznego dla bazy danych połączenia replikacji\n"
 
-#: pg_recvlogical.c:912
+#: receivelog.c:75
 #, c-format
-#| msgid "%s: unexpected termination of replication stream: %s"
-msgid "%s: creating replication slot \"%s\"\n"
-msgstr "%s: tworzenie gniazda replikacji \"%s\"\n"
+#| msgid "could not create archive status file \"%s\": %m"
+msgid "%s: could not create archive status file \"%s\": %s\n"
+msgstr "%s: nie można utworzyć pliku stanu archiwum \"%s\": %s\n"
 
-#: pg_recvlogical.c:929
+#: receivelog.c:82 receivelog.c:206 receivelog.c:355 receivelog.c:848
+#: receivelog.c:1096
 #, c-format
-#| msgid "%s: could not identify system: got %d rows and %d fields, expected %d rows and %d fields\n"
-msgid "%s: could not create replication slot \"%s\": got %d rows and %d fields, expected %d rows and %d fields\n"
-msgstr "%s: nie można utworzyć gniazda replikacji \"%s\": jest %d wierszy i %d pól, "
-"oczekiwano %d wierszy i %d pól\n"
+msgid "%s: could not fsync file \"%s\": %s\n"
+msgstr "%s: nie można wykonać fsync na pliku \"%s\": %s\n"
 
-#: receivelog.c:68
+#: receivelog.c:121
 #, c-format
 msgid "%s: could not open transaction log file \"%s\": %s\n"
 msgstr "%s: nie można otworzyć pliku dziennika transakcji \"%s\": %s\n"
 
-#: receivelog.c:80
+#: receivelog.c:133
 #, c-format
 msgid "%s: could not stat transaction log file \"%s\": %s\n"
 msgstr "%s: nie można wykonać stat na pliku dziennika transakcji \"%s\": %s\n"
 
-#: receivelog.c:94
+#: receivelog.c:147
 #, c-format
 msgid "%s: transaction log file \"%s\" has %d bytes, should be 0 or %d\n"
 msgstr "%s: plik dziennika transakcji \"%s\" ma %d bajtów, powinno być 0 lub %d\n"
 
-#: receivelog.c:107
+#: receivelog.c:160
 #, c-format
 msgid "%s: could not pad transaction log file \"%s\": %s\n"
 msgstr "%s: nie można wykonać pad na pliku dziennika transakcji \"%s\": %s\n"
 
-#: receivelog.c:120
+#: receivelog.c:173
 #, c-format
 msgid "%s: could not seek to beginning of transaction log file \"%s\": %s\n"
 msgstr "%s: nie można przejść do początku pliku dziennika transakcji \"%s\": %s\n"
 
-#: receivelog.c:146
+#: receivelog.c:199
 #, c-format
 msgid "%s: could not determine seek position in file \"%s\": %s\n"
 msgstr "%s: nie można określić pozycji przesunięcia w pliku \"%s\": %s\n"
 
-#: receivelog.c:153 receivelog.c:288
-#, c-format
-msgid "%s: could not fsync file \"%s\": %s\n"
-msgstr "%s: nie można wykonać fsync na pliku \"%s\": %s\n"
-
-#: receivelog.c:179
+#: receivelog.c:232
 #, c-format
 msgid "%s: could not rename file \"%s\": %s\n"
 msgstr "%s: nie udało się zmienić nazwy pliku \"%s\": %s\n"
 
-#: receivelog.c:186
+#: receivelog.c:239
 #, c-format
 msgid "%s: not renaming \"%s%s\", segment is not complete\n"
 msgstr "%s: nie będzie wykonana zmiana nazwy \"%s%s\", segment nie jest zakończony\n"
 
-#: receivelog.c:219
+#: receivelog.c:285
 #, c-format
 msgid "%s: could not open timeline history file \"%s\": %s\n"
 msgstr "%s: nie można otworzyć pliku historii linii czasu \"%s\": %s\n"
 
-#: receivelog.c:246
+#: receivelog.c:313
 #, c-format
 msgid "%s: server reported unexpected history file name for timeline %u: %s\n"
 msgstr "%s: serwer zgłosił nieoczekiwaną nazwę pliku historii dla linii czasu %u: %s\n"
 
-#: receivelog.c:263
+#: receivelog.c:330
 #, c-format
 msgid "%s: could not create timeline history file \"%s\": %s\n"
 msgstr "%s: nie można utworzyć pliku historii linii czasu \"%s\": %s\n"
 
-#: receivelog.c:280
+#: receivelog.c:347
 #, c-format
 msgid "%s: could not write timeline history file \"%s\": %s\n"
 msgstr "%s: nie można pisać do pliku historii linii czasu \"%s\": %s\n"
 
-#: receivelog.c:305
+#: receivelog.c:372
 #, c-format
 msgid "%s: could not rename file \"%s\" to \"%s\": %s\n"
 msgstr "%s: nie można zmienić nazwy pliku \"%s\" na \"%s\": %s\n"
 
-#: receivelog.c:374
+#: receivelog.c:449
 #, c-format
-#| msgid "%s: incompatible server version %s; streaming is only supported with server version %s\n"
 msgid "%s: incompatible server version %s; client does not support streaming from server versions older than %s\n"
-msgstr "%s: niezgodna wersja serwera %s; klient nie obsługuje transmisji "
-"strumieniowej z wersji serwera starszych niż %s\n"
+msgstr "%s: niezgodna wersja serwera %s; klient nie obsługuje transmisji strumieniowej z wersji serwera starszych niż %s\n"
 
-#: receivelog.c:384
+#: receivelog.c:459
 #, c-format
-#| msgid "%s: incompatible server version %s; streaming is only supported with server version %s\n"
 msgid "%s: incompatible server version %s; client does not support streaming from server versions newer than %s\n"
-msgstr "%s: niezgodna wersja serwera %s; klient nie obsługuje transmisji "
-"strumieniowej z wersji serwera nowszych niż %s\n"
+msgstr "%s: niezgodna wersja serwera %s; klient nie obsługuje transmisji strumieniowej z wersji serwera nowszych niż %s\n"
 
-#: receivelog.c:486
+#: receivelog.c:557 streamutil.c:264 streamutil.c:299
+#, c-format
+msgid "%s: could not identify system: got %d rows and %d fields, expected %d rows and %d or more fields\n"
+msgstr "%s: nie można określić systemu: jest %d wierszy i %d pól, oczekiwano %d wierszy i %d lub więcej pól\n"
+
+#: receivelog.c:565
 #, c-format
 msgid "%s: system identifier does not match between base backup and streaming connection\n"
 msgstr "%s: identyfikator systemu różni się pomiędzy bazową kopią zapasową i połączeniem strumieniowym\n"
 
-#: receivelog.c:494
+#: receivelog.c:573
 #, c-format
 msgid "%s: starting timeline %u is not present in the server\n"
 msgstr "%s: brak początkowej linii czasu %u na serwerze\n"
 
-#: receivelog.c:534
+#: receivelog.c:613
 #, c-format
 msgid "%s: unexpected response to TIMELINE_HISTORY command: got %d rows and %d fields, expected %d rows and %d fields\n"
 msgstr "%s: nieoczekiwana odpowiedź na polecenie TIMELINE_HISTORY: jest %d wierszy i %d pól, oczekiwano %d wierszy i %d pól\n"
 
-#: receivelog.c:608
+#: receivelog.c:688
 #, c-format
 msgid "%s: server reported unexpected next timeline %u, following timeline %u\n"
 msgstr "%s: serwer zgłosił nieoczekiwaną kolejną linię czasu %u, za linią %u\n"
 
-#: receivelog.c:615
+#: receivelog.c:695
 #, c-format
 msgid "%s: server stopped streaming timeline %u at %X/%X, but reported next timeline %u to begin at %X/%X\n"
 msgstr "%s: serwer zakończył przepływ linii czasu %u na %X/%X, ale zgłosił kolejną linię czasu %u o początku %X/%X\n"
 
-#: receivelog.c:656
+#: receivelog.c:736
 #, c-format
 msgid "%s: replication stream was terminated before stop point\n"
 msgstr "%s: strumień replikacji zakończył się przed punktem zatrzymania\n"
 
-#: receivelog.c:705
+#: receivelog.c:785
 #, c-format
 msgid "%s: unexpected result set after end-of-timeline: got %d rows and %d fields, expected %d rows and %d fields\n"
 msgstr "%s: nieoczekiwany zestaw wyników po end-of-timeline: jest %d wierszy i %d pól, oczekiwano %d wierszy i %d pól\n"
 
-#: receivelog.c:715
+#: receivelog.c:795
 #, c-format
 msgid "%s: could not parse next timeline's starting point \"%s\"\n"
 msgstr "%s: nie można sparsować początku następnej linii czasu \"%s\"\n"
 
-#: receivelog.c:770 receivelog.c:873 receivelog.c:1040
+#: receivelog.c:959
 #, c-format
-msgid "%s: could not send copy-end packet: %s"
-msgstr "%s: nie można wysłać pakietu końca kopii: %s"
+#| msgid "socket not open"
+msgid "%s: socket not open"
+msgstr "%s: gniazdo nie jest otwarte"
 
-#: receivelog.c:966
+#: receivelog.c:1163
 #, c-format
 msgid "%s: received transaction log record for offset %u with no file open\n"
 msgstr "%s: otrzymano rekord dziennika transakcji dla przesunięcia %u bez otwartego pliku\n"
 
-#: receivelog.c:978
+#: receivelog.c:1175
 #, c-format
 msgid "%s: got WAL data offset %08x, expected %08x\n"
 msgstr "%s: otrzymano przesunięcie danych WAL %08x, oczekiwano %08x\n"
 
-#: receivelog.c:1015
+#: receivelog.c:1212
 #, c-format
 msgid "%s: could not write %u bytes to WAL file \"%s\": %s\n"
 msgstr "%s: nie można pisać %u bajtów do pliku WAL \"%s\": %s\n"
 
-#: streamutil.c:142
+#: receivelog.c:1237 receivelog.c:1279 receivelog.c:1311
+#, c-format
+msgid "%s: could not send copy-end packet: %s"
+msgstr "%s: nie można wysłać pakietu końca kopii: %s"
+
+#: streamutil.c:145
 msgid "Password: "
 msgstr "Hasło: "
 
-#: streamutil.c:166
+#: streamutil.c:169
 #, c-format
 msgid "%s: could not connect to server\n"
 msgstr "%s: nie można połączyć z serwerem\n"
 
-#: streamutil.c:184
+#: streamutil.c:187
 #, c-format
-msgid "%s: could not connect to server: %s\n"
-msgstr "%s: nie można połączyć z serwerem: %s\n"
+#| msgid "%s: could not connect to server: %s\n"
+msgid "%s: could not connect to server: %s"
+msgstr "%s: nie można połączyć z serwerem: %s"
 
-#: streamutil.c:208
+#: streamutil.c:211
 #, c-format
 msgid "%s: could not determine server setting for integer_datetimes\n"
 msgstr "%s: nie można ustalić ustawienia serwera dla integer_datetimes\n"
 
-#: streamutil.c:221
+#: streamutil.c:224
 #, c-format
 msgid "%s: integer_datetimes compile flag does not match server\n"
 msgstr "%s: flaga kompilacji integer_datetimes nie jest zgodna z serwerem\n"
 
-#~ msgid "%s: could not parse transaction log file name \"%s\"\n"
-#~ msgstr "%s: nie można sparsować nazwy pliku dziennika transakcji \"%s\"\n"
+#: streamutil.c:365
+#, c-format
+msgid "%s: could not create replication slot \"%s\": got %d rows and %d fields, expected %d rows and %d fields\n"
+msgstr "%s: nie można utworzyć gniazda replikacji \"%s\": jest %d wierszy i %d pól, oczekiwano %d wierszy i %d pól\n"
 
-#~ msgid "%s: no start point returned from server\n"
-#~ msgstr "%s: nie zwrócono punktu startowego z serwera\n"
+#: streamutil.c:410
+#, c-format
+msgid "%s: could not drop replication slot \"%s\": got %d rows and %d fields, expected %d rows and %d fields\n"
+msgstr "%s: nie można skasować gniazda replikacji \"%s\": jest %d wierszy i %d pól, oczekiwano %d wierszy i %d pól\n"
+
+#~ msgid "%s: keepalive message has incorrect size %d\n"
+#~ msgstr "%s: komunikat sygnalizowania aktywności ma niepoprawną długość %d\n"
 
 #~ msgid "%s: timeline does not match between base backup and streaming connection\n"
 #~ msgstr "%s: oś czasu różni się pomiędzy bazową kopią zapasową i połączeniem strumieniowym\n"
 
-#~ msgid "%s: keepalive message has incorrect size %d\n"
-#~ msgstr "%s: komunikat sygnalizowania aktywności ma niepoprawną długość %d\n"
+#~ msgid "%s: no start point returned from server\n"
+#~ msgstr "%s: nie zwrócono punktu startowego z serwera\n"
+
+#~ msgid "%s: could not parse transaction log file name \"%s\"\n"
+#~ msgstr "%s: nie można sparsować nazwy pliku dziennika transakcji \"%s\"\n"
index 16c20132f1c0038a868009786a3e4e5d0f601e24..56195fe38c60ab6005693776371580c0846a85cc 100644 (file)
@@ -2,13 +2,13 @@
 # Copyright (C) 2011 PostgreSQL Global Development Group
 # This file is distributed under the same license as the PostgreSQL package.
 # Begina Felicysym <begina.felicysym@wp.eu>, 2011, 2012, 2013.
-# grzegorz <begina.felicysym@wp.eu>, 2014.
+# grzegorz <begina.felicysym@wp.eu>, 2014, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: pg_ctl (PostgreSQL 9.1)\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2014-11-10 20:42+0000\n"
-"PO-Revision-Date: 2014-11-16 20:52-0500\n"
+"POT-Creation-Date: 2015-08-15 18:43+0000\n"
+"PO-Revision-Date: 2015-08-16 12:32+0200\n"
 "Last-Translator: grzegorz <begina.felicysym@wp.eu>\n"
 "Language-Team: begina.felicysym@wp.eu\n"
 "Language: pl\n"
@@ -54,14 +54,14 @@ msgstr "nie można odczytać linku symbolicznego \"%s\""
 msgid "pclose failed: %s"
 msgstr "pclose nie powiodło się: %s"
 
-#: ../../common/fe_memutils.c:33 ../../common/fe_memutils.c:60
-#: ../../common/fe_memutils.c:83 ../../port/path.c:598 ../../port/path.c:636
+#: ../../common/fe_memutils.c:35 ../../common/fe_memutils.c:75
+#: ../../common/fe_memutils.c:98 ../../port/path.c:598 ../../port/path.c:636
 #: ../../port/path.c:653
 #, c-format
 msgid "out of memory\n"
 msgstr "brak pamięci\n"
 
-#: ../../common/fe_memutils.c:77
+#: ../../common/fe_memutils.c:92
 #, c-format
 msgid "cannot duplicate null pointer (internal error)\n"
 msgstr "nie można powielić pustego wskazania (błąd wewnętrzny)\n"
@@ -103,43 +103,40 @@ msgstr "proces potomny zakończył działanie z nieznanym stanem %d"
 
 #: ../../port/path.c:620
 #, c-format
-#| msgid "could not identify current directory: %s"
 msgid "could not get current working directory: %s\n"
 msgstr "nie można zidentyfikować aktualnego folderu roboczego: %s\n"
 
-#: pg_ctl.c:259
+#: pg_ctl.c:257
 #, c-format
-#| msgid "directory \"%s\" does not exist"
 msgid "%s: directory \"%s\" does not exist\n"
 msgstr "%s: folder \"%s\" nie istnieje\n"
 
-#: pg_ctl.c:262
+#: pg_ctl.c:260
 #, c-format
 msgid "%s: could not access directory \"%s\": %s\n"
 msgstr "%s: brak dostępu do katalogu \"%s\": %s\n"
 
-#: pg_ctl.c:275
+#: pg_ctl.c:274
 #, c-format
-#| msgid "specified data directory \"%s\" is not a directory"
 msgid "%s: directory \"%s\" is not a database cluster directory\n"
 msgstr "%s: folder \"%s\" nie jest folderem klastra bazy danych\n"
 
-#: pg_ctl.c:288
+#: pg_ctl.c:287
 #, c-format
 msgid "%s: could not open PID file \"%s\": %s\n"
 msgstr "%s: nie można otworzyć pliku PID \"%s\": %s\n"
 
-#: pg_ctl.c:297
+#: pg_ctl.c:296
 #, c-format
 msgid "%s: the PID file \"%s\" is empty\n"
 msgstr "%s: plik PID \"%s\" jest pusty\n"
 
-#: pg_ctl.c:300
+#: pg_ctl.c:299
 #, c-format
 msgid "%s: invalid data in PID file \"%s\"\n"
 msgstr "%s: niepoprawne dane w pliku PID \"%s\"\n"
 
-#: pg_ctl.c:531
+#: pg_ctl.c:530
 #, c-format
 msgid ""
 "\n"
@@ -148,7 +145,7 @@ msgstr ""
 "\n"
 "%s: opcja -w nie jest wspierana przy uruchomieniu serwera pre-9.1\n"
 
-#: pg_ctl.c:601
+#: pg_ctl.c:600
 #, c-format
 msgid ""
 "\n"
@@ -157,7 +154,17 @@ msgstr ""
 "\n"
 "%s: opcja -w nie może używać względnego wskazania katalogu gniazd\n"
 
-#: pg_ctl.c:656
+#: pg_ctl.c:653
+#, c-format
+#| msgid "%s: could not stat file \"%s\": %s\n"
+msgid ""
+"\n"
+"%s: could not stat file \"%s\": %s\n"
+msgstr ""
+"\n"
+"%s: nie można wykonać stat na pliku \"%s\": %s\n"
+
+#: pg_ctl.c:660
 #, c-format
 msgid ""
 "\n"
@@ -166,22 +173,22 @@ msgstr ""
 "\n"
 "%s: ten folder danych wydaje się być działać pod wcześniejszym postmasterem\n"
 
-#: pg_ctl.c:706
+#: pg_ctl.c:710
 #, c-format
 msgid "%s: cannot set core file size limit; disallowed by hard limit\n"
 msgstr "%s: nie można ustawić ograniczenia rozmiaru pliku jądra; zablokowane przez twardy limit\n"
 
-#: pg_ctl.c:731
+#: pg_ctl.c:735
 #, c-format
 msgid "%s: could not read file \"%s\"\n"
 msgstr "%s: nie można czytać z pliku \"%s\"\n"
 
-#: pg_ctl.c:736
+#: pg_ctl.c:740
 #, c-format
 msgid "%s: option file \"%s\" must have exactly one line\n"
 msgstr "%s: plik opcji \"%s\" musi mieć dokładnie jedną linię\n"
 
-#: pg_ctl.c:787
+#: pg_ctl.c:791
 #, c-format
 msgid ""
 "The program \"%s\" is needed by %s but was not found in the\n"
@@ -192,7 +199,7 @@ msgstr ""
 "w tym samym folderze co \"%s\".\n"
 "Sprawdź instalację.\n"
 
-#: pg_ctl.c:793
+#: pg_ctl.c:797
 #, c-format
 msgid ""
 "The program \"%s\" was found by \"%s\"\n"
@@ -203,42 +210,42 @@ msgstr ""
 "ale nie jest w tej samej wersji co %s.\n"
 "Sprawdź instalację.\n"
 
-#: pg_ctl.c:826
+#: pg_ctl.c:830
 #, c-format
 msgid "%s: database system initialization failed\n"
 msgstr "%s: inicjacja systemu bazy danych nie powiodła się\n"
 
-#: pg_ctl.c:841
+#: pg_ctl.c:845
 #, c-format
 msgid "%s: another server might be running; trying to start server anyway\n"
 msgstr "%s: inny serwer może być uruchomiony, próba uruchomienia serwera mimo to\n"
 
-#: pg_ctl.c:878
+#: pg_ctl.c:882
 #, c-format
 msgid "%s: could not start server: exit code was %d\n"
 msgstr "%s: nie można uruchomić serwera: wystąpił kod wyjścia %d\n"
 
-#: pg_ctl.c:885
+#: pg_ctl.c:889
 msgid "waiting for server to start..."
 msgstr "oczekiwanie na uruchomienie serwera..."
 
-#: pg_ctl.c:890 pg_ctl.c:991 pg_ctl.c:1082
+#: pg_ctl.c:894 pg_ctl.c:995 pg_ctl.c:1086
 msgid " done\n"
 msgstr " zakończono\n"
 
-#: pg_ctl.c:891
+#: pg_ctl.c:895
 msgid "server started\n"
 msgstr "uruchomiono serwer\n"
 
-#: pg_ctl.c:894 pg_ctl.c:898
+#: pg_ctl.c:898 pg_ctl.c:902
 msgid " stopped waiting\n"
 msgstr " oczekiwanie zakończone\n"
 
-#: pg_ctl.c:895
+#: pg_ctl.c:899
 msgid "server is still starting up\n"
 msgstr "serwer ciągle się uruchamia\n"
 
-#: pg_ctl.c:899
+#: pg_ctl.c:903
 #, c-format
 msgid ""
 "%s: could not start server\n"
@@ -247,43 +254,43 @@ msgstr ""
 "%s: Nie udało się uruchomić serwera\n"
 "Sprawdź logi wyjścia.\n"
 
-#: pg_ctl.c:905 pg_ctl.c:983 pg_ctl.c:1073
+#: pg_ctl.c:909 pg_ctl.c:987 pg_ctl.c:1077
 msgid " failed\n"
 msgstr " niepowodzenie\n"
 
-#: pg_ctl.c:906
+#: pg_ctl.c:910
 #, c-format
 msgid "%s: could not wait for server because of misconfiguration\n"
 msgstr "%s: nie można czekać na serwer z powodu błędnej konfiguracji\n"
 
-#: pg_ctl.c:912
+#: pg_ctl.c:916
 msgid "server starting\n"
 msgstr "serwer w trakcie uruchamiania\n"
 
-#: pg_ctl.c:927 pg_ctl.c:1013 pg_ctl.c:1103 pg_ctl.c:1143
+#: pg_ctl.c:931 pg_ctl.c:1017 pg_ctl.c:1107 pg_ctl.c:1147
 #, c-format
 msgid "%s: PID file \"%s\" does not exist\n"
 msgstr "%s: plik PID \"%s\" nie istnieje\n"
 
-#: pg_ctl.c:928 pg_ctl.c:1015 pg_ctl.c:1104 pg_ctl.c:1144
+#: pg_ctl.c:932 pg_ctl.c:1019 pg_ctl.c:1108 pg_ctl.c:1148
 msgid "Is server running?\n"
 msgstr "Czy serwer działa?\n"
 
-#: pg_ctl.c:934
+#: pg_ctl.c:938
 #, c-format
 msgid "%s: cannot stop server; single-user server is running (PID: %ld)\n"
 msgstr "%s: Nie można zatrzymać serwera; jest uruchomiony serwer pojedynczego użytkownika (PID: %ld)\n"
 
-#: pg_ctl.c:942 pg_ctl.c:1037
+#: pg_ctl.c:946 pg_ctl.c:1041
 #, c-format
 msgid "%s: could not send stop signal (PID: %ld): %s\n"
 msgstr "%s: nie udało się wysłać sygnału zatrzymującego (PID: %ld): %s\n"
 
-#: pg_ctl.c:949
+#: pg_ctl.c:953
 msgid "server shutting down\n"
 msgstr "zatrzymywanie serwera\n"
 
-#: pg_ctl.c:964 pg_ctl.c:1052
+#: pg_ctl.c:968 pg_ctl.c:1056
 msgid ""
 "WARNING: online backup mode is active\n"
 "Shutdown will not complete until pg_stop_backup() is called.\n"
@@ -293,16 +300,16 @@ msgstr ""
 "Zatrzymanie nie zakończy się póki wywoływana jest pg_stop_backup().\n"
 "\n"
 
-#: pg_ctl.c:968 pg_ctl.c:1056
+#: pg_ctl.c:972 pg_ctl.c:1060
 msgid "waiting for server to shut down..."
 msgstr "oczekiwanie na zatrzymanie serwera..."
 
-#: pg_ctl.c:985 pg_ctl.c:1075
+#: pg_ctl.c:989 pg_ctl.c:1079
 #, c-format
 msgid "%s: server does not shut down\n"
 msgstr "%s: serwer nie zatrzymał się\n"
 
-#: pg_ctl.c:987 pg_ctl.c:1077
+#: pg_ctl.c:991 pg_ctl.c:1081
 msgid ""
 "HINT: The \"-m fast\" option immediately disconnects sessions rather than\n"
 "waiting for session-initiated disconnection.\n"
@@ -310,184 +317,184 @@ msgstr ""
 "PORADA: Opcja \"-m fast\" rozłącza natychmiast sesje zamiast\n"
 "czekać na odłączenie sesji przez użytkowników.\n"
 
-#: pg_ctl.c:993 pg_ctl.c:1083
+#: pg_ctl.c:997 pg_ctl.c:1087
 msgid "server stopped\n"
 msgstr "serwer zatrzymany\n"
 
-#: pg_ctl.c:1016 pg_ctl.c:1089
+#: pg_ctl.c:1020 pg_ctl.c:1093
 msgid "starting server anyway\n"
 msgstr "uruchomienie serwera mimo wszystko\n"
 
-#: pg_ctl.c:1025
+#: pg_ctl.c:1029
 #, c-format
 msgid "%s: cannot restart server; single-user server is running (PID: %ld)\n"
 msgstr "%s: Nie można zrestartować serwera; jest uruchomiony serwer pojedynczego użytkownika (PID: %ld)\n"
 
-#: pg_ctl.c:1028 pg_ctl.c:1113
+#: pg_ctl.c:1032 pg_ctl.c:1117
 msgid "Please terminate the single-user server and try again.\n"
 msgstr "Proszę zakończyć działanie serwera pojedynczego użytkownika i spróbować raz jeszcze.\n"
 
-#: pg_ctl.c:1087
+#: pg_ctl.c:1091
 #, c-format
 msgid "%s: old server process (PID: %ld) seems to be gone\n"
 msgstr "%s: poprzedni proces serwera (PID: %ld) wydaje się zginął\n"
 
-#: pg_ctl.c:1110
+#: pg_ctl.c:1114
 #, c-format
 msgid "%s: cannot reload server; single-user server is running (PID: %ld)\n"
 msgstr "%s: Nie można przeładować serwera; jest uruchomiony serwer pojedynczego użytkownika (PID: %ld)\n"
 
-#: pg_ctl.c:1119
+#: pg_ctl.c:1123
 #, c-format
 msgid "%s: could not send reload signal (PID: %ld): %s\n"
 msgstr "%s: nie udało się wysłać sygnału przeładowującego (PID: %ld): %s\n"
 
-#: pg_ctl.c:1124
+#: pg_ctl.c:1128
 msgid "server signaled\n"
 msgstr "serwer zasygnalizowany\n"
 
-#: pg_ctl.c:1150
+#: pg_ctl.c:1154
 #, c-format
 msgid "%s: cannot promote server; single-user server is running (PID: %ld)\n"
 msgstr "%s: Nie można rozgłosić serwera; jest uruchomiony serwer pojedynczego użytkownika (PID: %ld)\n"
 
-#: pg_ctl.c:1159
+#: pg_ctl.c:1163
 #, c-format
 msgid "%s: cannot promote server; server is not in standby mode\n"
 msgstr "%s: Nie można rozgłosić serwera; nie jest w trybie gotowości\n"
 
-#: pg_ctl.c:1174
+#: pg_ctl.c:1178
 #, c-format
 msgid "%s: could not create promote signal file \"%s\": %s\n"
 msgstr "%s: nie można utworzyć pliku sygnału rozgłoszenia \"%s\": %s\n"
 
-#: pg_ctl.c:1180
+#: pg_ctl.c:1184
 #, c-format
 msgid "%s: could not write promote signal file \"%s\": %s\n"
 msgstr "%s: nie można zapisać pliku sygnału rozgłoszenia \"%s\": %s\n"
 
-#: pg_ctl.c:1188
+#: pg_ctl.c:1192
 #, c-format
 msgid "%s: could not send promote signal (PID: %ld): %s\n"
 msgstr "%s: nie udało się wysłać sygnału rozgłaszającego (PID: %ld): %s\n"
 
-#: pg_ctl.c:1191
+#: pg_ctl.c:1195
 #, c-format
 msgid "%s: could not remove promote signal file \"%s\": %s\n"
 msgstr "%s: nie można usunąć pliku sygnału rozgłoszenia \"%s\": %s\n"
 
-#: pg_ctl.c:1196
+#: pg_ctl.c:1200
 msgid "server promoting\n"
 msgstr "serwer w trakcie rozgłaszania\n"
 
-#: pg_ctl.c:1243
+#: pg_ctl.c:1247
 #, c-format
 msgid "%s: single-user server is running (PID: %ld)\n"
 msgstr "%s: jest uruchomiony serwer pojedynczego użytkownika (PID: %ld)\n"
 
-#: pg_ctl.c:1256
+#: pg_ctl.c:1260
 #, c-format
 msgid "%s: server is running (PID: %ld)\n"
 msgstr "%s: jest uruchomiony serwer (PID: %ld)\n"
 
-#: pg_ctl.c:1272
+#: pg_ctl.c:1276
 #, c-format
 msgid "%s: no server running\n"
 msgstr "%s: brak uruchomionego serwera\n"
 
-#: pg_ctl.c:1290
+#: pg_ctl.c:1294
 #, c-format
 msgid "%s: could not send signal %d (PID: %ld): %s\n"
 msgstr "%s: nie udało się wysłać sygnału %d (PID: %ld): %s\n"
 
-#: pg_ctl.c:1347
+#: pg_ctl.c:1351
 #, c-format
 msgid "%s: could not find own program executable\n"
 msgstr "%s: nie udało się znaleźć własnego programu wykonywalnego\n"
 
-#: pg_ctl.c:1357
+#: pg_ctl.c:1361
 #, c-format
 msgid "%s: could not find postgres program executable\n"
 msgstr "%s: nie udało się znaleźć programu wykonywalnego postgresa\n"
 
-#: pg_ctl.c:1437 pg_ctl.c:1469
+#: pg_ctl.c:1444 pg_ctl.c:1478
 #, c-format
 msgid "%s: could not open service manager\n"
 msgstr "%s: nie udało się otworzyć menadżera usług\n"
 
-#: pg_ctl.c:1443
+#: pg_ctl.c:1450
 #, c-format
 msgid "%s: service \"%s\" already registered\n"
 msgstr "%s: usługa \"%s\" jest już zarejestrowana\n"
 
-#: pg_ctl.c:1454
+#: pg_ctl.c:1461
 #, c-format
 msgid "%s: could not register service \"%s\": error code %lu\n"
 msgstr "%s: nie udało się zarejestrować usługi \"%s\": kod błędu %lu\n"
 
-#: pg_ctl.c:1475
+#: pg_ctl.c:1484
 #, c-format
 msgid "%s: service \"%s\" not registered\n"
 msgstr "%s: usługa \"%s\" niezarejestrowana\n"
 
-#: pg_ctl.c:1482
+#: pg_ctl.c:1491
 #, c-format
 msgid "%s: could not open service \"%s\": error code %lu\n"
 msgstr "%s: nie udało się otworzyć usługi \"%s\": kod błędu %lu\n"
 
-#: pg_ctl.c:1489
+#: pg_ctl.c:1500
 #, c-format
 msgid "%s: could not unregister service \"%s\": error code %lu\n"
 msgstr "%s: nie udało się wyrejestrować usługi \"%s\": kod błędu %lu\n"
 
-#: pg_ctl.c:1574
+#: pg_ctl.c:1587
 msgid "Waiting for server startup...\n"
 msgstr "Oczekiwanie na uruchomienie serwera...\n"
 
-#: pg_ctl.c:1577
+#: pg_ctl.c:1590
 msgid "Timed out waiting for server startup\n"
 msgstr "Minął czas oczekiwania na uruchomienie serwera\n"
 
-#: pg_ctl.c:1581
+#: pg_ctl.c:1594
 msgid "Server started and accepting connections\n"
 msgstr "Serwer uruchomiony i akceptuje połączenia\n"
 
-#: pg_ctl.c:1625
+#: pg_ctl.c:1650
 #, c-format
 msgid "%s: could not start service \"%s\": error code %lu\n"
 msgstr "%s: nie udało się uruchomić usługi \"%s\": kod błędu %lu\n"
 
-#: pg_ctl.c:1697
+#: pg_ctl.c:1724
 #, c-format
 msgid "%s: WARNING: cannot create restricted tokens on this platform\n"
 msgstr "%s: OSTRZEŻENIE nie można tworzyć ograniczonych tokenów na tej platformie\n"
 
-#: pg_ctl.c:1706
+#: pg_ctl.c:1739
 #, c-format
 msgid "%s: could not open process token: error code %lu\n"
 msgstr "%s: nie można otworzyć tokenu procesu: kod błędu %lu\n"
 
-#: pg_ctl.c:1719
+#: pg_ctl.c:1753
 #, c-format
 msgid "%s: could not allocate SIDs: error code %lu\n"
 msgstr "%s: nie udało się przydzielić SIDów: kod błędu %lu\n"
 
-#: pg_ctl.c:1738
+#: pg_ctl.c:1773
 #, c-format
 msgid "%s: could not create restricted token: error code %lu\n"
 msgstr "%s: nie udało się utworzyć ograniczonego tokena: kod błędu %lu\n"
 
-#: pg_ctl.c:1771
+#: pg_ctl.c:1807
 #, c-format
 msgid "%s: WARNING: could not locate all job object functions in system API\n"
 msgstr "%s: OSTRZEŻENIE: nie może zlokalizować wszystkich funkcji obiektów zadań w systemowym API\n"
 
-#: pg_ctl.c:1853
+#: pg_ctl.c:1890
 #, c-format
 msgid "Try \"%s --help\" for more information.\n"
 msgstr "Spróbuj \"%s --help\" aby uzyskać więcej informacji.\n"
 
-#: pg_ctl.c:1861
+#: pg_ctl.c:1898
 #, c-format
 msgid ""
 "%s is a utility to initialize, start, stop, or control a PostgreSQL server.\n"
@@ -496,27 +503,27 @@ msgstr ""
 "%s jest narzędziem do inicjacji, uruchamiania, zatrzymywania i kontroli serwera PostgreSQL.\n"
 "\n"
 
-#: pg_ctl.c:1862
+#: pg_ctl.c:1899
 #, c-format
 msgid "Usage:\n"
 msgstr "Składnia:\n"
 
-#: pg_ctl.c:1863
+#: pg_ctl.c:1900
 #, c-format
 msgid "  %s init[db]               [-D DATADIR] [-s] [-o \"OPTIONS\"]\n"
 msgstr "  %s init[db]               [-D KATDANE] [-s] [-o \"OPCJE\"]\n"
 
-#: pg_ctl.c:1864
+#: pg_ctl.c:1901
 #, c-format
 msgid "  %s start   [-w] [-t SECS] [-D DATADIR] [-s] [-l FILENAME] [-o \"OPTIONS\"]\n"
 msgstr "  %s start   [-w] [-t SEKUNDY] [-D KATDANE] [-s] [-l NAZWAPLIKU] [-o \"OPCJE\"]\n"
 
-#: pg_ctl.c:1865
+#: pg_ctl.c:1902
 #, c-format
 msgid "  %s stop    [-W] [-t SECS] [-D DATADIR] [-s] [-m SHUTDOWN-MODE]\n"
 msgstr "  %s stop    [-W] [-t SEKUNDY] [-D KATDANE] [-s] [-m TRYB-ZAMKNIECIA]\n"
 
-#: pg_ctl.c:1866
+#: pg_ctl.c:1903
 #, c-format
 msgid ""
 "  %s restart [-w] [-t SECS] [-D DATADIR] [-s] [-m SHUTDOWN-MODE]\n"
@@ -525,27 +532,27 @@ msgstr ""
 "  %s restart [-w] [-t SEKUNDY] [-D KATDANE] [-s] [-m TRYB-ZAMKNIECIA]\n"
 "                 [-o \"OPCJE\"]\n"
 
-#: pg_ctl.c:1868
+#: pg_ctl.c:1905
 #, c-format
 msgid "  %s reload  [-D DATADIR] [-s]\n"
 msgstr "  %s reload  [-D KATDANE] [-s]\n"
 
-#: pg_ctl.c:1869
+#: pg_ctl.c:1906
 #, c-format
 msgid "  %s status  [-D DATADIR]\n"
 msgstr "  %s status  [-D KATDANE]\n"
 
-#: pg_ctl.c:1870
+#: pg_ctl.c:1907
 #, c-format
 msgid "  %s promote [-D DATADIR] [-s]\n"
 msgstr "  %s promote [-D KATDANE] [-s]\n"
 
-#: pg_ctl.c:1871
+#: pg_ctl.c:1908
 #, c-format
 msgid "  %s kill    SIGNALNAME PID\n"
 msgstr "  %s kill    NAZWASYGNAŁU PID\n"
 
-#: pg_ctl.c:1873
+#: pg_ctl.c:1910
 #, c-format
 msgid ""
 "  %s register   [-N SERVICENAME] [-U USERNAME] [-P PASSWORD] [-D DATADIR]\n"
@@ -554,12 +561,12 @@ msgstr ""
 "  %s register   [-N NAZWAUSLUGI] [-U USERNAME] [-P PASSWORD] [-D KATDANE]\n"
 "                    [-S TYP-STARTU] [-w] [-t SEKUNDY] [-o \"OPCJE\"]\n"
 
-#: pg_ctl.c:1875
+#: pg_ctl.c:1912
 #, c-format
 msgid "  %s unregister [-N SERVICENAME]\n"
 msgstr "  %s unregister [-N NAZWAUSLUGI]\n"
 
-#: pg_ctl.c:1878
+#: pg_ctl.c:1915
 #, c-format
 msgid ""
 "\n"
@@ -568,42 +575,51 @@ msgstr ""
 "\n"
 "Opcje ogólne:\n"
 
-#: pg_ctl.c:1879
+#: pg_ctl.c:1916
 #, c-format
 msgid "  -D, --pgdata=DATADIR   location of the database storage area\n"
 msgstr "  -D, --pgdata=KATDANE   położenie miejsca przechowywania bazy danych\n"
 
-#: pg_ctl.c:1880
+#: pg_ctl.c:1917
 #, c-format
 msgid "  -s, --silent           only print errors, no informational messages\n"
 msgstr "  -s, --silent           wypisz tylko błędy, bez komunikatów informacyjnych\n"
 
-#: pg_ctl.c:1881
+#: pg_ctl.c:1919
+#, c-format
+msgid ""
+"  -e SOURCE              event source to use for logging when running\n"
+"                         as a service\n"
+msgstr ""
+"  -e ŹRÓDŁO              źródło zdarzenia do użycia podczas logowania\n"
+"                         gdy uruchomiono jako usługę\n"
+
+#: pg_ctl.c:1922
 #, c-format
 msgid "  -t, --timeout=SECS     seconds to wait when using -w option\n"
 msgstr "  -t, --timeout=SEKUNDY  sekundy oczekiwania podczas użycia opcji -w\n"
 
-#: pg_ctl.c:1882
+#: pg_ctl.c:1923
 #, c-format
 msgid "  -V, --version          output version information, then exit\n"
 msgstr "  -V, --version          pokaż informacje o wersji i zakończ\n"
 
-#: pg_ctl.c:1883
+#: pg_ctl.c:1924
 #, c-format
 msgid "  -w                     wait until operation completes\n"
 msgstr "  -w                     czekaj na zakończenie operacji\n"
 
-#: pg_ctl.c:1884
+#: pg_ctl.c:1925
 #, c-format
 msgid "  -W                     do not wait until operation completes\n"
 msgstr "  -W                     nie czekaj na zakończenie operacji\n"
 
-#: pg_ctl.c:1885
+#: pg_ctl.c:1926
 #, c-format
 msgid "  -?, --help             show this help, then exit\n"
 msgstr "  -?, --help             pokaż tą pomoc i zakończ działanie\n"
 
-#: pg_ctl.c:1886
+#: pg_ctl.c:1927
 #, c-format
 msgid ""
 "(The default is to wait for shutdown, but not for start or restart.)\n"
@@ -612,12 +628,12 @@ msgstr ""
 "(Oczekiwanie jest domyślne dla zamknięcia, ale nie dla uruchomienia i restartu.)\n"
 "\n"
 
-#: pg_ctl.c:1887
+#: pg_ctl.c:1928
 #, c-format
 msgid "If the -D option is omitted, the environment variable PGDATA is used.\n"
 msgstr "Jeśli nie jest podana -D, używana jest zmienna środowiskowa PGDATA.\n"
 
-#: pg_ctl.c:1889
+#: pg_ctl.c:1930
 #, c-format
 msgid ""
 "\n"
@@ -626,22 +642,22 @@ msgstr ""
 "\n"
 "Opcje uruchomienia lub restartu:\n"
 
-#: pg_ctl.c:1891
+#: pg_ctl.c:1932
 #, c-format
 msgid "  -c, --core-files       allow postgres to produce core files\n"
 msgstr "  -c, --core-files       zezwól postgresowi utworzyć pliki jądra\n"
 
-#: pg_ctl.c:1893
+#: pg_ctl.c:1934
 #, c-format
 msgid "  -c, --core-files       not applicable on this platform\n"
 msgstr "  -c, --core-files       niedostępne na tej platformie\n"
 
-#: pg_ctl.c:1895
+#: pg_ctl.c:1936
 #, c-format
 msgid "  -l, --log=FILENAME     write (or append) server log to FILENAME\n"
 msgstr "  -l, --log=NAZWAPLIKU   zapisuje (lub dodaje) komunikaty serwera do NAZWAPLIKU\n"
 
-#: pg_ctl.c:1896
+#: pg_ctl.c:1937
 #, c-format
 msgid ""
 "  -o OPTIONS             command line options to pass to postgres\n"
@@ -650,16 +666,13 @@ msgstr ""
 "  -o OPCJE               opcje wiersza poleceń przekazywanych postgresowi\n"
 "                         (program wykonywalny PostgreSQL) lub initdb\n"
 
-#: pg_ctl.c:1898
+#: pg_ctl.c:1939
 #, c-format
 msgid "  -p PATH-TO-POSTGRES    normally not necessary\n"
 msgstr "  -p ŚCIEŻKA-DO-POSTGRES    zwykle niekonieczna\n"
 
-#: pg_ctl.c:1899
+#: pg_ctl.c:1940
 #, c-format
-#| msgid ""
-#| "\n"
-#| "Options for start or restart:\n"
 msgid ""
 "\n"
 "Options for stop or restart:\n"
@@ -667,12 +680,12 @@ msgstr ""
 "\n"
 "Opcje dla zatrzymania lub restartu:\n"
 
-#: pg_ctl.c:1900
+#: pg_ctl.c:1941
 #, c-format
 msgid "  -m, --mode=MODE        MODE can be \"smart\", \"fast\", or \"immediate\"\n"
 msgstr "  -m, --mode=TRYB        TRYB może być \"smart\", \"fast\" lub \"immediate\"\n"
 
-#: pg_ctl.c:1902
+#: pg_ctl.c:1943
 #, c-format
 msgid ""
 "\n"
@@ -681,22 +694,22 @@ msgstr ""
 "\n"
 "Tryby zamknięcia to:\n"
 
-#: pg_ctl.c:1903
+#: pg_ctl.c:1944
 #, c-format
 msgid "  smart       quit after all clients have disconnected\n"
 msgstr "  smart       wyjście po rozłączeniu się wszystkich klientów\n"
 
-#: pg_ctl.c:1904
+#: pg_ctl.c:1945
 #, c-format
 msgid "  fast        quit directly, with proper shutdown\n"
 msgstr "  fast        bezpośrednie wyjście, z właściwym zamknięciem\n"
 
-#: pg_ctl.c:1905
+#: pg_ctl.c:1946
 #, c-format
 msgid "  immediate   quit without complete shutdown; will lead to recovery on restart\n"
 msgstr "  immediate   wyjście bez pełnego zamknięcia; doprowadzi do odzyskiwania przy restarcie\n"
 
-#: pg_ctl.c:1907
+#: pg_ctl.c:1948
 #, c-format
 msgid ""
 "\n"
@@ -705,7 +718,7 @@ msgstr ""
 "\n"
 "Dopuszczalne nazwy sygnałów dla zabicia:\n"
 
-#: pg_ctl.c:1911
+#: pg_ctl.c:1952
 #, c-format
 msgid ""
 "\n"
@@ -714,27 +727,27 @@ msgstr ""
 "\n"
 "Opcje rejestracji i wyrejestrowania:\n"
 
-#: pg_ctl.c:1912
+#: pg_ctl.c:1953
 #, c-format
 msgid "  -N SERVICENAME  service name with which to register PostgreSQL server\n"
 msgstr "  -N SERVICENAME  nazwa usługi, na której rejestruje się serwer PostgreSQL\n"
 
-#: pg_ctl.c:1913
+#: pg_ctl.c:1954
 #, c-format
 msgid "  -P PASSWORD     password of account to register PostgreSQL server\n"
 msgstr "  -P PASSWORD     hasło konta rejestracji serwera PostgreSQL\n"
 
-#: pg_ctl.c:1914
+#: pg_ctl.c:1955
 #, c-format
 msgid "  -U USERNAME     user name of account to register PostgreSQL server\n"
 msgstr "  -U USERNAME     nazwa użytkownika konta rejestracji serwera PostgreSQL\n"
 
-#: pg_ctl.c:1915
+#: pg_ctl.c:1956
 #, c-format
 msgid "  -S START-TYPE   service start type to register PostgreSQL server\n"
 msgstr "  -S TYP-STARTU   typ startu usługi rejestracji serwera PostgreSQL\n"
 
-#: pg_ctl.c:1917
+#: pg_ctl.c:1958
 #, c-format
 msgid ""
 "\n"
@@ -743,17 +756,17 @@ msgstr ""
 "\n"
 "Rodzaje startu to:\n"
 
-#: pg_ctl.c:1918
+#: pg_ctl.c:1959
 #, c-format
 msgid "  auto       start service automatically during system startup (default)\n"
 msgstr "  auto       uruchamia usługę automatycznie w czasie startu systemu (domyślnie)\n"
 
-#: pg_ctl.c:1919
+#: pg_ctl.c:1960
 #, c-format
 msgid "  demand     start service on demand\n"
 msgstr "  demand     uruchamia usługę na żądanie\n"
 
-#: pg_ctl.c:1922
+#: pg_ctl.c:1963
 #, c-format
 msgid ""
 "\n"
@@ -762,27 +775,27 @@ msgstr ""
 "\n"
 "Błędy proszę przesyłać na adres <pgsql-bugs@postgresql.org>.\n"
 
-#: pg_ctl.c:1947
+#: pg_ctl.c:1988
 #, c-format
 msgid "%s: unrecognized shutdown mode \"%s\"\n"
 msgstr "%s: nierozpoznany tryb wyłączenia \"%s\"\n"
 
-#: pg_ctl.c:1979
+#: pg_ctl.c:2020
 #, c-format
 msgid "%s: unrecognized signal name \"%s\"\n"
 msgstr "%s: nierozpoznana nazwa sygnału \"%s\"\n"
 
-#: pg_ctl.c:1996
+#: pg_ctl.c:2037
 #, c-format
 msgid "%s: unrecognized start type \"%s\"\n"
 msgstr "%s: nierozpoznany tryb uruchomienia \"%s\"\n"
 
-#: pg_ctl.c:2051
+#: pg_ctl.c:2092
 #, c-format
 msgid "%s: could not determine the data directory using command \"%s\"\n"
 msgstr "%s: nie można określić folderu danych przy użyciu polecenia \"%s\"\n"
 
-#: pg_ctl.c:2123
+#: pg_ctl.c:2164
 #, c-format
 msgid ""
 "%s: cannot be run as root\n"
@@ -793,44 +806,44 @@ msgstr ""
 "Proszę zalogować się (używając np: \"su\") na (nieuprzywilejowanego) użytkownika który\n"
 "będzie właścicielem procesu.\n"
 
-#: pg_ctl.c:2190
+#: pg_ctl.c:2243
 #, c-format
 msgid "%s: -S option not supported on this platform\n"
 msgstr "%s: opcja -S nieobsługiwana na tej platformie\n"
 
-#: pg_ctl.c:2228
+#: pg_ctl.c:2281
 #, c-format
 msgid "%s: too many command-line arguments (first is \"%s\")\n"
 msgstr "%s: za duża ilość parametrów (pierwszy to \"%s\")\n"
 
-#: pg_ctl.c:2252
+#: pg_ctl.c:2305
 #, c-format
 msgid "%s: missing arguments for kill mode\n"
 msgstr "%s: nie wskazano wszystkich argumentów trybu zabicia\n"
 
-#: pg_ctl.c:2270
+#: pg_ctl.c:2323
 #, c-format
 msgid "%s: unrecognized operation mode \"%s\"\n"
 msgstr "%s: nierozpoznany tryb autoryzacji \"%s\"\n"
 
-#: pg_ctl.c:2280
+#: pg_ctl.c:2333
 #, c-format
 msgid "%s: no operation specified\n"
 msgstr "%s: nie podano operacji\n"
 
-#: pg_ctl.c:2301
+#: pg_ctl.c:2354
 #, c-format
 msgid "%s: no database directory specified and environment variable PGDATA unset\n"
 msgstr "%s: nie wskazano folderu bazy danych ani nie ustawiono zmiennej środowiska PGDATA\n"
 
-#~ msgid "  smart       promote after performing a checkpoint\n"
-#~ msgstr "  smart       rozgłoś po wykonaniu punktu kontrolnego\n"
-
-#~ msgid "  fast        promote quickly without waiting for checkpoint completion\n"
-#~ msgstr "  fast        rozgłoś bez czekania na zakończenie punktu kontrolnego\n"
+#~ msgid "could not change directory to \"%s\""
+#~ msgstr "nie można zmienić katalogu na \"%s\""
 
 #~ msgid "%s: out of memory\n"
 #~ msgstr "%s: brak pamięci\n"
 
-#~ msgid "could not change directory to \"%s\""
-#~ msgstr "nie można zmienić katalogu na \"%s\""
+#~ msgid "  fast        promote quickly without waiting for checkpoint completion\n"
+#~ msgstr "  fast        rozgłoś bez czekania na zakończenie punktu kontrolnego\n"
+
+#~ msgid "  smart       promote after performing a checkpoint\n"
+#~ msgstr "  smart       rozgłoś po wykonaniu punktu kontrolnego\n"
index 39c9e417c29450b91a98a55191da27a69b7bfe16..c3fdf1c86a03d42a2a3f21105672d60158c2da7d 100644 (file)
@@ -2,13 +2,13 @@
 # Copyright (C) 2011 PostgreSQL Global Development Group
 # This file is distributed under the same license as the PostgreSQL package.
 # Begina Felicysym <begina.felicysym@wp.eu>, 2011, 2012, 2013.
-# grzegorz <begina.felicysym@wp.eu>, 2014.
+# grzegorz <begina.felicysym@wp.eu>, 2014, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: pg_dump (PostgreSQL 9.1)\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2014-03-21 18:20+0000\n"
-"PO-Revision-Date: 2014-03-22 20:55+0200\n"
+"POT-Creation-Date: 2015-08-15 18:43+0000\n"
+"PO-Revision-Date: 2015-08-16 12:55+0200\n"
 "Last-Translator: grzegorz <begina.felicysym@wp.eu>\n"
 "Language-Team: begina.felicysym@wp.eu\n"
 "Language: pl\n"
@@ -19,267 +19,319 @@ msgstr ""
 "|| n%100>=20) ? 1 : 2);\n"
 "X-Generator: Virtaal 0.7.1\n"
 
-#: ../../common/fe_memutils.c:33 ../../common/fe_memutils.c:60
-#: ../../common/fe_memutils.c:83 pg_backup_db.c:134 pg_backup_db.c:189
-#: pg_backup_db.c:233 pg_backup_db.c:279
-#, c-format
-msgid "out of memory\n"
-msgstr "brak pamięci\n"
-
-#: ../../common/fe_memutils.c:77
-#, c-format
-msgid "cannot duplicate null pointer (internal error)\n"
-msgstr "nie można powielić pustego wskazania (błąd wewnętrzny)\n"
-
-#: ../../port/exec.c:127 ../../port/exec.c:241 ../../port/exec.c:284
+#: ../../common/exec.c:127 ../../common/exec.c:241 ../../common/exec.c:284
 #, c-format
 msgid "could not identify current directory: %s"
 msgstr "nie można zidentyfikować aktualnego katalogu: %s"
 
-#: ../../port/exec.c:146
+#: ../../common/exec.c:146
 #, c-format
 msgid "invalid binary \"%s\""
 msgstr "niepoprawny binarny \"%s\""
 
-#: ../../port/exec.c:195
+#: ../../common/exec.c:195
 #, c-format
 msgid "could not read binary \"%s\""
 msgstr "nie można odczytać binarnego \"%s\""
 
-#: ../../port/exec.c:202
+#: ../../common/exec.c:202
 #, c-format
 msgid "could not find a \"%s\" to execute"
 msgstr "nie znaleziono \"%s\" do wykonania"
 
-#: ../../port/exec.c:257 ../../port/exec.c:293
+#: ../../common/exec.c:257 ../../common/exec.c:293
 #, c-format
 msgid "could not change directory to \"%s\": %s"
 msgstr "nie można zmienić katalogu na \"%s\": %s"
 
-#: ../../port/exec.c:272
+#: ../../common/exec.c:272
 #, c-format
 msgid "could not read symbolic link \"%s\""
 msgstr "nie można odczytać odwołania symbolicznego \"%s\""
 
-#: ../../port/exec.c:523
+#: ../../common/exec.c:523
 #, c-format
 msgid "pclose failed: %s"
 msgstr "pclose nie powiodło się: %s"
 
-#: common.c:105
+#: ../../common/fe_memutils.c:35 ../../common/fe_memutils.c:75
+#: ../../common/fe_memutils.c:98 pg_backup_db.c:135 pg_backup_db.c:190
+#: pg_backup_db.c:234 pg_backup_db.c:280
+#, c-format
+msgid "out of memory\n"
+msgstr "brak pamięci\n"
+
+#: ../../common/fe_memutils.c:92
+#, c-format
+msgid "cannot duplicate null pointer (internal error)\n"
+msgstr "nie można powielić pustego wskazania (błąd wewnętrzny)\n"
+
+#: ../../common/wait_error.c:47
+#, c-format
+msgid "command not executable"
+msgstr "polecenie nie wykonywalne"
+
+#: ../../common/wait_error.c:51
+#, c-format
+msgid "command not found"
+msgstr "polecenie nie znalezione"
+
+#: ../../common/wait_error.c:56
+#, c-format
+msgid "child process exited with exit code %d"
+msgstr "proces potomny zakończył działanie z kodem %d"
+
+#: ../../common/wait_error.c:63
+#, c-format
+msgid "child process was terminated by exception 0x%X"
+msgstr "proces potomny został zatrzymany przez wyjątek 0x%X"
+
+#: ../../common/wait_error.c:73
+#, c-format
+msgid "child process was terminated by signal %s"
+msgstr "proces potomny został zatrzymany przez sygnał %s"
+
+#: ../../common/wait_error.c:77
+#, c-format
+msgid "child process was terminated by signal %d"
+msgstr "proces potomny został zatrzymany przez sygnał %d"
+
+#: ../../common/wait_error.c:82
+#, c-format
+msgid "child process exited with unrecognized status %d"
+msgstr "proces potomny zakończył działanie z nieznanym stanem %d"
+
+#: common.c:109
 #, c-format
 msgid "reading schemas\n"
 msgstr "odczyt schematów\n"
 
-#: common.c:116
+#: common.c:120
 #, c-format
 msgid "reading user-defined tables\n"
 msgstr "odczyt tabel użytkownika\n"
 
-#: common.c:124
+#: common.c:128
 #, c-format
 msgid "reading extensions\n"
 msgstr "odczyt rozszerzeń\n"
 
-#: common.c:128
+#: common.c:132
 #, c-format
 msgid "reading user-defined functions\n"
 msgstr "odczyt funkcji użytkownika\n"
 
-#: common.c:134
+#: common.c:138
 #, c-format
 msgid "reading user-defined types\n"
 msgstr "odczyt typów użytkownika\n"
 
-#: common.c:140
+#: common.c:144
 #, c-format
 msgid "reading procedural languages\n"
 msgstr "odczyt języków proceduralnych\n"
 
-#: common.c:144
+#: common.c:148
 #, c-format
 msgid "reading user-defined aggregate functions\n"
 msgstr "odczyt funkcji agregujących użytkownika\n"
 
-#: common.c:148
+#: common.c:152
 #, c-format
 msgid "reading user-defined operators\n"
 msgstr "odczyt operatorów użytkownika\n"
 
-#: common.c:153
+#: common.c:157
 #, c-format
 msgid "reading user-defined operator classes\n"
 msgstr "odczyt klas operatorów użytkownika\n"
 
-#: common.c:157
+#: common.c:161
 #, c-format
 msgid "reading user-defined operator families\n"
 msgstr "odczyt rodzin operatorów użytkownika\n"
 
-#: common.c:161
+#: common.c:165
 #, c-format
 msgid "reading user-defined text search parsers\n"
 msgstr "odczyt analizatorów wyszukiwania tekstowego użytkownika\n"
 
-#: common.c:165
+#: common.c:169
 #, c-format
 msgid "reading user-defined text search templates\n"
 msgstr "odczyt szablonów wyszukiwania tekstowego użytkownika\n"
 
-#: common.c:169
+#: common.c:173
 #, c-format
 msgid "reading user-defined text search dictionaries\n"
 msgstr "odczyt słowników wyszukiwania tekstowego użytkownika\n"
 
-#: common.c:173
+#: common.c:177
 #, c-format
 msgid "reading user-defined text search configurations\n"
 msgstr "odczyt konfiguracji wyszukiwania tekstowego użytkownika\n"
 
-#: common.c:177
+#: common.c:181
 #, c-format
 msgid "reading user-defined foreign-data wrappers\n"
 msgstr "odczyt opakowań obcych danych użytkownika\n"
 
-#: common.c:181
+#: common.c:185
 #, c-format
 msgid "reading user-defined foreign servers\n"
 msgstr "odczyt serwerów obcych użytkownika\n"
 
-#: common.c:185
+#: common.c:189
 #, c-format
 msgid "reading default privileges\n"
 msgstr "odczyt uprawnień domyślnych\n"
 
-#: common.c:189
+#: common.c:193
 #, c-format
 msgid "reading user-defined collations\n"
 msgstr "odczyt porównań użytkownika\n"
 
-#: common.c:194
+#: common.c:198
 #, c-format
 msgid "reading user-defined conversions\n"
 msgstr "odczyt konwersji użytkownika\n"
 
-#: common.c:198
+#: common.c:202
 #, c-format
 msgid "reading type casts\n"
 msgstr "odczyt rzutowań typów\n"
 
-#: common.c:202
+#: common.c:206
+#, c-format
+#| msgid "reading extensions\n"
+msgid "reading transforms\n"
+msgstr "odczyt transformacji\n"
+
+#: common.c:210
 #, c-format
 msgid "reading table inheritance information\n"
 msgstr "odczyt informacji o dziedziczeniu tabel\n"
 
-#: common.c:206
+#: common.c:214
 #, c-format
 msgid "reading event triggers\n"
 msgstr "odczyt wyzwalaczy zdarzeń\n"
 
-#: common.c:215
+#: common.c:223
 #, c-format
 msgid "finding extension members\n"
 msgstr "odnajdywanie składników rozszerzeń\n"
 
-#: common.c:220
+#: common.c:228
 #, c-format
 msgid "finding inheritance relationships\n"
 msgstr "odnajdywanie relacji dziedziczenia\n"
 
-#: common.c:224
+#: common.c:232
 #, c-format
 msgid "reading column info for interesting tables\n"
 msgstr "odczyt notatek kolumn dla ciekawych tabel\n"
 
-#: common.c:228
+#: common.c:236
 #, c-format
 msgid "flagging inherited columns in subtables\n"
 msgstr "oznaczanie dziedziczonych kolumn w podtabelach\n"
 
-#: common.c:232
+#: common.c:240
 #, c-format
 msgid "reading indexes\n"
 msgstr "odczyt indeksów\n"
 
-#: common.c:236
+#: common.c:244
 #, c-format
 msgid "reading constraints\n"
 msgstr "odczyt ograniczeń\n"
 
-#: common.c:240
+#: common.c:248
 #, c-format
 msgid "reading triggers\n"
 msgstr "odczyt wyzwalaczy\n"
 
-#: common.c:244
+#: common.c:252
 #, c-format
 msgid "reading rewrite rules\n"
 msgstr "odczyt reguł przepisywania\n"
 
-#: common.c:792
+#: common.c:256
+#, c-format
+#| msgid "reading schemas\n"
+msgid "reading policies\n"
+msgstr "odczyt polityk\n"
+
+#: common.c:804
 #, c-format
 msgid "failed sanity check, parent OID %u of table \"%s\" (OID %u) not found\n"
 msgstr "sprawdzenia nie powiodły się, nie odnaleziono nadrzędnego OID %u dla tabeli \"%s\" (OID %u)\n"
 
-#: common.c:834
+#: common.c:846
 #, c-format
 msgid "could not parse numeric array \"%s\": too many numbers\n"
 msgstr "nie można przetworzyć tablicy numerycznej \"%s\": zbyt wiele liczb\n"
 
-#: common.c:849
+#: common.c:861
 #, c-format
 msgid "could not parse numeric array \"%s\": invalid character in number\n"
 msgstr "nie można przetworzyć tablicy numerycznej \"%s\": niepoprawny znak w liczbie\n"
 
 #. translator: this is a module name
-#: compress_io.c:78
+#: compress_io.c:79
 msgid "compress_io"
 msgstr "kompresuj_io"
 
-#: compress_io.c:114
+#: compress_io.c:115
 #, c-format
 msgid "invalid compression code: %d\n"
 msgstr "niepoprawny kod kompresji: %d\n"
 
-#: compress_io.c:138 compress_io.c:174 compress_io.c:195 compress_io.c:528
-#: compress_io.c:555
+#: compress_io.c:139 compress_io.c:175 compress_io.c:196 compress_io.c:529
+#: compress_io.c:572
 #, c-format
 msgid "not built with zlib support\n"
 msgstr "nie wbudowano obsługi zlib\n"
 
-#: compress_io.c:243 compress_io.c:352
+#: compress_io.c:246 compress_io.c:348
 #, c-format
 msgid "could not initialize compression library: %s\n"
 msgstr "nie udało się zainicjować biblioteki kompresji: %s\n"
 
-#: compress_io.c:264
+#: compress_io.c:267
 #, c-format
 msgid "could not close compression stream: %s\n"
 msgstr "nie udało się zamknąć strumienia kompresji: %s\n"
 
-#: compress_io.c:282
+#: compress_io.c:285
 #, c-format
 msgid "could not compress data: %s\n"
 msgstr "nie udało się spakować danych: %s\n"
 
-#: compress_io.c:303 compress_io.c:440 pg_backup_archiver.c:1441
-#: pg_backup_archiver.c:1464 pg_backup_custom.c:661 pg_backup_directory.c:542
-#: pg_backup_tar.c:598 pg_backup_tar.c:1087 pg_backup_tar.c:1308
-#, c-format
-msgid "could not write to output file: %s\n"
-msgstr "nie można pisać do pliku wyjścia: %s\n"
-
-#: compress_io.c:372 compress_io.c:388
+#: compress_io.c:368 compress_io.c:384
 #, c-format
 msgid "could not uncompress data: %s\n"
 msgstr "nie udało się rozpakować danych: %s\n"
 
-#: compress_io.c:396
+#: compress_io.c:392
 #, c-format
 msgid "could not close compression library: %s\n"
 msgstr "nie udało się zamknąć biblioteki kompresji: %s\n"
 
-#: parallel.c:77
+#: compress_io.c:606 compress_io.c:642 pg_backup_custom.c:591
+#: pg_backup_tar.c:555
+#, c-format
+msgid "could not read from input file: %s\n"
+msgstr "nie można czytać z pliku wejścia: %s\n"
+
+#: compress_io.c:645 pg_backup_custom.c:588 pg_backup_directory.c:552
+#: pg_backup_tar.c:791 pg_backup_tar.c:815
+#, c-format
+msgid "could not read from input file: end of file\n"
+msgstr "nie można czytać pliku wejścia: koniec pliku\n"
+
+#: parallel.c:78
 msgid "parallel archiver"
 msgstr "archiwizator równoległy"
 
@@ -293,22 +345,22 @@ msgstr "%s: nie powiodło się WSAStartup: %d\n"
 msgid "worker is terminating\n"
 msgstr "pracownik kończy pracę\n"
 
-#: parallel.c:535
+#: parallel.c:537
 #, c-format
 msgid "could not create communication channels: %s\n"
 msgstr "nie można utworzyć kanałów komunikacyjnych: %s\n"
 
-#: parallel.c:605
+#: parallel.c:611
 #, c-format
 msgid "could not create worker process: %s\n"
 msgstr "nie można utworzyć procesu roboczego: %s\n"
 
-#: parallel.c:822
+#: parallel.c:828
 #, c-format
 msgid "could not get relation name for OID %u: %s\n"
 msgstr "nie można pobrać nazwy relacji dla OID %u: %s\n"
 
-#: parallel.c:839
+#: parallel.c:845
 #, c-format
 msgid ""
 "could not obtain lock on relation \"%s\"\n"
@@ -317,197 +369,212 @@ msgstr ""
 "nie udało się uzyskać blokady na relacji \"%s\"\n"
 "Oznacza to zazwyczaj że ktoś zażądał blokady ACCESS EXCLUSIVE na tabeli gdy wcześniej proces nadrzędny pg_dump uzyskał początkową blokadę ACCESS SHARE na tabeli.\n"
 
-#: parallel.c:923
+#: parallel.c:929
 #, c-format
 msgid "unrecognized command on communication channel: %s\n"
 msgstr "nierozpoznane polecenie w kanale komunikacyjnym: %s\n"
 
-#: parallel.c:956
+#: parallel.c:962
 #, c-format
 msgid "a worker process died unexpectedly\n"
 msgstr "proces roboczy nie zakończył się nieoczekiwanie\n"
 
-#: parallel.c:983 parallel.c:992
+#: parallel.c:989 parallel.c:998
 #, c-format
 msgid "invalid message received from worker: %s\n"
 msgstr "niepoprawny komunikat otrzymany od pracownika: %s\n"
 
-#: parallel.c:989 pg_backup_db.c:336
+#: parallel.c:995 pg_backup_db.c:337
 #, c-format
 msgid "%s"
 msgstr "%s"
 
-#: parallel.c:1041 parallel.c:1085
+#: parallel.c:1047 parallel.c:1091
 #, c-format
 msgid "error processing a parallel work item\n"
 msgstr "błąd przetwarzania równoległego elementu roboczego\n"
 
-#: parallel.c:1113 parallel.c:1251
+#: parallel.c:1119 parallel.c:1257
 #, c-format
 msgid "could not write to the communication channel: %s\n"
 msgstr "nie można zapisać do kanału komunikacyjnego: %s\n"
 
-#: parallel.c:1162
+#: parallel.c:1168
 #, c-format
 msgid "terminated by user\n"
 msgstr "zakończono przez użytkownika\n"
 
-#: parallel.c:1214
+#: parallel.c:1220
 #, c-format
 msgid "error in ListenToWorkers(): %s\n"
 msgstr "błąd w ListenToWorkers(): %s\n"
 
-#: parallel.c:1333
+#: parallel.c:1345
 #, c-format
 msgid "pgpipe: could not create socket: error code %d\n"
 msgstr "pgpipe: nie można utworzyć gniazda: kod błędu %d\n"
 
-#: parallel.c:1344
+#: parallel.c:1356
 #, c-format
 msgid "pgpipe: could not bind: error code %d\n"
 msgstr "pgpipe: nie udało się dowiązać: kod błędu %d\n"
 
-#: parallel.c:1351
+#: parallel.c:1363
 #, c-format
 msgid "pgpipe: could not listen: error code %d\n"
 msgstr "pgpipe: nie dało się nasłuchiwać: kod błędu %d\n"
 
-#: parallel.c:1358
+#: parallel.c:1370
 #, c-format
 msgid "pgpipe: getsockname() failed: error code %d\n"
 msgstr "pgpipe: getsockname() nie powiodła: kod błędu %d\n"
 
-#: parallel.c:1365
+#: parallel.c:1381
 #, c-format
 msgid "pgpipe: could not create second socket: error code %d\n"
 msgstr "pgpipe: nie można utworzyć drugiego gniazda: kod błędu %d\n"
 
-#: parallel.c:1373
+#: parallel.c:1390
 #, c-format
 msgid "pgpipe: could not connect socket: error code %d\n"
 msgstr "pgpipe: nie można połączyć się do gniazda: kod błędu %d\n"
 
-#: parallel.c:1380
+#: parallel.c:1397
 #, c-format
 msgid "pgpipe: could not accept connection: error code %d\n"
 msgstr "pgpipe: nie można przyjąć połączenia: kod błądu %d\n"
 
 #. translator: this is a module name
-#: pg_backup_archiver.c:51
+#: pg_backup_archiver.c:53
 msgid "archiver"
 msgstr "archiwizator"
 
-#: pg_backup_archiver.c:169 pg_backup_archiver.c:1304
+#: pg_backup_archiver.c:230 pg_backup_archiver.c:1479
 #, c-format
 msgid "could not close output file: %s\n"
 msgstr "nie można zamknąć pliku wyjścia: %s\n"
 
-#: pg_backup_archiver.c:204 pg_backup_archiver.c:209
+#: pg_backup_archiver.c:265 pg_backup_archiver.c:270
 #, c-format
 msgid "WARNING: archive items not in correct section order\n"
 msgstr "OSTRZEŻENIE: elementy archiwów w niepoprawnym porządku sekcji\n"
 
-#: pg_backup_archiver.c:215
+#: pg_backup_archiver.c:276
 #, c-format
 msgid "unexpected section code %d\n"
 msgstr "nieoczekiwany kod sekcji %d\n"
 
-#: pg_backup_archiver.c:247
+#: pg_backup_archiver.c:308
 #, c-format
 msgid "-C and -1 are incompatible options\n"
 msgstr "-C i -1 są opcjami niekompatybilnymi\n"
 
-#: pg_backup_archiver.c:257
+#: pg_backup_archiver.c:318
 #, c-format
 msgid "parallel restore is not supported with this archive file format\n"
 msgstr "odtwarzanie współbieżne nie jest obsługiwane w tym formacie archiwum\n"
 
-#: pg_backup_archiver.c:261
+#: pg_backup_archiver.c:322
 #, c-format
 msgid "parallel restore is not supported with archives made by pre-8.0 pg_dump\n"
 msgstr "odtwarzanie współbieżne nie jest obsługiwane w archiwach utworzonych przez pg_dump sprzed 8.0\n"
 
-#: pg_backup_archiver.c:279
+#: pg_backup_archiver.c:340
 #, c-format
 msgid "cannot restore from compressed archive (compression not supported in this installation)\n"
 msgstr "nie można odtworzyć ze spakowanego archiwum (kompresja nie jest obsługiwana w tej instalacji)\n"
 
-#: pg_backup_archiver.c:296
+#: pg_backup_archiver.c:357
 #, c-format
 msgid "connecting to database for restore\n"
 msgstr "łączenie z bazą danych w celu odtworzenia\n"
 
-#: pg_backup_archiver.c:298
+#: pg_backup_archiver.c:359
 #, c-format
 msgid "direct database connections are not supported in pre-1.3 archives\n"
 msgstr "bezpośrednie połączenia bazy danych nie są obsługiwane w archiwach sprzed 1.3\n"
 
-#: pg_backup_archiver.c:343
+#: pg_backup_archiver.c:404
 #, c-format
 msgid "implied data-only restore\n"
 msgstr "domniemane przywrócenie wyłącznie danych\n"
 
-#: pg_backup_archiver.c:412
+#: pg_backup_archiver.c:474
 #, c-format
 msgid "dropping %s %s\n"
 msgstr "kasowanie %s %s\n"
 
-#: pg_backup_archiver.c:479
+#: pg_backup_archiver.c:627
+#, c-format
+#| msgid "setting owner and privileges for %s %s\n"
+msgid "setting owner and privileges for %s \"%s\".\"%s\"\n"
+msgstr "ustawienie właściciela i uprawnień dla %s \"%s\".\"%s\"\n"
+
+#: pg_backup_archiver.c:630
 #, c-format
-msgid "setting owner and privileges for %s %s\n"
-msgstr "ustawienie właściciela i uprawnień dla %s %s\n"
+#| msgid "setting owner and privileges for %s %s\n"
+msgid "setting owner and privileges for %s \"%s\"\n"
+msgstr "ustawienie właściciela i uprawnień dla %s \"%s\"\n"
 
-#: pg_backup_archiver.c:545 pg_backup_archiver.c:547
+#: pg_backup_archiver.c:696 pg_backup_archiver.c:698
 #, c-format
 msgid "warning from original dump file: %s\n"
 msgstr "ostrzeżenie z oryginalnego pliku zrzutu: %s\n"
 
-#: pg_backup_archiver.c:554
+#: pg_backup_archiver.c:707
 #, c-format
-msgid "creating %s %s\n"
-msgstr "tworzenie %s %s\n"
+#| msgid "creating %s %s\n"
+msgid "creating %s \"%s\".\"%s\"\n"
+msgstr "tworzenie %s \"%s\".\"%s\"\n"
 
-#: pg_backup_archiver.c:598
+#: pg_backup_archiver.c:710
+#, c-format
+#| msgid "creating %s %s\n"
+msgid "creating %s \"%s\"\n"
+msgstr "tworzenie %s \"%s\"\n"
+
+#: pg_backup_archiver.c:755
 #, c-format
 msgid "connecting to new database \"%s\"\n"
 msgstr "łączenie do nowej bazy danych \"%s\"\n"
 
-#: pg_backup_archiver.c:626
+#: pg_backup_archiver.c:783
 #, c-format
 msgid "processing %s\n"
 msgstr "przetwarzanie %s\n"
 
-#: pg_backup_archiver.c:640
+#: pg_backup_archiver.c:803
 #, c-format
-msgid "processing data for table \"%s\"\n"
-msgstr "przetwarzanie danych tabeli \"%s\"\n"
+#| msgid "processing data for table \"%s\"\n"
+msgid "processing data for table \"%s\".\"%s\"\n"
+msgstr "przetwarzanie danych tabeli \"%s\".\"%s\"\n"
 
-#: pg_backup_archiver.c:702
+#: pg_backup_archiver.c:865
 #, c-format
 msgid "executing %s %s\n"
 msgstr "wykonywanie %s %s\n"
 
-#: pg_backup_archiver.c:739
+#: pg_backup_archiver.c:902
 #, c-format
 msgid "disabling triggers for %s\n"
 msgstr "wyłączanie wyzwalaczy dla %s\n"
 
-#: pg_backup_archiver.c:765
+#: pg_backup_archiver.c:928
 #, c-format
 msgid "enabling triggers for %s\n"
 msgstr "włączanie wyzwalaczy dla: %s\n"
 
-#: pg_backup_archiver.c:795
+#: pg_backup_archiver.c:958
 #, c-format
 msgid "internal error -- WriteData cannot be called outside the context of a DataDumper routine\n"
 msgstr "błąd wewnętrzny -- WriteData nie może być wywołana poza kontekstem procedury DataDumper\n"
 
-#: pg_backup_archiver.c:952
+#: pg_backup_archiver.c:1122
 #, c-format
 msgid "large-object output not supported in chosen format\n"
 msgstr "wyjście dużych obiektów nie jest obsługiwane w wybranym formacie\n"
 
-#: pg_backup_archiver.c:1006
+#: pg_backup_archiver.c:1176
 #, c-format
 msgid "restored %d large object\n"
 msgid_plural "restored %d large objects\n"
@@ -515,55 +582,55 @@ msgstr[0] "odtworzono %d duży obiekt\n"
 msgstr[1] "odtworzono %d duże obiekty\n"
 msgstr[2] "odtworzono %d dużych obiektów\n"
 
-#: pg_backup_archiver.c:1027 pg_backup_tar.c:731
+#: pg_backup_archiver.c:1197 pg_backup_tar.c:733
 #, c-format
 msgid "restoring large object with OID %u\n"
 msgstr "odtwarzanie dużego obiektu z OID %u\n"
 
-#: pg_backup_archiver.c:1039
+#: pg_backup_archiver.c:1209
 #, c-format
 msgid "could not create large object %u: %s"
 msgstr "nie można utworzyć dużego obiektu %u: %s"
 
-#: pg_backup_archiver.c:1044 pg_dump.c:2662
+#: pg_backup_archiver.c:1214 pg_dump.c:2773
 #, c-format
 msgid "could not open large object %u: %s"
 msgstr "nie można otworzyć dużego obiektu %u: %s"
 
-#: pg_backup_archiver.c:1101
+#: pg_backup_archiver.c:1271
 #, c-format
 msgid "could not open TOC file \"%s\": %s\n"
 msgstr "nie można otworzyć pliku TOC \"%s\": %s\n"
 
-#: pg_backup_archiver.c:1142
+#: pg_backup_archiver.c:1312
 #, c-format
 msgid "WARNING: line ignored: %s\n"
 msgstr "OSTRZEŻENIE: zignorowano linię: %s\n"
 
-#: pg_backup_archiver.c:1149
+#: pg_backup_archiver.c:1319
 #, c-format
 msgid "could not find entry for ID %d\n"
 msgstr "nie znaleziono wpisu dla ID %d\n"
 
-#: pg_backup_archiver.c:1170 pg_backup_directory.c:235
-#: pg_backup_directory.c:608
+#: pg_backup_archiver.c:1340 pg_backup_directory.c:230
+#: pg_backup_directory.c:601
 #, c-format
 msgid "could not close TOC file: %s\n"
 msgstr "nie można zamknąć pliku TOC: %s\n"
 
-#: pg_backup_archiver.c:1274 pg_backup_custom.c:161 pg_backup_directory.c:346
-#: pg_backup_directory.c:594 pg_backup_directory.c:652
-#: pg_backup_directory.c:672
+#: pg_backup_archiver.c:1449 pg_backup_custom.c:162 pg_backup_directory.c:341
+#: pg_backup_directory.c:587 pg_backup_directory.c:645
+#: pg_backup_directory.c:665
 #, c-format
 msgid "could not open output file \"%s\": %s\n"
 msgstr "nie można otworzyć pliku wyjścia \"%s\": %s\n"
 
-#: pg_backup_archiver.c:1277 pg_backup_custom.c:168
+#: pg_backup_archiver.c:1452 pg_backup_custom.c:169
 #, c-format
 msgid "could not open output file: %s\n"
 msgstr "nie można otworzyć pliku wyjścia %s\n"
 
-#: pg_backup_archiver.c:1377
+#: pg_backup_archiver.c:1556
 #, c-format
 msgid "wrote %lu byte of large object data (result = %lu)\n"
 msgid_plural "wrote %lu bytes of large object data (result = %lu)\n"
@@ -571,359 +638,339 @@ msgstr[0] "zapisano %lu bajt danych dużego obiektu (wynik = %lu)\n"
 msgstr[1] "zapisano %lu bajty danych dużego obiektu (wynik = %lu)\n"
 msgstr[2] "zapisano %lu bajtów danych dużego obiektu (wynik = %lu)\n"
 
-#: pg_backup_archiver.c:1383
+#: pg_backup_archiver.c:1562
 #, c-format
 msgid "could not write to large object (result: %lu, expected: %lu)\n"
 msgstr "nie udało się zapisać dużego obiektu (wynik: %lu, oczekiwano: %lu)\n"
 
-#: pg_backup_archiver.c:1449
-#, c-format
-msgid "could not write to custom output routine\n"
-msgstr "nie można pisać do procedury wyjścia użytkownika\n"
-
-#: pg_backup_archiver.c:1487
+#: pg_backup_archiver.c:1655
 #, c-format
 msgid "Error while INITIALIZING:\n"
 msgstr "Błąd podczas INICJACJI:\n"
 
-#: pg_backup_archiver.c:1492
+#: pg_backup_archiver.c:1660
 #, c-format
 msgid "Error while PROCESSING TOC:\n"
 msgstr "Błąd podczas PRZETWARZANIA TOC:\n"
 
-#: pg_backup_archiver.c:1497
+#: pg_backup_archiver.c:1665
 #, c-format
 msgid "Error while FINALIZING:\n"
 msgstr "Błąd podczas ZAKAŃCZANIA:\n"
 
-#: pg_backup_archiver.c:1502
+#: pg_backup_archiver.c:1670
 #, c-format
 msgid "Error from TOC entry %d; %u %u %s %s %s\n"
 msgstr "Błąd z wpisu %d TOC; %u %u %s %s %s\n"
 
-#: pg_backup_archiver.c:1575
+#: pg_backup_archiver.c:1743
 #, c-format
 msgid "bad dumpId\n"
 msgstr "niepoprawny dumpId\n"
 
-#: pg_backup_archiver.c:1596
+#: pg_backup_archiver.c:1764
 #, c-format
 msgid "bad table dumpId for TABLE DATA item\n"
 msgstr "niepoprawna tabela dumpId dla elementu TABLE DATA\n"
 
-#: pg_backup_archiver.c:1688
+#: pg_backup_archiver.c:1856
 #, c-format
 msgid "unexpected data offset flag %d\n"
 msgstr "nieoczekiwana dana flagi przesunięcia %d\n"
 
-#: pg_backup_archiver.c:1701
+#: pg_backup_archiver.c:1869
 #, c-format
 msgid "file offset in dump file is too large\n"
 msgstr "przesunięcie pliku w pliku zrzutu jest zbyt duże\n"
 
-#: pg_backup_archiver.c:1795 pg_backup_archiver.c:3251 pg_backup_custom.c:639
-#: pg_backup_directory.c:522 pg_backup_tar.c:787
-#, c-format
-msgid "unexpected end of file\n"
-msgstr "nieoczekiwany koniec pliku\n"
-
-#: pg_backup_archiver.c:1812
+#: pg_backup_archiver.c:1982
 #, c-format
 msgid "attempting to ascertain archive format\n"
 msgstr "próba ustalenia formatu archiwum\n"
 
-#: pg_backup_archiver.c:1838 pg_backup_archiver.c:1848
+#: pg_backup_archiver.c:2008 pg_backup_archiver.c:2018
 #, c-format
 msgid "directory name too long: \"%s\"\n"
 msgstr "zbyt długa nazwa pliku: \"%s\"\n"
 
-#: pg_backup_archiver.c:1856
+#: pg_backup_archiver.c:2026
 #, c-format
 msgid "directory \"%s\" does not appear to be a valid archive (\"toc.dat\" does not exist)\n"
 msgstr "folder \"%s\" nie wydaje się być poprawnym archiwum (\"toc.dat\" nie istnieje)\n"
 
-#: pg_backup_archiver.c:1864 pg_backup_custom.c:180 pg_backup_custom.c:771
-#: pg_backup_directory.c:219 pg_backup_directory.c:407
+#: pg_backup_archiver.c:2034 pg_backup_custom.c:181 pg_backup_custom.c:770
+#: pg_backup_directory.c:214 pg_backup_directory.c:402
 #, c-format
 msgid "could not open input file \"%s\": %s\n"
 msgstr "nie można otworzyć pliku wejścia \"%s\": %s\n"
 
-#: pg_backup_archiver.c:1872 pg_backup_custom.c:187
+#: pg_backup_archiver.c:2042 pg_backup_custom.c:188
 #, c-format
 msgid "could not open input file: %s\n"
 msgstr "nie można otworzyć pliku wyjścia %s\n"
 
-#: pg_backup_archiver.c:1881
+#: pg_backup_archiver.c:2049
 #, c-format
 msgid "could not read input file: %s\n"
 msgstr "nie można odczytać pliku wejścia %s\n"
 
-#: pg_backup_archiver.c:1883
+#: pg_backup_archiver.c:2051
 #, c-format
 msgid "input file is too short (read %lu, expected 5)\n"
 msgstr "plik wejścia jest zbyt krótki (odczytano %lu, oczekiwano 5)\n"
 
-#: pg_backup_archiver.c:1948
+#: pg_backup_archiver.c:2134
 #, c-format
 msgid "input file appears to be a text format dump. Please use psql.\n"
 msgstr "plik wejścia wydaje się zrzutem w formacie tekstowym. Należy użyć psql.\n"
 
-#: pg_backup_archiver.c:1952
+#: pg_backup_archiver.c:2140
 #, c-format
 msgid "input file does not appear to be a valid archive (too short?)\n"
 msgstr "plik wejścia nie wydaje się być poprawnym archiwum (zbyt krótki?)\n"
 
-#: pg_backup_archiver.c:1955
+#: pg_backup_archiver.c:2146
 #, c-format
 msgid "input file does not appear to be a valid archive\n"
 msgstr "plik wejścia nie wydaje się być poprawnym archiwum\n"
 
-#: pg_backup_archiver.c:1975
+#: pg_backup_archiver.c:2166
 #, c-format
 msgid "could not close input file: %s\n"
 msgstr "nie można zamknąć pliku wejścia: %s\n"
 
-#: pg_backup_archiver.c:1992
+#: pg_backup_archiver.c:2183
 #, c-format
 msgid "allocating AH for %s, format %d\n"
 msgstr "przydzielenie AH da %s, format %d\n"
 
-#: pg_backup_archiver.c:2097
+#: pg_backup_archiver.c:2288
 #, c-format
 msgid "unrecognized file format \"%d\"\n"
 msgstr "nierozpoznany format pliku \"%d\"\n"
 
-#: pg_backup_archiver.c:2247
+#: pg_backup_archiver.c:2438
 #, c-format
 msgid "entry ID %d out of range -- perhaps a corrupt TOC\n"
 msgstr "wpis ID %d poza zasięgiem -- być może uszkodzony TOC\n"
 
-#: pg_backup_archiver.c:2363
+#: pg_backup_archiver.c:2554
 #, c-format
 msgid "read TOC entry %d (ID %d) for %s %s\n"
 msgstr "odczyt wpisu TOC %d (ID %d) dla %s %s\n"
 
-#: pg_backup_archiver.c:2397
+#: pg_backup_archiver.c:2588
 #, c-format
 msgid "unrecognized encoding \"%s\"\n"
 msgstr "niezrozumiały kodowanie \"%s\"\n"
 
-#: pg_backup_archiver.c:2402
+#: pg_backup_archiver.c:2593
 #, c-format
 msgid "invalid ENCODING item: %s\n"
 msgstr "niepoprawny element ENCODING: %s\n"
 
-#: pg_backup_archiver.c:2420
+#: pg_backup_archiver.c:2611
 #, c-format
 msgid "invalid STDSTRINGS item: %s\n"
 msgstr "niepoprawny element STDSTRINGS: %s\n"
 
-#: pg_backup_archiver.c:2637
+#: pg_backup_archiver.c:2840
 #, c-format
 msgid "could not set session user to \"%s\": %s"
 msgstr "nie można ustalić użytkownika sesji na \"%s\": %s"
 
-#: pg_backup_archiver.c:2669
+#: pg_backup_archiver.c:2872
 #, c-format
 msgid "could not set default_with_oids: %s"
 msgstr "nie można ustawić default_with_oids: %s"
 
-#: pg_backup_archiver.c:2807
+#: pg_backup_archiver.c:3010
 #, c-format
 msgid "could not set search_path to \"%s\": %s"
 msgstr "nie można ustawić search_path na \"%s\": %s"
 
-#: pg_backup_archiver.c:2868
+#: pg_backup_archiver.c:3071
 #, c-format
 msgid "could not set default_tablespace to %s: %s"
 msgstr "nie można ustawić default_tablespace na %s: %s"
 
-#: pg_backup_archiver.c:2978 pg_backup_archiver.c:3161
+#: pg_backup_archiver.c:3158 pg_backup_archiver.c:3343
 #, c-format
 msgid "WARNING: don't know how to set owner for object type %s\n"
 msgstr "OSTRZEŻENIE: nie wiadomo jak ustalić właściciela dla typu obiektu %s\n"
 
-#: pg_backup_archiver.c:3214
+#: pg_backup_archiver.c:3396
 #, c-format
 msgid "WARNING: requested compression not available in this installation -- archive will be uncompressed\n"
 msgstr "OSTRZEŻENIE: żądana kompresja jest niedostępna w tej instalacji -- archiwum nie będzie spakowane\n"
 
-#: pg_backup_archiver.c:3254
+#: pg_backup_archiver.c:3435
 #, c-format
 msgid "did not find magic string in file header\n"
 msgstr "nie znaleziono magicznego zdania w nagłówku pliku\n"
 
-#: pg_backup_archiver.c:3267
+#: pg_backup_archiver.c:3448
 #, c-format
 msgid "unsupported version (%d.%d) in file header\n"
 msgstr "nieobsługiwana wersja (%d.%d) w nagłówku pliku\n"
 
-#: pg_backup_archiver.c:3272
+#: pg_backup_archiver.c:3453
 #, c-format
 msgid "sanity check on integer size (%lu) failed\n"
 msgstr "nie powiodło się sprawdzenie na rozmiarze liczby całkowitej (%lu)\n"
 
-#: pg_backup_archiver.c:3276
+#: pg_backup_archiver.c:3457
 #, c-format
 msgid "WARNING: archive was made on a machine with larger integers, some operations might fail\n"
 msgstr "OSTRZEŻENIE: archiwum zostało utworzone na komputerze o dłuższych liczbach całkowitych, niektóre operacje mogą się nie udać\n"
 
-#: pg_backup_archiver.c:3286
+#: pg_backup_archiver.c:3467
 #, c-format
 msgid "expected format (%d) differs from format found in file (%d)\n"
 msgstr "oczekiwany format (%d) różni się od formatu znalezionego w pliku (%d)\n"
 
-#: pg_backup_archiver.c:3302
+#: pg_backup_archiver.c:3483
 #, c-format
 msgid "WARNING: archive is compressed, but this installation does not support compression -- no data will be available\n"
 msgstr "OSTRZEŻENIE: archiwum jest spakowane, ale ta instalacja nie obsługuje kompresji -- dane nie będą dostępne\n"
 
-#: pg_backup_archiver.c:3320
+#: pg_backup_archiver.c:3501
 #, c-format
 msgid "WARNING: invalid creation date in header\n"
 msgstr "OSTRZEŻENIE: niepoprawna data utworzenia w nagłówku\n"
 
-#: pg_backup_archiver.c:3409
+#: pg_backup_archiver.c:3577
 #, c-format
 msgid "entering restore_toc_entries_prefork\n"
 msgstr "wejście do restore_toc_entries_prefork\n"
 
-#: pg_backup_archiver.c:3453
+#: pg_backup_archiver.c:3621
 #, c-format
 msgid "processing item %d %s %s\n"
 msgstr "przetwarzanie elementu %d %s %s\n"
 
-#: pg_backup_archiver.c:3505
+#: pg_backup_archiver.c:3673
 #, c-format
 msgid "entering restore_toc_entries_parallel\n"
 msgstr "wprowadzanie restore_toc_entries_parallel\n"
 
-#: pg_backup_archiver.c:3553
+#: pg_backup_archiver.c:3721
 #, c-format
 msgid "entering main parallel loop\n"
 msgstr "wejście w główną pętlę współbieżności\n"
 
-#: pg_backup_archiver.c:3564
+#: pg_backup_archiver.c:3732
 #, c-format
 msgid "skipping item %d %s %s\n"
 msgstr "pominięcie elementu %d %s %s\n"
 
-#: pg_backup_archiver.c:3574
+#: pg_backup_archiver.c:3742
 #, c-format
 msgid "launching item %d %s %s\n"
 msgstr "uruchomienie elementu %d %s %s\n"
 
-#: pg_backup_archiver.c:3632
+#: pg_backup_archiver.c:3800
 #, c-format
 msgid "finished main parallel loop\n"
 msgstr "kończenie głównej pętli współbieżności\n"
 
-#: pg_backup_archiver.c:3641
+#: pg_backup_archiver.c:3809
 #, c-format
 msgid "entering restore_toc_entries_postfork\n"
 msgstr "wejście do restore_toc_entries_postfork\n"
 
-#: pg_backup_archiver.c:3659
+#: pg_backup_archiver.c:3827
 #, c-format
 msgid "processing missed item %d %s %s\n"
 msgstr "przetwarzanie brakującego elementu %d %s %s\n"
 
-#: pg_backup_archiver.c:3808
+#: pg_backup_archiver.c:3976
 #, c-format
 msgid "no item ready\n"
 msgstr "brak gotowego elementu\n"
 
-#: pg_backup_archiver.c:3858
+#: pg_backup_archiver.c:4026
 #, c-format
 msgid "could not find slot of finished worker\n"
 msgstr "nie można znaleźć gniazda zakończonego procesu roboczego\n"
 
-#: pg_backup_archiver.c:3860
+#: pg_backup_archiver.c:4028
 #, c-format
 msgid "finished item %d %s %s\n"
 msgstr "ukończono element %d %s %s\n"
 
-#: pg_backup_archiver.c:3873
+#: pg_backup_archiver.c:4041
 #, c-format
 msgid "worker process failed: exit code %d\n"
 msgstr "proces roboczy nie powiódł się: kod wyjścia %d\n"
 
-#: pg_backup_archiver.c:4035
+#: pg_backup_archiver.c:4203
 #, c-format
 msgid "transferring dependency %d -> %d to %d\n"
 msgstr "przenoszenie zależności %d -> %d do %d\n"
 
-#: pg_backup_archiver.c:4104
+#: pg_backup_archiver.c:4276
 #, c-format
 msgid "reducing dependencies for %d\n"
 msgstr "redukcja zależności dla %d\n"
 
-#: pg_backup_archiver.c:4143
+#: pg_backup_archiver.c:4315
 #, c-format
 msgid "table \"%s\" could not be created, will not restore its data\n"
 msgstr "tabela \"%s\" nie mogła zostać utworzona, jej dane nie zostaną odtworzone\n"
 
 #. translator: this is a module name
-#: pg_backup_custom.c:93
+#: pg_backup_custom.c:94
 msgid "custom archiver"
 msgstr "archiwizer użytkownika"
 
-#: pg_backup_custom.c:382 pg_backup_null.c:152
+#: pg_backup_custom.c:384 pg_backup_null.c:149
 #, c-format
 msgid "invalid OID for large object\n"
 msgstr "niepoprawny OID dla dużego obiektu\n"
 
-#: pg_backup_custom.c:453
+#: pg_backup_custom.c:455
 #, c-format
 msgid "unrecognized data block type (%d) while searching archive\n"
 msgstr "nierozpoznany typ bloku danych (%d) podczas przeszukiwania archiwum\n"
 
-#: pg_backup_custom.c:464
+#: pg_backup_custom.c:466
 #, c-format
 msgid "error during file seek: %s\n"
 msgstr "błąd podczas przeglądania pliku: %s\n"
 
-#: pg_backup_custom.c:474
+#: pg_backup_custom.c:476
 #, c-format
 msgid "could not find block ID %d in archive -- possibly due to out-of-order restore request, which cannot be handled due to lack of data offsets in archive\n"
 msgstr "nie można znaleźć bloku o ID %d w archiwum -- być może ze względu na żądanie nieuporządkowanego odtwarzania, które nie może być obsłużone przez brak offsetów danych w archiwum\n"
 
-#: pg_backup_custom.c:479
+#: pg_backup_custom.c:481
 #, c-format
 msgid "could not find block ID %d in archive -- possibly due to out-of-order restore request, which cannot be handled due to non-seekable input file\n"
 msgstr "nie można znaleźć bloku o ID %d w archiwum -- być może ze względu na uszkodzone żądanie odtwarzania, które nie może być obsłużone przez niepozycjonowany plik wejścia\n"
 
-#: pg_backup_custom.c:484
+#: pg_backup_custom.c:486
 #, c-format
 msgid "could not find block ID %d in archive -- possibly corrupt archive\n"
 msgstr "nie można znaleźć bloku o ID %d w archiwum -- archiwum jest być może uszkodzone\n"
 
-#: pg_backup_custom.c:491
+#: pg_backup_custom.c:493
 #, c-format
 msgid "found unexpected block ID (%d) when reading data -- expected %d\n"
 msgstr "podczas odczytu danych znaleziono nieoczekiwany blok o ID (%d) -- oczekiwano %d\n"
 
-#: pg_backup_custom.c:505
+#: pg_backup_custom.c:507
 #, c-format
 msgid "unrecognized data block type %d while restoring archive\n"
 msgstr "nierozpoznany typ bloku danych %d podczas odtwarzania archiwum\n"
 
-#: pg_backup_custom.c:587 pg_backup_custom.c:995
-#, c-format
-msgid "could not read from input file: end of file\n"
-msgstr "nie można czytać pliku wejścia: koniec pliku\n"
-
-#: pg_backup_custom.c:590 pg_backup_custom.c:998
-#, c-format
-msgid "could not read from input file: %s\n"
-msgstr "nie można czytać z pliku wejścia: %s\n"
-
-#: pg_backup_custom.c:619
+#: pg_backup_custom.c:709 pg_backup_custom.c:759 pg_backup_custom.c:908
+#: pg_backup_tar.c:1078
 #, c-format
-msgid "could not write byte: %s\n"
-msgstr "nie można zapisać bajtu: %s\n"
+msgid "could not determine seek position in archive file: %s\n"
+msgstr "nie można określić pozycji przesunięcia w pliku archiwum: %s\n"
 
-#: pg_backup_custom.c:727 pg_backup_custom.c:765
+#: pg_backup_custom.c:727 pg_backup_custom.c:764
 #, c-format
 msgid "could not close archive file: %s\n"
 msgstr "nie można zamknąć pliku archiwum: %s\n"
@@ -943,325 +990,301 @@ msgstr "współbieżne odtwarzanie ze standardowego wejścia nie jest obsługiwa
 msgid "parallel restore from non-seekable file is not supported\n"
 msgstr "współbieżne odtwarzanie z nieprzeszukiwalnego pliku nie jest obsługiwane\n"
 
-#: pg_backup_custom.c:760
-#, c-format
-msgid "could not determine seek position in archive file: %s\n"
-msgstr "nie można określić pozycji przesunięcia w pliku archiwum: %s\n"
-
-#: pg_backup_custom.c:775
+#: pg_backup_custom.c:774
 #, c-format
 msgid "could not set seek position in archive file: %s\n"
 msgstr "nie można ustawić pozycji przeszukiwania w pliku archiwum: %s\n"
 
-#: pg_backup_custom.c:793
+#: pg_backup_custom.c:792
 #, c-format
 msgid "compressor active\n"
 msgstr "aktywny kompresor\n"
 
-#: pg_backup_custom.c:903
+#: pg_backup_custom.c:912
 #, c-format
 msgid "WARNING: ftell mismatch with expected position -- ftell used\n"
 msgstr "OSTRZEŻENIE: niezgodność ftell z oczekiwaną pozycją -- użyto ftel\n"
 
 #. translator: this is a module name
-#: pg_backup_db.c:28
+#: pg_backup_db.c:29
 msgid "archiver (db)"
 msgstr "archiwizator (db)"
 
-#: pg_backup_db.c:43
+#: pg_backup_db.c:44
 #, c-format
 msgid "could not get server_version from libpq\n"
 msgstr "nie można pobrać server_version z libpq\n"
 
-#: pg_backup_db.c:54 pg_dumpall.c:1910
+#: pg_backup_db.c:55 pg_dumpall.c:1954
 #, c-format
 msgid "server version: %s; %s version: %s\n"
 msgstr "wersja serwera: %s; %s w wersji: %s\n"
 
-#: pg_backup_db.c:56 pg_dumpall.c:1912
+#: pg_backup_db.c:57 pg_dumpall.c:1956
 #, c-format
 msgid "aborting because of server version mismatch\n"
 msgstr "przerwano z powodu niezgodności wersji serwera\n"
 
-#: pg_backup_db.c:127
+#: pg_backup_db.c:128
 #, c-format
 msgid "connecting to database \"%s\" as user \"%s\"\n"
 msgstr "łączenie z bazą danych \"%s\" jako użytkownik \"%s\"\n"
 
-#: pg_backup_db.c:132 pg_backup_db.c:184 pg_backup_db.c:231 pg_backup_db.c:277
-#: pg_dumpall.c:1740 pg_dumpall.c:1848
+#: pg_backup_db.c:133 pg_backup_db.c:185 pg_backup_db.c:232 pg_backup_db.c:278
+#: pg_dumpall.c:1784 pg_dumpall.c:1892
 msgid "Password: "
 msgstr "Hasło: "
 
-#: pg_backup_db.c:165
+#: pg_backup_db.c:166
 #, c-format
 msgid "failed to reconnect to database\n"
 msgstr "nie udało się połączyć ponownie z bazą danych\n"
 
-#: pg_backup_db.c:170
+#: pg_backup_db.c:171
 #, c-format
 msgid "could not reconnect to database: %s"
 msgstr "nie można połączyć się ponownie z bazą danych: %s"
 
-#: pg_backup_db.c:186
+#: pg_backup_db.c:187
 #, c-format
 msgid "connection needs password\n"
 msgstr "połączenie wymaga hasła\n"
 
-#: pg_backup_db.c:227
+#: pg_backup_db.c:228
 #, c-format
 msgid "already connected to a database\n"
 msgstr "już połączono z bazą danych\n"
 
-#: pg_backup_db.c:269
+#: pg_backup_db.c:270
 #, c-format
 msgid "failed to connect to database\n"
 msgstr "nie udało się połączyć z bazą danych\n"
 
-#: pg_backup_db.c:288
+#: pg_backup_db.c:289
 #, c-format
 msgid "connection to database \"%s\" failed: %s"
 msgstr "połączenie z bazą danych \"%s\" nie powiodło się: %s"
 
-#: pg_backup_db.c:343
+#: pg_backup_db.c:344
 #, c-format
 msgid "query failed: %s"
 msgstr "zapytanie nie powiodło się: %s"
 
-#: pg_backup_db.c:345
+#: pg_backup_db.c:346
 #, c-format
 msgid "query was: %s\n"
 msgstr "zapytanie brzmiało: %s\n"
 
-#: pg_backup_db.c:409
+#: pg_backup_db.c:410
 #, c-format
 msgid "%s: %s    Command was: %s\n"
 msgstr "%s: %s    Polecenie brzmiało: %s\n"
 
-#: pg_backup_db.c:460 pg_backup_db.c:531 pg_backup_db.c:538
+#: pg_backup_db.c:466 pg_backup_db.c:540 pg_backup_db.c:547
 msgid "could not execute query"
 msgstr "nie można wykonać zapytania"
 
-#: pg_backup_db.c:511
+#: pg_backup_db.c:519
 #, c-format
 msgid "error returned by PQputCopyData: %s"
 msgstr "błąd zwrócony przez PQputCopyData: %s"
 
-#: pg_backup_db.c:557
+#: pg_backup_db.c:568
 #, c-format
 msgid "error returned by PQputCopyEnd: %s"
 msgstr "błąd zwrócony przez PQputCopyEnd: %s"
 
-#: pg_backup_db.c:563
+#: pg_backup_db.c:574
 #, c-format
 msgid "COPY failed for table \"%s\": %s"
 msgstr "nie udało się COPY dla tabeli \"%s\": %s"
 
-#: pg_backup_db.c:574
+#: pg_backup_db.c:587
 msgid "could not start database transaction"
 msgstr "nie można uruchomić transakcji na bazie danych"
 
-#: pg_backup_db.c:580
+#: pg_backup_db.c:595
 msgid "could not commit database transaction"
 msgstr "nie można zatwierdzić transakcji na bazie danych"
 
 #. translator: this is a module name
-#: pg_backup_directory.c:63
+#: pg_backup_directory.c:64
 msgid "directory archiver"
 msgstr "archiwizator folderów"
 
-#: pg_backup_directory.c:161
+#: pg_backup_directory.c:162
 #, c-format
 msgid "no output directory specified\n"
 msgstr "nie wskazano folderu wyjściowego\n"
 
-#: pg_backup_directory.c:196
+#: pg_backup_directory.c:191
 #, c-format
 msgid "could not read directory \"%s\": %s\n"
 msgstr "nie można czytać katalogu \"%s\": %s\n"
 
-#: pg_backup_directory.c:200
+#: pg_backup_directory.c:195
 #, c-format
-#| msgid "could not open directory \"%s\": %s\n"
 msgid "could not close directory \"%s\": %s\n"
 msgstr "nie można zamknąć katalogu \"%s\": %s\n"
 
-#: pg_backup_directory.c:206
+#: pg_backup_directory.c:201
 #, c-format
 msgid "could not create directory \"%s\": %s\n"
 msgstr "nie można utworzyć folderu \"%s\": %s\n"
 
-#: pg_backup_directory.c:418
+#: pg_backup_directory.c:413
 #, c-format
 msgid "could not close data file: %s\n"
 msgstr "nie można zamknąć pliku danych: %s\n"
 
-#: pg_backup_directory.c:459
+#: pg_backup_directory.c:454
 #, c-format
 msgid "could not open large object TOC file \"%s\" for input: %s\n"
 msgstr "nie można otworzyć pliku TOC dużych obiektów \"%s\" do odczytu: %s\n"
 
-#: pg_backup_directory.c:469
+#: pg_backup_directory.c:465
 #, c-format
 msgid "invalid line in large object TOC file \"%s\": \"%s\"\n"
 msgstr "niepoprawna linia w pliku TOC dużych obiektów \"%s\": \"%s\"\n"
 
-#: pg_backup_directory.c:478
+#: pg_backup_directory.c:474
 #, c-format
 msgid "error reading large object TOC file \"%s\"\n"
 msgstr "błąd odczytu pliku TOC dużych obiektów \"%s\"\n"
 
-#: pg_backup_directory.c:482
+#: pg_backup_directory.c:478
 #, c-format
 msgid "could not close large object TOC file \"%s\": %s\n"
 msgstr "nie można zamknąć pliku TOC dużych obiektów \"%s\": %s\n"
 
-#: pg_backup_directory.c:503
-#, c-format
-msgid "could not write byte\n"
-msgstr "nie można zapisać bajtu\n"
-
-#: pg_backup_directory.c:695
+#: pg_backup_directory.c:688
 #, c-format
 msgid "could not write to blobs TOC file\n"
 msgstr "nie można zapisać do pliku TOC blobów\n"
 
-#: pg_backup_directory.c:727
+#: pg_backup_directory.c:720
 #, c-format
 msgid "file name too long: \"%s\"\n"
 msgstr "zbyt długa nazwa pliku: \"%s\"\n"
 
-#: pg_backup_directory.c:813
+#: pg_backup_directory.c:806
 #, c-format
 msgid "error during backup\n"
 msgstr "błąd podczas tworzenia kopii zapasowej\n"
 
-#: pg_backup_null.c:77
+#: pg_backup_null.c:74
 #, c-format
 msgid "this format cannot be read\n"
 msgstr "ten format nie mógł zostać odczytany\n"
 
 #. translator: this is a module name
-#: pg_backup_tar.c:109
+#: pg_backup_tar.c:108
 msgid "tar archiver"
 msgstr "archiwizator tar"
 
-#: pg_backup_tar.c:190
+#: pg_backup_tar.c:189
 #, c-format
 msgid "could not open TOC file \"%s\" for output: %s\n"
 msgstr "nie można otworzyć pliku TOC \"%s\" do zapisu: %s\n"
 
-#: pg_backup_tar.c:198
+#: pg_backup_tar.c:197
 #, c-format
 msgid "could not open TOC file for output: %s\n"
 msgstr "nie można otworzyć pliku TOC do zapisu: %s\n"
 
-#: pg_backup_tar.c:226 pg_backup_tar.c:382
+#: pg_backup_tar.c:218 pg_backup_tar.c:374
 #, c-format
 msgid "compression is not supported by tar archive format\n"
 msgstr "kompresja nie jest obsługiwana przez format archiwum tar\n"
 
-#: pg_backup_tar.c:234
+#: pg_backup_tar.c:226
 #, c-format
 msgid "could not open TOC file \"%s\" for input: %s\n"
 msgstr "nie można otworzyć pliku TOC \"%s\" do odczytu: %s\n"
 
-#: pg_backup_tar.c:241
+#: pg_backup_tar.c:233
 #, c-format
 msgid "could not open TOC file for input: %s\n"
 msgstr "nie można otworzyć pliku TOC do odczytu: %s\n"
 
-#: pg_backup_tar.c:368
+#: pg_backup_tar.c:360
 #, c-format
 msgid "could not find file \"%s\" in archive\n"
 msgstr "nie można znaleźć pliku \"%s\" w archiwum\n"
 
-#: pg_backup_tar.c:424
+#: pg_backup_tar.c:416
 #, c-format
 msgid "could not generate temporary file name: %s\n"
 msgstr "nie można utworzyć nazwy pliku tymczasowego: %s\n"
 
-#: pg_backup_tar.c:433
+#: pg_backup_tar.c:425
 #, c-format
 msgid "could not open temporary file\n"
 msgstr "nie można otworzyć pliku tymczasowego\n"
 
-#: pg_backup_tar.c:460
+#: pg_backup_tar.c:452
 #, c-format
 msgid "could not close tar member\n"
 msgstr "nie można zamknąć składnika tar\n"
 
-#: pg_backup_tar.c:560
+#: pg_backup_tar.c:565
 #, c-format
 msgid "internal error -- neither th nor fh specified in tarReadRaw()\n"
 msgstr "błąd wewnętrzny -- nie wskazano ani th ani fh w tarReadRaw()\n"
 
-#: pg_backup_tar.c:686
+#: pg_backup_tar.c:688
 #, c-format
 msgid "unexpected COPY statement syntax: \"%s\"\n"
 msgstr "nieoczekiwana składnia deklaracji COPY: \"%s\"\n"
 
-#: pg_backup_tar.c:889
-#, c-format
-msgid "could not write null block at end of tar archive\n"
-msgstr "nie można zapisać pustego bloku na końcu archiwum tar\n"
-
-#: pg_backup_tar.c:944
+#: pg_backup_tar.c:950
 #, c-format
 msgid "invalid OID for large object (%u)\n"
 msgstr "niepoprawny OID dla dużego obiektu (%u)\n"
 
-#: pg_backup_tar.c:1078
+#: pg_backup_tar.c:1087
 #, c-format
 msgid "archive member too large for tar format\n"
 msgstr "składnik archiwum za duży dla formatu tar\n"
 
-#: pg_backup_tar.c:1093
+#: pg_backup_tar.c:1101
 #, c-format
 msgid "could not close temporary file: %s\n"
 msgstr "nie można zamknąć pliku tymczasowego: %s\n"
 
-#: pg_backup_tar.c:1103
+#: pg_backup_tar.c:1111
 #, c-format
 msgid "actual file length (%s) does not match expected (%s)\n"
 msgstr "faktyczna długość pliku (%s) nie zgadza z oczekiwaną (%s)\n"
 
-#: pg_backup_tar.c:1111
-#, c-format
-msgid "could not output padding at end of tar member\n"
-msgstr "nie udało się wypełnić wyjścia na końcu składnika tar\n"
-
-#: pg_backup_tar.c:1140
+#: pg_backup_tar.c:1148
 #, c-format
 msgid "moving from position %s to next member at file position %s\n"
 msgstr "przeniesienie z pozycji %s do następnego składnika na pozycji pliku %s\n"
 
-#: pg_backup_tar.c:1151
+#: pg_backup_tar.c:1159
 #, c-format
 msgid "now at file position %s\n"
 msgstr "obecnie na pozycji pliku %s\n"
 
-#: pg_backup_tar.c:1160 pg_backup_tar.c:1190
+#: pg_backup_tar.c:1168 pg_backup_tar.c:1198
 #, c-format
 msgid "could not find header for file \"%s\" in tar archive\n"
 msgstr "nie można znaleźć nagłówka dla pliku \"%s\" w archiwum tar\n"
 
-#: pg_backup_tar.c:1174
+#: pg_backup_tar.c:1182
 #, c-format
 msgid "skipping tar member %s\n"
 msgstr "pominięcie składnika tar %s\n"
 
-#: pg_backup_tar.c:1178
+#: pg_backup_tar.c:1186
 #, c-format
 msgid "restoring data out of order is not supported in this archive format: \"%s\" is required, but comes before \"%s\" in the archive file.\n"
-msgstr "przywrócenie danych w niepoprawnej kolejności nie jest obsługiwane w tym formacie archiwum: wymagane jest \"%s\", ale występuje przed \"%s\" w pliku archiwum.\n"
-
-#: pg_backup_tar.c:1224
-#, c-format
-msgid "mismatch in actual vs. predicted file position (%s vs. %s)\n"
-msgstr "niezgodność między rzeczywistą i wyliczoną pozycją pliku (%s i %s)\n"
+msgstr "przywrócenie danych w niepoprawnej kolejności nie jest obsługiwane w tym "
+"formacie archiwum: wymagane jest \"%s\", ale występuje przed \"%s\" w pliku "
+"archiwum.\n"
 
-#: pg_backup_tar.c:1239
+#: pg_backup_tar.c:1233
 #, c-format
 msgid "incomplete tar header found (%lu byte)\n"
 msgid_plural "incomplete tar header found (%lu bytes)\n"
@@ -1269,12 +1292,12 @@ msgstr[0] "znaleziono niepełny nagłówek tar (%lu bajt)\n"
 msgstr[1] "znaleziono niepełny nagłówek tar (%lu bajty)\n"
 msgstr[2] "znaleziono niepełny nagłówek tar (%lu bajtów)\n"
 
-#: pg_backup_tar.c:1277
+#: pg_backup_tar.c:1271
 #, c-format
 msgid "TOC Entry %s at %s (length %lu, checksum %d)\n"
 msgstr "Wpis TOC %s na %s (długość %lu, suma kontrolna %d)\n"
 
-#: pg_backup_tar.c:1287
+#: pg_backup_tar.c:1281
 #, c-format
 msgid "corrupt tar header found in %s (expected %d, computed %d) file position %s\n"
 msgstr "znaleziono uszkodzony nagłówek tar w %s (oczekiwano %d, wyliczono %d) pozycja pliku %s\n"
@@ -1284,9 +1307,9 @@ msgstr "znaleziono uszkodzony nagłówek tar w %s (oczekiwano %d, wyliczono %d)
 msgid "%s: unrecognized section name: \"%s\"\n"
 msgstr "%s: nierozpoznana nazwa sekcji: \"%s\"\n"
 
-#: pg_backup_utils.c:56 pg_dump.c:540 pg_dump.c:557 pg_dumpall.c:303
-#: pg_dumpall.c:313 pg_dumpall.c:323 pg_dumpall.c:332 pg_dumpall.c:341
-#: pg_dumpall.c:399 pg_restore.c:282 pg_restore.c:298 pg_restore.c:310
+#: pg_backup_utils.c:56 pg_dump.c:521 pg_dump.c:538 pg_dumpall.c:300
+#: pg_dumpall.c:310 pg_dumpall.c:320 pg_dumpall.c:329 pg_dumpall.c:345
+#: pg_dumpall.c:403 pg_restore.c:277 pg_restore.c:293 pg_restore.c:305
 #, c-format
 msgid "Try \"%s --help\" for more information.\n"
 msgstr "Spróbuj \"%s --help\" aby uzyskać więcej informacji.\n"
@@ -1296,73 +1319,89 @@ msgstr "Spróbuj \"%s --help\" aby uzyskać więcej informacji.\n"
 msgid "out of on_exit_nicely slots\n"
 msgstr "zabrakło gniazd on_exit_nicely\n"
 
-#: pg_dump.c:555 pg_dumpall.c:311 pg_restore.c:296
+#: pg_dump.c:491
+#, c-format
+msgid "compression level must be in range 0..9\n"
+msgstr "poziom kompresji musi być z zakresu 0..9\n"
+
+#: pg_dump.c:536 pg_dumpall.c:308 pg_restore.c:291
 #, c-format
 msgid "%s: too many command-line arguments (first is \"%s\")\n"
 msgstr "%s: za duża ilość parametrów (pierwszy to \"%s\")\n"
 
-#: pg_dump.c:567
+#: pg_dump.c:549
 #, c-format
 msgid "options -s/--schema-only and -a/--data-only cannot be used together\n"
 msgstr "opcje -s/--schema-only i -a/--data-only nie mogą być używane razem\n"
 
-#: pg_dump.c:570
+#: pg_dump.c:555
 #, c-format
 msgid "options -c/--clean and -a/--data-only cannot be used together\n"
 msgstr "opcje -c/--clean i -a/--data-only nie mogą być używane razem\n"
 
-#: pg_dump.c:574
+#: pg_dump.c:561
 #, c-format
 msgid "options --inserts/--column-inserts and -o/--oids cannot be used together\n"
 msgstr "opcje --inserts/--column-inserts i -o/--oids nie mogą być używane razem\n"
 
-#: pg_dump.c:575
+#: pg_dump.c:562
 #, c-format
 msgid "(The INSERT command cannot set OIDs.)\n"
 msgstr "(Polecenie INSERT nie może ustawiać OIDów.)\n"
 
-#: pg_dump.c:605
+#: pg_dump.c:567
+#, c-format
+msgid "option --if-exists requires option -c/--clean\n"
+msgstr "opcja --if-exists wymaga opcji -c/--clean\n"
+
+#: pg_dump.c:595
 #, c-format
 msgid "%s: invalid number of parallel jobs\n"
 msgstr "%s: nieprawidłowa liczba zadań współbieżnych\n"
 
-#: pg_dump.c:609
+#: pg_dump.c:599
 #, c-format
 msgid "parallel backup only supported by the directory format\n"
 msgstr "współbieżne tworzenie kopii zapasowej nie jest obsługiwane w tym formacie archiwum\n"
 
-#: pg_dump.c:619
+#: pg_dump.c:609
 #, c-format
 msgid "could not open output file \"%s\" for writing\n"
 msgstr "nie można otworzyć pliku wyjścia \"%s\" do zapisu\n"
 
-#: pg_dump.c:678
+#: pg_dump.c:668
 #, c-format
 msgid ""
 "Synchronized snapshots are not supported by this server version.\n"
 "Run with --no-synchronized-snapshots instead if you do not need\n"
 "synchronized snapshots.\n"
 msgstr ""
-"Synchronizowane migawki nie są obsługiwane przzez tą wersję serwera.\n"
+"Synchronizowane migawki nie są obsługiwane przez tą wersję serwera.\n"
 "Można uruchomić z --no-synchronized-snapshots jeśli nie są potrzebne\n"
 "migawki synchronizowane.\n"
 
-#: pg_dump.c:691
+#: pg_dump.c:675
+#, c-format
+#| msgid "No per-database role settings support in this server version.\n"
+msgid "Exported snapshots are not supported by this server version.\n"
+msgstr "Eksportowane migawki nie są obsługiwane przez tą wersję serwera.\n"
+
+#: pg_dump.c:686
 #, c-format
 msgid "last built-in OID is %u\n"
 msgstr "ostatni wbudowany OID to %u\n"
 
-#: pg_dump.c:700
+#: pg_dump.c:695
 #, c-format
 msgid "No matching schemas were found\n"
 msgstr "Nie znaleziono pasujących schematów\n"
 
-#: pg_dump.c:712
+#: pg_dump.c:707
 #, c-format
 msgid "No matching tables were found\n"
 msgstr "Nie znaleziono pasujących tabel\n"
 
-#: pg_dump.c:856
+#: pg_dump.c:861
 #, c-format
 msgid ""
 "%s dumps a database as a text file or to other formats.\n"
@@ -1371,17 +1410,17 @@ msgstr ""
 "%s zrzuca bazę danych jako plik tekstowy lub do innych formatów.\n"
 "\n"
 
-#: pg_dump.c:857 pg_dumpall.c:544 pg_restore.c:414
+#: pg_dump.c:862 pg_dumpall.c:548 pg_restore.c:432
 #, c-format
 msgid "Usage:\n"
 msgstr "Składnia:\n"
 
-#: pg_dump.c:858
+#: pg_dump.c:863
 #, c-format
 msgid "  %s [OPTION]... [DBNAME]\n"
 msgstr "  %s [OPCJA]... [NAZWADB]\n"
 
-#: pg_dump.c:860 pg_dumpall.c:547 pg_restore.c:417
+#: pg_dump.c:865 pg_dumpall.c:551 pg_restore.c:435
 #, c-format
 msgid ""
 "\n"
@@ -1390,53 +1429,54 @@ msgstr ""
 "\n"
 "Opcje ogólne:\n"
 
-#: pg_dump.c:861
+#: pg_dump.c:866
 #, c-format
 msgid "  -f, --file=FILENAME          output file or directory name\n"
 msgstr "  -f, --file=NAZWAPLIKU        nazwa pliku lub folderu wyjścia\n"
 
-#: pg_dump.c:862
+#: pg_dump.c:867
 #, c-format
 msgid ""
 "  -F, --format=c|d|t|p         output file format (custom, directory, tar,\n"
 "                               plain text (default))\n"
 msgstr ""
-"  -F, --format=c|d|t|p         format pliku wyjścia (c-użytkownika, d-folder, \n"
+"  -F, --format=c|d|t|p         format pliku wyjścia (c-użytkownika, "
+"d-folder, \n"
 "                               t-tar, p-tekstowy (domyślny))\n"
 
-#: pg_dump.c:864
+#: pg_dump.c:869
 #, c-format
 msgid "  -j, --jobs=NUM               use this many parallel jobs to dump\n"
 msgstr "  -j, --jobs=NUM               użycie tylu równoległych zadań przy zrzucie\n"
 
-#: pg_dump.c:865
+#: pg_dump.c:870
 #, c-format
 msgid "  -v, --verbose                verbose mode\n"
 msgstr "  -v, --verbose                tryb informacji szczegółowych\n"
 
-#: pg_dump.c:866 pg_dumpall.c:549
+#: pg_dump.c:871 pg_dumpall.c:553
 #, c-format
 msgid "  -V, --version                output version information, then exit\n"
 msgstr "  -V, --version                pokaż informacje o wersji i zakończ\n"
 
-#: pg_dump.c:867
+#: pg_dump.c:872
 #, c-format
 msgid "  -Z, --compress=0-9           compression level for compressed formats\n"
 msgstr "  -Z, --compress=0-9           poziom kompresji dla formatów kompresujących\n"
 
-#: pg_dump.c:868 pg_dumpall.c:550
+#: pg_dump.c:873 pg_dumpall.c:554
 #, c-format
 msgid "  --lock-wait-timeout=TIMEOUT  fail after waiting TIMEOUT for a table lock\n"
 msgstr ""
 "  --lock-wait-timeout=LIMITCZASU\n"
 "                               niepowodzenie blokowania tabeli po LIMITCZASU\n"
 
-#: pg_dump.c:869 pg_dumpall.c:551
+#: pg_dump.c:874 pg_dumpall.c:555
 #, c-format
 msgid "  -?, --help                   show this help, then exit\n"
 msgstr "  -?, --help                   pokaż tą pomoc i zakończ działanie\n"
 
-#: pg_dump.c:871 pg_dumpall.c:552
+#: pg_dump.c:876 pg_dumpall.c:556
 #, c-format
 msgid ""
 "\n"
@@ -1445,49 +1485,49 @@ msgstr ""
 "\n"
 "Opcje kontrolujące zawartość wyjścia:\n"
 
-#: pg_dump.c:872 pg_dumpall.c:553
+#: pg_dump.c:877 pg_dumpall.c:557
 #, c-format
 msgid "  -a, --data-only              dump only the data, not the schema\n"
 msgstr "  -a, --data-only              zrzuca tylko dane, bez schematu\n"
 
-#: pg_dump.c:873
+#: pg_dump.c:878
 #, c-format
 msgid "  -b, --blobs                  include large objects in dump\n"
 msgstr "  -b, --blobs                  dodaje duże obiekty do zrzutu\n"
 
-#: pg_dump.c:874 pg_restore.c:428
+#: pg_dump.c:879 pg_restore.c:446
 #, c-format
 msgid "  -c, --clean                  clean (drop) database objects before recreating\n"
 msgstr "  -c, --clean                  czyszczenie (kasowanie) obiektów baz danych przed odtworzeniem\n"
 
-#: pg_dump.c:875
+#: pg_dump.c:880
 #, c-format
 msgid "  -C, --create                 include commands to create database in dump\n"
 msgstr "  -C, --create                 dodaje polecenia tworzenia bazy danych w zrzucie\n"
 
-#: pg_dump.c:876
+#: pg_dump.c:881
 #, c-format
 msgid "  -E, --encoding=ENCODING      dump the data in encoding ENCODING\n"
 msgstr "  -E, --encoding=KODOWANIE     zrzuca dane w kodowaniu KODOWANIE\n"
 
-#: pg_dump.c:877
+#: pg_dump.c:882
 #, c-format
 msgid "  -n, --schema=SCHEMA          dump the named schema(s) only\n"
 msgstr "  -n, --schema=SCHEMAT         zrzuca tylko nazwany schemat(y)\n"
 
-#: pg_dump.c:878
+#: pg_dump.c:883
 #, c-format
 msgid "  -N, --exclude-schema=SCHEMA  do NOT dump the named schema(s)\n"
 msgstr ""
 "  -N, --exclude-schema=SCHEMAT\n"
 "                               NIE zrzuca nazwanych schematów\n"
 
-#: pg_dump.c:879 pg_dumpall.c:556
+#: pg_dump.c:884 pg_dumpall.c:560
 #, c-format
 msgid "  -o, --oids                   include OIDs in dump\n"
 msgstr "  -o, --oids                   dodaje OIDy do zrzutu\n"
 
-#: pg_dump.c:880
+#: pg_dump.c:885
 #, c-format
 msgid ""
 "  -O, --no-owner               skip restoration of object ownership in\n"
@@ -1496,101 +1536,119 @@ msgstr ""
 "  -O, --no-owner               pomija odtworzenie wskazania właściciela obiektu\n"
 "                               w formacie tekstowym\n"
 
-#: pg_dump.c:882 pg_dumpall.c:559
+#: pg_dump.c:887 pg_dumpall.c:563
 #, c-format
 msgid "  -s, --schema-only            dump only the schema, no data\n"
 msgstr "  -s, --schema-only            zrzuca tylko schemat, bez danych\n"
 
-#: pg_dump.c:883
+#: pg_dump.c:888
 #, c-format
 msgid "  -S, --superuser=NAME         superuser user name to use in plain-text format\n"
 msgstr "  -S, --superuser=NAZWA        nazwa superużytkownika używana w formacie tekstowym\n"
 
-#: pg_dump.c:884
+#: pg_dump.c:889
 #, c-format
 msgid "  -t, --table=TABLE            dump the named table(s) only\n"
 msgstr "  -t, --table=TABELA           zrzuca tylko tabelę wedle nazwy\n"
 
-#: pg_dump.c:885
+#: pg_dump.c:890
 #, c-format
 msgid "  -T, --exclude-table=TABLE    do NOT dump the named table(s)\n"
 msgstr "  -T, --exclude-table=TABELA   NIE zrzuca tabeli o tej nazwie\n"
 
-#: pg_dump.c:886 pg_dumpall.c:562
+#: pg_dump.c:891 pg_dumpall.c:566
 #, c-format
 msgid "  -x, --no-privileges          do not dump privileges (grant/revoke)\n"
 msgstr "  -x, --no-privileges          nie zrzuca przywilejów (grant/revoke)\n"
 
-#: pg_dump.c:887 pg_dumpall.c:563
+#: pg_dump.c:892 pg_dumpall.c:567
 #, c-format
 msgid "  --binary-upgrade             for use by upgrade utilities only\n"
 msgstr "  --binary-upgrade             używane tylko przez narzędzia aktualizacji\n"
 
-#: pg_dump.c:888 pg_dumpall.c:564
+#: pg_dump.c:893 pg_dumpall.c:568
 #, c-format
 msgid "  --column-inserts             dump data as INSERT commands with column names\n"
 msgstr "  --column-inserts             zrzuca dane jako polecenia INSERT z nazwami kolumn\n"
 
-#: pg_dump.c:889 pg_dumpall.c:565
+#: pg_dump.c:894 pg_dumpall.c:569
 #, c-format
 msgid "  --disable-dollar-quoting     disable dollar quoting, use SQL standard quoting\n"
 msgstr "  --disable-dollar-quoting     blokuje cytowanie dolarem, używa standardowego cytowania SQL\n"
 
-#: pg_dump.c:890 pg_dumpall.c:566 pg_restore.c:444
+#: pg_dump.c:895 pg_dumpall.c:570 pg_restore.c:462
 #, c-format
 msgid "  --disable-triggers           disable triggers during data-only restore\n"
 msgstr "  --disable-triggers           wyłącza wyzwalacze podczas odtwarzania wyłącznie danych\n"
 
-#: pg_dump.c:891
+#: pg_dump.c:896 pg_restore.c:463
+#, c-format
+#| msgid "  --no-security-labels         do not restore security labels\n"
+msgid "  --enable-row-security        enable row level security\n"
+msgstr "  --enable-row-security        włącza zabezpieczenie na poziomie wierszy\n"
+
+#: pg_dump.c:897
 #, c-format
 msgid "  --exclude-table-data=TABLE   do NOT dump data for the named table(s)\n"
 msgstr "  ---exclude-table-data=TABELA  NIE zrzuca danych tabeli o tej nazwie\n"
 
-#: pg_dump.c:892 pg_dumpall.c:567
+#: pg_dump.c:898 pg_dumpall.c:571 pg_restore.c:464
+#, c-format
+#| msgid "  --if-exists               don't report error if user doesn't exist\n"
+msgid "  --if-exists                  use IF EXISTS when dropping objects\n"
+msgstr "  --if-exists                  używa IF EXISTS podczas kasowania obiektów\n"
+
+#: pg_dump.c:899 pg_dumpall.c:572
 #, c-format
 msgid "  --inserts                    dump data as INSERT commands, rather than COPY\n"
 msgstr "  --inserts                    zrzuca dane jako polecenia INSERT zamiast COPY\n"
 
-#: pg_dump.c:893 pg_dumpall.c:568
+#: pg_dump.c:900 pg_dumpall.c:573
 #, c-format
 msgid "  --no-security-labels         do not dump security label assignments\n"
 msgstr "  --no-security-labels         nie zrzuca przypisań etykiet bezpieczeństwa\n"
 
-#: pg_dump.c:894
+#: pg_dump.c:901
 #, c-format
 msgid "  --no-synchronized-snapshots  do not use synchronized snapshots in parallel jobs\n"
 msgstr "  --no-synchronized-snapshots  nie używaj migawek synchronizowanych w zadaniach współbieżnych\n"
 
-#: pg_dump.c:895 pg_dumpall.c:569
+#: pg_dump.c:902 pg_dumpall.c:574
 #, c-format
 msgid "  --no-tablespaces             do not dump tablespace assignments\n"
 msgstr "  --no-tablespaces             nie zrzuca przypisań do przestrzeni tabel\n"
 
-#: pg_dump.c:896 pg_dumpall.c:570
+#: pg_dump.c:903 pg_dumpall.c:575
 #, c-format
 msgid "  --no-unlogged-table-data     do not dump unlogged table data\n"
 msgstr "  --no-unlogged-table-data     nie zrzuca niezalogowanych danych tabeli\n"
 
-#: pg_dump.c:897 pg_dumpall.c:571
+#: pg_dump.c:904 pg_dumpall.c:576
 #, c-format
 msgid "  --quote-all-identifiers      quote all identifiers, even if not key words\n"
 msgstr ""
 "  --quote-all-identifiers      cytuje wszystkie identyfikatory, jeśli tylko\n"
 "                               nie są to słowa kluczowe\n"
 
-#: pg_dump.c:898
+#: pg_dump.c:905
 #, c-format
 msgid "  --section=SECTION            dump named section (pre-data, data, or post-data)\n"
 msgstr "  --section=SECTION            zrzuca nazwaną sekcję (pre-dane, dane, lub post-dane)\n"
 
-#: pg_dump.c:899
+#: pg_dump.c:906
 #, c-format
 msgid "  --serializable-deferrable    wait until the dump can run without anomalies\n"
 msgstr ""
 "  --serializable-deferrable    czeka póki zrzut wykonuje się \n"
 "                               bez  nieprawidłowości\n"
 
-#: pg_dump.c:900 pg_dumpall.c:572 pg_restore.c:450
+#: pg_dump.c:907
+#, c-format
+msgid "  --snapshot=SNAPSHOT          use given synchronous snapshot for the dump\n"
+msgstr "  --snapshot=MIGAWKA           używa wskazanej migawki synchronicznej do "
+"zrzutu\n"
+
+#: pg_dump.c:908 pg_dumpall.c:577 pg_restore.c:470
 #, c-format
 msgid ""
 "  --use-set-session-authorization\n"
@@ -1601,7 +1659,7 @@ msgstr ""
 "                               używa poleceń SET SESSION AUTHORIZATION zamiast\n"
 "                               poleceń ALTER OWNER by ustawić właściciela\n"
 
-#: pg_dump.c:904 pg_dumpall.c:576 pg_restore.c:454
+#: pg_dump.c:912 pg_dumpall.c:581 pg_restore.c:474
 #, c-format
 msgid ""
 "\n"
@@ -1610,42 +1668,42 @@ msgstr ""
 "\n"
 "Opcje połączenia:\n"
 
-#: pg_dump.c:905
+#: pg_dump.c:913
 #, c-format
 msgid "  -d, --dbname=DBNAME      database to dump\n"
 msgstr "  -d, --dbname=NAZWADB      baza danych do utworzenia kopii\n"
 
-#: pg_dump.c:906 pg_dumpall.c:578 pg_restore.c:455
+#: pg_dump.c:914 pg_dumpall.c:583 pg_restore.c:475
 #, c-format
 msgid "  -h, --host=HOSTNAME      database server host or socket directory\n"
 msgstr "  -h, --host=NAZWAHOSTA    host serwera bazy danych lub katalog gniazda\n"
 
-#: pg_dump.c:907 pg_dumpall.c:580 pg_restore.c:456
+#: pg_dump.c:915 pg_dumpall.c:585 pg_restore.c:476
 #, c-format
 msgid "  -p, --port=PORT          database server port number\n"
 msgstr "  -p, --port=PORT          numer portu na serwera bazy dnaych\n"
 
-#: pg_dump.c:908 pg_dumpall.c:581 pg_restore.c:457
+#: pg_dump.c:916 pg_dumpall.c:586 pg_restore.c:477
 #, c-format
 msgid "  -U, --username=NAME      connect as specified database user\n"
 msgstr "  -U, --username=NAZWA     połączenie jako wskazany użytkownik bazy\n"
 
-#: pg_dump.c:909 pg_dumpall.c:582 pg_restore.c:458
+#: pg_dump.c:917 pg_dumpall.c:587 pg_restore.c:478
 #, c-format
 msgid "  -w, --no-password        never prompt for password\n"
 msgstr "  -w, --no-password        nie pytaj nigdy o hasło\n"
 
-#: pg_dump.c:910 pg_dumpall.c:583 pg_restore.c:459
+#: pg_dump.c:918 pg_dumpall.c:588 pg_restore.c:479
 #, c-format
 msgid "  -W, --password           force password prompt (should happen automatically)\n"
 msgstr "  -W, --password           wymuś pytanie o hasło (powinno nastąpić automatycznie)\n"
 
-#: pg_dump.c:911 pg_dumpall.c:584
+#: pg_dump.c:919 pg_dumpall.c:589
 #, c-format
 msgid "  --role=ROLENAME          do SET ROLE before dump\n"
 msgstr "  --role=NAZWAROLI         wykonuje SET ROLE przed odtworzeniem\n"
 
-#: pg_dump.c:913
+#: pg_dump.c:921
 #, c-format
 msgid ""
 "\n"
@@ -1658,182 +1716,208 @@ msgstr ""
 "środowiskowa PGDATABASE.\n"
 "\n"
 
-#: pg_dump.c:915 pg_dumpall.c:588 pg_restore.c:463
+#: pg_dump.c:923 pg_dumpall.c:593 pg_restore.c:486
 #, c-format
 msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
 msgstr "Błędy proszę przesyłać na adres <pgsql-bugs@postgresql.org>.\n"
 
-#: pg_dump.c:933
+#: pg_dump.c:942
 #, c-format
 msgid "invalid client encoding \"%s\" specified\n"
 msgstr "wskazano niepoprawne kodowanie klienta \"%s\"\n"
 
-#: pg_dump.c:1095
+#: pg_dump.c:1127
 #, c-format
 msgid "invalid output format \"%s\" specified\n"
 msgstr "wskazano niepoprawny format wyjścia \"%s\"\n"
 
-#: pg_dump.c:1117
+#: pg_dump.c:1149
 #, c-format
 msgid "server version must be at least 7.3 to use schema selection switches\n"
 msgstr "serwer musi być w wersji co najmniej 7.3 by użyć przełączników wyboru schematu\n"
 
-#: pg_dump.c:1393
+#: pg_dump.c:1438
 #, c-format
-msgid "dumping contents of table %s\n"
-msgstr "zrzut zawartości tabeli \"%s\"\n"
+#| msgid "dumping contents of table %s\n"
+msgid "dumping contents of table \"%s\".\"%s\"\n"
+msgstr "zrzut zawartości tabeli \"%s\".\"%s\"\n"
 
-#: pg_dump.c:1516
+#: pg_dump.c:1562
 #, c-format
 msgid "Dumping the contents of table \"%s\" failed: PQgetCopyData() failed.\n"
 msgstr "Nie powiódł się zrzut zawartości tabeli \"%s\": niepowodzenie PQgetCopyData().\n"
 
-#: pg_dump.c:1517 pg_dump.c:1527
+#: pg_dump.c:1563 pg_dump.c:1573
 #, c-format
 msgid "Error message from server: %s"
 msgstr "Komunikat błędu z serwera: %s"
 
-#: pg_dump.c:1518 pg_dump.c:1528
+#: pg_dump.c:1564 pg_dump.c:1574
 #, c-format
 msgid "The command was: %s\n"
 msgstr "Treść polecenia: %s\n"
 
-#: pg_dump.c:1526
+#: pg_dump.c:1572
 #, c-format
 msgid "Dumping the contents of table \"%s\" failed: PQgetResult() failed.\n"
 msgstr "Nie powiódł się zrzut zawartości tabeli \"%s\": niepowodzenie PQgetResult().\n"
 
-#: pg_dump.c:2136
+#: pg_dump.c:2211
 #, c-format
 msgid "saving database definition\n"
 msgstr "zapis definicji bazy danych\n"
 
-#: pg_dump.c:2433
+#: pg_dump.c:2544
 #, c-format
 msgid "saving encoding = %s\n"
 msgstr "zapis kodowania = %s\n"
 
-#: pg_dump.c:2460
+#: pg_dump.c:2571
 #, c-format
 msgid "saving standard_conforming_strings = %s\n"
 msgstr "zapis standard_conforming_strings = %s\n"
 
-#: pg_dump.c:2493
+#: pg_dump.c:2604
 #, c-format
 msgid "reading large objects\n"
 msgstr "odczyt dużych obiektów\n"
 
-#: pg_dump.c:2625
+#: pg_dump.c:2736
 #, c-format
 msgid "saving large objects\n"
 msgstr "zapis dużych obiektów\n"
 
-#: pg_dump.c:2672
+#: pg_dump.c:2783
 #, c-format
 msgid "error reading large object %u: %s"
 msgstr "błąd odczytu dużego obiektu %u: %s"
 
-#: pg_dump.c:2865
+#: pg_dump.c:2835
+#, c-format
+#| msgid "reading indexes for table \"%s\"\n"
+msgid "reading row security enabled for table \"%s\".\"%s\"\n"
+msgstr "odczyt włączonych zabezpieczeń wiersza dla tabeli \"%s\".\"%s\"\n"
+
+#: pg_dump.c:2866
+#, c-format
+#| msgid "reading indexes for table \"%s\"\n"
+msgid "reading policies for table \"%s\".\"%s\"\n"
+msgstr "odczyt polityk dla tabeli \"%s\".\"%s\"\n"
+
+#: pg_dump.c:2996
+#, c-format
+#| msgid "unexpected message type \"%c\""
+msgid "unexpected policy command type: \"%s\"\n"
+msgstr "nieoczekiwany typ polecenia polityki \"%s\"\n"
+
+#: pg_dump.c:3211
 #, c-format
 msgid "could not find parent extension for %s\n"
 msgstr "nie można odnaleźć rozszerzenia nadrzędnego dla %s\n"
 
-#: pg_dump.c:2968
+#: pg_dump.c:3314
 #, c-format
 msgid "WARNING: owner of schema \"%s\" appears to be invalid\n"
 msgstr "OSTRZEŻENIE: właściciel schematu \"%s\" wydaje się być niepoprawny\n"
 
-#: pg_dump.c:3011
+#: pg_dump.c:3357
 #, c-format
 msgid "schema with OID %u does not exist\n"
 msgstr "schemat z OID %u nie istnieje\n"
 
-#: pg_dump.c:3361
+#: pg_dump.c:3707
 #, c-format
 msgid "WARNING: owner of data type \"%s\" appears to be invalid\n"
 msgstr "OSTRZEŻENIE: właściciel typu danych \"%s\" wydaje się być niepoprawny\n"
 
-#: pg_dump.c:3472
+#: pg_dump.c:3818
 #, c-format
 msgid "WARNING: owner of operator \"%s\" appears to be invalid\n"
 msgstr "OSTRZEŻENIE: właściciel operatora \"%s\" wydaje się być niepoprawny\n"
 
-#: pg_dump.c:3729
+#: pg_dump.c:4077
 #, c-format
 msgid "WARNING: owner of operator class \"%s\" appears to be invalid\n"
 msgstr "OSTRZEŻENIE: właściciel klasy operatora \"%s\" wydaje się być niepoprawny\n"
 
-#: pg_dump.c:3817
+#: pg_dump.c:4165
 #, c-format
 msgid "WARNING: owner of operator family \"%s\" appears to be invalid\n"
 msgstr "OSTRZEŻENIE: właściciel rodziny operatora \"%s\" wydaje się być niepoprawny\n"
 
-#: pg_dump.c:3976
+#: pg_dump.c:4303
 #, c-format
 msgid "WARNING: owner of aggregate function \"%s\" appears to be invalid\n"
 msgstr "OSTRZEŻENIE: właściciel funkcji agregującej \"%s\" wydaje się być niepoprawny\n"
 
-#: pg_dump.c:4180
+#: pg_dump.c:4485
 #, c-format
 msgid "WARNING: owner of function \"%s\" appears to be invalid\n"
 msgstr "OSTRZEŻENIE: właściciel funkcji \"%s\" wydaje się być niepoprawny\n"
 
-#: pg_dump.c:4734
+#: pg_dump.c:5158
 #, c-format
 msgid "WARNING: owner of table \"%s\" appears to be invalid\n"
 msgstr "OSTRZEŻENIE: właściciel tabeli \"%s\" wydaje się być niepoprawny\n"
 
-#: pg_dump.c:4885
+#: pg_dump.c:5310
 #, c-format
-msgid "reading indexes for table \"%s\"\n"
-msgstr "odczyt indeksów dla tabeli \"%s\"\n"
+#| msgid "reading indexes for table \"%s\"\n"
+msgid "reading indexes for table \"%s\".\"%s\"\n"
+msgstr "odczyt indeksów dla tabeli \"%s\".\"%s\"\n"
 
-#: pg_dump.c:5218
+#: pg_dump.c:5677
 #, c-format
-msgid "reading foreign key constraints for table \"%s\"\n"
-msgstr "odczyt ograniczeń kluczy obcych dla tabeli \"%s\"\n"
+#| msgid "reading foreign key constraints for table \"%s\"\n"
+msgid "reading foreign key constraints for table \"%s\".\"%s\"\n"
+msgstr "odczyt ograniczeń kluczy obcych dla tabeli \"%s\".\"%s\"\n"
 
-#: pg_dump.c:5463
+#: pg_dump.c:5923
 #, c-format
 msgid "failed sanity check, parent table OID %u of pg_rewrite entry OID %u not found\n"
 msgstr "sprawdzenia nie powiodły się, nie odnaleziono tabeli nadrzędnej o OID %u dla wpisu pg_rewrite o OID %u\n"
 
-#: pg_dump.c:5556
+#: pg_dump.c:6016
 #, c-format
-msgid "reading triggers for table \"%s\"\n"
-msgstr "odczyt wyzwalaczy dla tabeli \"%s\"\n"
+#| msgid "reading triggers for table \"%s\"\n"
+msgid "reading triggers for table \"%s\".\"%s\"\n"
+msgstr "odczyt wyzwalaczy dla tabeli \"%s\".\"%s\"\n"
 
-#: pg_dump.c:5717
+#: pg_dump.c:6178
 #, c-format
 msgid "query produced null referenced table name for foreign key trigger \"%s\" on table \"%s\" (OID of table: %u)\n"
-msgstr "zapytanie dało w wyniku puste wskazanie nazwy tabeli dla wyzwalacza klucza obcego \"%s\" dla tabeli \"%s\" (UID tabeli: %u)\n"
+msgstr "zapytanie dało w wyniku puste wskazanie nazwy tabeli dla wyzwalacza klucza "
+"obcego \"%s\" dla tabeli \"%s\" (UID tabeli: %u)\n"
 
-#: pg_dump.c:6169
+#: pg_dump.c:6750
 #, c-format
-msgid "finding the columns and types of table \"%s\"\n"
-msgstr "wyszukiwanie kolumn i typów dla tabeli \"%s\"\n"
+#| msgid "finding the columns and types of table \"%s\"\n"
+msgid "finding the columns and types of table \"%s\".\"%s\"\n"
+msgstr "wyszukiwanie kolumn i typów dla tabeli \"%s\".\"%s\"\n"
 
-#: pg_dump.c:6347
+#: pg_dump.c:6929
 #, c-format
 msgid "invalid column numbering in table \"%s\"\n"
 msgstr "niepoprawna numeracja kolumn dla tabeli \"%s\"\n"
 
-#: pg_dump.c:6381
+#: pg_dump.c:6963
 #, c-format
-msgid "finding default expressions of table \"%s\"\n"
-msgstr "wyszukiwanie wyrażeń domyślnych dla tabeli \"%s\"\n"
+#| msgid "finding default expressions of table \"%s\"\n"
+msgid "finding default expressions of table \"%s\".\"%s\"\n"
+msgstr "wyszukiwanie wyrażeń domyślnych dla tabeli \"%s\".\"%s\"\n"
 
-#: pg_dump.c:6433
+#: pg_dump.c:7016
 #, c-format
 msgid "invalid adnum value %d for table \"%s\"\n"
 msgstr "niepoprawna wartość adnum %d dla tabeli \"%s\"\n"
 
-#: pg_dump.c:6505
+#: pg_dump.c:7088
 #, c-format
-msgid "finding check constraints for table \"%s\"\n"
-msgstr "odczyt ograniczeń sprawdzających dla tabeli \"%s\"\n"
+#| msgid "finding check constraints for table \"%s\"\n"
+msgid "finding check constraints for table \"%s\".\"%s\"\n"
+msgstr "odczyt ograniczeń sprawdzających dla tabeli \"%s\".\"%s\"\n"
 
-#: pg_dump.c:6600
+#: pg_dump.c:7184
 #, c-format
 msgid "expected %d check constraint on table \"%s\" but found %d\n"
 msgid_plural "expected %d check constraints on table \"%s\" but found %d\n"
@@ -1841,112 +1925,130 @@ msgstr[0] "oczekiwano %d-go ograniczenia sprawdzające na tabeli \"%s\" ale znal
 msgstr[1] "oczekiwano %d-ch ograniczeń sprawdzających na tabeli \"%s\" ale znaleziono %d\n"
 msgstr[2] "oczekiwano %d ograniczeń sprawdzających na tabeli \"%s\" ale znaleziono %d\n"
 
-#: pg_dump.c:6604
+#: pg_dump.c:7188
 #, c-format
 msgid "(The system catalogs might be corrupted.)\n"
 msgstr "(Foldery systemowe mogą być uszkodzone.)\n"
 
-#: pg_dump.c:7970
+#: pg_dump.c:8565
 #, c-format
 msgid "WARNING: typtype of data type \"%s\" appears to be invalid\n"
 msgstr "OSTRZEŻENIE: typtype typu danych \"%s\" wydaje się być niepoprawny\n"
 
-#: pg_dump.c:9419
+#: pg_dump.c:10091
 #, c-format
 msgid "WARNING: bogus value in proargmodes array\n"
 msgstr "OSTRZEŻENIE: błędna wartość w tablicy proargmodes\n"
 
-#: pg_dump.c:9747
+#: pg_dump.c:10442
 #, c-format
 msgid "WARNING: could not parse proallargtypes array\n"
 msgstr "OSTRZEŻENIE: nie można przeanalizować tablicy proallargtypes\n"
 
-#: pg_dump.c:9763
+#: pg_dump.c:10458
 #, c-format
 msgid "WARNING: could not parse proargmodes array\n"
 msgstr "OSTRZEŻENIE: nie można przeanalizować tablicy proargmodes\n"
 
-#: pg_dump.c:9777
+#: pg_dump.c:10472
 #, c-format
 msgid "WARNING: could not parse proargnames array\n"
 msgstr "OSTRZEŻENIE: nie można przeanalizować tablicy proargnames\n"
 
-#: pg_dump.c:9788
+#: pg_dump.c:10483
 #, c-format
 msgid "WARNING: could not parse proconfig array\n"
 msgstr "OSTRZEŻENIE: nie można przeanalizować tablicy proconfig\n"
 
-#: pg_dump.c:9845
+#: pg_dump.c:10554
 #, c-format
 msgid "unrecognized provolatile value for function \"%s\"\n"
 msgstr "nierozpoznana wartość provolatile dla funkcji \"%s\"\n"
 
-#: pg_dump.c:10065
+#: pg_dump.c:10732
 #, c-format
 msgid "WARNING: bogus value in pg_cast.castfunc or pg_cast.castmethod field\n"
 msgstr "OSTRZEŻENIE: błędna wartość w pg_cast.castfunc lub nie udało się wykonać pg_cast.castmethod\n"
 
-#: pg_dump.c:10068
+#: pg_dump.c:10735
 #, c-format
 msgid "WARNING: bogus value in pg_cast.castmethod field\n"
 msgstr "OSTRZEŻENIE: błędna wartość pola pg_cast.castmethod\n"
 
-#: pg_dump.c:10437
+#: pg_dump.c:10820
+#, c-format
+msgid "WARNING: bogus transform definition, at least one of trffromsql and trftosql should be nonzero\n"
+msgstr "OSTRZEŻENIE: błędna definicja transformacji, co najmniej jedna z trffromsql "
+"i trftosql powinna być niezerowa\n"
+
+#: pg_dump.c:10837
+#, c-format
+#| msgid "WARNING: bogus value in pg_cast.castmethod field\n"
+msgid "WARNING: bogus value in pg_transform.trffromsql field\n"
+msgstr "OSTRZEŻENIE: błędna wartość pola pg_transform.trffromsql\n"
+
+#: pg_dump.c:10858
+#, c-format
+#| msgid "WARNING: bogus value in pg_cast.castmethod field\n"
+msgid "WARNING: bogus value in pg_transform.trftosql field\n"
+msgstr "OSTRZEŻENIE: błędna wartość pola pg_transform.trftosql\n"
+
+#: pg_dump.c:11244
 #, c-format
 msgid "WARNING: could not find operator with OID %s\n"
 msgstr "OSTRZEŻENIE: nie udało się odnaleźć operatora o OID %s\n"
 
-#: pg_dump.c:11499
+#: pg_dump.c:12419
 #, c-format
 msgid "WARNING: aggregate function %s could not be dumped correctly for this database version; ignored\n"
 msgstr "OSTRZEŻENIE: funkcja agregująca %s nie może być poprawnie zrzucona dla tej wersji bazy danych; zignorowano\n"
 
-#: pg_dump.c:12275
+#: pg_dump.c:13244
 #, c-format
 msgid "unrecognized object type in default privileges: %d\n"
 msgstr "nieznany typ obiektu w uprawnieniach domyślnych: %d\n"
 
-#: pg_dump.c:12290
+#: pg_dump.c:13259
 #, c-format
 msgid "could not parse default ACL list (%s)\n"
 msgstr "nie można przetworzyć domyślnej listy ACL (%s)\n"
 
-#: pg_dump.c:12345
+#: pg_dump.c:13314
 #, c-format
 msgid "could not parse ACL list (%s) for object \"%s\" (%s)\n"
 msgstr "nie udało się przetworzyć listy ACL (%s) dla obiektu \"%s\" (%s)\n"
 
-#: pg_dump.c:12764
+#: pg_dump.c:13731
 #, c-format
 msgid "query to obtain definition of view \"%s\" returned no data\n"
 msgstr "zapytanie o definicję widoku \"%s\" nie zwróciło danych\n"
 
-#: pg_dump.c:12767
+#: pg_dump.c:13734
 #, c-format
 msgid "query to obtain definition of view \"%s\" returned more than one definition\n"
 msgstr "zapytanie o definicję widoku \"%s\" nie zwróciło więcej niż jedna definicję\n"
 
-#: pg_dump.c:12774
+#: pg_dump.c:13741
 #, c-format
 msgid "definition of view \"%s\" appears to be empty (length zero)\n"
 msgstr "definicja widoku \"%s\" wydaje się pusta (długość zero)\n"
 
-#: pg_dump.c:13482
+#: pg_dump.c:14478
 #, c-format
 msgid "invalid column number %d for table \"%s\"\n"
 msgstr "niepoprawny numer kolumny %d dla tabeli \"%s\"\n"
 
-#: pg_dump.c:13597
+#: pg_dump.c:14602
 #, c-format
 msgid "missing index for constraint \"%s\"\n"
 msgstr "brak indeksu dla ograniczenia \"%s\"\n"
 
-#: pg_dump.c:13784
+#: pg_dump.c:14789
 #, c-format
 msgid "unrecognized constraint type: %c\n"
 msgstr "nierozpoznany typ ograniczenia: %c\n"
 
-#: pg_dump.c:13933 pg_dump.c:14097
+#: pg_dump.c:14938 pg_dump.c:15102
 #, c-format
 msgid "query to get data of sequence \"%s\" returned %d row (expected 1)\n"
 msgid_plural "query to get data of sequence \"%s\" returned %d rows (expected 1)\n"
@@ -1954,32 +2056,32 @@ msgstr[0] "zapytanie o dane sekwencji \"%s\" zwróciło %d wiersz (oczekiwano 1)
 msgstr[1] "zapytanie o dane sekwencji \"%s\" zwróciło %d wiersze (oczekiwano 1)\n"
 msgstr[2] "zapytanie o dane sekwencji \"%s\" zwróciło %d wierszy (oczekiwano 1)\n"
 
-#: pg_dump.c:13944
+#: pg_dump.c:14949
 #, c-format
 msgid "query to get data of sequence \"%s\" returned name \"%s\"\n"
 msgstr "pytanie o dane sekwencji \"%s\" zwróciło nazwę \"%s\"\n"
 
-#: pg_dump.c:14192
+#: pg_dump.c:15197
 #, c-format
 msgid "unexpected tgtype value: %d\n"
 msgstr "nieoczekiwana wartość tgtype: %d\n"
 
-#: pg_dump.c:14274
+#: pg_dump.c:15279
 #, c-format
 msgid "invalid argument string (%s) for trigger \"%s\" on table \"%s\"\n"
 msgstr "niepoprawny ciąg argumentu (%s) dla wyzwalacza \"%s\" tabeli \"%s\"\n"
 
-#: pg_dump.c:14462
+#: pg_dump.c:15466
 #, c-format
 msgid "query to get rule \"%s\" for table \"%s\" failed: wrong number of rows returned\n"
 msgstr "zapytanie o regułę \"%s\" dla tabeli \"%s\" nie powiodło się: zwróciło złą liczbę wierszy\n"
 
-#: pg_dump.c:14763
+#: pg_dump.c:15845
 #, c-format
 msgid "reading dependency data\n"
 msgstr "odczyt informacji o zależnościach\n"
 
-#: pg_dump.c:15308
+#: pg_dump.c:16392
 #, c-format
 msgid "query returned %d row instead of one: %s\n"
 msgid_plural "query returned %d rows instead of one: %s\n"
@@ -1988,51 +2090,51 @@ msgstr[1] "zapytanie zwróciło %d wiersze zamiast: %s\n"
 msgstr[2] "zapytanie zwróciło %d wierszy zamiast: %s\n"
 
 #. translator: this is a module name
-#: pg_dump_sort.c:21
+#: pg_dump_sort.c:23
 msgid "sorter"
 msgstr "sortujący"
 
-#: pg_dump_sort.c:465
+#: pg_dump_sort.c:489
 #, c-format
 msgid "invalid dumpId %d\n"
 msgstr "niepoprawny dumpId %d\n"
 
-#: pg_dump_sort.c:471
+#: pg_dump_sort.c:495
 #, c-format
 msgid "invalid dependency %d\n"
 msgstr "niepoprawne powiązanie %d\n"
 
-#: pg_dump_sort.c:685
+#: pg_dump_sort.c:728
 #, c-format
 msgid "could not identify dependency loop\n"
-msgstr "nie nie można zidentyfikować pętli powiązań\n"
+msgstr "nie można zidentyfikować pętli powiązań\n"
 
-#: pg_dump_sort.c:1135
+#: pg_dump_sort.c:1250
 #, c-format
 msgid "NOTICE: there are circular foreign-key constraints among these table(s):\n"
 msgstr "UWAGA: występuje pętla kluczy obcych pomiędzy tabelami (w tabeli):\n"
 
-#: pg_dump_sort.c:1137 pg_dump_sort.c:1157
+#: pg_dump_sort.c:1252 pg_dump_sort.c:1272
 #, c-format
 msgid "  %s\n"
 msgstr "  %s\n"
 
-#: pg_dump_sort.c:1138
+#: pg_dump_sort.c:1253
 #, c-format
 msgid "You might not be able to restore the dump without using --disable-triggers or temporarily dropping the constraints.\n"
 msgstr "Możesz nie być w stanie odtworzyć zrzutu bez użycia --disable-triggers lub tymczasowego usunięcia ograniczeń.\n"
 
-#: pg_dump_sort.c:1139
+#: pg_dump_sort.c:1254
 #, c-format
 msgid "Consider using a full dump instead of a --data-only dump to avoid this problem.\n"
 msgstr "Rozważ wykonanie pełnego zrzutu zamiast kopii --data-only by uniknąć tegoproblemu.\n"
 
-#: pg_dump_sort.c:1151
+#: pg_dump_sort.c:1266
 #, c-format
 msgid "WARNING: could not resolve dependency loop among these items:\n"
 msgstr "OSTRZEŻENIE: nie można rozwiązać pętli powiązań pomiędzy elementami:\n"
 
-#: pg_dumpall.c:180
+#: pg_dumpall.c:181
 #, c-format
 msgid ""
 "The program \"pg_dump\" is needed by %s but was not found in the\n"
@@ -2043,7 +2145,7 @@ msgstr ""
 "w tym samym folderze co \"%s\".\n"
 "Sprawdź instalację.\n"
 
-#: pg_dumpall.c:187
+#: pg_dumpall.c:188
 #, c-format
 msgid ""
 "The program \"pg_dump\" was found by \"%s\"\n"
@@ -2054,27 +2156,32 @@ msgstr ""
 "ale nie jest w tej samej wersji co %s.\n"
 "Sprawdź instalację.\n"
 
-#: pg_dumpall.c:321
+#: pg_dumpall.c:318
 #, c-format
 msgid "%s: options -g/--globals-only and -r/--roles-only cannot be used together\n"
 msgstr "%s: opcje -g/--globals-only i -r/--roles-only nie mogą być używane razem\n"
 
-#: pg_dumpall.c:330
+#: pg_dumpall.c:327
 #, c-format
 msgid "%s: options -g/--globals-only and -t/--tablespaces-only cannot be used together\n"
 msgstr "%s: opcje -g/--globals-only i -t/--tablespaces-only nie mogą być używane razem\n"
 
-#: pg_dumpall.c:339
+#: pg_dumpall.c:336 pg_restore.c:343
+#, c-format
+msgid "%s: option --if-exists requires option -c/--clean\n"
+msgstr "%s: opcja --if-exists wymaga opcji -c/--clean\n"
+
+#: pg_dumpall.c:343
 #, c-format
 msgid "%s: options -r/--roles-only and -t/--tablespaces-only cannot be used together\n"
 msgstr "%s: opcje -r/--roles-only i -t/--tablespaces-only nie mogą być używane razem\n"
 
-#: pg_dumpall.c:381 pg_dumpall.c:1837
+#: pg_dumpall.c:385 pg_dumpall.c:1881
 #, c-format
 msgid "%s: could not connect to database \"%s\"\n"
 msgstr "%s: nie można połączyć się do bazy danych \"%s\"\n"
 
-#: pg_dumpall.c:396
+#: pg_dumpall.c:400
 #, c-format
 msgid ""
 "%s: could not connect to databases \"postgres\" or \"template1\"\n"
@@ -2083,12 +2190,12 @@ msgstr ""
 "%s: n ie udało się połączyć do bazy danych \"postgres\" ani \"template1\"\n"
 "Proszę wskazać alternatywną bazę danych.\n"
 
-#: pg_dumpall.c:413
+#: pg_dumpall.c:417
 #, c-format
 msgid "%s: could not open the output file \"%s\": %s\n"
 msgstr "%s: nie można otworzyć pliku wyjścia \"%s\": %s\n"
 
-#: pg_dumpall.c:543
+#: pg_dumpall.c:547
 #, c-format
 msgid ""
 "%s extracts a PostgreSQL database cluster into an SQL script file.\n"
@@ -2097,57 +2204,57 @@ msgstr ""
 "%s wyciąga klaster bazy danych PostgreSQL do pliku skryptowego SQL.\n"
 "\n"
 
-#: pg_dumpall.c:545
+#: pg_dumpall.c:549
 #, c-format
 msgid "  %s [OPTION]...\n"
 msgstr "  %s [OPCJA]...\n"
 
-#: pg_dumpall.c:548
+#: pg_dumpall.c:552
 #, c-format
 msgid "  -f, --file=FILENAME          output file name\n"
 msgstr "  -f, --file=NAZWAPLIKU        nazwa pliku wyjścia\n"
 
-#: pg_dumpall.c:554
+#: pg_dumpall.c:558
 #, c-format
 msgid "  -c, --clean                  clean (drop) databases before recreating\n"
 msgstr "  -c, --clean                  czyszczenie (kasowanie) baz danych przed odtworzeniem\n"
 
-#: pg_dumpall.c:555
+#: pg_dumpall.c:559
 #, c-format
 msgid "  -g, --globals-only           dump only global objects, no databases\n"
 msgstr "  -g, --globals-only           zrzuca tylko obiekty globalne, bez baz danych\n"
 
-#: pg_dumpall.c:557 pg_restore.c:436
+#: pg_dumpall.c:561 pg_restore.c:454
 #, c-format
 msgid "  -O, --no-owner               skip restoration of object ownership\n"
 msgstr "  -O, --no-owner               bez odtwarzania posiadania obiektu\n"
 
-#: pg_dumpall.c:558
+#: pg_dumpall.c:562
 #, c-format
 msgid "  -r, --roles-only             dump only roles, no databases or tablespaces\n"
 msgstr "  -r, --roles-only             zrzuca tylko role bez baz danych i przestrzeni tabel\n"
 
-#: pg_dumpall.c:560
+#: pg_dumpall.c:564
 #, c-format
 msgid "  -S, --superuser=NAME         superuser user name to use in the dump\n"
 msgstr "  -S, --superuser=NAZWA        nazwa superużytkownika używana w zrzucie\n"
 
-#: pg_dumpall.c:561
+#: pg_dumpall.c:565
 #, c-format
 msgid "  -t, --tablespaces-only       dump only tablespaces, no databases or roles\n"
 msgstr "  -t, --tablespaces-only       zrzuca tylko przestrzenie tabel, bez baz danych i ról\n"
 
-#: pg_dumpall.c:577
+#: pg_dumpall.c:582
 #, c-format
 msgid "  -d, --dbname=CONNSTR     connect using connection string\n"
 msgstr "  -d, --dbname=POLACZENIE  połączenie do bazy danych wedle ciągu połączenia\n"
 
-#: pg_dumpall.c:579
+#: pg_dumpall.c:584
 #, c-format
 msgid "  -l, --database=DBNAME    alternative default database\n"
 msgstr "  -l, --database=NAZWADB   alternatywna domyślna baza danych\n"
 
-#: pg_dumpall.c:586
+#: pg_dumpall.c:591
 #, c-format
 msgid ""
 "\n"
@@ -2160,92 +2267,104 @@ msgstr ""
 "wyjścia.\n"
 "\n"
 
-#: pg_dumpall.c:1086
+#: pg_dumpall.c:1118
 #, c-format
 msgid "%s: could not parse ACL list (%s) for tablespace \"%s\"\n"
 msgstr "%s: nie udało się przeanalizować listy AC (%s) dla przestrzeni tabel \"%s\"\n"
 
-#: pg_dumpall.c:1390
+#: pg_dumpall.c:1431
 #, c-format
 msgid "%s: could not parse ACL list (%s) for database \"%s\"\n"
 msgstr "%s: nie udało się przeanalizować listy AC (%s) dla bazy danych \"%s\"\n"
 
-#: pg_dumpall.c:1602
+#: pg_dumpall.c:1648
 #, c-format
 msgid "%s: dumping database \"%s\"...\n"
 msgstr "%s: tworzenie kopii zapasowej bazy danych \"%s\"...\n"
 
-#: pg_dumpall.c:1623
+#: pg_dumpall.c:1669
 #, c-format
 msgid "%s: pg_dump failed on database \"%s\", exiting\n"
 msgstr "%s: pg_dump nie powiódł się na bazie danych \"%s\", wyjście\n"
 
-#: pg_dumpall.c:1632
+#: pg_dumpall.c:1678
 #, c-format
 msgid "%s: could not re-open the output file \"%s\": %s\n"
 msgstr "%s: nie można ponownie otworzyć pliku \"%s\": %s\n"
 
-#: pg_dumpall.c:1679
+#: pg_dumpall.c:1723
 #, c-format
 msgid "%s: running \"%s\"\n"
 msgstr "%s: uruchomiony \"%s\"\n"
 
-#: pg_dumpall.c:1859
+#: pg_dumpall.c:1903
 #, c-format
 msgid "%s: could not connect to database \"%s\": %s\n"
 msgstr "%s: nie można połączyć się do bazy danych \"%s\": %s\n"
 
-#: pg_dumpall.c:1889
+#: pg_dumpall.c:1933
 #, c-format
 msgid "%s: could not get server version\n"
 msgstr "%s: nie można pobrać wersji serwera\n"
 
-#: pg_dumpall.c:1895
+#: pg_dumpall.c:1939
 #, c-format
 msgid "%s: could not parse server version \"%s\"\n"
 msgstr "%s: nie można odczytać wersji serwera \"%s\"\n"
 
-#: pg_dumpall.c:1973 pg_dumpall.c:1999
+#: pg_dumpall.c:2017 pg_dumpall.c:2043
 #, c-format
 msgid "%s: executing %s\n"
 msgstr "%s: wykonanie %s\n"
 
-#: pg_dumpall.c:1979 pg_dumpall.c:2005
+#: pg_dumpall.c:2023 pg_dumpall.c:2049
 #, c-format
 msgid "%s: query failed: %s"
 msgstr "%s: zapytanie nie powiodło się: %s"
 
-#: pg_dumpall.c:1981 pg_dumpall.c:2007
+#: pg_dumpall.c:2025 pg_dumpall.c:2051
 #, c-format
 msgid "%s: query was: %s\n"
 msgstr "%s: zapytanie brzmiało: %s\n"
 
-#: pg_restore.c:308
+#: pg_restore.c:303
 #, c-format
 msgid "%s: options -d/--dbname and -f/--file cannot be used together\n"
 msgstr "%s: opcje -d/--dbname i -f/--file nie mogą być użyte razem\n"
 
-#: pg_restore.c:320
+#: pg_restore.c:314
+#, c-format
+#| msgid "options -s/--schema-only and -a/--data-only cannot be used together\n"
+msgid "%s: options -s/--schema-only and -a/--data-only cannot be used together\n"
+msgstr "%s: opcje -s/--schema-only i -a/--data-only nie mogą być używane razem\n"
+
+#: pg_restore.c:321
+#, c-format
+#| msgid "options -c/--clean and -a/--data-only cannot be used together\n"
+msgid "%s: options -c/--clean and -a/--data-only cannot be used together\n"
+msgstr "%s: opcje -c/--clean i -a/--data-only nie mogą być używane razem\n"
+
+#: pg_restore.c:329
 #, c-format
 msgid "%s: cannot specify both --single-transaction and multiple jobs\n"
 msgstr "%s: nie można wskazać jednocześnie --single-transaction i wielu zadań\n"
 
-#: pg_restore.c:351
+#: pg_restore.c:369
 #, c-format
 msgid "unrecognized archive format \"%s\"; please specify \"c\", \"d\", or \"t\"\n"
 msgstr "nierozpoznany format archiwum \"%s\"; proszę wskazać \"c\", \"d\", lub \"t\"\n"
 
-#: pg_restore.c:381
+#: pg_restore.c:399
 #, c-format
 msgid "%s: maximum number of parallel jobs is %d\n"
 msgstr "%s: maksymalna liczba zadań współbieżnych to %d\n"
 
-#: pg_restore.c:399
+#: pg_restore.c:417
 #, c-format
 msgid "WARNING: errors ignored on restore: %d\n"
 msgstr "OSTRZEŻENIE: błędy ignorowane przy odtworzeniu: %d\n"
 
-#: pg_restore.c:413
+#: pg_restore.c:431
 #, c-format
 msgid ""
 "%s restores a PostgreSQL database from an archive created by pg_dump.\n"
@@ -2254,47 +2373,47 @@ msgstr ""
 "%s odtwarza bazę danych PostgreSQL z archiwum utworzonego przez pg_dump.\n"
 "\n"
 
-#: pg_restore.c:415
+#: pg_restore.c:433
 #, c-format
 msgid "  %s [OPTION]... [FILE]\n"
 msgstr "  %s [OPCJA]... [PLIK]\n"
 
-#: pg_restore.c:418
+#: pg_restore.c:436
 #, c-format
 msgid "  -d, --dbname=NAME        connect to database name\n"
 msgstr "  -d, --dbname=NAZWA       połączenie do bazy danych o tej nazwie\n"
 
-#: pg_restore.c:419
+#: pg_restore.c:437
 #, c-format
 msgid "  -f, --file=FILENAME      output file name\n"
 msgstr "  -f, --file=NAZWAPLIKU    nazwa pliku wyjścia\n"
 
-#: pg_restore.c:420
+#: pg_restore.c:438
 #, c-format
 msgid "  -F, --format=c|d|t       backup file format (should be automatic)\n"
 msgstr "  -F, --format=c|d|t       format pliku kopii zapasowej (powinien być automatyczny)\n"
 
-#: pg_restore.c:421
+#: pg_restore.c:439
 #, c-format
 msgid "  -l, --list               print summarized TOC of the archive\n"
 msgstr "  -l, --list               drukuje skrótowy spis treści archiwum\n"
 
-#: pg_restore.c:422
+#: pg_restore.c:440
 #, c-format
 msgid "  -v, --verbose            verbose mode\n"
 msgstr "  -v, --verbose            tryb informacji szczegółowych\n"
 
-#: pg_restore.c:423
+#: pg_restore.c:441
 #, c-format
 msgid "  -V, --version            output version information, then exit\n"
 msgstr "  -V, --version            pokaż informacje o wersji i zakończ\n"
 
-#: pg_restore.c:424
+#: pg_restore.c:442
 #, c-format
 msgid "  -?, --help               show this help, then exit\n"
 msgstr "  -?, --help               pokaż tą pomoc i zakończ działanie\n"
 
-#: pg_restore.c:426
+#: pg_restore.c:444
 #, c-format
 msgid ""
 "\n"
@@ -2303,32 +2422,32 @@ msgstr ""
 "\n"
 "Opcje kontroli odtworzenia:\n"
 
-#: pg_restore.c:427
+#: pg_restore.c:445
 #, c-format
 msgid "  -a, --data-only              restore only the data, no schema\n"
 msgstr "  -a, --data-only              odtwarza tylko dane, bez schematu\n"
 
-#: pg_restore.c:429
+#: pg_restore.c:447
 #, c-format
 msgid "  -C, --create                 create the target database\n"
 msgstr "  -C, --create                 utworzenie docelowej bazy danych\n"
 
-#: pg_restore.c:430
+#: pg_restore.c:448
 #, c-format
 msgid "  -e, --exit-on-error          exit on error, default is to continue\n"
 msgstr "  -e, --exit-on-error          wyjście w przypadku błędu, domyślna jest kontynuacja\n"
 
-#: pg_restore.c:431
+#: pg_restore.c:449
 #, c-format
 msgid "  -I, --index=NAME             restore named index\n"
 msgstr "  -I, --index=NAZWA            odtwarza indeks wedle nazwy\n"
 
-#: pg_restore.c:432
+#: pg_restore.c:450
 #, c-format
 msgid "  -j, --jobs=NUM               use this many parallel jobs to restore\n"
 msgstr "  -j, --jobs=NUM               użycie tylu równoległych zadań przy odtwarzaniu\n"
 
-#: pg_restore.c:433
+#: pg_restore.c:451
 #, c-format
 msgid ""
 "  -L, --use-list=FILENAME      use table of contents from this file for\n"
@@ -2337,47 +2456,49 @@ msgstr ""
 "  -L, --use-list=NAZWAPLIKU    użycie spisu treści z tego pliku by\n"
 "                               wskazać/uporządkować wyjście\n"
 
-#: pg_restore.c:435
+#: pg_restore.c:453
 #, c-format
 msgid "  -n, --schema=NAME            restore only objects in this schema\n"
 msgstr "  -n, --schema=NAZWA           odtwarza tylko obiekty z tego schematu\n"
 
-#: pg_restore.c:437
+#: pg_restore.c:455
 #, c-format
 msgid "  -P, --function=NAME(args)    restore named function\n"
 msgstr "  -P, --function=NAZWA(args)   odtwarza funkcję wedle nazwy\n"
 
-#: pg_restore.c:438
+#: pg_restore.c:456
 #, c-format
 msgid "  -s, --schema-only            restore only the schema, no data\n"
 msgstr "  -s, --schema-only            odtwarza tylko schemat, bez danych\n"
 
-#: pg_restore.c:439
+#: pg_restore.c:457
 #, c-format
 msgid "  -S, --superuser=NAME         superuser user name to use for disabling triggers\n"
 msgstr "  -S, --superuser=NAZWA        nazwa superużytkownika by użyć lub wyłączyć wyzwalacze\n"
 
-#: pg_restore.c:440
+#: pg_restore.c:458
 #, c-format
-msgid "  -t, --table=NAME             restore named table(s)\n"
-msgstr "  -t, --table=NAZWA            odtwarza tabele wedle nazwy\n"
+#| msgid "  -t, --table=NAME             restore named table(s)\n"
+msgid "  -t, --table=NAME             restore named relation (table, view, etc)\n"
+msgstr "  -t, --table=NAZWA            odtwarza relacje wedle nazwy (tabela, widok, "
+"itp.)\n"
 
-#: pg_restore.c:441
+#: pg_restore.c:459
 #, c-format
 msgid "  -T, --trigger=NAME           restore named trigger\n"
 msgstr "  -T, --trigger=NAZWA          odtwarza wyzwalacz wedle nazwy\n"
 
-#: pg_restore.c:442
+#: pg_restore.c:460
 #, c-format
 msgid "  -x, --no-privileges          skip restoration of access privileges (grant/revoke)\n"
 msgstr "  -x, --no-privileges          nie wykonuje odtwarzania przywilejów dostępu (grant/revoke)\n"
 
-#: pg_restore.c:443
+#: pg_restore.c:461
 #, c-format
 msgid "  -1, --single-transaction     restore as a single transaction\n"
 msgstr "  -1, --single-transaction     odtworzenie jako pojedyncza transakcja\n"
 
-#: pg_restore.c:445
+#: pg_restore.c:465
 #, c-format
 msgid ""
 "  --no-data-for-failed-tables  do not restore data of tables that could not be\n"
@@ -2386,27 +2507,39 @@ msgstr ""
 "  --no-data-for-failed-tables\n"
 "                              nie odtwarza danych z tabel, które nie mogły być odtworzone\n"
 
-#: pg_restore.c:447
+#: pg_restore.c:467
 #, c-format
 msgid "  --no-security-labels         do not restore security labels\n"
 msgstr "  --no-security-labels         nie odtwarza etykiet bezpieczeństwa\n"
 
-#: pg_restore.c:448
+#: pg_restore.c:468
 #, c-format
 msgid "  --no-tablespaces             do not restore tablespace assignments\n"
 msgstr "  --no-tablespaces             nie odtwarza przypisań do przestrzeni tabel\n"
 
-#: pg_restore.c:449
+#: pg_restore.c:469
 #, c-format
 msgid "  --section=SECTION            restore named section (pre-data, data, or post-data)\n"
 msgstr "  --section=SECTION            odtwarza nazwaną sekcję (pre-dane, dane, lub post-dane)\n"
 
-#: pg_restore.c:460
+#: pg_restore.c:480
 #, c-format
 msgid "  --role=ROLENAME          do SET ROLE before restore\n"
 msgstr "  --role=NAZWAROLI         wykonuje SET ROLE przed odtworzeniem\n"
 
-#: pg_restore.c:462
+#: pg_restore.c:482
+#, c-format
+msgid ""
+"\n"
+"The options -I, -n, -P, -t, -T, and --section can be combined and specified\n"
+"multiple times to select multiple objects.\n"
+msgstr ""
+"\n"
+"Opcje -I, -n, -P, -t, -T i --section mogą być mieszane i używane "
+"wielokrotnie\n"
+"by wskazać wiele obiektów.\n"
+
+#: pg_restore.c:485
 #, c-format
 msgid ""
 "\n"
@@ -2417,38 +2550,47 @@ msgstr ""
 "Jeśli nie wskazano nazwy pliku, użyty zostanie wejście standardowe.\n"
 "\n"
 
-#~ msgid "worker process crashed: status %d\n"
-#~ msgstr "proces roboczy uległ awarii: status %d\n"
+#~ msgid "could not change directory to \"%s\""
+#~ msgstr "nie można zmienić katalogu na \"%s\""
 
-#~ msgid "parallel_restore should not return\n"
-#~ msgstr "parallel_restore nie może zwracać wartości\n"
+#~ msgid "cannot duplicate null pointer\n"
+#~ msgstr "nie można powielić pustego wskaźnika\n"
 
-#~ msgid "could not create worker thread: %s\n"
-#~ msgstr "nie można utworzyć wątku roboczego: %s\n"
+#~ msgid "%s: could not parse version \"%s\"\n"
+#~ msgstr "%s: nie można odczytać wersji \"%s\"\n"
 
 #~ msgid "could not parse version string \"%s\"\n"
 #~ msgstr "nie można przetworzyć zapisu wersji \"%s\"\n"
 
-#~ msgid "%s: could not parse version \"%s\"\n"
-#~ msgstr "%s: nie można odczytać wersji \"%s\"\n"
+#~ msgid "could not create worker thread: %s\n"
+#~ msgstr "nie można utworzyć wątku roboczego: %s\n"
 
-#~ msgid "cannot duplicate null pointer\n"
-#~ msgstr "nie można powielić pustego wskaźnika\n"
+#~ msgid "parallel_restore should not return\n"
+#~ msgstr "parallel_restore nie może zwracać wartości\n"
 
-#~ msgid "child process exited with unrecognized status %d"
-#~ msgstr "proces potomny zakończył działanie z nieznanym stanem %d"
+#~ msgid "worker process crashed: status %d\n"
+#~ msgstr "proces roboczy uległ awarii: status %d\n"
 
-#~ msgid "child process was terminated by signal %d"
-#~ msgstr "proces potomny został zatrzymany przez sygnał %d"
+#~ msgid "mismatch in actual vs. predicted file position (%s vs. %s)\n"
+#~ msgstr "niezgodność między rzeczywistą i wyliczoną pozycją pliku (%s i %s)\n"
 
-#~ msgid "child process was terminated by signal %s"
-#~ msgstr "proces potomny został zatrzymany przez sygnał %s"
+#~ msgid "could not output padding at end of tar member\n"
+#~ msgstr "nie udało się wypełnić wyjścia na końcu składnika tar\n"
 
-#~ msgid "child process was terminated by exception 0x%X"
-#~ msgstr "proces potomny został zatrzymany przez wyjątek 0x%X"
+#~ msgid "could not write null block at end of tar archive\n"
+#~ msgstr "nie można zapisać pustego bloku na końcu archiwum tar\n"
 
-#~ msgid "child process exited with exit code %d"
-#~ msgstr "proces potomny zakończył działanie z kodem %d"
+#~ msgid "could not write byte\n"
+#~ msgstr "nie można zapisać bajtu\n"
 
-#~ msgid "could not change directory to \"%s\""
-#~ msgstr "nie można zmienić katalogu na \"%s\""
+#~ msgid "could not write byte: %s\n"
+#~ msgstr "nie można zapisać bajtu: %s\n"
+
+#~ msgid "unexpected end of file\n"
+#~ msgstr "nieoczekiwany koniec pliku\n"
+
+#~ msgid "could not write to custom output routine\n"
+#~ msgstr "nie można pisać do procedury wyjścia użytkownika\n"
+
+#~ msgid "could not write to output file: %s\n"
+#~ msgstr "nie można pisać do pliku wyjścia: %s\n"
index 5fbc60c798c4bae17eaf632177c9d0b50d947d5c..b896a8592392cd70a77a57f63447ff1a88cf9c53 100644 (file)
@@ -2,13 +2,13 @@
 # Copyright (C) 2011 PostgreSQL Global Development Group
 # This file is distributed under the same license as the PostgreSQL package.
 # Begina Felicysym <begina.felicysym@wp.eu>, 2011, 2012, 2013.
-# grzegorz <begina.felicysym@wp.eu>, 2014.
+# grzegorz <begina.felicysym@wp.eu>, 2014, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: pg_resetxlog (PostgreSQL 9.1)\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2014-11-10 20:42+0000\n"
-"PO-Revision-Date: 2014-11-10 23:08+0200\n"
+"POT-Creation-Date: 2015-08-15 18:43+0000\n"
+"PO-Revision-Date: 2015-08-16 13:09+0200\n"
 "Last-Translator: grzegorz <begina.felicysym@wp.eu>\n"
 "Language-Team: begina.felicysym@wp.eu\n"
 "Language: pl\n"
@@ -19,99 +19,124 @@ msgstr ""
 "|| n%100>=20) ? 1 : 2);\n"
 "X-Generator: Virtaal 0.7.1\n"
 
-#: pg_resetxlog.c:130
+#: ../../common/restricted_token.c:68
 #, c-format
-msgid "%s: invalid argument for option -e\n"
-msgstr "%s: niepoprawny argument dla opcji -e\n"
+msgid "%s: WARNING: cannot create restricted tokens on this platform\n"
+msgstr "%s: OSTRZEŻENIE nie można tworzyć ograniczonych tokenów na tej platformie\n"
 
-#: pg_resetxlog.c:131 pg_resetxlog.c:146 pg_resetxlog.c:161 pg_resetxlog.c:176
-#: pg_resetxlog.c:184 pg_resetxlog.c:210 pg_resetxlog.c:224 pg_resetxlog.c:231
-#: pg_resetxlog.c:239
+#: ../../common/restricted_token.c:77
+#, c-format
+msgid "%s: could not open process token: error code %lu\n"
+msgstr "%s: nie można otworzyć tokenu procesu: kod błędu %lu\n"
+
+#: ../../common/restricted_token.c:90
+#, c-format
+msgid "%s: could not allocate SIDs: error code %lu\n"
+msgstr "%s: nie udało się przydzielić SIDów: kod błędu %lu\n"
+
+#: ../../common/restricted_token.c:110
+#, c-format
+msgid "%s: could not create restricted token: error code %lu\n"
+msgstr "%s: nie udało się utworzyć ograniczonego tokena: kod błędu %lu\n"
+
+#: ../../common/restricted_token.c:132
+#, c-format
+msgid "%s: could not start process for command \"%s\": error code %lu\n"
+msgstr "%s: nie udało się uruchomić procesu dla polecenia \"%s\": kod błędu %lu\n"
+
+#: ../../common/restricted_token.c:170
+#, c-format
+msgid "%s: could not re-execute with restricted token: error code %lu\n"
+msgstr "%s: nie udało się ponownie wykonać ograniczonego tokena: %lu\n"
+
+#: ../../common/restricted_token.c:186
+#, c-format
+msgid "%s: could not get exit code from subprocess: error code %lu\n"
+msgstr "%s: nie udało uzyskać kodu wyjścia z usługi podrzędnej: kod błędu %lu\n"
+
+#. translator: the second %s is a command line argument (-e, etc)
+#: pg_resetxlog.c:140 pg_resetxlog.c:155 pg_resetxlog.c:170 pg_resetxlog.c:177
+#: pg_resetxlog.c:201 pg_resetxlog.c:216 pg_resetxlog.c:224 pg_resetxlog.c:250
+#: pg_resetxlog.c:264
+#, c-format
+#| msgid "%s: invalid argument for option -e\n"
+msgid "%s: invalid argument for option %s\n"
+msgstr "%s: niepoprawny argument dla opcji %s\n"
+
+#: pg_resetxlog.c:141 pg_resetxlog.c:156 pg_resetxlog.c:171 pg_resetxlog.c:178
+#: pg_resetxlog.c:202 pg_resetxlog.c:217 pg_resetxlog.c:225 pg_resetxlog.c:251
+#: pg_resetxlog.c:265 pg_resetxlog.c:272 pg_resetxlog.c:285 pg_resetxlog.c:293
 #, c-format
 msgid "Try \"%s --help\" for more information.\n"
 msgstr "Spróbuj \"%s --help\" aby uzyskać więcej informacji.\n"
 
-#: pg_resetxlog.c:136
+#: pg_resetxlog.c:146
 #, c-format
 msgid "%s: transaction ID epoch (-e) must not be -1\n"
 msgstr "%s: epoka ID transakcji (-e) nie może być -1\n"
 
-#: pg_resetxlog.c:145
-#, c-format
-msgid "%s: invalid argument for option -x\n"
-msgstr "%s: niepoprawny argument dla opcji -x\n"
-
-#: pg_resetxlog.c:151
+#: pg_resetxlog.c:161
 #, c-format
 msgid "%s: transaction ID (-x) must not be 0\n"
 msgstr "%s: ID transakcji (-x) nie może być 0\n"
 
-#: pg_resetxlog.c:160
+#: pg_resetxlog.c:185 pg_resetxlog.c:192
 #, c-format
-msgid "%s: invalid argument for option -o\n"
-msgstr "%s: niepoprawny argument dla opcji -o\n"
+#| msgid "%s: transfer rate must be greater than zero\n"
+msgid "%s: transaction ID (-c) must be either 0 or greater than or equal to 2\n"
+msgstr "%s: ID transakcji (-c) musi być albo 0 albo większa lub równa 2\n"
 
-#: pg_resetxlog.c:166
+#: pg_resetxlog.c:207
 #, c-format
 msgid "%s: OID (-o) must not be 0\n"
 msgstr "%s: OID (-o) nie może być 0\n"
 
-#: pg_resetxlog.c:175 pg_resetxlog.c:183
-#, c-format
-msgid "%s: invalid argument for option -m\n"
-msgstr "%s: niepoprawny argument dla opcji -m\n"
-
-#: pg_resetxlog.c:189
+#: pg_resetxlog.c:230
 #, c-format
 msgid "%s: multitransaction ID (-m) must not be 0\n"
 msgstr "%s: ID multitransakcji (-m) nie może być 0\n"
 
-#: pg_resetxlog.c:199
+#: pg_resetxlog.c:240
 #, c-format
 msgid "%s: oldest multitransaction ID (-m) must not be 0\n"
 msgstr "%s: najstarszy ID multitransakcji (-m) nie może być 0\n"
 
-#: pg_resetxlog.c:209
-#, c-format
-msgid "%s: invalid argument for option -O\n"
-msgstr "%s: niepoprawny argument dla opcji -O\n"
-
-#: pg_resetxlog.c:215
+#: pg_resetxlog.c:256
 #, c-format
 msgid "%s: multitransaction offset (-O) must not be -1\n"
 msgstr "%s: offset multitransakcji (-O) nie może być -1\n"
 
-#: pg_resetxlog.c:223
+#: pg_resetxlog.c:283
 #, c-format
-msgid "%s: invalid argument for option -l\n"
-msgstr "%s: niepoprawny argument dla opcji -l\n"
+msgid "%s: too many command-line arguments (first is \"%s\")\n"
+msgstr "%s: za duża ilość parametrów (pierwszy to \"%s\")\n"
 
-#: pg_resetxlog.c:238
+#: pg_resetxlog.c:292
 #, c-format
 msgid "%s: no data directory specified\n"
 msgstr "%s: katalog danych nie został ustawiony\n"
 
-#: pg_resetxlog.c:252
+#: pg_resetxlog.c:306
 #, c-format
 msgid "%s: cannot be executed by \"root\"\n"
 msgstr "%s: nie może być wykonywane pod \"rootem\"\n"
 
-#: pg_resetxlog.c:254
+#: pg_resetxlog.c:308
 #, c-format
 msgid "You must run %s as the PostgreSQL superuser.\n"
 msgstr "Musisz uruchomić %s jako superużytkownik PostgreSQL.\n"
 
-#: pg_resetxlog.c:264
+#: pg_resetxlog.c:318
 #, c-format
 msgid "%s: could not change directory to \"%s\": %s\n"
 msgstr "%s: nie można zmienić katalogu na \"%s\": %s\n"
 
-#: pg_resetxlog.c:277 pg_resetxlog.c:418
+#: pg_resetxlog.c:331 pg_resetxlog.c:477
 #, c-format
 msgid "%s: could not open file \"%s\" for reading: %s\n"
 msgstr "%s: nie można otworzyć pliku \"%s\" do odczytu: %s\n"
 
-#: pg_resetxlog.c:284
+#: pg_resetxlog.c:338
 #, c-format
 msgid ""
 "%s: lock file \"%s\" exists\n"
@@ -120,7 +145,7 @@ msgstr ""
 "%s: plik blokady \"%s\" istnieje\n"
 "Czy serwer działa? Jeśli nie, usuń plik blokady i spróbuj ponownie.\n"
 
-#: pg_resetxlog.c:366
+#: pg_resetxlog.c:425
 #, c-format
 msgid ""
 "\n"
@@ -129,7 +154,7 @@ msgstr ""
 "\n"
 "Jeśli te wartości wydają się do przyjęcia, użyj -f by wymusić reset.\n"
 
-#: pg_resetxlog.c:378
+#: pg_resetxlog.c:437
 #, c-format
 msgid ""
 "The database server was not shut down cleanly.\n"
@@ -140,12 +165,12 @@ msgstr ""
 "Zresetowanie dziennika transakcji może spowodować utratę danych.\n"
 "Jeśli chcesz kontynuować, użyj -f, aby wymusić reset.\n"
 
-#: pg_resetxlog.c:392
+#: pg_resetxlog.c:451
 #, c-format
 msgid "Transaction log reset\n"
 msgstr "Reset dziennika transakcji\n"
 
-#: pg_resetxlog.c:421
+#: pg_resetxlog.c:480
 #, c-format
 msgid ""
 "If you are sure the data directory path is correct, execute\n"
@@ -156,22 +181,22 @@ msgstr ""
 "  touch %s\n"
 "i spróbuj ponownie.\n"
 
-#: pg_resetxlog.c:434
+#: pg_resetxlog.c:493
 #, c-format
 msgid "%s: could not read file \"%s\": %s\n"
 msgstr "%s: nie można odczytać z pliku \"%s\": %s\n"
 
-#: pg_resetxlog.c:457
+#: pg_resetxlog.c:516
 #, c-format
 msgid "%s: pg_control exists but has invalid CRC; proceed with caution\n"
 msgstr "%s: pg_control istnieje ale ma niepoprawne CRC; postępuj ostrożnie\n"
 
-#: pg_resetxlog.c:466
+#: pg_resetxlog.c:525
 #, c-format
 msgid "%s: pg_control exists but is broken or unknown version; ignoring it\n"
 msgstr "%s: pg_control istnieje ale jest uszkodzony lub ma nieznaną wersję, zignorowano\n"
 
-#: pg_resetxlog.c:568
+#: pg_resetxlog.c:628
 #, c-format
 msgid ""
 "Guessed pg_control values:\n"
@@ -180,11 +205,8 @@ msgstr ""
 "Odgadnięte wartości pg_control:\n"
 "\n"
 
-#: pg_resetxlog.c:570
+#: pg_resetxlog.c:630
 #, c-format
-#| msgid ""
-#| "pg_control values:\n"
-#| "\n"
 msgid ""
 "Current pg_control values:\n"
 "\n"
@@ -192,167 +214,178 @@ msgstr ""
 "Bieżące wartości pg_control:\n"
 "\n"
 
-#: pg_resetxlog.c:579
+#: pg_resetxlog.c:639
 #, c-format
 msgid "pg_control version number:            %u\n"
 msgstr "pg_control w wersji numer:                       %u\n"
 
-#: pg_resetxlog.c:581
+#: pg_resetxlog.c:641
 #, c-format
 msgid "Catalog version number:               %u\n"
 msgstr "Katalog w wersji numer:                          %u\n"
 
-#: pg_resetxlog.c:583
+#: pg_resetxlog.c:643
 #, c-format
 msgid "Database system identifier:           %s\n"
 msgstr "Identyfikator systemu bazy danych:               %s\n"
 
-#: pg_resetxlog.c:585
+#: pg_resetxlog.c:645
 #, c-format
 msgid "Latest checkpoint's TimeLineID:       %u\n"
 msgstr "TimeLineID najnowszego punktu kontrolnego:       %u\n"
 
-#: pg_resetxlog.c:587
+#: pg_resetxlog.c:647
 #, c-format
 msgid "Latest checkpoint's full_page_writes: %s\n"
 msgstr "full_page_writes najnowszego punktu kontrolnego: %s\n"
 
-#: pg_resetxlog.c:588
+#: pg_resetxlog.c:648
 msgid "off"
 msgstr "wyłączone"
 
-#: pg_resetxlog.c:588
+#: pg_resetxlog.c:648
 msgid "on"
 msgstr "włączone"
 
-#: pg_resetxlog.c:589
+#: pg_resetxlog.c:649
 #, c-format
 msgid "Latest checkpoint's NextXID:          %u/%u\n"
 msgstr "NextXID najnowszego punktu kontrolnego:          %u/%u\n"
 
-#: pg_resetxlog.c:592
+#: pg_resetxlog.c:652
 #, c-format
 msgid "Latest checkpoint's NextOID:          %u\n"
 msgstr "NextOID najnowszego punktu kontrolnego:          %u\n"
 
-#: pg_resetxlog.c:594
+#: pg_resetxlog.c:654
 #, c-format
 msgid "Latest checkpoint's NextMultiXactId:  %u\n"
 msgstr "NextMultiXactId najnowszego punktu kontrolnego:  %u\n"
 
-#: pg_resetxlog.c:596
+#: pg_resetxlog.c:656
 #, c-format
 msgid "Latest checkpoint's NextMultiOffset:  %u\n"
 msgstr "NextMultiOffset najnowszego punktu kontrolnego:  %u\n"
 
-#: pg_resetxlog.c:598
+#: pg_resetxlog.c:658
 #, c-format
 msgid "Latest checkpoint's oldestXID:        %u\n"
 msgstr "oldestXID najnowszego punktu kontrolnego:        %u\n"
 
-#: pg_resetxlog.c:600
+#: pg_resetxlog.c:660
 #, c-format
 msgid "Latest checkpoint's oldestXID's DB:   %u\n"
 msgstr "DB oldestXID'u najnowszego punktu kontrolnego:   %u\n"
 
-#: pg_resetxlog.c:602
+#: pg_resetxlog.c:662
 #, c-format
 msgid "Latest checkpoint's oldestActiveXID:  %u\n"
 msgstr "NextXID najnowszego punktu kontrolnego:          %u\n"
 
-#: pg_resetxlog.c:604
+#: pg_resetxlog.c:664
 #, c-format
 msgid "Latest checkpoint's oldestMultiXid:   %u\n"
 msgstr "oldestMultiXid najnowszego punktu kontrolnego:   %u\n"
 
-#: pg_resetxlog.c:606
+#: pg_resetxlog.c:666
 #, c-format
 msgid "Latest checkpoint's oldestMulti's DB: %u\n"
 msgstr "DB oldestMulti'u najnowszego punktu kontrolnego:  %u\n"
 
-#: pg_resetxlog.c:608
+#: pg_resetxlog.c:668
+#, c-format
+#| msgid "Latest checkpoint's oldestActiveXID:  %u\n"
+msgid "Latest checkpoint's oldest CommitTs:  %u\n"
+msgstr "najstarszy CommitTs najnowszego punktu kontrolnego:   %u\n"
+
+#: pg_resetxlog.c:670
+#, c-format
+#| msgid "Latest checkpoint's NextMultiXactId:  %u\n"
+msgid "Latest checkpoint's newest CommitTs:  %u\n"
+msgstr "najświeższy CommitTs najnowszego punktu kontrolnego:  %u\n"
+
+#: pg_resetxlog.c:672
 #, c-format
 msgid "Maximum data alignment:               %u\n"
 msgstr "Maksymalne wyrównanie danych:                    %u\n"
 
-#: pg_resetxlog.c:611
+#: pg_resetxlog.c:675
 #, c-format
 msgid "Database block size:                  %u\n"
 msgstr "Wielkość bloku bazy danych:                      %u\n"
 
-#: pg_resetxlog.c:613
+#: pg_resetxlog.c:677
 #, c-format
 msgid "Blocks per segment of large relation: %u\n"
 msgstr "Bloki na segment są w relacji:                   %u\n"
 
-#: pg_resetxlog.c:615
+#: pg_resetxlog.c:679
 #, c-format
 msgid "WAL block size:                       %u\n"
 msgstr "Wielkość bloku WAL:                              %u\n"
 
-#: pg_resetxlog.c:617
+#: pg_resetxlog.c:681
 #, c-format
 msgid "Bytes per WAL segment:                %u\n"
 msgstr "Bajtów na segment WAL:                           %u\n"
 
-#: pg_resetxlog.c:619
+#: pg_resetxlog.c:683
 #, c-format
 msgid "Maximum length of identifiers:        %u\n"
 msgstr "Maksymalna długość identyfikatorów:              %u\n"
 
-#: pg_resetxlog.c:621
+#: pg_resetxlog.c:685
 #, c-format
 msgid "Maximum columns in an index:          %u\n"
 msgstr "Maksymalna liczba kolumn w indeksie:             %u\n"
 
-#: pg_resetxlog.c:623
+#: pg_resetxlog.c:687
 #, c-format
 msgid "Maximum size of a TOAST chunk:        %u\n"
 msgstr "Maksymalny rozmiar fragmentu TOAST:              %u\n"
 
-#: pg_resetxlog.c:625
+#: pg_resetxlog.c:689
 #, c-format
-#| msgid "Maximum size of a TOAST chunk:        %u\n"
 msgid "Size of a large-object chunk:         %u\n"
 msgstr "Rozmiar fragmentu dużego obiektu:                %u\n"
 
-#: pg_resetxlog.c:627
+#: pg_resetxlog.c:691
 #, c-format
 msgid "Date/time type storage:               %s\n"
 msgstr "Typ przechowywania daty/czasu:                   %s\n"
 
-#: pg_resetxlog.c:628
+#: pg_resetxlog.c:692
 msgid "64-bit integers"
 msgstr "64-bit'owe zmienne integer"
 
-#: pg_resetxlog.c:628
+#: pg_resetxlog.c:692
 msgid "floating-point numbers"
 msgstr "liczby zmiennoprzecinkowe"
 
-#: pg_resetxlog.c:629
+#: pg_resetxlog.c:693
 #, c-format
 msgid "Float4 argument passing:              %s\n"
 msgstr "Przekazywanie parametru float4:                  %s\n"
 
-#: pg_resetxlog.c:630 pg_resetxlog.c:632
+#: pg_resetxlog.c:694 pg_resetxlog.c:696
 msgid "by reference"
 msgstr "przez referencję"
 
-#: pg_resetxlog.c:630 pg_resetxlog.c:632
+#: pg_resetxlog.c:694 pg_resetxlog.c:696
 msgid "by value"
 msgstr "przez wartość"
 
-#: pg_resetxlog.c:631
+#: pg_resetxlog.c:695
 #, c-format
 msgid "Float8 argument passing:              %s\n"
 msgstr "Przekazywanie parametru float8:                  %s\n"
 
-#: pg_resetxlog.c:633
+#: pg_resetxlog.c:697
 #, c-format
 msgid "Data page checksum version:           %u\n"
 msgstr "Suma kontrolna strony danych w wersji numer:     %u\n"
 
-#: pg_resetxlog.c:647
+#: pg_resetxlog.c:711
 #, c-format
 msgid ""
 "\n"
@@ -365,116 +398,119 @@ msgstr ""
 "Wartości do zmiany:\n"
 "\n"
 
-#: pg_resetxlog.c:650
+#: pg_resetxlog.c:714
 #, c-format
 msgid "First log segment after reset:        %s\n"
 msgstr "Pierwszy segment dziennika po resecie:            %s\n"
 
-#: pg_resetxlog.c:654
+#: pg_resetxlog.c:718
 #, c-format
-#| msgid "WAL block size:                       %u\n"
 msgid "NextMultiXactId:                      %u\n"
 msgstr "NextMultiXactId:                                  %u\n"
 
-#: pg_resetxlog.c:656
+#: pg_resetxlog.c:720
 #, c-format
-#| msgid "WAL block size:                       %u\n"
 msgid "OldestMultiXid:                       %u\n"
 msgstr "OldestMultiXid:                                   %u\n"
 
-#: pg_resetxlog.c:658
+#: pg_resetxlog.c:722
 #, c-format
-#| msgid "WAL block size:                       %u\n"
 msgid "OldestMulti's DB:                     %u\n"
 msgstr "DB OldestMulti'u:                                 %u\n"
 
-#: pg_resetxlog.c:664
+#: pg_resetxlog.c:728
 #, c-format
-#| msgid "WAL block size:                       %u\n"
 msgid "NextMultiOffset:                      %u\n"
 msgstr "NextMultiOffset:                                  %u\n"
 
-#: pg_resetxlog.c:670
+#: pg_resetxlog.c:734
 #, c-format
-#| msgid "WAL block size:                       %u\n"
 msgid "NextOID:                              %u\n"
 msgstr "NextOID:                                          %u\n"
 
-#: pg_resetxlog.c:676
+#: pg_resetxlog.c:740
 #, c-format
-#| msgid "WAL block size:                       %u\n"
 msgid "NextXID:                              %u\n"
 msgstr "NextXID:                                          %u\n"
 
-#: pg_resetxlog.c:678
+#: pg_resetxlog.c:742
 #, c-format
-#| msgid "WAL block size:                       %u\n"
 msgid "OldestXID:                            %u\n"
 msgstr "OldestXID:                                        %u\n"
 
-#: pg_resetxlog.c:680
+#: pg_resetxlog.c:744
 #, c-format
-#| msgid "WAL block size:                       %u\n"
 msgid "OldestXID's DB:                       %u\n"
 msgstr "DB OldestXIDu:                                    %u\n"
 
-#: pg_resetxlog.c:686
+#: pg_resetxlog.c:750
 #, c-format
-#| msgid "WAL block size:                       %u\n"
 msgid "NextXID epoch:                        %u\n"
 msgstr "Epoka NextXID:                                    %u\n"
 
-#: pg_resetxlog.c:751
+#: pg_resetxlog.c:756
+#, c-format
+#| msgid "OldestMultiXid:                       %u\n"
+msgid "oldestCommitTs:                       %u\n"
+msgstr "oldestCommitTs:                                   %u\n"
+
+#: pg_resetxlog.c:761
+#, c-format
+#| msgid "OldestMultiXid:                       %u\n"
+msgid "newestCommitTs:                       %u\n"
+msgstr "newestCommitTs:                                   %u\n"
+
+#: pg_resetxlog.c:827
 #, c-format
 msgid "%s: internal error -- sizeof(ControlFileData) is too large ... fix PG_CONTROL_SIZE\n"
 msgstr "%s: błąd wewnętrzny -- sizeof(ControlFileData) jest zbyt duża ... popraw PG_CONTROL_SIZE\n"
 
-#: pg_resetxlog.c:766
+#: pg_resetxlog.c:842
 #, c-format
 msgid "%s: could not create pg_control file: %s\n"
 msgstr "%s: nie można utworzyć pliku pg_control: %s\n"
 
-#: pg_resetxlog.c:777
+#: pg_resetxlog.c:853
 #, c-format
 msgid "%s: could not write pg_control file: %s\n"
 msgstr "%s: nie można pisać do pliku pg_control: %s\n"
 
-#: pg_resetxlog.c:784 pg_resetxlog.c:1068
+#: pg_resetxlog.c:860 pg_resetxlog.c:1156
 #, c-format
 msgid "%s: fsync error: %s\n"
 msgstr "%s: błąd fsync: %s\n"
 
-#: pg_resetxlog.c:824 pg_resetxlog.c:890 pg_resetxlog.c:941
+#: pg_resetxlog.c:900 pg_resetxlog.c:971 pg_resetxlog.c:1022
 #, c-format
 msgid "%s: could not open directory \"%s\": %s\n"
 msgstr "%s: nie można otworzyć katalogu \"%s\": %s\n"
 
-#: pg_resetxlog.c:855 pg_resetxlog.c:912 pg_resetxlog.c:964
+#: pg_resetxlog.c:936 pg_resetxlog.c:993 pg_resetxlog.c:1047
 #, c-format
 msgid "%s: could not read directory \"%s\": %s\n"
 msgstr "%s: nie można odczytać katalogu \"%s\": %s\n"
 
-#: pg_resetxlog.c:862 pg_resetxlog.c:919 pg_resetxlog.c:971
+#: pg_resetxlog.c:943 pg_resetxlog.c:1000 pg_resetxlog.c:1054
 #, c-format
 msgid "%s: could not close directory \"%s\": %s\n"
 msgstr "%s: nie można zamknąć katalogu \"%s\": %s\n"
 
-#: pg_resetxlog.c:903 pg_resetxlog.c:955
+#: pg_resetxlog.c:984 pg_resetxlog.c:1038
 #, c-format
 msgid "%s: could not delete file \"%s\": %s\n"
 msgstr "%s: nie można usunąć pliku \"%s\": %s\n"
 
-#: pg_resetxlog.c:1035
+#: pg_resetxlog.c:1123
 #, c-format
 msgid "%s: could not open file \"%s\": %s\n"
 msgstr "%s: nie można otworzyć pliku \"%s\": %s\n"
 
-#: pg_resetxlog.c:1046 pg_resetxlog.c:1060
+#: pg_resetxlog.c:1134 pg_resetxlog.c:1148
 #, c-format
 msgid "%s: could not write file \"%s\": %s\n"
 msgstr "%s: nie można zapisać pliku \"%s\": %s\n"
 
-#: pg_resetxlog.c:1079
+#: pg_resetxlog.c:1167
 #, c-format
 msgid ""
 "%s resets the PostgreSQL transaction log.\n"
@@ -483,76 +519,90 @@ msgstr ""
 "%s resetuje log transakcji PostgreSQL.\n"
 "\n"
 
-#: pg_resetxlog.c:1080
+#: pg_resetxlog.c:1168
 #, c-format
+#| msgid ""
+#| "Usage:\n"
+#| "  %s [OPTION]... DATADIR\n"
+#| "\n"
 msgid ""
 "Usage:\n"
-"  %s [OPTION]... DATADIR\n"
+"  %s [OPTION]... {[-D] DATADIR}\n"
 "\n"
 msgstr ""
 "Sposób użycia:\n"
-"  %s [OPCJA]... FOLDERDANYCH\n"
+"  %s [OPCJA]... {[-D] FOLDERDANYCH}\n"
 "\n"
 
-#: pg_resetxlog.c:1081
+#: pg_resetxlog.c:1169
 #, c-format
 msgid "Options:\n"
 msgstr "Opcje:\n"
 
-#: pg_resetxlog.c:1082
+#: pg_resetxlog.c:1170
+#, c-format
+#| msgid "  -m MXID,MXID     set next and oldest multitransaction ID\n"
+msgid "  -c XID,XID       set oldest and newest transactions bearing commit timestamp\n"
+msgstr "  -c XID,XID       ustawia najstarszy i najświeższy znacznik czasu "
+"wykonywanego zatwierdzenia\n"
+
+#: pg_resetxlog.c:1171
+#, c-format
+#| msgid "  -O                 allow system table structure changes\n"
+msgid "                   (zero in either value means no change)\n"
+msgstr "                   (zero w obu wartościach oznacza brak zmian)\n"
+
+#: pg_resetxlog.c:1172
 #, c-format
 msgid "  -e XIDEPOCH      set next transaction ID epoch\n"
 msgstr "  -e XIDEPOCH      ustawia epokę ID następnej transakcji\n"
 
-#: pg_resetxlog.c:1083
+#: pg_resetxlog.c:1173
 #, c-format
 msgid "  -f               force update to be done\n"
 msgstr "  -f               wymusza wykonanie modyfikacji\n"
 
-#: pg_resetxlog.c:1084
+#: pg_resetxlog.c:1174
 #, c-format
 msgid "  -l XLOGFILE      force minimum WAL starting location for new transaction log\n"
-msgstr "  -l XLOGFILE      wymusza minimalne położenie początkowe WAL dla nowego "
-"komunikatu transakcji\n"
+msgstr "  -l XLOGFILE      wymusza minimalne położenie początkowe WAL dla nowego komunikatu transakcji\n"
 
-#: pg_resetxlog.c:1085
+#: pg_resetxlog.c:1175
 #, c-format
 msgid "  -m MXID,MXID     set next and oldest multitransaction ID\n"
-msgstr "  -x XID,MXID      ustawia ID następnej i najstarszej multitransakcji\n"
+msgstr "  -m XID,MXID      ustawia ID następnej i najstarszej multitransakcji\n"
 
-#: pg_resetxlog.c:1086
+#: pg_resetxlog.c:1176
 #, c-format
-#| msgid "  -n               no update, just show extracted control values (for testing)\n"
 msgid "  -n               no update, just show what would be done (for testing)\n"
-msgstr "  -n               bez modyfikacji, po prostu wyświetl co będzie zrobione "
-"(do testowania)\n"
+msgstr "  -n               bez modyfikacji, po prostu wyświetl co będzie zrobione (do testowania)\n"
 
-#: pg_resetxlog.c:1087
+#: pg_resetxlog.c:1177
 #, c-format
 msgid "  -o OID           set next OID\n"
 msgstr "  -o OID           ustawia następny OID\n"
 
-#: pg_resetxlog.c:1088
+#: pg_resetxlog.c:1178
 #, c-format
 msgid "  -O OFFSET        set next multitransaction offset\n"
 msgstr "  -O OFFSET        ustawia następny offset multitransakcji\n"
 
-#: pg_resetxlog.c:1089
+#: pg_resetxlog.c:1179
 #, c-format
 msgid "  -V, --version    output version information, then exit\n"
 msgstr "  -V, --version    wypisuje informacje o wersji i kończy\n"
 
-#: pg_resetxlog.c:1090
+#: pg_resetxlog.c:1180
 #, c-format
 msgid "  -x XID           set next transaction ID\n"
 msgstr "  -x XID           ustawia ID następnej transakcji\n"
 
-#: pg_resetxlog.c:1091
+#: pg_resetxlog.c:1181
 #, c-format
 msgid "  -?, --help       show this help, then exit\n"
 msgstr "  -?, --help       pokazuje ten ekran pomocy i kończy\n"
 
-#: pg_resetxlog.c:1092
+#: pg_resetxlog.c:1182
 #, c-format
 msgid ""
 "\n"
@@ -561,8 +611,23 @@ msgstr ""
 "\n"
 "Błędy proszę przesyłać na adres <pgsql-bugs@postgresql.org>.\n"
 
+#~ msgid "First log file ID after reset:        %u\n"
+#~ msgstr "Pierwszy plik dziennika po resecie:              %u\n"
+
 #~ msgid "%s: could not read from directory \"%s\": %s\n"
 #~ msgstr "%s: nie można odczytać katalogu \"%s\": %s\n"
 
-#~ msgid "First log file ID after reset:        %u\n"
-#~ msgstr "Pierwszy plik dziennika po resecie:              %u\n"
+#~ msgid "%s: invalid argument for option -l\n"
+#~ msgstr "%s: niepoprawny argument dla opcji -l\n"
+
+#~ msgid "%s: invalid argument for option -O\n"
+#~ msgstr "%s: niepoprawny argument dla opcji -O\n"
+
+#~ msgid "%s: invalid argument for option -m\n"
+#~ msgstr "%s: niepoprawny argument dla opcji -m\n"
+
+#~ msgid "%s: invalid argument for option -o\n"
+#~ msgstr "%s: niepoprawny argument dla opcji -o\n"
+
+#~ msgid "%s: invalid argument for option -x\n"
+#~ msgstr "%s: niepoprawny argument dla opcji -x\n"
diff --git a/pl/pg_rewind.po b/pl/pg_rewind.po
new file mode 100644 (file)
index 0000000..e4bcce7
--- /dev/null
@@ -0,0 +1,813 @@
+# LANGUAGE message translation file for pg_rewind
+# Copyright (C) 2015 PostgreSQL Global Development Group
+# This file is distributed under the same license as the PostgreSQL package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
+# grzegorz <begina.felicysym@wp.eu>, 2015.
+msgid ""
+msgstr ""
+"Project-Id-Version: pg_rewind (PostgreSQL) 9.5\n"
+"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
+"POT-Creation-Date: 2015-08-15 18:44+0000\n"
+"PO-Revision-Date: 2015-08-16 16:37+0200\n"
+"Last-Translator: grzegorz <begina.felicysym@wp.eu>\n"
+"Language-Team: begina.felicysym@wp.eu\n"
+"Language: pl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2);\n"
+"X-Generator: Virtaal 0.7.1\n"
+
+#: ../../../src/backend/access/transam/xlogreader.c:264
+#, c-format
+msgid "invalid record offset at %X/%X"
+msgstr "niepoprawne przesunięcie rekordu w %X/%X"
+
+#: ../../../src/backend/access/transam/xlogreader.c:272
+#, c-format
+msgid "contrecord is requested by %X/%X"
+msgstr "wymagany kontrekord w %X/%X"
+
+#: ../../../src/backend/access/transam/xlogreader.c:312
+#: ../../../src/backend/access/transam/xlogreader.c:603
+#, c-format
+msgid "invalid record length at %X/%X"
+msgstr "niepoprawna długość rekordu w %X/%X"
+
+#: ../../../src/backend/access/transam/xlogreader.c:326
+#, c-format
+msgid "record length %u at %X/%X too long"
+msgstr "za duża długość rekordu %u w %X/%X"
+
+#: ../../../src/backend/access/transam/xlogreader.c:367
+#, c-format
+msgid "there is no contrecord flag at %X/%X"
+msgstr "brak flagi kontrekordu na %X/%X"
+
+#: ../../../src/backend/access/transam/xlogreader.c:380
+#, c-format
+msgid "invalid contrecord length %u at %X/%X"
+msgstr "niepoprawna długość kontrekordu %u na %X/%X"
+
+#: ../../../src/backend/access/transam/xlogreader.c:610
+#, c-format
+msgid "invalid resource manager ID %u at %X/%X"
+msgstr "niepoprawny ID menażera zasobów %u w %X/%X"
+
+#: ../../../src/backend/access/transam/xlogreader.c:624
+#: ../../../src/backend/access/transam/xlogreader.c:641
+#, c-format
+msgid "record with incorrect prev-link %X/%X at %X/%X"
+msgstr "rekord z niepoprawnym poprz-linkiem %X/%X w %X/%X"
+
+#: ../../../src/backend/access/transam/xlogreader.c:678
+#, c-format
+msgid "incorrect resource manager data checksum in record at %X/%X"
+msgstr "niepoprawna suma kontrolna danych menadżera zasobów w rekordzie w %X/%X"
+
+#: ../../../src/backend/access/transam/xlogreader.c:711
+#, c-format
+msgid "invalid magic number %04X in log segment %s, offset %u"
+msgstr ""
+"niepoprawny magiczny numer %04X w segmencie dziennika %s, przesunięcie %u"
+
+#: ../../../src/backend/access/transam/xlogreader.c:725
+#: ../../../src/backend/access/transam/xlogreader.c:776
+#, c-format
+msgid "invalid info bits %04X in log segment %s, offset %u"
+msgstr ""
+"niepoprawny bity informacji %04X w segmencie dziennika %s, przesunięcie %u"
+
+#: ../../../src/backend/access/transam/xlogreader.c:751
+#, c-format
+msgid "WAL file is from different database system: WAL file database system identifier is %s, pg_control database system identifier is %s."
+msgstr ""
+"plik WAL pochodzi z innego systemu bazy danych: identyfikator systemu bazy "
+"danych z pliku WAL to %s, a identyfikator systemu bazy danych z pg_control "
+"to %s."
+
+#: ../../../src/backend/access/transam/xlogreader.c:758
+#, c-format
+msgid "WAL file is from different database system: Incorrect XLOG_SEG_SIZE in page header."
+msgstr ""
+"plik WAL pochodzi z innego systemu bazy danych: Niepoprawny XLOG_SEG_SIZE w "
+"nagłówku strony."
+
+#: ../../../src/backend/access/transam/xlogreader.c:764
+#, c-format
+msgid "WAL file is from different database system: Incorrect XLOG_BLCKSZ in page header."
+msgstr ""
+"plik WAL pochodzi z innego systemu bazy danych: Niepoprawny XLOG_BLCKSZ w "
+"nagłówku strony."
+
+#: ../../../src/backend/access/transam/xlogreader.c:790
+#, c-format
+msgid "unexpected pageaddr %X/%X in log segment %s, offset %u"
+msgstr "nieoczekiwany adrstrony %X/%X w segmencie dziennika %s, przesunięcie %u"
+
+#: ../../../src/backend/access/transam/xlogreader.c:815
+#, c-format
+msgid "out-of-sequence timeline ID %u (after %u) in log segment %s, offset %u"
+msgstr ""
+"nieoczekiwany ID linii czasu %u (po %u) w segmencie dziennika %s, "
+"przesunięcie %u"
+
+#: ../../../src/backend/access/transam/xlogreader.c:1024
+#, c-format
+msgid "out-of-order block_id %u at %X/%X"
+msgstr "poza porządkiem block_id %u na %X/%X"
+
+#: ../../../src/backend/access/transam/xlogreader.c:1046
+#, c-format
+msgid "BKPBLOCK_HAS_DATA set, but no data included at %X/%X"
+msgstr "BKPBLOCK_HAS_DATA jest ustawione, ale nie załączono danych na %X/%X"
+
+#: ../../../src/backend/access/transam/xlogreader.c:1053
+#, c-format
+msgid "BKPBLOCK_HAS_DATA not set, but data length is %u at %X/%X"
+msgstr "BKPBLOCK_HAS_DATA nie jest ustawione, długość danych to %u na %X/%X"
+
+#: ../../../src/backend/access/transam/xlogreader.c:1086
+#, c-format
+msgid "BKPIMAGE_HAS_HOLE set, but hole offset %u length %u block image length %u at %X/%X"
+msgstr ""
+"BKPIMAGE_HAS_HOLE jest ustawione, ale przesunięcie dziury %u długości %u "
+"blok obrazu o długości %u na %X/%X"
+
+#: ../../../src/backend/access/transam/xlogreader.c:1102
+#, c-format
+msgid "BKPIMAGE_HAS_HOLE not set, but hole offset %u length %u at %X/%X"
+msgstr ""
+"BKPIMAGE_HAS_HOLE nie jest ustawione, ale przesunięcie dziury %u o długości "
+"%u na %X/%X"
+
+#: ../../../src/backend/access/transam/xlogreader.c:1117
+#, c-format
+msgid "BKPIMAGE_IS_COMPRESSED set, but block image length %u at %X/%X"
+msgstr ""
+"BKPIMAGE_IS_COMPRESSED jest ustawione, ale blok obrazu o długości %u na %X/%"
+"X"
+
+#: ../../../src/backend/access/transam/xlogreader.c:1132
+#, c-format
+msgid "neither BKPIMAGE_HAS_HOLE nor BKPIMAGE_IS_COMPRESSED set, but block image length is %u at %X/%X"
+msgstr ""
+"ani BKPIMAGE_HAS_HOLE ani BKPIMAGE_IS_COMPRESSED nie jest ustawione, ale "
+"długość bloku obrazu to %u na %X/%X"
+
+#: ../../../src/backend/access/transam/xlogreader.c:1148
+#, c-format
+msgid "BKPBLOCK_SAME_REL set but no previous rel at %X/%X"
+msgstr "BKPBLOCK_SAME_REL jest ustawione ale brak poprzedniej rel na %X/%X"
+
+#: ../../../src/backend/access/transam/xlogreader.c:1160
+#, c-format
+msgid "invalid block_id %u at %X/%X"
+msgstr "niepoprawny block_id %u na %X/%X"
+
+#: ../../../src/backend/access/transam/xlogreader.c:1225
+#, c-format
+msgid "record with invalid length at %X/%X"
+msgstr "rekord o niepoprawnej długości w %X/%X"
+
+#: ../../../src/backend/access/transam/xlogreader.c:1314
+#, c-format
+msgid "invalid compressed image at %X/%X, block %d"
+msgstr "niepoprawny skompresowany obraz na %X/%X, blok %d"
+
+#: ../../common/fe_memutils.c:35 ../../common/fe_memutils.c:75
+#: ../../common/fe_memutils.c:98 parsexlog.c:74 parsexlog.c:127
+#: parsexlog.c:179
+#, c-format
+msgid "out of memory\n"
+msgstr "brak pamięci\n"
+
+#: ../../common/fe_memutils.c:92
+#, c-format
+msgid "cannot duplicate null pointer (internal error)\n"
+msgstr "nie można powielić pustego wskazania (błąd wewnętrzny)\n"
+
+#: ../../common/restricted_token.c:68
+#, c-format
+msgid "%s: WARNING: cannot create restricted tokens on this platform\n"
+msgstr "%s: OSTRZEŻENIE nie można tworzyć ograniczonych tokenów na tej platformie\n"
+
+#: ../../common/restricted_token.c:77
+#, c-format
+msgid "%s: could not open process token: error code %lu\n"
+msgstr "%s: nie można otworzyć tokenu procesu: kod błędu %lu\n"
+
+#: ../../common/restricted_token.c:90
+#, c-format
+msgid "%s: could not allocate SIDs: error code %lu\n"
+msgstr "%s: nie udało się przydzielić SIDów: kod błędu %lu\n"
+
+#: ../../common/restricted_token.c:110
+#, c-format
+msgid "%s: could not create restricted token: error code %lu\n"
+msgstr "%s: nie udało się utworzyć ograniczonego tokena: kod błędu %lu\n"
+
+#: ../../common/restricted_token.c:132
+#, c-format
+msgid "%s: could not start process for command \"%s\": error code %lu\n"
+msgstr "%s: nie udało się uruchomić procesu dla polecenia \"%s\": kod błędu %lu\n"
+
+#: ../../common/restricted_token.c:170
+#, c-format
+msgid "%s: could not re-execute with restricted token: error code %lu\n"
+msgstr "%s: nie udało się ponownie wykonać ograniczonego tokena: %lu\n"
+
+#: ../../common/restricted_token.c:186
+#, c-format
+msgid "%s: could not get exit code from subprocess: error code %lu\n"
+msgstr "%s: nie udało uzyskać kodu wyjścia z usługi podrzędnej: kod błędu %lu\n"
+
+#: copy_fetch.c:64
+#, c-format
+msgid "could not open directory \"%s\": %s\n"
+msgstr "nie można otworzyć katalogu \"%s\": %s\n"
+
+#: copy_fetch.c:93 filemap.c:112 filemap.c:267
+#, c-format
+msgid "could not stat file \"%s\": %s\n"
+msgstr "nie można wykonać stat na pliku \"%s\": %s\n"
+
+#: copy_fetch.c:122
+#, c-format
+msgid "could not read symbolic link \"%s\": %s\n"
+msgstr "nie można odczytać linku symbolicznego \"%s\": %s\n"
+
+#: copy_fetch.c:125
+#, c-format
+msgid "symbolic link \"%s\" target is too long\n"
+msgstr "cel linku symbolicznego \"%s\" jest za długi\n"
+
+#: copy_fetch.c:140
+#, c-format
+msgid "\"%s\" is a symbolic link, but symbolic links are not supported on this platform\n"
+msgstr "\"%s\" jest dowiązaniem symbolicznym, ale linki symboliczne nie są obsługiwane "
+"na tej platformie\n"
+
+#: copy_fetch.c:147
+#, c-format
+msgid "could not read directory \"%s\": %s\n"
+msgstr "nie można czytać katalogu \"%s\": %s\n"
+
+#: copy_fetch.c:151
+#, c-format
+msgid "could not close directory \"%s\": %s\n"
+msgstr "nie można zamknąć katalogu \"%s\": %s\n"
+
+#: copy_fetch.c:171
+#, c-format
+msgid "could not open source file \"%s\": %s\n"
+msgstr "nie można otworzyć pliku źródłowego \"%s\": %s\n"
+
+#: copy_fetch.c:175
+#, c-format
+msgid "could not seek in source file: %s\n"
+msgstr "nie można pozycjonować w pliku wyjścia %s\n"
+
+#: copy_fetch.c:192 file_ops.c:301
+#, c-format
+msgid "could not read file \"%s\": %s\n"
+msgstr "nie można czytać pliku \"%s\": %s\n"
+
+#: copy_fetch.c:195
+#, c-format
+msgid "unexpected EOF while reading file \"%s\"\n"
+msgstr "nieoczekiwany EOF podczas czytania pliku \"%s\"\n"
+
+#: copy_fetch.c:202
+#, c-format
+msgid "could not close file \"%s\": %s\n"
+msgstr "nie można zamknąć pliku \"%s\": %s\n"
+
+#: file_ops.c:64
+#, c-format
+msgid "could not open target file \"%s\": %s\n"
+msgstr "nie można otworzyć pliku docelowego \"%s\": %s\n"
+
+#: file_ops.c:78
+#, c-format
+msgid "could not close target file \"%s\": %s\n"
+msgstr "nie można zamknąć pliku docelowego \"%s\": %s\n"
+
+#: file_ops.c:99
+#, c-format
+msgid "could not seek in target file \"%s\": %s\n"
+msgstr "nie można przeszukiwać pliku docelowego \"%s\": %s\n"
+
+#: file_ops.c:115
+#, c-format
+msgid "could not write file \"%s\": %s\n"
+msgstr "nie można pisać do pliku \"%s\": %s\n"
+
+#: file_ops.c:165
+#, c-format
+msgid "invalid action (CREATE) for regular file\n"
+msgstr "nieprawidłowe działanie (CREATE) dla zwykłego pliku\n"
+
+#: file_ops.c:180
+#, c-format
+msgid "could not remove file \"%s\": %s\n"
+msgstr "nie można usunąć pliku \"%s\": %s\n"
+
+#: file_ops.c:197
+#, c-format
+msgid "could not open file \"%s\" for truncation: %s\n"
+msgstr "nie można otworzyć pliku \"%s\" do obcięcia: %s\n"
+
+#: file_ops.c:201
+#, c-format
+msgid "could not truncate file \"%s\" to %u bytes: %s\n"
+msgstr "nie można obciąć pliku \"%s\" do %u bajtów: %s\n"
+
+#: file_ops.c:217
+#, c-format
+msgid "could not create directory \"%s\": %s\n"
+msgstr "nie można utworzyć folderu \"%s\": %s\n"
+
+#: file_ops.c:231
+#, c-format
+msgid "could not remove directory \"%s\": %s\n"
+msgstr "nie można usunąć folderu \"%s\": %s\n"
+
+#: file_ops.c:245
+#, c-format
+msgid "could not create symbolic link at \"%s\": %s\n"
+msgstr "nie można utworzyć linku symbolicznego na \"%s\": %s\n"
+
+#: file_ops.c:259
+#, c-format
+msgid "could not remove symbolic link \"%s\": %s\n"
+msgstr "nie można usunąć linku symbolicznego \"%s\": %s\n"
+
+#: file_ops.c:289 file_ops.c:293
+#, c-format
+msgid "could not open file \"%s\" for reading: %s\n"
+msgstr "nie można otworzyć pliku \"%s\" do odczytu: %s\n"
+
+#: filemap.c:104
+#, c-format
+msgid "data file \"%s\" in source is not a regular file\n"
+msgstr "plik danych źródła \"%s\" nie jest zwykłym plikiem\n"
+
+#: filemap.c:126
+#, c-format
+msgid "\"%s\" is not a directory\n"
+msgstr "\"%s\" nie jest katalogiem\n"
+
+#: filemap.c:149
+#, c-format
+msgid "\"%s\" is not a symbolic link\n"
+msgstr "\"%s\" nie jest dowiązaniem symbolicznym\n"
+
+#: filemap.c:161
+#, c-format
+msgid "\"%s\" is not a regular file\n"
+msgstr "\"%s\" nie jest zwykłym plikiem\n"
+
+#: filemap.c:279
+#, c-format
+msgid "source file list is empty\n"
+msgstr "źródłowa lista plików jest pusta\n"
+
+#: filemap.c:401
+#, c-format
+msgid "unexpected page modification for directory or symbolic link \"%s\"\n"
+msgstr "nieoczekiwana modyfikacja strony dla folderu lub linku symbolicznego \"%s\"\n"
+
+#: libpq_fetch.c:55
+#, c-format
+msgid "could not connect to server: %s"
+msgstr "nie można połączyć z serwerem: %s"
+
+#: libpq_fetch.c:58
+#, c-format
+msgid "connected to server\n"
+msgstr "połączono z serwerem\n"
+
+#: libpq_fetch.c:68
+#, c-format
+msgid "source server must not be in recovery mode\n"
+msgstr "serwer źródłowy nie może być w trybie odzyskiwania\n"
+
+#: libpq_fetch.c:78
+#, c-format
+msgid "full_page_writes must be enabled in the source server\n"
+msgstr "full_page_writes musi być włączony na serwerze źródłowym\n"
+
+#: libpq_fetch.c:95
+#, c-format
+msgid "error running query (%s) in source server: %s"
+msgstr "błąd wykonania zapytania (%s) na serwerze źródłowym: %s"
+
+#: libpq_fetch.c:100
+#, c-format
+msgid "unexpected result set from query\n"
+msgstr "nieoczekiwany zbiór wynikowy z zapytania\n"
+
+#: libpq_fetch.c:123
+#, c-format
+msgid "unrecognized result \"%s\" for current XLOG insert location\n"
+msgstr "nierozpoznany wynik \"%s\" dla bieżącego położenia wstawiania XLOG\n"
+
+#: libpq_fetch.c:173
+#, c-format
+msgid "could not fetch file list: %s"
+msgstr "nie można pobrać listy plików: %s"
+
+#: libpq_fetch.c:178
+#, c-format
+msgid "unexpected result set while fetching file list\n"
+msgstr "nieoczekiwana zbiór wynikowy przy pobieraniu listy plików\n"
+
+#: libpq_fetch.c:226
+#, c-format
+msgid "could not send query: %s"
+msgstr "nie udało się wysłać zapytania: %s"
+
+#: libpq_fetch.c:228
+#, c-format
+msgid "getting file chunks\n"
+msgstr "pobieranie kawałków pliku\n"
+
+#: libpq_fetch.c:231
+#, c-format
+msgid "could not set libpq connection to single row mode\n"
+msgstr "nie można ustalić połączenia libpq na tryb pojedynczego wiersza\n"
+
+#: libpq_fetch.c:251
+#, c-format
+msgid "unexpected result while fetching remote files: %s\n"
+msgstr "nieoczekiwany wynik przy pobieraniu plików zdalnych: %s\n"
+
+#: libpq_fetch.c:257
+#, c-format
+msgid "unexpected result set size while fetching remote files\n"
+msgstr "nieoczekiwana długość zbioru wynikowego przy pobieraniu plików zdalnych\n"
+
+#: libpq_fetch.c:263
+#, c-format
+msgid "unexpected data types in result set while fetching remote files: %u %u %u\n"
+msgstr "nieoczekiwane typy danych w zbiorze wartości przy pobieraniu plików "
+"zdalnych: %u %u %u\n"
+
+#: libpq_fetch.c:271
+#, c-format
+msgid "unexpected result format while fetching remote files\n"
+msgstr "nieoczekiwany format wyniku przy pobieraniu plików zdalnych\n"
+
+#: libpq_fetch.c:277
+#, c-format
+msgid "unexpected null values in result while fetching remote files\n"
+msgstr "nieoczekiwane wartości puste przy pobieraniu plików zdalnych\n"
+
+#: libpq_fetch.c:281
+#, c-format
+msgid "unexpected result length while fetching remote files\n"
+msgstr "nieoczekiwana długość wyniku przy pobieraniu plików zdalnych\n"
+
+#: libpq_fetch.c:303
+#, c-format
+msgid "received NULL chunk for file \"%s\", file has been deleted\n"
+msgstr "otrzymano kawałek NULL dla pliku \"%s\", plik został usunięty\n"
+
+#: libpq_fetch.c:310
+#, c-format
+msgid "received chunk for file \"%s\", offset %d, size %d\n"
+msgstr "otrzymany kawałek pliku \"%s\", pozycja %d, rozmiar %d\n"
+
+#: libpq_fetch.c:339
+#, c-format
+msgid "could not fetch remote file \"%s\": %s"
+msgstr "nie można pobrać pliku zdalnego \"%s\": %s"
+
+#: libpq_fetch.c:344
+#, c-format
+msgid "unexpected result set while fetching remote file \"%s\"\n"
+msgstr "nieoczekiwany zbiór wynikowy przy pobieraniu pliku zdalnego: \"%s\"\n"
+
+#: libpq_fetch.c:355
+#, c-format
+msgid "fetched file \"%s\", length %d\n"
+msgstr "pobrano plik \"%s\", długość %d\n"
+
+#: libpq_fetch.c:387
+#, c-format
+msgid "could not send COPY data: %s"
+msgstr "nie można wysłać danych COPY: %s"
+
+#: libpq_fetch.c:413
+#, c-format
+msgid "could not create temporary table: %s"
+msgstr "nie można utworzyć tabeli tymczasowej: %s"
+
+#: libpq_fetch.c:421
+#, c-format
+msgid "could not send file list: %s"
+msgstr "nie można przesłać listy plików: %s"
+
+#: libpq_fetch.c:463
+#, c-format
+msgid "could not send end-of-COPY: %s"
+msgstr "nie można wysłać end-of-COPY: %s"
+
+#: libpq_fetch.c:469
+#, c-format
+msgid "unexpected result while sending file list: %s"
+msgstr "nieoczekiwany wynik podczas wysyłania listy plików: %s"
+
+#: logging.c:57
+msgid "Failure, exiting\n"
+msgstr "Niepowodzenie, wyjście\n"
+
+#: logging.c:140
+#, c-format
+msgid "%*s/%s kB (%d%%) copied"
+msgstr "%*s/%s kB (%d%%) skopiowano"
+
+#: parsexlog.c:87 parsexlog.c:133
+#, c-format
+msgid "could not read WAL record at %X/%X: %s\n"
+msgstr "nie udało się odczytać rekordu WAL na %X/%X: %s\n"
+
+#: parsexlog.c:91 parsexlog.c:136
+#, c-format
+msgid "could not read WAL record at %X/%X\n"
+msgstr "nie udało się odczytać rekordu WAL na %X/%X\n"
+
+#: parsexlog.c:191
+#, c-format
+msgid "could not find previous WAL record at %X/%X: %s\n"
+msgstr "nie udało się odnaleźć poprzedniego rekordu WAL na %X/%X: %s\n"
+
+#: parsexlog.c:195
+#, c-format
+msgid "could not find previous WAL record at %X/%X\n"
+msgstr "nie udało się odnaleźć poprzedniego rekordu WAL na %X/%X\n"
+
+#: parsexlog.c:268
+#, c-format
+msgid "could not open file \"%s\": %s\n"
+msgstr "nie można otworzyć pliku \"%s\": %s\n"
+
+#: parsexlog.c:282
+#, c-format
+msgid "could not seek in file \"%s\": %s\n"
+msgstr "nie można pozycjonować w pliku \"%s\": %s\n"
+
+#: parsexlog.c:289
+#, c-format
+msgid "could not read from file \"%s\": %s\n"
+msgstr "nie można czytać z pliku \"%s\": %s\n"
+
+#: parsexlog.c:357
+#, c-format
+msgid ""
+"WAL record modifies a relation, but record type is not recognized\n"
+"lsn: %X/%X, rmgr: %s, info: %02X\n"
+msgstr ""
+"rekord WAL zmienia relację, butale typ rekordu nie został rozpoznany\n"
+"lsn: %X/%X, rmgr: %s, info: %02X\n"
+
+#: pg_rewind.c:59
+#, c-format
+msgid ""
+"%s resynchronizes a PostgreSQL cluster with another copy of the cluster.\n"
+"\n"
+msgstr ""
+"%s resynchronizuje klaster PostgreSQL z inną kopią tego klastra.\n"
+"\n"
+
+#: pg_rewind.c:60
+#, c-format
+msgid ""
+"Usage:\n"
+"  %s [OPTION]...\n"
+"\n"
+msgstr ""
+"Użycie:\n"
+"  %s [OPCJE]...\n"
+"\n"
+
+#: pg_rewind.c:61
+#, c-format
+msgid "Options:\n"
+msgstr "Opcje:\n"
+
+#: pg_rewind.c:62
+#, c-format
+msgid "  -D, --target-pgdata=DIRECTORY  existing data directory to modify\n"
+msgstr "  -D, --target-pgdata=FOLDER     istniejący folder danych do zmiany\n"
+
+#: pg_rewind.c:63
+#, c-format
+msgid "      --source-pgdata=DIRECTORY  source data directory to sync with\n"
+msgstr "      --source-pgdata=FOLDER     źródłowy folder danych do wykonania sync\n"
+
+#: pg_rewind.c:64
+#, c-format
+msgid "      --source-server=CONNSTR    source server to sync with\n"
+msgstr "      --source-server=CONNSTR    serwer źródłowy do wykonania sync\n"
+
+#: pg_rewind.c:65
+#, c-format
+msgid "  -n, --dry-run                  stop before modifying anything\n"
+msgstr "  -n, --dry-run                  zatrzymaj przed zmianą czegokolwiek\n"
+
+#: pg_rewind.c:66
+#, c-format
+msgid "  -P, --progress                 write progress messages\n"
+msgstr "  -P, --progress                 wypisz komunikaty postępu\n"
+
+#: pg_rewind.c:67
+#, c-format
+msgid "      --debug                    write a lot of debug messages\n"
+msgstr "      --debug                    wypisz masę komunikatów debugowania\n"
+
+#: pg_rewind.c:68
+#, c-format
+msgid "  -V, --version                  output version information, then exit\n"
+msgstr "  -V, --version                  pokaż informacje o wersji i zakończ\n"
+
+#: pg_rewind.c:69
+#, c-format
+msgid "  -?, --help                     show this help, then exit\n"
+msgstr "  -?, --help                     pokaż tą pomoc i zakończ działanie\n"
+
+#: pg_rewind.c:70
+#, c-format
+msgid ""
+"\n"
+"Report bugs to <pgsql-bugs@postgresql.org>.\n"
+msgstr ""
+"\n"
+"Błędy proszę przesyłać na adres <pgsql-bugs@postgresql.org>.\n"
+
+#: pg_rewind.c:125 pg_rewind.c:156 pg_rewind.c:163 pg_rewind.c:171
+#, c-format
+msgid "Try \"%s --help\" for more information.\n"
+msgstr "Użyj \"%s --help\" aby uzyskać więcej informacji.\n"
+
+#: pg_rewind.c:155
+#, c-format
+msgid "%s: no source specified (--source-pgdata or --source-server)\n"
+msgstr "%s: nie wskazano źródła (--source-pgdata lub --source-server)\n"
+
+#: pg_rewind.c:162
+#, c-format
+msgid "%s: no target data directory specified (--target-pgdata)\n"
+msgstr "%s: nie wskazano docelowego folderu danych (--target-pgdata)\n"
+
+#: pg_rewind.c:169
+#, c-format
+msgid "%s: too many command-line arguments (first is \"%s\")\n"
+msgstr "%s: za duża ilość parametrów (pierwszy to \"%s\")\n"
+
+#: pg_rewind.c:184
+#, c-format
+msgid "cannot be executed by \"root\"\n"
+msgstr "nie może być wykonywane pod \"rootem\"\n"
+
+#: pg_rewind.c:185
+#, c-format
+msgid "You must run %s as the PostgreSQL superuser.\n"
+msgstr "Musisz uruchomić %s jako superużytkownik PostgreSQL.\n"
+
+#: pg_rewind.c:215
+#, c-format
+msgid "source and target cluster are on the same timeline\n"
+msgstr "klaster źródłowy i docelowy są na tej samej linii czasowej\n"
+
+#: pg_rewind.c:218
+#, c-format
+msgid "The servers diverged at WAL position %X/%X on timeline %u.\n"
+msgstr "Serwery rozeszły się na pozycji WAL %X/%X linii czasowej %u.\n"
+
+#: pg_rewind.c:253
+#, c-format
+msgid "No rewind required.\n"
+msgstr "Przewinięcie nie jest konieczne.\n"
+
+#: pg_rewind.c:259
+#, c-format
+msgid "Rewinding from last common checkpoint at %X/%X on timeline %u\n"
+msgstr "Przewinięcie do ostatniego zgodnego punktu kontrolnego na %X/%X linii "
+"czasowej %u\n"
+
+#: pg_rewind.c:267
+#, c-format
+msgid "reading source file list\n"
+msgstr "odczyt źródłowej listy plików\n"
+
+#: pg_rewind.c:269
+#, c-format
+msgid "reading target file list\n"
+msgstr "odczyt docelowej listy plików\n"
+
+#: pg_rewind.c:279
+#, c-format
+msgid "reading WAL in target\n"
+msgstr "odczyt WAL docelowy\n"
+
+#: pg_rewind.c:296
+#, c-format
+msgid "need to copy %lu MB (total source directory size is %lu MB)\n"
+msgstr "potrzeba skopiować %lu MB (pełna wielkość folderu źródłowego to %lu MB)\n"
+
+#: pg_rewind.c:313
+#, c-format
+msgid ""
+"\n"
+"creating backup label and updating control file\n"
+msgstr ""
+"\n"
+"tworzenie etykiety kopii zapasowej i aktualizacja pliku sterującego\n"
+
+#: pg_rewind.c:341
+#, c-format
+msgid "Done!\n"
+msgstr "Wykonano!\n"
+
+#: pg_rewind.c:353
+#, c-format
+msgid "source and target clusters are from different systems\n"
+msgstr "klastry źródłowy i docelowy pochodzą z innych systemów\n"
+
+#: pg_rewind.c:361
+#, c-format
+msgid "clusters are not compatible with this version of pg_rewind\n"
+msgstr "klastry nie są kompatybilne z tą wersją pg_rewind\n"
+
+#: pg_rewind.c:371
+#, c-format
+msgid "target server needs to use either data checksums or \"wal_log_hints = on\"\n"
+msgstr "serwer docelowy wymaga użycia albo sum kontrolnych albo \"wal_log_hints = on\"\n"
+
+#: pg_rewind.c:381
+#, c-format
+msgid "target server must be shut down cleanly\n"
+msgstr "serwer docelowy musi zostać czysto wyłączony\n"
+
+#: pg_rewind.c:389
+#, c-format
+msgid "source data directory must be shut down cleanly\n"
+msgstr "źródłowy folder danych musi być czysto wyłączony\n"
+
+#: pg_rewind.c:456
+#, c-format
+msgid "could not find common ancestor of the source and target cluster's timelines\n"
+msgstr "nie można znaleźć wspólnego przodka źródłowej i docelowej osi czasu klastra\n"
+
+#: pg_rewind.c:496
+#, c-format
+msgid "backup label buffer too small\n"
+msgstr "bufor etykiety kopii zapasowej jest za mały\n"
+
+#: pg_rewind.c:518
+#, c-format
+msgid "unexpected control file CRC\n"
+msgstr "nieoczekiwane CRC pliku kontrolnego\n"
+
+#: pg_rewind.c:528
+#, c-format
+msgid "unexpected control file size %d, expected %d\n"
+msgstr "nieoczekiwana długość pliku kontrolnego %d, oczekiwano %d\n"
+
+#: timeline.c:76 timeline.c:82
+#, c-format
+msgid "syntax error in history file: %s\n"
+msgstr "błąd składni w pliku historii: %s\n"
+
+#: timeline.c:77
+#, c-format
+msgid "Expected a numeric timeline ID.\n"
+msgstr "Oczekiwano numerycznego ID linii czasu.\n"
+
+#: timeline.c:83
+#, c-format
+msgid "Expected an XLOG switchpoint location.\n"
+msgstr "Oczekiwano położenia przełączenia XLOG.\n"
+
+#: timeline.c:88
+#, c-format
+msgid "invalid data in history file: %s\n"
+msgstr "niepoprawne dane w pliku historii: %s\n"
+
+#: timeline.c:89
+#, c-format
+msgid "Timeline IDs must be in increasing sequence.\n"
+msgstr "IDy linii czasu muszą być w kolejności rosnącej.\n"
+
+#: timeline.c:109
+#, c-format
+msgid "invalid data in history file\n"
+msgstr "niepoprawne dane w pliku historii\n"
+
+#: timeline.c:110
+#, c-format
+msgid "Timeline IDs must be less than child timeline's ID.\n"
+msgstr "IDy linii czasu muszą być mniejsze niż ID potomnej linii czasu.\n"
index 466f3ff99a8472c7bb767cf8a986202652375942..e2c184d92d36d4de944ab95cee451b5e9197f241 100644 (file)
 # Copyright (C) 2011 PostgreSQL Global Development Group
 # This file is distributed under the same license as the PostgreSQL package.
 # Begina Felicysym <begina.felicysym@wp.eu>, 2011, 2012.
+# grzegorz <begina.felicysym@wp.eu>, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: plperl (PostgreSQL 9.1)\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2013-01-29 13:39+0000\n"
-"PO-Revision-Date: 2013-01-29 12:51-0300\n"
-"Last-Translator: Begina Felicysym <begina.felicysym@wp.eu>\n"
-"Language-Team: Begina Felicysym\n"
+"POT-Creation-Date: 2015-08-15 18:37+0000\n"
+"PO-Revision-Date: 2015-08-16 16:42+0200\n"
+"Last-Translator: grzegorz <begina.felicysym@wp.eu>\n"
+"Language-Team: begina.felicysym@wp.eu\n"
 "Language: pl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2);\n"
 "X-Generator: Virtaal 0.7.1\n"
 
-#: plperl.c:386
+#: plperl.c:404
 msgid "If true, trusted and untrusted Perl code will be compiled in strict mode."
-msgstr "Jeśli prawda, zaufanych i niezaufanych kod Perl zostanie skompilowany w trybie ścisłym."
+msgstr ""
+"Jeśli prawda, zaufanych i niezaufanych kod Perl zostanie skompilowany w "
+"trybie ścisłym."
 
-#: plperl.c:400
+#: plperl.c:418
 msgid "Perl initialization code to execute when a Perl interpreter is initialized."
 msgstr "Kod inicjujący Perl do wykonania gdy inicjowany jest interpreter Perl."
 
-#: plperl.c:422
+#: plperl.c:440
 msgid "Perl initialization code to execute once when plperl is first used."
 msgstr "Kod inicjujący Perl do jednokrotnego wykonania gdy plperl jest użyty po raz pierwszy."
 
-#: plperl.c:430
+#: plperl.c:448
 msgid "Perl initialization code to execute once when plperlu is first used."
 msgstr "Kod inicjujący Perl do jednokrotnego wykonania gdy plperlu jest użyty po raz pierwszy."
 
-#: plperl.c:647 plperl.c:821 plperl.c:826 plperl.c:930 plperl.c:941
-#: plperl.c:982 plperl.c:1003 plperl.c:1992 plperl.c:2087 plperl.c:2149
+#: plperl.c:645
+#, c-format
+#| msgid "%s: WARNING: cannot create restricted tokens on this platform\n"
+msgid "cannot allocate multiple Perl interpreters on this platform"
+msgstr "nie można przydzielić wielu interpreterów Perl na tej platformie"
+
+#: plperl.c:665 plperl.c:840 plperl.c:846 plperl.c:960 plperl.c:972
+#: plperl.c:1015 plperl.c:1036 plperl.c:2068 plperl.c:2175 plperl.c:2242
+#: plperl.c:2304
 #, c-format
 msgid "%s"
 msgstr "%s"
 
-#: plperl.c:648
+#: plperl.c:666
 #, c-format
 msgid "while executing PostgreSQL::InServer::SPI::bootstrap"
 msgstr "podczas wykonania PostgreSQL::InServer::SPI::bootstrap"
 
-#: plperl.c:822
+#: plperl.c:841
 #, c-format
 msgid "while parsing Perl initialization"
 msgstr "podczas przetwarzania inicjacji Perl"
 
-#: plperl.c:827
+#: plperl.c:847
 #, c-format
 msgid "while running Perl initialization"
 msgstr "podczas wykonywania inicjacji Perl"
 
-#: plperl.c:931
+#: plperl.c:961
 #, c-format
 msgid "while executing PLC_TRUSTED"
 msgstr "podczas wykonywania PLC_TRUSTED"
 
-#: plperl.c:942
+#: plperl.c:973
 #, c-format
 msgid "while executing utf8fix"
 msgstr "podczas wykonywania utf8fix"
 
-#: plperl.c:983
+#: plperl.c:1016
 #, c-format
 msgid "while executing plperl.on_plperl_init"
 msgstr "podczas wykonania plperl.on_plperl_init"
 
-#: plperl.c:1004
+#: plperl.c:1037
 #, c-format
 msgid "while executing plperl.on_plperlu_init"
 msgstr "podczas wykonania plperl.on_plperlu_init"
 
-#: plperl.c:1048 plperl.c:1648
+#: plperl.c:1081 plperl.c:1710
 #, c-format
 msgid "Perl hash contains nonexistent column \"%s\""
 msgstr "hasz Perl zawiera nieistniejącą kolumnę \"%s\""
 
-#: plperl.c:1133
+#: plperl.c:1166
 #, c-format
 msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
 msgstr "liczba wymiarów tablicy (%d) przekracza maksimum (%d)"
 
-#: plperl.c:1145 plperl.c:1162
+#: plperl.c:1178 plperl.c:1195
 #, c-format
 msgid "multidimensional arrays must have array expressions with matching dimensions"
 msgstr "wielowymiarowe tablice muszą mieć wyrażenia tablicowe z pasującymi wymiarami"
 
-#: plperl.c:1199
+#: plperl.c:1230
 #, c-format
 msgid "cannot convert Perl array to non-array type %s"
 msgstr "nie można zmienić typu tablicowego Perl na typ nietablicowy %s"
 
-#: plperl.c:1295
+#: plperl.c:1332
 #, c-format
 msgid "cannot convert Perl hash to non-composite type %s"
 msgstr "nie można przekształcić Perlowego hasza na typ niezłożony %s"
 
-#: plperl.c:1306
+#: plperl.c:1343
 #, c-format
 msgid "function returning record called in context that cannot accept type record"
 msgstr "funkcja zwracająca rekord w wywołaniu, które nie akceptuje typów złożonych"
 
-#: plperl.c:1321
+#: plperl.c:1358
 #, c-format
 msgid "PL/Perl function must return reference to hash or array"
 msgstr "funkcja PL/Perl musi zwracać referencję do hasza lub tablicy"
 
-#: plperl.c:1625
+#: plperl.c:1395
+#, c-format
+#| msgid "no output function available for type %s"
+msgid "lookup failed for type %s"
+msgstr "nie dało się wyszukać typu %s"
+
+#: plperl.c:1687
 #, c-format
 msgid "$_TD->{new} does not exist"
 msgstr "$_TD->{new} nie istnieje"
 
-#: plperl.c:1629
+#: plperl.c:1691
 #, c-format
 msgid "$_TD->{new} is not a hash reference"
 msgstr "$_TD->{new} nie jest referencją haszu"
 
-#: plperl.c:1869 plperl.c:2568
+#: plperl.c:1944 plperl.c:2776
 #, c-format
 msgid "PL/Perl functions cannot return type %s"
 msgstr "funkcje PL/Perl nie mogą zwracać wartości typu %s"
 
-#: plperl.c:1882 plperl.c:2613
+#: plperl.c:1957 plperl.c:2821
 #, c-format
 msgid "PL/Perl functions cannot accept type %s"
 msgstr "funkcje PL/Perl nie obsługują typu %s"
 
-#: plperl.c:1996
+#: plperl.c:2073
 #, c-format
 msgid "didn't get a CODE reference from compiling function \"%s\""
 msgstr "nie udało się pobrać wskazania CODE z kompilowanej funkcji \"%s\""
 
-#: plperl.c:2194
+#: plperl.c:2163
+#, c-format
+#| msgid "didn't get a CODE reference from compiling function \"%s\""
+msgid "didn't get a return item from function"
+msgstr "nie odebrano zwracanego elementu z funkcji"
+
+#: plperl.c:2206 plperl.c:2272
+#, c-format
+msgid "couldn't fetch $_TD"
+msgstr "nie dało się pobrać $_TD"
+
+#: plperl.c:2230 plperl.c:2292
+#, c-format
+#| msgid "didn't get a CODE reference from compiling function \"%s\""
+msgid "didn't get a return item from trigger function"
+msgstr "nie odebrano zwracanego elementu z funkcji wyzwalacza"
+
+#: plperl.c:2349
 #, c-format
 msgid "set-valued function called in context that cannot accept a set"
 msgstr "funkcja zwracająca zbiór rekordów wywołana w kontekście, w którym nie jest to dopuszczalne"
 
-#: plperl.c:2238
+#: plperl.c:2393
 #, c-format
 msgid "set-returning PL/Perl function must return reference to array or use return_next"
 msgstr "funkcja PL/Perl zwracająca zbiór rekordów musi zwracać tablicę lub użyć return_next"
 
-#: plperl.c:2352
+#: plperl.c:2507
 #, c-format
 msgid "ignoring modified row in DELETE trigger"
 msgstr "ignorowanie modyfikacji wiersza w wyzwalaczy DELETE"
 
-#: plperl.c:2360
+#: plperl.c:2515
 #, c-format
 msgid "result of PL/Perl trigger function must be undef, \"SKIP\", or \"MODIFY\""
 msgstr "funkcja wyzwalacza PL/Perl musi zwracać undef, \"SKIP\", lub \"MODIFY\""
 
-#: plperl.c:2498 plperl.c:2508
+#: plperl.c:2694 plperl.c:2704
 #, c-format
 msgid "out of memory"
 msgstr "brak pamięci"
 
-#: plperl.c:2560
+#: plperl.c:2768
 #, c-format
 msgid "trigger functions can only be called as triggers"
 msgstr "procedury wyzwalaczy mogą być wywoływane jedynie przez wyzwalacze"
 
-#: plperl.c:2933
+#: plperl.c:3144
 #, c-format
 msgid "cannot use return_next in a non-SETOF function"
 msgstr "nie można używać return_next w funkcji nie SETOF"
 
-#: plperl.c:2989
+#: plperl.c:3200
 #, c-format
 msgid "SETOF-composite-returning PL/Perl function must call return_next with reference to hash"
 msgstr "funkcja PL/Perl zwracająca grupę wartości złożonych musi wywołać return_next z referencją haszu"
 
-#: plperl.c:3700
+#: plperl.c:3934
 #, c-format
 msgid "PL/Perl function \"%s\""
 msgstr "funkcja PL/Perl \"%s\""
 
-#: plperl.c:3712
+#: plperl.c:3946
 #, c-format
 msgid "compilation of PL/Perl function \"%s\""
 msgstr "kompilacja funkcji PL/Perl \"%s\""
 
-#: plperl.c:3721
+#: plperl.c:3955
 #, c-format
 msgid "PL/Perl anonymous code block"
 msgstr "anonimowy blok kodu PL/Perl"
index 74f2fe96797e2a0b46dbbe46d42c04616badf5f2..86c28186dc86717ac10a65ac44af4b4b2df7e674 100644 (file)
@@ -2,13 +2,13 @@
 # Copyright (C) 2011 PostgreSQL Global Development Group
 # This file is distributed under the same license as the PostgreSQL package.
 # Begina Felicysym <begina.felicysym@wp.eu>, 2011, 2012, 2013.
-# grzegorz <begina.felicysym@wp.eu>, 2014.
+# grzegorz <begina.felicysym@wp.eu>, 2014, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: plpgsql (PostgreSQL 9.1)\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2014-11-10 20:37+0000\n"
-"PO-Revision-Date: 2014-11-10 23:00+0200\n"
+"POT-Creation-Date: 2015-08-15 18:37+0000\n"
+"PO-Revision-Date: 2015-08-16 16:58+0200\n"
 "Last-Translator: grzegorz <begina.felicysym@wp.eu>\n"
 "Language-Team: begina.felicysym@wp.eu\n"
 "Language: pl\n"
@@ -19,449 +19,455 @@ msgstr ""
 "|| n%100>=20) ? 1 : 2);\n"
 "X-Generator: Virtaal 0.7.1\n"
 
-#: pl_comp.c:436 pl_handler.c:438
+#: pl_comp.c:432 pl_handler.c:448
 #, c-format
 msgid "PL/pgSQL functions cannot accept type %s"
 msgstr "funkcje PL/pgSQL nie obsługują typu %s"
 
-#: pl_comp.c:517
+#: pl_comp.c:513
 #, c-format
 msgid "could not determine actual return type for polymorphic function \"%s\""
 msgstr "nie można określić, jaki typ zwraca funkcja polimorficzna \"%s\""
 
-#: pl_comp.c:547
+#: pl_comp.c:543
 #, c-format
 msgid "trigger functions can only be called as triggers"
 msgstr "procedury wyzwalaczy mogą być wywoływane jedynie przez wyzwalacze"
 
-#: pl_comp.c:551 pl_handler.c:423
+#: pl_comp.c:547 pl_handler.c:433
 #, c-format
 msgid "PL/pgSQL functions cannot return type %s"
 msgstr "funkcje PL/pgSQL nie mogą zwracać wartości typu %s"
 
-#: pl_comp.c:594
+#: pl_comp.c:588
 #, c-format
 msgid "trigger functions cannot have declared arguments"
 msgstr "funkcje wyzwalaczy nie mogą przyjmować żadnych argumentów"
 
-#: pl_comp.c:595
+#: pl_comp.c:589
 #, c-format
 msgid "The arguments of the trigger can be accessed through TG_NARGS and TG_ARGV instead."
 msgstr "Argumenty dla procedury wyzwalacza są umieszczane w zmiennych TG_NARGS oraz TG_ARGV."
 
-#: pl_comp.c:697
+#: pl_comp.c:691
 #, c-format
 msgid "event trigger functions cannot have declared arguments"
 msgstr "funkcje wyzwalaczy zdarzeń nie mogą przyjmować żadnych argumentów"
 
-#: pl_comp.c:962
+#: pl_comp.c:944
 #, c-format
 msgid "compilation of PL/pgSQL function \"%s\" near line %d"
 msgstr "kompilacja funkcji PL/pgSQL \"%s\", w okolicach linii %d"
 
-#: pl_comp.c:985
+#: pl_comp.c:967
 #, c-format
 msgid "parameter name \"%s\" used more than once"
 msgstr "nazwa argumentu \"%s\" użyta więcej niż raz"
 
-#: pl_comp.c:1095
+#: pl_comp.c:1077
 #, c-format
 msgid "column reference \"%s\" is ambiguous"
 msgstr "nazwa kolumny \"%s\" jest niejednoznaczna"
 
-#: pl_comp.c:1097
+#: pl_comp.c:1079
 #, c-format
 msgid "It could refer to either a PL/pgSQL variable or a table column."
 msgstr "Nazwa może odnosić się do zmiennej PL/pgSQL albo kolumny tabeli."
 
-#: pl_comp.c:1277 pl_comp.c:1305 pl_exec.c:4179 pl_exec.c:4524 pl_exec.c:4609
-#: pl_exec.c:4700
+#: pl_comp.c:1259 pl_comp.c:1287 pl_exec.c:4432 pl_exec.c:4781 pl_exec.c:4866
+#: pl_exec.c:4957
 #, c-format
 msgid "record \"%s\" has no field \"%s\""
 msgstr "rekord \"%s\" nie posiada pola \"%s\""
 
-#: pl_comp.c:1836
+#: pl_comp.c:1818
 #, c-format
 msgid "relation \"%s\" does not exist"
 msgstr "relacja \"%s\" nie istnieje"
 
-#: pl_comp.c:1945
+#: pl_comp.c:1927
 #, c-format
 msgid "variable \"%s\" has pseudo-type %s"
 msgstr "zmienna \"%s\" jest psuedo-typu %s"
 
-#: pl_comp.c:2011
+#: pl_comp.c:1994
 #, c-format
 msgid "relation \"%s\" is not a table"
 msgstr "relacja \"%s\" nie jest tabelą"
 
-#: pl_comp.c:2171
+#: pl_comp.c:2154
 #, c-format
 msgid "type \"%s\" is only a shell"
 msgstr "typ \"%s\" jest jedynie powłoką"
 
-#: pl_comp.c:2245 pl_comp.c:2298
+#: pl_comp.c:2243 pl_comp.c:2296
 #, c-format
 msgid "unrecognized exception condition \"%s\""
 msgstr "nieznany warunek wyjątku \"%s\""
 
-#: pl_comp.c:2456
+#: pl_comp.c:2503
 #, c-format
 msgid "could not determine actual argument type for polymorphic function \"%s\""
 msgstr "nie można określić typu argumentu dla funkcji polimorficznej \"%s\""
 
-#: pl_exec.c:277 pl_exec.c:537 pl_exec.c:816
+#: pl_exec.c:325 pl_exec.c:623 pl_exec.c:893
 msgid "during initialization of execution state"
 msgstr "podczas inicjacji stanu wykonywania"
 
-#: pl_exec.c:284
+#: pl_exec.c:332
 msgid "while storing call arguments into local variables"
 msgstr "podczas przepisywania argumentów wywołania do lokalnych zmiennych"
 
-#: pl_exec.c:326 pl_exec.c:694
+#: pl_exec.c:417 pl_exec.c:771
 msgid "during function entry"
 msgstr "podczas wchodzenia do funkcji"
 
-#: pl_exec.c:357 pl_exec.c:725 pl_exec.c:857
+#: pl_exec.c:448 pl_exec.c:802 pl_exec.c:930
 #, c-format
 msgid "CONTINUE cannot be used outside a loop"
 msgstr "instrukcja CONTINUE nie może być użyta poza pętlą"
 
-#: pl_exec.c:361
+#: pl_exec.c:452
 #, c-format
 msgid "control reached end of function without RETURN"
 msgstr "osiągnięto koniec funkcji, brakuje instrukcji RETURN"
 
-#: pl_exec.c:368
+#: pl_exec.c:459
 msgid "while casting return value to function's return type"
 msgstr "podczas rzutowania zwracanej wartości na typ wyniku funkcji"
 
-#: pl_exec.c:381 pl_exec.c:2843
+#: pl_exec.c:472 pl_exec.c:2972
 #, c-format
 msgid "set-valued function called in context that cannot accept a set"
 msgstr "funkcja zwracająca zbiór rekordów wywołana w kontekście, w którym nie jest to dopuszczalne"
 
-#: pl_exec.c:419 pl_exec.c:2686
+#: pl_exec.c:510 pl_exec.c:2814
 msgid "returned record type does not match expected record type"
 msgstr "został zwrócony rekord o niewłaściwym typie"
 
-#: pl_exec.c:479 pl_exec.c:733 pl_exec.c:865
+#: pl_exec.c:565 pl_exec.c:810 pl_exec.c:938
 msgid "during function exit"
 msgstr "podczas wyjścia z funkcji"
 
-#: pl_exec.c:729 pl_exec.c:861
+#: pl_exec.c:806 pl_exec.c:934
 #, c-format
 msgid "control reached end of trigger procedure without RETURN"
 msgstr "osiągnięto koniec funkcji wyzwalacza, brakuje instrukcji RETURN"
 
-#: pl_exec.c:738
+#: pl_exec.c:815
 #, c-format
 msgid "trigger procedure cannot return a set"
 msgstr "procedura wyzwalacza nie może zwracać zbioru rekordów"
 
-#: pl_exec.c:760
+#: pl_exec.c:837
 msgid "returned row structure does not match the structure of the triggering table"
 msgstr "struktura zwróconego rekordu nie odpowiada strukturze tabeli dla której wywołano wyzwalacz"
 
-#: pl_exec.c:916
+#. translator: last %s is a phrase such as "during statement block
+#. local variable initialization"
+#.
+#: pl_exec.c:989
 #, c-format
 msgid "PL/pgSQL function %s line %d %s"
 msgstr "funkcja PL/pgSQL %s, wiersz %d %s"
 
-#: pl_exec.c:927
+#. translator: last %s is a phrase such as "while storing call
+#. arguments into local variables"
+#.
+#: pl_exec.c:1000
 #, c-format
 msgid "PL/pgSQL function %s %s"
 msgstr "funkcja PL/pgSQL %s %s"
 
 #. translator: last %s is a plpgsql statement type name
-#: pl_exec.c:935
+#: pl_exec.c:1008
 #, c-format
 msgid "PL/pgSQL function %s line %d at %s"
 msgstr "funkcja PL/pgSQL %s, wiersz %d w %s"
 
-#: pl_exec.c:941
+#: pl_exec.c:1014
 #, c-format
 msgid "PL/pgSQL function %s"
 msgstr "funkcja PL/pgSQL %s"
 
-#: pl_exec.c:1050
+#: pl_exec.c:1124
 msgid "during statement block local variable initialization"
 msgstr "podczas inicjacji zmiennych lokalnych bloku instrukcji"
 
-#: pl_exec.c:1092
+#: pl_exec.c:1163
 #, c-format
 msgid "variable \"%s\" declared NOT NULL cannot default to NULL"
 msgstr "zmienna \"%s\" zadeklarowana jako NOT NULL nie może mieć wartości domyślnej NULL"
 
-#: pl_exec.c:1142
+#: pl_exec.c:1213
 msgid "during statement block entry"
 msgstr "podczas wchodzenia do bloku instrukcji"
 
-#: pl_exec.c:1163
+#: pl_exec.c:1234
 msgid "during statement block exit"
 msgstr "podczas opuszczania bloku instrukcji"
 
-#: pl_exec.c:1206
+#: pl_exec.c:1277
 msgid "during exception cleanup"
 msgstr "podczas kończenia obsługi wyjątków"
 
-#: pl_exec.c:1559
+#: pl_exec.c:1628
 #, c-format
 msgid "GET STACKED DIAGNOSTICS cannot be used outside an exception handler"
 msgstr "GET STACKED DIAGNOSTICS nie może być wykorzystane poza uchwytem wyjątku"
 
-#: pl_exec.c:1760
+#: pl_exec.c:1824
 #, c-format
 msgid "case not found"
 msgstr "etykieta instrukcji wyboru nie znaleziona"
 
-#: pl_exec.c:1761
+#: pl_exec.c:1825
 #, c-format
 msgid "CASE statement is missing ELSE part."
 msgstr "w wyrażeniu CASE brakuje części ELSE."
 
-#: pl_exec.c:1913
+#: pl_exec.c:1979
 #, c-format
 msgid "lower bound of FOR loop cannot be null"
 msgstr "początkowa wartość dla pętli FOR nie może być NULL"
 
-#: pl_exec.c:1928
+#: pl_exec.c:1995
 #, c-format
 msgid "upper bound of FOR loop cannot be null"
 msgstr "końcowa wartość dla pętli FOR nie może być NULL"
 
-#: pl_exec.c:1945
+#: pl_exec.c:2013
 #, c-format
 msgid "BY value of FOR loop cannot be null"
 msgstr "wartość wyrażenia BY w pętli FOR nie może być NULL"
 
-#: pl_exec.c:1951
+#: pl_exec.c:2019
 #, c-format
 msgid "BY value of FOR loop must be greater than zero"
 msgstr "wartość wyrażenia BY w pętli FOR musi być większa od zera"
 
-#: pl_exec.c:2121 pl_exec.c:3730
+#: pl_exec.c:2188 pl_exec.c:3949
 #, c-format
 msgid "cursor \"%s\" already in use"
 msgstr "kursor \"%s\" jest już używany"
 
-#: pl_exec.c:2144 pl_exec.c:3792
+#: pl_exec.c:2211 pl_exec.c:4011
 #, c-format
 msgid "arguments given for cursor without arguments"
 msgstr "podano argumenty dla kursora nie przyjmującego żadnych argumentów"
 
-#: pl_exec.c:2163 pl_exec.c:3811
+#: pl_exec.c:2230 pl_exec.c:4030
 #, c-format
 msgid "arguments required for cursor"
 msgstr "parametry wymagane dla kursora"
 
-#: pl_exec.c:2250
+#: pl_exec.c:2315
 #, c-format
 msgid "FOREACH expression must not be null"
 msgstr "wyrażenie w instrukcji FOREACH nie może być NULL"
 
-#: pl_exec.c:2256
+#: pl_exec.c:2321
 #, c-format
 msgid "FOREACH expression must yield an array, not type %s"
 msgstr "typem wyrażenie w instrukcji FOREACH musi być tablica, nie %s"
 
-#: pl_exec.c:2273
+#: pl_exec.c:2338
 #, c-format
 msgid "slice dimension (%d) is out of the valid range 0..%d"
 msgstr "wymiar wycinka tablicy (%d) przekracza dopuszczalny zakres 0..%d"
 
-#: pl_exec.c:2300
+#: pl_exec.c:2365
 #, c-format
 msgid "FOREACH ... SLICE loop variable must be of an array type"
 msgstr "zmienna użyta w pętli FOREACH ... SLICE musi być typu tablicowego"
 
-#: pl_exec.c:2304
+#: pl_exec.c:2369
 #, c-format
 msgid "FOREACH loop variable must not be of an array type"
 msgstr "zmienna użyta w pętli FOREACH nie może być typu tablicowego"
 
-#: pl_exec.c:2525 pl_exec.c:2678
+#: pl_exec.c:2557 pl_exec.c:2639 pl_exec.c:2806
 #, c-format
 msgid "cannot return non-composite value from function returning composite type"
 msgstr "nie można zwracać wartości prostej z funkcji zwracającej typ złożony"
 
-#: pl_exec.c:2569 pl_gram.y:3075
+#: pl_exec.c:2683 pl_gram.y:3112
 #, c-format
 msgid "cannot use RETURN NEXT in a non-SETOF function"
 msgstr "instrukcja RETURN NEXT nie może zostać użyta w funkcjach nie zwracających zbioru rekordów"
 
-#: pl_exec.c:2597 pl_exec.c:2720
+#: pl_exec.c:2717 pl_exec.c:2848
 #, c-format
 msgid "wrong result type supplied in RETURN NEXT"
 msgstr "niewłaściwy typ wyniku w instrukcji RETURN NEXT"
 
-#: pl_exec.c:2620 pl_exec.c:4166 pl_exec.c:4491 pl_exec.c:4517 pl_exec.c:4583
-#: pl_exec.c:4602 pl_exec.c:4670 pl_exec.c:4693
+#: pl_exec.c:2746 pl_exec.c:4419 pl_exec.c:4748 pl_exec.c:4774 pl_exec.c:4840
+#: pl_exec.c:4859 pl_exec.c:4927 pl_exec.c:4950
 #, c-format
 msgid "record \"%s\" is not assigned yet"
 msgstr "struktura rekordu \"%s\" nie jest jeszcze znana"
 
-#: pl_exec.c:2622 pl_exec.c:4168 pl_exec.c:4493 pl_exec.c:4519 pl_exec.c:4585
-#: pl_exec.c:4604 pl_exec.c:4672 pl_exec.c:4695
+#: pl_exec.c:2748 pl_exec.c:4421 pl_exec.c:4750 pl_exec.c:4776 pl_exec.c:4842
+#: pl_exec.c:4861 pl_exec.c:4929 pl_exec.c:4952
 #, c-format
 msgid "The tuple structure of a not-yet-assigned record is indeterminate."
 msgstr "Struktura jest nieokreślona dla niezainicjowanego rekordu abstrakcyjnego."
 
-#: pl_exec.c:2626 pl_exec.c:2646
+#: pl_exec.c:2752 pl_exec.c:2772
 #, c-format
 msgid "wrong record type supplied in RETURN NEXT"
 msgstr "błędny typ rekordu w instrukcji RETURN NEXT"
 
-#: pl_exec.c:2738
+#: pl_exec.c:2867
 #, c-format
 msgid "RETURN NEXT must have a parameter"
 msgstr "po RETURN NEXT musi pojawić się parametr"
 
-#: pl_exec.c:2771 pl_gram.y:3133
+#: pl_exec.c:2900 pl_gram.y:3174
 #, c-format
 msgid "cannot use RETURN QUERY in a non-SETOF function"
 msgstr "nie można używać instrukcji RETURN QUERY w funkcjach nie zwracających zbioru rekordów"
 
-#: pl_exec.c:2791
+#: pl_exec.c:2920
 msgid "structure of query does not match function result type"
 msgstr "typ rekordu zwracany przez zapytanie nie odpowiada typowi zwracanemu przez funkcję"
 
-#: pl_exec.c:2871 pl_exec.c:3003
+#: pl_exec.c:3000 pl_exec.c:3130
 #, c-format
 msgid "RAISE option already specified: %s"
 msgstr "argument dla instrukcji RAISE został już podany: %s"
 
-#: pl_exec.c:2904
+#: pl_exec.c:3033
 #, c-format
 msgid "RAISE without parameters cannot be used outside an exception handler"
 msgstr "RAISE bez argumentów jest dopuszczalne tylko w bloku obsługi wyjątków"
 
-#: pl_exec.c:2945
-#, c-format
-msgid "too few parameters specified for RAISE"
-msgstr "za mało argumentów dla instrukcji RAISE"
-
-#: pl_exec.c:2973
-#, c-format
-msgid "too many parameters specified for RAISE"
-msgstr "za dużo argumentów dla instrukcji RAISE"
-
-#: pl_exec.c:2993
+#: pl_exec.c:3120
 #, c-format
 msgid "RAISE statement option cannot be null"
 msgstr "argument dla wyrażenia RAISE nie może być NULL"
 
-#: pl_exec.c:3064
+#: pl_exec.c:3191
 #, c-format
 msgid "%s"
 msgstr "%s"
 
-#: pl_exec.c:3241 pl_exec.c:3378 pl_exec.c:3569
+#: pl_exec.c:3264
+#, c-format
+#| msgid "Password encryption failed.\n"
+msgid "assertion failed"
+msgstr "niepowodzenie asercji"
+
+#: pl_exec.c:3455 pl_exec.c:3599 pl_exec.c:3788
 #, c-format
 msgid "cannot COPY to/from client in PL/pgSQL"
 msgstr "instrukcja COPY nie jest obsługiwana w PL/pgSQL"
 
-#: pl_exec.c:3245 pl_exec.c:3382 pl_exec.c:3573
+#: pl_exec.c:3459 pl_exec.c:3603 pl_exec.c:3792
 #, c-format
 msgid "cannot begin/end transactions in PL/pgSQL"
 msgstr "nie można rozpocząć ani zakończyć transakcji w PL/pgSQL"
 
-#: pl_exec.c:3246 pl_exec.c:3383 pl_exec.c:3574
+#: pl_exec.c:3460 pl_exec.c:3604 pl_exec.c:3793
 #, c-format
 msgid "Use a BEGIN block with an EXCEPTION clause instead."
 msgstr "Zamiast tego użyj bloku BEGIN wraz z klauzulą EXCEPTION."
 
-#: pl_exec.c:3406 pl_exec.c:3598
+#: pl_exec.c:3627 pl_exec.c:3817
 #, c-format
 msgid "INTO used with a command that cannot return data"
 msgstr "INTO zostało użyte z zapytaniem, które nie zwraca danych"
 
-#: pl_exec.c:3434 pl_exec.c:3626
+#: pl_exec.c:3655 pl_exec.c:3845
 #, c-format
 msgid "query returned no rows"
 msgstr "zapytanie nie zwróciło żadnych wierszy"
 
-#: pl_exec.c:3453 pl_exec.c:3645
+#: pl_exec.c:3674 pl_exec.c:3864
 #, c-format
 msgid "query returned more than one row"
 msgstr "zapytanie zwróciło więcej niż jeden wiersz"
 
-#: pl_exec.c:3470
+#: pl_exec.c:3691
 #, c-format
 msgid "query has no destination for result data"
 msgstr "nie wskazano gdzie mają zostać zapisane wyniki zapytania"
 
-#: pl_exec.c:3471
+#: pl_exec.c:3692
 #, c-format
 msgid "If you want to discard the results of a SELECT, use PERFORM instead."
-msgstr "Jeśli wyniki zapytania nie są istotne, używaj instrukcji PERFOM zamiast SELECT."
+msgstr ""
+"Jeśli wyniki zapytania nie są istotne, używaj instrukcji PERFOM zamiast "
+"SELECT."
 
-#: pl_exec.c:3505 pl_exec.c:6480
+#: pl_exec.c:3724 pl_exec.c:7136
 #, c-format
 msgid "query string argument of EXECUTE is null"
 msgstr "treść zapytania dla instrukcji EXECUTE ma wartość NULL"
 
-#: pl_exec.c:3561
+#: pl_exec.c:3780
 #, c-format
 msgid "EXECUTE of SELECT ... INTO is not implemented"
 msgstr "użycie SELECT ... INTO w instrukcji EXECUTE nie jest obsługiwane"
 
-#: pl_exec.c:3562
+#: pl_exec.c:3781
 #, c-format
 msgid "You might want to use EXECUTE ... INTO or EXECUTE CREATE TABLE ... AS instead."
 msgstr "Zamiast tego możesz użyć EXECUTE ... INTO lub EXECUTE CREATE TABLE ... AS."
 
-#: pl_exec.c:3874 pl_exec.c:3966
+#: pl_exec.c:4093 pl_exec.c:4185
 #, c-format
 msgid "cursor variable \"%s\" is null"
-msgstr "zmienna kursorowa \"%s\" ma wartość NULL"
+msgstr "zmienna kursorowa \"%s\" ma wartość pustą"
 
-#: pl_exec.c:3881 pl_exec.c:3973
+#: pl_exec.c:4100 pl_exec.c:4192
 #, c-format
 msgid "cursor \"%s\" does not exist"
 msgstr "kursor \"%s\" nie istnieje"
 
-#: pl_exec.c:3895
+#: pl_exec.c:4114
 #, c-format
 msgid "relative or absolute cursor position is null"
-msgstr "względna lub bezwzględna pozycja kursora o wartości NULL"
+msgstr "względna lub bezwzględna pozycja kursora o wartości null"
 
-#: pl_exec.c:4062
+#: pl_exec.c:4294
 #, c-format
 msgid "null value cannot be assigned to variable \"%s\" declared NOT NULL"
 msgstr "zmienna \"%s\" została zadeklarowana jako NOT NULL, nie można przypisać wartości NULL"
 
-#: pl_exec.c:4109
+#: pl_exec.c:4363
 #, c-format
 msgid "cannot assign non-composite value to a row variable"
 msgstr "nie można przypisać wartości skalarnej do zmiennej rekordowej"
 
-#: pl_exec.c:4133
+#: pl_exec.c:4387
 #, c-format
 msgid "cannot assign non-composite value to a record variable"
 msgstr "nie można przypisać wartości skalarnej do zmiennej rekordowej"
 
-#: pl_exec.c:4278
+#: pl_exec.c:4530
 #, c-format
 msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
 msgstr "liczba wymiarów tablicy (%d) przekracza maksimum (%d)"
 
-#: pl_exec.c:4310
+#: pl_exec.c:4562
 #, c-format
 msgid "subscripted object is not an array"
 msgstr "indeksowanie jest możliwe jedynie dla obiektu typu tablicowego"
 
-#: pl_exec.c:4347
+#: pl_exec.c:4599
 #, c-format
 msgid "array subscript in assignment must not be null"
-msgstr "w instrukcji przypisania do elementu tablicy indeksem elementu nie może być NULL"
+msgstr ""
+"w instrukcji przypisania do elementu tablicy indeksem elementu nie może być "
+"pusty"
 
-#: pl_exec.c:4806
+#: pl_exec.c:5066
 #, c-format
 msgid "query \"%s\" did not return data"
 msgstr "zapytanie \"%s\" nie zwróciło żadnych danych"
 
-#: pl_exec.c:4814
+#: pl_exec.c:5074
 #, c-format
 msgid "query \"%s\" returned %d column"
 msgid_plural "query \"%s\" returned %d columns"
@@ -469,15 +475,15 @@ msgstr[0] "zapytanie \"%s\" zwróciło %d kolumnę"
 msgstr[1] "zapytanie \"%s\" zwróciło %d kolumny"
 msgstr[2] "zapytanie \"%s\" zwróciło %d kolumn"
 
-#: pl_exec.c:4840
+#: pl_exec.c:5101
 #, c-format
 msgid "query \"%s\" returned more than one row"
 msgstr "zapytanie \"%s\" zwróciło więcej niż jeden wiersz"
 
-#: pl_exec.c:4897
+#: pl_exec.c:5163
 #, c-format
 msgid "query \"%s\" is not a SELECT"
-msgstr "zapytanie \"%s\" nie jest kwerendą (SELECT)"
+msgstr "zapytanie \"%s\" nie jest kwerendą SELECT"
 
 #: pl_funcs.c:218
 msgid "statement block"
@@ -503,308 +509,329 @@ msgstr "pętla FOR względem kursora"
 msgid "FOREACH over array"
 msgstr "pętla FOREACH po elementach tablicy"
 
-#: pl_funcs.c:248
+#: pl_funcs.c:250
 msgid "SQL statement"
 msgstr "wyrażenie SQL"
 
-#: pl_funcs.c:250
+#: pl_funcs.c:252
 msgid "EXECUTE statement"
 msgstr "instrukcja EXECUTE"
 
-#: pl_funcs.c:252
+#: pl_funcs.c:254
 msgid "FOR over EXECUTE statement"
 msgstr "pętla FOR po wynikach instrukcji EXECUTE"
 
-#: pl_gram.y:469
+#: pl_gram.y:472
 #, c-format
 msgid "block label must be placed before DECLARE, not after"
 msgstr "etykieta bloku musi pojawić się przed częścią DECLARE, nie po niej"
 
-#: pl_gram.y:489
+#: pl_gram.y:492
 #, c-format
 msgid "collations are not supported by type %s"
 msgstr "porównania nie jest dostępne dla typu %s"
 
-#: pl_gram.y:504
+#: pl_gram.y:507
 #, c-format
 msgid "row or record variable cannot be CONSTANT"
 msgstr "rekord nie może być zadeklarowany jako CONSTANT"
 
-#: pl_gram.y:514
+#: pl_gram.y:517
 #, c-format
 msgid "row or record variable cannot be NOT NULL"
 msgstr "rekord nie może być zadeklarowany jako NOT NULL"
 
-#: pl_gram.y:525
+#: pl_gram.y:528
 #, c-format
 msgid "default value for row or record variable is not supported"
-msgstr "domyślna wartość dla rekordów (abstrakcyjnych oraz konkretnego typu) nie jest obsługiwana"
+msgstr ""
+"domyślna wartość dla rekordów (abstrakcyjnych oraz konkretnego typu) nie "
+"jest obsługiwana"
 
-#: pl_gram.y:670 pl_gram.y:685 pl_gram.y:711
+#: pl_gram.y:673 pl_gram.y:688 pl_gram.y:714
 #, c-format
 msgid "variable \"%s\" does not exist"
 msgstr "zmienna \"%s\" nie istnieje"
 
-#: pl_gram.y:729 pl_gram.y:757
+#: pl_gram.y:732 pl_gram.y:760
 msgid "duplicate declaration"
 msgstr "powtórzona deklaracja"
 
-#: pl_gram.y:740 pl_gram.y:768
+#: pl_gram.y:743 pl_gram.y:771
 #, c-format
-#| msgid "variable \"%s\" is hidden by a local variable"
 msgid "variable \"%s\" shadows a previously defined variable"
 msgstr "zmienna \"%s\" przykrywa poprzednio zdefiniowaną zmienną"
 
-#: pl_gram.y:955
+#: pl_gram.y:950
 #, c-format
 msgid "diagnostics item %s is not allowed in GET STACKED DIAGNOSTICS"
 msgstr "element diagnostyczny %s nie jest dozwolony w GET STACKED DIAGNOSTICS"
 
-#: pl_gram.y:973
+#: pl_gram.y:968
 #, c-format
 msgid "diagnostics item %s is not allowed in GET CURRENT DIAGNOSTICS"
 msgstr "element diagnostyczny %s nie jest dozwolony w GET CURRENT DIAGNOSTICS"
 
-#: pl_gram.y:1071
+#: pl_gram.y:1066
 msgid "unrecognized GET DIAGNOSTICS item"
 msgstr "nieobsługiwany parametr dla instrukcji GET DIAGNOSTICS"
 
-#: pl_gram.y:1082 pl_gram.y:3320
+#: pl_gram.y:1077 pl_gram.y:3361
 #, c-format
 msgid "\"%s\" is not a scalar variable"
 msgstr "\"%s\" nie jest zmienną skalarną"
 
-#: pl_gram.y:1334 pl_gram.y:1528
+#: pl_gram.y:1329 pl_gram.y:1523
 #, c-format
 msgid "loop variable of loop over rows must be a record or row variable or list of scalar variables"
-msgstr "zmienna w pętli dla zapytań musi być rekordem (abstrakcyjnym lub konkretnego typu) albo listą zmiennych skalarnych"
+msgstr ""
+"zmienna w pętli dla zapytań musi być rekordem (abstrakcyjnym lub konkretnego "
+"typu) albo listą zmiennych skalarnych"
 
-#: pl_gram.y:1368
+#: pl_gram.y:1363
 #, c-format
 msgid "cursor FOR loop must have only one target variable"
 msgstr "w pętli FOR używającej kursorów dopuszczalna jest tylko jedna zmienna iteracyjna"
 
-#: pl_gram.y:1375
+#: pl_gram.y:1370
 #, c-format
 msgid "cursor FOR loop must use a bound cursor variable"
 msgstr "w pętli FOR można używać jedynie ograniczonych kursorów"
 
-#: pl_gram.y:1459
+#: pl_gram.y:1454
 #, c-format
 msgid "integer FOR loop must have only one target variable"
 msgstr "w pętli FOR dla liczb całkowitych można używać jednej zmiennej"
 
-#: pl_gram.y:1495
+#: pl_gram.y:1490
 #, c-format
 msgid "cannot specify REVERSE in query FOR loop"
 msgstr "nie można używać REVERSE w pętli FOR dla zapytań"
 
-#: pl_gram.y:1642
+#: pl_gram.y:1637
 #, c-format
 msgid "loop variable of FOREACH must be a known variable or list of variables"
 msgstr "zmienne używane w pętli FOREACH muszą zostać wcześniej zadeklarowana"
 
-#: pl_gram.y:1694 pl_gram.y:1731 pl_gram.y:1779 pl_gram.y:2776 pl_gram.y:2857
-#: pl_gram.y:2968 pl_gram.y:3721
+#: pl_gram.y:1689 pl_gram.y:1726 pl_gram.y:1774 pl_gram.y:2814 pl_gram.y:2896
+#: pl_gram.y:3007 pl_gram.y:3763
 msgid "unexpected end of function definition"
 msgstr "nieoczekiwany koniec definicji funkcji"
 
-#: pl_gram.y:1799 pl_gram.y:1823 pl_gram.y:1839 pl_gram.y:1845 pl_gram.y:1934
-#: pl_gram.y:1942 pl_gram.y:1956 pl_gram.y:2051 pl_gram.y:2232 pl_gram.y:2315
-#: pl_gram.y:2449 pl_gram.y:3563 pl_gram.y:3624 pl_gram.y:3702
+#: pl_gram.y:1794 pl_gram.y:1818 pl_gram.y:1834 pl_gram.y:1840 pl_gram.y:1954
+#: pl_gram.y:1962 pl_gram.y:1976 pl_gram.y:2071 pl_gram.y:2252 pl_gram.y:2335
+#: pl_gram.y:2486 pl_gram.y:3604 pl_gram.y:3665 pl_gram.y:3744
 msgid "syntax error"
 msgstr "błąd składni"
 
-#: pl_gram.y:1827 pl_gram.y:1829 pl_gram.y:2236 pl_gram.y:2238
+#: pl_gram.y:1822 pl_gram.y:1824 pl_gram.y:2256 pl_gram.y:2258
 msgid "invalid SQLSTATE code"
 msgstr "błędny kod SQLSTATE"
 
-#: pl_gram.y:1998
+#: pl_gram.y:2018
 msgid "syntax error, expected \"FOR\""
 msgstr "błąd składniowy, spodziewano się \"FOR\""
 
-#: pl_gram.y:2060
+#: pl_gram.y:2080
 #, c-format
 msgid "FETCH statement cannot return multiple rows"
 msgstr "instrukcja FETCH nie może zwracać wielu wierszy"
 
-#: pl_gram.y:2116
+#: pl_gram.y:2136
 #, c-format
 msgid "cursor variable must be a simple variable"
 msgstr "zmienna kursorowa musi być zmienną skalarną"
 
-#: pl_gram.y:2122
+#: pl_gram.y:2142
 #, c-format
 msgid "variable \"%s\" must be of type cursor or refcursor"
 msgstr "zmienna \"%s\" musi być typu cursor lub refcursor"
 
-#: pl_gram.y:2290
+#: pl_gram.y:2310
 msgid "label does not exist"
 msgstr "etykieta nie istnieje"
 
-#: pl_gram.y:2420 pl_gram.y:2431
+#: pl_gram.y:2457 pl_gram.y:2468
 #, c-format
 msgid "\"%s\" is not a known variable"
 msgstr "\"%s\" nie jest zmienną"
 
-#: pl_gram.y:2535 pl_gram.y:2545 pl_gram.y:2700
+#: pl_gram.y:2572 pl_gram.y:2582 pl_gram.y:2738
 msgid "mismatched parentheses"
 msgstr "niepasujące nawiasy"
 
-#: pl_gram.y:2549
+#: pl_gram.y:2586
 #, c-format
 msgid "missing \"%s\" at end of SQL expression"
 msgstr "brakuje \"%s\" na końcu wyrażenia SQL"
 
-#: pl_gram.y:2555
+#: pl_gram.y:2592
 #, c-format
 msgid "missing \"%s\" at end of SQL statement"
 msgstr "brakuje \"%s\" na końcu instrukcji SQL"
 
-#: pl_gram.y:2572
+#: pl_gram.y:2609
 msgid "missing expression"
 msgstr "brakuje wyrażenia"
 
-#: pl_gram.y:2574
+#: pl_gram.y:2611
 msgid "missing SQL statement"
 msgstr "brakuje instrukcji SQL"
 
-#: pl_gram.y:2702
+#: pl_gram.y:2740
 msgid "incomplete data type declaration"
 msgstr "deklaracja typu abstrakcyjnego"
 
-#: pl_gram.y:2725
+#: pl_gram.y:2763
 msgid "missing data type declaration"
 msgstr "brakująca deklaracja typu"
 
-#: pl_gram.y:2781
+#: pl_gram.y:2819
 msgid "INTO specified more than once"
 msgstr "INTO użyte więcej niż raz"
 
-#: pl_gram.y:2949
+#: pl_gram.y:2988
 msgid "expected FROM or IN"
 msgstr "spodziewano się FROM lub IN"
 
-#: pl_gram.y:3009
+#: pl_gram.y:3048
 #, c-format
 msgid "RETURN cannot have a parameter in function returning set"
-msgstr "instrukcja RETURN nie może mieć parametru w funkcjach zwracających zbiory rekordów (SETOF ...)"
+msgstr ""
+"instrukcja RETURN nie może mieć parametru w funkcjach zwracających zbiory "
+"rekordów (SETOF ...)"
 
-#: pl_gram.y:3010
+#: pl_gram.y:3049
 #, c-format
 msgid "Use RETURN NEXT or RETURN QUERY."
 msgstr "Użyj RETURN NEXT lub RETURN QUERY."
 
-#: pl_gram.y:3018
+#: pl_gram.y:3057
 #, c-format
 msgid "RETURN cannot have a parameter in function with OUT parameters"
-msgstr "instrukcja RETURN nie może mieć parametrów w funkcji posiadającej argumenty wyjściowe (OUT, INOUT)"
+msgstr ""
+"instrukcja RETURN nie może mieć parametrów w funkcji posiadającej argumenty "
+"wyjściowe (OUT, INOUT)"
 
-#: pl_gram.y:3027
+#: pl_gram.y:3066
 #, c-format
 msgid "RETURN cannot have a parameter in function returning void"
 msgstr "instrukcja RETURN nie może mieć parametru w funkcji, która nic nie zwraca"
 
-#: pl_gram.y:3089
+#: pl_gram.y:3126
 #, c-format
 msgid "RETURN NEXT cannot have a parameter in function with OUT parameters"
-msgstr "instrukcja RETURN NEXT nie może mieć parametrów w funkcji posiadające argumenty wyjściowe (OUT, INOUT)"
+msgstr ""
+"instrukcja RETURN NEXT nie może mieć parametrów w funkcji posiadające "
+"argumenty wyjściowe (OUT, INOUT)"
 
-#: pl_gram.y:3189
+#: pl_gram.y:3230
 #, c-format
 msgid "\"%s\" is declared CONSTANT"
 msgstr "\"%s\" zadeklarowano jako CONSTANT"
 
-#: pl_gram.y:3251 pl_gram.y:3263
+#: pl_gram.y:3292 pl_gram.y:3304
 #, c-format
 msgid "record or row variable cannot be part of multiple-item INTO list"
 msgstr "zmienna rekordowa nie może być celem w wyrażeniu INTO określonym dla więcej niż jednego argumentu"
 
-#: pl_gram.y:3308
+#: pl_gram.y:3349
 #, c-format
 msgid "too many INTO variables specified"
 msgstr "po INTO podano za dużo zmiennych"
 
-#: pl_gram.y:3516
+#: pl_gram.y:3557
 #, c-format
 msgid "end label \"%s\" specified for unlabelled block"
 msgstr "etykieta \"%s\" podana na końcu bloku, który nie posiada etykiety"
 
-#: pl_gram.y:3523
+#: pl_gram.y:3564
 #, c-format
 msgid "end label \"%s\" differs from block's label \"%s\""
 msgstr "etykieta końcowa \"%s\" jest inna niż etykieta bloku \"%s\""
 
-#: pl_gram.y:3558
+#: pl_gram.y:3599
 #, c-format
 msgid "cursor \"%s\" has no arguments"
 msgstr "kursor \"%s\" nie przyjmuje parametrów"
 
-#: pl_gram.y:3572
+#: pl_gram.y:3613
 #, c-format
 msgid "cursor \"%s\" has arguments"
 msgstr "kursor \"%s\" przyjmuje parametry"
 
-#: pl_gram.y:3614
+#: pl_gram.y:3655
 #, c-format
 msgid "cursor \"%s\" has no argument named \"%s\""
 msgstr "kursor \"%s\" nie przyjmuje parametru o nazwie \"%s\""
 
-#: pl_gram.y:3634
+#: pl_gram.y:3675
 #, c-format
 msgid "value for parameter \"%s\" of cursor \"%s\" specified more than once"
 msgstr "wartość parametru \"%s\" kursora \"%s\" wskazano więcej niż raz"
 
-#: pl_gram.y:3659
+#: pl_gram.y:3700
 #, c-format
 msgid "not enough arguments for cursor \"%s\""
 msgstr "za mało argumentów dla kursora \"%s\""
 
-#: pl_gram.y:3666
+#: pl_gram.y:3707
 #, c-format
 msgid "too many arguments for cursor \"%s\""
 msgstr "zbyt wiele argumentów dla kursora \"%s\""
 
-#: pl_gram.y:3753
+#: pl_gram.y:3795
 msgid "unrecognized RAISE statement option"
 msgstr "nieznany parametr dla instrukcji RAISE"
 
-#: pl_gram.y:3757
+#: pl_gram.y:3799
 msgid "syntax error, expected \"=\""
 msgstr "błąd składniowy, spodziewano się \"=\""
 
-#: pl_handler.c:147
+#: pl_gram.y:3840
+#, c-format
+msgid "too many parameters specified for RAISE"
+msgstr "za dużo argumentów dla instrukcji RAISE"
+
+#: pl_gram.y:3844
+#, c-format
+msgid "too few parameters specified for RAISE"
+msgstr "za mało argumentów dla instrukcji RAISE"
+
+#: pl_handler.c:149
 msgid "Sets handling of conflicts between PL/pgSQL variable names and table column names."
 msgstr "Ustawia sposób rozwiązywania niejednoznaczności nazw zmiennych PL/pgSQL i kolumn tabel."
 
-#: pl_handler.c:156
+#: pl_handler.c:158
 msgid "Print information about parameters in the DETAIL part of the error messages generated on INTO ... STRICT failures."
-msgstr ""
-"Wydrukuj informacje o parametrach w części DETAIL komunikatów o błędach "
-"generowanych podczas niepowodzeń INTO ... STRICT."
+msgstr "Wydrukuj informacje o parametrach w części DETAIL komunikatów o błędach generowanych podczas niepowodzeń INTO ... STRICT."
+
+#: pl_handler.c:166
+msgid "Perform checks given in ASSERT statements."
+msgstr "Wykonanie sprawdzeń podanych w instrukcjach ASSERT."
 
-#: pl_handler.c:164
+#: pl_handler.c:174
 msgid "List of programming constructs that should produce a warning."
 msgstr "Lista konstrukcji programowych, które powinny spowodować ostrzeżenie."
 
-#: pl_handler.c:174
+#: pl_handler.c:184
 msgid "List of programming constructs that should produce an error."
 msgstr "Lista konstrukcji programowych, które powinny spowodować błąd."
 
 #. translator: %s is typically the translation of "syntax error"
-#: pl_scanner.c:554
+#: pl_scanner.c:621
 #, c-format
 msgid "%s at end of input"
 msgstr "%s na końcu danych wejściowych"
 
 #. translator: first %s is typically the translation of "syntax error"
-#: pl_scanner.c:570
+#: pl_scanner.c:637
 #, c-format
 msgid "%s at or near \"%s\""
 msgstr "%s w lub pobliżu \"%s\""
 
-#~ msgid "RETURN must specify a record or row variable in function returning row"
-#~ msgstr "w funkcji zwracającej zbiory rekordów parametrem instrukcji RETURN musi być rekord (abstrakcyjny lub konkretnego typu)"
-
 #~ msgid "RETURN NEXT must specify a record or row variable in function returning row"
 #~ msgstr "w funkcji zwracającej rekord parametrem instrukcji RETURN NEXT musi również być rekord"
+
+#~ msgid "RETURN must specify a record or row variable in function returning row"
+#~ msgstr "w funkcji zwracającej zbiory rekordów parametrem instrukcji RETURN musi być rekord (abstrakcyjny lub konkretnego typu)"
index 4a396e73f1c8a3b50fd17fdc2ae58c2d8aebbd17..db8d7dab93ded8e2dcee5cf011b0fca0934c49cc 100644 (file)
@@ -2,13 +2,13 @@
 # Copyright (C) 2011 PostgreSQL Global Development Group
 # This file is distributed under the same license as the PostgreSQL package.
 # Begina Felicysym <begina.felicysym@wp.eu>, 2011, 2012.
-# grzegorz <begina.felicysym@wp.eu>, 2014.
+# grzegorz <begina.felicysym@wp.eu>, 2014, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: plpython (PostgreSQL 9.1)\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2014-11-10 20:37+0000\n"
-"PO-Revision-Date: 2014-11-10 22:58+0200\n"
+"POT-Creation-Date: 2015-08-15 18:37+0000\n"
+"PO-Revision-Date: 2015-08-16 16:59+0200\n"
 "Last-Translator: grzegorz <begina.felicysym@wp.eu>\n"
 "Language-Team: begina.felicysym@wp.eu\n"
 "Language: pl\n"
@@ -29,12 +29,12 @@ msgstr "plpy.cursor oczekuje kwerendy lub planu"
 msgid "plpy.cursor takes a sequence as its second argument"
 msgstr "plpy.cursor przyjmuje sekwencję jako drugi argument"
 
-#: plpy_cursorobject.c:187 plpy_spi.c:223
+#: plpy_cursorobject.c:187 plpy_spi.c:217
 #, c-format
 msgid "could not execute plan"
 msgstr "nie można wykonać planu"
 
-#: plpy_cursorobject.c:190 plpy_spi.c:226
+#: plpy_cursorobject.c:190 plpy_spi.c:220
 #, c-format
 msgid "Expected sequence of %d argument, got %d: %s"
 msgid_plural "Expected sequence of %d arguments, got %d: %s"
@@ -62,7 +62,7 @@ msgstr "pobranie z zamkniętego kursora"
 msgid "closing a cursor in an aborted subtransaction"
 msgstr "zamknięcie kursora w przerwanej podtransakcji"
 
-#: plpy_elog.c:103 plpy_elog.c:104 plpy_plpymodule.c:420
+#: plpy_elog.c:103 plpy_elog.c:104 plpy_plpymodule.c:419
 #, c-format
 msgid "%s"
 msgstr "%s"
@@ -74,8 +74,11 @@ msgstr "nieobsługiwany tryb zwracania przez funkcję grupy"
 
 #: plpy_exec.c:92
 #, c-format
-msgid "PL/Python set-returning functions only support returning only value per call."
-msgstr "funkcja zwracająca grupę PL/obsługuje tylko zwracanie jednej wartości w wywołaniu."
+#| msgid "PL/Python set-returning functions only support returning only value per call."
+msgid "PL/Python set-returning functions only support returning one value per call."
+msgstr ""
+"funkcje zwracające grupę PL/Python obsługuje tylko zwracanie jednej wartości "
+"w wywołaniu."
 
 #: plpy_exec.c:104
 #, c-format
@@ -97,77 +100,77 @@ msgstr "błąd pobierania następnego elementu z iteratora"
 msgid "PL/Python function with return type \"void\" did not return None"
 msgstr "funkcja PL/Python zwracająca typ \"void\" nie zwróciła wartości None"
 
-#: plpy_exec.c:289 plpy_exec.c:315
+#: plpy_exec.c:291 plpy_exec.c:317
 #, c-format
 msgid "unexpected return value from trigger procedure"
 msgstr "nieoczekiwana wartość zwracana przez procedury wyzwalacza"
 
-#: plpy_exec.c:290
+#: plpy_exec.c:292
 #, c-format
 msgid "Expected None or a string."
 msgstr "Oczekiwano None lub ciąg znaków."
 
-#: plpy_exec.c:305
+#: plpy_exec.c:307
 #, c-format
 msgid "PL/Python trigger function returned \"MODIFY\" in a DELETE trigger -- ignored"
 msgstr "funkcja wyzwalacza PL/Python zwróciła \"MODIFY\" w wyzwalaczu DELETE -- zignorowano"
 
-#: plpy_exec.c:316
+#: plpy_exec.c:318
 #, c-format
 msgid "Expected None, \"OK\", \"SKIP\", or \"MODIFY\"."
 msgstr "Oczekiwano None, \"OK\", \"SKIP\", lub \"MODIFY\"."
 
-#: plpy_exec.c:397
+#: plpy_exec.c:399
 #, c-format
 msgid "PyList_SetItem() failed, while setting up arguments"
 msgstr "nie powiodło się PyList_SetItem() podczas ustawiania argumentów"
 
-#: plpy_exec.c:401
+#: plpy_exec.c:403
 #, c-format
 msgid "PyDict_SetItemString() failed, while setting up arguments"
 msgstr "nie powiodło się PyDict_SetItemString() podczas ustawiania argumentów"
 
-#: plpy_exec.c:413
+#: plpy_exec.c:415
 #, c-format
 msgid "function returning record called in context that cannot accept type record"
 msgstr "funkcja zwracająca rekord w wywołaniu, które nie akceptuje typów złożonych"
 
-#: plpy_exec.c:451
+#: plpy_exec.c:453
 #, c-format
 msgid "while creating return value"
 msgstr "podczas tworzenia wartości zwracanej"
 
-#: plpy_exec.c:475
+#: plpy_exec.c:477
 #, c-format
 msgid "could not create new dictionary while building trigger arguments"
 msgstr "nie można utworzyć nowego słownika w czasie tworzenia argumentów wyzwalacza"
 
-#: plpy_exec.c:663
+#: plpy_exec.c:666
 #, c-format
 msgid "TD[\"new\"] deleted, cannot modify row"
 msgstr "usunięto TD[\"new\"], nie można zmienić wiersza"
 
-#: plpy_exec.c:667
+#: plpy_exec.c:671
 #, c-format
 msgid "TD[\"new\"] is not a dictionary"
 msgstr "TD[\"new\"] nie jest słownikiem"
 
-#: plpy_exec.c:691
+#: plpy_exec.c:696
 #, c-format
 msgid "TD[\"new\"] dictionary key at ordinal position %d is not a string"
 msgstr "klucz słownika TD[\"new\"] na pozycji porządkowej %d nie jest ciągiem znaków"
 
-#: plpy_exec.c:697
+#: plpy_exec.c:703
 #, c-format
 msgid "key \"%s\" found in TD[\"new\"] does not exist as a column in the triggering row"
 msgstr "klucz \"%s\" znaleziony w TD[\"new\"] nie istnieje jako kolumna w wierszu obsługiwanym przez wyzwalacz"
 
-#: plpy_exec.c:777
+#: plpy_exec.c:783
 #, c-format
 msgid "while modifying trigger row"
 msgstr "podczas modyfikowania wiersza wyzwalacza"
 
-#: plpy_exec.c:838
+#: plpy_exec.c:844
 #, c-format
 msgid "forcibly aborting a subtransaction that has not been exited"
 msgstr "wymuszone przerywanie podtransakcji, która nie została zakończona"
@@ -207,12 +210,12 @@ msgstr "nie można utworzyć zmiennych globalnych"
 msgid "could not initialize globals"
 msgstr "nie można zainicjować zmiennych globalnych"
 
-#: plpy_main.c:347
+#: plpy_main.c:348
 #, c-format
 msgid "PL/Python function \"%s\""
 msgstr "funkcja PL/Python \"%s\""
 
-#: plpy_main.c:354
+#: plpy_main.c:355
 #, c-format
 msgid "PL/Python anonymous code block"
 msgstr "anonimowy blok kodu PL/Python"
@@ -237,41 +240,41 @@ msgstr "nie udało się dodać modułu spiexceptions"
 msgid "could not create the base SPI exceptions"
 msgstr "nie można stworzyć bazowych wyjątków SPI"
 
-#: plpy_plpymodule.c:253 plpy_plpymodule.c:257
+#: plpy_plpymodule.c:252 plpy_plpymodule.c:256
 #, c-format
 msgid "could not generate SPI exceptions"
 msgstr "nie można wygenerować wyjątków SPI"
 
-#: plpy_plpymodule.c:388
+#: plpy_plpymodule.c:387
 #, c-format
 msgid "could not unpack arguments in plpy.elog"
 msgstr "nie można rozpakować argumentów w plpy.elog"
 
-#: plpy_plpymodule.c:396
+#: plpy_plpymodule.c:395
 msgid "could not parse error message in plpy.elog"
 msgstr "nie można przetworzyć komunikatu błędu w plpy.elog"
 
-#: plpy_procedure.c:200
+#: plpy_procedure.c:213
 #, c-format
 msgid "trigger functions can only be called as triggers"
 msgstr "procedury wyzwalaczy mogą być wywoływane jedynie przez wyzwalacze"
 
-#: plpy_procedure.c:205 plpy_typeio.c:409
+#: plpy_procedure.c:218
 #, c-format
 msgid "PL/Python functions cannot return type %s"
 msgstr "funkcje PL/Python nie mogą zwracać wartości typu %s"
 
-#: plpy_procedure.c:287
+#: plpy_procedure.c:300
 #, c-format
 msgid "PL/Python functions cannot accept type %s"
 msgstr "funkcje PL/Python nie obsługują typu %s"
 
-#: plpy_procedure.c:383
+#: plpy_procedure.c:398
 #, c-format
 msgid "could not compile PL/Python function \"%s\""
 msgstr "nie powiodła się kompilacja funkcji PL/Python \"%s\""
 
-#: plpy_procedure.c:386
+#: plpy_procedure.c:401
 #, c-format
 msgid "could not compile anonymous PL/Python code block"
 msgstr "nie udało się skompilować anonimowego bloku kodu PL/Python"
@@ -291,27 +294,22 @@ msgstr "drugi argument plpy.prepare musi być sekwencją"
 msgid "plpy.prepare: type name at ordinal position %d is not a string"
 msgstr "plpy.prepare: nazwa typu na pozycji porządkowej %d nie jest ciągiem znaków"
 
-#: plpy_spi.c:138
-#, c-format
-msgid "plpy.prepare does not support composite types"
-msgstr "plpy.prepare nie obsługuje typów złożonych"
-
-#: plpy_spi.c:188
+#: plpy_spi.c:182
 #, c-format
 msgid "plpy.execute expected a query or a plan"
 msgstr "plpy.execute oczekuje kwerendy lub planu"
 
-#: plpy_spi.c:207
+#: plpy_spi.c:201
 #, c-format
 msgid "plpy.execute takes a sequence as its second argument"
 msgstr "plpy.execute przyjmuje sekwencję jako drugi argument"
 
-#: plpy_spi.c:331
+#: plpy_spi.c:325
 #, c-format
 msgid "SPI_execute_plan failed: %s"
 msgstr "nie powiódł się SPI_execute_plan: %s"
 
-#: plpy_spi.c:373
+#: plpy_spi.c:367
 #, c-format
 msgid "SPI_execute failed: %s"
 msgstr "nie powiódł się SPI_execute: %s"
@@ -336,89 +334,82 @@ msgstr "ta podtransakcja nie została wprowadzona"
 msgid "there is no subtransaction to exit from"
 msgstr "brak podtransakcji by z niej wyjść"
 
-#: plpy_typeio.c:294
+#: plpy_typeio.c:302
 #, c-format
 msgid "could not create new dictionary"
 msgstr "nie można utworzyć nowego słownika"
 
-#: plpy_typeio.c:411
+#: plpy_typeio.c:564
 #, c-format
-msgid "PL/Python does not support conversion to arrays of row types."
-msgstr "PL/Python nie obsługuje konwersji typów wierszowych na tablice."
-
-#: plpy_typeio.c:540
-#, c-format
-#| msgid "could not import \"plpy\" module"
 msgid "could not import a module for Decimal constructor"
 msgstr "nie można zaimportować modułu dla konstruktora Decimal"
 
-#: plpy_typeio.c:544
+#: plpy_typeio.c:568
 #, c-format
 msgid "no Decimal attribute in module"
 msgstr "brak atrybutu Decimal w module"
 
-#: plpy_typeio.c:550
+#: plpy_typeio.c:574
 #, c-format
-#| msgid "conversion from wchar_t to server encoding failed: %m"
 msgid "conversion from numeric to Decimal failed"
 msgstr "konwersja z numeric na Decimal nie powiodła się"
 
-#: plpy_typeio.c:619
+#: plpy_typeio.c:649
 #, c-format
 msgid "cannot convert multidimensional array to Python list"
 msgstr "nie można skonwertować tablicy wielowymiarowej na listę Python"
 
-#: plpy_typeio.c:620
+#: plpy_typeio.c:650
 #, c-format
 msgid "PL/Python only supports one-dimensional arrays."
 msgstr "PL/Python obsługuje tylko jednowymiarowe tablice."
 
-#: plpy_typeio.c:626
+#: plpy_typeio.c:656
 #, c-format
 msgid "could not create new Python list"
 msgstr "nie można utworzyć nowej listy Python"
 
-#: plpy_typeio.c:685
+#: plpy_typeio.c:715
 #, c-format
 msgid "could not create bytes representation of Python object"
 msgstr "nie można utworzyć reprezentacji bajtowej obiektu Python"
 
-#: plpy_typeio.c:777
+#: plpy_typeio.c:820
 #, c-format
 msgid "could not create string representation of Python object"
 msgstr "nie można utworzyć reprezentacji znakowej obiektu Python"
 
-#: plpy_typeio.c:788
+#: plpy_typeio.c:831
 #, c-format
 msgid "could not convert Python object into cstring: Python string representation appears to contain null bytes"
 msgstr "nie można zmienić obiektu Python na cstring: reprezentacja ciągu znaków Python wydaje się zawierać puste bajty"
 
-#: plpy_typeio.c:823
+#: plpy_typeio.c:877
 #, c-format
 msgid "return value of function with array return type is not a Python sequence"
 msgstr "wartość zwrócona przez funkcję zwracającą tablicę nie jest sekwencją Python"
 
-#: plpy_typeio.c:930
+#: plpy_typeio.c:982
 #, c-format
 msgid "key \"%s\" not found in mapping"
 msgstr "nie odnaleziono klucza \"%s\" w mapowaniu"
 
-#: plpy_typeio.c:931
+#: plpy_typeio.c:983
 #, c-format
 msgid "To return null in a column, add the value None to the mapping with the key named after the column."
 msgstr "Aby zwrócić null w kolumnie, dodaj wartość None do mapowania z kluczem nazwanym wedle kolumny."
 
-#: plpy_typeio.c:979
+#: plpy_typeio.c:1034
 #, c-format
 msgid "length of returned sequence did not match number of columns in row"
 msgstr "długość zwróconej sekwencji nie jest równa liczbie kolumn w wierszu"
 
-#: plpy_typeio.c:1087
+#: plpy_typeio.c:1145
 #, c-format
 msgid "attribute \"%s\" does not exist in Python object"
 msgstr "atrybut \"%s\" nie istnieje w obiekcie Python"
 
-#: plpy_typeio.c:1088
+#: plpy_typeio.c:1146
 #, c-format
 msgid "To return null in a column, let the returned object have an attribute named after column with value None."
 msgstr "Aby zwrócić null w kolumnie, niech zwrócony obiekt posiada atrybut nazwany wedle kolumny z wartością None."
@@ -435,3 +426,9 @@ msgstr "nie można wyciągnąć bajtów z kodowanego ciągu znaków"
 
 #~ msgid "unrecognized error in PLy_spi_execute_fetch_result"
 #~ msgstr "nierozpoznany błąd w PLy_spi_execute_fetch_result"
+
+#~ msgid "PL/Python does not support conversion to arrays of row types."
+#~ msgstr "PL/Python nie obsługuje konwersji typów wierszowych na tablice."
+
+#~ msgid "plpy.prepare does not support composite types"
+#~ msgstr "plpy.prepare nie obsługuje typów złożonych"
index 590f0ab3dd62135729e2aba451c736e6daa884dc..e2d119007025d9ccbb0a8e2f9f433e952808ee26 100644 (file)
@@ -1,29 +1,67 @@
 # pltcl message translation file for pltcl
 # Copyright (C) 2011 PostgreSQL Global Development Group
 # This file is distributed under the same license as the PostgreSQL package.
-#
 # Begina Felicysym <begina.felicysym@wp.eu>, 2011.
+# grzegorz <begina.felicysym@wp.eu>, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: pltcl (PostgreSQL 9.1)\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2013-01-29 13:39+0000\n"
-"PO-Revision-Date: 2011-09-30 09:50-0300\n"
-"Last-Translator: Begina Felicysym <begina.felicysym@wp.eu>\n"
-"Language-Team: Polish TotroiseSvn translation team\n"
+"POT-Creation-Date: 2015-08-15 18:37+0000\n"
+"PO-Revision-Date: 2015-08-16 17:06+0200\n"
+"Last-Translator: grzegorz <begina.felicysym@wp.eu>\n"
+"Language-Team: begina.felicysym@wp.eu\n"
 "Language: pl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-"X-Generator: Virtaal 0.7.1-beta1\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2);\n"
+"X-Generator: Virtaal 0.7.1\n"
 
-#: pltcl.c:1150
+#: pltcl.c:555
+#, c-format
+msgid "module \"unknown\" not found in pltcl_modules"
+msgstr "nie znaleziono modułu \"unknown\" w pltcl_modules"
+
+#: pltcl.c:591
+#, c-format
+#| msgid "could not load library \"%s\": %s"
+msgid "could not load module \"unknown\": %s"
+msgstr "nie można wczytać modułu \"unknown\": %s"
+
+#: pltcl.c:1047
+#, c-format
+#| msgid "could not interpret result from server: %s"
+msgid "could not split return value from trigger: %s"
+msgstr "nie można podzielić wartości zwracanej przez wyzwalacz: %s"
+
+#: pltcl.c:1058
+#, c-format
+#| msgid "argument list must have even number of elements"
+msgid "invalid return list from trigger - must have even # of elements"
+msgstr ""
+"niepoprawna lista zwracana przez wyzwalacz - musi mieć parzystą liczbę "
+"elementów"
+
+#: pltcl.c:1094
+#, c-format
+#| msgid "unrecognized parameter \"%s\""
+msgid "unrecognized attribute \"%s\""
+msgstr "nierozpoznany atrybut \"%s\""
+
+#: pltcl.c:1099
+#, c-format
+#| msgid "cannot move system relation \"%s\""
+msgid "cannot set system attribute \"%s\""
+msgstr "nie można ustawić atrybutu systemowego \"%s\""
+
+#: pltcl.c:1222 pltcl.c:1648
 #, c-format
 msgid "%s"
 msgstr "%s"
 
-#: pltcl.c:1151
+#: pltcl.c:1223
 #, c-format
 msgid ""
 "%s\n"
@@ -32,27 +70,33 @@ msgstr ""
 "%s\n"
 "w funkcji PL/Tcl \"%s\""
 
-#: pltcl.c:1255 pltcl.c:1262
+#: pltcl.c:1331 pltcl.c:1338
 #, c-format
 msgid "out of memory"
 msgstr "brak pamięci"
 
-#: pltcl.c:1309
+#: pltcl.c:1386
 #, c-format
 msgid "trigger functions can only be called as triggers"
 msgstr "procedury wyzwalaczy mogą być wywoływane jedynie przez wyzwalacze"
 
-#: pltcl.c:1318
+#: pltcl.c:1395
 #, c-format
 msgid "PL/Tcl functions cannot return type %s"
-msgstr "funkcje PL/Perl nie mogą zwracać wartości typu %s"
+msgstr "funkcje PL/Tcl nie mogą zwracać wartości typu %s"
 
-#: pltcl.c:1330
+#: pltcl.c:1407
 #, c-format
 msgid "PL/Tcl functions cannot return composite types"
 msgstr "funkcje PL/Tcl nie mogą zwracać wartości złożonych"
 
-#: pltcl.c:1369
+#: pltcl.c:1446
 #, c-format
 msgid "PL/Tcl functions cannot accept type %s"
 msgstr "funkcje PL/Tcl nie akceptują typu %s"
+
+#: pltcl.c:1564
+#, c-format
+#| msgid "could not create locale \"%s\": %m"
+msgid "could not create internal procedure \"%s\": %s"
+msgstr "nie można utworzyć procedury wewnętrznej \"%s\": %s"