From 3037fef077f739c014350a5bfcee967825585aae Mon Sep 17 00:00:00 2001 From: Antoine Rozo Date: Thu, 19 Oct 2017 08:15:42 +0200 Subject: [PATCH] Complete library/urllib.po --- library/urllib.po | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/library/urllib.po b/library/urllib.po index 319c3928..2a8f7192 100644 --- a/library/urllib.po +++ b/library/urllib.po @@ -3,46 +3,50 @@ # This file is distributed under the same license as the Python package. # FIRST AUTHOR , YEAR. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-04-02 22:11+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2017-10-19 08:14+0100\n" +"Last-Translator: \n" "Language-Team: LANGUAGE \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 1.6.10\n" #: ../Doc/library/urllib.rst:2 msgid ":mod:`urllib` --- URL handling modules" -msgstr "" +msgstr ":mod:`urllib` --- Modules de gestion des URLs" #: ../Doc/library/urllib.rst:6 msgid "**Source code:** :source:`Lib/urllib/`" -msgstr "" +msgstr "**Code source :** :source:`Lib/urllib/`" #: ../Doc/library/urllib.rst:10 msgid "" "``urllib`` is a package that collects several modules for working with URLs:" msgstr "" +"``urllib`` est un paquet qui collecte plusieurs modules travaillant avec les " +"URLs :" #: ../Doc/library/urllib.rst:12 msgid ":mod:`urllib.request` for opening and reading URLs" -msgstr "" +msgstr ":mod:`urllib.request` pour ouvrir et lire des URLs ;" #: ../Doc/library/urllib.rst:13 msgid "" ":mod:`urllib.error` containing the exceptions raised by :mod:`urllib.request`" msgstr "" +":mod:`urllib.error` contenant les exceptions levées par :mod:`urllib." +"request` ;" #: ../Doc/library/urllib.rst:14 msgid ":mod:`urllib.parse` for parsing URLs" -msgstr "" +msgstr ":mod:`urllib.parse` pour analyser les URLs ;" #: ../Doc/library/urllib.rst:15 msgid ":mod:`urllib.robotparser` for parsing ``robots.txt`` files" -msgstr "" +msgstr ":mod:`urllib.robotparser` pour analyser les fichiers ``robots.txt``."