1
0
Fork 0
python-docs-fr/library/urllib.po

51 lines
1.6 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Copyright (C) 2001-2018, Python Software Foundation
# For licence information, see README file.
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
"PO-Revision-Date: 2017-10-19 08:14+0100\n"
"Last-Translator: \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 1.6.10\n"
#: library/urllib.rst:2
msgid ":mod:`urllib` --- URL handling modules"
msgstr ":mod:`urllib` — Modules de gestion des URLs"
#: library/urllib.rst:6
msgid "**Source code:** :source:`Lib/urllib/`"
msgstr "**Code source :** :source:`Lib/urllib/`"
#: 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 :"
#: library/urllib.rst:12
msgid ":mod:`urllib.request` for opening and reading URLs"
msgstr ":mod:`urllib.request` pour ouvrir et lire des URLs ;"
#: 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` ;"
#: library/urllib.rst:14
msgid ":mod:`urllib.parse` for parsing URLs"
msgstr ":mod:`urllib.parse` pour analyser les URLs ;"
#: library/urllib.rst:15
msgid ":mod:`urllib.robotparser` for parsing ``robots.txt`` files"
msgstr ":mod:`urllib.robotparser` pour analyser les fichiers ``robots.txt``."