From 5108d18c0dfd8d9be9648c89aa410ea33bbe56a1 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Mon, 16 Sep 2019 11:02:41 +0200 Subject: [PATCH] Orthographe. --- dict | 1 + faq/programming.po | 4 ++-- howto/descriptor.po | 4 ++-- library/2to3.po | 6 +++--- library/tkinter.po | 4 ++-- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/dict b/dict index c7654119..740351a1 100644 --- a/dict +++ b/dict @@ -126,6 +126,7 @@ Serwy shell slot surprenamment +tk tokenisation tokenisé tokenisés diff --git a/faq/programming.po b/faq/programming.po index d59ee75b..78fb6127 100644 --- a/faq/programming.po +++ b/faq/programming.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-09-04 11:33+0200\n" -"PO-Revision-Date: 2019-05-23 19:19+0200\n" +"PO-Revision-Date: 2019-09-16 10:52+0200\n" "Last-Translator: Antoine Wecxsteen\n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -80,7 +80,7 @@ msgstr "" "embarque un débogueur graphique basé sur pdb. Le débogueur PythonWin colore " "les points d'arrêts et possède quelques fonctionnalités sympathiques, comme " "la possibilité de déboguer des programmes développés sans PythonWin. " -"Pythonwin est disponible dans le projet `Extensions Python pour Windows " +"PythonWin est disponible dans le projet `Extensions Python pour Windows " "`__ et fait partie de la " "distribution ActivePython (voir https://www.activestate.com/activepython\\ )." diff --git a/howto/descriptor.po b/howto/descriptor.po index 52d74120..93ef322d 100644 --- a/howto/descriptor.po +++ b/howto/descriptor.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-09-04 11:33+0200\n" -"PO-Revision-Date: 2019-06-20 19:13+0200\n" +"PO-Revision-Date: 2019-09-16 10:52+0200\n" "Last-Translator: Julien Palard \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -346,7 +346,7 @@ msgid "" msgstr "" "Le code suivant crée une classe dont les objets sont des descripteurs de " "données qui affichent un message pour chaque lecture ou écriture. " -"Redefinir :meth:`__getattribute__` est une approche alternative qui pourrait " +"Redéfinir :meth:`__getattribute__` est une approche alternative qui pourrait " "le faire pour chaque attribut. Cependant, ce descripteur n'est utile que " "pour le suivi de quelques attributs choisis ::" diff --git a/library/2to3.po b/library/2to3.po index 6ba139b0..4a6d6ff1 100644 --- a/library/2to3.po +++ b/library/2to3.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-08-03 17:52+0200\n" -"PO-Revision-Date: 2019-06-01 23:47+0200\n" +"PO-Revision-Date: 2019-09-16 10:54+0200\n" "Last-Translator: Léa Klein \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -383,8 +383,8 @@ msgid "" msgstr "" "Fixe les méthodes d'itération sur les dictionnaires. :meth:`dict.iteritems` " "est converti en :meth:`dict.items`, :meth:`dict.iterkeys` en :meth:`dict." -"keys` et :meth:`dict.itervalues` en :meth:`dict.values`. Similarly, :meth:" -"`dict.viewitems`, :meth:`dict.viewkeys` et :meth:`dict.viewvalues` sont " +"keys` et :meth:`dict.itervalues` en :meth:`dict.values`. De la même façon, :" +"meth:`dict.viewitems`, :meth:`dict.viewkeys` et :meth:`dict.viewvalues` sont " "convertis respectivement en :meth:`dict.items`, :meth:`dict.keys` et :meth:" "`dict.values`. Il encapsule également les usages existants de :meth:`dict." "items`, :meth:`dict.keys` et :meth:`dict.values` dans un appel à :class:" diff --git a/library/tkinter.po b/library/tkinter.po index 48ea19e6..e53efaa8 100644 --- a/library/tkinter.po +++ b/library/tkinter.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-09-04 11:33+0200\n" -"PO-Revision-Date: 2019-08-11 18:30+0200\n" +"PO-Revision-Date: 2019-09-16 10:59+0200\n" "Last-Translator: Zepmanbc \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -30,7 +30,7 @@ msgid "" "on most Unix platforms, as well as on Windows systems. (Tk itself is not " "part of Python; it is maintained at ActiveState.)" msgstr "" -"Le paquet :mod:`tkinter` (\"interface Tk\") est l'interface Python standard " +"Le paquet :mod:`tkinter` (« interface Tk ») est l'interface Python standard " "de la boîte à outils d'IUG Tk. Tk et :mod:`tkinter` sont disponibles sur la " "plupart des plates-formes Unix, ainsi que sur les systèmes Windows (Tk lui-" "même ne fait pas partie de Python ; il est maintenu par ActiveState)."