summaryrefslogtreecommitdiffstats
path: root/po/pl/man3/encrypt.3.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/pl/man3/encrypt.3.po')
-rw-r--r--po/pl/man3/encrypt.3.po248
1 files changed, 164 insertions, 84 deletions
diff --git a/po/pl/man3/encrypt.3.po b/po/pl/man3/encrypt.3.po
index 8d0ed6cb..d7ddddb8 100644
--- a/po/pl/man3/encrypt.3.po
+++ b/po/pl/man3/encrypt.3.po
@@ -2,12 +2,13 @@
# This file is distributed under the same license as the manpages-l10n package.
# Copyright © of this file:
# Andrzej Krzysztofowicz <ankry@green.mf.pg.gda.pl>, 2001.
+# Michał Kułach <michal.kulach@gmail.com>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: manpages-l10n\n"
-"POT-Creation-Date: 2024-03-01 16:55+0100\n"
-"PO-Revision-Date: 2021-01-03 12:42+0100\n"
-"Last-Translator: Andrzej Krzysztofowicz <ankry@green.mf.pg.gda.pl>\n"
+"POT-Creation-Date: 2024-06-01 05:48+0200\n"
+"PO-Revision-Date: 2024-04-16 18:30+0200\n"
+"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
"Language-Team: Polish <manpages-pl-list@lists.sourceforge.net>\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
@@ -15,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 19.08.3\n"
+"X-Generator: Lokalize 22.12.3\n"
#. type: TH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -25,16 +26,16 @@ msgid "encrypt"
msgstr "encrypt"
#. type: TH
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable opensuse-tumbleweed
#, no-wrap
-msgid "2023-10-31"
-msgstr "31 października 2023 r."
+msgid "2024-05-02"
+msgstr "2 maja 2024 r."
#. type: TH
-#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#: archlinux debian-unstable
#, no-wrap
-msgid "Linux man-pages 6.06"
-msgstr "Linux man-pages 6.06"
+msgid "Linux man-pages 6.8"
+msgstr "Linux man-pages 6.8"
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -47,8 +48,7 @@ msgstr "NAZWA"
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "encrypt, setkey, encrypt_r, setkey_r - encrypt 64-bit messages"
-msgstr ""
-"encrypt, setkey, encrypt_r, setkey_r - szyfrowanie 64-bitowych komunikatów"
+msgstr "encrypt, setkey, encrypt_r, setkey_r - szyfruje komunikaty 64-bitowe"
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -60,10 +60,8 @@ msgstr "BIBLIOTEKA"
#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-tumbleweed
-#, fuzzy
-#| msgid "Standard C library (I<libc>, I<-lc>)"
msgid "Password hashing library (I<libcrypt>, I<-lcrypt>)"
-msgstr "Standardowa biblioteka C (I<libc>, I<-lc>)"
+msgstr "Biblioteka szyfrowania haseł (I<libc>, I<-lc>)"
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -86,10 +84,9 @@ msgstr ""
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, fuzzy, no-wrap
-#| msgid "B<void encrypt(char >I<block>B<[64], int >I<edflag>B<);>\n"
+#, no-wrap
msgid "B<[[deprecated]] void encrypt(char >I<block>B<[64], int >I<edflag>B<);>\n"
-msgstr "B<void encrypt(char >I<block>B<[64], int >I<edflag>B<);>\n"
+msgstr "B<[[przestarzałe]] void encrypt(char >I<block>B<[64], int >I<edflag>B<);>\n"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -105,10 +102,9 @@ msgstr ""
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, fuzzy, no-wrap
-#| msgid "B<void setkey(const char *>I<key>B<);>\n"
+#, no-wrap
msgid "B<[[deprecated]] void setkey(const char *>I<key>B<);>\n"
-msgstr "B<void setkey(const char *>I<key>B<);>\n"
+msgstr "B<[[przestarzałe]] void setkey(const char *>I<key>B<);>\n"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -124,17 +120,15 @@ msgstr ""
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, fuzzy, no-wrap
-#| msgid ""
-#| "B<void setkey_r(const char *>I<key>B<, struct crypt_data *>I<data>B<);>\n"
-#| "B<void encrypt_r(char *>I<block>B<, int >I<edflag>B<, struct crypt_data *>I<data>B<);>\n"
+#, no-wrap
msgid ""
"B<[[deprecated]] void setkey_r(const char *>I<key>B<, struct crypt_data *>I<data>B<);>\n"
"B<[[deprecated]] void encrypt_r(char *>I<block>B<, int >I<edflag>B<,>\n"
"B< struct crypt_data *>I<data>B<);>\n"
msgstr ""
-"B<void setkey_r(const char *>I<key>B<, struct crypt_data *>I<data>B<);>\n"
-"B<void encrypt_r(char *>I<block>B<, int >I<edflag>B<, struct crypt_data *>I<data>B<);>\n"
+"B<[[przestarzałe]] void setkey_r(const char *>I<key>B<, struct crypt_data *>I<data>B<);>\n"
+"B<[[przestarzałe]] void encrypt_r(char *>I<block>B<, int >I<edflag>B<,>\n"
+"B< struct crypt_data *>I<data>B<);>\n"
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -146,12 +140,6 @@ msgstr "OPIS"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, fuzzy
-#| msgid ""
-#| "These functions encrypt and decrypt 64 bit messages. The setkey() "
-#| "function sets the key used by encrypt(). The I<key> parameter used here "
-#| "is an array of bytes, having each byte the numerical value 1 or 0. The "
-#| "key[n] byte, where n=8*q-1, is ignored consisting the key used of 56 bits."
msgid ""
"These functions encrypt and decrypt 64-bit messages. The B<setkey>() "
"function sets the key used by B<encrypt>(). The I<key> argument used here "
@@ -159,10 +147,11 @@ msgid ""
"bytes key[n] where n=8*i-1 are ignored, so that the effective key length is "
"56 bits."
msgstr ""
-"Funkcje te szyfrują i rozszyfrowują 64-bitowe komunikaty. Funkcja setkey() "
-"ustawia klucz używany przez encrypt(). Używany tu parametr I<key> jest "
-"tablicą bajtów, z których każdy ma wartoć numeryczną 1 lub 0.Bajty key[n], "
-"gdzie n=8*q-1, są ignorowane tak, że używany klucz jest 56-bitowy."
+"Funkcje te szyfrują i rozszyfrowują 64-bitowe komunikaty. Funkcja "
+"B<setkey>() ustawia klucz używany przez B<encrypt>(). Używany tu argument "
+"I<key> jest tablicą 64 bajtów, z których każdy ma wartość numeryczną 1 lub "
+"0. Bajty key[n], gdzie n=8*i-1, są ignorowane tak, że efektywna długość "
+"klucza to 56 bitów."
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -173,6 +162,11 @@ msgid ""
"I<block> is a bit vector representation of the actual value that is "
"encoded. The result is returned in that same vector."
msgstr ""
+"Funkcja B<encrypt>() modyfikuje przekazany bufor, szyfrując go jeśli "
+"I<edflag> wynosi 0 i rozszyfrowując, jeśli wynosi 1. Podobnie jak przy "
+"argumencie I<key> również I<block> jest reprezentacją wektora bitów "
+"rzeczywistej wartości, która jest szyfrowana. Wynik jest zwracany w tym "
+"samym wektorze."
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -182,6 +176,10 @@ msgid ""
"static storage. The functions B<setkey_r>() and B<encrypt_r>() are the "
"reentrant versions. They use the following structure to hold the key data:"
msgstr ""
+"Te dwie funkcje nie są wielobieżne tj. dane klucza są przechowywane "
+"statycznie. Wariantami wielobieżnymi są funkcje B<setkey_r>() i "
+"B<encrypt_r>(). Używają one następującej struktury do przechowywania danych "
+"klucza:"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -219,6 +217,8 @@ msgstr ""
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Before calling B<setkey_r>() set I<data-E<gt>initialized> to zero."
msgstr ""
+"Przed wywołaniem B<setkey_r>() należy ustawić I<data-E<gt>initialized> na "
+"zero."
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -247,6 +247,8 @@ msgid ""
"Set I<errno> to zero before calling the above functions. On success, "
"I<errno> is unchanged."
msgstr ""
+"Należy ustawić I<errno> na zero przed wywołaniem powyższych funkcji. W razie "
+"powodzenia, I<errno> nie jest zmieniane."
#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -262,6 +264,8 @@ msgid ""
"The function is not provided. (For example because of former USA export "
"restrictions.)"
msgstr ""
+"Funkcja nie jest dostępna (np. ze względu na dawne ograniczenia eksportowe "
+"Stanów Zjednoczonych)."
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -367,18 +371,16 @@ msgstr "STANDARDY"
#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
-#, fuzzy, no-wrap
-#| msgid "B<encrypt>"
+#, no-wrap
msgid "B<encrypt>()"
-msgstr "B<encrypt>"
+msgstr "B<encrypt>()"
#. type: TQ
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
-#, fuzzy, no-wrap
-#| msgid "B<setsid>(2)"
+#, no-wrap
msgid "B<setkey>()"
-msgstr "B<setsid>(2)"
+msgstr "B<setkey>()"
#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
@@ -389,24 +391,22 @@ msgstr "POSIX.1-2008."
#. type: TP
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
-#, fuzzy, no-wrap
-#| msgid "B<encrypt>"
+#, no-wrap
msgid "B<encrypt_r>()"
-msgstr "B<encrypt>"
+msgstr "B<encrypt_r>()"
#. type: TQ
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
-#, fuzzy, no-wrap
-#| msgid "B<setsid>(2)"
+#, no-wrap
msgid "B<setkey_r>()"
-msgstr "B<setsid>(2)"
+msgstr "B<setkey_r>()"
#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "None."
-msgstr ""
+msgstr "Brak."
#. type: SH
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
@@ -418,10 +418,8 @@ msgstr "HISTORIA"
#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
-#, fuzzy
-#| msgid "Since glibc 2.2.2:"
msgid "Removed in glibc 2.28."
-msgstr "Od glibc 2.2.2:"
+msgstr "Usunięte w glibc 2.28."
#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
@@ -431,21 +429,23 @@ msgid ""
"secure, these functions were removed from glibc. Applications should switch "
"to a modern cryptography library, such as B<libgcrypt>."
msgstr ""
+"Ze względu na korzystanie z szyfru blokowego DES, który nie jest już uważany "
+"za bezpieczny, funkcje te usunięto z glibc. Aplikacje powinny obecnie "
+"korzystać ze współczesnej biblioteki kryptograficznej, takiej jak "
+"B<libgcrypt>."
#. type: Plain text
#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6 opensuse-tumbleweed
-#, fuzzy
-#| msgid "POSIX.1-2001, SVr4."
msgid "POSIX.1-2001, SUS, SVr4."
-msgstr "POSIX.1-2001, SVr4."
+msgstr "POSIX.1-2001, SUS, SVr4."
#. type: SS
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Availability in glibc"
-msgstr ""
+msgstr "Dostępność w glibc"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -458,13 +458,13 @@ msgstr "Zobacz B<crypt>(3)."
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "Features in glibc"
-msgstr ""
+msgstr "Funkcjonalność w glibc"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "In glibc 2.2, these functions use the DES algorithm."
-msgstr ""
+msgstr "W glibc 2.2, funkcje te korzystają z algorytmu DES."
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
@@ -524,6 +524,51 @@ msgid ""
" exit(EXIT_SUCCESS);\n"
"}\n"
msgstr ""
+"#define _XOPEN_SOURCE\n"
+"#include E<lt>crypt.hE<gt>\n"
+"#include E<lt>stdio.hE<gt>\n"
+"#include E<lt>stdlib.hE<gt>\n"
+"#include E<lt>unistd.hE<gt>\n"
+"\\&\n"
+"int\n"
+"main(void)\n"
+"{\n"
+" char key[64];\n"
+" char orig[9] = \"eggplant\";\n"
+" char buf[64];\n"
+" char txt[9];\n"
+"\\&\n"
+" for (size_t i = 0; i E<lt> 64; i++) {\n"
+" key[i] = rand() & 1;\n"
+" }\n"
+"\\&\n"
+" for (size_t i = 0; i E<lt> 8; i++) {\n"
+" for (size_t j = 0; j E<lt> 8; j++) {\n"
+" buf[i * 8 + j] = orig[i] E<gt>E<gt> j & 1;\n"
+" }\n"
+" setkey(key);\n"
+" }\n"
+" printf(\"Przed szyfrowaniem: %s\\en\", orig);\n"
+"\\&\n"
+" encrypt(buf, 0);\n"
+" for (size_t i = 0; i E<lt> 8; i++) {\n"
+" for (size_t j = 0, txt[i] = \\[aq]\\e0\\[aq]; j E<lt> 8; j++) {\n"
+" txt[i] |= buf[i * 8 + j] E<lt>E<lt> j;\n"
+" }\n"
+" txt[8] = \\[aq]\\e0\\[aq];\n"
+" }\n"
+" printf(\"Po szyfrowaniu: %s\\en\", txt);\n"
+"\\&\n"
+" encrypt(buf, 1);\n"
+" for (size_t i = 0; i E<lt> 8; i++) {\n"
+" for (size_t j = 0, txt[i] = \\[aq]\\e0\\[aq]; j E<lt> 8; j++) {\n"
+" txt[i] |= buf[i * 8 + j] E<lt>E<lt> j;\n"
+" }\n"
+" txt[8] = \\[aq]\\e0\\[aq];\n"
+" }\n"
+" printf(\"Po odszyfrowaniu: %s\\en\", txt);\n"
+" exit(EXIT_SUCCESS);\n"
+"}\n"
#. SRC END
#. type: SH
@@ -536,10 +581,8 @@ msgstr "ZOBACZ TAKŻE"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
-#, fuzzy
-#| msgid "B<cbc_crypt>(3), B<crypt>(3), B<ecb_crypt>(3),"
msgid "B<cbc_crypt>(3), B<crypt>(3), B<ecb_crypt>(3)"
-msgstr "B<cbc_crypt>(3), B<crypt>(3), B<ecb_crypt>(3),"
+msgstr "B<cbc_crypt>(3), B<crypt>(3), B<ecb_crypt>(3)"
#. type: TH
#: debian-bookworm
@@ -556,7 +599,7 @@ msgstr "Linux man-pages 6.03"
#. type: Plain text
#: debian-bookworm opensuse-leap-15-6
msgid "Encryption and decryption library (I<libcrypto>, I<-lcrypto>)"
-msgstr ""
+msgstr "Biblioteka szyfrowania i odszyfrowywania (I<libcrypto>, I<-lcrypto>)"
#. type: SH
#: debian-bookworm
@@ -572,6 +615,10 @@ msgid ""
"removed in glibc 2.28. Applications should switch to a modern cryptography "
"library, such as B<libgcrypt>."
msgstr ""
+"Ze względu na korzystanie z szyfru blokowego DES, który nie jest już uważany "
+"za bezpieczny, funkcje B<encrypt>(), B<encrypt_r>(), B<setkey>() i "
+"B<setkey_r>() usunięto w glibc 2.28. Aplikacje powinny obecnie korzystać ze "
+"współczesnej biblioteki kryptograficznej, takiej jak B<libgcrypt>."
#. type: Plain text
#: debian-bookworm
@@ -581,7 +628,7 @@ msgstr "B<encrypt>(), B<setkey>(): POSIX.1-2001, POSIX.1-2008, SUS, SVr4."
#. type: Plain text
#: debian-bookworm
msgid "The functions B<encrypt_r>() and B<setkey_r>() are GNU extensions."
-msgstr ""
+msgstr "Funkcje B<encrypt_r>() i B<setkey_r>() są rozszerzeniami GNU."
#. type: SH
#: debian-bookworm
@@ -591,13 +638,7 @@ msgstr "UWAGI"
#. type: Plain text
#: debian-bookworm opensuse-leap-15-6
-#, fuzzy, no-wrap
-#| msgid ""
-#| "#define _XOPEN_SOURCE\n"
-#| "#include E<lt>stdio.hE<gt>\n"
-#| "#include E<lt>stdlib.hE<gt>\n"
-#| "#include E<lt>unistd.hE<gt>\n"
-#| "#include E<lt>crypt.hE<gt>\n"
+#, no-wrap
msgid ""
"#define _XOPEN_SOURCE\n"
"#include E<lt>crypt.hE<gt>\n"
@@ -606,10 +647,10 @@ msgid ""
"#include E<lt>unistd.hE<gt>\n"
msgstr ""
"#define _XOPEN_SOURCE\n"
+"#include E<lt>crypt.hE<gt>\n"
"#include E<lt>stdio.hE<gt>\n"
"#include E<lt>stdlib.hE<gt>\n"
"#include E<lt>unistd.hE<gt>\n"
-"#include E<lt>crypt.hE<gt>\n"
#. type: Plain text
#: debian-bookworm opensuse-leap-15-6
@@ -633,17 +674,13 @@ msgstr ""
#. type: Plain text
#: debian-bookworm opensuse-leap-15-6
-#, fuzzy, no-wrap
-#| msgid ""
-#| " for (int i = 0; i E<lt> 64; i++) {\n"
-#| " key[i] = rand() & 1;\n"
-#| " }\n"
+#, no-wrap
msgid ""
" for (size_t i = 0; i E<lt> 64; i++) {\n"
" key[i] = rand() & 1;\n"
" }\n"
msgstr ""
-" for (int i = 0; i E<lt> 64; i++) {\n"
+" for (size_t i = 0; i E<lt> 64; i++) {\n"
" key[i] = rand() & 1;\n"
" }\n"
@@ -659,6 +696,13 @@ msgid ""
" }\n"
" printf(\"Before encrypting: %s\\en\", orig);\n"
msgstr ""
+" for (size_t i = 0; i E<lt> 8; i++) {\n"
+" for (size_t j = 0; j E<lt> 8; j++) {\n"
+" buf[i * 8 + j] = orig[i] E<gt>E<gt> j & 1;\n"
+" }\n"
+" setkey(key);\n"
+" }\n"
+" printf(\"Przed szyfrowaniem: %s\\en\", orig);\n"
#. type: Plain text
#: debian-bookworm opensuse-leap-15-6
@@ -673,6 +717,14 @@ msgid ""
" }\n"
" printf(\"After encrypting: %s\\en\", txt);\n"
msgstr ""
+" encrypt(buf, 0);\n"
+" for (size_t i = 0; i E<lt> 8; i++) {\n"
+" for (size_t j = 0, txt[i] = \\[aq]\\e0\\[aq]; j E<lt> 8; j++) {\n"
+" txt[i] |= buf[i * 8 + j] E<lt>E<lt> j;\n"
+" }\n"
+" txt[8] = \\[aq]\\e0\\[aq];\n"
+" }\n"
+" printf(\"Po szyfrowaniu: %s\\en\", txt);\n"
#. type: Plain text
#: debian-bookworm opensuse-leap-15-6
@@ -689,18 +741,40 @@ msgid ""
" exit(EXIT_SUCCESS);\n"
"}\n"
msgstr ""
+" encrypt(buf, 1);\n"
+" for (size_t i = 0; i E<lt> 8; i++) {\n"
+" for (size_t j = 0, txt[i] = \\[aq]\\e0\\[aq]; j E<lt> 8; j++) {\n"
+" txt[i] |= buf[i * 8 + j] E<lt>E<lt> j;\n"
+" }\n"
+" txt[8] = \\[aq]\\e0\\[aq];\n"
+" }\n"
+" printf(\"Po odszyfrowaniu: %s\\en\", txt);\n"
+" exit(EXIT_SUCCESS);\n"
+"}\n"
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: fedora-40 mageia-cauldron
#, no-wrap
-msgid "2023-07-20"
-msgstr "20 lipca 2023 r."
+msgid "2023-10-31"
+msgstr "31 października 2023 r."
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: fedora-40 mageia-cauldron
#, no-wrap
-msgid "Linux man-pages 6.05.01"
-msgstr "Linux man-pages 6.05.01"
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: TH
+#: fedora-rawhide
+#, no-wrap
+msgid "2024-02-26"
+msgstr "26 lutego 2024 r."
+
+#. type: TH
+#: fedora-rawhide
+#, no-wrap
+msgid "Linux man-pages 6.7"
+msgstr "Linux man-pages 6.7"
#. type: TH
#: opensuse-leap-15-6
@@ -713,3 +787,9 @@ msgstr "30 marca 2023 r."
#, no-wrap
msgid "Linux man-pages 6.04"
msgstr "Linux man-pages 6.04"
+
+#. type: TH
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages (unreleased)"
+msgstr "Linux man-pages (niewydane)"