44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # m_aciek <maciej.olko@gmail.com>, 2021
87# Ciarbin Ciarbin <mrciarbin@gmail.com>, 2021
8+ # m_aciek <maciej.olko@gmail.com>, 2021
99#
1010#, fuzzy
1111msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414"Report-Msgid-Bugs-To : \n "
1515"POT-Creation-Date : 2021-01-01 05:02+0000\n "
1616"PO-Revision-Date : 2017-02-16 23:41+0000\n "
17- "Last-Translator : Ciarbin Ciarbin <mrciarbin @gmail.com>, 2021\n "
17+ "Last-Translator : m_aciek <maciej.olko @gmail.com>, 2021\n "
1818"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
1919"MIME-Version : 1.0\n "
2020"Content-Type : text/plain; charset=UTF-8\n "
@@ -68,6 +68,12 @@ msgid ""
6868"to create a file called :file:`fibo.py` in the current directory with the "
6969"following contents::"
7070msgstr ""
71+ "Moduł to plik zawierający definicje i instrukcje Pythona. Nazwą pliku jest "
72+ "nazwa modułu z dodanym sufiksem :file:`.py`. Wewnątrz modułu, jego nazwa "
73+ "(jako ciąg znaków) jest dostępna jako wartość zmiennej globalnej "
74+ "``__name__``. Na przykład użyj swojego ulubionego edytora tekstu, by "
75+ "stworzyć plik o nazwie :file:`fibo.py` w bieżącym katalogu, z następującą "
76+ "zawartością::"
7177
7278msgid ""
7379"Now enter the Python interpreter and import this module with the following "
0 commit comments