]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/RSSCloud/locale/es/LC_MESSAGES/RSSCloud.po
Snapshot of the Transifex translation project - October 2015
[quix0rs-gnu-social.git] / plugins / RSSCloud / locale / es / LC_MESSAGES / RSSCloud.po
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4
5 # Translators:
6 # Juan Riquelme González <soulchainer@gmail.com>, 2015
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: GNU social\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2015-02-02 17:47+0100\n"
12 "PO-Revision-Date: 2015-02-28 12:01+0000\n"
13 "Last-Translator: Juan Riquelme González <soulchainer@gmail.com>\n"
14 "Language-Team: Spanish (http://www.transifex.com/gnu-social/gnu-social/language/es/)\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Language: es\n"
19 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
21 #. TRANS: Plugin description.
22 #: RSSCloudPlugin.php:209
23 msgid ""
24 "The RSSCloud plugin enables your StatusNet instance to publish real-time "
25 "updates for profile RSS feeds using the <a "
26 "href=\"http://rsscloud.org/\">RSSCloud protocol</a>."
27 msgstr "El complemento RSSCloud permite a tu instancia GNU social publicar actualizaciones en tiempo real de fuentes web RSS de perfiles usando el <a href=\"http://rsscloud.org/\">protocolo RSSCloud</a>."
28
29 #. TRANS: Form validation error displayed when a URL parameter is missing.
30 #: actions/loggingaggregator.php:86
31 msgid "A URL parameter is required."
32 msgstr "Se requiere un parámetro URL."
33
34 #. TRANS: Form validation error displayed when HTTP GET is not used.
35 #: actions/loggingaggregator.php:94
36 msgid "This resource requires an HTTP GET."
37 msgstr "Este recurso requiere una petición HTTP GET."
38
39 #. TRANS: Form validation error displayed when HTTP POST is not used.
40 #: actions/loggingaggregator.php:104
41 msgid "This resource requires an HTTP POST."
42 msgstr "Este recurso necesita una petición HTTP POST."
43
44 #. TRANS: Form validation error displayed when POST is not used.
45 #: actions/rsscloudrequestnotify.php:91
46 msgid "Request must be POST."
47 msgstr "Debe ser una petición POST."
48
49 #. TRANS: Form validation error displayed when HTTP POST is not used.
50 #: actions/rsscloudrequestnotify.php:109
51 msgid "Only HTTP POST notifications are supported at this time."
52 msgstr "Por ahora sólo se soportan notificaciones HTTP POST."
53
54 #. TRANS: List separator.
55 #: actions/rsscloudrequestnotify.php:120
56 msgctxt "SEPARATOR"
57 msgid ", "
58 msgstr ", "
59
60 #. TRANS: Form validation error displayed when a request body is missing
61 #. expected parameters.
62 #. TRANS: %s is a list of parameters separated by a list separator (default:
63 #. ", ").
64 #: actions/rsscloudrequestnotify.php:123
65 #, php-format
66 msgid "The following parameters were missing from the request body: %s."
67 msgstr "Faltan los siguientes parámetros en el cuerpo de la solicitud:  %s ."
68
69 #. TRANS: Form validation error displayed when not providing any valid profile
70 #. feed URLs.
71 #: actions/rsscloudrequestnotify.php:130
72 msgid ""
73 "You must provide at least one valid profile feed URL (url1, url2, url3 ... "
74 "urlN)."
75 msgstr "Debes proporcionar, al menos, un URL válido de la fuente web de un perfil (url1, url2, url3... urlN)."
76
77 #. TRANS: Form validation error displayed when not providing a valid feed URL.
78 #: actions/rsscloudrequestnotify.php:146
79 msgid "Feed subscription failed: Not a valid feed."
80 msgstr "La suscripción a la fuente web falló: no es una fuente válida."
81
82 #. TRANS: Form validation error displayed when feed subscription failed.
83 #: actions/rsscloudrequestnotify.php:153
84 msgid ""
85 "Feed subscription failed: Notification handler does not respond correctly."
86 msgstr "La suscripción a la fuente web falló: el controlador de notificaciones no responde correctamente."
87
88 #. TRANS: Success message after subscribing to one or more feeds.
89 #: actions/rsscloudrequestnotify.php:168
90 msgid ""
91 "Thanks for the subscription. When the feed(s) update(s), you will be "
92 "notified."
93 msgstr "Gracias por tu suscripción (o suscripciones). Te avisaremos cuando se actualice la fuente (o fuentes) web."