55#
66# Translators:
77# Seweryn Piórkowski <seweryn.piorkowski@gmail.com>, 2020
8- # m_aciek <maciej.olko@gmail.com>, 2020
8+ # m_aciek <maciej.olko@gmail.com>, 2022
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:42+0000\n "
17- "Last-Translator : m_aciek <maciej.olko@gmail.com>, 2020 \n "
17+ "Last-Translator : m_aciek <maciej.olko@gmail.com>, 2022 \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 "
@@ -25,13 +25,13 @@ msgstr ""
2525"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n "
2626
2727msgid "What's New in Python 2.0"
28- msgstr ""
28+ msgstr "Co nowego w Python 2.0 "
2929
3030msgid "Author"
3131msgstr "Autor"
3232
3333msgid "A.M. Kuchling and Moshe Zadka"
34- msgstr ""
34+ msgstr "A.M. Kuchling i Moshe Zadka "
3535
3636msgid "Introduction"
3737msgstr "Wprowadzenie"
@@ -55,7 +55,7 @@ msgid ""
5555msgstr ""
5656
5757msgid "What About Python 1.6?"
58- msgstr ""
58+ msgstr "Co z Pythonem 1.6? "
5959
6060msgid ""
6161"Python 1.6 can be thought of as the Contractual Obligations Python release. "
@@ -80,7 +80,7 @@ msgid ""
8080msgstr ""
8181
8282msgid "New Development Process"
83- msgstr ""
83+ msgstr "Nowy proces rozwoju "
8484
8585msgid ""
8686"The most important change in Python 2.0 may not be to the code at all, but "
@@ -303,7 +303,7 @@ msgid ""
303303msgstr ""
304304
305305msgid "The following code would then read UTF-8 input from the file::"
306- msgstr ""
306+ msgstr "Poniższy kod odczytałby wtedy wejście UTF-8 z pliku:: "
307307
308308msgid ""
309309"Unicode-aware regular expressions are available through the :mod:`re` "
@@ -349,7 +349,7 @@ msgid ""
349349msgstr ""
350350
351351msgid "List comprehensions have the form::"
352- msgstr ""
352+ msgstr "Listy składane mają postać:: "
353353
354354msgid ""
355355"The :keyword:`!for`...\\ :keyword:`!in` clauses contain the sequences to be "
@@ -422,7 +422,7 @@ msgid ""
422422msgstr ""
423423
424424msgid "String Methods"
425- msgstr ""
425+ msgstr "Metody ciągów "
426426
427427msgid ""
428428"Until now string-manipulation functionality was in the :mod:`string` module, "
@@ -542,7 +542,7 @@ msgid ""
542542msgstr ""
543543
544544msgid "Other Core Changes"
545- msgstr ""
545+ msgstr "Inne podstawowe zmiany "
546546
547547msgid ""
548548"Various minor changes have been made to Python's syntax and built-in "
@@ -551,7 +551,7 @@ msgid ""
551551msgstr ""
552552
553553msgid "Minor Language Changes"
554- msgstr ""
554+ msgstr "Drobne zmiany językowe "
555555
556556msgid ""
557557"A new syntax makes it more convenient to call a given function with a tuple "
@@ -654,7 +654,7 @@ msgid ""
654654msgstr ""
655655
656656msgid "Changes to Built-in Functions"
657- msgstr ""
657+ msgstr "Zmiany w funkcjach wbudowanych "
658658
659659msgid ""
660660"A new built-in, ``zip(seq1, seq2, ...)``, has been added. :func:`zip` "
@@ -704,7 +704,7 @@ msgid ""
704704msgstr ""
705705
706706msgid "Porting to 2.0"
707- msgstr ""
707+ msgstr "Przenoszenie do 2.0 "
708708
709709msgid ""
710710"New Python releases try hard to be compatible with previous releases, and "
@@ -812,7 +812,7 @@ msgid ""
812812msgstr ""
813813
814814msgid "Extending/Embedding Changes"
815- msgstr ""
815+ msgstr "Zmiany rozszerzające/osadzające "
816816
817817msgid ""
818818"Some of the changes are under the covers, and will only be apparent to "
@@ -902,7 +902,7 @@ msgid ""
902902msgstr ""
903903
904904msgid "Distutils: Making Modules Easy to Install"
905- msgstr ""
905+ msgstr "Distutils: Łatwe do zainstalowania moduły "
906906
907907msgid ""
908908"Before Python 2.0, installing modules was a tedious affair -- there was no "
@@ -963,7 +963,7 @@ msgid ""
963963msgstr ""
964964
965965msgid "XML Modules"
966- msgstr ""
966+ msgstr "Moduły XML "
967967
968968msgid ""
969969"Python 1.5.2 included a simple XML parser in the form of the :mod:`xmllib` "
@@ -980,7 +980,7 @@ msgid ""
980980msgstr ""
981981
982982msgid "SAX2 Support"
983- msgstr ""
983+ msgstr "Obsługa SAX2 "
984984
985985msgid ""
986986"SAX defines an event-driven interface for parsing XML. To use SAX, you must "
@@ -1053,7 +1053,7 @@ msgid ""
10531053msgstr ""
10541054
10551055msgid "For the *Hamlet* XML file, the above few lines output::"
1056- msgstr ""
1056+ msgstr "Dla pliku *Hamlet* XML, powyższe kilka wierszy daje wynik:: "
10571057
10581058msgid ""
10591059"The root element of the document is available as ``doc.documentElement``, "
@@ -1067,7 +1067,7 @@ msgid ""
10671067msgstr ""
10681068
10691069msgid "Relationship to PyXML"
1070- msgstr ""
1070+ msgstr "Związek z PyXML "
10711071
10721072msgid ""
10731073"The XML Special Interest Group has been working on XML-related Python code "
@@ -1099,7 +1099,7 @@ msgid "The :mod:`sgmlop` parser accelerator module, written by Fredrik Lundh."
10991099msgstr ""
11001100
11011101msgid "Module changes"
1102- msgstr ""
1102+ msgstr "Zmiany modułów "
11031103
11041104msgid ""
11051105"Lots of improvements and bugfixes were made to Python's extensive standard "
@@ -1154,7 +1154,7 @@ msgid ""
11541154msgstr ""
11551155
11561156msgid "New modules"
1157- msgstr ""
1157+ msgstr "Nowe moduły "
11581158
11591159msgid ""
11601160"A number of new modules were added. We'll simply list them with brief "
@@ -1260,7 +1260,7 @@ msgid ""
12601260msgstr ""
12611261
12621262msgid "IDLE Improvements"
1263- msgstr ""
1263+ msgstr "Ulepszenia IDLE "
12641264
12651265msgid ""
12661266"IDLE is the official Python cross-platform IDE, written using Tkinter. "
@@ -1294,10 +1294,10 @@ msgid ""
12941294msgstr ""
12951295
12961296msgid "Call tips were added in many places."
1297- msgstr ""
1297+ msgstr "W wielu miejscach dodano wskazówki dotyczące połączeń. "
12981298
12991299msgid "IDLE can now be installed as a package."
1300- msgstr ""
1300+ msgstr "IDLE można teraz zainstalować jako pakiet. "
13011301
13021302msgid "In the editor window, there is now a line/column bar at the bottom."
13031303msgstr ""
@@ -1308,7 +1308,7 @@ msgid ""
13081308msgstr ""
13091309
13101310msgid "Deleted and Deprecated Modules"
1311- msgstr ""
1311+ msgstr "Usunięte i przestarzałe moduły "
13121312
13131313msgid ""
13141314"A few modules have been dropped because they're obsolete, or because there "
0 commit comments