From 9da5a8db7bc838485cbb433695dfb3702b244fba Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sat, 25 Sep 2021 15:56:13 +0200 Subject: [PATCH] Fuzzies in tutorial/interpreter.po (#1698) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automerge of PR #1698 by @JulienPalard (je fais une PR par fichier pour qu'ils soit marqués comme reservés dans potodo) --- tutorial/interpreter.po | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/tutorial/interpreter.po b/tutorial/interpreter.po index 7fbee859..2875f47e 100644 --- a/tutorial/interpreter.po +++ b/tutorial/interpreter.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-09-23 16:16+0200\n" -"PO-Revision-Date: 2020-08-27 11:32+0200\n" +"PO-Revision-Date: 2021-09-25 11:35+0200\n" "Last-Translator: Jules Lasne \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -24,7 +24,6 @@ msgid "Invoking the Interpreter" msgstr "Lancement de l'interpréteur" #: tutorial/interpreter.rst:13 -#, fuzzy msgid "" "The Python interpreter is usually installed as :file:`/usr/local/bin/" "python3.10` on those machines where it is available; putting :file:`/usr/" @@ -32,9 +31,9 @@ msgid "" "typing the command:" msgstr "" "En général, vous trouvez l'interpréteur Python sous :file:`/usr/local/bin/" -"python3.9` sur les machines où il est disponible ; ajoutez :file:`/usr/local/" -"bin` au chemin de recherche de votre shell Unix afin de pouvoir le lancer en " -"tapant la commande :" +"python3.10` sur les machines où il est disponible ; ajoutez :file:`/usr/" +"local/bin` au chemin de recherche de votre shell Unix afin de pouvoir le " +"lancer en tapant la commande :" #: tutorial/interpreter.rst:21 msgid "" @@ -49,7 +48,6 @@ msgstr "" "file:`/usr/local/python` est un endroit courant)." #: tutorial/interpreter.rst:26 -#, fuzzy msgid "" "On Windows machines where you have installed Python from the :ref:`Microsoft " "Store `, the :file:`python3.10` command will be available. If " @@ -58,10 +56,10 @@ msgid "" "Python." msgstr "" "Sur les machines Windows sur lesquelles vous avez installé Python à partir " -"du :ref:`Microsoft Store `, la commande :file:`python3.9` est " -"disponible. Si le :ref:`lanceur py.exe ` est installé, vous pouvez " -"utiliser la commande :file:`py`. Voir :ref:`setting-envvars` pour d'autres " -"façons de lancer Python." +"du :ref:`Microsoft Store `, la commande :file:`python3.10` " +"est disponible. Si le :ref:`lanceur py.exe ` est installé, vous " +"pouvez utiliser la commande :file:`py`. Voir :ref:`setting-envvars` pour " +"d'autres façons de lancer Python." #: tutorial/interpreter.rst:31 msgid ""