1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2025 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # Transifex Bot <>, 2023
7
+ # Kamil Broniowski, 2025
8
8
#
9
9
#, fuzzy
10
10
msgid ""
11
11
msgstr ""
12
- "Project-Id-Version : Python 3.11 \n "
12
+ "Project-Id-Version : Python 3.12 \n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2023-05-19 14:13 +0000\n "
15
- "PO-Revision-Date : 2021-06-28 01:05 +0000\n "
16
- "Last-Translator : Transifex Bot <>, 2023 \n "
14
+ "POT-Creation-Date : 2025-01-24 14:52 +0000\n "
15
+ "PO-Revision-Date : 2024-05-11 00:33 +0000\n "
16
+ "Last-Translator : Kamil Broniowski, 2025 \n "
17
17
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
@@ -23,11 +23,11 @@ msgstr ""
23
23
"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
24
24
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n "
25
25
26
- msgid ":mod:`email` --- An email and MIME handling package"
27
- msgstr ""
26
+ msgid ":mod:`! email` --- An email and MIME handling package"
27
+ msgstr ":mod:`!email` --- pakiet obsługi e-mail oraz MIME "
28
28
29
29
msgid "**Source code:** :source:`Lib/email/__init__.py`"
30
- msgstr ""
30
+ msgstr "**kod źródłowy:**. :source:`Lib/email/__init__.py` "
31
31
32
32
msgid ""
33
33
"The :mod:`email` package is a library for managing email messages. It is "
@@ -177,9 +177,3 @@ msgid ""
177
177
"Tools for creating, reading, and managing collections of messages on disk "
178
178
"using a variety standard formats."
179
179
msgstr ""
180
-
181
- msgid "Module :mod:`smtpd`"
182
- msgstr ""
183
-
184
- msgid "SMTP server framework (primarily useful for testing)"
185
- msgstr ""
0 commit comments