44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # m_aciek <maciej.olko@gmail.com>, 2019
87# Stefan Ocetkiewicz <stefan.ocetkiewicz@gmail.com>, 2020
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:39+0000\n "
17- "Last-Translator : Stefan Ocetkiewicz <stefan.ocetkiewicz @gmail.com>, 2020 \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 "
@@ -62,6 +62,11 @@ msgid ""
6262"the :exc:`KeyboardInterrupt` exception, which may be handled by a :keyword:"
6363"`try` statement."
6464msgstr ""
65+ "Wpisanie znaku przerwania (zazwyczaj :kbd:`Control-C` lub :kbd:`Delete`) w "
66+ "pierwszorzędny lub drugorzędny prompt anuluje tryb wpisywania i wraca do "
67+ "pierwszorzędnego prompta. [#]_ Wpisanie znaku przerwania podczas wykonywania "
68+ "komendy wywołuje wyjątek :exc:`KeyboardInterrupt`, który może być obsłużony "
69+ "instrukcją :keyword:`try`."
6570
6671msgid "Executable Python Scripts"
6772msgstr "Wykonywalne skrypty Pythona"
@@ -70,6 +75,8 @@ msgid ""
7075"On BSD'ish Unix systems, Python scripts can be made directly executable, "
7176"like shell scripts, by putting the line ::"
7277msgstr ""
78+ "W systemach uniksowych podobnych do BSD, skrypty Pythona można uczynić "
79+ "bezpośrednio wykonywalnymi, jak skrypty shell, przez dodanie linii ::"
7380
7481msgid ""
7582"(assuming that the interpreter is on the user's :envvar:`PATH`) at the "
@@ -84,6 +91,8 @@ msgid ""
8491"The script can be given an executable mode, or permission, using the :"
8592"program:`chmod` command."
8693msgstr ""
94+ "Skryptowi można nadać tryb wykonywalny, lub permission, przy użyciu komendy :"
95+ "program:`chmod`."
8796
8897msgid ""
8998"On Windows systems, there is no notion of an \" executable mode\" . The "
0 commit comments