]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/SubMirror/locale/en_GB/LC_MESSAGES/SubMirror.po
Snapshot of the Transifex translation project - October 2015
[quix0rs-gnu-social.git] / plugins / SubMirror / locale / en_GB / LC_MESSAGES / SubMirror.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 15:52+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: Field label (URL expectected).
22 #: forms/editmirror.php:84
23 msgctxt "LABEL"
24 msgid "Remote feed:"
25 msgstr "Remote feed:"
26
27 #. TRANS: Field label.
28 #: forms/editmirror.php:89
29 msgctxt "LABEL"
30 msgid "Local user"
31 msgstr "Local user"
32
33 #. TRANS: Fieldset legend for feed mirror setting.
34 #: forms/editmirror.php:96
35 msgid "Mirroring style"
36 msgstr "Mirroring style"
37
38 #. TRANS: Feed mirror style (radio button option).
39 #: forms/editmirror.php:99
40 msgid ""
41 "Repeat: reference the original user's post (sometimes shows as \"RT @blah\")"
42 msgstr "Repeat: reference the original user's post (sometimes shows as \"RT @blah\")"
43
44 #. TRANS: Feed mirror style (radio button option).
45 #: forms/editmirror.php:101
46 msgid "Repost the content under my account"
47 msgstr "Repost the content under my account"
48
49 #. TRANS: Button text to save feed mirror settings.
50 #: forms/editmirror.php:121
51 msgctxt "BUTTON"
52 msgid "Save"
53 msgstr "Save"
54
55 #. TRANS: Button text to stop mirroring a feed.
56 #: forms/editmirror.php:124
57 msgctxt "BUTTON"
58 msgid "Stop mirroring"
59 msgstr "Stop mirroring"
60
61 #. TRANS: Field label.
62 #: forms/addmirror.php:61
63 msgid "Web page or feed URL:"
64 msgstr "Web page or feed URL:"
65
66 #. TRANS: Button text for adding a feed.
67 #: forms/addmirror.php:67
68 msgctxt "BUTTON"
69 msgid "Add feed"
70 msgstr "Add feed"
71
72 #. TRANS: Plugin description.
73 #: SubMirrorPlugin.php:68
74 msgid "Pull feeds into your timeline!"
75 msgstr "Pull feeds into your timeline!"
76
77 #. TRANS: SubMirror plugin menu item on user settings page.
78 #: SubMirrorPlugin.php:88
79 msgctxt "MENU"
80 msgid "Mirroring"
81 msgstr "Mirroring"
82
83 #. TRANS: SubMirror plugin tooltip for user settings menu item.
84 #: SubMirrorPlugin.php:90
85 msgid "Configure mirroring of posts from other feeds"
86 msgstr "Configure mirroring of posts from other feeds"
87
88 #. TRANS: Label in profile statistics section, followed by a count.
89 #: SubMirrorPlugin.php:167
90 msgid "Mirrored feeds"
91 msgstr "Mirrored feeds"
92
93 #. TRANS: Client error displayed when trying to edit an object that is not a
94 #. feed mirror.
95 #: actions/editmirror.php:66
96 msgid "Requested invalid profile to edit."
97 msgstr "Requested invalid profile to edit."
98
99 #. TRANS: Client error displayed when providing invalid input when editing a
100 #. mirror.
101 #: actions/editmirror.php:85
102 msgid "Bad form data."
103 msgstr "Bad form data."
104
105 #. TRANS: Client error thrown when a mirror request is made and no result is
106 #. retrieved.
107 #: actions/editmirror.php:94
108 msgid "The mirror request failed, because no result was retrieved."
109 msgstr "The mirror request failed, because no result was retrieved."
110
111 #. TRANS: Page title.
112 #: actions/mirrorsettings.php:40
113 msgid "Feed mirror settings"
114 msgstr "Feed mirror settings"
115
116 #. TRANS: Page instructions.
117 #: actions/mirrorsettings.php:52
118 msgid ""
119 "You can mirror updates from many RSS and Atom feeds into your GNU social "
120 "timeline!"
121 msgstr "You can mirror updates from many RSS and Atom feeds into your GNU social timeline!"
122
123 #. TRANS: Title for page with form to add a mirror feed provider on.
124 #: actions/mirrorsettings.php:127
125 msgid "Provider add"
126 msgstr "Provider add"
127
128 #. TRANS: Client error displayed when entering an invalid URL for a feed.
129 #. TRANS: %s is the invalid feed URL.
130 #: actions/basemirror.php:71
131 #, php-format
132 msgid "Invalid feed URL: %s."
133 msgstr "Invalid feed URL: %s."
134
135 #. TRANS: Error message returned to user when setting up feed mirroring,
136 #. TRANS: but we were unable to resolve the given URL to a working feed.
137 #: actions/basemirror.php:84
138 msgid "Invalid profile for mirroring."
139 msgstr "Invalid profile for mirroring."
140
141 #. TRANS: Client error displayed when trying to mirror a GNU social group
142 #. feed.
143 #: actions/basemirror.php:103
144 msgid "Cannot mirror a GNU social group at this time."
145 msgstr "Cannot mirror a GNU social group at this time."
146
147 #. TRANS: Client error displayed when trying to use another method than POST.
148 #: actions/basemirror.php:118
149 msgid "This action only accepts POST requests."
150 msgstr "This action only accepts POST requests."
151
152 #. TRANS: Client error displayed when the session token does not match or is
153 #. not given.
154 #: actions/basemirror.php:126
155 msgid "There was a problem with your session token. Try again, please."
156 msgstr "There was a problem with your session token. Try again, please."
157
158 #. TRANS: Error message displayed when trying to perform an action that
159 #. requires a logged in user.
160 #: actions/basemirror.php:136
161 msgid "Not logged in."
162 msgstr "Not logged in."
163
164 #. TRANS: Page title for subscribed feed mirror.
165 #: actions/basemirror.php:159
166 msgid "Subscribed"
167 msgstr "Subscribed"
168
169 #. TRANS: Exception thrown when a feed provider could not be recognised.
170 #: actions/addmirror.php:74
171 msgid "Internal form error: Unrecognized feed provider."
172 msgstr "Internal form error: Unrecognized feed provider."
173
174 #. TRANS: Name for possible feed provider.
175 #: lib/addmirrorwizard.php:83
176 msgid "RSS or Atom feed"
177 msgstr "RSS or Atom feed"
178
179 #. TRANS: Heading for feed mirroring selection form.
180 #: lib/addmirrorwizard.php:94
181 msgid "Select a feed provider"
182 msgstr "Select a feed provider"