summaryrefslogtreecommitdiffstats
path: root/po/pl/man1/tr.1.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/pl/man1/tr.1.po')
-rw-r--r--po/pl/man1/tr.1.po776
1 files changed, 776 insertions, 0 deletions
diff --git a/po/pl/man1/tr.1.po b/po/pl/man1/tr.1.po
new file mode 100644
index 00000000..677f3d34
--- /dev/null
+++ b/po/pl/man1/tr.1.po
@@ -0,0 +1,776 @@
+# Polish translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Gwidon S. Naskrent <naskrent@hoth.amu.edu.pl>, 1999.
+# Wojtek Kotwica <wkotwica@post.pl>, 2000.
+# Michał Kułach <michal.kulach@gmail.com>, 2012, 2013, 2014, 2016, 2024.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-pl\n"
+"POT-Creation-Date: 2024-02-15 18:14+0100\n"
+"PO-Revision-Date: 2024-03-22 21:31+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 "TR"
+msgstr "TR"
+
+#. 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 "tr - translate or delete characters"
+msgstr "tr - zamienia lub usuwa znaki"
+
+#. 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-tumbleweed
+msgid "B<tr> [I<\\,OPTION\\/>]... I<\\,STRING1 \\/>[I<\\,STRING2\\/>]"
+msgstr "B<tr> [I<\\,OPCJA\\/>]... I<\\,ŁAŃCUCH1 \\/>[I<\\,ŁAŃCUCH2\\/>]"
+
+#. 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 ""
+"Translate, squeeze, and/or delete characters from standard input, writing to "
+"standard output. STRING1 and STRING2 specify arrays of characters ARRAY1 "
+"and ARRAY2 that control the action."
+msgstr ""
+"Zamienia, kasuje powtórzone i/lub usuwa znaki ze standardowego wejścia, "
+"wypisując wynik na standardowe wyjście. I<ŁAŃCUCH1> i I<ŁAŃCUCH2> określają "
+"tablicę znaków I<TABLICA1> i I<TABLICA2>, które kontrolują akcję."
+
+#. 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<-C>, B<--complement>"
+msgstr "B<-c>, B<-C>, B<--complement>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid "use the complement of ARRAY1"
+msgstr "używa dopełnienia I<TABLICY1>"
+
+#. 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<--delete>"
+msgstr "B<-d>, B<--delete>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid "delete characters in ARRAY1, do not translate"
+msgstr "usuwa znaki z I<TABLICY1>, nie zamienia ich"
+
+#. 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<--squeeze-repeats>"
+msgstr "B<-s>, B<--squeeze-repeats>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid ""
+"replace each sequence of a repeated character that is listed in the last "
+"specified ARRAY, with a single occurrence of that character"
+msgstr ""
+"zastępuje każdą sekwencję powtórzonego znaku określonego w ostatniej podanej "
+"I<TABLICY>, pojedynczym wystąpieniem tego znaku"
+
+#. 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<--truncate-set1>"
+msgstr "B<-t>, B<--truncate-set1>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid "first truncate ARRAY1 to length of ARRAY2"
+msgstr "najpierw przycina I<TABLICĘ1> do długości I<TABLICY2>"
+
+#. 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-tumbleweed
+msgid ""
+"ARRAYs are specified as strings of characters. Most represent themselves. "
+"Interpreted sequences are:"
+msgstr ""
+"I<TABLICE> składają się z podanych łańcuchów znaków. Większość znaków "
+"reprezentuje siebie. Interpretowane są następujące sekwencje:"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "\\eNNN"
+msgstr "\\eI<NNN>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "character with octal value NNN (1 to 3 octal digits)"
+msgstr "znak o wartości ósemkowej I<NNN> (1 do 3 cyfr ósemkowych)"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "\\e\\e"
+msgstr "\\e\\e"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "backslash"
+msgstr "odwrotny ukośnik (backslash)"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "\\ea"
+msgstr "\\ea"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "audible BEL"
+msgstr "dzwonek, alarm (BEL)"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "\\eb"
+msgstr "\\eb"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "backspace"
+msgstr "backspace"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "\\ef"
+msgstr "\\ef"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "form feed"
+msgstr "znak wysuwu strony (form feed)"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "\\en"
+msgstr "\\en"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "new line"
+msgstr "znak nowego wiersza (new line)"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "\\er"
+msgstr "\\er"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "return"
+msgstr "powrót karetki"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "\\et"
+msgstr "\\et"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "horizontal tab"
+msgstr "tabulacja pozioma (horizontal tab)"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "\\ev"
+msgstr "\\ev"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "vertical tab"
+msgstr "tabulacja pionowa (vertical tab)"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "CHAR1-CHAR2"
+msgstr "I<ZNAK1>B<->I<ZNAK2>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "all characters from CHAR1 to CHAR2 in ascending order"
+msgstr "wszystkie znaki od I<ZNAKU1> do I<ZNAKU2> w kolejności rosnącej"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "[CHAR*]"
+msgstr "B<[>I<ZNAK>B<*]>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid "in ARRAY2, copies of CHAR until length of ARRAY1"
+msgstr ""
+"w I<TABLICY2> kopiuje I<ZNAK>, dopóki nie osiągnie długości I<TABLICY1>"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "[CHAR*REPEAT]"
+msgstr "B<[>I<ZNAK>B<*>I<LICZBA-POWTÓRZEŃ>B<]>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "REPEAT copies of CHAR, REPEAT octal if starting with 0"
+msgstr ""
+"kopiuje I<ZNAK> I<LICZBĘ-POWTÓRZEŃ> razy (w notacji ósemkowej, licząc od "
+"zera) "
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "[:alnum:]"
+msgstr "B<[:alnum:]>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "all letters and digits"
+msgstr "wszystkie litery i cyfry"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "[:alpha:]"
+msgstr "B<[:alpha:]>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "all letters"
+msgstr "wszystkie litery"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "[:blank:]"
+msgstr "B<[:blank:]>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "all horizontal whitespace"
+msgstr "wszystkie odstępy poziome (tzw. białe znaki)"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "[:cntrl:]"
+msgstr "B<[:cntrl:]>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "all control characters"
+msgstr "wszystkie znaki sterujące"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "[:digit:]"
+msgstr "B<[:digit:]>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "all digits"
+msgstr "wszystkie cyfry"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "[:graph:]"
+msgstr "B<[:graph:]>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "all printable characters, not including space"
+msgstr "wszystkie znaki drukowalne, z wyłączeniem spacji"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "[:lower:]"
+msgstr "B<[:lower:]>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "all lower case letters"
+msgstr "wszystkie małe litery"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "[:print:]"
+msgstr "B<[:print:]>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "all printable characters, including space"
+msgstr "wszystkie znaki drukowalne, łącznie ze spacją"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "[:punct:]"
+msgstr "B<[:punct:]>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "all punctuation characters"
+msgstr "wszystkie znaki interpunkcyjne"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "[:space:]"
+msgstr "B<[:space:]>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "all horizontal or vertical whitespace"
+msgstr "wszystkie odstępy poziome lub pionowe (tzw. białe znaki)"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "[:upper:]"
+msgstr "B<[:upper:]>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "all upper case letters"
+msgstr "wszystkie wielkie litery"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "[:xdigit:]"
+msgstr "B<[:xdigit:]>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "all hexadecimal digits"
+msgstr "wszystkie cyfry szesnastkowe"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "[=CHAR=]"
+msgstr "B<[=>I<ZNAK>B<=]>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "all characters which are equivalent to CHAR"
+msgstr "wszystkie znaki, które są równoważne I<ZNAKOWI>"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+msgid ""
+"Translation occurs if B<-d> is not given and both STRING1 and STRING2 "
+"appear. B<-t> is only significant when translating. ARRAY2 is extended to "
+"length of ARRAY1 by repeating its last character as necessary. Excess "
+"characters of ARRAY2 are ignored. Character classes expand in unspecified "
+"order; while translating, [:lower:] and [:upper:] may be used in pairs to "
+"specify case conversion. Squeezing occurs after translation or deletion."
+msgstr ""
+"Do zamiany dochodzi, gdy nie podano opcji B<-d>, natomiast podano zarówno "
+"I<ŁAŃCUCH1> oraz I<ŁAŃCUCH2>. Opcja B<-t> ma znaczenie tylko przy zamianie. "
+"I<TABLICA2> jest uzupełniana do długości I<TABLICY1>, przez powtarzanie "
+"ostatniego jego znaku, aż do osiągnięcia wymaganej długości. Nadmiarowe "
+"znaki I<TABLICY2> są ignorowane. Klasy znaków są rozwijane w nieokreślonej "
+"kolejności; przy zamianie, B<[:lower:]> i B<[:upper:]> mogą być używane w "
+"parach, do przeprowadzenia zamiany wielkości znaków. Opcja B<-s> jest "
+"stosowana już po zamianie lub usuwaniu."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "BUGS"
+msgstr "USTERKI"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Full support is available only for safe single-byte locales, in which every "
+"possible input byte represents a single character. The C locale is safe in "
+"GNU systems, so you can avoid this issue in the shell by running B<LC_ALL=C "
+"tr> instead of plain B<tr>."
+msgstr ""
+"Pełna obsługa jest dostępna tylko dla bezpiecznych, jednobajtowych locale, w "
+"których każdy możliwy bajt wejściowy reprezentuje pojedynczy znak. Locale C "
+"jest bezpieczne w systemach GNU, tak więc można uniknąć wspomnianego "
+"problemu uruchamiając polecenie w powłoce jako B<LC_ALL=C tr> zamiast samego "
+"B<tr>."
+
+#. 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 Jim Meyering."
+msgstr "Napisane przez 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/trE<gt>"
+msgstr ""
+"Pełna dokumentacja: E<lt>https://www.gnu.org/software/coreutils/trE<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) tr invocation\\(aq"
+msgstr "lub lokalnie, za pomocą B<info \\(aq(coreutils) tr 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 ""
+"Translation occurs if B<-d> is not given and both STRING1 and STRING2 "
+"appear. B<-t> may be used only when translating. ARRAY2 is extended to "
+"length of ARRAY1 by repeating its last character as necessary. Excess "
+"characters of ARRAY2 are ignored. Character classes expand in unspecified "
+"order; while translating, [:lower:] and [:upper:] may be used in pairs to "
+"specify case conversion. Squeezing occurs after translation or deletion."
+msgstr ""
+"Do zamiany dochodzi, gdy nie podano opcji B<-d>, natomiast podano zarówno "
+"I<ŁAŃCUCH1> oraz I<ŁAŃCUCH2>. Opcja B<-t> może być użyta tylko przy "
+"zamianie. I<TABLICA2> jest uzupełniana do długości I<TABLICY1>, przez "
+"powtarzanie ostatniego jego znaku, aż do osiągnięcia wymaganej długości. "
+"Nadmiarowe znaki I<TABLICY2> są ignorowane. Klasy znaków są rozwijane w "
+"nieokreślonej kolejności; przy zamianie, B<[:lower:]> i B<[:upper:]> mogą "
+"być używane w parach, do przeprowadzenia zamiany wielkości znaków. Opcja B<-"
+"s> jest stosowana już po zamianie lub usuwaniu."
+
+#. 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 "B<tr> [I<\\,OPTION\\/>]... I<\\,SET1 \\/>[I<\\,SET2\\/>]"
+msgstr "B<tr> [I<OPCJA>]... I<ZBIÓR1 >[I<ZBIÓR2>]"
+
+#. type: Plain text
+#: opensuse-leap-15-6
+msgid ""
+"Translate, squeeze, and/or delete characters from standard input, writing to "
+"standard output."
+msgstr ""
+"Zamienia, kasuje powtórzone i/lub usuwa znaki ze standardowego wejścia, "
+"wypisując wynik na standardowe wyjście."
+
+#. type: Plain text
+#: opensuse-leap-15-6
+msgid "use the complement of SET1"
+msgstr "używa dopełnienia I<ZBIORU1>"
+
+#. type: Plain text
+#: opensuse-leap-15-6
+msgid "delete characters in SET1, do not translate"
+msgstr "usuwa znaki ze I<ZBIORU1>, nie zamienia ich"
+
+#. type: Plain text
+#: opensuse-leap-15-6
+msgid ""
+"replace each sequence of a repeated character that is listed in the last "
+"specified SET, with a single occurrence of that character"
+msgstr ""
+"zastępuje każdą sekwencję powtórzonego znaku określonego w ostatnim "
+"I<ZBIORZE>, pojedynczym wystąpieniem tego znaku"
+
+#. type: Plain text
+#: opensuse-leap-15-6
+msgid "first truncate SET1 to length of SET2"
+msgstr "najpierw przycina I<ZBIÓR1> do długości I<ZBIORU2>"
+
+#. type: Plain text
+#: opensuse-leap-15-6
+msgid ""
+"SETs are specified as strings of characters. Most represent themselves. "
+"Interpreted sequences are:"
+msgstr ""
+"I<ZBIÓR> składa się z podanych łańcuchów znaków. Większość znaków "
+"reprezentuje siebie. Interpretowane są następujące sekwencje:"
+
+#. type: Plain text
+#: opensuse-leap-15-6
+msgid "in SET2, copies of CHAR until length of SET1"
+msgstr "w I<ZBIORZE2> kopiuje I<ZNAK>, dopóki nie osiągnie długości I<ZBIORU1>"
+
+#. type: Plain text
+#: opensuse-leap-15-6
+msgid ""
+"Translation occurs if B<-d> is not given and both SET1 and SET2 appear. B<-"
+"t> may be used only when translating. SET2 is extended to length of SET1 by "
+"repeating its last character as necessary. Excess characters of SET2 are "
+"ignored. Only [:lower:] and [:upper:] are guaranteed to expand in ascending "
+"order; used in SET2 while translating, they may only be used in pairs to "
+"specify case conversion. B<-s> uses the last specified SET, and occurs "
+"after translation or deletion."
+msgstr ""
+"Do zamiany dochodzi, gdy nie podano opcji B<-d>, natomiast podano I<ZBIÓR1> "
+"oraz I<ZBIÓR2>. Opcja B<-t> może być użyta tylko przy zamianie. I<ZBIÓR2> "
+"jest uzupełniany do długości I<ZBIORU1>, przez powtarzanie ostatniego jego "
+"znaku, aż do osiągnięcia wymaganej długości. Nadmiarowe znaki I<ZBIORU2> są "
+"ignorowane. Gwarantuje się rozwinięcie jedynie B<[:lower:]> i B<[:upper:]> w "
+"porządku rosnącym; jeśli są wykorzystane przy zamianie, w I<ZBIORZE2>, to "
+"mogą być używane tylko, gdy są zestawione w parach, do przeprowadzenia "
+"zamiany wielkości znaków. Opcja B<-s> używa ostatnio określonego I<ZBIORU> i "
+"ma miejsce już po zamianie i usuwaniu."
+
+#. 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>."