diff options
Diffstat (limited to 'po/pl/man1/du.1.po')
-rw-r--r-- | po/pl/man1/du.1.po | 758 |
1 files changed, 758 insertions, 0 deletions
diff --git a/po/pl/man1/du.1.po b/po/pl/man1/du.1.po new file mode 100644 index 00000000..61a32734 --- /dev/null +++ b/po/pl/man1/du.1.po @@ -0,0 +1,758 @@ +# 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:42+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 "DU" +msgstr "DU" + +#. 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 "du - estimate file space usage" +msgstr "du - szacuje użycie miejsca na dysku" + +#. 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<du> [I<\\,OPTION\\/>]... [I<\\,FILE\\/>]..." +msgstr "B<du> [I<OPCJA>]... [I<PLIK>]..." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<du> [I<\\,OPTION\\/>]... I<\\,--files0-from=F\\/>" +msgstr "B<du> [I<OPCJA>]... B<--files0-from=>I<P>" + +#. 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-tumbleweed +msgid "" +"Summarize device usage of the set of FILEs, recursively for directories." +msgstr "" +"Podsumowuje zajętość urządzenia przez każdy zestaw I<PLIKÓW>, rekurencyjnie " +"dla katalogów." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Mandatory arguments to long options are mandatory for short options too." +msgstr "" +"Argumenty, które są obowiązkowe dla długich opcji, są również obowiązkowe " +"dla krótkich." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-0>, B<--null>" +msgstr "B<-0>, B<--null>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "end each output line with NUL, not newline" +msgstr "kończy każdy wiersz bajtem NUL, zamiast 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 "B<-a>, B<--all>" +msgstr "B<-a>, B<--all>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "write counts for all files, not just directories" +msgstr "wypisuje podliczenia dla wszystkich plików, nie tylko katalogów" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--apparent-size>" +msgstr "B<--apparent-size>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"print apparent sizes rather than device usage; although the apparent size is " +"usually smaller, it may be larger due to holes in ('sparse') files, internal " +"fragmentation, indirect blocks, and the like" +msgstr "" +"wyświetla rozmiar pozorny zamiast użycia urządzenia; choć rozmiar pozorny " +"jest zwykle mniejszy, może być również większy z powodu dziur (w tzw. " +"plikach rzadkich), wewnętrznej fragmentacji, bloków pośrednich itp." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-B>, B<--block-size>=I<\\,SIZE\\/>" +msgstr "B<-B>, B<--block-size>=I<ROZMIAR>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"scale sizes by SIZE before printing them; e.g., \\&'-BM' prints sizes in " +"units of 1,048,576 bytes; see SIZE format below" +msgstr "" +"przelicza rozmiary według I<ROZMIARU> przed ich wyświetleniem np. I<-BM> " +"wyświetla rozmiary w jednostkach 1 048 576 bajtów; patrz format I<ROZMIARU> " +"poniżej." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-b>, B<--bytes>" +msgstr "B<-b>, B<--bytes>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "equivalent to '--apparent-size B<--block-size>=I<\\,1\\/>'" +msgstr "równoważne B<--apparent-size --block-size=1>" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-c>, B<--total>" +msgstr "B<-c>, B<--total>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "produce a grand total" +msgstr "wyświetla podsumowanie całości" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-D>, B<--dereference-args>" +msgstr "B<-D>, B<--dereference-args>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "dereference only symlinks that are listed on the command line" +msgstr "" +"rozwija wyłącznie dowiązania symboliczne podane jako argumenty w wierszu " +"poleceń" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-d>, B<--max-depth>=I<\\,N\\/>" +msgstr "B<-d>, B<--max-depth>=I<N>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"print the total for a directory (or file, with B<--all>) only if it is N or " +"fewer levels below the command line argument; B<--max-depth>=I<\\,0\\/> is " +"the same as B<--summarize>" +msgstr "" +"wyświetla podsumowania dla katalogu (lub pliku, z opcją B<-all>) tylko, " +"jeśli znajduje się I<N> lub mniej poziomów poniżej argumentu wiersza " +"poleceń; B<--max-depth=0> jest równoważne B<--summarize>" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--files0-from>=I<\\,F\\/>" +msgstr "B<--files0-from>=I<P>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"summarize device usage of the NUL-terminated file names specified in file F; " +"if F is -, then read names from standard input" +msgstr "" +"podsumowuje zajętość urządzenia przez pliki podane w I<P>, które są " +"zakończone przez znak NUL. Jeżeli jako I<P> podano B<->, to nazwy są " +"odczytywane 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 "B<-H>" +msgstr "B<-H>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "equivalent to B<--dereference-args> (B<-D>)" +msgstr "równoważne B<--dereference-args> (B<-D>)" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-h>, B<--human-readable>" +msgstr "B<-h>, B<--human-readable>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "print sizes in human readable format (e.g., 1K 234M 2G)" +msgstr "wyświetla rozmiary w formacie czytelnym dla ludzi (np. 1K, 234M, 2G)" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--inodes>" +msgstr "B<--inodes>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "list inode usage information instead of block usage" +msgstr "wypisuje informacje o użyciu i-węzłów, zamiast o użyciu bloków" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-k>" +msgstr "B<-k>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "like B<--block-size>=I<\\,1K\\/>" +msgstr "jak B<--block-size=1K>" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-L>, B<--dereference>" +msgstr "B<-L>, B<--dereference>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "dereference all symbolic links" +msgstr "rozwija wszystkie dowiązania symboliczne" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-l>, B<--count-links>" +msgstr "B<-l>, B<--count-links>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "count sizes many times if hard linked" +msgstr "liczy rozmiar wielokrotnie jeśli plik ma dowiązania twarde" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-m>" +msgstr "B<-m>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "like B<--block-size>=I<\\,1M\\/>" +msgstr "jak B<--block-size=1M>" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-P>, B<--no-dereference>" +msgstr "B<-P>, B<--no-dereference>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "don't follow any symbolic links (this is the default)" +msgstr "nie podąża za żadnymi dowiązaniami symbolicznymi (domyślnie)" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-S>, B<--separate-dirs>" +msgstr "B<-S>, B<--separate-dirs>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "for directories do not include size of subdirectories" +msgstr "dla katalogów nie uwzględnia rozmiarów podkatalogów" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--si>" +msgstr "B<--si>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "like B<-h>, but use powers of 1000 not 1024" +msgstr "jak B<-h>, lecz używa potęg 1000 zamiast 1024" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-s>, B<--summarize>" +msgstr "B<-s>, B<--summarize>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "display only a total for each argument" +msgstr "wyświetla tylko podsumowanie dla każdego argumentu" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-t>, B<--threshold>=I<\\,SIZE\\/>" +msgstr "B<-t>, B<--threshold>=I<ROZMIAR>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"exclude entries smaller than SIZE if positive, or entries greater than SIZE " +"if negative" +msgstr "" +"pomija wpisy mniejsze niż I<ROZMIAR> przy wartości dodatniej lub większe niż " +"I<ROZMIAR> przy wartości ujemnej" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--time>" +msgstr "B<--time>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"show time of the last modification of any file in the directory, or any of " +"its subdirectories" +msgstr "" +"pokazuje czas ostatniej modyfikacji plików w katalogu i jego podkatalogach" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--time>=I<\\,WORD\\/>" +msgstr "B<--time>=I<SŁOWO>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"show time as WORD instead of modification time: atime, access, use, ctime or " +"status" +msgstr "" +"zamiast czasu modyfikacji pokazuje czas określony przez I<SŁOWO>: B<atime>, " +"B<access>, B<use>, B<ctime> lub B<status>" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--time-style>=I<\\,STYLE\\/>" +msgstr "B<--time-style>=I<STYL>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"show times using STYLE, which can be: full-iso, long-iso, iso, or +FORMAT; " +"FORMAT is interpreted like in 'date'" +msgstr "" +"pokazuje czas używając I<STYLU>: B<full-iso>, B<long-iso>, B<iso>, " +"B<+>I<FORMAT>, gdzie I<FORMAT> jest interpretowany jak przez polecenie " +"B<date>" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-X>, B<--exclude-from>=I<\\,FILE\\/>" +msgstr "B<-X>, B<--exclude-from>=I<PLIK>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "exclude files that match any pattern in FILE" +msgstr "pomija pliki pasujące do wzorca w I<PLIKU>" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--exclude>=I<\\,PATTERN\\/>" +msgstr "B<--exclude>=I<WZORZEC>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "exclude files that match PATTERN" +msgstr "pomija pliki pasujące do I<WZORCA>" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-x>, B<--one-file-system>" +msgstr "B<-x>, B<--one-file-system>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "skip directories on different file systems" +msgstr "pomija katalogi w innych systemach plików" + +#. 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: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Display values are in units of the first available SIZE from B<--block-" +"size>, and the DU_BLOCK_SIZE, BLOCK_SIZE and BLOCKSIZE environment " +"variables. Otherwise, units default to 1024 bytes (or 512 if " +"POSIXLY_CORRECT is set)." +msgstr "" +"Wartości są wyświetlane w jednostkach I<ROZMIARU>, który jest pierwszym z " +"podanych: opcji B<--block-size> lub zmiennym środowiskowym B<DU_BLOCK_SIZE," +">, B<BLOCK_SIZE>, B<BLOCKSIZE>. W przeciwnym wypadku domyślną jednostką są " +"1024 bajty (lub 512, jeśli ustawiono zmienną B<POSIXLY_CORRECT>." + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"The SIZE argument is an integer and optional unit (example: 10K is " +"10*1024). Units are K,M,G,T,P,E,Z,Y,R,Q (powers of 1024) or KB,MB,... " +"(powers of 1000). Binary prefixes can be used, too: KiB=K, MiB=M, and so on." +msgstr "" +"I<ROZMIAR> jest liczbą całkowitą wraz z opcjonalną jednostką (np. 10K to " +"10*1024). Jednostki to: B<K>, B<M>, B<G>, B<T>, B<P>, B<E>, B<Z>, B<Y>, " +"B<R>, B<Q> (potęgi 1024) lub B<KB>, B<MB> itd. (potęgi 1000). Można używać " +"również przyrostków binarnych, np. B<KiB>=K, B<MiB>=M itd." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "PATTERNS" +msgstr "WZORCE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"PATTERN is a shell pattern (not a regular expression). The pattern B<?\\&> " +"matches any one character, whereas B<*> matches any string (composed of " +"zero, one or multiple characters). For example, B<*.o> will match any files " +"whose names end in B<.o>. Therefore, the command" +msgstr "" +"I<WZORZEC> jest wzorcem powłoki (nie jest wyrażeniem regularnym). Wzorzec B<?" +"\\&> dopasowuje jeden znak, podczas gdy B<*> pasuje do dowolnego łańcucha " +"(złożonego z zera, jednego lub wielu znaków). Na przykład, B<*.o> dopasuje " +"każdy plik kończący się na B<.o>. W związku z tym, polecenie" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<du --exclude=\\(aq*.o\\(aq>" +msgstr "B<du --exclude=\\(aq*.o\\(aq>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"will skip all files and subdirectories ending in B<.o> (including the file " +"B<.o> itself)." +msgstr "" +"pominie wszystkie pliki i podkatalogi kończące się na B<.o> (łącznie z samym " +"plikiem B<.o>)." + +#. 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 Torbjorn Granlund, David MacKenzie, Paul Eggert, and Jim Meyering." +msgstr "" +"Napisane przez Torbjorna Granlunda, Davida MacKenzie, Paula Eggerta i Jima " +"Meyeringa." + +#. 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/duE<gt>" +msgstr "" +"Pełna dokumentacja: E<lt>https://www.gnu.org/software/coreutils/duE<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) du invocation\\(aq" +msgstr "lub lokalnie, za pomocą B<info \\(aq(coreutils) du 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 opensuse-leap-15-6 +msgid "" +"The SIZE argument is an integer and optional unit (example: 10K is " +"10*1024). Units are K,M,G,T,P,E,Z,Y (powers of 1024) or KB,MB,... (powers " +"of 1000). Binary prefixes can be used, too: KiB=K, MiB=M, and so on." +msgstr "" +"I<ROZMIAR> jest liczbą całkowitą wraz z opcjonalną jednostką (np. 10K to " +"10*1024). Jednostki to: B<K>, B<M>, B<G>, B<T>, B<P>, B<E>, B<Z>, B<Y> " +"(potęgi 1024) lub B<KB>, B<MB> itd. (potęgi 1000). Można używać również " +"przyrostków binarnych, np. B<KiB>=K, B<MiB>=M itd." + +#. 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 "Summarize disk usage of the set of FILEs, recursively for directories." +msgstr "" +"Podsumowuje zajętość dysku przez każdy zestaw I<PLIKÓW>, rekurencyjnie dla " +"katalogów." + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"print apparent sizes, rather than disk usage; although the apparent size is " +"usually smaller, it may be larger due to holes in ('sparse') files, internal " +"fragmentation, indirect blocks, and the like" +msgstr "" +"wyświetla rozmiar pozorny zamiast użycia dysku; choć rozmiar pozorny jest " +"zwykle mniejszy, może być również większy z powodu dziur (w tzw. plikach " +"rzadkich), wewnętrznej fragmentacji, bloków pośrednich itp." + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"summarize disk usage of the NUL-terminated file names specified in file F; " +"if F is -, then read names from standard input" +msgstr "" +"podsumowuje zajętość dysku przez pliki podane w I<P>, które są zakończone " +"przez znak NUL. Jeżeli jako I<P> podano B<->, to nazwy są odczytywane ze " +"standardowego wejścia" + +#. 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>." |