Done: library/xmlrpc.po
This commit is contained in:
parent f79147f9f0
commit d2e119164f
1 changed files with 9 additions and 3 deletions
| | @ -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" | ||||
| | @ -19,7 +19,7 @@ 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 "" | ||||
| | @ -27,12 +27,18 @@ msgid "" | |||
"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`" | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue