1 # Polish translation for xz.
2 # This file is in the public domain.
3 # Jakub Bogusz <qboosh@pld-linux.org>, 2011-2012.
7 "Project-Id-Version: xz 5.0.2\n"
8 "Report-Msgid-Bugs-To: lasse.collin@tukaani.org\n"
9 "POT-Creation-Date: 2012-05-29 13:50+0300\n"
10 "PO-Revision-Date: 2012-05-29 18:15+0200\n"
11 "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
12 "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
21 msgid "%s: Unknown file format type"
22 msgstr "%s: Nieznany typ formatu pliku"
24 #: src/xz/args.c:356 src/xz/args.c:364
26 msgid "%s: Unsupported integrity check type"
27 msgstr "%s: Nieobsługiwany typ kontroli spójności"
30 msgid "Only one file can be specified with `--files' or `--files0'."
31 msgstr "Wraz z opcją `--files' lub `--files0' można podać tylko jeden plik."
35 msgid "The environment variable %s contains too many arguments"
36 msgstr "Zmienna środowiskowa %s zawiera zbyt dużo argumentów"
39 msgid "Maximum number of filters is four"
40 msgstr "Maksymalna liczba filtrów to cztery"
43 msgid "Memory usage limit is too low for the given filter setup."
44 msgstr "Limit użycia pamięci jest zbyt mały dla podanej konfiguracji filtra."
47 msgid "Using a preset in raw mode is discouraged."
48 msgstr "Użycie ustawień predefiniowanych w trybie surowym jest odradzane."
51 msgid "The exact options of the presets may vary between software versions."
52 msgstr "Dokładne opcje ustawień predefiniowanych mogą różnić się między wersjami oprogramowania."
55 msgid "The .lzma format supports only the LZMA1 filter"
56 msgstr "Format .lzma obsługuje tylko filtr LZMA1"
59 msgid "LZMA1 cannot be used with the .xz format"
60 msgstr "LZMA1 nie może być używany z formatem .xz"
63 msgid "Unsupported filter chain or filter options"
64 msgstr "Nieobsługiwany łańcuch filtrów lub opcje filtra"
68 msgid "Decompression will need %s MiB of memory."
69 msgstr "Dekompresja będzie wymagała %s MiB pamięci."
73 msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
74 msgstr "Skorygowano rozmiar słownika LZMA%c z %s MiB do %s MiB aby nie przekroczyć limitu użycia pamięci %s MiB"
76 #. TRANSLATORS: When compression or decompression finishes,
77 #. and xz is going to remove the source file, xz first checks
78 #. if the source file still exists, and if it does, does its
79 #. device and inode numbers match what xz saw when it opened
80 #. the source file. If these checks fail, this message is
81 #. shown, %s being the filename, and the file is not deleted.
82 #. The check for device and inode numbers is there, because
83 #. it is possible that the user has put a new file in place
84 #. of the original file, and in that case it obviously
85 #. shouldn't be removed.
86 #: src/xz/file_io.c:137
88 msgid "%s: File seems to have been moved, not removing"
89 msgstr "%s: Plik wygląda na przeniesiony, nie zostanie usunięty"
91 #: src/xz/file_io.c:144 src/xz/file_io.c:589
93 msgid "%s: Cannot remove: %s"
94 msgstr "%s: Nie można usunąć: %s"
96 #: src/xz/file_io.c:169
98 msgid "%s: Cannot set the file owner: %s"
99 msgstr "%s: Nie można ustawić właściciela pliku: %s"
101 #: src/xz/file_io.c:175
103 msgid "%s: Cannot set the file group: %s"
104 msgstr "%s: Nie można ustawić grupy pliku: %s"
106 #: src/xz/file_io.c:194
108 msgid "%s: Cannot set the file permissions: %s"
109 msgstr "%s: Nie można ustawić uprawnień pliku: %s"
111 #: src/xz/file_io.c:337 src/xz/file_io.c:420
113 msgid "%s: Is a symbolic link, skipping"
114 msgstr "%s: Jest dowiązaniem symbolicznym, pominięto"
116 #: src/xz/file_io.c:455
118 msgid "%s: Is a directory, skipping"
119 msgstr "%s: Jest katalogiem, pominięto"
121 #: src/xz/file_io.c:461
123 msgid "%s: Not a regular file, skipping"
124 msgstr "%s: Nie jest zwykłym plikiem, pominięto"
126 #: src/xz/file_io.c:478
128 msgid "%s: File has setuid or setgid bit set, skipping"
129 msgstr "%s: Plik ma ustawiony bit setuid lub setgid, pominięto"
131 #: src/xz/file_io.c:485
133 msgid "%s: File has sticky bit set, skipping"
134 msgstr "%s: Plik ma ustawiony bit sticky, pominięto"
136 #: src/xz/file_io.c:492
138 msgid "%s: Input file has more than one hard link, skipping"
139 msgstr "%s: Plik wejściowy ma więcej niż jedno dowiązanie zwykłe, pominięto"
141 #: src/xz/file_io.c:713
143 msgid "Error restoring the O_APPEND flag to standard output: %s"
144 msgstr "Błąd podczas odtwarzania flagi O_APPEND dla standardowego wyjścia: %s"
146 #: src/xz/file_io.c:725
148 msgid "%s: Closing the file failed: %s"
149 msgstr "%s: Zamknięcie pliku nie powiodło się: %s"
151 #: src/xz/file_io.c:761 src/xz/file_io.c:945
153 msgid "%s: Seeking failed when trying to create a sparse file: %s"
154 msgstr "%s: Zmiana pozycji nie powiodła się podczas próby utworzenia pliku rzadkiego: %s"
156 #: src/xz/file_io.c:820
158 msgid "%s: Read error: %s"
159 msgstr "%s: Błąd odczytu: %s"
161 #: src/xz/file_io.c:843
163 msgid "%s: Error seeking the file: %s"
164 msgstr "%s: Błąd podczas zmiany pozycji w pliku: %s"
166 #: src/xz/file_io.c:853
168 msgid "%s: Unexpected end of file"
169 msgstr "%s: Nieoczekiwany koniec pliku"
171 #: src/xz/file_io.c:903
173 msgid "%s: Write error: %s"
174 msgstr "%s: Błąd zapisu: %s"
176 #: src/xz/hardware.c:100
180 #. TRANSLATORS: Test with "xz --info-memory" to see if
181 #. the alignment looks nice.
182 #: src/xz/hardware.c:119
183 msgid "Total amount of physical memory (RAM): "
184 msgstr "Całkowita ilość pamięci fizycznej (RAM): "
186 #: src/xz/hardware.c:121
187 msgid "Memory usage limit for compression: "
188 msgstr "Limit użycia pamięci dla kompresji: "
190 #: src/xz/hardware.c:123
191 msgid "Memory usage limit for decompression: "
192 msgstr "Limit użycia pamięci dla dekompresji: "
194 #. TRANSLATORS: Indicates that there is no integrity check.
195 #. This string is used in tables, so the width must not
196 #. exceed ten columns with a fixed-width font.
201 #. TRANSLATORS: Indicates that integrity check name is not known,
202 #. but the Check ID is known (here 2). This and other "Unknown-N"
203 #. strings are used in tables, so the width must not exceed ten
204 #. columns with a fixed-width font. It's OK to omit the dash if
205 #. you need space for one extra letter, but don't use spaces.
256 msgid "%s: File is empty"
257 msgstr "%s: Plik jest pusty"
261 msgid "%s: Too small to be a valid .xz file"
262 msgstr "%s: Za mały na poprawny plik .xz"
264 #. TRANSLATORS: These are column headings. From Strms (Streams)
265 #. to Ratio, the columns are right aligned. Check and Filename
266 #. are left aligned. If you need longer words, it's OK to
267 #. use two lines here. Test with "xz -l foo.xz".
269 msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
270 msgstr "Strum. Bloki Spakowany Rozpakowany Wsp. Kontrola Nazwa pliku"
274 msgid " Streams: %s\n"
275 msgstr " Strumienie: %s\n"
279 msgid " Blocks: %s\n"
280 msgstr " Bloki: %s\n"
284 msgid " Compressed size: %s\n"
285 msgstr " Rozmiar spakowany: %s\n"
289 msgid " Uncompressed size: %s\n"
290 msgstr " Rozmiar rozpakowany: %s\n"
295 msgstr " Współczynnik: %s\n"
300 msgstr " Kontrola spójności: %s\n"
304 msgid " Stream padding: %s\n"
305 msgstr " Wyrównanie strumienia: %s\n"
307 #. TRANSLATORS: The second line is column headings. All except
308 #. Check are right aligned; Check is left aligned. Test with
313 " Stream Blocks CompOffset UncompOffset CompSize UncompSize Ratio Check Padding"
316 " Strumień Bloki Offset spak. Offset rozp. Rozm.spak. Rozm.rozp. Wsp. Kontrola Wyrównanie"
318 #. TRANSLATORS: The second line is column headings. All
319 #. except Check are right aligned; Check is left aligned.
324 " Stream Block CompOffset UncompOffset TotalSize UncompSize Ratio Check"
327 " Strumień Blok Offset spak. Offset rozp. Rozm.całkowity Rozm.rozp. Wsp. Kontrola"
329 #. TRANSLATORS: These are additional column headings
330 #. for the most verbose listing mode. CheckVal
331 #. (Check value), Flags, and Filters are left aligned.
332 #. Header (Block Header Size), CompSize, and MemUsage
333 #. are right aligned. %*s is replaced with 0-120
334 #. spaces to make the CheckVal column wide enough.
335 #. Test with "xz -lvv foo.xz".
338 msgid " CheckVal %*s Header Flags CompSize MemUsage Filters"
339 msgstr " S.kontr. %*sNagłówek Flagi Rozm. spak. Uż.pamięci Filtry"
341 #: src/xz/list.c:829 src/xz/list.c:998
343 msgid " Memory needed: %s MiB\n"
344 msgstr " Wymagana pamięć: %s MiB\n"
346 #: src/xz/list.c:831 src/xz/list.c:1000
348 msgid " Sizes in headers: %s\n"
349 msgstr " Rozmiar w nagłówkach: %s\n"
351 #: src/xz/list.c:832 src/xz/list.c:1001
355 #: src/xz/list.c:832 src/xz/list.c:1001
359 #. TRANSLATORS: %s is an integer. Only the plural form of this
360 #. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
364 msgid_plural "%s files\n"
365 msgstr[0] "%s plik\n"
366 msgstr[1] "%s pliki\n"
367 msgstr[2] "%s plików\n"
371 msgstr "Sumarycznie:"
375 msgid " Number of files: %s\n"
376 msgstr " Liczba plików: %s\n"
378 #: src/xz/list.c:1063
379 msgid "--list works only on .xz files (--format=xz or --format=auto)"
380 msgstr "--list działa tylko z plikami .xz (--format=xz lub --format=auto)"
382 #: src/xz/list.c:1069
383 msgid "--list does not support reading from standard input"
384 msgstr "--list nie obsługuje odczytu ze standardowego wejścia"
388 msgid "%s: Error reading filenames: %s"
389 msgstr "%s: Błąd odczytu nazw plików: %s"
393 msgid "%s: Unexpected end of input when reading filenames"
394 msgstr "%s: Nieoczekiwany koniec wejścia podczas odczytu nazw plików"
398 msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
399 msgstr "%s: Napotkano znak NUL podczas odczytu nazw plików; może miało być `--files0' zamiast `--files'?"
402 msgid "Compression and decompression with --robot are not supported yet."
403 msgstr "Kompresja i dekompresja z opcją --robot nie jest jeszcze obsługiwana."
406 msgid "Cannot read data from standard input when reading filenames from standard input"
407 msgstr "Nie można odczytać danych ze standardowego wejścia przy czytaniu nazw plików ze standardowego wejścia"
409 #. TRANSLATORS: This is the program name in the beginning
410 #. of the line in messages. Usually it becomes "xz: ".
411 #. This is a translatable string because French needs
412 #. a space before a colon.
413 #: src/xz/message.c:733
418 #: src/xz/message.c:796 src/xz/message.c:846
419 msgid "Internal error (bug)"
420 msgstr "Błąd wewnętrzny"
422 #: src/xz/message.c:803
423 msgid "Cannot establish signal handlers"
424 msgstr "Nie można ustawić obsługi sygnałów"
426 #: src/xz/message.c:812
427 msgid "No integrity check; not verifying file integrity"
428 msgstr "Brak kontroli spójności; poprawność plików nie będzie weryfikowana"
430 #: src/xz/message.c:815
431 msgid "Unsupported type of integrity check; not verifying file integrity"
432 msgstr "Nieobsługiwany typ kontroli spójności; poprawność plików nie będzie weryfikowana"
434 #: src/xz/message.c:822
435 msgid "Memory usage limit reached"
436 msgstr "Osiągnięto limit użycia pamięci"
438 #: src/xz/message.c:825
439 msgid "File format not recognized"
440 msgstr "Nie rozpoznany format pliku"
442 #: src/xz/message.c:828
443 msgid "Unsupported options"
444 msgstr "Nieobsługiwane opcje"
446 #: src/xz/message.c:831
447 msgid "Compressed data is corrupt"
448 msgstr "Dane skompresowane są uszkodzone"
450 #: src/xz/message.c:834
451 msgid "Unexpected end of input"
452 msgstr "Nieoczekiwany koniec wejścia"
454 #: src/xz/message.c:867
456 msgid "%s MiB of memory is required. The limiter is disabled."
457 msgstr "Wymagane jest %s MiB pamięci. Limit jest wyłączony."
459 #: src/xz/message.c:895
461 msgid "%s MiB of memory is required. The limit is %s."
462 msgstr "Wymagane jest %s MiB pamięci. Limit to %s."
464 #: src/xz/message.c:1062
466 msgid "%s: Filter chain: %s\n"
467 msgstr "%s: Łańcuch filtrów: %s\n"
469 #: src/xz/message.c:1072
471 msgid "Try `%s --help' for more information."
472 msgstr "Polecenie `%s --help' pokaże więcej informacji."
474 #: src/xz/message.c:1098
477 "Usage: %s [OPTION]... [FILE]...\n"
478 "Compress or decompress FILEs in the .xz format.\n"
481 "Składnia: %s [OPCJA]... [PLIK]...\n"
482 "Kompresja lub dekompresja PLIKÓW w formacie .xz.\n"
485 #: src/xz/message.c:1105
486 msgid "Mandatory arguments to long options are mandatory for short options too.\n"
488 "Argumenty obowiązkowe dla opcji długich są obowiązkowe również dla opcji\n"
491 #: src/xz/message.c:1109
492 msgid " Operation mode:\n"
493 msgstr " Tryb pracy:\n"
495 #: src/xz/message.c:1112
497 " -z, --compress force compression\n"
498 " -d, --decompress force decompression\n"
499 " -t, --test test compressed file integrity\n"
500 " -l, --list list information about .xz files"
502 " -z, --compress wymuszenie kompresji\n"
503 " -d, --decompress wymuszenie dekompresji\n"
504 " -t, --test sprawdzenie spójności plików skompresowanych\n"
505 " -l, --list wypisanie informacji o plikach .xz"
507 #: src/xz/message.c:1118
510 " Operation modifiers:\n"
513 " Modyfikatory operacji:\n"
515 #: src/xz/message.c:1121
517 " -k, --keep keep (don't delete) input files\n"
518 " -f, --force force overwrite of output file and (de)compress links\n"
519 " -c, --stdout write to standard output and don't delete input files"
521 " -k, --keep zachowanie (nieusuwanie) plików wejściowych\n"
522 " -f, --force nadpisywanie plików wyjściowych i (de)kompresja dowiązań\n"
523 " -c, --stdout zapis na standardowe wyjście, nieusuwanie plików wej."
525 #: src/xz/message.c:1127
527 " --no-sparse do not create sparse files when decompressing\n"
528 " -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
529 " --files[=FILE] read filenames to process from FILE; if FILE is\n"
530 " omitted, filenames are read from the standard input;\n"
531 " filenames must be terminated with the newline character\n"
532 " --files0[=FILE] like --files but use the null character as terminator"
534 " --no-sparse nietworzenie plików rzadkich podczas dekompresji\n"
535 " -S, --suffix=.ROZ użycie rozszerzenia `.ROZ' dla plików skompresowanych\n"
536 " --files[=PLIK] odczyt nazw plików do przetworzenia z PLIKU; jeśli PLIK\n"
537 " nie został podany, nazwy są czytane ze standardowego\n"
538 " wejścia; muszą być zakończone znakiem nowej linii\n"
539 " --files0[=PLIK] podobnie do --files, ale znakiem kończącym musi być NUL"
541 #: src/xz/message.c:1135
544 " Basic file format and compression options:\n"
547 " Podstawowe opcje formatu pliku i kompresji:\n"
549 #: src/xz/message.c:1137
551 " -F, --format=FMT file format to encode or decode; possible values are\n"
552 " `auto' (default), `xz', `lzma', and `raw'\n"
553 " -C, --check=CHECK integrity check type: `none' (use with caution),\n"
554 " `crc32', `crc64' (default), or `sha256'"
556 " -F, --format=FORM format pliki do kodowania lub dekodowania; możliwe to\n"
557 " `auto' (domyślny), `xz', 'lzma' i `raw'\n"
558 " -C, --check=TEST typ kontroli spójności: `none' (ostrożnie!),\n"
559 " `crc32', `crc64' (domyślny) lub `sha256'"
561 #: src/xz/message.c:1144
563 " -0 ... -9 compression preset; default is 6; take compressor *and*\n"
564 " decompressor memory usage into account before using 7-9!"
566 " -0 ... -9 predefiniowane opcje kompresji; domyślna to 6; przed\n"
567 " użyciem wartości 7-9 należy wziąć pod uwagę wykorzystanie\n"
568 " pamięci przy kompresji *oraz* dekompresji!"
570 #: src/xz/message.c:1148
572 " -e, --extreme try to improve compression ratio by using more CPU time;\n"
573 " does not affect decompressor memory requirements"
575 " -e, --extreme próba poprawy współczynnika kompresji z użyciem większej\n"
576 " ilości czasu procesora; nie wpływa na wymagania\n"
577 " pamięciowe dekompresora"
579 #: src/xz/message.c:1153
582 " --memlimit-compress=LIMIT\n"
583 " --memlimit-decompress=LIMIT\n"
584 " -M, --memlimit=LIMIT\n"
585 " set memory usage limit for compression, decompression,\n"
586 " or both; LIMIT is in bytes, % of RAM, or 0 for defaults"
588 " --memlimit-compress=LIMIT\n"
589 " --memlimit-decompress=LIMIT\n"
590 " -M, --memlimit=LIMIT\n"
591 " ustawienie limitu użycia pamięci dla kompresji,\n"
592 " dekompresji lub obu; LIMIT jest w bajtach, % RAM lub 0\n"
593 " dla limitów domyślnych"
595 #: src/xz/message.c:1160
597 " --no-adjust if compression settings exceed the memory usage limit,\n"
598 " give an error instead of adjusting the settings downwards"
600 " --no-adjust jeśli ustawienia kompresji przekraczają limit użycia\n"
601 " pamięci, zostanie zgłoszony błąd zamiast zmniejszania\n"
604 #: src/xz/message.c:1166
607 " Custom filter chain for compression (alternative for using presets):"
610 " Łańcuch własnych filtrów do kompresji (alternatywa do używania -0 .. -9):"
612 #: src/xz/message.c:1175
615 " --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
616 " --lzma2[=OPTS] more of the following options (valid values; default):\n"
617 " preset=PRE reset options to a preset (0-9[e])\n"
618 " dict=NUM dictionary size (4KiB - 1536MiB; 8MiB)\n"
619 " lc=NUM number of literal context bits (0-4; 3)\n"
620 " lp=NUM number of literal position bits (0-4; 0)\n"
621 " pb=NUM number of position bits (0-4; 2)\n"
622 " mode=MODE compression mode (fast, normal; normal)\n"
623 " nice=NUM nice length of a match (2-273; 64)\n"
624 " mf=NAME match finder (hc3, hc4, bt2, bt3, bt4; bt4)\n"
625 " depth=NUM maximum search depth; 0=automatic (default)"
628 " --lzma1[=OPCJE] LZMA1 lub LZMA2; OPCJE to oddzielona przecinkami lista\n"
629 " --lzma2[=OPCJE] zera lub więcej następujących opcji (w nawiasach wartości\n"
630 " poprawne; domyślne):\n"
631 " preset=PRE ustawienie opcji na predefiniowane (0-9[e])\n"
632 " dict=ILE rozmiar słownika (4KiB - 1536MiB; 8MiB)\n"
633 " lc=ILE liczba bitów kontekstu literału (0-4; 3)\n"
634 " lp=ILE liczba bitów pozycji literału (0-4; 0)\n"
635 " pp=ILE liczba bitów pozycji (0-4; 2)\n"
636 " mode=TRYB tryb kompresji (fast, normal; normal)\n"
637 " nice=ILE długość dopasowania (2-273; 64)\n"
638 " mf=NAZWA dopasowywacz (hc3, hc4, bt2, bt3, bt4; bt4)\n"
639 " depth=ILE maks. głębokość szukania; 0=auto (domyślne)"
641 #: src/xz/message.c:1190
644 " --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
645 " --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
646 " --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
647 " --arm[=OPTS] ARM BCJ filter (little endian only)\n"
648 " --armthumb[=OPTS] ARM-Thumb BCJ filter (little endian only)\n"
649 " --sparc[=OPTS] SPARC BCJ filter\n"
650 " Valid OPTS for all BCJ filters:\n"
651 " start=NUM start offset for conversions (default=0)"
654 " --x86[=OPCJE] Filtr BCJ x86 (32-bitowy lub 64-bitowy)\n"
655 " --powerpc[=OPCJE] Filtr BCJ PowerPC (tylko big-endian)\n"
656 " --ia64[=OPCJE] Filtr BCJ IA-64 (Itanium)\n"
657 " --arm[=OPCJE] Filtr BCJ ARM (tylko little-endian)\n"
658 " --armthumb[=OPCJE] Filtr BCJ ARM-Thumb (tylko little-endian)\n"
659 " --sparc[=OPCJE] Filtr BCJ SPARC\n"
660 " Poprawne OPCJE dla wszystkich filtrów BCJ:\n"
661 " start=ILE offset początku konwersji (domyślnie=0)"
663 #: src/xz/message.c:1202
666 " --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
667 " dist=NUM distance between bytes being subtracted\n"
668 " from each other (1-256; 1)"
671 " --delta[=OPCJE] Filtr delta; poprawne OPCJE (poprawne wart.; domyślne):\n"
672 " dist=ILE odległość między bajtami odejmowanymi od\n"
675 #: src/xz/message.c:1210
683 #: src/xz/message.c:1213
685 " -q, --quiet suppress warnings; specify twice to suppress errors too\n"
686 " -v, --verbose be verbose; specify twice for even more verbose"
688 " -q, --quiet pominięcie ostrzeżeń; dwukrotne podanie pomija też błędy\n"
689 " -v, --verbose więcej informacji; dwukrotne podanie to jeszcze więcej"
691 #: src/xz/message.c:1218
692 msgid " -Q, --no-warn make warnings not affect the exit status"
693 msgstr " -Q, --no-warn ostrzeżenia nie mają wpływu na status zakończenia"
695 #: src/xz/message.c:1220
696 msgid " --robot use machine-parsable messages (useful for scripts)"
697 msgstr " --robot komunikaty w formacie dla maszyny (do skryptów)"
699 #: src/xz/message.c:1223
701 " --info-memory display the total amount of RAM and the currently active\n"
702 " memory usage limits, and exit"
704 " --info-memory wyświetlenie całkowitej ilości pamięci RAM oraz aktualnie\n"
705 " aktywnych limitów pamięci i zakończenie pracy"
707 #: src/xz/message.c:1226
709 " -h, --help display the short help (lists only the basic options)\n"
710 " -H, --long-help display this long help and exit"
712 " -h, --help wyświetlenie krótkiego opisu (tylko podstawowe opcje)\n"
713 " -H, --long-help wyświetlenie tego długiego opisu i zakończenie"
715 #: src/xz/message.c:1230
717 " -h, --help display this short help and exit\n"
718 " -H, --long-help display the long help (lists also the advanced options)"
720 " -h, --help wyświetlenie tego krótkiego opisu i zakończenie\n"
721 " -H, --long-help wyświetlenie długiego opisu (także opcje zaawansowane)"
723 #: src/xz/message.c:1235
724 msgid " -V, --version display the version number and exit"
725 msgstr " -V, --version wyświetlenie informacji o wersji i zakończenie"
727 #: src/xz/message.c:1237
730 "With no FILE, or when FILE is -, read standard input.\n"
733 "Jeśli nie podano PLIKU lub PLIK to -, czytane jest standardowe wejście.\n"
735 #. TRANSLATORS: This message indicates the bug reporting address
736 #. for this package. Please add _another line_ saying
737 #. "Report translation bugs to <...>\n" with the email or WWW
738 #. address for translation bugs. Thanks.
739 #: src/xz/message.c:1243
741 msgid "Report bugs to <%s> (in English or Finnish).\n"
743 "Błędy prosimy zgłaszać na adres <%s>\n"
744 "(w języku angielskim lub fińskim).\n"
745 "Błędy w tłumaczeniu prosimy zgłaszać na adres\n"
746 "<translation-team-pl@lists.sourceforge.net>.\n"
748 #: src/xz/message.c:1245
750 msgid "%s home page: <%s>\n"
751 msgstr "Strona domowa %s: <%s>\n"
753 #: src/xz/options.c:86
755 msgid "%s: Options must be `name=value' pairs separated with commas"
756 msgstr "%s: Opcje muszą być parami `nazwa=wartość' rozdzielonymi przecinkami"
758 #: src/xz/options.c:93
760 msgid "%s: Invalid option name"
761 msgstr "%s: Błędna nazwa opcji"
763 #: src/xz/options.c:113
765 msgid "%s: Invalid option value"
766 msgstr "%s: Błędna wartość opcji"
768 #: src/xz/options.c:247
770 msgid "Unsupported LZMA1/LZMA2 preset: %s"
771 msgstr "Nieobsługiwane ustawienie predefiniowane LZMA1/LZMA2: %s"
773 #: src/xz/options.c:355
774 msgid "The sum of lc and lp must not exceed 4"
775 msgstr "Suma lc i lp nie może przekroczyć 4"
777 #: src/xz/options.c:359
779 msgid "The selected match finder requires at least nice=%<PRIu32>"
780 msgstr "Wybrany dopasowywacz wymaga przynajmniej nice=%<PRIu32>"
782 #: src/xz/suffix.c:101 src/xz/suffix.c:194
784 msgid "%s: With --format=raw, --suffix=.SUF is required unless writing to stdout"
785 msgstr "%s: Przy --format=raw i zapisie do pliku wymagana jest opcja --suffix=.ROZ"
787 #: src/xz/suffix.c:121
789 msgid "%s: Filename has an unknown suffix, skipping"
790 msgstr "%s: Nazwa pliku ma nieznane rozszerzenie, pominięto"
792 #: src/xz/suffix.c:175 src/xz/suffix.c:184
794 msgid "%s: File already has `%s' suffix, skipping"
795 msgstr "%s: Plik już ma rozszerzenie `%s', pominięto"
797 #: src/xz/suffix.c:235
799 msgid "%s: Invalid filename suffix"
800 msgstr "%s: Błędne rozszerzenie nazwy pliku"
804 msgid "%s: Value is not a non-negative decimal integer"
805 msgstr "%s: Wartość nie jest nieujemną liczbą całkowitą"
809 msgid "%s: Invalid multiplier suffix"
810 msgstr "%s: Błędny przyrostek mnożnika"
813 msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
814 msgstr "Poprawne przyrostki to `KiB' (2^10), `MiB' (2^20) i `GiB' (2^30)."
818 msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
819 msgstr "Wartość opcji `%s' musi być w przedziale [%<PRIu64>, %<PRIu64>]"
822 msgid "Empty filename, skipping"
823 msgstr "Pusta nazwa pliku, pominięto"
826 msgid "Compressed data cannot be read from a terminal"
827 msgstr "Dane skompresowane nie mogą być czytane z terminala"
830 msgid "Compressed data cannot be written to a terminal"
831 msgstr "Dane skompresowane nie mogą być zapisywane na terminal"
833 #: src/common/tuklib_exit.c:39
834 msgid "Writing to standard output failed"
835 msgstr "Zapis na standardowe wyjście nie powiódł się"
837 #: src/common/tuklib_exit.c:42
838 msgid "Unknown error"
839 msgstr "Nieznany błąd"