summaryrefslogtreecommitdiffstats
path: root/po/pl/man1/dd.1.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/pl/man1/dd.1.po')
-rw-r--r--po/pl/man1/dd.1.po899
1 files changed, 899 insertions, 0 deletions
diff --git a/po/pl/man1/dd.1.po b/po/pl/man1/dd.1.po
new file mode 100644
index 00000000..408e9069
--- /dev/null
+++ b/po/pl/man1/dd.1.po
@@ -0,0 +1,899 @@
+# Polish translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Przemek Borys <pborys@dione.ids.pl>, 1998.
+# Wojtek Kotwica <wkotwica@post.pl>, 2000.
+# Michał Kułach <michal.kulach@gmail.com>, 2012, 2013, 2014, 2016, 2021, 2024.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-pl\n"
+"POT-Creation-Date: 2024-02-15 17:57+0100\n"
+"PO-Revision-Date: 2024-03-15 19:38+0100\n"
+"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
+"Language-Team: Polish <manpages-pl-list@lists.sourceforge.net>\n"
+"Language: pl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 22.12.3\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2);\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DD"
+msgstr "DD"
+
+#. type: TH
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "January 2024"
+msgstr "styczeń 2024"
+
+#. type: TH
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#, no-wrap
+msgid "GNU coreutils 9.4"
+msgstr "GNU coreutils 9.4"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "User Commands"
+msgstr "Polecenia użytkownika"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "NAZWA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "dd - convert and copy a file"
+msgstr "dd - konwertuje i kopiuje plik"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "SKŁADNIA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<dd> [I<\\,OPERAND\\/>]..."
+msgstr "B<dd> [I<OPERATOR>]..."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<dd> I<\\,OPTION\\/>"
+msgstr "B<dd> I<OPCJA>"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "OPIS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Copy a file, converting and formatting according to the operands."
+msgstr "Kopiuje plik, konwertując i formatując go zgodnie z operatorami."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "bs=BYTES"
+msgstr "B<bs=>I<BAJTÓW>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"read and write up to BYTES bytes at a time (default: 512); overrides ibs and "
+"obs"
+msgstr ""
+"odczytuje i zapisuje do I<BAJTÓW> naraz (domyślnie: 512), przesłania B<ibs> "
+"i B<obs>"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "cbs=BYTES"
+msgstr "B<cbs=>I<BAJTÓW>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "convert BYTES bytes at a time"
+msgstr "konwertuje I<BAJTÓW> naraz"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "conv=CONVS"
+msgstr "B<conv=>I<KONW>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "convert the file as per the comma separated symbol list"
+msgstr "konwertuje plik według oddzielonej przecinkami listy symboli"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "count=N"
+msgstr "B<count=>I<N>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "copy only N input blocks"
+msgstr "kopiuje jedynie I<N> wejściowych bloków"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ibs=BYTES"
+msgstr "B<ibs=>I<BAJTÓW>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "read up to BYTES bytes at a time (default: 512)"
+msgstr "odczytuje I<BAJTÓW> naraz (domyślnie: 512)"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "if=FILE"
+msgstr "B<if=>I<PLIK>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "read from FILE instead of stdin"
+msgstr "Czyta z I<PLIKU> zamiast ze standardowego wejścia"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "iflag=FLAGS"
+msgstr "B<iflag=>I<FLAGI>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "read as per the comma separated symbol list"
+msgstr "czyta według oddzielonej przecinkami listy symbolów"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "obs=BYTES"
+msgstr "B<obs=>I<BYTES>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "write BYTES bytes at a time (default: 512)"
+msgstr "zapisuje I<BAJTÓW> naraz (domyślnie: 512)"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "of=FILE"
+msgstr "B<of=>I<PLIK>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "write to FILE instead of stdout"
+msgstr "zapisuje do I<PLIKU> zamiast na standardowe wyjście"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "oflag=FLAGS"
+msgstr "B<oflag=>I<FLAGI>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "write as per the comma separated symbol list"
+msgstr "zapisuje według oddzielonej przecinkami listy symbolów"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "seek=N"
+msgstr "B<seek>=I<N>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid "(or oseek=N) skip N obs-sized output blocks"
+msgstr "(lub B<oseek>=I<N>) pomija I<N> bloków wyjściowych o rozmiarze B<obs>"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "skip=N"
+msgstr "B<skip>=I<N>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid "(or iseek=N) skip N ibs-sized input blocks"
+msgstr "(lub B<iseek>=I<N>) pomija I<N> bloków wejściowych o rozmiarze B<ibs>"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "status=LEVEL"
+msgstr "B<status>=I<POZIOM>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The LEVEL of information to print to stderr; \\&'none' suppresses everything "
+"but error messages, \\&'noxfer' suppresses the final transfer statistics, "
+"\\&'progress' shows periodic transfer statistics"
+msgstr ""
+"I<POZIOM> informacji wypisywanych na stderr; B<none> wypisuje tylko "
+"komunikaty z błędami, B<noxfer> wyłącza wypisywanie końcowych statystyk "
+"transferu, B<progress> pokazuje okresowe statystyki transferu"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+msgid ""
+"N and BYTES may be followed by the following multiplicative suffixes: c=1, "
+"w=2, b=512, kB=1000, K=1024, MB=1000*1000, M=1024*1024, xM=M, "
+"GB=1000*1000*1000, G=1024*1024*1024, and so on for T, P, E, Z, Y, R, Q. "
+"Binary prefixes can be used, too: KiB=K, MiB=M, and so on. If N ends in "
+"'B', it counts bytes not blocks."
+msgstr ""
+"Po I<N> i I<BAJTACH> mogą występować następujące przyrostki "
+"zwielokrotniające: B<c> =1, B<w> =2, B<b> =512, B<kB> =1000, B<K> =1024, "
+"B<MB> =1000*1000, B<M> =1024*1024, B<xM> =M, B<GB> =1000*1000*1000, B<G> "
+"=1024*1024*1024 itd. dla B<T>, B<P>, B<E>, B<Z>, B<Y>, B<R>, B<Q>. Można "
+"używać również przyrostków binarnych, np. B<KiB>=K, B<MiB>=M itd. Jeśli I<N> "
+"kończy się literą B<B>, zamiast bloków liczone są bajty."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Each CONV symbol may be:"
+msgstr "I<KONW> może przyjmować wartości:"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ascii"
+msgstr "ascii"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "from EBCDIC to ASCII"
+msgstr "z EBCDIC do ASCII."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ebcdic"
+msgstr "B<ebcdic>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "from ASCII to EBCDIC"
+msgstr "z ASCII do EBCDIC"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ibm"
+msgstr "B<ibm>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "from ASCII to alternate EBCDIC"
+msgstr "z ASCII do alternatywnego EBCDIC"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "block"
+msgstr "B<block>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "pad newline-terminated records with spaces to cbs-size"
+msgstr ""
+"dopełnia rekordy oddzielone znakami nowego wiersza spacjami do rozmiaru "
+"B<cbs>"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "unblock"
+msgstr "B<unblock>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "replace trailing spaces in cbs-size records with newline"
+msgstr "zamienia końcowe spacje w rekordach B<cbs> znakiem nowego wiersza"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "lcase"
+msgstr "B<lcase>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "change upper case to lower case"
+msgstr "zamienia duże litery na małe"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ucase"
+msgstr "B<ucase>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "change lower case to upper case"
+msgstr "zamienia małe litery na duże"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "sparse"
+msgstr "B<sparse>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "try to seek rather than write all-NUL output blocks"
+msgstr ""
+"próbuje pomijać zamiast zapisywać bloki wyjściowe złożone w całości z NUL"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "swab"
+msgstr "B<swab>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "swap every pair of input bytes"
+msgstr "zamienia miejscami każdą parę bajtów wejściowych"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "sync"
+msgstr "B<sync>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"pad every input block with NULs to ibs-size; when used with block or "
+"unblock, pad with spaces rather than NULs"
+msgstr ""
+"dopełnia każdy blok wejściowy bajtami zerowymi (NUL); z opcjami B<block> i "
+"B<unblock> dopełnia spacjami zamiast NUL"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "excl"
+msgstr "B<excl>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "fail if the output file already exists"
+msgstr "przerywa, jeśli plik wyjściowy już istnieje"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "nocreat"
+msgstr "B<nocreat>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "do not create the output file"
+msgstr "nie tworzy pliku wyjściowego"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "notrunc"
+msgstr "B<notrunc>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "do not truncate the output file"
+msgstr "nie przycina pliku wyjściowego"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "noerror"
+msgstr "B<noerror>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "continue after read errors"
+msgstr "kontynuuje po błędach odczytu"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "fdatasync"
+msgstr "B<fdatasync>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "physically write output file data before finishing"
+msgstr "fizycznie zapisuje dane pliku wyjściowego przed zakończeniem"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "fsync"
+msgstr "B<fsync>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "likewise, but also write metadata"
+msgstr "podobnie, lecz zapisuje także metadane"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Each FLAG symbol may be:"
+msgstr "Każdy symbol I<FLAGA> może przyjąć wartość:"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "append"
+msgstr "B<append>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "append mode (makes sense only for output; conv=notrunc suggested)"
+msgstr ""
+"tryb dopisywania (ma sens tylko dla wyjścia, sugeruje się użycie "
+"B<conv=notrunc>)"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "direct"
+msgstr "B<direct>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "use direct I/O for data"
+msgstr "używa bezpośredniego wejścia/wyjścia dla danych"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "directory"
+msgstr "B<directory>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "fail unless a directory"
+msgstr "zwraca błąd w przypadku innym niż katalog"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "dsync"
+msgstr "B<dsync>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "use synchronized I/O for data"
+msgstr "używa synchronizowanego wejścia/wyjścia dla danych"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "likewise, but also for metadata"
+msgstr "podobnie, lecz także dla metadanych"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "fullblock"
+msgstr "B<fullblock>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "accumulate full blocks of input (iflag only)"
+msgstr "gromadzi pełne bloki dla danych (tylko B<iflag>)"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "nonblock"
+msgstr "B<nonblock>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "use non-blocking I/O"
+msgstr "używa asynchronicznego wejścia/wyjścia"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "noatime"
+msgstr "B<noatime>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "do not update access time"
+msgstr "nie aktualizuje czasu dostępu"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "nocache"
+msgstr "B<nocache>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Request to drop cache. See also oflag=sync"
+msgstr "żąda porzucenia bufora. Zobacz też oflag=sync"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "noctty"
+msgstr "B<noctty>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "do not assign controlling terminal from file"
+msgstr "nie przypisuje kontrolowanego terminalu z pliku"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "nofollow"
+msgstr "B<nofollow>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "do not follow symlinks"
+msgstr "nie podąża za dowiązaniami symbolicznymi"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Sending a USR1 signal to a running 'dd' process makes it print I/O "
+"statistics to standard error and then resume copying."
+msgstr ""
+"Wysłanie sygnału B<USR1> do uruchomionego procesu B<dd>, powoduje "
+"wyświetlenie przez niego statystyk wejścia/wyjścia na standardowe wyjście "
+"błędów i wznowienie kopiowania."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Options are:"
+msgstr "Dostępne opcje:"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--help>"
+msgstr "B<--help>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "display this help and exit"
+msgstr "wyświetla ten tekst i kończy pracę"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--version>"
+msgstr "B<--version>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "output version information and exit"
+msgstr "wyświetla informacje o wersji i kończy działanie"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "AUTHOR"
+msgstr "AUTOR"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Written by Paul Rubin, David MacKenzie, and Stuart Kemp."
+msgstr "Napisane przez Paula Rubina, Davida MacKenzie i Stuarta Kempa."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "REPORTING BUGS"
+msgstr "ZGŁASZANIE BŁĘDÓW"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"GNU coreutils online help: E<lt>https://www.gnu.org/software/coreutils/E<gt>"
+msgstr ""
+"Strona internetowa z pomocą GNU coreutils: E<lt>https://www.gnu.org/software/"
+"coreutils/E<gt>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Report any translation bugs to E<lt>https://translationproject.org/team/E<gt>"
+msgstr ""
+"O błędach tłumaczenia poinformuj przez E<lt>https://translationproject.org/"
+"team/pl.htmlE<gt>"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "COPYRIGHT"
+msgstr "PRAWA AUTORSKIE"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+msgid ""
+"Copyright \\(co 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL "
+"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>."
+msgstr ""
+"Copyright \\(co 2023 Free Software Foundation, Inc. Licencja GPLv3+: GNU GPL "
+"w wersji 3 lub późniejszej E<lt>https://gnu.org/licenses/gpl.htmlE<gt>."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"This is free software: you are free to change and redistribute it. There is "
+"NO WARRANTY, to the extent permitted by law."
+msgstr ""
+"Jest to wolne oprogramowanie: można je zmieniać i rozpowszechniać. Nie ma "
+"ŻADNEJ GWARANCJI, w granicach określonych przez prawo."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "ZOBACZ TAKŻE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Full documentation E<lt>https://www.gnu.org/software/coreutils/ddE<gt>"
+msgstr ""
+"Pełna dokumentacja: E<lt>https://www.gnu.org/software/coreutils/ddE<gt>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "or available locally via: info \\(aq(coreutils) dd invocation\\(aq"
+msgstr "lub lokalnie, za pomocą B<info \\(aq(coreutils) dd invocation\\(aq>"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "September 2022"
+msgstr "wrzesień 2022"
+
+#. type: TH
+#: debian-bookworm mageia-cauldron
+#, no-wrap
+msgid "GNU coreutils 9.1"
+msgstr "GNU coreutils 9.1"
+
+#. type: Plain text
+#: debian-bookworm mageia-cauldron
+msgid ""
+"N and BYTES may be followed by the following multiplicative suffixes: c=1, "
+"w=2, b=512, kB=1000, K=1024, MB=1000*1000, M=1024*1024, xM=M, "
+"GB=1000*1000*1000, G=1024*1024*1024, and so on for T, P, E, Z, Y. Binary "
+"prefixes can be used, too: KiB=K, MiB=M, and so on. If N ends in 'B', it "
+"counts bytes not blocks."
+msgstr ""
+"Po I<N> i I<BAJTACH> mogą występować następujące przyrostki "
+"zwielokrotniające: B<c> =1, B<w> =2, B<b> =512, B<kB> =1000, B<K> =1024, "
+"B<MB> =1000*1000, B<M> =1024*1024, B<xM> =M, B<GB> =1000*1000*1000, B<G> "
+"=1024*1024*1024 itd. dla B<T>, B<P>, B<E>, B<Z>, i B<Y>. Można używać "
+"również przyrostków binarnych, np. B<KiB>=K, B<MiB>=M itd. Jeśli I<N> kończy "
+"się literą B<B>, zamiast bloków liczone są bajty."
+
+#. type: Plain text
+#: debian-bookworm mageia-cauldron
+msgid ""
+"Copyright \\(co 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL "
+"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>."
+msgstr ""
+"Copyright \\(co 2022 Free Software Foundation, Inc. Licencja GPLv3+: GNU GPL "
+"w wersji 3 lub późniejszej E<lt>https://gnu.org/licenses/gpl.htmlE<gt>."
+
+#. type: TH
+#: mageia-cauldron
+#, no-wrap
+msgid "April 2022"
+msgstr "kwiecień 2022"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "October 2021"
+msgstr "październik 2021"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "GNU coreutils 8.32"
+msgstr "GNU coreutils 8.32"
+
+#. type: Plain text
+#: opensuse-leap-15-6
+msgid "skip N obs-sized blocks at start of output"
+msgstr "pomija I<N> bloków o rozmiarze B<obs> na początku wyjścia"
+
+#. type: Plain text
+#: opensuse-leap-15-6
+msgid "skip N ibs-sized blocks at start of input"
+msgstr "pomija I<N> bloków o rozmiarze B<ibs> na początku wejścia"
+
+#. type: Plain text
+#: opensuse-leap-15-6
+msgid ""
+"N and BYTES may be followed by the following multiplicative suffixes: c=1, "
+"w=2, b=512, kB=1000, K=1024, MB=1000*1000, M=1024*1024, xM=M, "
+"GB=1000*1000*1000, G=1024*1024*1024, and so on for T, P, E, Z, Y. Binary "
+"prefixes can be used, too: KiB=K, MiB=M, and so on."
+msgstr ""
+"Po I<N> i I<BAJTACH> mogą występować następujące przyrostki "
+"zwielokrotniające: B<c> =1, B<w> =2, B<b> =512, B<kB> =1000, B<K> =1024, "
+"B<MB> =1000*1000, B<M> =1024*1024, B<xM> =M, B<GB> =1000*1000*1000, B<G> "
+"=1024*1024*1024 itd. dla B<T>, B<P>, B<E>, B<Z>, i B<Y>. Można używać "
+"również przyrostków binarnych, np. B<KiB>=K, B<MiB>=M itd."
+
+#. type: TP
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "count_bytes"
+msgstr "B<count_bytes>"
+
+#. type: Plain text
+#: opensuse-leap-15-6
+msgid "treat 'count=N' as a byte count (iflag only)"
+msgstr "traktuje \"count=N\" jako liczbę bajtów (tylko iflag)"
+
+#. type: TP
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "skip_bytes"
+msgstr "B<skip_bytes>"
+
+#. type: Plain text
+#: opensuse-leap-15-6
+msgid "treat 'skip=N' as a byte count (iflag only)"
+msgstr "traktuje \"skip=N\" jako liczbę bajtów (tylko iflag)"
+
+#. type: TP
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "seek_bytes"
+msgstr "B<seek_bytes>"
+
+#. type: Plain text
+#: opensuse-leap-15-6
+msgid "treat 'seek=N' as a byte count (oflag only)"
+msgstr "traktuje \"seek=N\" jako liczbę bajtów (tylko oflag)"
+
+#. type: Plain text
+#: opensuse-leap-15-6
+msgid ""
+"Copyright \\(co 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL "
+"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>."
+msgstr ""
+"Copyright \\(co 2020 Free Software Foundation, Inc. Licencja GPLv3+: GNU GPL "
+"w wersji 3 lub późniejszej E<lt>https://gnu.org/licenses/gpl.htmlE<gt>."