55#
66# Translators:
77# m_aciek <maciej.olko@gmail.com>, 2020
8+ # Bartosz Chmiel <chmielbartosz@gmail.com>, 2020
9+ # Igor Zubrycki <igorzubrycki@gmail.com>, 2020
810#
911#, fuzzy
1012msgid ""
@@ -13,7 +15,7 @@ msgstr ""
1315"Report-Msgid-Bugs-To : \n "
1416"POT-Creation-Date : 2020-08-23 03:56+0000\n "
1517"PO-Revision-Date : 2017-02-16 23:40+0000\n "
16- "Last-Translator : m_aciek <maciej.olko @gmail.com>, 2020\n "
18+ "Last-Translator : Igor Zubrycki <igorzubrycki @gmail.com>, 2020\n "
1719"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
1820"MIME-Version : 1.0\n "
1921"Content-Type : text/plain; charset=UTF-8\n "
@@ -526,15 +528,18 @@ msgid "It could be called like this::"
526528msgstr "Można ją wywołać w ten sposób::"
527529
528530msgid "and of course it would print:"
529- msgstr ""
531+ msgstr "i oczywiście wyświetli się nam: "
530532
531533msgid ""
532534"Note that the order in which the keyword arguments are printed is guaranteed "
533535"to match the order in which they were provided in the function call."
534536msgstr ""
537+ "Zwróć uwagę, że kolejność w jakim argumenty kluczowe są wyświetlane "
538+ "dokładnie odpowiada kolejności w jakim zostały one podane w wywołaniu "
539+ "funkcji."
535540
536541msgid "Special parameters"
537- msgstr ""
542+ msgstr "Parametry specjalne "
538543
539544msgid ""
540545"By default, arguments may be passed to a Python function either by position "
@@ -545,7 +550,7 @@ msgid ""
545550msgstr ""
546551
547552msgid "A function definition may look like:"
548- msgstr ""
553+ msgstr "Definicja funkcji może wyglądać w ten sposób: "
549554
550555msgid ""
551556"where ``/`` and ``*`` are optional. If used, these symbols indicate the kind "
@@ -590,7 +595,7 @@ msgid ""
590595msgstr ""
591596
592597msgid "Function Examples"
593- msgstr ""
598+ msgstr "Przykłady Funkcji "
594599
595600msgid ""
596601"Consider the following example function definitions paying close attention "
0 commit comments