summaryrefslogtreecommitdiffstats
path: root/po/pl/common/min-004-occurences.po
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:33 +0000
commit2c3307fb903f427be3d021c5780b75cac9af2ce8 (patch)
tree65cf431f40b7481d81ae2dfce9576342686448f7 /po/pl/common/min-004-occurences.po
parentReleasing progress-linux version 4.22.0-1~progress7.99u1. (diff)
downloadmanpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.tar.xz
manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.zip
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/pl/common/min-004-occurences.po')
-rw-r--r--po/pl/common/min-004-occurences.po1959
1 files changed, 1525 insertions, 434 deletions
diff --git a/po/pl/common/min-004-occurences.po b/po/pl/common/min-004-occurences.po
index cae6359b..bbed4aa0 100644
--- a/po/pl/common/min-004-occurences.po
+++ b/po/pl/common/min-004-occurences.po
@@ -4,8 +4,8 @@
msgid ""
msgstr ""
"Project-Id-Version: manpages-l10n\n"
-"POT-Creation-Date: 2024-03-21 09:43+0100\n"
-"PO-Revision-Date: 2024-02-11 13:42+0100\n"
+"POT-Creation-Date: 2024-06-09 11:03+0200\n"
+"PO-Revision-Date: 2024-03-23 12:35+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"
@@ -16,6 +16,89 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid ""
+" [\n"
+"B<--check-hash-based-pycs>\n"
+"I<default>\n"
+"|\n"
+"I<always>\n"
+"|\n"
+"I<never>\n"
+"]\n"
+msgstr ""
+" [\n"
+"B<--check-hash-based-pycs>\n"
+"I<default>\n"
+"|\n"
+"I<always>\n"
+"|\n"
+"I<never>\n"
+"]\n"
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid ""
+" [\n"
+"B<-c>\n"
+"I<command>\n"
+"|\n"
+"I<script>\n"
+"|\n"
+"-\n"
+"]\n"
+"[\n"
+"I<arguments>\n"
+"]\n"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid " -X faulthandler: enable faulthandler\n"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid ""
+" -X importtime: show how long each import takes. It shows module name,\n"
+" cumulative time (including nested imports) and self time (excluding\n"
+" nested imports). Note that its output may be broken in multi-threaded\n"
+" application. Typical usage is python3 -X importtime -c 'import asyncio'\n"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid ""
+" -X showrefcount: output the total reference count and number of used\n"
+" memory blocks when the program finishes or after each statement in the\n"
+" interactive interpreter. This only works on debug builds\n"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid ""
+" -X tracemalloc: start tracing Python memory allocations using the\n"
+" tracemalloc module. By default, only the most recent frame is stored in a\n"
+" traceback of a trace. Use -X tracemalloc=NFRAME to start tracing with a\n"
+" traceback limit of NFRAME frames\n"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid ""
+" -X utf8: enable UTF-8 mode for operating system interfaces, overriding the default\n"
+" locale-aware mode. -X utf8=0 explicitly disables UTF-8 mode (even when it would\n"
+" otherwise activate automatically). See PYTHONUTF8 for more details\n"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -124,7 +207,7 @@ msgid ""
" }\n"
msgstr ""
" if (argc != 3) {\n"
-" fprintf(stderr, \"Użycie: %s E<lt>realE<gt> E<lt>imagE<gt>\\en\", argv[0]);\n"
+" fprintf(stderr, \"Użycie: %s E<lt>rzecz.E<gt> E<lt>uroj.E<gt>\\en\", argv[0]);\n"
" exit(EXIT_FAILURE);\n"
" }\n"
@@ -142,8 +225,8 @@ msgstr ""
msgid " z = atof(argv[1]) + atof(argv[2]) * I;\n"
msgstr " z = atof(argv[1]) + atof(argv[2]) * I;\n"
-#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
+#: archlinux debian-bookworm debian-unstable opensuse-tumbleweed fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-leap-15-6
#, no-wrap
msgid " 8."
msgstr " 8."
@@ -155,7 +238,7 @@ msgid " 9."
msgstr " 9."
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
#, no-wrap
msgid "!"
msgstr "!"
@@ -371,7 +454,7 @@ msgid "%r"
msgstr "B<%r>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "%v"
msgstr ""
@@ -380,7 +463,7 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "%x"
-msgstr "B<%x>"
+msgstr "%x"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -408,6 +491,24 @@ msgstr "(6)"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "(7)"
+msgstr "(7)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "(8)"
+msgstr "(8)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "(9)"
+msgstr "(9)"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "(The names I<head> and I<headp> are user selectable.)"
msgstr ""
@@ -561,7 +662,7 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "--target=bfdname"
-msgstr "--target=nazwabfd"
+msgstr "--target=nazwa-bfd"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -663,10 +764,9 @@ msgstr "-R"
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
-#, fuzzy, no-wrap
-#| msgid "S"
+#, no-wrap
msgid "-S"
-msgstr "S"
+msgstr "-S"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -694,10 +794,9 @@ msgstr ""
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
-#, fuzzy, no-wrap
-#| msgid "X"
+#, no-wrap
msgid "-X"
-msgstr "X"
+msgstr "-X"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -784,7 +883,7 @@ msgstr "."
msgid ".br\n"
msgstr ".br\n"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid ".sp\n"
msgstr ".sp\n"
@@ -800,8 +899,8 @@ msgstr "/"
msgid "/* Link with \"-lm\" */\n"
msgstr "/* Proszę linkować z -lm */\n"
-#: debian-bookworm debian-unstable opensuse-leap-15-6 archlinux fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "/bin/sh"
msgstr "/bin/sh"
@@ -833,27 +932,31 @@ msgstr "Pliki /proc"
msgid "/usr/share/terminfo"
msgstr "/usr/share/terminfo"
+#: fedora-40
+#, no-wrap
+msgid "01 November 2023"
+msgstr "01 listopada 2023"
+
#: opensuse-leap-15-6
#, no-wrap
msgid "01/29/2021"
msgstr "29.01.2021 r."
# M/D/R
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: fedora-40 fedora-rawhide
#, no-wrap
msgid "02/09/2023"
msgstr "09.02.2023 r."
-#: debian-unstable
+#: archlinux mageia-cauldron opensuse-tumbleweed
#, no-wrap
-msgid "02/13/2024"
-msgstr "13.02.2024 r."
+msgid "03/05/2024"
+msgstr "05.03.2024 r."
-#: archlinux
-#, fuzzy, no-wrap
-#| msgid "01/04/2024"
-msgid "02/14/2024"
-msgstr "04.01.2021 r."
+#: debian-unstable
+#, no-wrap
+msgid "05/26/2024"
+msgstr "26.05.2024 r."
#: archlinux opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
#: debian-unstable
@@ -864,12 +967,6 @@ msgstr "styczeń 2019"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "10"
-msgstr "10"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "10 Function trace"
msgstr ""
@@ -879,6 +976,11 @@ msgstr ""
msgid "10 Jul 2008"
msgstr ""
+#: fedora-40
+#, no-wrap
+msgid "10.02.1"
+msgstr "10.02.1"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
#, no-wrap
@@ -914,8 +1016,8 @@ msgstr "10.12.2022 r."
msgid "124"
msgstr "124"
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "128"
msgstr "128"
@@ -1081,8 +1183,8 @@ msgstr "15"
msgid "15 Function detail"
msgstr ""
-#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: archlinux debian-bookworm debian-unstable opensuse-tumbleweed
+#: opensuse-leap-15-6 fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
msgid "15."
msgstr "15."
@@ -1147,30 +1249,30 @@ msgstr "158"
msgid "159"
msgstr "159"
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "16"
-msgstr "16"
-
-#: debian-unstable
-#, fuzzy, no-wrap
-#| msgid "October 2021"
-msgid "16 October 2023"
-msgstr "październik 2021"
-
#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "16."
msgstr "16."
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "17"
+msgstr "17"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
#, no-wrap
msgid "18"
msgstr "18"
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#, no-wrap
+msgid "19"
+msgstr "19"
+
#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide opensuse-tumbleweed mageia-cauldron
#, no-wrap
@@ -1228,12 +1330,24 @@ msgstr "styczeń 2024"
msgid "25"
msgstr "25"
+#: opensuse-leap-15-6 archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed debian-bookworm
+#, no-wrap
+msgid "26"
+msgstr "26"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "30"
msgstr "30"
+#: debian-unstable
+#, fuzzy, no-wrap
+#| msgid "April 2022"
+msgid "30 April 2024"
+msgstr "kwiecień 2022"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -1303,11 +1417,6 @@ msgstr "4.0.24"
msgid "4.3BSD."
msgstr "4.3BSD."
-#: mageia-cauldron
-#, no-wrap
-msgid "4.4.3"
-msgstr "4.4.3"
-
#: opensuse-tumbleweed
#, no-wrap
msgid "4.4.4"
@@ -1318,6 +1427,11 @@ msgstr "4.4.4"
msgid "4.4BSD."
msgstr "4.4BSD."
+#: mageia-cauldron
+#, no-wrap
+msgid "4.6.0"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -1415,12 +1529,6 @@ msgstr "marzec 2022"
msgid "7."
msgstr "7."
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "8"
-msgstr "8"
-
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -1617,7 +1725,7 @@ msgstr "9F"
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
#, no-wrap
msgid "="
-msgstr "B<=>"
+msgstr "="
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -1634,7 +1742,7 @@ msgstr "@"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "A component of the path prefix is not a directory."
-msgstr "Składnik ścieżki nie jest katalogiem."
+msgstr "Składowa ścieżki nie jest katalogiem."
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -1646,16 +1754,11 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, fuzzy
-#| msgid ""
-#| "O_CREAT is not set and the named file does not exist. Or, a directory "
-#| "component in I<pathname> does not exist or is a dangling symbolic link."
msgid ""
"A directory component in I<pathname> does not exist or is a dangling "
"symbolic link."
msgstr ""
-"O_CREAT nie było ustawione, a plik o zadanej nazwie nie istnieje. Lub, "
-"składnik I<pathname>, który powinien być katalogiem nie istnieje lub jest "
+"Składowa I<pathname>, która powinna być katalogiem nie istnieje lub jest "
"wiszącym dowiązaniem symbolicznym."
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -1664,7 +1767,7 @@ msgid "A sample configuration file is shown below:"
msgstr "Poniżej pokazany jest przykładowy plik konfiguracyjny:"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "A short string identifying the architecture of the local system\\&. A string such as B<x86>, B<x86-64> or B<arm64>\\&. See the architectures defined for I<ConditionArchitecture=> in B<systemd.unit>(5) for a full list\\&."
msgstr ""
@@ -1678,7 +1781,7 @@ msgstr "Przechwycono sygnał, patrz B<signal>(7)."
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "ACKNOWLEDGEMENTS"
-msgstr ""
+msgstr "PODZIĘKOWANIA"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -1697,86 +1800,107 @@ msgid "Add a note segment reserving SIZE bytes for an appended signature"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 187\\&."
msgstr "Dodane w wersji 187\\&."
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 188\\&."
msgstr "Dodane w wersji 188\\&."
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 189\\&."
msgstr "Dodane w wersji 189\\&."
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 195\\&."
msgstr "Dodane w wersji 195\\&."
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 196\\&."
msgstr "Dodane w wersji 196\\&."
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 197\\&."
msgstr "Dodane w wersji 197\\&."
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 199\\&."
msgstr "Dodane w wersji 199\\&."
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 201\\&."
msgstr "Dodane w wersji 201\\&."
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 203\\&."
msgstr "Dodane w wersji 203\\&."
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 205\\&."
msgstr "Dodane w wersji 205\\&."
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 207\\&."
msgstr "Dodane w wersji 207\\&."
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 211\\&."
msgstr "Dodane w wersji 211\\&."
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 212\\&."
msgstr "Dodane w wersji 212\\&."
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 213\\&."
msgstr "Dodane w wersji 213\\&."
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 214\\&."
msgstr "Dodane w wersji 214\\&."
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 225\\&."
msgstr "Dodane w wersji 225\\&."
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 226\\&."
msgstr "Dodane w wersji 226\\&."
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 234\\&."
msgstr "Dodane w wersji 234\\&."
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 237\\&."
msgstr "Dodane w wersji 237\\&."
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 238\\&."
msgstr "Dodane w wersji 238\\&."
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "Added in version 241\\&."
msgstr "Dodane w wersji 241\\&."
@@ -1821,7 +1945,7 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "An I/O error occurred while reading from the filesystem."
-msgstr "Podczas odczytu z systemu plików wystąpił błąd we/wy."
+msgstr "Podczas odczytu z systemu plików wystąpił błąd wejścia/wyjścia."
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -1832,11 +1956,21 @@ msgstr "Wystąpił błąd wejścia/wyjścia."
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "An invalid floating-point exception (B<FE_INVALID>) is raised."
msgstr ""
+"Rzucany jest wyjątek niepoprawnej operacji zmiennoprzecinkowej "
+"(B<FE_INVALID>)."
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "An underflow floating-point exception (B<FE_UNDERFLOW>) is raised."
msgstr ""
+"Rzucany jest wyjątek przekroczenia w dół zakresu operacji "
+"zmiennoprzecinkowej (B<FE_UNDERFLOW>)."
+
+#: mageia-cauldron
+#, fuzzy, no-wrap
+#| msgid "March 2022"
+msgid "Apr 13, 2024"
+msgstr "marzec 2022"
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux debian-bookworm
#: debian-unstable mageia-cauldron
@@ -1844,8 +1978,13 @@ msgstr ""
msgid "April 2014"
msgstr "kwiecień 2014"
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm fedora-40 fedora-rawhide
+#, no-wrap
+msgid "April 2022"
+msgstr "kwiecień 2022"
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "Architecture"
msgstr "Architektura"
@@ -1868,6 +2007,20 @@ msgstr ""
msgid "At present, the following scanners are known to work with this backend:"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Augments the default search path for module files. The format is the same "
+"as the shell's $PATH: one or more directory pathnames separated by colons. "
+"Non-existent directories are silently ignored. The default search path is "
+"installation dependent, but generally begins with ${prefix}/lib/"
+"pythonE<lt>versionE<gt> (see PYTHONHOME above). The default search path is "
+"always appended to $PYTHONPATH. If a script argument is given, the "
+"directory containing the script is inserted in the path in front of "
+"$PYTHONPATH. The search path can be manipulated from within a Python "
+"program as the variable I<sys.path>."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
msgid "August 15, 1999"
@@ -1964,7 +2117,7 @@ msgstr "B<#include E<lt>dirent.hE<gt>>\n"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<#include E<lt>fcntl.hE<gt>>\n"
-msgstr ""
+msgstr "B<#include E<lt>fcntl.hE<gt>>\n"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -1990,8 +2143,8 @@ msgstr "B<#include E<lt>mqueue.hE<gt>>\n"
msgid "B<#include E<lt>numaif.hE<gt>>\n"
msgstr "B<#include E<lt>numaif.hE<gt>>\n"
-#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
-#: mageia-cauldron
+#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron archlinux
+#: debian-unstable opensuse-tumbleweed
msgid "B<#include E<lt>pthread.hE<gt>>"
msgstr "B<#include E<lt>pthread.hE<gt>>"
@@ -2016,6 +2169,12 @@ msgstr "B<#include E<lt>semaphore.hE<gt>>\n"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
+msgid "B<#include E<lt>stdarg.hE<gt>>\n"
+msgstr "B<#include E<lt>stdarg.hE<gt>>\n"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
msgid "B<#include E<lt>strings.hE<gt>>\n"
msgstr "B<#include E<lt>strings.hE<gt>>\n"
@@ -2071,7 +2230,7 @@ msgstr "B<#include E<lt>sys/xattr.hE<gt>>\n"
msgid "B<#include E<lt>utmp.hE<gt>>\n"
msgstr "B<#include E<lt>utmp.hE<gt>>\n"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<#include E<lt>uuid.hE<gt>>"
msgstr "B<#include E<lt>uuid.hE<gt>>"
@@ -2115,7 +2274,7 @@ msgstr ""
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
msgid "B<%Z>"
-msgstr ""
+msgstr "B<%Z>"
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
@@ -2183,12 +2342,25 @@ msgstr "B<--boot-directory>=I<\\,KATALOG\\/>"
msgid "B<--cat-config>"
msgstr "B<--cat-config>"
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, fuzzy, no-wrap
+#| msgid "B<-E>I< extended-options>"
+msgid "B<--check-hash-based-pycs >I<mode>"
+msgstr "B<-E>I< opcje rozszerzone>"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
#, no-wrap
msgid "B<--check>"
msgstr "B<--check>"
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--clean>"
+msgstr "B<--clean>"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
#, no-wrap
@@ -2272,6 +2444,12 @@ msgstr "B<--delete>"
msgid "B<--demangle[=>I<style>B<]>"
msgstr ""
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<--dereference>"
+msgstr "B<--dereference>"
+
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
@@ -2324,8 +2502,8 @@ msgstr "B<--graceful>"
msgid "B<--green-gamma-table>"
msgstr "B<--green-gamma-table>"
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed archlinux mageia-cauldron
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6 archlinux mageia-cauldron
#, no-wrap
msgid "B<--help-all>"
msgstr "B<--help-all>"
@@ -2394,7 +2572,7 @@ msgstr ""
msgid "B<--locales>=I<\\,LOCALES\\/>"
msgstr "B<-w>, B<--wrap>=I<KOLUMNY>"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<--lock>[=I<mode>]"
msgstr "B<--lock>[=I<tryb>]"
@@ -2475,7 +2653,7 @@ msgstr "B<--no-warn>"
msgid "B<--nocolor>"
msgstr "B<--nocolor>"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<--noheadings>"
msgstr "B<--noheadings>"
@@ -2508,8 +2686,8 @@ msgstr "B<--preview>"
msgid "B<--product-version>=I<\\,STRING\\/>"
msgstr ""
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
-#: debian-bookworm opensuse-leap-15-6 mageia-cauldron
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<--raw>"
msgstr "B<--raw>"
@@ -2549,8 +2727,8 @@ msgstr "B<--reference>=I<PLIK-WZORC>"
msgid "B<--remove>"
msgstr "B<--remove>"
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--reset>"
msgstr "B<--reset>"
@@ -2577,14 +2755,19 @@ msgstr ""
msgid "B<--root>=I<path>"
msgstr "B<--help>"
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+msgid "B<--runtime>"
+msgstr "B<--runtime>"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--sbat>=I<\\,FILE\\/>"
msgstr "B<--sbat>=I<\\,PLIK\\/>"
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
-#: opensuse-tumbleweed archlinux mageia-cauldron
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: opensuse-leap-15-6 archlinux mageia-cauldron
#, no-wrap
msgid "B<--show>"
msgstr "B<--show>"
@@ -2670,7 +2853,7 @@ msgstr "B<--tag>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<--target=>I<bfdname>"
-msgstr "B<--target=>I<nazwabfd>"
+msgstr "B<--target=>I<nazwa-bfd>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
@@ -2698,6 +2881,7 @@ msgid "B<--time>=I<\\,WORD\\/>"
msgstr "B<--time>=I<SŁOWO>"
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid "B<--tldr>"
msgstr "B<--tldr>"
@@ -2742,8 +2926,8 @@ msgstr "B<-4>"
msgid "B<-?, -h, --help>"
msgstr "B<-?, -h, --help>"
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: mageia-cauldron debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<-?>"
msgstr ""
@@ -2792,7 +2976,7 @@ msgstr "B<-K>"
msgid "B<-L>, B<--dereference>"
msgstr "B<-L>, B<--dereference>"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-L>, B<--label> I<label>"
msgstr "B<-L>, B<--label> I<etykieta>"
@@ -2808,7 +2992,14 @@ msgstr "B<-N>, B<--literal>"
msgid "B<-O>"
msgstr "B<-O>"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, fuzzy, no-wrap
+#| msgid "B<-O>"
+msgid "B<-OO>"
+msgstr "B<-O>"
+
+#: debian-bookworm
msgid "B<-P>, B<--pairs>"
msgstr "B<-P>, B<--pairs>"
@@ -2836,26 +3027,47 @@ msgstr "B<-S>, B<--suffix>=I<PRZYROSTEK>"
msgid "B<-T>, B<--no-target-directory>"
msgstr "B<-T>, B<--no-target-directory>"
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, fuzzy, no-wrap
+#| msgid "B<-V, --version>"
+msgid "B<-V , --version>"
+msgstr "B<-V, --version>"
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, fuzzy, no-wrap
+#| msgid "B<--help>"
+msgid "B<-W >I<argument>"
+msgstr "B<--help>"
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, fuzzy, no-wrap
+#| msgid "B<-i>, B<--ignore-garbage>"
+msgid "B<-X >I<option>"
+msgstr "B<-i>, B<--ignore-garbage>"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-Z>, B<--context>"
msgstr "B<-Z>, B<--context>"
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide opensuse-tumbleweed mageia-cauldron
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
#, no-wrap
msgid "B<-a, --all>"
msgstr "B<-a>, B<--all>"
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-a>, B<--append>"
msgstr "B<-a>, B<--append>"
-#: debian-bookworm opensuse-leap-15-6 debian-unstable archlinux fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-b>, B<--batch>"
msgstr "B<-b>, B<--batch>"
@@ -2866,14 +3078,21 @@ msgstr "B<-b>, B<--batch>"
msgid "B<-b>, B<--binary>"
msgstr "B<-b>, B<--binary>"
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, fuzzy, no-wrap
+#| msgid "B<-d>, B<--decode>"
+msgid "B<-c >I<command>"
+msgstr "B<-d>, B<--decode>"
+
#: debian-bookworm opensuse-leap-15-6 fedora-rawhide
#, fuzzy, no-wrap
#| msgid "B<-3>, B<--no-common>"
msgid "B<-c>, B<--command> I<command>"
msgstr "B<-3>, B<--no-common>"
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed opensuse-leap-15-6
-#: debian-bookworm debian-unstable mageia-cauldron
+#: archlinux fedora-40 opensuse-tumbleweed opensuse-leap-15-6 debian-bookworm
+#: debian-unstable fedora-rawhide mageia-cauldron
#, no-wrap
msgid "B<-c>, B<--count>"
msgstr "B<-c>, B<--count>"
@@ -2915,6 +3134,13 @@ msgid "B<-g, --group>"
msgstr "B<-g>, B<--group>"
#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, fuzzy, no-wrap
+#| msgid "B<-?, -h, --help>"
+msgid "B<-h , -? , --help>"
+msgstr "B<-?, -h, --help>"
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-h --help>"
@@ -2991,6 +3217,13 @@ msgid "B<-l>, B<--full>"
msgstr "B<-l>, B<--full>"
#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, fuzzy, no-wrap
+#| msgid "B<--help>"
+msgid "B<-m >I<module-name>"
+msgstr "B<--help>"
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-m>, B<--device-map>=I<\\,FILE\\/>"
@@ -3046,7 +3279,7 @@ msgstr "B<-n>, B<--numeric-uid-gid>"
msgid "B<-o, --override TYPE=PLUGIN, ...>"
msgstr ""
-#: fedora-rawhide debian-bookworm opensuse-leap-15-6
+#: fedora-rawhide debian-bookworm
#, fuzzy
#| msgid "B<-d>, B<--decode>"
msgid "B<-o>, B<--offset> I<offset>"
@@ -3084,7 +3317,7 @@ msgstr "B<-w>, B<--wrap>=I<KOLUMNY>"
msgid "B<-q>, B<--quiet>, B<--silent>"
msgstr "B<-q>, B<--quiet>, B<--silent>"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<-r>, B<--read-only>"
msgstr "B<-r>, B<--read-only>"
@@ -3101,8 +3334,8 @@ msgstr "B<-r>, B<--reset>"
msgid "B<-r>, B<--root>=I<\\,DEVICE_NAME\\/>"
msgstr "B<-w>, B<--wrap>=I<KOLUMNY>"
-#: opensuse-leap-15-6 debian-bookworm debian-unstable opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 debian-bookworm archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "B<-s>, B<--silent>"
msgstr "B<-s>, B<--silent>"
@@ -3131,13 +3364,13 @@ msgstr "B<-t>, B<--target-directory>=I<KATALOG>"
msgid "B<-t>, B<--text>"
msgstr "B<-t>, B<--text>"
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-t>, B<--time>"
msgstr "B<-t>, B<--time>"
-#: fedora-rawhide debian-bookworm opensuse-leap-15-6
+#: fedora-rawhide debian-bookworm
msgid "B<-t>, B<--type> I<type>"
msgstr "B<-t>, B<--type> I<typ>"
@@ -3177,12 +3410,6 @@ msgstr "B<-u>, B<--user>"
msgid "B<-verbose>"
msgstr "B<-verbose>"
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-tumbleweed archlinux opensuse-leap-15-6
-#, no-wrap
-msgid "B<-version>"
-msgstr ""
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -3231,19 +3458,13 @@ msgid "B</etc/passwd>"
msgstr "B</etc/passwd>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "B<128>"
-msgstr "B<128>"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6
+#: mageia-cauldron
#, no-wrap
msgid "B<16>"
msgstr "B<16>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6
+#: mageia-cauldron
#, no-wrap
msgid "B<32>"
msgstr "B<32>"
@@ -3254,6 +3475,12 @@ msgstr "B<32>"
msgid "B<5>"
msgstr "B<5>"
+#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "B<64>"
+msgstr "B<64>"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -3320,11 +3547,17 @@ msgstr ""
msgid "B<D>"
msgstr "B<D>"
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
-#: debian-bookworm debian-unstable opensuse-leap-15-6
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<DISPLAY>"
-msgstr ""
+msgstr "B<DISPLAY>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<E>"
+msgstr "B<E>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -3384,7 +3617,7 @@ msgstr "B<EIDRM>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<EILSEQ>"
-msgstr ""
+msgstr "B<EILSEQ>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -3402,13 +3635,13 @@ msgstr "B<EISCONN>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<EKEYEXPIRED>"
-msgstr ""
+msgstr "B<EKEYEXPIRED>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<EKEYREVOKED>"
-msgstr ""
+msgstr "B<EKEYREVOKED>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -3416,8 +3649,8 @@ msgstr ""
msgid "B<EMLINK>"
msgstr "B<EMLINK>"
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<ENOBUFS>"
msgstr "B<ENOBUFS>"
@@ -3426,7 +3659,7 @@ msgstr "B<ENOBUFS>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<ENODATA>"
-msgstr ""
+msgstr "B<ENODATA>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -3438,7 +3671,7 @@ msgstr "B<ENOEXEC>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<ENOKEY>"
-msgstr ""
+msgstr "B<ENOKEY>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -3508,12 +3741,24 @@ msgstr "Opcje gniazda"
msgid "B<Geometry options>"
msgstr "Opcje gniazda"
+#: archlinux
+#, fuzzy, no-wrap
+#| msgid "B<ENFILE>"
+msgid "B<INFILE>"
+msgstr "B<ENFILE>"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<Jon Masters> E<lt>\\&jcm@jonmasters\\&.org\\&E<gt>"
msgstr "B<Jon Masters> E<lt>\\&jcm@jonmasters\\&.org\\&E<gt>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "B<L>"
+msgstr "B<L>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<LANG>"
@@ -3555,7 +3800,7 @@ msgstr "B<LC_NUMERIC>"
msgid "B<LC_TIME>"
msgstr "B<LC_TIME>"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<LIBBLKID_DEBUG>=all"
msgstr "B<LIBBLKID_DEBUG>=all"
@@ -3563,11 +3808,11 @@ msgstr "B<LIBBLKID_DEBUG>=all"
msgid "B<LIBMOUNT_DEBUG>=all"
msgstr "B<LIBMOUNT_DEBUG>=all"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<LIBSMARTCOLS_DEBUG>=all"
msgstr "B<LIBSMARTCOLS_DEBUG>=all"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "B<LIBSMARTCOLS_DEBUG_PADDING>=on"
msgstr "B<LIBSMARTCOLS_DEBUG_PADDING>=on"
@@ -3580,12 +3825,18 @@ msgstr "B<Lucas De Marchi> E<lt>\\&lucas\\&.de\\&.marchi@gmail\\&.com\\&E<gt>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<MS_SLAVE>"
-msgstr ""
+msgstr "B<MS_SLAVE>"
-#: archlinux fedora-40 fedora-rawhide
+#: archlinux fedora-40 fedora-rawhide debian-unstable
msgid "B<Note>"
msgstr ""
+#: archlinux
+#, fuzzy, no-wrap
+#| msgid "B<EMFILE>"
+msgid "B<OUTFILE>"
+msgstr "B<EMFILE>"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -3658,8 +3909,8 @@ msgstr ""
msgid "B<SIGEV_THREAD>"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
-#: debian-bookworm debian-unstable opensuse-leap-15-6
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<SIGHUP>"
msgstr "B<SIGHUP>"
@@ -3670,8 +3921,8 @@ msgstr "B<SIGHUP>"
msgid "B<SIGUSR1>"
msgstr "B<SIGUSR1>"
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
-#: debian-bookworm debian-unstable opensuse-leap-15-6
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<SIGUSR2>"
msgstr "B<SIGUSR2>"
@@ -3699,6 +3950,12 @@ msgstr ""
msgid "B<WARNING:>"
msgstr ""
+#: debian-unstable fedora-rawhide
+#, fuzzy
+#| msgid "B<-i>, B<--ignore-garbage>"
+msgid "B<Warning>"
+msgstr "B<-i>, B<--ignore-garbage>"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -3738,7 +3995,7 @@ msgstr "B<_netdev>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<all>"
-msgstr ""
+msgstr "B<all>"
#: opensuse-leap-15-6 archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
@@ -3750,7 +4007,7 @@ msgstr "B<auto>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<b>"
-msgstr ""
+msgstr "B<b>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
@@ -3818,12 +4075,6 @@ msgstr "B<discard>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
-msgid "B<e>"
-msgstr "B<e>"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
msgid "B<enabled>"
msgstr "B<enabled>"
@@ -3944,7 +4195,7 @@ msgstr "B<m>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<merge>"
-msgstr ""
+msgstr "B<merge>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -3971,7 +4222,7 @@ msgid "B<no>"
msgstr ""
#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: opensuse-leap-15-6 debian-unstable opensuse-tumbleweed
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<noauto>"
msgstr "B<noauto>"
@@ -3982,7 +4233,7 @@ msgid "B<noexec>"
msgstr "B<noexec>"
#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: opensuse-leap-15-6 debian-unstable opensuse-tumbleweed
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<nofail>"
msgstr "B<nofail>"
@@ -3998,8 +4249,8 @@ msgstr ""
msgid "B<o>"
msgstr "B<o>"
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable mageia-cauldron
-#: fedora-40 fedora-rawhide opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable mageia-cauldron fedora-40
+#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<off>"
msgstr "B<off>"
@@ -4020,8 +4271,8 @@ msgstr "B<pacman>(8)"
msgid "B<panic>"
msgstr "B<panic>"
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "B<poll>(2)"
msgstr "B<poll>(2)"
@@ -4032,15 +4283,26 @@ msgstr "B<poll>(2)"
msgid "B<print>"
msgstr "B<print>"
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
-msgid "B<proc>(5)"
-msgstr "B<proc>(5)"
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+msgid "B<proc>(5), B<proc_sys>(5)"
+msgstr "B<proc>(5), B<proc_sys>(5)"
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: archlinux
+msgid "B<pspdfutils> [OPTION...] [INFILE [OUTFILE]]"
+msgstr ""
+
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid "B<psutils>(1), B<paper>(1)"
msgstr "B<psutils>(1), B<paper>(1)"
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"B<python> [ B<-B> ] [ B<-b> ] [ B<-d> ] [ B<-E> ] [ B<-h> ] [ B<-i> ] [ B<-"
+"I> ]"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -4112,8 +4374,8 @@ msgstr "B<sane>(7), B<sane-scsi>(5)"
msgid "B<sane>(7), B<sane-usb>(5)"
msgstr "B<sane>(7), B<sane-usb>(5)"
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron debian-bookworm
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
#, fuzzy, no-wrap
#| msgid "B<exit>(2)"
msgid "B<select>(2)"
@@ -4123,13 +4385,13 @@ msgstr "B<exit>(2)"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<status>"
-msgstr ""
+msgstr "B<status>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<suspend>"
-msgstr ""
+msgstr "B<suspend>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -4188,7 +4450,7 @@ msgstr ""
#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "B<w>"
-msgstr ""
+msgstr "B<w>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -4204,6 +4466,12 @@ msgstr "B<x-systemd\\&.device-timeout=>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
+msgid "B<z>"
+msgstr "B<z>"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
msgid "BROKEN BAR"
msgstr "ZŁAMANA KRESKA PIONOWA"
@@ -4214,7 +4482,7 @@ msgid "BUG REPORTS"
msgstr "ZGŁOSZENIA BŁĘDÓW"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Boot ID"
msgstr ""
@@ -4224,22 +4492,17 @@ msgstr ""
msgid "Boot Loader Interface"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid "Boot Loader Specification"
-msgstr ""
-
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "BuGless"
-msgstr ""
+msgstr "BuGless"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Bugs"
-msgstr ""
+msgstr "USTERKI"
#: debian-bookworm
msgid ""
@@ -4279,7 +4542,7 @@ msgstr "ZNAK CENTA"
msgid "COLORS"
msgstr "KOLORY"
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
#: mageia-cauldron debian-bullseye opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "COMMAND LINE OPTIONS"
@@ -4715,6 +4978,18 @@ msgstr "CYRYLICKA MAŁA LITERA ŻE"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Caveats"
+msgstr "Zastrzeżenia"
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Change the location of the standard Python libraries. By default, the "
+"libraries are searched in ${prefix}/lib/pythonE<lt>versionE<gt> and "
+"${exec_prefix}/lib/pythonE<lt>versionE<gt>, where ${prefix} and "
+"${exec_prefix} are installation-dependent directories, both defaulting to I</"
+"usr/local>. When $PYTHONHOME is set to a single directory, its value "
+"replaces both ${prefix} and ${exec_prefix}. To specify different values for "
+"these, set $PYTHONHOME to ${prefix}:${exec_prefix}."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -4736,8 +5011,8 @@ msgstr "Chuck Lever E<lt>chuck.lever@oracle.comE<gt>"
msgid "Commands:"
msgstr "Polecenia użytkownika"
-#: fedora-40 fedora-rawhide mageia-cauldron archlinux debian-bookworm
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: fedora-40 mageia-cauldron archlinux debian-bookworm debian-unstable
+#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Compatibility"
msgstr "Zgodność"
@@ -4773,6 +5048,12 @@ msgid ""
"lib/\\&. Files in /run/ override files with the same name under /usr/\\&."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Configure how Python evaluates the up-to-dateness of hash-based .pyc files."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Container Interface"
@@ -4786,6 +5067,7 @@ msgid ""
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
msgid ""
"Copy the contents of config files to standard output\\&. Only the "
"\"interesting\" parts of the configuration files are printed, comments and "
@@ -4802,7 +5084,7 @@ msgstr ""
"GNU GPL w wersji 3 lub późniejszej E<lt>https://gnu.org/licenses/gpl."
"htmlE<gt>."
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: opensuse-leap-15-6
msgid ""
"Copyright \\(co 1995-2022 Free Software Foundation, Inc. License GPLv3+: "
"GNU GPL version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>"
@@ -4811,7 +5093,7 @@ msgstr ""
"GNU GPL w wersji 3 lub późniejszej E<lt>https://gnu.org/licenses/gpl."
"htmlE<gt>."
-#: archlinux fedora-40 fedora-rawhide
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"Copyright \\(co 1995-2023 Free Software Foundation, Inc. License GPLv3+: "
"GNU GPL version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>"
@@ -4829,7 +5111,7 @@ msgstr ""
"GNU GPL w wersji 3 lub późniejszej E<lt>https://gnu.org/licenses/gpl."
"htmlE<gt>."
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: opensuse-leap-15-6
msgid ""
"Copyright \\(co 2001-2022 Free Software Foundation, Inc. License GPLv3+: "
"GNU GPL version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>"
@@ -4838,7 +5120,7 @@ msgstr ""
"GNU GPL w wersji 3 lub późniejszej E<lt>https://gnu.org/licenses/gpl."
"htmlE<gt>."
-#: archlinux fedora-40 fedora-rawhide
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"Copyright \\(co 2001-2023 Free Software Foundation, Inc. License GPLv3+: "
"GNU GPL version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>"
@@ -4888,13 +5170,13 @@ msgstr ""
"Copyright \\(co 2023 Free Software Foundation, Inc. Licencja GPLv3+: GNU GPL "
"w wersji 3 lub późniejszej E<lt>http://gnu.org/licenses/gpl.htmlE<gt>"
-#: mageia-cauldron opensuse-tumbleweed
+#: opensuse-tumbleweed
msgid ""
"Copyright \\(co Reuben Thomas 2016-2021. Released under the GPL version 3, "
"or (at your option) any later version."
msgstr ""
-#: archlinux fedora-40 fedora-rawhide
+#: fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"Copyright \\(co Reuben Thomas 2016-2022. Released under the GPL version 3, "
"or (at your option) any later version."
@@ -4942,8 +5224,14 @@ msgstr "Debian"
msgid "Debian GNU/Linux"
msgstr "Debian GNU/Linux"
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "Debug-mode variables"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Details"
msgstr ""
@@ -4953,23 +5241,43 @@ msgstr ""
msgid "Developer"
msgstr "Deweloper"
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Developer resources: https://devguide.python.org/"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Directory for larger and persistent temporary files"
msgstr "Katalog do większych i trwałych plików tymczasowych"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Directory for temporary files"
msgstr "Katalog do plików tymczasowych"
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Disable the import of the module I<site> and the site-dependent "
+"manipulations of I<sys.path> that it entails. Also disable these "
+"manipulations if I<site> is explicitly imported later."
+msgstr ""
+
#: debian-bullseye archlinux debian-bookworm debian-unstable fedora-40
#: fedora-rawhide mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Display usage message."
msgstr "Wyświetla informację o stosowaniu."
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Do B<-O> and also discard docstrings; change the filename for compiled "
+"(bytecode) files by adding .opt-2 before the .pyc extension."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -4977,6 +5285,13 @@ msgid ""
"only available on x86 BIOS targets."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Do not print the version and copyright messages. These messages are also "
+"suppressed in non-interactive mode."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "Do not query the user for authentication for privileged operations\\&."
@@ -4984,6 +5299,18 @@ msgstr ""
"Nie odpytuje użytkownika o uwierzytelnienie do operacji wymagających "
"dodatkowych uprawnień\\&."
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Documentation for installed Python modules and packages can be viewed by "
+"running the B<pydoc> program."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Documentation: https://docs.python.org/"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -4995,29 +5322,44 @@ msgstr "Błąd dziedziny: I<x> jest nieskończonością"
msgid "Don Libes, National Institute of Standards and Technology"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Don't add user site directory to sys.path."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Don't write I<.pyc> files on import. See also PYTHONDONTWRITEBYTECODE."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Downloads: https://www.python.org/downloads/"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Dynamic linking library (I<libdl>, I<-ldl>)"
-msgstr ""
+msgstr "Biblioteka konsolidacji dynamicznej (I<libdl>, I<-ldl>)"
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: fedora-40 fedora-rawhide mageia-cauldron archlinux
+#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed fedora-40
+#: fedora-rawhide mageia-cauldron debian-unstable archlinux
msgid "E<.Nm>"
msgstr "E<.Nm>"
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
-#: opensuse-tumbleweed debian-bookworm debian-unstable
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
#, no-wrap
msgid "E<gt>"
msgstr "E<gt>"
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
-#: opensuse-tumbleweed debian-bookworm debian-unstable
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
#, no-wrap
msgid "E<lt>"
msgstr "E<lt>"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm debian-unstable opensuse-leap-15-6
msgid "E<lt>guenther@sendmail.comE<gt>"
msgstr "E<lt>guenther@sendmail.comE<gt>"
@@ -5087,11 +5429,11 @@ msgid ""
"without worrying about the already encrypted files."
msgstr ""
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
-#, no-wrap
-msgid "Environment variables"
-msgstr "Zmienne środowiskowe"
+#: debian-unstable fedora-rawhide
+msgid ""
+"Equivalent to B<--json=pretty> if running on a terminal, and B<--json=short> "
+"otherwise\\&."
+msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -5111,8 +5453,8 @@ msgstr "PRZYKŁADY"
msgid "Explanation"
msgstr "wyjaśnienie"
-#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Extended attributes are I<name>:I<value> pairs associated with inodes "
"(files, directories, symbolic links, etc.). They are extensions to the "
@@ -5139,8 +5481,8 @@ msgstr "NAZWA PLIKU"
msgid "FILES AND DIRECTORIES"
msgstr "PLIKI I KATALOGI"
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "FSTAB"
msgstr "FSTAB"
@@ -5156,13 +5498,13 @@ msgstr "marzec 2022"
msgid "February 9, 2019"
msgstr "9 lutego 2019"
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed debian-bookworm debian-unstable
#, no-wrap
msgid "File Formats"
msgstr "Formaty plików"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
#, no-wrap
msgid "File formats"
msgstr "Formaty plików"
@@ -5326,6 +5668,8 @@ msgstr "Fl x"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "For a nonlocking counterpart, see B<unlocked_stdio>(3)."
msgstr ""
+"Informacje o nieblokujących odpowiednikach znajdują się w "
+"B<unlocked_stdio>(3)."
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -5354,6 +5698,13 @@ msgstr ""
"Informacje o nieblokujących odpowiednikach znajdują się w "
"B<unlocked_stdio>(3)."
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Force the stdout and stderr streams to be unbuffered. This option has no "
+"effect on the stdin stream."
+msgstr ""
+
#
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
@@ -5486,17 +5837,11 @@ msgid "Historical"
msgstr "Historia"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Host name"
msgstr ""
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
-msgid "I"
-msgstr "I"
-
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed fedora-40 fedora-rawhide
msgid "I/O error."
@@ -5509,6 +5854,34 @@ msgid ""
"Programs\"> by Don Libes, O'Reilly and Associates, January 1995."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "I<${exec_prefix}/bin/python>"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "I<${exec_prefix}/include/pythonE<lt>versionE<gt>>"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "I<${exec_prefix}/lib/pythonE<lt>versionE<gt>>"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, fuzzy
+#| msgid "B<#include E<lt>stdio.hE<gt>>"
+msgid "I<${prefix}/include/pythonE<lt>versionE<gt>>"
+msgstr "B<#include E<lt>stdio.hE<gt>>"
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "I<${prefix}/lib/pythonE<lt>versionE<gt>>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -5525,7 +5898,7 @@ msgstr "I<-h, --help>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I<-n>"
-msgstr "B<-n>"
+msgstr "I<-n>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -5563,8 +5936,8 @@ msgstr "I</etc/networks>"
msgid "I</etc/nsswitch.conf>"
msgstr "I</etc/nsswitch.conf>"
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I</etc/passwd>"
msgstr "I</etc/passwd>"
@@ -5668,21 +6041,15 @@ msgstr "I<NoNewPrivileges=>"
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
-#, fuzzy
-#| msgid ""
-#| "I<Note well>: This page documents interfaces provided in glibc up until "
-#| "version 2.1. Since version 2.2, glibc no longer provides these "
-#| "interfaces. Probably, you are looking for the APIs provided by the "
-#| "I<libdb> library instead."
msgid ""
"I<Note well>: This page documents interfaces provided up until glibc 2.1. "
"Since glibc 2.2, glibc no longer provides these interfaces. Probably, you "
"are looking for the APIs provided by the I<libdb> library instead."
msgstr ""
"I<Ważna uwaga>: Ta strona podręcznika ekranowego opisuje interfejsy "
-"dostarczane przez bibliotekę glibc aż do wersji 2.1. Od wersji 2.2 glibc już "
-"nie zawiera tych interfejsów. Najprawdopodobniej to, czego szukasz, to API "
-"dostarczane przez bibliotekę I<libdb>."
+"dostarczane do glibc 2.1. Od glibc 2.2, gblic już nie zawiera tych "
+"interfejsów. Najprawdopodobniej to, czego szukasz, to API dostarczane przez "
+"bibliotekę I<libdb>."
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -5696,6 +6063,8 @@ msgid ""
"I<Note>: glibc provides no wrappers for these system calls, necessitating "
"the use of B<syscall>(2)."
msgstr ""
+"I<Uwaga>: glibc nie udostępnia opakowania dla tych wywołań systemowych, co "
+"wymusza użycie B<syscall>(2)."
#: debian-bookworm
msgid ""
@@ -5717,13 +6086,19 @@ msgstr ""
msgid "I<Path=>"
msgstr "I<Path=>"
+#: archlinux
+msgid ""
+"I<Please report bugs and feature requests in the issue tracker. Please do "
+"your best to provide a reproducible test case for bugs.>"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Port=>"
msgstr "I<Port=>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Priority=>"
msgstr "I<Priority=>"
@@ -5732,12 +6107,11 @@ msgstr "I<Priority=>"
msgid "I<Storage=>"
msgstr "I<Storage=>"
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-tumbleweed
-#, fuzzy, no-wrap
-#| msgid "B<TERM>"
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed
+#, no-wrap
msgid "I<TERM>"
-msgstr "B<TERM>"
+msgstr "I<TERM>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -5745,7 +6119,7 @@ msgid "I<TimeoutSec=>"
msgstr "I<TimeoutSec=>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Type=>"
msgstr "I<Type=>"
@@ -5765,14 +6139,15 @@ msgid "I<Virtualization=>"
msgstr "I<Virtualization=>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<Weight=>"
msgstr "I<Weight=>"
-#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
#, no-wrap
msgid "I<\\*d>"
-msgstr ""
+msgstr "I<\\*d>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -5787,7 +6162,7 @@ msgid ""
"I<buflen>)."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable mageia-cauldron
+#: debian-bookworm archlinux debian-unstable mageia-cauldron opensuse-leap-15-6
#, no-wrap
msgid "I<device>"
msgstr ""
@@ -5844,10 +6219,6 @@ msgstr "I<http://pagesperso-orange.fr/sebastien.godard/>"
msgid "I<https://github.com/sysstat/sysstat>"
msgstr "I<https://github.com/sysstat/sysstat>"
-#: archlinux
-msgid "I<https://gitlab\\&.archlinux\\&.org/archlinux/devtools>"
-msgstr "I<https://gitlab\\&.archlinux\\&.org/archlinux/devtools>"
-
#: archlinux debian-unstable fedora-40 fedora-rawhide
msgid "I<https://sysstat.github.io/>"
msgstr "I<https://sysstat.github.io/>"
@@ -5856,7 +6227,7 @@ msgstr "I<https://sysstat.github.io/>"
#: debian-bookworm mageia-cauldron opensuse-leap-15-6
#, no-wrap
msgid "I<m>"
-msgstr ""
+msgstr "I<m>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -5868,7 +6239,7 @@ msgstr "I<n>"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I<name>"
-msgstr ""
+msgstr "I<nazwa>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -5913,13 +6284,18 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "I<r>"
-msgstr ""
+msgstr "I<r>"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<sem> is not a valid semaphore."
msgstr ""
+#: debian-unstable fedora-rawhide archlinux debian-bookworm fedora-40
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<systemd\\&.firstboot=>"
+msgstr "I<systemd\\&.firstboot=>"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<systemd\\&.restore_state=>"
@@ -5935,6 +6311,18 @@ msgstr ""
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "INTERNET MEDIA TYPE"
+msgstr "IDENTYFIKATOR INTERNETOWY (MIME)"
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "INTERNET RESOURCES"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "INTERPRETER INTERFACE"
msgstr ""
#: archlinux opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
@@ -5968,7 +6356,7 @@ msgid "Ic quit"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Identical to B<uname -r> output\\&."
msgstr ""
@@ -6001,6 +6389,27 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "If I<x> or I<y> is a NaN, a NaN is returned."
+msgstr "Jeśli I<x> lub I<y> jest NaN, to zwracane jest NaN."
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If PYTHONHASHSEED is set to an integer value, it is used as a fixed seed for "
+"generating the hash() of the types covered by the hash randomization. Its "
+"purpose is to allow repeatable hashing, such as for selftests for the "
+"interpreter itself, or to allow a cluster of python processes to share hash "
+"values."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If available, the script name and additional arguments thereafter are passed "
+"to the script in the Python variable I<sys.argv>, which is a list of strings "
+"(you must first I<import sys> to be able to access it). If no script name "
+"is given, I<sys.argv[0]> is an empty string; if B<-c> is used, I<sys."
+"argv[0]> contains the string I<'-c'.> Note that options interpreted by the "
+"Python interpreter itself are not placed in I<sys.argv>."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -6013,6 +6422,14 @@ msgstr ""
msgid "If no input file is given or if it is -, standard input is read."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If set to a non-empty string, Python will print statistics of the pymalloc "
+"memory allocator every time a new pymalloc object arena is created, and on "
+"shutdown."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -6047,6 +6464,148 @@ msgid ""
"maximally copious debug output; smaller levels reduce verbosity."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this environment variable is set to 0, it disables the default debugger. "
+"It can be set to the callable of your debugger of choice."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this environment variable is set to a non-empty string, I<faulthandler."
+"enable()> is called at startup: install a handler for SIGSEGV, SIGFPE, "
+"SIGABRT, SIGBUS and SIGILL signals to dump the Python traceback."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this environment variable is set to a non-empty string, Python will show "
+"how long each import takes. This is exactly equivalent to setting B<-X "
+"importtime> on the command line."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this environment variable is set to a non-empty string, enable the debug "
+"mode of the asyncio module."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this environment variable is set to a non-empty string, start tracing "
+"Python memory allocations using the tracemalloc module."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this environment variable is set, I<sys.argv[0]> will be set to its value "
+"instead of the value got through the C runtime. Only works on Mac OS X."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this environment variable is set, Python will dump objects and reference "
+"counts still alive after shutting down the interpreter."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid ""
+"If this is set before running the interpreter, it overrides the encoding used\n"
+"for stdin/stdout/stderr, in the syntax\n"
+"I<encodingname>B<:>I<errorhandler>\n"
+"The\n"
+"I<errorhandler>\n"
+"part is optional and has the same meaning as in str.encode. For stderr, the\n"
+"I<errorhandler>\n"
+" part is ignored; the handler will always be \\'backslashreplace\\'.\n"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this is set to a comma-separated string it is equivalent to specifying "
+"the B<-W> option for each separate value."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this is set to a non-empty string it is equivalent to specifying the B<-"
+"B> option (don't try to write I<.pyc> files)."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this is set to a non-empty string it is equivalent to specifying the B<-"
+"O> option. If set to an integer, it is equivalent to specifying B<-O> "
+"multiple times."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this is set to a non-empty string it is equivalent to specifying the B<-"
+"d> option. If set to an integer, it is equivalent to specifying B<-d> "
+"multiple times."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this is set to a non-empty string it is equivalent to specifying the B<-"
+"i> option."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this is set to a non-empty string it is equivalent to specifying the B<-"
+"s> option (Don't add the user site directory to sys.path)."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this is set to a non-empty string it is equivalent to specifying the B<-"
+"u> option."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this is set to a non-empty string it is equivalent to specifying the B<-"
+"v> option. If set to an integer, it is equivalent to specifying B<-v> "
+"multiple times."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this is the name of a readable file, the Python commands in that file are "
+"executed before the first prompt is displayed in interactive mode. The file "
+"is executed in the same name space where interactive commands are executed "
+"so that objects defined or imported in it can be used without qualification "
+"in the interactive session. You can also change the prompts I<sys.ps1> and "
+"I<sys.ps2> in this file."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"If this variable is set to \"random\", a random value is used to seed the "
+"hashes of str and bytes objects."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -6057,6 +6616,13 @@ msgid ""
"only slightly different from the models mentioned above, please let us know."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Ignore environment variables like PYTHONPATH and PYTHONHOME that modify the "
+"behavior of the interpreter."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "In addition, the errors documented in B<stat>(2) can also occur."
@@ -6069,6 +6635,26 @@ msgid ""
"password, no harm done."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"In interactive mode, the primary prompt is `E<gt>E<gt>E<gt>'; the second "
+"prompt (which appears when a command is not complete) is `...'. The prompts "
+"can be changed by assignment to I<sys.ps1> or I<sys.ps2>. The interpreter "
+"quits when it reads an EOF at a prompt. When an unhandled exception occurs, "
+"a stack trace is printed and control returns to the primary prompt; in non-"
+"interactive mode, the interpreter exits after printing the stack trace. The "
+"interrupt signal raises the I<Keyboard\\%Interrupt> exception; other UNIX "
+"signals are not caught (except that SIGPIPE is sometimes ignored, in favor "
+"of the I<IOError> exception). Error messages are written to stderr."
+msgstr ""
+
+#: debian-unstable fedora-rawhide
+msgid ""
+"In place of the image path a \"\\&.v/\" versioned directory may be "
+"specified, see B<systemd.v>(7) for details\\&."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -6078,7 +6664,7 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Insufficient buffer space supplied."
-msgstr ""
+msgstr "Przekazano niewystarczający bufor."
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -6092,9 +6678,21 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Interface Portability and Stability Promise"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Invalid directory stream descriptor I<dirp>."
msgstr "Nieprawidłowy deskryptor strumienia katalogu I<dirp>."
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Issue warnings about str(bytes_instance), str(bytearray_instance) and "
+"comparing bytes/bytearray with str. (-bb: issue errors)"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -6111,19 +6709,12 @@ msgstr ""
msgid "JULY 2018"
msgstr "lipiec 2018"
-#: mageia-cauldron
-#, fuzzy, no-wrap
-#| msgid "March 2022"
-msgid "Jan 30, 2024"
-msgstr "marzec 2022"
-
#: archlinux debian-bookworm debian-unstable mageia-cauldron opensuse-leap-15-6
#, no-wrap
msgid "January 2009"
msgstr "styczeń 2009"
-#: debian-bookworm mageia-cauldron archlinux debian-unstable fedora-40
-#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm mageia-cauldron fedora-40 opensuse-leap-15-6
#, no-wrap
msgid "January 2023"
msgstr "styczeń 2023"
@@ -6141,17 +6732,11 @@ msgstr "lipiec 2021"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
-msgid "K"
-msgstr "K"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, no-wrap
msgid "KNOWN ISSUES"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Kernel release"
msgstr ""
@@ -6166,7 +6751,7 @@ msgstr "L"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "LANG"
-msgstr "B<LANG>"
+msgstr "LANG"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -6484,7 +7069,7 @@ msgstr "ŁACIŃSKA MAŁA LITERA Z Z KROPKĄ (B<polskie ż>)"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "LC_CTYPE"
-msgstr "B<LC_CTYPE>"
+msgstr "LC_CTYPE"
#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
#: archlinux fedora-40 fedora-rawhide mageia-cauldron
@@ -6498,23 +7083,21 @@ msgstr "LD"
msgid "LEFT DOUBLE QUOTATION MARK"
msgstr "LEWY ZNAK PODWÓJNEGO CUDZYSŁOWU"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "LIBBLKID_DEBUG=all"
msgstr "LIBBLKID_DEBUG=all"
-#: opensuse-leap-15-6
-msgid "LIBMOUNT_DEBUG=all"
-msgstr "LIBMOUNT_DEBUG=all"
-
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "LICENSE"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
-msgid "LOCK_BLOCK_DEVICE=E<lt>modeE<gt>"
-msgstr "LOCK_BLOCK_DEVICE=E<lt>trybE<gt>"
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "LICENSING"
+msgstr ""
#: debian-bookworm
msgid "Landlock was added in Linux 5.13."
@@ -6593,7 +7176,7 @@ msgstr "Podręcznik użytkownika Linuksa"
msgid "Linux on s390."
msgstr "Uwagi linuksowe"
-#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "LinuxThreads"
@@ -6635,7 +7218,7 @@ msgstr "ZNAK MIKRO"
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "MISCELLANEOUS"
-msgstr ""
+msgstr "RÓŻNE"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -6656,19 +7239,26 @@ msgid "MULTIPLICATION SIGN"
msgstr "ZNAK MNOŻENIA"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Machine ID"
msgstr ""
+#
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, fuzzy
+#| msgid "Mutt Home Page: http://www.mutt.org/"
+msgid "Main website: https://www.python.org/"
+msgstr "Strona domowa mutta: http://www.mutt.org/"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Manpage Author:"
msgstr ""
-#: opensuse-tumbleweed archlinux debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6
+#: opensuse-tumbleweed archlinux debian-unstable fedora-40 opensuse-leap-15-6
#, no-wrap
msgid "March 2023"
msgstr "marzec 2023"
@@ -6707,6 +7297,11 @@ msgstr "Michael Smith E<lt>msmith@xiph.orgE<gt>"
msgid "Miscellaneous"
msgstr "Różne"
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Module repository: https://pypi.org/"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -6754,12 +7349,19 @@ msgstr ""
msgid "New Control Group Interfaces"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Newsgroups: comp.lang.python, comp.lang.python.announce"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"No errors occur. POSIX.1-2001 documents a range error for overflows, but "
"see NOTES."
msgstr ""
+"Nie występują. POSIX.1-2001 dokumentuje błąd zakresu przy przepełnieniu "
+"\\(em patrz UWAGI."
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -6793,8 +7395,7 @@ msgstr ""
"Proszę zauważyć, że kolorowanie wyjścia może być domyślnie włączone i "
"wówczas katalogi I<terminal-colors.d> mogą jeszcze nie istnieć."
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: debian-bookworm debian-unstable fedora-40 mageia-cauldron opensuse-leap-15-6
msgid ""
"Note: There is no difference between binary mode and text mode on GNU "
"systems."
@@ -6821,49 +7422,54 @@ msgstr "DZIAŁANIE"
#: debian-bookworm debian-unstable mageia-cauldron archlinux fedora-40
#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
-#, fuzzy, no-wrap
-#| msgid "OPTIONS"
+#, no-wrap
msgid "OTHER OPTIONS"
-msgstr "OPCJE"
+msgstr "INNE OPCJE"
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "OUTPUT"
msgstr "WYJŚCIE"
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "October 2023"
+msgstr "październik 2023"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Operating system ID"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Operating system build ID"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Operating system image identifier"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Operating system image version"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Operating system variant ID"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Operating system version ID"
msgstr ""
@@ -6882,17 +7488,16 @@ msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
-#, fuzzy, no-wrap
-#| msgid "other"
+#, no-wrap
msgid "Others:"
-msgstr "other"
+msgstr "Pozostałe:"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Out of resources."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Output all available columns."
msgstr "Wypisuje wszystkie dostępne kolumny."
@@ -6905,6 +7510,11 @@ msgstr ""
msgid "Output version information and exit."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Override sys.platlibdir."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
#, no-wrap
@@ -6949,7 +7559,7 @@ msgstr "PRZENOŚNOŚĆ"
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "POSIX.1-2001, 4.4BSD (first appeared in 4.2BSD)."
-msgstr ""
+msgstr "POSIX.1-2001, 4.4BSD (pojawiło się pierwotnie w 4.2BSD)."
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
@@ -6970,6 +7580,8 @@ msgid ""
"POSIX.1-2008. This function is not specified in POSIX.1-2001, and is not "
"widely available on other systems."
msgstr ""
+"POSIX.1-2008. Funkcja nie występuje w POSIX.1-2001 i nie jest dostępna w "
+"większości innych systemów."
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -6983,8 +7595,163 @@ msgstr "ZNAK FUNTA"
msgid "PS"
msgstr "PS"
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6
+#: archlinux
+#, no-wrap
+msgid "PSPDFUTILS"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHON"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONASYNCIODEBUG"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONBREAKPOINT"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONDEBUG"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONDONTWRITEBYTECODE"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONDUMPREFS"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONEXECUTABLE"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONFAULTHANDLER"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONHASHSEED"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONHOME"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONINSPECT"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONIOENCODING"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONMALLOC"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONMALLOCSTATS"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONNOUSERSITE"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONOPTIMIZE"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONPATH"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONPLATLIBDIR"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONPROFILEIMPORTTIME"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONSTARTUP"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONTRACEMALLOC"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONUNBUFFERED"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONUSERBASE"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, no-wrap
+msgid "PYTHONVERBOSE"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+#, fuzzy, no-wrap
+#| msgid "WARNINGS"
+msgid "PYTHONWARNINGS"
+msgstr "OSTRZEŻENIA"
+
+#: archlinux debian-bookworm fedora-40 mageia-cauldron
msgid ""
"Packages should install their configuration files in /usr/lib/ (distribution "
"packages) or /usr/local/lib/ (local installs)\\&. Files in /etc/ are "
@@ -6994,6 +7761,20 @@ msgid ""
"ordering of the files\\&."
msgstr ""
+#: debian-unstable fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Packages should install their configuration files in /usr/lib/ (distribution "
+"packages) or /usr/local/lib/ (local installs)\\&. Files in /etc/ are "
+"reserved for the local administrator, who may use this logic to override the "
+"configuration files installed by vendor packages\\&. It is recommended to "
+"prefix all filenames with a two-digit number and a dash, to simplify the "
+"ordering of the files\\&. It is recommended to use the range 10-40 for "
+"configuration files in /usr/ and the range 60-90 for configuration files in /"
+"etc/ and /run/, to make sure that local and transient configuration files "
+"will always take priority over configuration files shipped by the OS "
+"vendor\\&."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -7011,15 +7792,38 @@ msgstr ""
msgid "Perl Programmers Reference Guide"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
-msgid "Philip A. Guenther"
-msgstr "Philip A. Guenther"
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Permission to access this file is governed by a ptrace access mode "
+"B<PTRACE_MODE_ATTACH_FSCREDS> check; see B<ptrace>(2)."
+msgstr ""
+"Uprawnienie dostępu do tego pliku zależy od sprawdzenia trybu dostępu "
+"ptrace: B<PTRACE_MODE_ATTACH_FSCREDS>; zob. B<ptrace>(2)."
-#: archlinux
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
-"Please report bugs and feature requests in the issue tracker\\&. Please do "
-"your best to provide a reproducible test case for bugs\\&."
+"Permission to access this file is governed by a ptrace access mode "
+"B<PTRACE_MODE_READ_FSCREDS> check; see B<ptrace>(2)."
msgstr ""
+"Uprawnienie dostępu do tego pliku zależy od sprawdzenia trybu dostępu "
+"ptrace: B<PTRACE_MODE_READ_FSCREDS>; zob. B<ptrace>(2)."
+
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid ""
+"Permission to dereference or read (B<readlink>(2)) this symbolic link is "
+"governed by a ptrace access mode B<PTRACE_MODE_READ_FSCREDS> check; see "
+"B<ptrace>(2)."
+msgstr ""
+"Uprawnienie do rozwiązania lub odczytu (B<readlink>(2)) tego dowiązania "
+"symbolicznego, zależy od sprawdzenia trybu dostępu "
+"B<PTRACE_MODE_READ_FSCREDS> ptrace; zob. B<ptrace>(2)."
+
+#: debian-bookworm debian-unstable opensuse-leap-15-6
+msgid "Philip A. Guenther"
+msgstr "Philip A. Guenther"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -7031,7 +7835,7 @@ msgid "Please send bug reports to E<.UR procps@freelists.org> E<.UE>"
msgstr ""
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: debian-bookworm opensuse-leap-15-6 opensuse-tumbleweed
+#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
msgid "Portable Services"
msgstr ""
@@ -7051,6 +7855,15 @@ msgstr "przedrostek"
msgid "Print a help message and exit."
msgstr "Wyświetla komunikat pomocy i wychodzi."
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Print a message each time a module is initialized, showing the place "
+"(filename or built-in module) from which it is loaded. When given twice, "
+"print a message for each file that is checked for when searching for a "
+"module. Also provides information on module cleanup at exit."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed mageia-cauldron
msgid "Print a short usage summary and exit."
@@ -7061,15 +7874,22 @@ msgstr ""
msgid "Print help message."
msgstr ""
-#: opensuse-leap-15-6
-msgid "Print the SIZE column in bytes rather than in a human-readable format."
-msgstr ""
-"Wypisuje kolumnę SIZE w bajtach zamiast w formacie czytelnym dla ludzi."
-
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Print the sizes in bytes rather than in a human-readable format."
msgstr "Wypisuje rozmiary w bajtach zamiast w formacie czytelnym dla ludzi."
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Prints the Python version number of the executable and exits. When given "
+"twice, print more information about the build."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Prints the usage for the interpreter executable and exits."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6
#: opensuse-tumbleweed
msgid ""
@@ -7077,6 +7897,37 @@ msgid ""
"output and exits."
msgstr "Wypisuje sposób użycia B<ac> na standardowe wyjście i wychodzi."
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Python is an interpreted, interactive, object-oriented programming language "
+"that combines remarkable power with very clear syntax. For an introduction "
+"to programming in Python, see the Python Tutorial. The Python Library "
+"Reference documents built-in and standard types, constants, functions and "
+"modules. Finally, the Python Reference Manual describes the syntax and "
+"semantics of the core language in (perhaps too) much detail. (These "
+"documents may be located via the B<INTERNET RESOURCES> below; they may be "
+"installed on your system as well.)"
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Python is distributed under an Open Source license. See the file "
+"\"LICENSE\" in the Python source distribution for information on terms & "
+"conditions for accessing and otherwise using Python and for a DISCLAIMER OF "
+"ALL WARRANTIES."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Python's basic power can be extended with your own modules written in C or C+"
+"+. On most systems such modules may be dynamically loaded. Python is also "
+"adaptable as an extension language for existing applications. See the "
+"internal documentation for hints."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -7092,7 +7943,7 @@ msgstr "ZASTRZEŻONY ZNAK TOWAROWY"
#: mageia-cauldron debian-bookworm debian-unstable archlinux opensuse-leap-15-6
#, no-wrap
msgid "RETURN VALUES"
-msgstr ""
+msgstr "WARTOŚCI ZWRACANE"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -7116,6 +7967,24 @@ msgstr "Błąd zakresu: przekroczenie w dół wartości wynikowej"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Range error: result underflow"
+msgstr "Błąd zakresu: przekroczenie w dół wartości wynikowej"
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "Recommended location of the interpreter."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Recommended locations of the directories containing the include files needed "
+"for developing Python extensions and embedding the interpreter."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Recommended locations of the directories containing the standard modules."
msgstr ""
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -7139,6 +8008,14 @@ msgstr ""
msgid "Removal"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Remove assert statements and any code conditional on the value of __debug__; "
+"augment the filename for compiled (bytecode) files by adding .opt-1 before "
+"the .pyc extension."
+msgstr ""
+
#: debian-bookworm debian-unstable mageia-cauldron opensuse-tumbleweed
msgid "Report bugs to E<lt>reiserfs-devel@vger.kernel.orgE<gt>"
msgstr ""
@@ -7168,11 +8045,10 @@ msgstr ""
msgid "Report version information and exit."
msgstr "Pokazuje informację o wersji programu i kończy działanie."
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux
#, no-wrap
-msgid "S"
-msgstr "S"
+msgid "Reuben Thomas E<lt>rrt@sc3d.orgE<gt>\n"
+msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -7187,7 +8063,7 @@ msgid "SECURITY"
msgstr "BEZPIECZEŃSTWO"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "SPECIFIERS"
msgstr ""
@@ -7225,7 +8101,7 @@ msgstr "SVr4."
#: opensuse-tumbleweed archlinux opensuse-leap-15-6
#, no-wrap
msgid "SYNTAX"
-msgstr ""
+msgstr "SKŁADNIA"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -7253,6 +8129,11 @@ msgid "See B<sigsetops>(3) for details on manipulating signal sets."
msgstr ""
"Zobacz B<sigsetops>(3) dla szczegółów o operacjach na zbiorach sygnałów."
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "See B<user_namespaces>(7)."
+msgstr "Zob. B<user_namespaces>(7)."
+
#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
#: debian-bookworm mageia-cauldron opensuse-leap-15-6
#, no-wrap
@@ -7292,6 +8173,14 @@ msgstr ""
"znacznika zapobiega dodatkowym wywołaniom do B<fcntl>(2) przy uzyskaniu tego "
"samego efektu."
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Set the Python memory allocators and/or install debug hooks. The available "
+"memory allocators are I<malloc> and I<pymalloc>. The available debug hooks "
+"are I<debug>, I<malloc_debug>, and I<pymalloc_debug>."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -7303,8 +8192,15 @@ msgstr ""
"deskryptorze pliku. Opis znacznika B<O_CLOEXEC> w podręczniku B<open>(2) "
"informuje o przypadkach, w których może się to okazać przydatne."
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Setting these variables only has an effect in a debug build of Python, that "
+"is, if Python was configured with the B<--with-pydebug> build option."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Short host name"
msgstr ""
@@ -7315,11 +8211,18 @@ msgid "Show this help."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Single percent sign"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Skip the first line of the source. This is intended for a DOS specific hack "
+"only. Warning: the line numbers in error messages will be off by one!"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -7333,7 +8236,14 @@ msgstr ""
msgid "Specifier"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Specify the command to execute (see next section). This terminates the "
+"option list (following options are passed as arguments to the command)."
+msgstr ""
+
+#: debian-bookworm
msgid ""
"Specify which output columns to print. Use B<--help> to get a list of all "
"supported columns."
@@ -7343,7 +8253,7 @@ msgstr ""
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "Stephen R. van den Berg"
-msgstr ""
+msgstr "Stephen R. van den Berg"
#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
@@ -7354,13 +8264,7 @@ msgstr ""
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
#, no-wrap
msgid "Syntax"
-msgstr ""
-
-#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
-#, no-wrap
-msgid "TERM"
-msgstr "TERM"
+msgstr "Składnia"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -7369,6 +8273,7 @@ msgid "TODO"
msgstr "DO ZROBIENIA"
#: archlinux debian-unstable mageia-cauldron fedora-40 fedora-rawhide
+#: opensuse-tumbleweed
msgid "TPM2 PCR Measurements Made by systemd"
msgstr ""
@@ -7396,7 +8301,7 @@ msgstr "Taylor UUCP 1.07"
msgid "Texinfo home page: http://www.gnu.org/software/texinfo/"
msgstr "Strona Texinfo: http://www.gnu.org/software/texinfo/"
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"The B<libuuid> library is part of the util-linux package since version "
"2.15.1. It can be downloaded from"
@@ -7418,6 +8323,7 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The I<group> structure is defined in I<E<lt>grp.hE<gt>> as follows:"
msgstr ""
+"Struktura I<group> jest następująco zdefiniowana w pliku I<E<lt>grp.hE<gt>>:"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -7425,7 +8331,12 @@ msgid "The I<passwd> structure is defined in I<E<lt>pwd.hE<gt>> as follows:"
msgstr ""
"Struktura I<passwd> jest następująco zdefiniowana w pliku I<E<lt>pwd.hE<gt>>:"
-#: debian-bookworm mageia-cauldron opensuse-leap-15-6
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "The Python Software Foundation: https://www.python.org/psf/"
+msgstr ""
+
+#: debian-bookworm 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 "
@@ -7436,7 +8347,8 @@ msgstr ""
"(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."
-#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: 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,... "
@@ -7484,7 +8396,7 @@ msgstr ""
"Dostępne opcje:"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "The boot ID of the running system, formatted as string\\&. See B<random>(4) for more information\\&."
msgstr ""
@@ -7492,7 +8404,7 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The call"
-msgstr ""
+msgstr "Wywołanie"
#: debian-bookworm debian-unstable mageia-cauldron archlinux fedora-40
#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
@@ -7517,6 +8429,11 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The fields are as follows:"
+msgstr "Występują następujące pola:"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The fields of this structure are as follows:"
msgstr ""
@@ -7524,7 +8441,7 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "The flags argument"
-msgstr ""
+msgstr "Argument flags"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -7537,20 +8454,46 @@ msgstr ""
msgid "The following five options are useful only when verifying checksums:"
msgstr "Następujących pięć opcji jest przydatnych tylko przy sprawdzaniu sum kontrolnych:"
+#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The following options are available:"
+msgstr "Dostępne są następujące opcje:"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "The hostname of the running system, truncated at the first dot to remove any domain component\\&."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "The hostname of the running system\\&."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"The integer must be a decimal number in the range [0,4294967295]. "
+"Specifying the value 0 will disable hash randomization."
+msgstr ""
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"The interpreter interface resembles that of the UNIX shell: when called with "
+"standard input connected to a tty device, it prompts for commands and "
+"executes them until an EOF is read; when called with a file name argument or "
+"with a file as standard input, it reads and executes a I<script> from that "
+"file; when called with B<-c> I<command>, it executes the Python statement(s) "
+"given as I<command>. Here I<command> may contain multiple statements "
+"separated by newlines. Leading whitespace is significant in Python "
+"statements! In non-interactive mode, the entire input is parsed before it is "
+"executed."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "The machine ID of the running system, formatted as string\\&. See B<machine-id>(5) for more information\\&."
msgstr ""
@@ -7561,37 +8504,37 @@ msgid "The man page is longer than the program."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "The operating system build identifier of the running system, as read from the I<BUILD_ID=> field of /etc/os-release\\&. If not set, resolves to an empty string\\&. See B<os-release>(5) for more information\\&."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "The operating system identifier of the running system, as read from the I<ID=> field of /etc/os-release\\&. See B<os-release>(5) for more information\\&."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "The operating system image identifier of the running system, as read from the I<IMAGE_ID=> field of /etc/os-release\\&. If not set, resolves to an empty string\\&. See B<os-release>(5) for more information\\&."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "The operating system image version identifier of the running system, as read from the I<IMAGE_VERSION=> field of /etc/os-release\\&. If not set, resolves to an empty string\\&. See B<os-release>(5) for more information\\&."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "The operating system variant identifier of the running system, as read from the I<VARIANT_ID=> field of /etc/os-release\\&. If not set, resolves to an empty string\\&. See B<os-release>(5) for more information\\&."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "The operating system version identifier of the running system, as read from the I<VERSION_ID=> field of /etc/os-release\\&. If not set, resolves to an empty string\\&. See B<os-release>(5) for more information\\&."
msgstr ""
@@ -7600,7 +8543,7 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The operation was prevented by a file seal; see B<fcntl>(2)."
msgstr ""
-"Operacja zablokowana przez zakluczenie pliku (ang. file seal); zob. "
+"Operacja zablokowana, z powodu zapieczętowania pliku (ang. file seal); zob. "
"B<fcntl>(2)."
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -7625,12 +8568,14 @@ msgstr ""
msgid "The package is actively maintained by Frank Zago."
msgstr ""
-#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
+#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"The programmer must ensure that there is room for at least I<n> wide "
"characters at I<dest>."
msgstr ""
+"Programista musi zapewnić, że będzie miejsce przynajmniej na I<n> szerokich "
+"znaków w I<dest>."
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -7640,16 +8585,14 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The strings may not overlap."
-msgstr ""
+msgstr "Łańcuchy nie mogą na siebie nachodzić."
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, fuzzy
-#| msgid "The process whose ID is I<pid> could not be found."
msgid "The thread whose ID is I<pid> could not be found."
-msgstr "Proces o identyfikatorze I<pid> nie został znaleziony."
+msgstr "Nie znaleziono wątku o identyfikatorze równym I<pid>."
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"The user-specific I<$XDG_CONFIG_HOME/terminal-colors.d> or I<$HOME/.config/"
"terminal-colors.d> overrides the global setting."
@@ -7657,6 +8600,14 @@ msgstr ""
"Globalne ustawienie przesłonią I<$XDG_CONFIG_HOME/terminal-colors.d> lub "
"I<$HOME/.config/terminal-colors.d> danego użytkownika."
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"The value of the variable is the maximum number of frames stored in a "
+"traceback of a trace. For example, I<PYTHONTRACEMALLOC=1> stores only the "
+"most recent frame."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -7665,10 +8616,28 @@ msgid ""
"what the scanner can support."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Theodore Y. Ts\\(cqo"
msgstr "Theodore Y. Ts\\(cqo"
+#: archlinux fedora-rawhide opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "Note: There is no difference between binary mode and text mode on GNU "
+#| "systems."
+msgid ""
+"There is no difference between binary mode and text mode on GNU systems."
+msgstr ""
+"Uwaga: W systemach GNU nie ma różnicy pomiędzy trybem binarnym a tekstowym."
+
+#: debian-bookworm debian-unstable debian-bullseye
+msgid ""
+"These are subject to difference depending on local installation conventions; "
+"${prefix} and ${exec_prefix} are installation-dependent and should be "
+"interpreted as for GNU software; they may be the same. On Debian GNU/{Hurd,"
+"Linux} the default for both is I</usr>."
+msgstr ""
+
#: debian-bookworm
msgid ""
"These functions are GNU extensions. Functions with similar names exist on "
@@ -7684,12 +8653,12 @@ msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "These functions do not set I<errno>."
-msgstr ""
+msgstr "Funkcje te nie ustawiają zmiennej I<errno>."
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "These functions return the rounded integer value."
-msgstr ""
+msgstr "Funkcje te zwracają zaokrągloną wartość całkowitą."
#: debian-bookworm
msgid ""
@@ -7715,9 +8684,9 @@ msgstr "Podręcznik odnosi się do wersji 6.1 B<ncurses> (łatka 20180317)."
msgid "This describes B<ncurses> version 6.4 (patch 20221231)."
msgstr "Podręcznik odnosi się do wersji 6.4 B<ncurses> (łatka 20221231)."
-#: archlinux
-msgid "This describes B<ncurses> version 6.4 (patch 20230520)."
-msgstr "Podręcznik odnosi się do wersji 6.4 B<ncurses> (łatka 20230520)."
+#: fedora-40
+msgid "This document was last revised for Ghostscript version 10.02.1."
+msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
@@ -7754,17 +8723,22 @@ msgid "This function always succeeds."
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "This is either /tmp or the path \"$TMPDIR\", \"$TEMP\" or \"$TMP\" are set to\\&. (Note that the directory may be specified without a trailing slash\\&.)"
msgstr ""
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "This is either /var/tmp or the path \"$TMPDIR\", \"$TEMP\" or \"$TMP\" are set to\\&. (Note that the directory may be specified without a trailing slash\\&.)"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid "This is equivalent to the B<-X faulthandler> option."
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
@@ -7774,6 +8748,14 @@ msgstr ""
"Pierwotnie: Copyright 2002, Rusty Russell, IBM Corporation\\&. Strona "
"podręcznika jest obecnie zarządzana przez Jona Mastersa i innych\\&."
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"This variable is ignored if the $B<PYTHONMALLOC> environment variable is "
+"used to force the B<malloc>(3) allocator of the C library, or if Python is "
+"configured without pymalloc support."
+msgstr ""
+
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -7798,6 +8780,13 @@ msgstr ""
msgid "Tukaani"
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"Turn on parser debugging output (for expert only, depending on compilation "
+"options)."
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed archlinux
#, fuzzy, no-wrap
@@ -7811,8 +8800,8 @@ msgstr "Historia"
msgid "Type"
msgstr "Type"
-#: debian-bookworm opensuse-leap-15-6 debian-unstable archlinux fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
#, no-wrap
msgid "USAGE"
msgstr ""
@@ -7830,27 +8819,11 @@ msgid "Usage"
msgstr "Użycie"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Use \"%%\" in place of \"%\" to specify a single percent sign\\&."
msgstr ""
-#: opensuse-leap-15-6 debian-bookworm
-msgid ""
-"Use exclusive BSD lock for device or file it operates. The optional argument "
-"I<mode> can be B<yes>, B<no> (or 1 and 0) or B<nonblock>. If the I<mode> "
-"argument is omitted, it defaults to B<\"yes\">. This option overwrites "
-"environment variable B<$LOCK_BLOCK_DEVICE>. The default is not to use any "
-"lock at all, but it\\(cqs recommended to avoid collisions with udevd or "
-"other tools."
-msgstr ""
-"Używa blokady na wyłączność BSD do urządzeń i plików na których działa. "
-"Opcjonalnym argumentem I<tryb> może być B<yes>, B<no> (albo B<1> lub B<0>) "
-"lub też B<nonblock>. Jeśli nie poda się I<trybu>, domyślną wartością jest "
-"B<yes>. Opcja ta przesłania zmienną środowiskową B<$LOCK_BLOCK_DEVICE>. Choć "
-"domyślnie nie jest używana żadna blokada, zaleca się jej użycie aby uniknąć "
-"kolizji z udevd i innymi narzędziami."
-
#: debian-bookworm
msgid ""
"Use exclusive BSD lock for device or file it operates. The optional argument "
@@ -7867,7 +8840,7 @@ msgstr ""
"domyślnie nie jest używana żadna blokada, zaleca się jej użycie aby uniknąć "
"kolizji z B<systemd-udevd>(8) i innymi narzędziami."
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "Use the raw output format."
msgstr ""
@@ -7877,8 +8850,8 @@ msgstr ""
msgid "User Manuals"
msgstr "Podręczniki użytkownika"
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
-#: archlinux
+#: debian-unstable opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron
#, no-wrap
msgid "User commands"
msgstr "Polecenia użytkownika"
@@ -7927,8 +8900,8 @@ msgstr ""
msgid "Valid command line options and their syntax can be listed by using:"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Verbose mode."
msgstr "Tryb szczegółowy (verbose)."
@@ -7959,10 +8932,27 @@ msgstr ""
msgid "WARNINGS"
msgstr "OSTRZEŻENIA"
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
-msgid "Written by Angus J. C. Duggan and Reuben Thomas."
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"When Python is compiled in debug mode, the default is I<pymalloc_debug> and "
+"the debug hooks are automatically used. Otherwise, the default is "
+"I<pymalloc>."
msgstr ""
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"When a script is passed as first argument or the B<-c> option is used, enter "
+"interactive mode after executing the script or the command. It does not "
+"read the $PYTHONSTARTUP file. This can be useful to inspect global "
+"variables or a stack trace when a script raises an exception."
+msgstr ""
+
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+msgid "Written by Angus J. C. Duggan and Reuben Thomas."
+msgstr "Napisane przez Angusa J. C. Duggana i Reubena Thomasa."
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Written by David MacKenzie and Jim Meyering."
@@ -8012,7 +9002,7 @@ msgstr "X"
msgid "XZ Utils"
msgstr ""
-#: debian-bookworm debian-unstable
+#: debian-bookworm
msgid "Xavier Leroy E<lt>Xavier.Leroy@inria.frE<gt>"
msgstr "Xavier Leroy E<lt>Xavier.Leroy@inria.frE<gt>"
@@ -8044,25 +9034,37 @@ msgstr "Z"
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "[1]"
-msgstr ""
+msgstr "[1]"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "[2]"
-msgstr ""
+msgstr "[2]"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "[3]"
-msgstr ""
+msgstr "[3]"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "[4]"
-msgstr ""
+msgstr "[4]"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "[5]"
+msgstr "[5]"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "[6]"
+msgstr "[6]"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -8075,7 +9077,7 @@ msgid "\\ \" "
msgstr "\\ \" "
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
-#: opensuse-tumbleweed debian-bookworm opensuse-leap-15-6
+#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
#, no-wrap
msgid "\\ \\&"
msgstr "\\ \\&"
@@ -8115,11 +9117,17 @@ msgid "\\%https://systemd.io/PASSWORD_AGENTS/"
msgstr "\\%https://systemd.io/PASSWORD_AGENTS/"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "\\%https://systemd.io/PORTABILITY_AND_STABILITY/"
+msgstr ""
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
msgid "\\%https://systemd.io/PORTABLE_SERVICES"
msgstr "\\%https://systemd.io/PORTABLE_SERVICES"
#: archlinux debian-unstable mageia-cauldron fedora-40 fedora-rawhide
+#: opensuse-tumbleweed
msgid "\\%https://systemd.io/TPM2_PCR_MEASUREMENTS"
msgstr "\\%https://systemd.io/TPM2_PCR_MEASUREMENTS"
@@ -8136,13 +9144,6 @@ msgstr "\\%https://systemd.io/USER_RECORD"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
-"\\%https://uapi-group.org/specifications/specs/boot_loader_specification"
-msgstr ""
-"\\%https://uapi-group.org/specifications/specs/boot_loader_specification"
-
-#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-msgid ""
"\\%https://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface"
msgstr ""
"\\%https://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface"
@@ -8249,6 +9250,26 @@ msgstr "\\et"
msgid "\\ev"
msgstr "\\ev"
+#: archlinux
+#, fuzzy
+#| msgid "With no FILE, or when FILE is -, read standard input."
+msgid "`-' or no INFILE argument means standard input"
+msgstr ""
+"Jeśli nie podano I<PLIKU> lub jako I<PLIK> podano B<->, czyta standardowe "
+"wejście."
+
+#: archlinux
+#, fuzzy
+#| msgid "write result to FILE instead of standard output"
+msgid "`-' or no OUTFILE argument means standard output"
+msgstr "wypisuje wynik do I<PLIKU> zamiast na standardowe wyjście"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
+#, no-wrap
+msgid "all"
+msgstr "all"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "always make simple backups"
@@ -8304,7 +9325,7 @@ msgstr "plik konfiguracyjny"
msgid "create a BSD-style checksum"
msgstr "tworzy sumę kontrolną w stylu BSD"
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
#, no-wrap
msgid "cronie"
@@ -8377,10 +9398,14 @@ msgstr "nie wyświetla niczego, wynik można poznać za pomocą kodu wyjścia"
msgid "don't print OK for each successfully verified file"
msgstr "nie wyświetla B<OK> po każdym pozytywnie zweryfikowanym pliku"
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid "don't show page numbers being output"
msgstr ""
+#: archlinux
+msgid "don't show progress"
+msgstr ""
+
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "don't use external descriptors."
msgstr ""
@@ -8411,7 +9436,7 @@ msgstr ""
msgid "embed a specific DTB"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid "enables libblkid debug output."
msgstr "włącza wyjście debugowania libblkid."
@@ -8468,7 +9493,8 @@ msgstr "g"
msgid "generate '#: filename:line' lines (default)"
msgstr ""
-#: archlinux debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux debian-bookworm debian-unstable opensuse-leap-15-6
+#: opensuse-tumbleweed
msgid ""
"generate an image in FORMAT available formats: i386-coreboot, i386-"
"multiboot, i386-pc, i386-xen_pvh, i386-pc-pxe, i386-pc-eltorito, i386-efi, "
@@ -8481,24 +9507,11 @@ msgid ""
"efi, riscv64-efi"
msgstr ""
-#: debian-bookworm fedora-40 fedora-rawhide mageia-cauldron
-msgid ""
-"generate an image in FORMAT available formats: i386-coreboot, i386-"
-"multiboot, i386-pc, i386-xen_pvh, i386-pc-pxe, i386-pc-eltorito, i386-efi, "
-"i386-ieee1275, i386-qemu, x86_64-efi, i386-xen, x86_64-xen, mipsel-yeeloong-"
-"flash, mipsel-fuloong2f-flash, mipsel-loongson-elf, powerpc-ieee1275, "
-"sparc64-ieee1275-raw, sparc64-ieee1275-cdcore, sparc64-ieee1275-aout, ia64-"
-"efi, mips-arc, mipsel-arc, mipsel-qemu_mips-elf, mips-qemu_mips-flash, "
-"mipsel-qemu_mips-flash, mips-qemu_mips-elf, arm-uboot, arm-coreboot-"
-"vexpress, arm-coreboot-veyron, arm-efi, arm64-efi, riscv32-efi, riscv64-efi"
-msgstr ""
-
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed debian-bookworm
-#, fuzzy, no-wrap
-#| msgid "glibc notes"
+#, no-wrap
msgid "glibc"
-msgstr "Uwagi dla glibc"
+msgstr "glibc"
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
@@ -8535,6 +9548,12 @@ msgstr "glibc 2.3."
msgid "glibc 2.3.4."
msgstr "glibc 2.3.4."
+#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "wdiff 1.2.2"
+msgid "groff 1 ,"
+msgstr "wdiff 1.2.2"
+
#: debian-bookworm mageia-cauldron opensuse-leap-15-6
#, no-wrap
msgid "groff 1.22.4"
@@ -8580,23 +9599,31 @@ msgstr "i"
msgid "i386"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
-#: debian-bookworm mageia-cauldron
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable debian-bookworm
msgid "if COMMAND cannot be found"
msgstr "jeśli nie znaleziono I<POLECENIA>"
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
-#: debian-bookworm mageia-cauldron
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable debian-bookworm
msgid "if COMMAND is found but cannot be invoked"
msgstr "jeśli odnaleziono I<POLECENIE>, ale nie można go wywołać"
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"if a command line argument is a symbolic link to a directory, traverse it"
+msgstr ""
+"jeśli argument wiersza poleceń jest dowiązaniem symbolicznym do katalogu, "
+"podąża za nim"
+
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"if arguments or options are incorrect, or there is some other problem "
"starting up,"
msgstr ""
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"if there is some problem during processing, typically an error reading or "
"writing an input or output file."
@@ -8759,21 +9786,32 @@ msgid ""
"on some BIOSes."
msgstr ""
-#: debian-bookworm opensuse-leap-15-6 archlinux mageia-cauldron debian-unstable
-#: fedora-40 fedora-rawhide opensuse-tumbleweed
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "me"
+msgstr "me"
+
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
-msgid "name"
-msgstr "nazwa"
+msgid "mr"
+msgstr "mr"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "natural sort of (version) numbers within text"
msgstr "sortuje według liczb (numerów wersji) zawartych w nazwach plików"
-#: debian-unstable opensuse-tumbleweed fedora-40 fedora-rawhide mageia-cauldron
+#: fedora-40 fedora-rawhide mageia-cauldron
#, no-wrap
msgid "ncurses 6.4"
-msgstr ""
+msgstr "ncurses 6.4"
+
+#: debian-unstable opensuse-tumbleweed archlinux
+#, no-wrap
+msgid "ncurses 6.5"
+msgstr "ncurses 6.5"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed
@@ -8793,6 +9831,12 @@ msgid "new line"
msgstr "znak nowego wiersza (new line)"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "nl"
+msgstr "nl"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
#, no-wrap
msgid "none"
@@ -8853,6 +9897,18 @@ msgstr ""
msgid "perl v5.38.2"
msgstr ""
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "pf"
+msgstr "pf"
+
+#: mageia-cauldron archlinux debian-bookworm debian-unstable fedora-40
+#: fedora-rawhide opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "pipe"
+msgstr "pipe"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "pre-load specified modules MODULES"
@@ -8893,6 +9949,24 @@ msgstr ""
msgid "psmisc"
msgstr "psmisc"
+#: archlinux
+#, fuzzy
+#| msgid "pacutils"
+msgid "pspdfutils"
+msgstr "pacutils"
+
+#: archlinux
+#, fuzzy, no-wrap
+#| msgid "diffutils 3.6"
+msgid "pspdfutils 3.3.2"
+msgstr "diffutils 3.6"
+
+#: debian-bookworm debian-unstable archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bullseye
+msgid ""
+"python - an interpreted, interactive, object-oriented programming language"
+msgstr ""
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -8923,8 +9997,8 @@ msgstr ""
"pliki kwot dyskowych umieszczone w głównym katalogu systemu plików (wersja 2 "
"kwot, systemy plików inne niż XFS)"
-#: debian-bookworm opensuse-leap-15-6 archlinux debian-unstable fedora-40
-#: fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-bookworm archlinux debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "random"
msgstr "random"
@@ -9025,6 +10099,13 @@ msgid ""
" to names of group members */\n"
"};\n"
msgstr ""
+"struct group {\n"
+" char *gr_name; /* nazwa grupy */\n"
+" char *gr_passwd; /* hasło grupy */\n"
+" gid_t gr_gid; /* identyfikator grupy */\n"
+" char **gr_mem; /* zakończona NULL-em tablica wskaźników\n"
+" do nazw członków grupy */\n"
+"};\n"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
@@ -9037,13 +10118,13 @@ msgid "suppress most error messages"
msgstr "wyłącza wyświetlanie większości komunikatów o błędach"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
-#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
#, no-wrap
msgid "systemd 252"
msgstr "systemd 252"
-#: archlinux fedora-40 fedora-rawhide opensuse-tumbleweed debian-unstable
-#: debian-bookworm mageia-cauldron
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
+#: debian-unstable debian-bookworm
msgid "the exit status of COMMAND otherwise"
msgstr "w pozostałych przypadkach jest to kod zakończenia I<POLECENIA>"
@@ -9054,6 +10135,11 @@ msgid "time"
msgstr "time"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "traverse every symbolic link to a directory encountered"
+msgstr "podąża za każdym napotkanym dowiązaniem symbolicznym do katalogu"
+
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed opensuse-leap-15-6
#, no-wrap
msgid "unknown"
@@ -9079,7 +10165,7 @@ msgstr ""
msgid "use STRING as product version"
msgstr ""
-#: debian-bookworm opensuse-leap-15-6
+#: debian-bookworm
msgid ""
"use exclusive BSD lock. The mode is \"1\" or \"0\". See B<--lock> for more "
"details."
@@ -9101,6 +10187,11 @@ msgstr ""
msgid "use only IPv6"
msgstr ""
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "util-linux 2.37.4"
+msgstr "util-linux 2.37.4"
+
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -9124,8 +10215,8 @@ msgstr "w"
msgid "warn about improperly formatted checksum lines"
msgstr "ostrzega o niepoprawnie sformatowanych wierszach sum kontrolnych"
-#: mageia-cauldron debian-bookworm debian-unstable opensuse-leap-15-6
-#: opensuse-tumbleweed archlinux fedora-40 fedora-rawhide
+#: mageia-cauldron debian-bookworm opensuse-leap-15-6 archlinux debian-unstable
+#: fedora-40 fedora-rawhide opensuse-tumbleweed
#, no-wrap
msgid "where:"
msgstr "gdzie:"