1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
|
# 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, 2016, 2017.
msgid ""
msgstr ""
"Project-Id-Version: pg_rewind (PostgreSQL) 9.5\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2017-03-14 17:46+0000\n"
"PO-Revision-Date: 2017-03-14 19:38+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"
#: ../../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:62
#, c-format
msgid "could not open directory \"%s\": %s\n"
msgstr "nie można otworzyć katalogu \"%s\": %s\n"
#: copy_fetch.c:91 filemap.c:111 filemap.c:266
#, c-format
msgid "could not stat file \"%s\": %s\n"
msgstr "nie można wykonać stat na pliku \"%s\": %s\n"
#: copy_fetch.c:120
#, c-format
msgid "could not read symbolic link \"%s\": %s\n"
msgstr "nie można odczytać linku symbolicznego \"%s\": %s\n"
#: copy_fetch.c:123
#, c-format
msgid "symbolic link \"%s\" target is too long\n"
msgstr "cel linku symbolicznego \"%s\" jest za długi\n"
#: copy_fetch.c:138
#, 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:145
#, c-format
msgid "could not read directory \"%s\": %s\n"
msgstr "nie można czytać katalogu \"%s\": %s\n"
#: copy_fetch.c:149
#, c-format
msgid "could not close directory \"%s\": %s\n"
msgstr "nie można zamknąć katalogu \"%s\": %s\n"
#: copy_fetch.c:169
#, 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:173
#, 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:190 file_ops.c:299
#, c-format
msgid "could not read file \"%s\": %s\n"
msgstr "nie można czytać pliku \"%s\": %s\n"
#: copy_fetch.c:193
#, c-format
msgid "unexpected EOF while reading file \"%s\"\n"
msgstr "nieoczekiwany EOF podczas czytania pliku \"%s\"\n"
#: copy_fetch.c:200
#, c-format
msgid "could not close file \"%s\": %s\n"
msgstr "nie można zamknąć pliku \"%s\": %s\n"
#: datapagemap.c:124
#, c-format
msgid " block %u\n"
msgstr " blok %u\n"
#: file_ops.c:63
#, c-format
msgid "could not open target file \"%s\": %s\n"
msgstr "nie można otworzyć pliku docelowego \"%s\": %s\n"
#: file_ops.c:77
#, c-format
msgid "could not close target file \"%s\": %s\n"
msgstr "nie można zamknąć pliku docelowego \"%s\": %s\n"
#: file_ops.c:97
#, 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:113
#, c-format
msgid "could not write file \"%s\": %s\n"
msgstr "nie można pisać do pliku \"%s\": %s\n"
#: file_ops.c:163
#, c-format
msgid "invalid action (CREATE) for regular file\n"
msgstr "nieprawidłowe działanie (CREATE) dla zwykłego pliku\n"
#: file_ops.c:178
#, c-format
msgid "could not remove file \"%s\": %s\n"
msgstr "nie można usunąć pliku \"%s\": %s\n"
#: file_ops.c:195
#, 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:199
#, c-format
msgid "could not truncate file \"%s\" to %u: %s\n"
msgstr "nie można obciąć pliku \"%s\" do %u: %s\n"
#: file_ops.c:215
#, c-format
msgid "could not create directory \"%s\": %s\n"
msgstr "nie można utworzyć folderu \"%s\": %s\n"
#: file_ops.c:229
#, c-format
msgid "could not remove directory \"%s\": %s\n"
msgstr "nie można usunąć folderu \"%s\": %s\n"
#: file_ops.c:243
#, 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:257
#, c-format
msgid "could not remove symbolic link \"%s\": %s\n"
msgstr "nie można usunąć linku symbolicznego \"%s\": %s\n"
#: file_ops.c:287 file_ops.c:291
#, 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:103
#, 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:125
#, c-format
msgid "\"%s\" is not a directory\n"
msgstr "\"%s\" nie jest katalogiem\n"
#: filemap.c:148
#, c-format
msgid "\"%s\" is not a symbolic link\n"
msgstr "\"%s\" nie jest dowiązaniem symbolicznym\n"
#: filemap.c:160
#, c-format
msgid "\"%s\" is not a regular file\n"
msgstr "\"%s\" nie jest zwykłym plikiem\n"
#: filemap.c:278
#, c-format
msgid "source file list is empty\n"
msgstr "źródłowa lista plików jest pusta\n"
#: filemap.c:400
#, c-format
msgid "unexpected page modification for directory or symbolic link \"%s\"\n"
msgstr "nieoczekiwana modyfikacja strony dla folderu lub linku symbolicznego \"%s\"\n"
#. translator: first %s is a file path, second is a keyword such as COPY
#: filemap.c:536
#, c-format
msgid "%s (%s)\n"
msgstr "%s (%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:90
#, c-format
msgid "could not set up connection context: %s"
msgstr "nie można ustawić kontekstu połączenia: %s"
#: libpq_fetch.c:108
#, 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:113
#, c-format
msgid "unexpected result set from query\n"
msgstr "nieoczekiwany zbiór wynikowy z zapytania\n"
#: libpq_fetch.c:136
#, c-format
msgid "unrecognized result \"%s\" for current WAL insert location\n"
msgstr "nierozpoznany wynik \"%s\" dla bieżącego położenia wstawiania WAL\n"
#: libpq_fetch.c:186
#, c-format
msgid "could not fetch file list: %s"
msgstr "nie można pobrać listy plików: %s"
#: libpq_fetch.c:191
#, 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:239
#, c-format
msgid "could not send query: %s"
msgstr "nie udało się wysłać zapytania: %s"
#: libpq_fetch.c:241
#, c-format
msgid "getting file chunks\n"
msgstr "pobieranie kawałków pliku\n"
#: libpq_fetch.c:244
#, 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:264
#, c-format
msgid "unexpected result while fetching remote files: %s"
msgstr "nieoczekiwany wynik przy pobieraniu plików zdalnych: %s"
#: libpq_fetch.c:270
#, 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:276
#, 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:284
#, c-format
msgid "unexpected result format while fetching remote files\n"
msgstr "nieoczekiwany format wyniku przy pobieraniu plików zdalnych\n"
#: libpq_fetch.c:290
#, 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:294
#, 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:316
#, c-format
msgid "received null value for chunk for file \"%s\", file has been deleted\n"
msgstr "otrzymano wartość null dla pliku \"%s\", plik został usunięty\n"
#: libpq_fetch.c:323
#, 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:352
#, c-format
msgid "could not fetch remote file \"%s\": %s"
msgstr "nie można pobrać pliku zdalnego \"%s\": %s"
#: libpq_fetch.c:357
#, 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:368
#, c-format
msgid "fetched file \"%s\", length %d\n"
msgstr "pobrano plik \"%s\", długość %d\n"
#: libpq_fetch.c:400
#, c-format
msgid "could not send COPY data: %s"
msgstr "nie można wysłać danych COPY: %s"
#: libpq_fetch.c:426
#, c-format
msgid "could not create temporary table: %s"
msgstr "nie można utworzyć tabeli tymczasowej: %s"
#: libpq_fetch.c:434
#, c-format
msgid "could not send file list: %s"
msgstr "nie można przesłać listy plików: %s"
#: libpq_fetch.c:476
#, c-format
msgid "could not send end-of-COPY: %s"
msgstr "nie można wysłać end-of-COPY: %s"
#: libpq_fetch.c:482
#, 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:283
#, c-format
msgid "could not open file \"%s\": %s\n"
msgstr "nie można otworzyć pliku \"%s\": %s\n"
#: parsexlog.c:297
#, c-format
msgid "could not seek in file \"%s\": %s\n"
msgstr "nie można pozycjonować w pliku \"%s\": %s\n"
#: parsexlog.c:304
#, c-format
msgid "could not read from file \"%s\": %s\n"
msgstr "nie można czytać z pliku \"%s\": %s\n"
#: parsexlog.c:372
#, 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:64
#, 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:65
#, c-format
msgid ""
"Usage:\n"
" %s [OPTION]...\n"
"\n"
msgstr ""
"Użycie:\n"
" %s [OPCJE]...\n"
"\n"
#: pg_rewind.c:66
#, c-format
msgid "Options:\n"
msgstr "Opcje:\n"
#: pg_rewind.c:67
#, 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:68
#, c-format
msgid " --source-pgdata=DIRECTORY source data directory to synchronize with\n"
msgstr " --source-pgdata=FOLDER źródłowy folder danych do zsynchronizowania\n"
#: pg_rewind.c:69
#, c-format
msgid " --source-server=CONNSTR source server to synchronize with\n"
msgstr " --source-server=CONNSTR serwer źródłowy do zsynchronizowania\n"
#: pg_rewind.c:70
#, c-format
msgid " -n, --dry-run stop before modifying anything\n"
msgstr " -n, --dry-run zatrzymaj przed zmianą czegokolwiek\n"
#: pg_rewind.c:71
#, c-format
msgid " -P, --progress write progress messages\n"
msgstr " -P, --progress wypisz komunikaty postępu\n"
#: pg_rewind.c:72
#, c-format
msgid " --debug write a lot of debug messages\n"
msgstr " --debug wypisz masę komunikatów debugowania\n"
#: pg_rewind.c:73
#, 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:74
#, c-format
msgid " -?, --help show this help, then exit\n"
msgstr " -?, --help pokaż tą pomoc i zakończ działanie\n"
#: pg_rewind.c:75
#, 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:130 pg_rewind.c:161 pg_rewind.c:168 pg_rewind.c:175
#: pg_rewind.c:183
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "Użyj \"%s --help\" aby uzyskać więcej informacji.\n"
#: pg_rewind.c:160
#, 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:167
#, c-format
msgid "%s: only one of --source-pgdata or --source-server can be specified\n"
msgstr "%s: tylko jedna z --source-pgdata lub --source-pgdata może być wskazana\n"
#: pg_rewind.c:174
#, 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:181
#, 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:196
#, c-format
msgid "cannot be executed by \"root\"\n"
msgstr "nie może być wykonywane pod \"rootem\"\n"
#: pg_rewind.c:197
#, c-format
msgid "You must run %s as the PostgreSQL superuser.\n"
msgstr "Musisz uruchomić %s jako superużytkownik PostgreSQL.\n"
#: pg_rewind.c:228
#, 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:234
#, c-format
msgid "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:271
#, c-format
msgid "no rewind required\n"
msgstr "przewinięcie nie jest konieczne\n"
#: pg_rewind.c:278
#, 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:286
#, c-format
msgid "reading source file list\n"
msgstr "odczyt źródłowej listy plików\n"
#: pg_rewind.c:288
#, c-format
msgid "reading target file list\n"
msgstr "odczyt docelowej listy plików\n"
#: pg_rewind.c:298
#, c-format
msgid "reading WAL in target\n"
msgstr "odczyt WAL docelowy\n"
#: pg_rewind.c:315
#, 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:332
#, 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:360
#, c-format
msgid "syncing target data directory\n"
msgstr "docelowy katalog danych synchronizacji\n"
#: pg_rewind.c:363
#, c-format
msgid "Done!\n"
msgstr "Wykonano!\n"
#: pg_rewind.c:375
#, 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:383
#, 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:393
#, 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:404
#, c-format
msgid "target server must be shut down cleanly\n"
msgstr "serwer docelowy musi zostać czysto wyłączony\n"
#: pg_rewind.c:414
#, 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:469
#, c-format
msgid "invalid control file"
msgstr "niepoprawny plik kontrolny"
#: pg_rewind.c:480
#, c-format
msgid "Source timeline history:\n"
msgstr "Historia źródłowej linii czasu:\n"
#: pg_rewind.c:482
#, c-format
msgid "Target timeline history:\n"
msgstr "Historia docelowej linii czasu:\n"
#. translator: %d is a timeline number, others are LSN positions
#: pg_rewind.c:496
#, c-format
msgid "%d: %X/%X - %X/%X\n"
msgstr "%d: %X/%X - %X/%X\n"
#: pg_rewind.c:555
#, 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:596
#, c-format
msgid "backup label buffer too small\n"
msgstr "bufor etykiety kopii zapasowej jest za mały\n"
#: pg_rewind.c:619
#, c-format
msgid "unexpected control file CRC\n"
msgstr "nieoczekiwane CRC pliku kontrolnego\n"
#: pg_rewind.c:629
#, c-format
msgid "unexpected control file size %d, expected %d\n"
msgstr "nieoczekiwana długość pliku kontrolnego %d, oczekiwano %d\n"
#: pg_rewind.c:696
#, c-format
msgid ""
"The program \"initdb\" is needed by %s but was\n"
"not found in the same directory as \"%s\".\n"
"Check your installation.\n"
msgstr ""
"Program \"initdb\" jest wymagany przez %s ale nie został\n"
"znaleziony w tym samym folderze co \"%s\".\n"
"Sprawdź instalację.\n"
#: pg_rewind.c:700
#, c-format
msgid ""
"The program \"initdb\" was found by \"%s\"\n"
"but was not the same version as %s.\n"
"Check your installation.\n"
msgstr ""
"Program \"initdb\" został znaleziony przez \"%s\"\n"
"ale nie jest w tej samej wersji co %s.\n"
"Sprawdź instalację.\n"
#: pg_rewind.c:718
#, c-format
msgid "sync of target directory failed\n"
msgstr "nie powiodło się sync folderu docelowego\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 a transaction log switchpoint location.\n"
msgstr "Oczekiwano położenia przełączenia dziennika transakcji.\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"
#: xlogreader.c:276
#, c-format
msgid "invalid record offset at %X/%X"
msgstr "niepoprawne przesunięcie rekordu w %X/%X"
#: xlogreader.c:284
#, c-format
msgid "contrecord is requested by %X/%X"
msgstr "wymagany kontrekord w %X/%X"
#: xlogreader.c:325 xlogreader.c:625
#, c-format
msgid "invalid record length at %X/%X: wanted %u, got %u"
msgstr "niepoprawna długość rekordu w %X/%X: oczekiwana %u, jest %u"
#: xlogreader.c:340
#, c-format
msgid "record length %u at %X/%X too long"
msgstr "za duża długość rekordu %u w %X/%X"
#: xlogreader.c:381
#, c-format
msgid "there is no contrecord flag at %X/%X"
msgstr "brak flagi kontrekordu na %X/%X"
#: xlogreader.c:394
#, c-format
msgid "invalid contrecord length %u at %X/%X"
msgstr "niepoprawna długość kontrekordu %u na %X/%X"
#: xlogreader.c:633
#, c-format
msgid "invalid resource manager ID %u at %X/%X"
msgstr "niepoprawny ID menażera zasobów %u w %X/%X"
#: xlogreader.c:647 xlogreader.c:664
#, c-format
msgid "record with incorrect prev-link %X/%X at %X/%X"
msgstr "rekord z niepoprawnym poprz-linkiem %X/%X w %X/%X"
#: xlogreader.c:701
#, 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"
#: xlogreader.c:734
#, 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"
#: xlogreader.c:748 xlogreader.c:799
#, 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"
#: xlogreader.c:774
#, 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"
#: xlogreader.c:781
#, 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"
#: xlogreader.c:787
#, 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"
#: xlogreader.c:813
#, 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"
#: xlogreader.c:838
#, 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"
#: xlogreader.c:1083
#, c-format
msgid "out-of-order block_id %u at %X/%X"
msgstr "poza porządkiem block_id %u na %X/%X"
#: xlogreader.c:1106
#, 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"
#: xlogreader.c:1113
#, 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"
#: xlogreader.c:1149
#, 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"
#: xlogreader.c:1165
#, 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"
#: xlogreader.c:1180
#, 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"
#: xlogreader.c:1195
#, 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"
#: xlogreader.c:1211
#, 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"
#: xlogreader.c:1223
#, c-format
msgid "invalid block_id %u at %X/%X"
msgstr "niepoprawny block_id %u na %X/%X"
#: xlogreader.c:1291
#, c-format
msgid "record with invalid length at %X/%X"
msgstr "rekord o niepoprawnej długości w %X/%X"
#: xlogreader.c:1380
#, c-format
msgid "invalid compressed image at %X/%X, block %d"
msgstr "niepoprawny skompresowany obraz na %X/%X, blok %d"
#~ msgid "Expected an XLOG switchpoint location.\n"
#~ msgstr "Oczekiwano położenia przełączenia XLOG.\n"
#~ msgid "could not truncate file \"%s\" to %u bytes: %s\n"
#~ msgstr "nie można obciąć pliku \"%s\" do %u bajtów: %s\n"
|