@@ -9,8 +9,8 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.6\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"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 "
12
+ "PO-Revision-Date : 2017-11-08 00:05+0100 \n "
13
+ "Last-Translator : Julien Palard <julien@palard.fr >\n "
14
14
"Language-Team : LANGUAGE <LL@li.org>\n "
15
15
"Language : fr\n "
16
16
"MIME-Version : 1.0\n "
@@ -19,20 +19,26 @@ msgstr ""
19
19
20
20
#: ../Doc/library/xmlrpc.rst:2
21
21
msgid ":mod:`xmlrpc` --- XMLRPC server and client modules"
22
- msgstr ""
22
+ msgstr ":mod:`xmlrpc` --- Modules Serveur et Client XMLRPC "
23
23
24
24
#: ../Doc/library/xmlrpc.rst:4
25
25
msgid ""
26
26
"XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a "
27
27
"transport. With it, a client can call methods with parameters on a remote "
28
28
"server (the server is named by a URI) and get back structured data."
29
29
msgstr ""
30
+ "XML-RPC est une méthode pour appeler des procédures distantes utilisant XML "
31
+ "via HTTP. XML-RPC permet à un client d'appeler des fonctions avec leurs "
32
+ "arguments sur un serveur distant (désigné par une URI), et recevoir en "
33
+ "retour des données structurées."
30
34
31
35
#: ../Doc/library/xmlrpc.rst:8
32
36
msgid ""
33
37
"``xmlrpc`` is a package that collects server and client modules implementing "
34
38
"XML-RPC. The modules are:"
35
39
msgstr ""
40
+ "``xmlrpc`` est un paquet rassemblant un client et un serveur XML-RPC. Ces "
41
+ "modules sont :"
36
42
37
43
#: ../Doc/library/xmlrpc.rst:11
38
44
msgid ":mod:`xmlrpc.client`"
0 commit comments