]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/RSSCloud/locale/en_GB/LC_MESSAGES/RSSCloud.po
Snapshot of the Transifex translation project - October 2015
[quix0rs-gnu-social.git] / plugins / RSSCloud / locale / en_GB / 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 # Luke Hollins <luke@farcry.ca>, 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-03-07 12:12+0000\n"
13 "Last-Translator: Luke Hollins <luke@farcry.ca>\n"
14 "Language-Team: English (United Kingdom) (http://www.transifex.com/gnu-social/gnu-social/language/en_GB/)\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Language: en_GB\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 "The RSSCloud plugin enables your StatusNet instance to publish real-time updates for profile RSS feeds using the <a href=\"http://rsscloud.org/\">RSSCloud protocol</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 "A URL parameter is required."
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 "This resource requires an 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 "This resource requires an 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 "Request must be 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 "Only HTTP POST notifications are supported at this time."
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 "The following parameters were missing from the request body: %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 "You must provide at least one valid profile feed URL (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 "Feed subscription failed: Not a valid feed."
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 "Feed subscription failed: Notification handler does not respond correctly."
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 "Thanks for the subscription. When the feed(s) update(s), you will be notified."