Complete library/urllib.po
This commit is contained in:
parent bb4dbc5ab9
commit 3037fef077
1 changed files with 12 additions and 8 deletions
| | @ -3,46 +3,50 @@ | |||
# This file is distributed under the same license as the Python package. | ||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 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 <EMAIL@ADDRESS>\n" | ||||
"PO-Revision-Date: 2017-10-19 08:14+0100\n" | ||||
"Last-Translator: \n" | ||||
"Language-Team: LANGUAGE <LL@li.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" | ||||
| ||||
#: ../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``." | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue