@@ -6,27 +6,30 @@ msgstr ""
66"Project-Id-Version : Python 3.6\n "
77"Report-Msgid-Bugs-To : \n "
88"POT-Creation-Date : 2018-06-28 15:29+0200\n "
9- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
10- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
9+ "PO-Revision-Date : 2018-10-05 17:37+0200\n "
1110"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
1211"Language : fr\n "
1312"MIME-Version : 1.0\n "
1413"Content-Type : text/plain; charset=UTF-8\n "
1514"Content-Transfer-Encoding : 8bit\n "
15+ "Last-Translator : \n "
16+ "X-Generator : Poedit 2.0.6\n "
1617
1718#: ../Doc/library/othergui.rst:4
1819msgid "Other Graphical User Interface Packages"
19- msgstr ""
20+ msgstr "Autres paquets d'interface graphique utilisateur "
2021
2122#: ../Doc/library/othergui.rst:6
2223msgid ""
23- "Major cross-platform (Windows, Mac OS X, Unix-like) GUI toolkits are "
24- "available for Python:"
24+ "Major cross-platform (Windows, Mac OS X, Unix-like) GUI toolkits are available "
25+ "for Python:"
2526msgstr ""
27+ "Des boîtes à outils multiplateformes (Windows, Mac OS X ou Unix et assimilé) "
28+ "majeures sont disponibles pour Python :"
2629
2730#: ../Doc/library/othergui.rst:17
2831msgid "`PyGObject <https://wiki.gnome.org/Projects/PyGObject>`_"
29- msgstr ""
32+ msgstr "`PyGObject <https://wiki.gnome.org/Projects/PyGObject>`_ "
3033
3134#: ../Doc/library/othergui.rst:12
3235msgid ""
@@ -36,65 +39,100 @@ msgid ""
3639"widgets than Tkinter provides. An online `Python GTK+ 3 Tutorial <https://"
3740"python-gtk-3-tutorial.readthedocs.io/>`_ is available."
3841msgstr ""
42+ "*PyGObject* fournit une surcouche introspective pour les bibliothèques C "
43+ "utilisant `GObject <https://developer.gnome.org/gobject/stable/>`_. Une de ces "
44+ "bibliothèques est la collection de composants graphiques `GTK+ 3 <https://www."
45+ "gtk.org/>`_"
3946
4047#: ../Doc/library/othergui.rst:24
4148msgid "`PyGTK <http://www.pygtk.org/>`_"
42- msgstr ""
49+ msgstr "`PyGTK <http://www.pygtk.org/>`_ "
4350
4451#: ../Doc/library/othergui.rst:20
4552msgid ""
4653"PyGTK provides bindings for an older version of the library, GTK+ 2. It "
47- "provides an object oriented interface that is slightly higher level than the "
48- "C one. There are also bindings to `GNOME <https://www.gnome.org/>`_. An "
49- "online `tutorial <http://www.pygtk.org/pygtk2tutorial/index.html>`_ is "
50- "available."
54+ "provides an object oriented interface that is slightly higher level than the C "
55+ "one. There are also bindings to `GNOME <https://www.gnome.org/>`_. An online "
56+ "`tutorial <http://www.pygtk.org/pygtk2tutorial/index.html>`_ is available."
5157msgstr ""
58+ "*PyGTK* fournit une surcouche pour une version plus ancienne de la "
59+ "bibliothèque, GTK+ 2. Cette dernière fournit une interface orientée objet qui "
60+ "est légèrement plus haut niveau que son équivalent C. Il y a également une "
61+ "surcouche pour `GNOME <https://www.gnome.org/>`_. Un `tutoriel <http://www."
62+ "pygtk.org/pygtk2tutorial/index.html>`_ en ligne est disponible."
5263
5364#: ../Doc/library/othergui.rst:31
5465msgid "`PyQt <https://riverbankcomputing.com/software/pyqt/intro>`_"
55- msgstr ""
66+ msgstr "`PyQt <https://riverbankcomputing.com/software/pyqt/intro>`_ "
5667
5768#: ../Doc/library/othergui.rst:27
5869msgid ""
5970"PyQt is a :program:`sip`\\ -wrapped binding to the Qt toolkit. Qt is an "
60- "extensive C++ GUI application development framework that is available for "
71+ "extensive C++ GUI application development * framework* that is available for "
6172"Unix, Windows and Mac OS X. :program:`sip` is a tool for generating bindings "
6273"for C++ libraries as Python classes, and is specifically designed for Python."
6374msgstr ""
75+ "*PyQt* est une surcouche de la boite à outils *Qt* basée sur :program:`sip`. *Qt* "
76+ "est un *framework* complet de développement d'interface graphique en C++ , "
77+ "disponible pour Unix, Windows et Mac OS X. :program:`sip` est un outil pour "
78+ "générer une surcouche de classes Python au dessus de bibliothèques C++, et est "
79+ "spécifiquement conçu pour Python."
6480
6581#: ../Doc/library/othergui.rst:36
6682msgid "`PySide <https://wiki.qt.io/PySide>`_"
67- msgstr ""
83+ msgstr "`PySide <https://wiki.qt.io/PySide>`_ "
6884
6985#: ../Doc/library/othergui.rst:34
7086msgid ""
7187"PySide is a newer binding to the Qt toolkit, provided by Nokia. Compared to "
7288"PyQt, its licensing scheme is friendlier to non-open source applications."
7389msgstr ""
90+ "*PySide* est une nouvelle surcouche de la boîte à outils *Qt*, fournie par "
91+ "Nokia. Comparée à *PyQT*, son système de licence est plus accommodant pour les "
92+ "application non open source."
7493
7594#: ../Doc/library/othergui.rst:47
7695msgid "`wxPython <https://www.wxpython.org>`_"
77- msgstr ""
96+ msgstr "`wxPython <https://www.wxpython.org>`_ "
7897
7998#: ../Doc/library/othergui.rst:39
8099msgid ""
81100"wxPython is a cross-platform GUI toolkit for Python that is built around the "
82101"popular `wxWidgets <https://www.wxwidgets.org/>`_ (formerly wxWindows) C++ "
83- "toolkit. It provides a native look and feel for applications on Windows, "
84- "Mac OS X, and Unix systems by using each platform's native widgets where "
85- "ever possible, (GTK+ on Unix-like systems). In addition to an extensive set "
86- "of widgets, wxPython provides classes for online documentation and context "
87- "sensitive help, printing, HTML viewing, low-level device context drawing, "
88- "drag and drop, system clipboard access, an XML-based resource format and "
89- "more, including an ever growing library of user-contributed modules."
102+ "toolkit. It provides a native look and feel for applications on Windows, Mac "
103+ "OS X, and Unix systems by using each platform's native widgets where ever "
104+ "possible, (GTK+ on Unix-like systems). In addition to an extensive set of "
105+ "widgets, wxPython provides classes for online documentation and context "
106+ "sensitive help, printing, HTML viewing, low-level device context drawing, drag "
107+ "and drop, system clipboard access, an XML-based resource format and more, "
108+ "including an ever growing library of user-contributed modules."
90109msgstr ""
110+ "*wxPython* est une boîte à outils d'interface graphique multiplateforme pour "
111+ "Python qui est construite autour de la populaire boîte à outils `wxWidgets "
112+ "<https://www.wxwidgets.org/>`_ (anciennement *wxWindows*). En plus d'un ensemble "
113+ "de composants graphiques complet, *wxPython* fournit des classes pour de la "
114+ "documentation en ligne, de l'aide contextuelle, de l'impression, de la "
115+ "consultation de HTML, du rendu graphique bas niveau, du glisser-déposer, "
116+ "l'accès au système de presse-papier, un DSL de description de ressources en "
117+ "XML et même plus, y compris une collection de modules contribués par la "
118+ "communauté qui grandit sans cesse. Elle fournit un aspect et une expérience "
119+ "native pour les applications sur Windows, Mac OS X et systèmes Unix en "
120+ "utilisant les composants natifs de chaque plateforme quand cela est possible "
121+ "(GTK+ sur les systèmes Unix et assimilés). "
91122
92123#: ../Doc/library/othergui.rst:50
93124msgid ""
94125"PyGTK, PyQt, and wxPython, all have a modern look and feel and more widgets "
95- "than Tkinter. In addition, there are many other GUI toolkits for Python, "
96- "both cross-platform, and platform-specific. See the `GUI Programming "
97- "<https://wiki. python.org/moin/GuiProgramming>`_ page in the Python Wiki for "
98- "a much more complete list, and also for links to documents where the "
99- "different GUI toolkits are compared."
126+ "than Tkinter. In addition, there are many other GUI toolkits for Python, both "
127+ "cross-platform, and platform-specific. See the `GUI Programming <https://wiki. "
128+ "python.org/moin/GuiProgramming>`_ page in the Python Wiki for a much more "
129+ "complete list, and also for links to documents where the different GUI "
130+ "toolkits are compared."
100131msgstr ""
132+ "*PyGTK*, *PyQt*, et *wxPython* fournissent tous un aspect et une expérience "
133+ "moderne ainsi que plus de composants graphiques que Tkinter. De plus, il y a "
134+ "de nombreuses autres boîtes à outils pour Python, que ce soit multiplateformes "
135+ "ou spécifiques à une plateforme. Consultez la page sur la `programmation "
136+ "d'interface graphique <https://wiki.python.org/moin/GuiProgramming>`_ du Wiki "
137+ "Python pour une liste bien plus complète, ainsi que des liens vers des "
138+ "documents où les différentes boîtes à outils graphiques sont comparées."
0 commit comments