Skip to content

Commit 991485f

Browse files
authored
Traducción library/xmlrpc.po (#924)
1 parent f2d1c2e commit 991485f

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

library/xmlrpc.po

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,51 @@
11
# Copyright (C) 2001-2020, Python Software Foundation
22
# This file is distributed under the same license as the Python package.
3-
# Maintained by the python-doc-es workteam.
3+
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
55
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
66
#
7-
#, fuzzy
87
msgid ""
98
msgstr ""
109
"Project-Id-Version: Python 3.8\n"
1110
"Report-Msgid-Bugs-To: \n"
1211
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
13-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12+
"PO-Revision-Date: 2020-10-02 09:15+0100\n"
1513
"Language-Team: python-doc-es\n"
1614
"MIME-Version: 1.0\n"
1715
"Content-Type: text/plain; charset=UTF-8\n"
1816
"Content-Transfer-Encoding: 8bit\n"
17+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
18+
"Last-Translator: \n"
19+
"Language: es_ES\n"
20+
"X-Generator: Poedit 2.4.1\n"
1921

2022
#: ../Doc/library/xmlrpc.rst:2
2123
msgid ":mod:`xmlrpc` --- XMLRPC server and client modules"
22-
msgstr ""
24+
msgstr ":mod:`xmlrpc` --- Módulos XMLRPC para cliente y servidor"
2325

2426
#: ../Doc/library/xmlrpc.rst:4
2527
msgid ""
2628
"XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a "
2729
"transport. With it, a client can call methods with parameters on a remote "
2830
"server (the server is named by a URI) and get back structured data."
2931
msgstr ""
32+
"XML-RPC es un método de Llamada a Procedimiento Remoto (o RPC en inglés) que "
33+
"usa XML usando HTTP como vía de transporte. Con esto, un cliente puede "
34+
"llamar a método con parámetros en un servidor remoto (el servidor se "
35+
"identifica mediante una URI) y traer de vuelta datos de forma estructurada."
3036

3137
#: ../Doc/library/xmlrpc.rst:8
3238
msgid ""
3339
"``xmlrpc`` is a package that collects server and client modules implementing "
3440
"XML-RPC. The modules are:"
3541
msgstr ""
42+
"``xmlrpc`` es un paquete que agrupa los módulos, tanto de cliente como de "
43+
"servidor, que implementan XML-RPC. Los módulos son:"
3644

3745
#: ../Doc/library/xmlrpc.rst:11
3846
msgid ":mod:`xmlrpc.client`"
39-
msgstr ""
47+
msgstr ":mod:`xmlrpc.client`"
4048

4149
#: ../Doc/library/xmlrpc.rst:12
4250
msgid ":mod:`xmlrpc.server`"
43-
msgstr ""
51+
msgstr ":mod:`xmlrpc.server`"

0 commit comments

Comments
 (0)