Skip to content

Commit debf53f

Browse files
committed
Update translation from Transifex
1 parent 228517c commit debf53f

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
@@ -189,6 +189,8 @@ msgid ""
189189
"Embedding the Python interpreter in a Windows app can be summarized as "
190190
"follows:"
191191
msgstr ""
192+
"Wbudowany interpreter w windowsowej aplikacji może być podsumowany "
193+
"następująco:"
192194

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

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

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

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

0 commit comments

Comments
 (0)