Skip to content

Commit 7fb3fc2

Browse files
deronnaxderonnaxJulienPalard
authored andcommitted
faq/windows.po: fuzzies + manquantes (#97)
les fuzzies défuzzées non-modifiéese étaient des corrections de balises déjà corrigées downstream par nous Co-authored-by: Mathieu Dupuy <deronnax@gmail.com> Co-authored-by: Julien Palard <julien@palard.fr> Reviewed-on: https://git.afpy.org/AFPy/python-docs-fr/pulls/97 Reviewed-by: jeanas <jean@abou-samra.fr> Co-authored-by: deronnax <deronnax@noreply.localhost> Co-committed-by: deronnax <deronnax@noreply.localhost>
1 parent b1cba7b commit 7fb3fc2

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

faq/windows.po

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2023-01-15 22:33+0100\n"
9-
"PO-Revision-Date: 2022-05-27 12:17+0200\n"
9+
"PO-Revision-Date: 2023-03-26 11:57+0200\n"
1010
"Last-Translator: Jean Abou Samra <jean@abou-samra.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 3.0.1\n"
16+
"X-Generator: Poedit 3.2.2\n"
1717

1818
#: faq/windows.rst:9
1919
msgid "Python on Windows FAQ"
@@ -289,7 +289,6 @@ msgstr ""
289289
"résumer comme suit :"
290290

291291
#: faq/windows.rst:170
292-
#, fuzzy
293292
msgid ""
294293
"Do **not** build Python into your .exe file directly. On Windows, Python "
295294
"must be a DLL to handle importing modules that are themselves DLL's. (This "
@@ -339,7 +338,6 @@ msgstr ""
339338
"appelle des routines dans l'API C de Python."
340339

341340
#: faq/windows.rst:191
342-
#, fuzzy
343341
msgid ""
344342
"If you use SWIG, it is easy to create a Python \"extension module\" that "
345343
"will make the app's data and methods available to Python. SWIG will handle "
@@ -397,18 +395,17 @@ msgstr ""
397395
"construire *pythonNN.dll*."
398396

399397
#: faq/windows.rst:221
400-
#, fuzzy
401398
msgid ""
402399
"Problem 1: The so-called \"Very High Level\" functions that take ``FILE *`` "
403400
"arguments will not work in a multi-compiler environment because each "
404401
"compiler's notion of a ``struct FILE`` will be different. From an "
405402
"implementation standpoint these are very low level functions."
406403
msgstr ""
407-
"Problème 1 : Les fonctions dites de \"Très Haut Niveau\" qui prennent les "
408-
"arguments FILE * ne fonctionneront pas dans un environnement multi-"
409-
"compilateur car chaque compilateur aura une notion différente de la "
410-
"structure de FILE. Du point de vue de l'implémentation, il s'agit de "
411-
"fonctions de très bas niveau."
404+
"Problème 1 : Les fonctions dites de « Très Haut Niveau » qui prennent les "
405+
"arguments ``FILE *`` ne fonctionneront pas dans un environnement multi-"
406+
"compilateur car chaque compilateur aura une notion différente de ``struct "
407+
"FILE``. Du point de vue de l'implémentation, il s'agit de fonctions de très "
408+
"bas niveau."
412409

413410
#: faq/windows.rst:226
414411
msgid ""
@@ -521,6 +518,8 @@ msgstr ""
521518
#: faq/windows.rst:281
522519
msgid "How do I solve the missing api-ms-win-crt-runtime-l1-1-0.dll error?"
523520
msgstr ""
521+
"Comment résoudre l'erreur « ``api-ms-win-crt-runtime-l1-1-0.dll`` "
522+
"manquante » ?"
524523

525524
#: faq/windows.rst:283
526525
msgid ""
@@ -530,6 +529,13 @@ msgid ""
530529
"issue, visit the `Microsoft support page <https://support.microsoft.com/en-"
531530
"us/help/3118401/>`_ for guidance on manually installing the C Runtime update."
532531
msgstr ""
532+
"Ce problème peut se produire avec Python 3.5 et les versions ultérieures "
533+
"lorsque vous utilisez Windows 8.1 ou une version antérieure sans que toutes "
534+
"les mises à jour aient été installées. Assurez-vous d'abord que votre "
535+
"système d'exploitation est pris en charge et qu'il est à jour, et si cela ne "
536+
"résout pas le problème, visitez la `page d’assistance de Microsoft <https://"
537+
"support.microsoft.com/en-us/help/3118401/>`_ pour obtenir des conseils sur "
538+
"l'installation manuelle de la mise à jour du *C Runtime*."
533539

534540
#~ msgid ""
535541
#~ "Borland note: convert :file:`python{NN}.lib` to OMF format using Coff2Omf."

0 commit comments

Comments
 (0)