Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3037fef

Browse filesBrowse files
entwanneJulienPalard
authored andcommitted
Complete library/urllib.po
1 parent bb4dbc5 commit 3037fef
Copy full SHA for 3037fef

File tree

Expand file treeCollapse file tree

1 file changed

+12
-8
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+12
-8
lines changed

‎library/urllib.po

Copy file name to clipboardExpand all lines: library/urllib.po
+12-8Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,46 +3,50 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6-
#, fuzzy
76
msgid ""
87
msgstr ""
98
"Project-Id-Version: Python 3.6\n"
109
"Report-Msgid-Bugs-To: \n"
1110
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
11+
"PO-Revision-Date: 2017-10-19 08:14+0100\n"
12+
"Last-Translator: \n"
1413
"Language-Team: LANGUAGE <LL@li.org>\n"
1514
"Language: fr\n"
1615
"MIME-Version: 1.0\n"
1716
"Content-Type: text/plain; charset=UTF-8\n"
1817
"Content-Transfer-Encoding: 8bit\n"
18+
"X-Generator: Poedit 1.6.10\n"
1919

2020
#: ../Doc/library/urllib.rst:2
2121
msgid ":mod:`urllib` --- URL handling modules"
22-
msgstr ""
22+
msgstr ":mod:`urllib` --- Modules de gestion des URLs"
2323

2424
#: ../Doc/library/urllib.rst:6
2525
msgid "**Source code:** :source:`Lib/urllib/`"
26-
msgstr ""
26+
msgstr "**Code source :** :source:`Lib/urllib/`"
2727

2828
#: ../Doc/library/urllib.rst:10
2929
msgid ""
3030
"``urllib`` is a package that collects several modules for working with URLs:"
3131
msgstr ""
32+
"``urllib`` est un paquet qui collecte plusieurs modules travaillant avec les "
33+
"URLs :"
3234

3335
#: ../Doc/library/urllib.rst:12
3436
msgid ":mod:`urllib.request` for opening and reading URLs"
35-
msgstr ""
37+
msgstr ":mod:`urllib.request` pour ouvrir et lire des URLs ;"
3638

3739
#: ../Doc/library/urllib.rst:13
3840
msgid ""
3941
":mod:`urllib.error` containing the exceptions raised by :mod:`urllib.request`"
4042
msgstr ""
43+
":mod:`urllib.error` contenant les exceptions levées par :mod:`urllib."
44+
"request` ;"
4145

4246
#: ../Doc/library/urllib.rst:14
4347
msgid ":mod:`urllib.parse` for parsing URLs"
44-
msgstr ""
48+
msgstr ":mod:`urllib.parse` pour analyser les URLs ;"
4549

4650
#: ../Doc/library/urllib.rst:15
4751
msgid ":mod:`urllib.robotparser` for parsing ``robots.txt`` files"
48-
msgstr ""
52+
msgstr ":mod:`urllib.robotparser` pour analyser les fichiers ``robots.txt``."

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.