From 36e914638f342e7b55fb392f019ba21c2601ace3 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Thu, 9 Feb 2023 12:26:02 +0100 Subject: [PATCH] =?UTF-8?q?FIX:=20'disponnible...'=20n'=C3=A9tait=20plus?= =?UTF-8?q?=20dans=20le=20msgid.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/os.po | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/library/os.po b/library/os.po index 1648c0fb..b31ca706 100644 --- a/library/os.po +++ b/library/os.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-01-15 22:33+0100\n" -"PO-Revision-Date: 2022-11-21 22:04+0100\n" +"PO-Revision-Date: 2023-02-09 12:25+0100\n" "Last-Translator: Mathieu Dupuy \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -5860,9 +5860,7 @@ msgstr "" #: library/os.rst:4119 msgid "See :func:`posix_spawn` documentation." -msgstr "" -" Consultez la documentation de :func:" -"`posix_spawn`." +msgstr " Consultez la documentation de :func:`posix_spawn`." #: library/os.rst:4125 msgid "" @@ -6055,11 +6053,10 @@ msgid "" "thread-safe on Windows; we advise you to use the :mod:`subprocess` module " "instead." msgstr "" -"Disponible pour Unix, Windows. :func:`spawnlp`, :func:" -"`spawnlpe`, :func:`spawnvp`, et :func:`spawnvpe` ne sont pas disponibles sur " -"Windows. :func:`spawnle` et :func:`spawnve` ne sont pas sécurisés pour les " -"appels concurrents (*thread-safe*) sur Windows, il est conseillé d'utiliser " -"le module :mod:`subprocess` à la place." +":func:`spawnlp`, :func:`spawnlpe`, :func:`spawnvp`, et :func:`spawnvpe` ne " +"sont pas disponibles sur Windows. :func:`spawnle` et :func:`spawnve` ne sont " +"pas sécurisés pour les appels concurrents (*thread-safe*) sur Windows, il " +"est conseillé d'utiliser le module :mod:`subprocess` à la place." #: library/os.rst:4233 msgid ""