Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dda92fa

Browse files
committed
Update translation from Transifex
1 parent d45b71c commit dda92fa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

faq/windows.po

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ msgid ""
190190
"Embedding the Python interpreter in a Windows app can be summarized as "
191191
"follows:"
192192
msgstr ""
193+
"Wbudowany interpreter w windowsowej aplikacji może być podsumowany "
194+
"następująco:"
193195

194196
msgid ""
195197
"Do _not_ build Python into your .exe file directly. On Windows, Python must "
@@ -243,11 +245,16 @@ msgid ""
243245
"calling the initialization function is equivalent to importing the module "
244246
"into Python! (This is the second key undocumented fact.)"
245247
msgstr ""
248+
"Spowodowane jest to faktem, że możesz linkować kod w kroku 2 do twojego "
249+
"pliku .exe. Jest to nazywane funkcją inicjalizacji i jest to ekwiwalent "
250+
"importu modułu Pythona."
246251

247252
msgid ""
248253
"In short, you can use the following code to initialize the Python "
249254
"interpreter with your extension module."
250255
msgstr ""
256+
"W skrócie możesz użyć poniższego kodu do uruchomienia interpretera Python w "
257+
"twoim rozszerzonym module."
251258

252259
msgid ""
253260
"There are two problems with Python's C API which will become apparent if you "
@@ -265,6 +272,8 @@ msgid ""
265272
"Problem 2: SWIG generates the following code when generating wrappers to "
266273
"void functions:"
267274
msgstr ""
275+
"Problem nr. 2: SWIG generuje następujący kod kiedy generujesz wrapper do "
276+
"funkcji void."
268277

269278
msgid ""
270279
"Alas, Py_None is a macro that expands to a reference to a complex data "

0 commit comments

Comments
 (0)