Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions library/xmlrpc.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ 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-11-08 00:05+0100\n"
"Last-Translator: Julien Palard <julien@palard.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
Expand All @@ -19,20 +19,26 @@ msgstr ""

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

#: ../Doc/library/xmlrpc.rst:4
msgid ""
"XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a "
"transport. With it, a client can call methods with parameters on a remote "
"server (the server is named by a URI) and get back structured data."
msgstr ""
"XML-RPC est une méthode pour appeler des procédures distantes utilisant XML "
"via HTTP. XML-RPC permet à un client d'appeler des fonctions avec leurs "
"arguments sur un serveur distant (désigné par une URI), et recevoir en "
"retour des données structurées."

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

#: ../Doc/library/xmlrpc.rst:11
msgid ":mod:`xmlrpc.client`"
Expand Down