Skip to content

Commit d2e1191

Browse files
committed
Done: library/xmlrpc.po
1 parent f79147f commit d2e1191

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

library/xmlrpc.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"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"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
1515
"Language: fr\n"
1616
"MIME-Version: 1.0\n"
@@ -19,20 +19,26 @@ msgstr ""
1919

2020
#: ../Doc/library/xmlrpc.rst:2
2121
msgid ":mod:`xmlrpc` --- XMLRPC server and client modules"
22-
msgstr ""
22+
msgstr ":mod:`xmlrpc` --- Modules Serveur et Client XMLRPC"
2323

2424
#: ../Doc/library/xmlrpc.rst:4
2525
msgid ""
2626
"XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a "
2727
"transport. With it, a client can call methods with parameters on a remote "
2828
"server (the server is named by a URI) and get back structured data."
2929
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."
3034

3135
#: ../Doc/library/xmlrpc.rst:8
3236
msgid ""
3337
"``xmlrpc`` is a package that collects server and client modules implementing "
3438
"XML-RPC. The modules are:"
3539
msgstr ""
40+
"``xmlrpc`` est un paquet rassemblant un client et un serveur XML-RPC. Ces "
41+
"modules sont :"
3642

3743
#: ../Doc/library/xmlrpc.rst:11
3844
msgid ":mod:`xmlrpc.client`"

0 commit comments

Comments
 (0)