5
5
#
6
6
# Translators:
7
7
# Stefan Ocetkiewicz <[email protected] >, 2020
8
+ # rmaster1211 <[email protected] >, 2021
8
9
#
9
10
#, fuzzy
10
11
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
13
14
"Report-Msgid-Bugs-To : \n "
14
15
"POT-Creation-Date : 2021-05-26 06:28+0000\n "
15
16
"PO-Revision-Date : 2017-02-16 17:43+0000\n "
16
- "Last-Translator : Stefan Ocetkiewicz <stefan.ocetkiewicz @gmail.com>, 2020 \n "
17
+ "Last-Translator : rmaster1211 <rs.szczerba @gmail.com>, 2021 \n "
17
18
"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
18
19
"MIME-Version : 1.0\n "
19
20
"Content-Type : text/plain; charset=UTF-8\n "
@@ -24,25 +25,28 @@ msgstr ""
24
25
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n "
25
26
26
27
msgid "Graphic User Interface FAQ"
27
- msgstr ""
28
+ msgstr "FAQ Graficzny Interfejs Użytkownika "
28
29
29
30
msgid "Contents"
30
31
msgstr "Zawartość"
31
32
32
33
msgid "General GUI Questions"
33
- msgstr ""
34
+ msgstr "Pytania ogólne o GUI "
34
35
35
36
msgid "What platform-independent GUI toolkits exist for Python?"
36
- msgstr ""
37
+ msgstr "Jakie niezależne od platformy narzędzia GUI istnieją dla Pythona? "
37
38
38
39
msgid ""
39
40
"Depending on what platform(s) you are aiming at, there are several. Some of "
40
41
"them haven't been ported to Python 3 yet. At least `Tkinter`_ and `Qt`_ are "
41
42
"known to be Python 3-compatible."
42
43
msgstr ""
44
+ "W zależności od platform docelowych istnieje ich kilka. Niektóre z nich nie "
45
+ "zostały jeszcze przeniesione na Python-3. Wiadomo, że `Tkinter`_ i `Qt`_ są "
46
+ "kompatybilne z Python-3."
43
47
44
48
msgid "Tkinter"
45
- msgstr ""
49
+ msgstr "Tkinter "
46
50
47
51
msgid ""
48
52
"Standard builds of Python include an object-oriented interface to the Tcl/Tk "
0 commit comments