10000 fix de fuzzy sur tkinter by pierrechoffe · Pull Request #896 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

fix de fuzzy sur tkinter #896

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions library/tkinter.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ 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-09-16 10:59+0200\n"
"Last-Translator: Zepmanbc <zepman@gmail.com>\n"
"PO-Revision-Date: 2019-10-09 18:59+0200\n"
"Last-Translator: pierre choffe <choffepierre@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\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.2.3\n"
"X-Generator: Poedit 2.0.6\n"

#: ../Doc/library/tkinter.rst:2
msgid ":mod:`tkinter` --- Python interface to Tcl/Tk"
Expand Down Expand Up @@ -76,14 +76,14 @@ msgid ""
msgstr "Tutoriel complet plus convivial pour certains des objets graphiques."

#: ../Doc/library/tkinter.rst:35
#, fuzzy
msgid ""
"`Tkinter 8.5 reference: a GUI for Python <https://web.archive.org/"
"web/20190524140835/https://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index."
"html>`_"
msgstr ""
"`Tkinter reference: a GUI for Python <https://infohost.nmt.edu/tcc/help/pubs/"
"tkinter/web/index.html>`_"
"`Référence Tkinter 8.5 : un GUI pour Python <https://web.archive.org/"
"web/20190524140835/https://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index."
"html>`_"

#: ../Doc/library/tkinter.rst:35
msgid "On-line reference material."
Expand Down Expand Up @@ -114,12 +114,11 @@ msgstr ""
"Tkinter-Python-Developers-ebook/dp/B0071QDNLO/>`_"

#: ../Doc/library/tkinter.rst:44
#, fuzzy
msgid ""
"Book by Mark Roseman about building attractive and modern graphical user "
"interfaces with Python and Tkinter."
msgstr ""
"Livre de Mark Rozerman sur la construction d'interfaces graphiques "
"Livre de Mark Roseman sur la construction d'interfaces graphiques "
"esthétiques et modernes avec Python et Tkinter."

#: ../Doc/library/tkinter.rst:47
Expand Down
2906
0