From 4c370b6844416b87c67fd3d4c1729e2971ebc571 Mon Sep 17 00:00:00 2001 From: edith <37245459+eviau@users.noreply.github.com> Date: Tue, 15 Nov 2022 02:50:31 -0500 Subject: [PATCH] =?UTF-8?q?Compl=C3=A9tion=20de=20library/cmd.po=20(#1918)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/cmd.po | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/library/cmd.po b/library/cmd.po index 51207bdb..9114f980 100644 --- a/library/cmd.po +++ b/library/cmd.po @@ -6,14 +6,14 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-03-23 18:39+0100\n" -"PO-Revision-Date: 2018-07-29 23:43+0200\n" -"Last-Translator: Luka Peschke \n" +"PO-Revision-Date: 2022-11-04 21:20-0400\n" +"Last-Translator: Edith Viau \n" "Language-Team: FRENCH \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.0.3\n" +"X-Generator: Poedit 3.0.1\n" #: library/cmd.rst:2 msgid ":mod:`cmd` --- Support for line-oriented command interpreters" @@ -248,6 +248,10 @@ msgid "" "column is only as wide as necessary. Columns are separated by two spaces for " "readability." msgstr "" +"Méthode appelée pour afficher une liste de chaînes de caractères sous la " +"forme d'un ensemble compact de colonnes. Chaque colonne est de largeur " +"minimale. Les colonnes sont séparées par deux espaces pour faciliter la " +"lecture." #: library/cmd.rst:133 msgid ""