4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # m_aciek <[email protected] >, 2021
8
7
# Ciarbin Ciarbin <[email protected] >, 2021
8
+ # m_aciek <[email protected] >, 2021
9
9
#
10
10
#, fuzzy
11
11
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
14
14
"Report-Msgid-Bugs-To : \n "
15
15
"POT-Creation-Date : 2021-01-01 05:02+0000\n "
16
16
"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 "
18
18
"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
19
19
"MIME-Version : 1.0\n "
20
20
"Content-Type : text/plain; charset=UTF-8\n "
@@ -68,6 +68,12 @@ msgid ""
68
68
"to create a file called :file:`fibo.py` in the current directory with the "
69
69
"following contents::"
70
70
msgstr ""
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ą::"
71
77
72
78
msgid ""
73
79
"Now enter the Python interpreter and import this module with the following "
0 commit comments