]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - locale/statusnet.pot
Merge branch '1.0.x' into testing
[quix0rs-gnu-social.git] / locale / statusnet.pot
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 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2011-06-19 11:06+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
19
20 #. TRANS: Database error message.
21 #: index.php:110
22 #, php-format
23 msgid ""
24 "The database for %1$s is not responding correctly, so the site will not work "
25 "properly. The site admins probably know about the problem, but you can "
26 "contact them at %2$s to make sure. Otherwise, wait a few minutes and try "
27 "again."
28 msgstr ""
29
30 #. TRANS: Error message.
31 #: index.php:121
32 msgid ""
33 "An important error occured, probably related to email setup. Check logfiles "
34 "for more info."
35 msgstr ""
36
37 #. TRANS: Error message.
38 #: index.php:131
39 msgid "An error occurred."
40 msgstr ""
41
42 #. TRANS: Error message displayed when there is no StatusNet configuration file.
43 #: index.php:264
44 #, php-format
45 msgid ""
46 "No configuration file found. Try running the installation program first."
47 msgstr ""
48
49 #. TRANS: Error message displayed when trying to access a non-existing page.
50 #: index.php:295
51 msgid "Unknown page"
52 msgstr ""
53
54 #. TRANS: Error message displayed when trying to perform an undefined action.
55 #. TRANS: Title for password recovery page when an unknown action has been specified.
56 #: index.php:350 actions/recoverpassword.php:232
57 msgid "Unknown action"
58 msgstr ""
59
60 #. TRANS: Page title for Access admin panel that allows configuring site access.
61 #: actions/accessadminpanel.php:53
62 msgid "Access"
63 msgstr ""
64
65 #. TRANS: Page notice.
66 #: actions/accessadminpanel.php:64
67 msgid "Site access settings"
68 msgstr ""
69
70 #. TRANS: Form legend for registration form.
71 #: actions/accessadminpanel.php:151
72 msgid "Registration"
73 msgstr ""
74
75 #. TRANS: Checkbox instructions for admin setting "Private".
76 #: actions/accessadminpanel.php:155
77 msgid "Prohibit anonymous users (not logged in) from viewing site?"
78 msgstr ""
79
80 #. TRANS: Checkbox label for prohibiting anonymous users from viewing site.
81 #. TRANS: Checkbox label to show private tags.
82 #. TRANS: Checkbox field label on group edit form to mark a group private.
83 #: actions/accessadminpanel.php:157 actions/peopletagsbyuser.php:185
84 #: lib/groupeditform.php:206
85 msgctxt "LABEL"
86 msgid "Private"
87 msgstr ""
88
89 #. TRANS: Checkbox instructions for admin setting "Invite only".
90 #: actions/accessadminpanel.php:164
91 msgid "Make registration invitation only."
92 msgstr ""
93
94 #. TRANS: Checkbox label for configuring site as invite only.
95 #: actions/accessadminpanel.php:166
96 msgid "Invite only"
97 msgstr ""
98
99 #. TRANS: Checkbox instructions for admin setting "Closed" (no new registrations).
100 #: actions/accessadminpanel.php:173
101 msgid "Disable new registrations."
102 msgstr ""
103
104 #. TRANS: Checkbox label for disabling new user registrations.
105 #: actions/accessadminpanel.php:175
106 msgid "Closed"
107 msgstr ""
108
109 #. TRANS: Title for button to save access settings in site admin panel.
110 #: actions/accessadminpanel.php:191
111 msgid "Save access settings"
112 msgstr ""
113
114 #. TRANS: Tooltip for button to save access settings in site admin panel.
115 #. TRANS: Button label to save e-mail preferences.
116 #. TRANS: Button label to save IM preferences.
117 #. TRANS: Button text in the license admin panel.
118 #. TRANS: Button text to store form data in the Paths admin panel.
119 #. TRANS: Button to save input in profile settings.
120 #. TRANS: Submit button text on the sessions administration panel.
121 #. TRANS: Button text for saving site settings.
122 #. TRANS: Button text for saving site notice in admin panel.
123 #. TRANS: Button label to save SMS preferences.
124 #. TRANS: Button text to save snapshot settings.
125 #. TRANS: Save button for settings for a profile in a subscriptions list.
126 #. TRANS: Button text to save lists.
127 #. TRANS: Button text for saving "Other settings" in profile.
128 #. TRANS: Button text to save user settings in user admin panel.
129 #. TRANS: Button label in the "Edit application" form.
130 #. TRANS: Text for save button on group edit form.
131 #. TRANS: Button text to save tags for a profile.
132 #: actions/accessadminpanel.php:193 actions/emailsettings.php:251
133 #: actions/imsettings.php:201 actions/licenseadminpanel.php:335
134 #: actions/pathsadminpanel.php:463 actions/profilesettings.php:215
135 #: actions/sessionsadminpanel.php:202 actions/siteadminpanel.php:373
136 #: actions/sitenoticeadminpanel.php:197 actions/smssettings.php:204
137 #: actions/snapshotadminpanel.php:252 actions/subscriptions.php:251
138 #: actions/tagprofile.php:169 actions/urlsettings.php:152
139 #: actions/useradminpanel.php:300 lib/applicationeditform.php:355
140 #: lib/groupeditform.php:225 lib/peopletags.php:146
141 msgctxt "BUTTON"
142 msgid "Save"
143 msgstr ""
144
145 #. TRANS: Client error displayed when the session token does not match or is not given.
146 #. TRANS: Form validation error in API OAuth authorisation because of an invalid session token.
147 #. TRANS: Client error displayed when the session token does not match or is not given.
148 #. TRANS: Form validation error message.
149 #. TRANS: Client error displayed when the session token does not match or is not given.
150 #. TRANS: Form validation error.
151 #. TRANS: Form validation error message.
152 #. TRANS: Client error displayed when the session token does not match or is not given.
153 #. TRANS: Client error displayed when the session token is not okay.
154 #. TRANS: Client error displayed when the session token does not match or is not given.
155 #: actions/addpeopletag.php:78 actions/apioauthauthorize.php:147
156 #: actions/avatarsettings.php:283 actions/cancelsubscription.php:75
157 #: actions/deletenotice.php:178 actions/disfavor.php:75
158 #: actions/emailsettings.php:293 actions/favor.php:76 actions/geocode.php:56
159 #: actions/groupblock.php:66 actions/grouplogo.php:321
160 #: actions/groupunblock.php:66 actions/imsettings.php:244
161 #: actions/invite.php:67 actions/makeadmin.php:68 actions/newmessage.php:141
162 #: actions/newnotice.php:105 actions/nudge.php:82
163 #: actions/oauthappssettings.php:162 actions/oauthconnectionssettings.php:136
164 #: actions/passwordsettings.php:147 actions/peopletagautocomplete.php:67
165 #: actions/pluginenable.php:88 actions/profilecompletion.php:81
166 #: actions/profilesettings.php:235 actions/recoverpassword.php:303
167 #: actions/register.php:164 actions/remotesubscribe.php:78
168 #: actions/removepeopletag.php:79 actions/repeat.php:80
169 #: actions/smssettings.php:250 actions/subedit.php:41 actions/subscribe.php:87
170 #: actions/subscribepeopletag.php:76 actions/tagprofile.php:186
171 #: actions/unsubscribe.php:70 actions/unsubscribepeopletag.php:77
172 #: actions/urlsettings.php:171 actions/userauthorization.php:54
173 msgid "There was a problem with your session token. Try again, please."
174 msgstr ""
175
176 #. TRANS: Error message displayed when trying to perform an action that requires a logged in user.
177 #: actions/addpeopletag.php:89 actions/cancelsubscription.php:57
178 #: actions/deletenotice.php:52 actions/disfavor.php:61
179 #: actions/editpeopletag.php:69 actions/favor.php:62 actions/groupblock.php:60
180 #: actions/groupunblock.php:60 actions/logout.php:69 actions/makeadmin.php:62
181 #: actions/newmessage.php:89 actions/newnotice.php:87 actions/nudge.php:64
182 #: actions/peopletagautocomplete.php:57 actions/peopletagsbyuser.php:121
183 #: actions/pluginenable.php:99 actions/profilecompletion.php:92
184 #: actions/removepeopletag.php:90 actions/subedit.php:33
185 #: actions/subscribe.php:98 actions/unsubscribe.php:52
186 #: lib/adminpanelaction.php:71 lib/profileformaction.php:63
187 #: lib/settingsaction.php:73
188 msgid "Not logged in."
189 msgstr ""
190
191 #. TRANS: Client error displayed trying to perform an action related to a non-existing profile.
192 #. TRANS: Client exception thrown when requesting a favorite feed for a non-existing profile.
193 #. TRANS: Client exception.
194 #. TRANS: Client error displayed when referring to a non-existing profile.
195 #. TRANS: Client error displayed trying to subscribe to a non-existing profile.
196 #. TRANS: Client error displayed trying to perform an action related to a non-existing profile.
197 #: actions/addpeopletag.php:101 actions/atompubfavoritefeed.php:69
198 #: actions/atompubmembershipfeed.php:71 actions/atompubshowfavorite.php:75
199 #: actions/atompubshowmembership.php:72 actions/removepeopletag.php:102
200 #: actions/subscribe.php:110 lib/command.php:435 lib/command.php:494
201 msgid "No such profile."
202 msgstr ""
203
204 #. TRANS: Client error displayed trying to reference a non-existing list.
205 #. TRANS: Client error displayed when referring to a non-existing list.
206 #. TRANS: Client error displayed trying to reference a non-existing list.
207 #: actions/addpeopletag.php:110 actions/editpeopletag.php:109
208 #: actions/peopletagged.php:96 actions/peopletagsubscribers.php:96
209 #: actions/profilecompletion.php:101 actions/profiletagbyid.php:67
210 #: actions/removepeopletag.php:111 actions/showprofiletag.php:86
211 #: actions/subscribepeopletag.php:95 actions/unsubscribepeopletag.php:96
212 msgid "No such list."
213 msgstr ""
214
215 #. TRANS: Client error displayed when trying to add an OMB 0.1 remote profile to a list.
216 #: actions/addpeopletag.php:121
217 msgid "You cannot list an OMB 0.1 remote profile with this action."
218 msgstr ""
219
220 #. TRANS: Client error displayed when an unknown error occurs when adding a user to a list.
221 #. TRANS: %s is a username.
222 #: actions/addpeopletag.php:150
223 #, php-format
224 msgid "There was an unexpected error while listing %s."
225 msgstr ""
226
227 #. TRANS: Client error displayed when an unknown error occurs when adding a user to a list.
228 #. TRANS: %s is a profile URL.
229 #: actions/addpeopletag.php:155
230 #, php-format
231 msgid ""
232 "There was a problem listing %s. The remote server is probably not responding "
233 "correctly. Please try retrying later."
234 msgstr ""
235
236 #. TRANS: Title after adding a user to a list.
237 #: actions/addpeopletag.php:165
238 msgctxt "TITLE"
239 msgid "Listed"
240 msgstr ""
241
242 #. TRANS: Server error when page not found (404).
243 #. TRANS: Server error when page not found (404)
244 #. TRANS: Server error when page not found (404).
245 #: actions/all.php:66 actions/public.php:104 actions/replies.php:96
246 #: actions/showfavorites.php:140 actions/showprofiletag.php:100
247 #: actions/tag.php:52
248 msgid "No such page."
249 msgstr ""
250
251 #. TRANS: Client error when user not found for an action.
252 #. TRANS: Client error when user not found for an rss related action.
253 #. TRANS: Client error displayed when no existing user is provided for a user's delivery device setting.
254 #. TRANS: Client error displayed if a user could not be found.
255 #. TRANS: Client error displayed updating profile image without having a user object.
256 #. TRANS: Client error displayed when making an Atom API request for an unknown user.
257 #. TRANS: Client error displayed when trying to block a non-existing user or a user from another site.
258 #. TRANS: Client error when user not found for an API action to remove a block for a user.
259 #. TRANS: Client error given when a user was not found (404).
260 #. TRANS: Client error when user not found for an API direct message action.
261 #. TRANS: Client error given when a user was not found (404).
262 #. TRANS: Client error displayed when checking group membership for a non-existing user.
263 #. TRANS: Client error displayed when trying to have a non-existing user join a group.
264 #. TRANS: Client error displayed when trying to have a non-existing user leave a group.
265 #. TRANS: Client error displayed when user not found for an action.
266 #. TRANS: Client error displayed when not providing a user or an invalid user.
267 #. TRANS: Client error displayed when referring to a non-existing user.
268 #. TRANS: Client error displayed trying to perform an action related to a non-existing user.
269 #. TRANS: Client error displayed when updating a status for a non-existing user.
270 #. TRANS: Client error displayed when requesting a list of followers for a non-existing user.
271 #. TRANS: Client error displayed when requesting most recent favourite notices by a user for a non-existing user.
272 #. TRANS: Client error displayed when requesting dents of a user and friends for a user that does not exist.
273 #. TRANS: Client error displayed when requesting most recent dents by user and friends for a non-existing user.
274 #. TRANS: Client error displayed when requesting most recent mentions for a non-existing user.
275 #. TRANS: Client error displayed requesting most recent notices for a non-existing user.
276 #. TRANS: Client error displayed trying to get an avatar for a non-existing user.
277 #. TRANS: Client error displayed when trying to get the RSS feed with favorites of a user that does not exist.
278 #. TRANS: Client error displayed when requesting Friends of a Friend feed without providing a user nickname.
279 #. TRANS: Client error displayed when requesting Friends of a Friend feed for an object that is not a user.
280 #. TRANS: Client error displayed when trying to get a user hCard for a non-existing user.
281 #. TRANS: Client error displayed trying to make a micro summary without providing a valid user.
282 #. TRANS: Client error displayed trying to send a direct message to a non-existing user.
283 #. TRANS: Client error displayed trying to use "one time password login" without using an existing user.
284 #. TRANS: Client error displayed when referring to non-existing user.
285 #. TRANS: Client error displayed trying to perform an action related to a non-existing user.
286 #. TRANS: Form validation error on page for remote subscribe when no user was provided.
287 #. TRANS: Form validation error on page for remote subscribe when no user profile was found.
288 #. TRANS: Client error displayed when trying to reply to a non-exsting user.
289 #. TRANS: Client error displayed when providing a non-existing nickname in a RSS 1.0 action.
290 #. TRANS: Client error.
291 #. TRANS: Client error displayed when trying to display favourite notices for a non-existing user.
292 #. TRANS: Client error displayed trying to perform an action related to a non-existing user.
293 #. TRANS: Client error displayed trying to find a user by ID for a non-existing ID.
294 #. TRANS: Client error displayed requesting groups for a non-existing user.
295 #. TRANS: Client error displayed when user not found for an action.
296 #. TRANS: Client error displayed providing a non-existing nickname.
297 #. TRANS: Error text shown when trying to send a direct message to a user that does not exist.
298 #. TRANS: Client error displayed when trying to perform a gallery action with an unknown user.
299 #. TRANS: Client error displayed when trying to access a mailbox without providing a user.
300 #. TRANS: Client error displayed when calling a profile action without specifying a user.
301 #: actions/all.php:78 actions/allrss.php:69
302 #: actions/apiaccountupdatedeliverydevice.php:110
303 #: actions/apiaccountupdateprofile.php:103
304 #: actions/apiaccountupdateprofileimage.php:104 actions/apiatomservice.php:59
305 #: actions/apiblockcreate.php:96 actions/apiblockdestroy.php:94
306 #: actions/apidirectmessage.php:75 actions/apidirectmessagenew.php:72
307 #: actions/apigroupcreate.php:111 actions/apigroupismember.php:89
308 #: actions/apigroupjoin.php:98 actions/apigroupleave.php:98
309 #: actions/apigrouplist.php:71 actions/apigroupprofileupdate.php:107
310 #: actions/apilistmember.php:76 actions/apilistmemberships.php:71
311 #: actions/apilists.php:78 actions/apilistsubscriber.php:53
312 #: actions/apilistsubscriptions.php:77 actions/apistatusesupdate.php:230
313 #: actions/apisubscriptions.php:85 actions/apitimelinefavorites.php:70
314 #: actions/apitimelinefriends.php:173 actions/apitimelinehome.php:78
315 #: actions/apitimelinementions.php:77 actions/apitimelineuser.php:79
316 #: actions/avatarbynickname.php:79 actions/favoritesrss.php:72
317 #: actions/foaf.php:42 actions/foaf.php:61 actions/hcard.php:67
318 #: actions/microsummary.php:63 actions/newmessage.php:119 actions/otp.php:78
319 #: actions/peopletagged.php:87 actions/peopletagsbyuser.php:97
320 #: actions/peopletagsforuser.php:79 actions/peopletagsubscribers.php:87
321 #: actions/peopletagsubscriptions.php:81 actions/remotesubscribe.php:156
322 #: actions/remotesubscribe.php:166 actions/replies.php:72
323 #: actions/repliesrss.php:38 actions/rsd.php:114 actions/showfavorites.php:106
324 #: actions/showprofiletag.php:73 actions/showprofiletag.php:112
325 #: actions/userbyid.php:75 actions/usergroups.php:95 actions/userrss.php:41
326 #: actions/userxrd.php:60 actions/xrds.php:71 lib/command.php:624
327 #: lib/galleryaction.php:61 lib/mailbox.php:79 lib/profileaction.php:77
328 msgid "No such user."
329 msgstr ""
330
331 #. TRANS: Title of a user's own start page.
332 #: actions/all.php:90
333 msgid "Home timeline"
334 msgstr ""
335
336 #. TRANS: Title of another user's start page.
337 #. TRANS: %s is the other user's name.
338 #: actions/all.php:95
339 #, php-format
340 msgid "%s's home timeline"
341 msgstr ""
342
343 #. TRANS: %s is user nickname.
344 #: actions/all.php:109
345 #, php-format
346 msgid "Feed for friends of %s (RSS 1.0)"
347 msgstr ""
348
349 #. TRANS: %s is user nickname.
350 #. TRANS: Feed title.
351 #. TRANS: %s is tagger's nickname.
352 #: actions/all.php:118 actions/showprofiletag.php:182
353 #, php-format
354 msgid "Feed for friends of %s (RSS 2.0)"
355 msgstr ""
356
357 #. TRANS: %s is user nickname.
358 #: actions/all.php:127
359 #, php-format
360 msgid "Feed for friends of %s (Atom)"
361 msgstr ""
362
363 #. TRANS: Empty list message. %s is a user nickname.
364 #: actions/all.php:134
365 #, php-format
366 msgid ""
367 "This is the timeline for %s and friends but no one has posted anything yet."
368 msgstr ""
369
370 #. TRANS: Encouragement displayed on logged in user's empty timeline.
371 #. TRANS: This message contains Markdown links. Keep "](" together.
372 #: actions/all.php:141
373 #, php-format
374 msgid ""
375 "Try subscribing to more people, [join a group](%%action.groups%%) or post "
376 "something yourself."
377 msgstr ""
378
379 #. TRANS: %1$s is user nickname, %2$s is user nickname, %2$s is user nickname prefixed with "@".
380 #. TRANS: This message contains Markdown links. Keep "](" together.
381 #: actions/all.php:145
382 #, php-format
383 msgid ""
384 "You can try to [nudge %1$s](../%2$s) from their profile or [post something "
385 "to them](%%%%action.newnotice%%%%?status_textarea=%3$s)."
386 msgstr ""
387
388 #. TRANS: Encouragement displayed on empty timeline user pages for anonymous users.
389 #. TRANS: %s is a user nickname. This message contains Markdown links. Keep "](" together.
390 #. TRANS: Empty list message for page with replies for a user for not logged in users.
391 #. TRANS: %1$s is a user nickname. This message contains a Markdown link in the form [link text](link).
392 #. TRANS: Second sentence of empty message for anonymous users. %s is a user nickname.
393 #. TRANS: This message contains a Markdown link. Keep "](" together.
394 #: actions/all.php:150 actions/replies.php:217 actions/showstream.php:216
395 #, php-format
396 msgid ""
397 "Why not [register an account](%%%%action.register%%%%) and then nudge %s or "
398 "post a notice to them."
399 msgstr ""
400
401 #. TRANS: Message is used as link title. %s is a user nickname.
402 #. TRANS: Title of API timeline for a user and friends.
403 #. TRANS: %s is a username.
404 #. TRANS: Timeline title for user and friends. %s is a user nickname.
405 #. TRANS: Menu item title in administrator navigation panel.
406 #. TRANS: %s is a username.
407 #. TRANS: Menu item title in personal group navigation menu.
408 #. TRANS: %s is a username.
409 #. TRANS: Menu item title in settings navigation panel.
410 #. TRANS: %s is a username.
411 #: actions/allrss.php:110 actions/apitimelinefriends.php:209
412 #: actions/apitimelinehome.php:113 lib/adminpanelnav.php:74
413 #: lib/personalgroupnav.php:77 lib/settingsnav.php:74
414 #, php-format
415 msgid "%s and friends"
416 msgstr ""
417
418 #. TRANS: Message is used as link description. %1$s is a username, %2$s is a site name.
419 #. TRANS: Message is used as a subtitle. %1$s is a user nickname, %2$s is a site name.
420 #: actions/allrss.php:115 actions/apitimelinefriends.php:215
421 #: actions/apitimelinehome.php:119
422 #, php-format
423 msgid "Updates from %1$s and friends on %2$s!"
424 msgstr ""
425
426 #. TRANS: Client error displayed when coming across a non-supported API method.
427 #. TRANS: Client error displayed when trying to handle an unknown API method.
428 #. TRANS: Client error displayed when coming across a non-supported API method.
429 #: actions/apiaccountratelimitstatus.php:70
430 #: actions/apiaccountupdatedeliverydevice.php:92
431 #: actions/apiaccountupdateprofile.php:94
432 #: actions/apiaccountverifycredentials.php:68 actions/apidirectmessage.php:157
433 #: actions/apifavoritecreate.php:98 actions/apifavoritedestroy.php:98
434 #: actions/apifriendshipscreate.php:99 actions/apifriendshipsdestroy.php:99
435 #: actions/apifriendshipsshow.php:124 actions/apigroupcreate.php:138
436 #: actions/apigroupismember.php:115 actions/apigroupjoin.php:148
437 #: actions/apigroupleave.php:138 actions/apigrouplist.php:135
438 #: actions/apigrouplistall.php:120 actions/apigroupmembership.php:105
439 #: actions/apigroupprofileupdate.php:98 actions/apigroupprofileupdate.php:216
440 #: actions/apigroupshow.php:114 actions/apihelptest.php:84
441 #: actions/apilist.php:117 actions/apilist.php:177 actions/apilist.php:214
442 #: actions/apilistmember.php:117 actions/apilistmembers.php:87
443 #: actions/apilistmembers.php:160 actions/apilistmemberships.php:103
444 #: actions/apilists.php:120 actions/apilists.php:172
445 #: actions/apilistsubscriber.php:88 actions/apilistsubscribers.php:66
446 #: actions/apilistsubscribers.php:113 actions/apilistsubscriptions.php:91
447 #: actions/apistatusesdestroy.php:101 actions/apistatusesretweets.php:110
448 #: actions/apistatusesshow.php:105 actions/apistatusnetconfig.php:139
449 #: actions/apistatusnetversion.php:91 actions/apisubscriptions.php:109
450 #: actions/apitimelinefavorites.php:182 actions/apitimelinefriends.php:278
451 #: actions/apitimelinegroup.php:148 actions/apitimelinehome.php:181
452 #: actions/apitimelinelist.php:182 actions/apitimelinementions.php:182
453 #: actions/apitimelinepublic.php:247 actions/apitimelineretweetedtome.php:150
454 #: actions/apitimelineretweetsofme.php:149 actions/apitimelinetag.php:165
455 #: actions/apitimelineuser.php:217 actions/apiusershow.php:100
456 #: lib/apilistusers.php:149
457 msgid "API method not found."
458 msgstr ""
459
460 #. TRANS: Client error message. POST is a HTTP command. It should not be translated.
461 #. TRANS: Client error. POST is a HTTP command. It should not be translated.
462 #. TRANS: Client error message. POST is a HTTP command. It should not be translated.
463 #. TRANS: Client error. POST is a HTTP command. It should not be translated.
464 #: actions/apiaccountupdatedeliverydevice.php:83
465 #: actions/apiaccountupdateprofile.php:85
466 #: actions/apiaccountupdateprofileimage.php:80 actions/apiblockcreate.php:87
467 #: actions/apiblockdestroy.php:85 actions/apidirectmessagenew.php:107
468 #: actions/apifavoritecreate.php:88 actions/apifavoritedestroy.php:88
469 #: actions/apifriendshipscreate.php:89 actions/apifriendshipsdestroy.php:89
470 #: actions/apigroupcreate.php:102 actions/apigroupjoin.php:89
471 #: actions/apigroupleave.php:89 actions/apigroupprofileupdate.php:89
472 #: actions/apimediaupload.php:66 actions/apistatusesretweet.php:63
473 #: actions/apistatusesupdate.php:194
474 msgid "This method requires a POST."
475 msgstr ""
476
477 #. TRANS: Client error displayed when no valid device parameter is provided for a user's delivery device setting.
478 #: actions/apiaccountupdatedeliverydevice.php:103
479 msgid ""
480 "You must specify a parameter named 'device' with a value of one of: sms, im, "
481 "none."
482 msgstr ""
483
484 #. TRANS: Server error displayed when a user's delivery device cannot be updated.
485 #. TRANS: Server error displayed when confirming an e-mail address or IM address fails.
486 #. TRANS: Server error thrown on database error updating e-mail preferences.
487 #. TRANS: Server error thrown on database error removing a registered e-mail address.
488 #. TRANS: Server error thrown when user profile settings could not be updated.
489 #. TRANS: Server error thrown on database error updating SMS preferences.
490 #. TRANS: Server error thrown on database error removing a registered SMS phone number.
491 #. TRANS: Server error displayed when "Other" settings in user profile could not be updated on the server.
492 #: actions/apiaccountupdatedeliverydevice.php:136
493 #: actions/confirmaddress.php:122 actions/emailsettings.php:353
494 #: actions/emailsettings.php:504 actions/profilesettings.php:348
495 #: actions/smssettings.php:301 actions/smssettings.php:454
496 #: actions/urlsettings.php:213
497 msgid "Could not update user."
498 msgstr ""
499
500 #. TRANS: Error message displayed when referring to a user without a profile.
501 #: actions/apiaccountupdateprofile.php:111
502 #: actions/apiaccountupdateprofileimage.php:131
503 #: actions/apiuserprofileimage.php:88 actions/apiusershow.php:108
504 #: actions/avatarbynickname.php:85 actions/avatarsettings.php:108
505 #: actions/avatarsettings.php:194 actions/foaf.php:69
506 #: actions/grouplogo.php:184 actions/hcard.php:75
507 #: actions/peopletagsbyuser.php:105 actions/peopletagsforuser.php:87
508 #: actions/peopletagsubscriptions.php:89 actions/remotesubscribe.php:209
509 #: actions/replies.php:80 actions/userauthorization.php:75
510 #: actions/usergroups.php:103 actions/userrss.php:110 lib/galleryaction.php:69
511 #: lib/profileaction.php:85
512 msgid "User has no profile."
513 msgstr ""
514
515 #. TRANS: Server error displayed if a user profile could not be saved.
516 #. TRANS: Server error thrown when user profile settings could not be saved.
517 #: actions/apiaccountupdateprofile.php:147 actions/profilesettings.php:448
518 msgid "Could not save profile."
519 msgstr ""
520
521 #. TRANS: Client error displayed when the number of bytes in a POST request exceeds a limit.
522 #. TRANS: %s is the number of bytes of the CONTENT_LENGTH.
523 #: actions/apiaccountupdateprofileimage.php:95 actions/apimediaupload.php:81
524 #: actions/apistatusesupdate.php:210 actions/avatarsettings.php:271
525 #: actions/editapplication.php:121 actions/newapplication.php:102
526 #: actions/newnotice.php:94
527 #, php-format
528 msgid ""
529 "The server was unable to handle that much POST data (%s byte) due to its "
530 "current configuration."
531 msgid_plural ""
532 "The server was unable to handle that much POST data (%s bytes) due to its "
533 "current configuration."
534 msgstr[0] ""
535 msgstr[1] ""
536
537 #. TRANS: Title for Atom feed.
538 #: actions/apiatomservice.php:85
539 msgctxt "ATOM"
540 msgid "Main"
541 msgstr ""
542
543 #. TRANS: Title for Atom feed. %s is a user nickname.
544 #. TRANS: Message is used as link title. %s is a user nickname.
545 #. TRANS: Title in atom group notice feed. %s is a group name.
546 #. TRANS: Title in atom user notice feed. %s is a user name.
547 #: actions/apiatomservice.php:93 actions/grouprss.php:138
548 #: actions/userrss.php:95 lib/atomgroupnoticefeed.php:63
549 #: lib/atomusernoticefeed.php:88
550 #, php-format
551 msgid "%s timeline"
552 msgstr ""
553
554 #. TRANS: Title for Atom feed with a user's subscriptions. %s is a user nickname.
555 #. TRANS: Title for Atom subscription feed.
556 #. TRANS: %s is a user nickname.
557 #. TRANS: Header for subscriptions overview for a user (first page).
558 #. TRANS: %s is a user nickname.
559 #: actions/apiatomservice.php:104 actions/atompubsubscriptionfeed.php:148
560 #: actions/subscriptions.php:51
561 #, php-format
562 msgid "%s subscriptions"
563 msgstr ""
564
565 #. TRANS: Title for Atom feed with a user's favorite notices. %s is a user nickname.
566 #. TRANS: Title for Atom favorites feed.
567 #. TRANS: %s is a user nickname.
568 #: actions/apiatomservice.php:115 actions/atompubfavoritefeed.php:142
569 #, php-format
570 msgid "%s favorites"
571 msgstr ""
572
573 #. TRANS: Title for Atom feed with a user's memberships. %s is a user nickname.
574 #: actions/apiatomservice.php:126
575 #, php-format
576 msgid "%s memberships"
577 msgstr ""
578
579 #. TRANS: Client error displayed when users try to block themselves.
580 #: actions/apiblockcreate.php:105
581 msgid "You cannot block yourself!"
582 msgstr ""
583
584 #. TRANS: Server error displayed when blocking a user has failed.
585 #: actions/apiblockcreate.php:127
586 msgid "Block user failed."
587 msgstr ""
588
589 #. TRANS: Server error displayed when unblocking a user has failed.
590 #: actions/apiblockdestroy.php:113
591 msgid "Unblock user failed."
592 msgstr ""
593
594 #. TRANS: Title. %s is a user nickname.
595 #: actions/apidirectmessage.php:88
596 #, php-format
597 msgid "Direct messages from %s"
598 msgstr ""
599
600 #. TRANS: Subtitle. %s is a user nickname.
601 #: actions/apidirectmessage.php:93
602 #, php-format
603 msgid "All the direct messages sent from %s"
604 msgstr ""
605
606 #. TRANS: Title. %s is a user nickname.
607 #: actions/apidirectmessage.php:102
608 #, php-format
609 msgid "Direct messages to %s"
610 msgstr ""
611
612 #. TRANS: Subtitle. %s is a user nickname.
613 #: actions/apidirectmessage.php:107
614 #, php-format
615 msgid "All the direct messages sent to %s"
616 msgstr ""
617
618 #. TRANS: Client error displayed when no message text was submitted (406).
619 #: actions/apidirectmessagenew.php:117
620 msgid "No message text!"
621 msgstr ""
622
623 #. TRANS: Client error displayed when message content is too long.
624 #. TRANS: %d is the maximum number of characters for a message.
625 #. TRANS: Form validation error displayed when message content is too long.
626 #. TRANS: %d is the maximum number of characters for a message.
627 #: actions/apidirectmessagenew.php:127 actions/newmessage.php:159
628 #, php-format
629 msgid "That's too long. Maximum message size is %d character."
630 msgid_plural "That's too long. Maximum message size is %d characters."
631 msgstr[0] ""
632 msgstr[1] ""
633
634 #. TRANS: Client error displayed if a recipient user could not be found (403).
635 #: actions/apidirectmessagenew.php:139
636 msgid "Recipient user not found."
637 msgstr ""
638
639 #. TRANS: Client error displayed trying to direct message another user who's not a friend (403).
640 #: actions/apidirectmessagenew.php:144
641 msgid "Cannot send direct messages to users who aren't your friend."
642 msgstr ""
643
644 #. TRANS: Client error displayed trying to direct message self (403).
645 #. TRANS: Client error displayed trying to send a direct message to self.
646 #. TRANS: Error text shown when trying to send a direct message to self.
647 #: actions/apidirectmessagenew.php:154 actions/newmessage.php:178
648 #: lib/command.php:632
649 msgid ""
650 "Do not send a message to yourself; just say it to yourself quietly instead."
651 msgstr ""
652
653 #. TRANS: Client error displayed when requesting a status with a non-existing ID.
654 #. TRANS: Client error displayed when trying to remove a favourite with an invalid ID.
655 #. TRANS: Client error displayed trying to delete a status with an invalid ID.
656 #: actions/apifavoritecreate.php:108 actions/apifavoritedestroy.php:108
657 #: actions/apistatusesdestroy.php:121
658 msgid "No status found with that ID."
659 msgstr ""
660
661 #. TRANS: Client error displayed when trying to mark a notice favourite that already is a favourite.
662 #: actions/apifavoritecreate.php:120
663 msgid "This status is already a favorite."
664 msgstr ""
665
666 #. TRANS: Client error displayed when marking a notice as favourite fails.
667 #. TRANS: Server error displayed when trying to mark a notice as favorite fails in the database.
668 #. TRANS: Error message text shown when a favorite could not be set.
669 #: actions/apifavoritecreate.php:132 actions/favor.php:87 lib/command.php:306
670 msgid "Could not create favorite."
671 msgstr ""
672
673 #. TRANS: Client error displayed when trying to remove a favourite that was not a favourite.
674 #: actions/apifavoritedestroy.php:122
675 msgid "That status is not a favorite."
676 msgstr ""
677
678 #. TRANS: Client error displayed when removing a favourite has failed.
679 #. TRANS: Server error displayed when removing a favorite from the database fails.
680 #: actions/apifavoritedestroy.php:135 actions/disfavor.php:90
681 msgid "Could not delete favorite."
682 msgstr ""
683
684 #. TRANS: Client error displayed when trying follow who's profile could not be found.
685 #: actions/apifriendshipscreate.php:109
686 msgid "Could not follow user: profile not found."
687 msgstr ""
688
689 #. TRANS: Client error displayed when trying to follow a user that's already being followed.
690 #. TRANS: %s is the nickname of the user that is already being followed.
691 #: actions/apifriendshipscreate.php:120
692 #, php-format
693 msgid "Could not follow user: %s is already on your list."
694 msgstr ""
695
696 #. TRANS: Client error displayed when trying to unfollow a user that cannot be found.
697 #: actions/apifriendshipsdestroy.php:109
698 msgid "Could not unfollow user: User not found."
699 msgstr ""
700
701 #. TRANS: Client error displayed when trying to unfollow self.
702 #: actions/apifriendshipsdestroy.php:121
703 msgid "You cannot unfollow yourself."
704 msgstr ""
705
706 #. TRANS: Client error displayed when supplying invalid parameters to an API call checking if a friendship exists.
707 #: actions/apifriendshipsexists.php:88
708 msgid "Two valid IDs or nick names must be supplied."
709 msgstr ""
710
711 #. TRANS: Client error displayed when a source user could not be determined showing friendship.
712 #: actions/apifriendshipsshow.php:131
713 msgid "Could not determine source user."
714 msgstr ""
715
716 #. TRANS: Client error displayed when a target user could not be determined showing friendship.
717 #: actions/apifriendshipsshow.php:140
718 msgid "Could not find target user."
719 msgstr ""
720
721 #. TRANS: Client error trying to create a group with a nickname this is already in use.
722 #. TRANS: API validation exception thrown when nickname is already used.
723 #. TRANS: Group edit form validation error.
724 #. TRANS: Group create form validation error.
725 #. TRANS: Validation error in form for profile settings.
726 #. TRANS: Form validation error displayed when trying to register with an existing nickname.
727 #: actions/apigroupcreate.php:156 actions/apigroupprofileupdate.php:257
728 #: actions/editgroup.php:200 actions/newgroup.php:138
729 #: actions/profilesettings.php:293 actions/register.php:210
730 msgid "Nickname already in use. Try another one."
731 msgstr ""
732
733 #. TRANS: Client error in form for group creation.
734 #. TRANS: API validation exception thrown when nickname does not validate.
735 #. TRANS: Group edit form validation error.
736 #. TRANS: Group create form validation error.
737 #. TRANS: Validation error in form for profile settings.
738 #. TRANS: Form validation error displayed when trying to register with an invalid nickname.
739 #: actions/apigroupcreate.php:164 actions/apigroupprofileupdate.php:262
740 #: actions/editgroup.php:204 actions/newgroup.php:142
741 #: actions/profilesettings.php:263 actions/register.php:213
742 msgid "Not a valid nickname."
743 msgstr ""
744
745 #. TRANS: Client error in form for group creation.
746 #. TRANS: API validation exception thrown when homepage URL does not validate.
747 #. TRANS: Validation error shown when providing an invalid homepage URL in the "Edit application" form.
748 #. TRANS: Group edit form validation error.
749 #. TRANS: Validation error shown when providing an invalid homepage URL in the "New application" form.
750 #. TRANS: Group create form validation error.
751 #. TRANS: Validation error in form for profile settings.
752 #. TRANS: Form validation error displayed when trying to register with an invalid homepage URL.
753 #: actions/apigroupcreate.php:181 actions/apigroupprofileupdate.php:281
754 #: actions/editapplication.php:236 actions/editgroup.php:211
755 #: actions/newapplication.php:222 actions/newgroup.php:149
756 #: actions/profilesettings.php:268 actions/register.php:222
757 msgid "Homepage is not a valid URL."
758 msgstr ""
759
760 #. TRANS: Client error in form for group creation.
761 #. TRANS: API validation exception thrown when full name does not validate.
762 #. TRANS: Group edit form validation error.
763 #. TRANS: Group create form validation error.
764 #. TRANS: Validation error in form for profile settings.
765 #. TRANS: Form validation error displayed when trying to register with a too long full name.
766 #: actions/apigroupcreate.php:191 actions/apigroupprofileupdate.php:291
767 #: actions/editgroup.php:215 actions/newgroup.php:153
768 #: actions/profilesettings.php:272 actions/register.php:226
769 msgid "Full name is too long (maximum 255 characters)."
770 msgstr ""
771
772 #. TRANS: Client error shown when providing too long a description during group creation.
773 #. TRANS: %d is the maximum number of allowed characters.
774 #. TRANS: API validation exception thrown when description does not validate.
775 #. TRANS: %d is the maximum description length and used for plural.
776 #. TRANS: Validation error shown when providing too long a description in the "Edit application" form.
777 #. TRANS: %d is the maximum number of allowed characters.
778 #. TRANS: Group edit form validation error.
779 #. TRANS: Client error shown when providing too long a description when editing a list.
780 #. TRANS: %d is the maximum number of allowed characters.
781 #. TRANS: Form validation error in New application form.
782 #. TRANS: %d is the maximum number of characters for the description.
783 #. TRANS: Group create form validation error.
784 #. TRANS: %d is the maximum number of allowed characters.
785 #: actions/apigroupcreate.php:201 actions/apigroupprofileupdate.php:301
786 #: actions/editapplication.php:203 actions/editgroup.php:220
787 #: actions/editpeopletag.php:265 actions/newapplication.php:183
788 #: actions/newgroup.php:158
789 #, php-format
790 msgid "Description is too long (maximum %d character)."
791 msgid_plural "Description is too long (maximum %d characters)."
792 msgstr[0] ""
793 msgstr[1] ""
794
795 #. TRANS: Client error shown when providing too long a location during group creation.
796 #. TRANS: API validation exception thrown when location does not validate.
797 #. TRANS: Group edit form validation error.
798 #. TRANS: Group create form validation error.
799 #. TRANS: Validation error in form for profile settings.
800 #. TRANS: Form validation error displayed when trying to register with a too long location.
801 #: actions/apigroupcreate.php:215 actions/apigroupprofileupdate.php:313
802 #: actions/editgroup.php:227 actions/newgroup.php:165
803 #: actions/profilesettings.php:285 actions/register.php:238
804 msgid "Location is too long (maximum 255 characters)."
805 msgstr ""
806
807 #. TRANS: Client error shown when providing too many aliases during group creation.
808 #. TRANS: %d is the maximum number of allowed aliases.
809 #. TRANS: API validation exception thrown when aliases do not validate.
810 #. TRANS: %d is the maximum number of aliases and used for plural.
811 #. TRANS: Group edit form validation error.
812 #. TRANS: %d is the maximum number of allowed aliases.
813 #. TRANS: Group create form validation error.
814 #. TRANS: %d is the maximum number of allowed aliases.
815 #: actions/apigroupcreate.php:236 actions/apigroupprofileupdate.php:332
816 #: actions/editgroup.php:240 actions/newgroup.php:178
817 #, php-format
818 msgid "Too many aliases! Maximum %d allowed."
819 msgid_plural "Too many aliases! Maximum %d allowed."
820 msgstr[0] ""
821 msgstr[1] ""
822
823 #. TRANS: Client error shown when providing an invalid alias during group creation.
824 #. TRANS: %s is the invalid alias.
825 #. TRANS: API validation exception thrown when aliases does not validate.
826 #. TRANS: %s is the invalid alias.
827 #: actions/apigroupcreate.php:253 actions/apigroupprofileupdate.php:350
828 #, php-format
829 msgid "Invalid alias: \"%s\"."
830 msgstr ""
831
832 #. TRANS: Client error displayed when trying to use an alias during group creation that is already in use.
833 #. TRANS: %s is the alias that is already in use.
834 #. TRANS: API validation exception thrown when aliases is already used.
835 #. TRANS: %s is the already used alias.
836 #. TRANS: Group edit form validation error.
837 #. TRANS: Group create form validation error. %s is the already used alias.
838 #: actions/apigroupcreate.php:264 actions/apigroupprofileupdate.php:361
839 #: actions/editgroup.php:255 actions/newgroup.php:194
840 #, php-format
841 msgid "Alias \"%s\" already in use. Try another one."
842 msgstr ""
843
844 #. TRANS: Client error displayed when trying to use an alias during group creation that is the same as the group's nickname.
845 #. TRANS: Group edit form validation error.
846 #: actions/apigroupcreate.php:278 actions/editgroup.php:262
847 msgid "Alias can't be the same as nickname."
848 msgstr ""
849
850 #. TRANS: Client error displayed when checking group membership for a non-existing group.
851 #. TRANS: Client error displayed when trying to join a group that does not exist.
852 #. TRANS: Client error displayed when trying to leave a group that does not exist.
853 #. TRANS: Client error displayed trying to show group membership on a non-existing group.
854 #. TRANS: Client error displayed when not providing a group or an invalid group.
855 #. TRANS: Client error displayed when trying to show a group that could not be found.
856 #. TRANS: Client error displayed requesting most recent notices to a group for a non-existing group.
857 #: actions/apigroupismember.php:95 actions/apigroupjoin.php:104
858 #: actions/apigroupleave.php:104 actions/apigroupmembership.php:71
859 #: actions/apigroupprofileupdate.php:113 actions/apigroupshow.php:81
860 #: actions/apitimelinegroup.php:89
861 msgid "Group not found."
862 msgstr ""
863
864 #. TRANS: Server error displayed when trying to join a group the user is already a member of.
865 #. TRANS: Client error displayed when trying to join a group while already a member.
866 #. TRANS: Error text shown a user tries to join a group they already are a member of.
867 #: actions/apigroupjoin.php:111 actions/joingroup.php:103 lib/command.php:345
868 msgid "You are already a member of that group."
869 msgstr ""
870
871 #. TRANS: Server error displayed when trying to join a group the user is blocked from joining.
872 #. TRANS: Client error displayed when trying to join a group while being blocked form joining it.
873 #. TRANS: Error text shown when a user tries to join a group they are blocked from joining.
874 #: actions/apigroupjoin.php:121 actions/joingroup.php:109 lib/command.php:350
875 msgid "You have been blocked from that group by the admin."
876 msgstr ""
877
878 #. TRANS: Server error displayed when joining a group failed in the database.
879 #. TRANS: %1$s is the joining user's nickname, $2$s is the group nickname for which the join failed.
880 #. TRANS: Message given having failed to add a user to a group.
881 #. TRANS: %1$s is the nickname of the user, %2$s is the nickname of the group.
882 #: actions/apigroupjoin.php:133 actions/joingroup.php:136 lib/command.php:359
883 #, php-format
884 msgid "Could not join user %1$s to group %2$s."
885 msgstr ""
886
887 #. TRANS: Server error displayed when trying to leave a group the user is not a member of.
888 #: actions/apigroupleave.php:115
889 msgid "You are not a member of this group."
890 msgstr ""
891
892 #. TRANS: Server error displayed when leaving a group failed in the database.
893 #. TRANS: %1$s is the leaving user's nickname, $2$s is the group nickname for which the leave failed.
894 #. TRANS: Message given having failed to remove a user from a group.
895 #. TRANS: %1$s is the nickname of the user, %2$s is the nickname of the group.
896 #: actions/apigroupleave.php:124 actions/leavegroup.php:130
897 #: lib/command.php:404
898 #, php-format
899 msgid "Could not remove user %1$s from group %2$s."
900 msgstr ""
901
902 #. TRANS: Used as title in check for group membership. %s is a user name.
903 #: actions/apigrouplist.php:95
904 #, php-format
905 msgid "%s's groups"
906 msgstr ""
907
908 #. TRANS: Used as subtitle in check for group membership. %1$s is the site name, %2$s is a user name.
909 #: actions/apigrouplist.php:105
910 #, php-format
911 msgid "%1$s groups %2$s is a member of."
912 msgstr ""
913
914 #. TRANS: Message is used as a title when listing the lastest 20 groups. %s is a site name.
915 #. TRANS: Page title for first page of groups for a user.
916 #. TRANS: %s is a nickname.
917 #: actions/apigrouplistall.php:88 actions/usergroups.php:63
918 #, php-format
919 msgid "%s groups"
920 msgstr ""
921
922 #. TRANS: Message is used as a subtitle when listing the latest 20 groups. %s is a site name.
923 #: actions/apigrouplistall.php:93
924 #, php-format
925 msgid "groups on %s"
926 msgstr ""
927
928 #. TRANS: Client error displayed when trying to edit a group without being an admin.
929 #. TRANS: Client error displayed trying to edit a group while not being a group admin.
930 #. TRANS: Client error displayed when trying to change group logo settings while not being a group admin.
931 #: actions/apigroupprofileupdate.php:119 actions/editgroup.php:110
932 #: actions/editgroup.php:176 actions/grouplogo.php:111
933 msgid "You must be an admin to edit the group."
934 msgstr ""
935
936 #. TRANS: Server error displayed when group update fails.
937 #. TRANS: Server error displayed when editing a group fails.
938 #: actions/apigroupprofileupdate.php:173 actions/editgroup.php:285
939 msgid "Could not update group."
940 msgstr ""
941
942 #. TRANS: Server error displayed when adding group aliases fails.
943 #. TRANS: Server error displayed when group aliases could not be added.
944 #. TRANS: Server exception thrown when creating group aliases failed.
945 #: actions/apigroupprofileupdate.php:196 actions/editgroup.php:292
946 #: classes/User_group.php:552
947 msgid "Could not create aliases."
948 msgstr ""
949
950 #. TRANS: API validation exception thrown when nickname does not validate.
951 #. TRANS: Validation error in form for registration, profile and group settings, etc.
952 #: actions/apigroupprofileupdate.php:252 lib/nickname.php:165
953 msgid "Nickname must have only lowercase letters and numbers and no spaces."
954 msgstr ""
955
956 #. TRANS: API validation exception thrown when alias is the same as nickname.
957 #. TRANS: Group create form validation error.
958 #: actions/apigroupprofileupdate.php:370 actions/newgroup.php:201
959 msgid "Alias cannot be the same as nickname."
960 msgstr ""
961
962 #. TRANS: Client error displayed when referring to a non-existing list.
963 #. TRANS: Client error displayed trying to perform an action related to a non-existing list.
964 #. TRANS: Client error displayed when referring to a non-existing list.
965 #: actions/apilist.php:81 actions/apilistmember.php:70
966 #: actions/apilistsubscriber.php:47 actions/apitimelinelist.php:95
967 #: lib/apilistusers.php:67
968 msgid "List not found."
969 msgstr ""
970
971 #. TRANS: Client error displayed when trying to update another user's list.
972 #: actions/apilist.php:145
973 msgid "You cannot update lists that do not belong to you."
974 msgstr ""
975
976 #. TRANS: Client error displayed when an unknown error occurs updating a list.
977 #. TRANS: Client error displayed when an unknown error occurs viewing list members.
978 #. TRANS: Client error displayed when an unknown error occurs in the list subscribers action.
979 #. TRANS: Client error displayed when an unknown error occurs unsubscribing from a list.
980 #: actions/apilist.php:161 actions/apilistmembers.php:70
981 #: actions/apilistmembers.php:143 actions/apilistsubscribers.php:49
982 #: actions/apilistsubscribers.php:96
983 msgid "An error occured."
984 msgstr ""
985
986 #. TRANS: Client error displayed when trying to delete another user's list.
987 #: actions/apilist.php:195
988 msgid "You cannot delete lists that do not belong to you."
989 msgstr ""
990
991 #. TRANS: Client error displayed when referring to a non-list member.
992 #: actions/apilistmember.php:99
993 msgid "The specified user is not a member of this list."
994 msgstr ""
995
996 #. TRANS: Client error displayed when trying to add members to a list without having the right to do so.
997 #: actions/apilistmembers.php:47
998 msgid "You are not allowed to add members to this list."
999 msgstr ""
1000
1001 #. TRANS: Client error displayed when trying to modify list members without specifying them.
1002 #: actions/apilistmembers.php:57 actions/apilistmembers.php:116
1003 msgid "You must specify a member."
1004 msgstr ""
1005
1006 #. TRANS: Client error displayed when trying to remove members from a list without having the right to do so.
1007 #: actions/apilistmembers.php:106
1008 msgid "You are not allowed to remove members from this list."
1009 msgstr ""
1010
1011 #. TRANS: Client error displayed when trying to remove a list member that is not part of a list.
1012 #: actions/apilistmembers.php:131
1013 msgid "The user you are trying to remove from the list is not a member."
1014 msgstr ""
1015
1016 #. TRANS: Client error displayed when trying to create a list without a name.
1017 #: actions/apilists.php:139
1018 msgid "A list must have a name."
1019 msgstr ""
1020
1021 #. TRANS: Client error displayed when a membership check for a user is nagative.
1022 #: actions/apilistsubscriber.php:70
1023 msgid "The specified user is not a subscriber of this list."
1024 msgstr ""
1025
1026 #. TRANS: Client error displayed when trying to unsubscribe from a non-subscribed list.
1027 #: actions/apilistsubscribers.php:84
1028 msgid "You are not subscribed to this list."
1029 msgstr ""
1030
1031 #. TRANS: Client error displayed when uploading a media file has failed.
1032 #: actions/apimediaupload.php:101
1033 msgid "Upload failed."
1034 msgstr ""
1035
1036 #. TRANS: Client error given from the OAuth API when the request token or verifier is invalid.
1037 #: actions/apioauthaccesstoken.php:102
1038 msgid "Invalid request token or verifier."
1039 msgstr ""
1040
1041 #. TRANS: Client error given when no oauth_token was passed to the OAuth API.
1042 #: actions/apioauthauthorize.php:107
1043 msgid "No oauth_token parameter provided."
1044 msgstr ""
1045
1046 #. TRANS: Client error given when an invalid request token was passed to the OAuth API.
1047 #: actions/apioauthauthorize.php:115 actions/apioauthauthorize.php:129
1048 msgid "Invalid request token."
1049 msgstr ""
1050
1051 #. TRANS: Client error given when an invalid request token was passed to the OAuth API.
1052 #: actions/apioauthauthorize.php:121
1053 msgid "Request token already authorized."
1054 msgstr ""
1055
1056 #. TRANS: Form validation error given when an invalid username and/or password was passed to the OAuth API.
1057 #: actions/apioauthauthorize.php:168
1058 msgid "Invalid nickname / password!"
1059 msgstr ""
1060
1061 #. TRANS: Server error displayed when a database action fails.
1062 #: actions/apioauthauthorize.php:211
1063 msgid "Database error inserting oauth_token_association."
1064 msgstr ""
1065
1066 #. TRANS: Client error given on when invalid data was passed through a form in the OAuth API.
1067 #. TRANS: Unexpected validation error on avatar upload form.
1068 #. TRANS: Client error displayed submitting invalid form data for edit application.
1069 #. TRANS: Message given submitting a form with an unknown action in e-mail settings.
1070 #. TRANS: Form validation error message when an unsupported argument is used.
1071 #. TRANS: Message given submitting a form with an unknown action in Instant Messaging settings.
1072 #. TRANS: Client error displayed when encountering an unexpected action on form submission.
1073 #. TRANS: Client error when submitting a form with unexpected information.
1074 #. TRANS: Client error displayed when unexpected data is posted in the password recovery form.
1075 #. TRANS: Message given submitting a form with an unknown action in SMS settings.
1076 #: actions/apioauthauthorize.php:288 actions/avatarsettings.php:297
1077 #: actions/editapplication.php:145 actions/emailsettings.php:312
1078 #: actions/grouplogo.php:332 actions/imsettings.php:259
1079 #: actions/newapplication.php:125 actions/oauthconnectionssettings.php:145
1080 #: actions/recoverpassword.php:46 actions/smssettings.php:271
1081 msgid "Unexpected form submission."
1082 msgstr ""
1083
1084 #. TRANS: Title for a page where a user can confirm/deny account access by an external application.
1085 #: actions/apioauthauthorize.php:357
1086 msgid "An application would like to connect to your account"
1087 msgstr ""
1088
1089 #. TRANS: Fieldset legend.
1090 #: actions/apioauthauthorize.php:374
1091 msgid "Allow or deny access"
1092 msgstr ""
1093
1094 #. TRANS: User notification of external application requesting account access.
1095 #. TRANS: %3$s is the access type requested (read-write or read-only), %4$s is the StatusNet sitename.
1096 #: actions/apioauthauthorize.php:395
1097 #, php-format
1098 msgid ""
1099 "An application would like the ability to <strong>%3$s</strong> your %4$s "
1100 "account data. You should only give access to your %4$s account to third "
1101 "parties you trust."
1102 msgstr ""
1103
1104 #. TRANS: User notification of external application requesting account access.
1105 #. TRANS: %1$s is the application name requesting access, %2$s is the organisation behind the application,
1106 #. TRANS: %3$s is the access type requested, %4$s is the StatusNet sitename.
1107 #: actions/apioauthauthorize.php:403
1108 #, php-format
1109 msgid ""
1110 "The application <strong>%1$s</strong> by <strong>%2$s</strong> would like "
1111 "the ability to <strong>%3$s</strong> your %4$s account data. You should only "
1112 "give access to your %4$s account to third parties you trust."
1113 msgstr ""
1114
1115 #. TRANS: Fieldset legend.
1116 #: actions/apioauthauthorize.php:425
1117 msgctxt "LEGEND"
1118 msgid "Account"
1119 msgstr ""
1120
1121 #. TRANS: Field label on OAuth API authorisation form.
1122 #. TRANS: Field label in form for profile settings.
1123 #. TRANS: Field label on account registration page.
1124 #. TRANS: Label for nickname on user authorisation page.
1125 #. TRANS: Field label on group edit form.
1126 #. TRANS: Dropdown option for searching in profiles.
1127 #: actions/apioauthauthorize.php:429 actions/profilesettings.php:104
1128 #: actions/register.php:438 actions/userauthorization.php:146
1129 #: lib/groupeditform.php:147 lib/togglepeopletag.php:107
1130 msgid "Nickname"
1131 msgstr ""
1132
1133 #. TRANS: Field label on OAuth API authorisation form.
1134 #. TRANS: Field label on login page.
1135 #. TRANS: Field label on account registration page.
1136 #: actions/apioauthauthorize.php:433 actions/login.php:235
1137 #: actions/register.php:444
1138 msgid "Password"
1139 msgstr ""
1140
1141 #. TRANS: Button text that when clicked will cancel the process of allowing access to an account
1142 #. TRANS: by an external application.
1143 #. TRANS: Button label to cancel an e-mail address confirmation procedure.
1144 #. TRANS: Button label to cancel an IM address confirmation procedure.
1145 #. TRANS: Button label to cancel a SMS address confirmation procedure.
1146 #. TRANS: Button label in the "Edit application" form.
1147 #: actions/apioauthauthorize.php:448 actions/emailsettings.php:125
1148 #: actions/imsettings.php:136 actions/smssettings.php:132
1149 #: lib/applicationeditform.php:351
1150 msgctxt "BUTTON"
1151 msgid "Cancel"
1152 msgstr ""
1153
1154 #. TRANS: Button text that when clicked will allow access to an account by an external application.
1155 #: actions/apioauthauthorize.php:455
1156 msgctxt "BUTTON"
1157 msgid "Allow"
1158 msgstr ""
1159
1160 #. TRANS: Form instructions.
1161 #: actions/apioauthauthorize.php:472
1162 msgid "Authorize access to your account information."
1163 msgstr ""
1164
1165 #. TRANS: Header for user notification after revoking OAuth access to an application.
1166 #: actions/apioauthauthorize.php:564
1167 msgid "Authorization canceled."
1168 msgstr ""
1169
1170 #. TRANS: User notification after revoking OAuth access to an application.
1171 #. TRANS: %s is an OAuth token.
1172 #: actions/apioauthauthorize.php:568
1173 #, php-format
1174 msgid "The request token %s has been revoked."
1175 msgstr ""
1176
1177 #. TRANS: Title of the page notifying the user that an anonymous client application was successfully authorized to access the user's account with OAuth.
1178 #: actions/apioauthauthorize.php:591
1179 msgid "You have successfully authorized the application"
1180 msgstr ""
1181
1182 #. TRANS: Message notifying the user that an anonymous client application was successfully authorized to access the user's account with OAuth.
1183 #: actions/apioauthauthorize.php:595
1184 msgid ""
1185 "Please return to the application and enter the following security code to "
1186 "complete the process."
1187 msgstr ""
1188
1189 #. TRANS: Title of the page notifying the user that the client application was successfully authorized to access the user's account with OAuth.
1190 #. TRANS: %s is the authorised application name.
1191 #: actions/apioauthauthorize.php:602
1192 #, php-format
1193 msgid "You have successfully authorized %s"
1194 msgstr ""
1195
1196 #. TRANS: Message notifying the user that the client application was successfully authorized to access the user's account with OAuth.
1197 #. TRANS: %s is the authorised application name.
1198 #: actions/apioauthauthorize.php:609
1199 #, php-format
1200 msgid ""
1201 "Please return to %s and enter the following security code to complete the "
1202 "process."
1203 msgstr ""
1204
1205 #. TRANS: Client error displayed trying to delete a status not using POST or DELETE.
1206 #. TRANS: POST and DELETE should not be translated.
1207 #: actions/apistatusesdestroy.php:111
1208 msgid "This method requires a POST or DELETE."
1209 msgstr ""
1210
1211 #. TRANS: Client error displayed trying to delete a status of another user.
1212 #: actions/apistatusesdestroy.php:136
1213 msgid "You may not delete another user's status."
1214 msgstr ""
1215
1216 #. TRANS: Client error displayed trying to repeat a non-existing notice through the API.
1217 #. TRANS: Client error displayed trying to display redents of a non-exiting notice.
1218 #. TRANS: Client exception thrown when referencing a non-existing notice.
1219 #. TRANS: Error message displayed trying to delete a non-existing notice.
1220 #. TRANS: Client error displayed trying to show a non-existing notice.
1221 #: actions/apistatusesretweet.php:74 actions/apistatusesretweets.php:70
1222 #: actions/atompubshowfavorite.php:82 actions/deletenotice.php:61
1223 #: actions/shownotice.php:130
1224 msgid "No such notice."
1225 msgstr ""
1226
1227 #. TRANS: Client error displayed calling an unsupported HTTP error in API status show.
1228 #. TRANS: Client exception thrown when using an unsupported HTTP method.
1229 #. TRANS: Client exception thrown using an unsupported HTTP method.
1230 #. TRANS: Client exception thrown when using an unsupported HTTP method.
1231 #. TRANS: Client error shown when using a non-supported HTTP method.
1232 #. TRANS: Client exception thrown when using an unsupported HTTP method.
1233 #: actions/apistatusesshow.php:118 actions/atompubfavoritefeed.php:103
1234 #: actions/atompubmembershipfeed.php:105 actions/atompubshowfavorite.php:117
1235 #: actions/atompubshowmembership.php:116
1236 #: actions/atompubshowsubscription.php:122
1237 #: actions/atompubsubscriptionfeed.php:109
1238 msgid "HTTP method not supported."
1239 msgstr ""
1240
1241 #. TRANS: Exception thrown requesting an unsupported notice output format.
1242 #. TRANS: %s is the requested output format.
1243 #: actions/apistatusesshow.php:144
1244 #, php-format
1245 msgid "Unsupported format: %s."
1246 msgstr ""
1247
1248 #. TRANS: Client error displayed requesting a deleted status.
1249 #: actions/apistatusesshow.php:155
1250 msgid "Status deleted."
1251 msgstr ""
1252
1253 #. TRANS: Client error displayed requesting a status with an invalid ID.
1254 #: actions/apistatusesshow.php:162
1255 msgid "No status with that ID found."
1256 msgstr ""
1257
1258 #. TRANS: Client error displayed when trying to delete a notice not using the Atom format.
1259 #: actions/apistatusesshow.php:227
1260 msgid "Can only delete using the Atom format."
1261 msgstr ""
1262
1263 #. TRANS: Client error displayed when a user has no rights to delete notices of other users.
1264 #. TRANS: Error message displayed trying to delete a notice that was not made by the current user.
1265 #: actions/apistatusesshow.php:235 actions/deletenotice.php:78
1266 msgid "Cannot delete this notice."
1267 msgstr ""
1268
1269 #. TRANS: Confirmation of notice deletion in API. %d is the ID (number) of the deleted notice.
1270 #: actions/apistatusesshow.php:249
1271 #, php-format
1272 msgid "Deleted notice %d"
1273 msgstr ""
1274
1275 #. TRANS: Client error displayed when the parameter "status" is missing.
1276 #: actions/apistatusesupdate.php:221
1277 msgid "Client must provide a 'status' parameter with a value."
1278 msgstr ""
1279
1280 #. TRANS: Client error displayed exceeding the maximum notice length.
1281 #. TRANS: %d is the maximum length for a notice.
1282 #. TRANS: Client error displayed when the parameter "status" is missing.
1283 #. TRANS: %d is the maximum number of character for a notice.
1284 #. TRANS: Error message in incoming mail handler used when an incoming e-mail contains too many characters.
1285 #: actions/apistatusesupdate.php:244 actions/newnotice.php:161
1286 #: lib/mailhandler.php:65
1287 #, php-format
1288 msgid "That's too long. Maximum notice size is %d character."
1289 msgid_plural "That's too long. Maximum notice size is %d characters."
1290 msgstr[0] ""
1291 msgstr[1] ""
1292
1293 #. TRANS: Client error displayed when replying to a non-existing notice.
1294 #: actions/apistatusesupdate.php:284
1295 msgid "Parent notice not found."
1296 msgstr ""
1297
1298 #. TRANS: Client error displayed exceeding the maximum notice length.
1299 #. TRANS: %d is the maximum lenth for a notice.
1300 #. TRANS: Client error displayed exceeding the maximum notice length.
1301 #. TRANS: %d is the maximum length for a notice.
1302 #: actions/apistatusesupdate.php:308 actions/newnotice.php:186
1303 #, php-format
1304 msgid "Maximum notice size is %d character, including attachment URL."
1305 msgid_plural "Maximum notice size is %d characters, including attachment URL."
1306 msgstr[0] ""
1307 msgstr[1] ""
1308
1309 #. TRANS: Client error displayed when requesting profiles of followers in an unsupported format.
1310 #. TRANS: Client error displayed when requesting IDs of followers in an unsupported format.
1311 #: actions/apisubscriptions.php:228 actions/apisubscriptions.php:258
1312 msgid "Unsupported format."
1313 msgstr ""
1314
1315 #. TRANS: Title for timeline of most recent favourite notices by a user.
1316 #. TRANS: %1$s is the StatusNet sitename, %2$s is a user nickname.
1317 #: actions/apitimelinefavorites.php:108
1318 #, php-format
1319 msgid "%1$s / Favorites from %2$s"
1320 msgstr ""
1321
1322 #. TRANS: Subtitle for timeline of most recent favourite notices by a user.
1323 #. TRANS: %1$s is the StatusNet sitename, %2$s is a user's full name,
1324 #. TRANS: %3$s is a user nickname.
1325 #: actions/apitimelinefavorites.php:120
1326 #, php-format
1327 msgid "%1$s updates favorited by %2$s / %3$s."
1328 msgstr ""
1329
1330 #. TRANS: Server error displayed whe trying to get a timeline fails.
1331 #. TRANS: %s is the error message.
1332 #: actions/apitimelinelist.php:155
1333 #, php-format
1334 msgid "Could not generate feed for list - %s"
1335 msgstr ""
1336
1337 #. TRANS: Title for timeline of most recent mentions of a user.
1338 #. TRANS: %1$s is the StatusNet sitename, %2$s is a user nickname.
1339 #: actions/apitimelinementions.php:115
1340 #, php-format
1341 msgid "%1$s / Updates mentioning %2$s"
1342 msgstr ""
1343
1344 #. TRANS: Subtitle for timeline of most recent mentions of a user.
1345 #. TRANS: %1$s is the StatusNet sitename, %2$s is a user nickname,
1346 #. TRANS: %3$s is a user's full name.
1347 #: actions/apitimelinementions.php:131
1348 #, php-format
1349 msgid "%1$s updates that reply to updates from %2$s / %3$s."
1350 msgstr ""
1351
1352 #. TRANS: Title for site timeline. %s is the StatusNet sitename.
1353 #. TRANS: Public RSS feed title. %s is the StatusNet site name.
1354 #: actions/apitimelinepublic.php:193 actions/publicrss.php:103
1355 #, php-format
1356 msgid "%s public timeline"
1357 msgstr ""
1358
1359 #. TRANS: Subtitle for site timeline. %s is the StatusNet sitename.
1360 #: actions/apitimelinepublic.php:199
1361 #, php-format
1362 msgid "%s updates from everyone!"
1363 msgstr ""
1364
1365 #. TRANS: Server error displayed calling unimplemented API method for 'retweeted by me'.
1366 #: actions/apitimelineretweetedbyme.php:71
1367 msgid "Unimplemented."
1368 msgstr ""
1369
1370 #. TRANS: Title for Atom feed "repeated to me". %s is the user nickname.
1371 #: actions/apitimelineretweetedtome.php:96
1372 #, php-format
1373 msgid "Repeated to %s"
1374 msgstr ""
1375
1376 #. TRANS: Subtitle for API action that shows most recent notices that are repeats in user's inbox.
1377 #. TRANS: %1$s is the sitename, %2$s is a user nickname, %3$s is a user profile name.
1378 #: actions/apitimelineretweetedtome.php:101
1379 #, php-format
1380 msgid "%1$s notices that were to repeated to %2$s / %3$s."
1381 msgstr ""
1382
1383 #. TRANS: Title of list of repeated notices of the logged in user.
1384 #. TRANS: %s is the nickname of the logged in user.
1385 #: actions/apitimelineretweetsofme.php:98
1386 #, php-format
1387 msgid "Repeats of %s"
1388 msgstr ""
1389
1390 #. TRANS: Subtitle of API time with retweets of me.
1391 #. TRANS: %1$s is the StatusNet sitename, %2$s is the user nickname, %3$s is the user profile name.
1392 #: actions/apitimelineretweetsofme.php:106
1393 #, php-format
1394 msgid "%1$s notices that %2$s / %3$s has repeated."
1395 msgstr ""
1396
1397 #. TRANS: Title for timeline with lastest notices with a given tag.
1398 #. TRANS: %s is the tag.
1399 #. TRANS: Title for first page of notices with tags.
1400 #. TRANS: %s is the tag.
1401 #: actions/apitimelinetag.php:101 actions/tag.php:63
1402 #, php-format
1403 msgid "Notices tagged with %s"
1404 msgstr ""
1405
1406 #. TRANS: Subtitle for timeline with lastest notices with a given tag.
1407 #. TRANS: %1$s is the tag, $2$s is the StatusNet sitename.
1408 #. TRANS: Tag feed description.
1409 #. TRANS: %1$s is the tag name, %2$s is the StatusNet sitename.
1410 #: actions/apitimelinetag.php:105 actions/tagrss.php:67
1411 #, php-format
1412 msgid "Updates tagged with %1$s on %2$s!"
1413 msgstr ""
1414
1415 #. TRANS: Client error displayed trying to add a notice to another user's timeline.
1416 #: actions/apitimelineuser.php:308
1417 msgid "Only the user can add to their own timeline."
1418 msgstr ""
1419
1420 #. TRANS: Client error displayed when using another format than AtomPub.
1421 #: actions/apitimelineuser.php:315
1422 msgid "Only accept AtomPub for Atom feeds."
1423 msgstr ""
1424
1425 #. TRANS: Client error displayed attempting to post an empty API notice.
1426 #: actions/apitimelineuser.php:322
1427 msgid "Atom post must not be empty."
1428 msgstr ""
1429
1430 #. TRANS: Client error displayed attempting to post an API that is not well-formed XML.
1431 #: actions/apitimelineuser.php:331
1432 msgid "Atom post must be well-formed XML."
1433 msgstr ""
1434
1435 #. TRANS: Client error displayed when not using an Atom entry.
1436 #: actions/apitimelineuser.php:337 actions/atompubfavoritefeed.php:228
1437 #: actions/atompubmembershipfeed.php:230
1438 #: actions/atompubsubscriptionfeed.php:236
1439 msgid "Atom post must be an Atom entry."
1440 msgstr ""
1441
1442 #. TRANS: Client error displayed when not using the POST verb. Do not translate POST.
1443 #: actions/apitimelineuser.php:348
1444 msgid "Can only handle POST activities."
1445 msgstr ""
1446
1447 #. TRANS: Client error displayed when using an unsupported activity object type.
1448 #. TRANS: %s is the unsupported activity object type.
1449 #: actions/apitimelineuser.php:359
1450 #, php-format
1451 msgid "Cannot handle activity object type \"%s\"."
1452 msgstr ""
1453
1454 #. TRANS: Client error displayed when posting a notice without content through the API.
1455 #. TRANS: %d is the notice ID (number).
1456 #: actions/apitimelineuser.php:393
1457 #, php-format
1458 msgid "No content for notice %d."
1459 msgstr ""
1460
1461 #. TRANS: Client error displayed when using another format than AtomPub.
1462 #. TRANS: %s is the notice URI.
1463 #: actions/apitimelineuser.php:422
1464 #, php-format
1465 msgid "Notice with URI \"%s\" already exists."
1466 msgstr ""
1467
1468 #. TRANS: Server error for unfinished API method showTrends.
1469 #: actions/apitrends.php:85
1470 msgid "API method under construction."
1471 msgstr ""
1472
1473 #. TRANS: Client error displayed when requesting user information for a non-existing user.
1474 #: actions/apiuserprofileimage.php:80 actions/apiusershow.php:94
1475 msgid "User not found."
1476 msgstr ""
1477
1478 #. TRANS: Client error displayed when trying to leave a group while not logged in.
1479 #: actions/approvegroup.php:59 actions/cancelgroup.php:59
1480 #: actions/leavegroup.php:59
1481 msgid "You must be logged in to leave a group."
1482 msgstr ""
1483
1484 #. TRANS: Client error displayed when trying to leave a non-local group.
1485 #. TRANS: Client error displayed when trying to leave a non-existing group.
1486 #. TRANS: Client exception thrown when referencing a non-existing group.
1487 #. TRANS: Client error displayed when requesting a list of blocked users for a non-local group.
1488 #. TRANS: Client error displayed when requesting a list of blocked users for a non-existing group.
1489 #. TRANS: Client error displayed when trying to leave a non-local group.
1490 #. TRANS: Client error displayed when trying to leave a non-existing group.
1491 #. TRANS: Client error when trying to delete a non-local group.
1492 #. TRANS: Client error when trying to delete a non-existing group.
1493 #. TRANS: Client error displayed trying to edit a non-existing group.
1494 #. TRANS: Client error displayed when requesting Friends of a Friend feed without providing a group nickname.
1495 #. TRANS: Client error displayed when requesting Friends of a Friend feed for a non-local group.
1496 #. TRANS: Client error displayed when requesting Friends of a Friend feed for a nickname that is not a group.
1497 #. TRANS: Client error displayed trying to block a user from a group while specifying a non-existing group.
1498 #. TRANS: Client error displayed referring to a group's permalink for a non-existing group ID.
1499 #. TRANS: Client error displayed when trying to update logo settings for a non-existing group.
1500 #. TRANS: Client error displayed when trying to view group members for a non-existing group.
1501 #. TRANS: Client error displayed when trying to view group members for an object that is not a group.
1502 #. TRANS: Client error displayed when trying to view group members for a non-existing group.
1503 #. TRANS: Client error displayed when trying to view group members for an object that is not a group.
1504 #. TRANS: Client error displayed when requesting a group RSS feed for group that does not exist.
1505 #. TRANS: Client error displayed when requesting a group RSS feed for an object that is not a group.
1506 #. TRANS: Client error displayed when trying to unblock a user from a non-existing group.
1507 #. TRANS: Client error displayed when trying to join a non-local group.
1508 #. TRANS: Client error displayed when trying to join a non-existing group.
1509 #. TRANS: Client error displayed when trying to leave a non-local group.
1510 #. TRANS: Client error displayed when trying to leave a non-existing group.
1511 #. TRANS: Client error displayed when providing an invalid group ID on the Make Admin page.
1512 #. TRANS: Client error displayed if no remote group with a given name was found requesting group page.
1513 #. TRANS: Client error displayed if no local group with a given name was found requesting group page.
1514 #. TRANS: Command exception text shown when a group is requested that does not exist.
1515 #. TRANS: Error text shown when trying to leave a group that does not exist.
1516 #: actions/approvegroup.php:82 actions/approvegroup.php:95
1517 #: actions/atompubshowmembership.php:81 actions/blockedfromgroup.php:81
1518 #: actions/blockedfromgroup.php:89 actions/cancelgroup.php:81
1519 #: actions/cancelgroup.php:94 actions/deletegroup.php:87
1520 #: actions/deletegroup.php:100 actions/editgroup.php:102
1521 #: actions/foafgroup.php:46 actions/foafgroup.php:65 actions/foafgroup.php:73
1522 #: actions/groupblock.php:90 actions/groupbyid.php:83
1523 #: actions/grouplogo.php:103 actions/groupmembers.php:84
1524 #: actions/groupmembers.php:92 actions/groupqueue.php:85
1525 #: actions/groupqueue.php:93 actions/grouprss.php:97 actions/grouprss.php:105
1526 #: actions/groupunblock.php:90 actions/joingroup.php:82
1527 #: actions/joingroup.php:95 actions/leavegroup.php:82
1528 #: actions/leavegroup.php:95 actions/makeadmin.php:92
1529 #: actions/showgroup.php:136 actions/showgroup.php:145 lib/command.php:168
1530 #: lib/command.php:389
1531 msgid "No such group."
1532 msgstr ""
1533
1534 #. TRANS: Client error displayed when trying to leave a group without providing a group name or group ID.
1535 #. TRANS: Client error when trying to delete a group without providing a nickname or ID for the group.
1536 #. TRANS: Client error displayed when trying to join a group without providing a group name or group ID.
1537 #. TRANS: Client error displayed when trying to leave a group without providing a group name or group ID.
1538 #: actions/approvegroup.php:89 actions/cancelgroup.php:88
1539 #: actions/deletegroup.php:94 actions/joingroup.php:89
1540 #: actions/leavegroup.php:89
1541 msgid "No nickname or ID."
1542 msgstr ""
1543
1544 #. TRANS: Client error displayed trying to approve group membership while not logged in.
1545 #. TRANS: Client error displayed when trying to leave a group while not logged in.
1546 #: actions/approvegroup.php:102 actions/approvesub.php:60
1547 #: actions/cancelgroup.php:101
1548 msgid "Must be logged in."
1549 msgstr ""
1550
1551 #. TRANS: Client error displayed trying to approve group membership while not a group administrator.
1552 #. TRANS: Client error displayed when trying to approve or cancel a group join request without
1553 #. TRANS: being a group administrator.
1554 #: actions/approvegroup.php:110 actions/cancelgroup.php:110
1555 msgid "Only group admin can approve or cancel join requests."
1556 msgstr ""
1557
1558 #. TRANS: Client error displayed trying to approve group membership without specifying a profile to approve.
1559 #. TRANS: Client error displayed trying to approve subscriptionswithout specifying a profile to approve.
1560 #: actions/approvegroup.php:115 actions/approvesub.php:67
1561 msgid "Must specify a profile."
1562 msgstr ""
1563
1564 #. TRANS: Client error displayed trying to approve group membership for a non-existing request.
1565 #. TRANS: %s is a nickname.
1566 #. TRANS: Client error displayed when trying to approve a non-existing group join request.
1567 #. TRANS: %s is a user nickname.
1568 #: actions/approvegroup.php:125 actions/cancelgroup.php:123
1569 #: actions/cancelsubscription.php:102
1570 #, php-format
1571 msgid "%s is not in the moderation queue for this group."
1572 msgstr ""
1573
1574 #. TRANS: Client error displayed trying to approve/deny group membership.
1575 #. TRANS: Client error displayed trying to approve/deny subscription.
1576 #: actions/approvegroup.php:132 actions/approvesub.php:84
1577 msgid "Internal error: received neither cancel nor abort."
1578 msgstr ""
1579
1580 #. TRANS: Client error displayed trying to approve/deny group membership.
1581 #. TRANS: Client error displayed trying to approve/deny  subscription
1582 #: actions/approvegroup.php:136 actions/approvesub.php:88
1583 msgid "Internal error: received both cancel and abort."
1584 msgstr ""
1585
1586 #. TRANS: Server error displayed when cancelling a queued group join request fails.
1587 #. TRANS: %1$s is the leaving user's nickname, $2$s is the group nickname for which the leave failed.
1588 #: actions/approvegroup.php:164 actions/cancelgroup.php:147
1589 #, php-format
1590 msgid "Could not cancel request for user %1$s to join group %2$s."
1591 msgstr ""
1592
1593 #. TRANS: Title for leave group page after group join request is approved/disapproved.
1594 #. TRANS: %1$s is the user nickname, %2$s is the group nickname.
1595 #: actions/approvegroup.php:174
1596 #, php-format
1597 msgctxt "TITLE"
1598 msgid "%1$s's request for %2$s"
1599 msgstr ""
1600
1601 #. TRANS: Message on page for group admin after approving a join request.
1602 #: actions/approvegroup.php:181
1603 msgid "Join request approved."
1604 msgstr ""
1605
1606 #. TRANS: Message on page for group admin after rejecting a join request.
1607 #: actions/approvegroup.php:184
1608 msgid "Join request canceled."
1609 msgstr ""
1610
1611 #. TRANS: Client error displayed trying to approve subscription for a non-existing request.
1612 #. TRANS: %s is a user nickname.
1613 #: actions/approvesub.php:77
1614 #, php-format
1615 msgid "%s is not in the moderation queue for your subscriptions."
1616 msgstr ""
1617
1618 #. TRANS: Server error displayed when cancelling a queued subscription request fails.
1619 #. TRANS: %1$s is the leaving user's nickname, $2$s is the nickname for which the leave failed.
1620 #: actions/approvesub.php:117
1621 #, php-format
1622 msgid "Could not cancel or approve request for user %1$s to join group %2$s."
1623 msgstr ""
1624
1625 #. TRANS: Title for subscription approval ajax return
1626 #. TRANS: %1$s is the approved user's nickname
1627 #: actions/approvesub.php:127
1628 #, php-format
1629 msgctxt "TITLE"
1630 msgid "%1$s's request"
1631 msgstr ""
1632
1633 #. TRANS: Message on page for user after approving a subscription request.
1634 #: actions/approvesub.php:133
1635 msgid "Subscription approved."
1636 msgstr ""
1637
1638 #. TRANS: Message on page for user after rejecting a subscription request.
1639 #: actions/approvesub.php:136
1640 msgid "Subscription canceled."
1641 msgstr ""
1642
1643 #. TRANS: Subtitle for Atom favorites feed.
1644 #. TRANS: %1$s is a user nickname, %2$s is the StatusNet sitename.
1645 #: actions/atompubfavoritefeed.php:147
1646 #, php-format
1647 msgid "Notices %1$s has favorited on %2$s"
1648 msgstr ""
1649
1650 #. TRANS: Client exception thrown when trying to set a favorite for another user.
1651 #. TRANS: Client exception thrown when trying to subscribe another user.
1652 #: actions/atompubfavoritefeed.php:217 actions/atompubsubscriptionfeed.php:225
1653 msgid "Cannot add someone else's subscription."
1654 msgstr ""
1655
1656 #. TRANS: Client exception thrown when trying use an incorrect activity verb for the Atom pub method.
1657 #: actions/atompubfavoritefeed.php:240
1658 msgid "Can only handle favorite activities."
1659 msgstr ""
1660
1661 #. TRANS: Client exception thrown when trying favorite an object that is not a notice.
1662 #: actions/atompubfavoritefeed.php:250 actions/atompubmembershipfeed.php:249
1663 msgid "Can only fave notices."
1664 msgstr ""
1665
1666 #. TRANS: Client exception thrown when trying favorite a notice without content.
1667 #: actions/atompubfavoritefeed.php:259
1668 msgid "Unknown notice."
1669 msgstr ""
1670
1671 #. TRANS: Client exception thrown when trying favorite an already favorited notice.
1672 #: actions/atompubfavoritefeed.php:267
1673 msgid "Already a favorite."
1674 msgstr ""
1675
1676 #. TRANS: Title for group membership feed.
1677 #. TRANS: %s is a username.
1678 #: actions/atompubmembershipfeed.php:144
1679 #, php-format
1680 msgid "Group memberships of %s"
1681 msgstr ""
1682
1683 #. TRANS: Subtitle for group membership feed.
1684 #. TRANS: %1$s is a username, %2$s is the StatusNet sitename.
1685 #: actions/atompubmembershipfeed.php:149
1686 #, php-format
1687 msgid "Groups %1$s is a member of on %2$s"
1688 msgstr ""
1689
1690 #. TRANS: Client exception thrown when trying subscribe someone else to a group.
1691 #: actions/atompubmembershipfeed.php:219
1692 msgid "Cannot add someone else's membership."
1693 msgstr ""
1694
1695 #. TRANS: Client error displayed when not using the join verb.
1696 #: actions/atompubmembershipfeed.php:241
1697 msgid "Can only handle join activities."
1698 msgstr ""
1699
1700 #. TRANS: Client exception thrown when trying to subscribe to a non-existing group.
1701 #: actions/atompubmembershipfeed.php:258
1702 msgid "Unknown group."
1703 msgstr ""
1704
1705 #. TRANS: Client exception thrown when trying to subscribe to an already subscribed group.
1706 #: actions/atompubmembershipfeed.php:266
1707 msgid "Already a member."
1708 msgstr ""
1709
1710 #. TRANS: Client exception thrown when trying to subscribe to group while blocked from that group.
1711 #: actions/atompubmembershipfeed.php:274
1712 msgid "Blocked by admin."
1713 msgstr ""
1714
1715 #. TRANS: Client exception thrown when referencing a non-existing favorite.
1716 #: actions/atompubshowfavorite.php:90
1717 msgid "No such favorite."
1718 msgstr ""
1719
1720 #. TRANS: Client exception thrown when trying to remove a favorite notice of another user.
1721 #: actions/atompubshowfavorite.php:151
1722 msgid "Cannot delete someone else's favorite."
1723 msgstr ""
1724
1725 #. TRANS: Client exception thrown when trying to show membership of a non-subscribed group
1726 #: actions/atompubshowmembership.php:91
1727 msgid "Not a member."
1728 msgstr ""
1729
1730 #. TRANS: Client exception thrown when deleting someone else's membership.
1731 #: actions/atompubshowmembership.php:150
1732 msgid "Cannot delete someone else's membership."
1733 msgstr ""
1734
1735 #. TRANS: Client exception thrown when trying to display a subscription for a non-existing profile ID.
1736 #. TRANS: %d is the non-existing profile ID number.
1737 #: actions/atompubshowsubscription.php:72
1738 #: actions/atompubshowsubscription.php:83
1739 #: actions/atompubsubscriptionfeed.php:74
1740 #, php-format
1741 msgid "No such profile id: %d."
1742 msgstr ""
1743
1744 #. TRANS: Client exception thrown when trying to display a subscription for a non-subscribed profile ID.
1745 #. TRANS: %1$d is the non-existing subscriber ID number, $2$d is the ID of the profile that was not subscribed to.
1746 #: actions/atompubshowsubscription.php:94
1747 #, php-format
1748 msgid "Profile %1$d not subscribed to profile %2$d."
1749 msgstr ""
1750
1751 #. TRANS: Client exception thrown when trying to delete a subscription of another user.
1752 #: actions/atompubshowsubscription.php:157
1753 msgid "Cannot delete someone else's subscription."
1754 msgstr ""
1755
1756 #. TRANS: Subtitle for Atom subscription feed.
1757 #. TRANS: %1$s is a user nickname, %s$s is the StatusNet sitename.
1758 #: actions/atompubsubscriptionfeed.php:153
1759 #, php-format
1760 msgid "People %1$s has subscribed to on %2$s"
1761 msgstr ""
1762
1763 #. TRANS: Client error displayed when not using the follow verb.
1764 #: actions/atompubsubscriptionfeed.php:248
1765 msgid "Can only handle Follow activities."
1766 msgstr ""
1767
1768 #. TRANS: Client exception thrown when subscribing to an object that is not a person.
1769 #: actions/atompubsubscriptionfeed.php:256
1770 msgid "Can only follow people."
1771 msgstr ""
1772
1773 #. TRANS: Client exception thrown when subscribing to a non-existing profile.
1774 #. TRANS: %s is the unknown profile ID.
1775 #: actions/atompubsubscriptionfeed.php:267
1776 #, php-format
1777 msgid "Unknown profile %s."
1778 msgstr ""
1779
1780 #. TRANS: Client error displayed trying to subscribe to an already subscribed profile.
1781 #. TRANS: %s is the profile the user already has a subscription on.
1782 #: actions/atompubsubscriptionfeed.php:275
1783 #, php-format
1784 msgid "Already subscribed to %s."
1785 msgstr ""
1786
1787 #. TRANS: Client error displayed trying to get a non-existing attachment.
1788 #: actions/attachment.php:73
1789 msgid "No such attachment."
1790 msgstr ""
1791
1792 #. TRANS: Client error displayed trying to get an avatar without providing a nickname.
1793 #. TRANS: Client error displayed when requesting a list of blocked users for a group without providing a group nickname.
1794 #. TRANS: Client error displayed trying to edit a group while not proving a nickname for the group to edit.
1795 #. TRANS: Client error displayed when trying to change group logo settings without providing a nickname.
1796 #. TRANS: Client error displayed when trying to view group members without providing a group nickname.
1797 #. TRANS: Client error displayed when requesting a group RSS feed without providing a group nickname.
1798 #. TRANS: Client error displayed if no nickname argument was given requesting a group page.
1799 #: actions/avatarbynickname.php:60 actions/blockedfromgroup.php:73
1800 #: actions/editgroup.php:85 actions/grouplogo.php:86
1801 #: actions/groupmembers.php:76 actions/groupqueue.php:77
1802 #: actions/grouprss.php:89 actions/showgroup.php:118
1803 msgid "No nickname."
1804 msgstr ""
1805
1806 #. TRANS: Client error displayed trying to get an avatar without providing an avatar size.
1807 #: actions/avatarbynickname.php:66
1808 msgid "No size."
1809 msgstr ""
1810
1811 #. TRANS: Client error displayed trying to get an avatar providing an invalid avatar size.
1812 #: actions/avatarbynickname.php:72
1813 msgid "Invalid size."
1814 msgstr ""
1815
1816 #. TRANS: Title for avatar upload page.
1817 #: actions/avatarsettings.php:66
1818 msgid "Avatar"
1819 msgstr ""
1820
1821 #. TRANS: Instruction for avatar upload page.
1822 #. TRANS: %s is the maximum file size, for example "500b", "10kB" or "2MB".
1823 #: actions/avatarsettings.php:78
1824 #, php-format
1825 msgid "You can upload your personal avatar. The maximum file size is %s."
1826 msgstr ""
1827
1828 #. TRANS: Avatar upload page form legend.
1829 #. TRANS: Avatar upload page crop form legend.
1830 #. TRANS: Legend for group logo settings fieldset.
1831 #: actions/avatarsettings.php:122 actions/avatarsettings.php:207
1832 #: actions/grouplogo.php:261
1833 msgid "Avatar settings"
1834 msgstr ""
1835
1836 #. TRANS: Header on avatar upload page for thumbnail of originally uploaded avatar (h2).
1837 #. TRANS: Header on avatar upload crop form for thumbnail of originally uploaded avatar (h2).
1838 #. TRANS: Uploaded original file in group logo form.
1839 #. TRANS: Header for originally uploaded file before a crop on the group logo page.
1840 #: actions/avatarsettings.php:131 actions/avatarsettings.php:216
1841 #: actions/grouplogo.php:207 actions/grouplogo.php:270
1842 msgid "Original"
1843 msgstr ""
1844
1845 #. TRANS: Header on avatar upload page for thumbnail of to be used rendition of uploaded avatar (h2).
1846 #. TRANS: Header on avatar upload crop form for thumbnail of to be used rendition of uploaded avatar (h2).
1847 #. TRANS: Header for preview of to be displayed group logo.
1848 #. TRANS: Header for the cropped group logo on the group logo page.
1849 #: actions/avatarsettings.php:147 actions/avatarsettings.php:229
1850 #: actions/grouplogo.php:219 actions/grouplogo.php:283
1851 msgid "Preview"
1852 msgstr ""
1853
1854 #. TRANS: Button on avatar upload page to delete current avatar.
1855 #. TRANS: Button text for user account deletion.
1856 #. TRANS: Submit button text the OAuth application page to delete an application.
1857 #. TRANS: Button text for deleting a group.
1858 #. TRANS: Button text to delete a list.
1859 #: actions/avatarsettings.php:156 actions/deleteaccount.php:319
1860 #: actions/showapplication.php:243 lib/deletegroupform.php:115
1861 #: lib/peopletageditform.php:171
1862 msgctxt "BUTTON"
1863 msgid "Delete"
1864 msgstr ""
1865
1866 #. TRANS: Button on avatar upload page to upload an avatar.
1867 #. TRANS: Submit button to confirm upload of a user backup file for account restore.
1868 #: actions/avatarsettings.php:175 actions/restoreaccount.php:369
1869 msgctxt "BUTTON"
1870 msgid "Upload"
1871 msgstr ""
1872
1873 #. TRANS: Button on avatar upload crop form to confirm a selected crop as avatar.
1874 #: actions/avatarsettings.php:245
1875 msgctxt "BUTTON"
1876 msgid "Crop"
1877 msgstr ""
1878
1879 #. TRANS: Validation error on avatar upload form when no file was uploaded.
1880 #: actions/avatarsettings.php:321
1881 msgid "No file uploaded."
1882 msgstr ""
1883
1884 #. TRANS: Avatar upload form instruction after uploading a file.
1885 #: actions/avatarsettings.php:348
1886 msgid "Pick a square area of the image to be your avatar."
1887 msgstr ""
1888
1889 #. TRANS: Server error displayed if an avatar upload went wrong somehow server side.
1890 #. TRANS: Server error displayed trying to crop an uploaded group logo that is no longer present.
1891 #: actions/avatarsettings.php:363 actions/grouplogo.php:391
1892 msgid "Lost our file data."
1893 msgstr ""
1894
1895 #. TRANS: Success message for having updated a user avatar.
1896 #: actions/avatarsettings.php:387
1897 msgid "Avatar updated."
1898 msgstr ""
1899
1900 #. TRANS: Error displayed on the avatar upload page if the avatar could not be updated for an unknown reason.
1901 #: actions/avatarsettings.php:391
1902 msgid "Failed updating avatar."
1903 msgstr ""
1904
1905 #. TRANS: Success message for deleting a user avatar.
1906 #: actions/avatarsettings.php:415
1907 msgid "Avatar deleted."
1908 msgstr ""
1909
1910 #. TRANS: Title for backup account page.
1911 #. TRANS: Option in profile settings to create a backup of the account of the currently logged in user.
1912 #: actions/backupaccount.php:61 actions/profilesettings.php:497
1913 msgid "Backup account"
1914 msgstr ""
1915
1916 #. TRANS: Client exception thrown when trying to backup an account while not logged in.
1917 #: actions/backupaccount.php:79
1918 msgid "Only logged-in users can backup their account."
1919 msgstr ""
1920
1921 #. TRANS: Client exception thrown when trying to backup an account without having backup rights.
1922 #: actions/backupaccount.php:84
1923 msgid "You may not backup your account."
1924 msgstr ""
1925
1926 #. TRANS: Information displayed on the backup account page.
1927 #: actions/backupaccount.php:227
1928 msgid ""
1929 "You can backup your account data in <a href=\"http://activitystrea.ms/"
1930 "\">Activity Streams</a> format. This is an experimental feature and provides "
1931 "an incomplete backup; private account information like email and IM "
1932 "addresses is not backed up. Additionally, uploaded files and direct messages "
1933 "are not backed up."
1934 msgstr ""
1935
1936 #. TRANS: Submit button to backup an account on the backup account page.
1937 #: actions/backupaccount.php:250
1938 msgctxt "BUTTON"
1939 msgid "Backup"
1940 msgstr ""
1941
1942 #. TRANS: Title for submit button to backup an account on the backup account page.
1943 #: actions/backupaccount.php:254
1944 msgid "Backup your account."
1945 msgstr ""
1946
1947 #. TRANS: Client error displayed when blocking a user that has already been blocked.
1948 #: actions/block.php:68
1949 msgid "You already blocked that user."
1950 msgstr ""
1951
1952 #. TRANS: Title for block user page.
1953 #. TRANS: Legend for block user form.
1954 #. TRANS: Fieldset legend for block user from group form.
1955 #: actions/block.php:106 actions/block.php:136 actions/groupblock.php:166
1956 msgid "Block user"
1957 msgstr ""
1958
1959 #. TRANS: Explanation of consequences when blocking a user on the block user page.
1960 #: actions/block.php:139
1961 msgid ""
1962 "Are you sure you want to block this user? Afterwards, they will be "
1963 "unsubscribed from you, unable to subscribe to you in the future, and you "
1964 "will not be notified of any @-replies from them."
1965 msgstr ""
1966
1967 #. TRANS: Button label on the user block form.
1968 #. TRANS: Button label on the delete application form.
1969 #. TRANS: Button label on the delete group form.
1970 #. TRANS: Button label on the delete notice form.
1971 #. TRANS: Button label on the delete user form.
1972 #. TRANS: Button label on the form to block a user from a group.
1973 #: actions/block.php:154 actions/deleteapplication.php:158
1974 #: actions/deletegroup.php:220 actions/deletenotice.php:155
1975 #: actions/deleteuser.php:154 actions/editpeopletag.php:174
1976 #: actions/groupblock.php:188
1977 msgctxt "BUTTON"
1978 msgid "No"
1979 msgstr ""
1980
1981 #. TRANS: Submit button title for 'No' when blocking a user.
1982 #: actions/block.php:158
1983 msgid "Do not block this user."
1984 msgstr ""
1985
1986 #. TRANS: Button label on the user block form.
1987 #. TRANS: Button label on the delete application form.
1988 #. TRANS: Button label on the delete group form.
1989 #. TRANS: Button label on the delete notice form.
1990 #. TRANS: Button label on the delete user form.
1991 #. TRANS: Button label on the form to block a user from a group.
1992 #. TRANS: Button text to repeat a notice on notice repeat form.
1993 #: actions/block.php:161 actions/deleteapplication.php:165
1994 #: actions/deletegroup.php:227 actions/deletenotice.php:162
1995 #: actions/deleteuser.php:161 actions/editpeopletag.php:178
1996 #: actions/groupblock.php:195 lib/repeatform.php:126
1997 msgctxt "BUTTON"
1998 msgid "Yes"
1999 msgstr ""
2000
2001 #. TRANS: Submit button title for 'Yes' when blocking a user.
2002 #: actions/block.php:165
2003 msgid "Block this user."
2004 msgstr ""
2005
2006 #. TRANS: Server error displayed when blocking a user fails.
2007 #: actions/block.php:189
2008 msgid "Failed to save block information."
2009 msgstr ""
2010
2011 #. TRANS: Title for first page with list of users blocked from a group.
2012 #. TRANS: %s is a group nickname.
2013 #: actions/blockedfromgroup.php:101
2014 #, php-format
2015 msgid "%s blocked profiles"
2016 msgstr ""
2017
2018 #. TRANS: Title for any but the first page with list of users blocked from a group.
2019 #. TRANS: %1$s is a group nickname, %2$d is a page number.
2020 #: actions/blockedfromgroup.php:106
2021 #, php-format
2022 msgid "%1$s blocked profiles, page %2$d"
2023 msgstr ""
2024
2025 #. TRANS: Instructions for list of users blocked from a group.
2026 #: actions/blockedfromgroup.php:122
2027 msgid "A list of the users blocked from joining this group."
2028 msgstr ""
2029
2030 #. TRANS: Form legend for unblocking a user from a group.
2031 #: actions/blockedfromgroup.php:291
2032 msgid "Unblock user from group"
2033 msgstr ""
2034
2035 #. TRANS: Button text for unblocking a user from a group.
2036 #: actions/blockedfromgroup.php:323
2037 msgctxt "BUTTON"
2038 msgid "Unblock"
2039 msgstr ""
2040
2041 #. TRANS: Tooltip for button for unblocking a user from a group.
2042 #. TRANS: Description of the form to unblock a user.
2043 #: actions/blockedfromgroup.php:327 lib/unblockform.php:78
2044 msgid "Unblock this user"
2045 msgstr ""
2046
2047 #. TRANS: Title for mini-posting window loaded from bookmarklet.
2048 #. TRANS: %s is the StatusNet site name.
2049 #: actions/bookmarklet.php:51
2050 #, php-format
2051 msgid "Post to %s"
2052 msgstr ""
2053
2054 #. TRANS: Title for leave group page after leaving.
2055 #. TRANS: %s$s is the leaving user's name, %2$s is the group name.
2056 #. TRANS: Title for leave group page after leaving.
2057 #: actions/cancelgroup.php:157 actions/leavegroup.php:139
2058 #, php-format
2059 msgctxt "TITLE"
2060 msgid "%1$s left group %2$s"
2061 msgstr ""
2062
2063 #. TRANS: Client error displayed when trying to leave a group without specifying an ID.
2064 #. TRANS: Client error displayed when trying to unsubscribe without providing a profile ID.
2065 #: actions/cancelsubscription.php:84 actions/unsubscribe.php:79
2066 msgid "No profile ID in request."
2067 msgstr ""
2068
2069 #. TRANS: Client error displayed when trying to leave a non-existing group.
2070 #. TRANS: Client error displayed trying to block a user from a group while specifying a non-existing profile.
2071 #. TRANS: Client error displayed when trying to unblock a user from a group without providing an existing profile.
2072 #. TRANS: Client error displayed when specifying an invalid profile ID on the Make Admin page.
2073 #. TRANS: Client error displayed trying a change a subscription for a non-existant profile ID.
2074 #. TRANS: Client error displayed when referring to non-existing profile ID.
2075 #. TRANS: Client error displayed when trying to unsubscribe while providing a non-existing profile ID.
2076 #. TRANS: Client error displayed when trying to change user options without specifying an existing user to work on.
2077 #: actions/cancelsubscription.php:92 actions/groupblock.php:78
2078 #: actions/groupunblock.php:78 actions/makeadmin.php:80 actions/subedit.php:58
2079 #: actions/tagprofile.php:48 actions/unsubscribe.php:87
2080 #: lib/profileformaction.php:87
2081 msgid "No profile with that ID."
2082 msgstr ""
2083
2084 #. TRANS: Title after unsubscribing from a group.
2085 #: actions/cancelsubscription.php:111
2086 msgctxt "TITLE"
2087 msgid "Unsubscribed"
2088 msgstr ""
2089
2090 #. TRANS: Client error displayed when not providing a confirmation code in the contact address confirmation action.
2091 #: actions/confirmaddress.php:74
2092 msgid "No confirmation code."
2093 msgstr ""
2094
2095 #. TRANS: Client error displayed when providing a non-existing confirmation code in the contact address confirmation action.
2096 #: actions/confirmaddress.php:80
2097 msgid "Confirmation code not found."
2098 msgstr ""
2099
2100 #. TRANS: Client error displayed when not providing a confirmation code for another user in the contact address confirmation action.
2101 #: actions/confirmaddress.php:86
2102 msgid "That confirmation code is not for you!"
2103 msgstr ""
2104
2105 #. TRANS: Server error for an unknown address type, which can be 'email', 'sms', or the name of an IM network (such as 'xmpp' or 'aim')
2106 #: actions/confirmaddress.php:94
2107 #, php-format
2108 msgid "Unrecognized address type %s"
2109 msgstr ""
2110
2111 #. TRANS: Client error for an already confirmed email/jabber/sms address.
2112 #. TRANS: Client error for an already confirmed IM address.
2113 #: actions/confirmaddress.php:103 actions/confirmaddress.php:138
2114 msgid "That address has already been confirmed."
2115 msgstr ""
2116
2117 #. TRANS: Server error displayed when updating IM preferences fails.
2118 #. TRANS: Server error thrown on database error removing a registered IM address.
2119 #: actions/confirmaddress.php:147 actions/imsettings.php:447
2120 msgid "Could not update user IM preferences."
2121 msgstr ""
2122
2123 #. TRANS: Server error displayed when adding IM preferences fails.
2124 #: actions/confirmaddress.php:160
2125 msgid "Could not insert user IM preferences."
2126 msgstr ""
2127
2128 #. TRANS: Server error displayed when an address confirmation code deletion from the
2129 #. TRANS: database fails in the contact address confirmation action.
2130 #: actions/confirmaddress.php:173
2131 msgid "Could not delete address confirmation."
2132 msgstr ""
2133
2134 #. TRANS: Title for the contact address confirmation action.
2135 #: actions/confirmaddress.php:189
2136 msgid "Confirm address"
2137 msgstr ""
2138
2139 #. TRANS: Success message for the contact address confirmation action.
2140 #. TRANS: %s can be 'email', 'jabber', or 'sms'.
2141 #: actions/confirmaddress.php:204
2142 #, php-format
2143 msgid "The address \"%s\" has been confirmed for your account."
2144 msgstr ""
2145
2146 #. TRANS: Title for page with a conversion (multiple notices in context).
2147 #: actions/conversation.php:113
2148 msgid "Conversation"
2149 msgstr ""
2150
2151 #. TRANS: Title for conversation page.
2152 #. TRANS: Title for page that shows a notice.
2153 #: actions/conversationreplies.php:81 actions/shownotice.php:258
2154 msgctxt "TITLE"
2155 msgid "Notice"
2156 msgstr ""
2157
2158 #. TRANS: Client exception displayed trying to delete a user account while not logged in.
2159 #: actions/deleteaccount.php:71
2160 msgid "Only logged-in users can delete their account."
2161 msgstr ""
2162
2163 #. TRANS: Client exception displayed trying to delete a user account without have the rights to do that.
2164 #: actions/deleteaccount.php:77
2165 msgid "You cannot delete your account."
2166 msgstr ""
2167
2168 #. TRANS: Confirmation text for user deletion. The user has to type this exactly the same, including punctuation.
2169 #: actions/deleteaccount.php:160 actions/deleteaccount.php:297
2170 msgid "I am sure."
2171 msgstr ""
2172
2173 #. TRANS: Notification for user about the text that must be input to be able to delete a user account.
2174 #. TRANS: %s is the text that needs to be input.
2175 #: actions/deleteaccount.php:164
2176 #, php-format
2177 msgid "You must write \"%s\" exactly in the box."
2178 msgstr ""
2179
2180 #. TRANS: Confirmation that a user account has been deleted.
2181 #: actions/deleteaccount.php:206
2182 msgid "Account deleted."
2183 msgstr ""
2184
2185 #. TRANS: Page title for page on which a user account can be deleted.
2186 #. TRANS: Option in profile settings to delete the account of the currently logged in user.
2187 #: actions/deleteaccount.php:228 actions/profilesettings.php:505
2188 msgid "Delete account"
2189 msgstr ""
2190
2191 #. TRANS: Form text for user deletion form.
2192 #: actions/deleteaccount.php:279
2193 msgid ""
2194 "This will <strong>permanently delete</strong> your account data from this "
2195 "server."
2196 msgstr ""
2197
2198 #. TRANS: Additional form text for user deletion form shown if a user has account backup rights.
2199 #. TRANS: %s is a URL to the backup page.
2200 #: actions/deleteaccount.php:285
2201 #, php-format
2202 msgid ""
2203 "You are strongly advised to <a href=\"%s\">back up your data</a> before "
2204 "deletion."
2205 msgstr ""
2206
2207 #. TRANS: Field label for delete account confirmation entry.
2208 #. TRANS: Field label for password reset form where the password has to be typed again.
2209 #: actions/deleteaccount.php:300 actions/recoverpassword.php:262
2210 msgid "Confirm"
2211 msgstr ""
2212
2213 #. TRANS: Input title for the delete account field.
2214 #. TRANS: %s is the text that needs to be input.
2215 #: actions/deleteaccount.php:304
2216 #, php-format
2217 msgid "Enter \"%s\" to confirm that you want to delete your account."
2218 msgstr ""
2219
2220 #. TRANS: Button title for user account deletion.
2221 #: actions/deleteaccount.php:323
2222 msgid "Permanently delete your account"
2223 msgstr ""
2224
2225 #. TRANS: Client error displayed trying to delete an application while not logged in.
2226 #: actions/deleteapplication.php:62
2227 msgid "You must be logged in to delete an application."
2228 msgstr ""
2229
2230 #. TRANS: Client error displayed trying to delete an application that does not exist.
2231 #: actions/deleteapplication.php:71
2232 msgid "Application not found."
2233 msgstr ""
2234
2235 #. TRANS: Client error displayed trying to delete an application the current user does not own.
2236 #. TRANS: Client error displayed trying to edit an application while not being its owner.
2237 #. TRANS: Client error displayed trying to display an OAuth application for which the logged in user is not the owner.
2238 #: actions/deleteapplication.php:79 actions/editapplication.php:78
2239 #: actions/showapplication.php:93
2240 msgid "You are not the owner of this application."
2241 msgstr ""
2242
2243 #. TRANS: Client error displayed when the session token does not match or is not given.
2244 #. TRANS: Client error text when there is a problem with the session token.
2245 #: actions/deleteapplication.php:103 actions/editapplication.php:132
2246 #: actions/newapplication.php:113 actions/showapplication.php:117
2247 #: lib/action.php:1450
2248 msgid "There was a problem with your session token."
2249 msgstr ""
2250
2251 #. TRANS: Title for delete application page.
2252 #. TRANS: Fieldset legend on delete application page.
2253 #: actions/deleteapplication.php:125 actions/deleteapplication.php:150
2254 msgid "Delete application"
2255 msgstr ""
2256
2257 #. TRANS: Confirmation text on delete application page.
2258 #: actions/deleteapplication.php:153
2259 msgid ""
2260 "Are you sure you want to delete this application? This will clear all data "
2261 "about the application from the database, including all existing user "
2262 "connections."
2263 msgstr ""
2264
2265 #. TRANS: Submit button title for 'No' when deleting an application.
2266 #: actions/deleteapplication.php:162
2267 msgid "Do not delete this application."
2268 msgstr ""
2269
2270 #. TRANS: Submit button title for 'Yes' when deleting an application.
2271 #: actions/deleteapplication.php:168
2272 msgid "Delete this application."
2273 msgstr ""
2274
2275 #. TRANS: Client error when trying to delete group while not logged in.
2276 #: actions/deletegroup.php:64
2277 msgid "You must be logged in to delete a group."
2278 msgstr ""
2279
2280 #. TRANS: Client error when trying to delete a group without having the rights to delete it.
2281 #: actions/deletegroup.php:107
2282 msgid "You are not allowed to delete this group."
2283 msgstr ""
2284
2285 #. TRANS: Server error displayed if a group could not be deleted.
2286 #. TRANS: %s is the name of the group that could not be deleted.
2287 #: actions/deletegroup.php:150
2288 #, php-format
2289 msgid "Could not delete group %s."
2290 msgstr ""
2291
2292 #. TRANS: Message given after deleting a group.
2293 #. TRANS: %s is the deleted group's name.
2294 #: actions/deletegroup.php:159
2295 #, php-format
2296 msgid "Deleted group %s"
2297 msgstr ""
2298
2299 #. TRANS: Title of delete group page.
2300 #. TRANS: Form legend for deleting a group.
2301 #: actions/deletegroup.php:176 actions/deletegroup.php:202
2302 msgid "Delete group"
2303 msgstr ""
2304
2305 #. TRANS: Warning in form for deleleting a group.
2306 #: actions/deletegroup.php:206
2307 msgid ""
2308 "Are you sure you want to delete this group? This will clear all data about "
2309 "the group from the database, without a backup. Public posts to this group "
2310 "will still appear in individual timelines."
2311 msgstr ""
2312
2313 #. TRANS: Submit button title for 'No' when deleting a group.
2314 #: actions/deletegroup.php:224
2315 msgid "Do not delete this group."
2316 msgstr ""
2317
2318 #. TRANS: Submit button title for 'Yes' when deleting a group.
2319 #: actions/deletegroup.php:231
2320 msgid "Delete this group."
2321 msgstr ""
2322
2323 #. TRANS: Instructions for deleting a notice.
2324 #: actions/deletenotice.php:110
2325 msgid ""
2326 "You are about to permanently delete a notice. Once this is done, it cannot "
2327 "be undone."
2328 msgstr ""
2329
2330 #. TRANS: Page title when deleting a notice.
2331 #. TRANS: Fieldset legend for the delete notice form.
2332 #: actions/deletenotice.php:117 actions/deletenotice.php:148
2333 msgid "Delete notice"
2334 msgstr ""
2335
2336 #. TRANS: Message for the delete notice form.
2337 #: actions/deletenotice.php:152
2338 msgid "Are you sure you want to delete this notice?"
2339 msgstr ""
2340
2341 #. TRANS: Submit button title for 'No' when deleting a notice.
2342 #: actions/deletenotice.php:159
2343 msgid "Do not delete this notice."
2344 msgstr ""
2345
2346 #. TRANS: Submit button title for 'Yes' when deleting a notice.
2347 #: actions/deletenotice.php:166
2348 msgid "Delete this notice."
2349 msgstr ""
2350
2351 #. TRANS: Client error displayed when trying to delete a user without having the right to delete users.
2352 #: actions/deleteuser.php:66
2353 msgid "You cannot delete users."
2354 msgstr ""
2355
2356 #. TRANS: Client error displayed when trying to delete a non-local user.
2357 #: actions/deleteuser.php:74
2358 msgid "You can only delete local users."
2359 msgstr ""
2360
2361 #. TRANS: Title of delete user page.
2362 #: actions/deleteuser.php:110
2363 msgctxt "TITLE"
2364 msgid "Delete user"
2365 msgstr ""
2366
2367 #. TRANS: Fieldset legend on delete user page.
2368 #: actions/deleteuser.php:134
2369 msgid "Delete user"
2370 msgstr ""
2371
2372 #. TRANS: Information text to request if a user is certain that the described action has to be performed.
2373 #: actions/deleteuser.php:138
2374 msgid ""
2375 "Are you sure you want to delete this user? This will clear all data about "
2376 "the user from the database, without a backup."
2377 msgstr ""
2378
2379 #. TRANS: Submit button title for 'No' when deleting a user.
2380 #: actions/deleteuser.php:158
2381 msgid "Do not delete this user."
2382 msgstr ""
2383
2384 #. TRANS: Submit button title for 'Yes' when deleting a user.
2385 #: actions/deleteuser.php:165
2386 msgid "Delete this user."
2387 msgstr ""
2388
2389 #. TRANS: Client error displayed when trying to remove favorite status for a notice that is not a favorite.
2390 #: actions/disfavor.php:83
2391 msgid "This notice is not a favorite!"
2392 msgstr ""
2393
2394 #. TRANS: Title for page on which favorites can be added.
2395 #: actions/disfavor.php:98
2396 msgid "Add to favorites"
2397 msgstr ""
2398
2399 #. TRANS: Client exception thrown when requesting a document from the documentation that does not exist.
2400 #. TRANS: %s is the non-existing document.
2401 #: actions/doc.php:157
2402 #, php-format
2403 msgid "No such document \"%s\"."
2404 msgstr ""
2405
2406 #. TRANS: Title for "Edit application" form.
2407 #. TRANS: Form legend.
2408 #: actions/editapplication.php:54 lib/applicationeditform.php:129
2409 msgid "Edit application"
2410 msgstr ""
2411
2412 #. TRANS: Client error displayed trying to edit an application while not logged in.
2413 #: actions/editapplication.php:66
2414 msgid "You must be logged in to edit an application."
2415 msgstr ""
2416
2417 #. TRANS: Client error displayed trying to edit an application that does not exist.
2418 #. TRANS: Client error displayed trying to display a non-existing OAuth application.
2419 #: actions/editapplication.php:83 actions/showapplication.php:85
2420 msgid "No such application."
2421 msgstr ""
2422
2423 #. TRANS: Instructions for "Edit application" form.
2424 #: actions/editapplication.php:168
2425 msgid "Use this form to edit your application."
2426 msgstr ""
2427
2428 #. TRANS: Validation error shown when not providing a name in the "Edit application" form.
2429 #. TRANS: Validation error shown when not providing a name in the "New application" form.
2430 #: actions/editapplication.php:185 actions/newapplication.php:165
2431 msgid "Name is required."
2432 msgstr ""
2433
2434 #. TRANS: Validation error shown when providing too long a name in the "Edit application" form.
2435 #. TRANS: Validation error shown when providing too long a name in the "New application" form.
2436 #: actions/editapplication.php:189 actions/newapplication.php:173
2437 msgid "Name is too long (maximum 255 characters)."
2438 msgstr ""
2439
2440 #. TRANS: Validation error shown when providing a name for an application that already exists in the "Edit application" form.
2441 #. TRANS: Validation error shown when providing a name for an application that already exists in the "New application" form.
2442 #: actions/editapplication.php:193 actions/newapplication.php:169
2443 msgid "Name already in use. Try another one."
2444 msgstr ""
2445
2446 #. TRANS: Validation error shown when not providing a description in the "Edit application" form.
2447 #. TRANS: Validation error shown when not providing a description in the "New application" form.
2448 #: actions/editapplication.php:197 actions/newapplication.php:177
2449 msgid "Description is required."
2450 msgstr ""
2451
2452 #. TRANS: Validation error shown when providing too long a source URL in the "Edit application" form.
2453 #: actions/editapplication.php:210
2454 msgid "Source URL is too long."
2455 msgstr ""
2456
2457 #. TRANS: Validation error shown when providing an invalid source URL in the "Edit application" form.
2458 #. TRANS: Validation error shown when providing an invalid source URL in the "New application" form.
2459 #: actions/editapplication.php:217 actions/newapplication.php:200
2460 msgid "Source URL is not valid."
2461 msgstr ""
2462
2463 #. TRANS: Validation error shown when not providing an organisation in the "Edit application" form.
2464 #. TRANS: Validation error shown when not providing an organisation in the "New application" form.
2465 #: actions/editapplication.php:221 actions/newapplication.php:204
2466 msgid "Organization is required."
2467 msgstr ""
2468
2469 #. TRANS: Validation error shown when providing too long an arganisation name in the "Edit application" form.
2470 #: actions/editapplication.php:225 actions/newapplication.php:208
2471 msgid "Organization is too long (maximum 255 characters)."
2472 msgstr ""
2473
2474 #. TRANS: Form validation error show when an organisation name has not been provided in the edit application form.
2475 #. TRANS: Form validation error show when an organisation name has not been provided in the new application form.
2476 #: actions/editapplication.php:229 actions/newapplication.php:212
2477 msgid "Organization homepage is required."
2478 msgstr ""
2479
2480 #. TRANS: Validation error shown when providing too long a callback URL in the "Edit application" form.
2481 #. TRANS: Validation error shown when providing too long a callback URL in the "New application" form.
2482 #: actions/editapplication.php:240 actions/newapplication.php:226
2483 msgid "Callback is too long."
2484 msgstr ""
2485
2486 #. TRANS: Validation error shown when providing an invalid callback URL in the "Edit application" form.
2487 #. TRANS: Validation error shown when providing an invalid callback URL in the "New application" form.
2488 #: actions/editapplication.php:248 actions/newapplication.php:236
2489 msgid "Callback URL is not valid."
2490 msgstr ""
2491
2492 #. TRANS: Server error occuring when an application could not be updated from the "Edit application" form.
2493 #: actions/editapplication.php:285
2494 msgid "Could not update application."
2495 msgstr ""
2496
2497 #. TRANS: Title for form to edit a group. %s is a group nickname.
2498 #: actions/editgroup.php:55
2499 #, php-format
2500 msgid "Edit %s group"
2501 msgstr ""
2502
2503 #. TRANS: Client error displayed trying to edit a group while not logged in.
2504 #. TRANS: Client error displayed when trying to create a group while not logged in.
2505 #. TRANS: Client error displayed trying to create a group while not logged in.
2506 #: actions/editgroup.php:68 actions/grouplogo.php:69 actions/newgroup.php:65
2507 msgid "You must be logged in to create a group."
2508 msgstr ""
2509
2510 #. TRANS: Form instructions for group edit form.
2511 #: actions/editgroup.php:161
2512 msgid "Use this form to edit the group."
2513 msgstr ""
2514
2515 #. TRANS: Group edit form validation error.
2516 #. TRANS: Group create form validation error.
2517 #. TRANS: %s is the invalid alias.
2518 #: actions/editgroup.php:250 actions/newgroup.php:189
2519 #, php-format
2520 msgid "Invalid alias: \"%s\""
2521 msgstr ""
2522
2523 #. TRANS: Group edit form success message.
2524 #. TRANS: Edit list form success message.
2525 #: actions/editgroup.php:312 actions/editpeopletag.php:322
2526 msgid "Options saved."
2527 msgstr ""
2528
2529 #. TRANS: Title for edit list page after deleting a tag.
2530 #. TRANS: %s is a list.
2531 #: actions/editpeopletag.php:52
2532 #, php-format
2533 msgid "Delete %s list"
2534 msgstr ""
2535
2536 #. TRANS: Title for edit list page.
2537 #. TRANS: %s is a list.
2538 #. TRANS: Form legend for list edit form.
2539 #. TRANS: %s is a list.
2540 #: actions/editpeopletag.php:56 lib/peopletageditform.php:110
2541 #, php-format
2542 msgid "Edit list %s"
2543 msgstr ""
2544
2545 #. TRANS: Error message displayed when trying to perform an action that requires a tagging user or ID.
2546 #: actions/editpeopletag.php:99
2547 msgid "No tagger or ID."
2548 msgstr ""
2549
2550 #. TRANS: Client error displayed when referring to non-local user.
2551 #: actions/editpeopletag.php:116
2552 msgid "Not a local user."
2553 msgstr ""
2554
2555 #. TRANS: Client error displayed when reting to edit a tag that was not self-created.
2556 #: actions/editpeopletag.php:122
2557 msgid "You must be the creator of the tag to edit it."
2558 msgstr ""
2559
2560 #. TRANS: Form instruction for edit list form.
2561 #: actions/editpeopletag.php:219
2562 msgid "Use this form to edit the list."
2563 msgstr ""
2564
2565 #. TRANS: Form validation error displayed if the form data for deleting a tag was incorrect.
2566 #: actions/editpeopletag.php:240
2567 msgid "Delete aborted."
2568 msgstr ""
2569
2570 #. TRANS: Text in confirmation dialog for deleting a tag.
2571 #: actions/editpeopletag.php:248
2572 msgid ""
2573 "Deleting this tag will permanantly remove all its subscription and "
2574 "membership records. Do you still want to continue?"
2575 msgstr ""
2576
2577 #. TRANS: Form validation error displayed if a given tag is invalid.
2578 #: actions/editpeopletag.php:254
2579 msgid "Invalid tag."
2580 msgstr ""
2581
2582 #. TRANS: Form validation error displayed if a given tag is already present.
2583 #. TRANS: %s is the already present tag.
2584 #: actions/editpeopletag.php:259
2585 #, php-format
2586 msgid "You already have a tag named %s."
2587 msgstr ""
2588
2589 #. TRANS: Text in confirmation dialog for setting a tag from public to private.
2590 #: actions/editpeopletag.php:276
2591 msgid ""
2592 "Setting a public tag as private will permanently remove all the existing "
2593 "subscriptions to it. Do you still want to continue?"
2594 msgstr ""
2595
2596 #. TRANS: Server error displayed when updating a list fails.
2597 #: actions/editpeopletag.php:297
2598 msgid "Could not update list."
2599 msgstr ""
2600
2601 #. TRANS: Title for e-mail settings.
2602 #: actions/emailsettings.php:60
2603 msgid "Email settings"
2604 msgstr ""
2605
2606 #. TRANS: E-mail settings page instructions.
2607 #. TRANS: %%site.name%% is the name of the site.
2608 #: actions/emailsettings.php:74
2609 #, php-format
2610 msgid "Manage how you get email from %%site.name%%."
2611 msgstr ""
2612
2613 #. TRANS: Form legend for e-mail settings form.
2614 #. TRANS: Field label for e-mail address input in e-mail settings form.
2615 #: actions/emailsettings.php:104 actions/emailsettings.php:130
2616 msgid "Email address"
2617 msgstr ""
2618
2619 #. TRANS: Form note in e-mail settings form.
2620 #: actions/emailsettings.php:110
2621 msgid "Current confirmed email address."
2622 msgstr ""
2623
2624 #. TRANS: Button label to remove a confirmed e-mail address.
2625 #. TRANS: Button label for removing a set sender e-mail address to post notices from.
2626 #. TRANS: Button label to remove a confirmed IM address.
2627 #. TRANS: Button label to remove a confirmed SMS address.
2628 #. TRANS: Button label for removing a set sender SMS e-mail address to post notices from.
2629 #. TRANS: Button text to untag a profile.
2630 #: actions/emailsettings.php:113 actions/emailsettings.php:180
2631 #: actions/imsettings.php:119 actions/smssettings.php:119
2632 #: actions/smssettings.php:175 lib/togglepeopletag.php:213
2633 msgctxt "BUTTON"
2634 msgid "Remove"
2635 msgstr ""
2636
2637 #. TRANS: Form note in e-mail settings form.
2638 #: actions/emailsettings.php:120
2639 msgid ""
2640 "Awaiting confirmation on this address. Check your inbox (and spam box!) for "
2641 "a message with further instructions."
2642 msgstr ""
2643
2644 #. TRANS: Instructions for e-mail address input form. Do not translate
2645 #. TRANS: "example.org". It is one of the domain names reserved for
2646 #. TRANS: use in examples by http://www.rfc-editor.org/rfc/rfc2606.txt.
2647 #. TRANS: Any other domain may be owned by a legitimate person or
2648 #. TRANS: organization.
2649 #: actions/emailsettings.php:137
2650 msgid "Email address, like \"UserName@example.org\""
2651 msgstr ""
2652
2653 #. TRANS: Button label for adding an e-mail address in e-mail settings form.
2654 #. TRANS: Button label for adding an IM address in IM settings form.
2655 #. TRANS: Button label for adding a SMS phone number in SMS settings form.
2656 #. TRANS: Button text to tag a profile.
2657 #: actions/emailsettings.php:141 actions/imsettings.php:149
2658 #: actions/smssettings.php:157 lib/togglepeopletag.php:290
2659 msgctxt "BUTTON"
2660 msgid "Add"
2661 msgstr ""
2662
2663 #. TRANS: Form legend for incoming e-mail settings form.
2664 #. TRANS: Form legend for incoming SMS settings form.
2665 #: actions/emailsettings.php:149 actions/smssettings.php:166
2666 msgid "Incoming email"
2667 msgstr ""
2668
2669 #. TRANS: Checkbox label in e-mail preferences form.
2670 #: actions/emailsettings.php:155
2671 msgid "I want to post notices by email."
2672 msgstr ""
2673
2674 #. TRANS: Form instructions for incoming e-mail form in e-mail settings.
2675 #. TRANS: Form instructions for incoming SMS e-mail address form in SMS settings.
2676 #: actions/emailsettings.php:177 actions/smssettings.php:173
2677 msgid "Send email to this address to post new notices."
2678 msgstr ""
2679
2680 #. TRANS: Instructions for incoming e-mail address input form, when an address has already been assigned.
2681 #. TRANS: Instructions for incoming SMS e-mail address input form.
2682 #: actions/emailsettings.php:186 actions/smssettings.php:181
2683 msgid "Make a new email address for posting to; cancels the old one."
2684 msgstr ""
2685
2686 #. TRANS: Instructions for incoming e-mail address input form.
2687 #: actions/emailsettings.php:190
2688 msgid ""
2689 "To send notices via email, we need to create a unique email address for you "
2690 "on this server:"
2691 msgstr ""
2692
2693 #. TRANS: Button label for adding an e-mail address to send notices from.
2694 #. TRANS: Button label for adding an SMS e-mail address to send notices from.
2695 #: actions/emailsettings.php:196 actions/smssettings.php:184
2696 msgctxt "BUTTON"
2697 msgid "New"
2698 msgstr ""
2699
2700 #. TRANS: Form legend for e-mail preferences form.
2701 #: actions/emailsettings.php:205
2702 msgid "Email preferences"
2703 msgstr ""
2704
2705 #. TRANS: Checkbox label in e-mail preferences form.
2706 #: actions/emailsettings.php:213
2707 msgid "Send me notices of new subscriptions through email."
2708 msgstr ""
2709
2710 #. TRANS: Checkbox label in e-mail preferences form.
2711 #: actions/emailsettings.php:219
2712 msgid "Send me email when someone adds my notice as a favorite."
2713 msgstr ""
2714
2715 #. TRANS: Checkbox label in e-mail preferences form.
2716 #: actions/emailsettings.php:226
2717 msgid "Send me email when someone sends me a private message."
2718 msgstr ""
2719
2720 #. TRANS: Checkbox label in e-mail preferences form.
2721 #: actions/emailsettings.php:232
2722 msgid "Send me email when someone sends me an \"@-reply\"."
2723 msgstr ""
2724
2725 #. TRANS: Checkbox label in e-mail preferences form.
2726 #: actions/emailsettings.php:238
2727 msgid "Allow friends to nudge me and send me an email."
2728 msgstr ""
2729
2730 #. TRANS: Checkbox label in e-mail preferences form.
2731 #: actions/emailsettings.php:244
2732 msgid "Publish a MicroID for my email address."
2733 msgstr ""
2734
2735 #. TRANS: Confirmation message for successful e-mail preferences save.
2736 #: actions/emailsettings.php:362
2737 msgid "Email preferences saved."
2738 msgstr ""
2739
2740 #. TRANS: Message given saving e-mail address without having provided one.
2741 #: actions/emailsettings.php:381
2742 msgid "No email address."
2743 msgstr ""
2744
2745 #. TRANS: Message given saving e-mail address that cannot be normalised.
2746 #: actions/emailsettings.php:389
2747 msgid "Cannot normalize that email address."
2748 msgstr ""
2749
2750 #. TRANS: Message given saving e-mail address that not valid.
2751 #. TRANS: Form validation error displayed when trying to register without a valid e-mail address.
2752 #. TRANS: Client error displayed trying to save site settings without a valid contact address.
2753 #: actions/emailsettings.php:394 actions/register.php:207
2754 #: actions/siteadminpanel.php:154
2755 msgid "Not a valid email address."
2756 msgstr ""
2757
2758 #. TRANS: Message given saving e-mail address that is already set.
2759 #: actions/emailsettings.php:398
2760 msgid "That is already your email address."
2761 msgstr ""
2762
2763 #. TRANS: Message given saving e-mail address that is already set for another user.
2764 #: actions/emailsettings.php:402
2765 msgid "That email address already belongs to another user."
2766 msgstr ""
2767
2768 #. TRANS: Server error thrown on database error adding e-mail confirmation code.
2769 #. TRANS: Server error thrown on database error adding Instant Messaging confirmation code.
2770 #. TRANS: Server error thrown on database error adding SMS confirmation code.
2771 #: actions/emailsettings.php:421 actions/imsettings.php:366
2772 #: actions/smssettings.php:365
2773 msgid "Could not insert confirmation code."
2774 msgstr ""
2775
2776 #. TRANS: Message given saving valid e-mail address that is to be confirmed.
2777 #: actions/emailsettings.php:431
2778 msgid ""
2779 "A confirmation code was sent to the email address you added. Check your "
2780 "inbox (and spam box!) for the code and instructions on how to use it."
2781 msgstr ""
2782
2783 #. TRANS: Message given canceling e-mail address confirmation that is not pending.
2784 #. TRANS: Message given canceling Instant Messaging address confirmation that is not pending.
2785 #. TRANS: Message given canceling SMS phone number confirmation that is not pending.
2786 #: actions/emailsettings.php:451 actions/imsettings.php:395
2787 #: actions/smssettings.php:399
2788 msgid "No pending confirmation to cancel."
2789 msgstr ""
2790
2791 #. TRANS: Message given canceling e-mail address confirmation for the wrong e-mail address.
2792 #: actions/emailsettings.php:456
2793 msgid "That is the wrong email address."
2794 msgstr ""
2795
2796 #. TRANS: Server error thrown on database error canceling e-mail address confirmation.
2797 #: actions/emailsettings.php:465
2798 msgid "Could not delete email confirmation."
2799 msgstr ""
2800
2801 #. TRANS: Message given after successfully canceling e-mail address confirmation.
2802 #: actions/emailsettings.php:470
2803 msgid "Email confirmation cancelled."
2804 msgstr ""
2805
2806 #. TRANS: Message given trying to remove an e-mail address that is not
2807 #. TRANS: registered for the active user.
2808 #: actions/emailsettings.php:489
2809 msgid "That is not your email address."
2810 msgstr ""
2811
2812 #. TRANS: Message given after successfully removing a registered e-mail address.
2813 #: actions/emailsettings.php:510
2814 msgid "The email address was removed."
2815 msgstr ""
2816
2817 #. TRANS: Form validation error displayed when trying to remove an incoming e-mail address while no address has been set.
2818 #: actions/emailsettings.php:524 actions/smssettings.php:555
2819 msgid "No incoming email address."
2820 msgstr ""
2821
2822 #. TRANS: Server error thrown on database error removing incoming e-mail address.
2823 #. TRANS: Server error thrown on database error adding incoming e-mail address.
2824 #. TRANS: Server error displayed when the user could not be updated in SMS settings.
2825 #: actions/emailsettings.php:536 actions/emailsettings.php:560
2826 #: actions/smssettings.php:566 actions/smssettings.php:591
2827 msgid "Could not update user record."
2828 msgstr ""
2829
2830 #. TRANS: Message given after successfully removing an incoming e-mail address.
2831 #. TRANS: Confirmation text after updating SMS settings.
2832 #: actions/emailsettings.php:540 actions/smssettings.php:570
2833 msgid "Incoming email address removed."
2834 msgstr ""
2835
2836 #. TRANS: Message given after successfully adding an incoming e-mail address.
2837 #. TRANS: Confirmation text after updating SMS settings.
2838 #: actions/emailsettings.php:564 actions/smssettings.php:595
2839 msgid "New incoming email address added."
2840 msgstr ""
2841
2842 #. TRANS: Client error displayed when trying to mark a notice as favorite that already is a favorite.
2843 #: actions/favor.php:81
2844 msgid "This notice is already a favorite!"
2845 msgstr ""
2846
2847 #. TRANS: Page title for page on which favorite notices can be unfavourited.
2848 #: actions/favor.php:96
2849 msgid "Disfavor favorite."
2850 msgstr ""
2851
2852 #. TRANS: Page title for first page of favorited notices.
2853 #. TRANS: Title for favourited notices section.
2854 #. TRANS: Menu item title in search group navigation panel.
2855 #: actions/favorited.php:65 lib/popularnoticesection.php:62
2856 #: lib/publicgroupnav.php:90
2857 msgid "Popular notices"
2858 msgstr ""
2859
2860 #. TRANS: Page title for all but first page of favorited notices.
2861 #. TRANS: %d is the page number being displayed.
2862 #: actions/favorited.php:69
2863 #, php-format
2864 msgid "Popular notices, page %d"
2865 msgstr ""
2866
2867 #. TRANS: Description on page displaying favorited notices.
2868 #: actions/favorited.php:81
2869 msgid "The most popular notices on the site right now."
2870 msgstr ""
2871
2872 #. TRANS: Text displayed instead of a list when a site does not yet have any favourited notices.
2873 #: actions/favorited.php:149
2874 msgid "Favorite notices appear on this page but no one has favorited one yet."
2875 msgstr ""
2876
2877 #. TRANS: Additional text displayed instead of a list when a site does not yet have any favourited notices for logged in users.
2878 #: actions/favorited.php:153
2879 msgid ""
2880 "Be the first to add a notice to your favorites by clicking the fave button "
2881 "next to any notice you like."
2882 msgstr ""
2883
2884 #. TRANS: Additional text displayed instead of a list when a site does not yet have any favourited notices for not logged in users.
2885 #. TRANS: %%action.register%% is a registration link. "[link text](link)" is Mark Down. Do not change the formatting.
2886 #: actions/favorited.php:158
2887 #, php-format
2888 msgid ""
2889 "Why not [register an account](%%action.register%%) and be the first to add a "
2890 "notice to your favorites!"
2891 msgstr ""
2892
2893 #. TRANS: Title of RSS feed with favourite notices of a user.
2894 #. TRANS: %s is a user's nickname.
2895 #. TRANS: Title for first page of favourite notices of a user.
2896 #. TRANS: %s is the user for whom the favourite notices are displayed.
2897 #. TRANS: Menu item title in personal group navigation menu.
2898 #. TRANS: %s is a username.
2899 #: actions/favoritesrss.php:111 actions/showfavorites.php:76
2900 #: lib/personalgroupnav.php:102
2901 #, php-format
2902 msgid "%s's favorite notices"
2903 msgstr ""
2904
2905 #. TRANS: Desciption of RSS feed with favourite notices of a user.
2906 #. TRANS: %1$s is a user's nickname, %2$s is the name of the StatusNet site.
2907 #: actions/favoritesrss.php:117
2908 #, php-format
2909 msgid "Updates favored by %1$s on %2$s!"
2910 msgstr ""
2911
2912 #. TRANS: Page title for first page of featured users.
2913 #. TRANS: Title for featured users section.
2914 #. TRANS: Menu item title in search group navigation panel.
2915 #: actions/featured.php:69 lib/featureduserssection.php:96
2916 #: lib/publicgroupnav.php:84
2917 msgid "Featured users"
2918 msgstr ""
2919
2920 #. TRANS: Page title for all but first page of featured users.
2921 #. TRANS: %d is the page number being displayed.
2922 #: actions/featured.php:73
2923 #, php-format
2924 msgid "Featured users, page %d"
2925 msgstr ""
2926
2927 #. TRANS: Description on page displaying featured users.
2928 #: actions/featured.php:96
2929 #, php-format
2930 msgid "A selection of some great users on %s."
2931 msgstr ""
2932
2933 #. TRANS: Client error displayed when no notice ID was given trying do display a file.
2934 #: actions/file.php:36
2935 msgid "No notice ID."
2936 msgstr ""
2937
2938 #. TRANS: Client error displayed when an invalid notice ID was given trying do display a file.
2939 #: actions/file.php:41
2940 msgid "No notice."
2941 msgstr ""
2942
2943 #. TRANS: Client error displayed when trying do display a file for a notice without a file attachement.
2944 #: actions/file.php:46
2945 msgid "No attachments."
2946 msgstr ""
2947
2948 #. TRANS: Client error displayed when trying do display a file for a notice with file attachements
2949 #. TRANS: that could not be found.
2950 #: actions/file.php:58
2951 msgid "No uploaded attachments."
2952 msgstr ""
2953
2954 #. TRANS: Client error displayed when subscribing to a remote profile and an unexpected response is received.
2955 #: actions/finishremotesubscribe.php:69
2956 msgid "Not expecting this response!"
2957 msgstr ""
2958
2959 #. TRANS: Client error displayed when subscribing to a remote profile that does not exist.
2960 #: actions/finishremotesubscribe.php:81
2961 msgid "User being listened to does not exist."
2962 msgstr ""
2963
2964 #. TRANS: Client error displayed when subscribing to a remote profile that is a local profile.
2965 #. TRANS: Client error displayed when using remote subscribe for a local entity.
2966 #: actions/finishremotesubscribe.php:89 actions/remotesubscribe.php:59
2967 msgid "You can use the local subscription!"
2968 msgstr ""
2969
2970 #. TRANS: Client error displayed when subscribing to a remote profile that is blocked form subscribing to.
2971 #: actions/finishremotesubscribe.php:102
2972 msgid "That user has blocked you from subscribing."
2973 msgstr ""
2974
2975 #. TRANS: Client error displayed when subscribing to a remote profile without providing an authorised token.
2976 #: actions/finishremotesubscribe.php:114
2977 msgid "You are not authorized."
2978 msgstr ""
2979
2980 #. TRANS: Client error displayed when subscribing to a remote profile and conversion of the request token to access token fails.
2981 #: actions/finishremotesubscribe.php:118
2982 msgid "Could not convert request token to access token."
2983 msgstr ""
2984
2985 #. TRANS: Client error displayed when subscribing to a remote profile fails because of an unsupported version of the OMB protocol.
2986 #: actions/finishremotesubscribe.php:124
2987 msgid "Remote service uses unknown version of OMB protocol."
2988 msgstr ""
2989
2990 #. TRANS: Server error displayed when subscribing to a remote profile fails because the remote profile could not be updated.
2991 #. TRANS: Exception thrown when updating a remote profile fails in OAuth store.
2992 #: actions/finishremotesubscribe.php:145 lib/oauthstore.php:316
2993 msgid "Error updating remote profile."
2994 msgstr ""
2995
2996 #. TRANS: Client error displayed when requesting a non-existent file.
2997 #: actions/getfile.php:77
2998 msgid "No such file."
2999 msgstr ""
3000
3001 #. TRANS: Client error displayed when requesting a file without having read access to it.
3002 #: actions/getfile.php:82
3003 msgid "Cannot read file."
3004 msgstr ""
3005
3006 #. TRANS: Client error displayed when trying to assign an invalid role to a user.
3007 #. TRANS: Client error displayed when trying to revoke an invalid role.
3008 #: actions/grantrole.php:61 actions/revokerole.php:61
3009 msgid "Invalid role."
3010 msgstr ""
3011
3012 #. TRANS: Client error displayed when trying to assign an reserved role to a user.
3013 #. TRANS: Client error displayed when trying to revoke a reserved role.
3014 #: actions/grantrole.php:66 actions/revokerole.php:66
3015 msgid "This role is reserved and cannot be set."
3016 msgstr ""
3017
3018 #. TRANS: Client error displayed when trying to assign a role to a user while not being allowed to set roles.
3019 #: actions/grantrole.php:76
3020 msgid "You cannot grant user roles on this site."
3021 msgstr ""
3022
3023 #. TRANS: Client error displayed when trying to assign a role to a user that already has that role.
3024 #: actions/grantrole.php:84
3025 msgid "User already has this role."
3026 msgstr ""
3027
3028 #. TRANS: Client error displayed trying to block a user from a group while not specifying a to be blocked user profile.
3029 #. TRANS: Client error displayed when trying to unblock a user from a group without providing a profile.
3030 #. TRANS: Client error displayed when not providing a profile ID on the Make Admin page.
3031 #. TRANS: Client error displayed trying a change a subscription without providing a profile.
3032 #. TRANS: Client error displayed when trying to change user options without specifying a user to work on.
3033 #: actions/groupblock.php:72 actions/groupunblock.php:72
3034 #: actions/makeadmin.php:74 actions/subedit.php:50
3035 #: lib/profileformaction.php:79
3036 msgid "No profile specified."
3037 msgstr ""
3038
3039 #. TRANS: Client error displayed trying to block a user from a group while not specifying a group to block a profile from.
3040 #. TRANS: Client error displayed when trying to unblock a user from a group without providing a group.
3041 #. TRANS: Client error displayed when not providing a group ID on the Make Admin page.
3042 #: actions/groupblock.php:84 actions/groupunblock.php:84
3043 #: actions/makeadmin.php:86
3044 msgid "No group specified."
3045 msgstr ""
3046
3047 #. TRANS: Client error displayed trying to block a user from a group while not being an admin user.
3048 #: actions/groupblock.php:96
3049 msgid "Only an admin can block group members."
3050 msgstr ""
3051
3052 #. TRANS: Client error displayed trying to block a user from a group while user is already blocked from the given group.
3053 #: actions/groupblock.php:101
3054 msgid "User is already blocked from group."
3055 msgstr ""
3056
3057 #. TRANS: Client error displayed trying to block a user from a group while user is not a member of given group.
3058 #: actions/groupblock.php:107
3059 msgid "User is not a member of group."
3060 msgstr ""
3061
3062 #. TRANS: Title for block user from group page.
3063 #. TRANS: Form legend for form to block user from a group.
3064 #: actions/groupblock.php:142 lib/groupblockform.php:91
3065 msgid "Block user from group"
3066 msgstr ""
3067
3068 #. TRANS: Explanatory text for block user from group form before setting the block.
3069 #. TRANS: %1$s is that to be blocked user, %2$s is the group the user will be blocked from.
3070 #: actions/groupblock.php:170
3071 #, php-format
3072 msgid ""
3073 "Are you sure you want to block user \"%1$s\" from the group \"%2$s\"? They "
3074 "will be removed from the group, unable to post, and unable to subscribe to "
3075 "the group in the future."
3076 msgstr ""
3077
3078 #. TRANS: Submit button title for 'No' when blocking a user from a group.
3079 #: actions/groupblock.php:192
3080 msgid "Do not block this user from this group."
3081 msgstr ""
3082
3083 #. TRANS: Submit button title for 'Yes' when blocking a user from a group.
3084 #: actions/groupblock.php:199
3085 msgid "Block this user from this group."
3086 msgstr ""
3087
3088 #. TRANS: Server error displayed when trying to block a user from a group fails because of an application error.
3089 #: actions/groupblock.php:216
3090 msgid "Database error blocking user from group."
3091 msgstr ""
3092
3093 #. TRANS: Client error displayed referring to a group's permalink without providing a group ID.
3094 #. TRANS: Client error displayed trying to perform an action without providing an ID.
3095 #. TRANS: Client error displayed trying to find a user by ID without providing an ID.
3096 #: actions/groupbyid.php:73 actions/profiletagbyid.php:57
3097 #: actions/userbyid.php:70
3098 msgid "No ID."
3099 msgstr ""
3100
3101 #. TRANS: Title for group logo settings page.
3102 #. TRANS: Group logo form legend.
3103 #: actions/grouplogo.php:144 actions/grouplogo.php:199
3104 msgid "Group logo"
3105 msgstr ""
3106
3107 #. TRANS: Instructions for group logo page.
3108 #. TRANS: %s is the maximum file size for that site.
3109 #: actions/grouplogo.php:156
3110 #, php-format
3111 msgid ""
3112 "You can upload a logo image for your group. The maximum file size is %s."
3113 msgstr ""
3114
3115 #. TRANS: Submit button for uploading a group logo.
3116 #: actions/grouplogo.php:243
3117 msgid "Upload"
3118 msgstr ""
3119
3120 #. TRANS: Button text for cropping an uploaded group logo.
3121 #: actions/grouplogo.php:299
3122 msgid "Crop"
3123 msgstr ""
3124
3125 #. TRANS: Form instructions on the group logo page.
3126 #: actions/grouplogo.php:376
3127 msgid "Pick a square area of the image to be the logo."
3128 msgstr ""
3129
3130 #. TRANS: Form success message after updating a group logo.
3131 #: actions/grouplogo.php:411
3132 msgid "Logo updated."
3133 msgstr ""
3134
3135 #. TRANS: Form failure message after failing to update a group logo.
3136 #: actions/grouplogo.php:414
3137 msgid "Failed updating logo."
3138 msgstr ""
3139
3140 #. TRANS: Title of the page showing group members.
3141 #. TRANS: %s is the name of the group.
3142 #: actions/groupmembers.php:104
3143 #, php-format
3144 msgid "%s group members"
3145 msgstr ""
3146
3147 #. TRANS: Title of the page showing group members.
3148 #. TRANS: %1$s is the name of the group, %2$d is the page number of the members list.
3149 #: actions/groupmembers.php:109
3150 #, php-format
3151 msgid "%1$s group members, page %2$d"
3152 msgstr ""
3153
3154 #. TRANS: Page notice for group members page.
3155 #: actions/groupmembers.php:125
3156 msgid "A list of the users in this group."
3157 msgstr ""
3158
3159 #. TRANS: Client error displayed when trying to approve group applicants without being a group administrator.
3160 #: actions/groupqueue.php:100
3161 msgid "Only the group admin may approve users."
3162 msgstr ""
3163
3164 #. TRANS: Title of the first page showing pending group members still awaiting approval to join the group.
3165 #. TRANS: %s is the name of the group.
3166 #: actions/groupqueue.php:111
3167 #, php-format
3168 msgid "%s group members awaiting approval"
3169 msgstr ""
3170
3171 #. TRANS: Title of all but the first page showing pending group members still awaiting approval to join the group.
3172 #. TRANS: %1$s is the name of the group, %2$d is the page number of the members list.
3173 #: actions/groupqueue.php:116
3174 #, php-format
3175 msgid "%1$s group members awaiting approval, page %2$d"
3176 msgstr ""
3177
3178 #. TRANS: Page notice for group members page.
3179 #: actions/groupqueue.php:132
3180 msgid "A list of users awaiting approval to join this group."
3181 msgstr ""
3182
3183 #. TRANS: Message is used as link description. %1$s is a group name, %2$s is a site name.
3184 #: actions/grouprss.php:141
3185 #, php-format
3186 msgid "Updates from members of %1$s on %2$s!"
3187 msgstr ""
3188
3189 #. TRANS: Title for first page of the groups list.
3190 #: actions/groups.php:62
3191 msgctxt "TITLE"
3192 msgid "Groups"
3193 msgstr ""
3194
3195 #. TRANS: Title for all but the first page of the groups list.
3196 #. TRANS: %d is the page number.
3197 #: actions/groups.php:66
3198 #, php-format
3199 msgctxt "TITLE"
3200 msgid "Groups, page %d"
3201 msgstr ""
3202
3203 #. TRANS: Page notice of group list. %%%%site.name%%%% is the StatusNet site name,
3204 #. TRANS: %%%%action.groupsearch%%%% and %%%%action.newgroup%%%% are URLs. Do not change them.
3205 #. TRANS: This message contains Markdown links in the form [link text](link).
3206 #: actions/groups.php:89
3207 #, php-format
3208 msgid ""
3209 "%%%%site.name%%%% groups let you find and talk with people of similar "
3210 "interests. After you join a group you can send messages to all other members "
3211 "using the syntax \"!groupname\". Don't see a group you like? Try [searching "
3212 "for one](%%%%action.groupsearch%%%%) or [start your own](%%%%action.newgroup%"
3213 "%%%)!"
3214 msgstr ""
3215
3216 #. TRANS: Link to create a new group on the group list page.
3217 #. TRANS: Link text on group page to create a new group.
3218 #. TRANS: Form legend for group edit form.
3219 #: actions/groups.php:107 actions/usergroups.php:124 lib/groupeditform.php:116
3220 msgid "Create a new group"
3221 msgstr ""
3222
3223 #. TRANS: Instructions for page where groups can be searched. %%site.name%% is the name of the StatusNet site.
3224 #: actions/groupsearch.php:53
3225 #, php-format
3226 msgid ""
3227 "Search for groups on %%site.name%% by their name, location, or description. "
3228 "Separate the terms by spaces; they must be 3 characters or more."
3229 msgstr ""
3230
3231 #. TRANS: Title for page where groups can be searched.
3232 #: actions/groupsearch.php:60
3233 msgid "Group search"
3234 msgstr ""
3235
3236 #. TRANS: Text on page where groups can be searched if no results were found for a query.
3237 #. TRANS: Text for notice search results is the query had no results.
3238 #. TRANS: Message on the "People search" page where a query has no results.
3239 #. TRANS: Output when there are no results for a search.
3240 #: actions/groupsearch.php:82 actions/noticesearch.php:155
3241 #: actions/peoplesearch.php:87 actions/profilecompletion.php:150
3242 msgid "No results."
3243 msgstr ""
3244
3245 #. TRANS: Additional text on page where groups can be searched if no results were found for a query for a logged in user.
3246 #. TRANS: This message contains Markdown links in the form [link text](link).
3247 #: actions/groupsearch.php:87
3248 #, php-format
3249 msgid ""
3250 "If you cannot find the group you're looking for, you can [create it](%%"
3251 "action.newgroup%%) yourself."
3252 msgstr ""
3253
3254 #. TRANS: Additional text on page where groups can be searched if no results were found for a query for a not logged in user.
3255 #. TRANS: This message contains Markdown links in the form [link text](link).
3256 #: actions/groupsearch.php:92
3257 #, php-format
3258 msgid ""
3259 "Why not [register an account](%%action.register%%) and [create the group](%%"
3260 "action.newgroup%%) yourself!"
3261 msgstr ""
3262
3263 #. TRANS: Client error displayed when trying to unblock a user from a group without being an administrator for the group.
3264 #: actions/groupunblock.php:96
3265 msgid "Only an admin can unblock group members."
3266 msgstr ""
3267
3268 #. TRANS: Client error displayed when trying to unblock a non-blocked user from a group.
3269 #: actions/groupunblock.php:101
3270 msgid "User is not blocked from group."
3271 msgstr ""
3272
3273 #. TRANS: Server error displayed when unblocking a user from a group fails because of an unknown error.
3274 #. TRANS: Server error displayed when removing a user block.
3275 #: actions/groupunblock.php:133 actions/unblock.php:86
3276 msgid "Error removing the block."
3277 msgstr ""
3278
3279 #. TRANS: Title for Instant Messaging settings.
3280 #: actions/imsettings.php:56
3281 msgid "IM settings"
3282 msgstr ""
3283
3284 #. TRANS: Instant messaging settings page instructions.
3285 #. TRANS: [instant messages] is link text, "(%%doc.im%%)" is the link.
3286 #. TRANS: the order and formatting of link text and link should remain unchanged.
3287 #: actions/imsettings.php:69
3288 #, php-format
3289 msgid ""
3290 "You can send and receive notices through instant messaging [instant messages]"
3291 "(%%doc.im%%). Configure your addresses and settings below."
3292 msgstr ""
3293
3294 #. TRANS: Message given in the IM settings if IM is not enabled on the site.
3295 #: actions/imsettings.php:90
3296 msgid "IM is not available."
3297 msgstr ""
3298
3299 #. TRANS: Form note in IM settings form. %s is the type of IM address that was confirmed.
3300 #: actions/imsettings.php:116
3301 #, php-format
3302 msgid "Current confirmed %s address."
3303 msgstr ""
3304
3305 #. TRANS: Form note in IM settings form.
3306 #. TRANS: %s is the IM service name, %2$s is the IM address set.
3307 #: actions/imsettings.php:128
3308 #, php-format
3309 msgid ""
3310 "Awaiting confirmation on this address. Check your %1$s account for a message "
3311 "with further instructions. (Did you add %2$s to your buddy list?)"
3312 msgstr ""
3313
3314 #. TRANS: Field label for IM address.
3315 #: actions/imsettings.php:141
3316 msgid "IM address"
3317 msgstr ""
3318
3319 #. TRANS: Field title for IM address. %s is the IM service name.
3320 #: actions/imsettings.php:144
3321 #, php-format
3322 msgid "%s screenname."
3323 msgstr ""
3324
3325 #. TRANS: Header for IM preferences form.
3326 #: actions/imsettings.php:165
3327 msgid "IM Preferences"
3328 msgstr ""
3329
3330 #. TRANS: Checkbox label in IM preferences form.
3331 #: actions/imsettings.php:176
3332 msgid "Send me notices"
3333 msgstr ""
3334
3335 #. TRANS: Checkbox label in IM preferences form.
3336 #: actions/imsettings.php:178
3337 msgid "Post a notice when my status changes."
3338 msgstr ""
3339
3340 #. TRANS: Checkbox label in IM preferences form.
3341 #: actions/imsettings.php:180
3342 msgid "Send me replies from people I'm not subscribed to."
3343 msgstr ""
3344
3345 #. TRANS: Checkbox label in IM preferences form.
3346 #: actions/imsettings.php:183
3347 msgid "Publish a MicroID"
3348 msgstr ""
3349
3350 #. TRANS: Server error thrown on database error updating IM preferences.
3351 #: actions/imsettings.php:294
3352 msgid "Could not update IM preferences."
3353 msgstr ""
3354
3355 #. TRANS: Confirmation message for successful IM preferences save.
3356 #. TRANS: Confirmation message after saving preferences.
3357 #: actions/imsettings.php:301 actions/urlsettings.php:247
3358 msgid "Preferences saved."
3359 msgstr ""
3360
3361 #. TRANS: Message given saving IM address without having provided one.
3362 #: actions/imsettings.php:323
3363 msgid "No screenname."
3364 msgstr ""
3365
3366 #. TRANS: Form validation error when no transport is available setting an IM address.
3367 #: actions/imsettings.php:329
3368 msgid "No transport."
3369 msgstr ""
3370
3371 #. TRANS: Message given saving IM address that cannot be normalised.
3372 #: actions/imsettings.php:337
3373 msgid "Cannot normalize that screenname."
3374 msgstr ""
3375
3376 #. TRANS: Message given saving IM address that not valid.
3377 #: actions/imsettings.php:344
3378 msgid "Not a valid screenname."
3379 msgstr ""
3380
3381 #. TRANS: Message given saving IM address that is already set for another user.
3382 #: actions/imsettings.php:348
3383 msgid "Screenname already belongs to another user."
3384 msgstr ""
3385
3386 #. TRANS: Message given saving valid IM address that is to be confirmed.
3387 #: actions/imsettings.php:373
3388 msgid "A confirmation code was sent to the IM address you added."
3389 msgstr ""
3390
3391 #. TRANS: Message given canceling IM address confirmation for the wrong IM address.
3392 #: actions/imsettings.php:400
3393 msgid "That is the wrong IM address."
3394 msgstr ""
3395
3396 #. TRANS: Server error thrown on database error canceling IM address confirmation.
3397 #: actions/imsettings.php:409
3398 msgid "Could not delete confirmation."
3399 msgstr ""
3400
3401 #. TRANS: Message given after successfully canceling IM address confirmation.
3402 #: actions/imsettings.php:414
3403 msgid "IM confirmation cancelled."
3404 msgstr ""
3405
3406 #. TRANS: Message given trying to remove an IM address that is not
3407 #. TRANS: registered for the active user.
3408 #: actions/imsettings.php:438
3409 msgid "That is not your screenname."
3410 msgstr ""
3411
3412 #. TRANS: Message given after successfully removing a registered Instant Messaging address.
3413 #: actions/imsettings.php:454
3414 msgid "The IM address was removed."
3415 msgstr ""
3416
3417 #. TRANS: Title for all but the first page of the inbox page.
3418 #. TRANS: %1$s is the user's nickname, %2$s is the page number.
3419 #: actions/inbox.php:59
3420 #, php-format
3421 msgid "Inbox for %1$s - page %2$d"
3422 msgstr ""
3423
3424 #. TRANS: Title for the first page of the inbox page.
3425 #. TRANS: %s is the user's nickname.
3426 #: actions/inbox.php:64
3427 #, php-format
3428 msgid "Inbox for %s"
3429 msgstr ""
3430
3431 #. TRANS: Instructions for user inbox page.
3432 #: actions/inbox.php:106
3433 msgid "This is your inbox, which lists your incoming private messages."
3434 msgstr ""
3435
3436 #. TRANS: Client error displayed when trying to sent invites while they have been disabled.
3437 #: actions/invite.php:46
3438 msgid "Invites have been disabled."
3439 msgstr ""
3440
3441 #. TRANS: Client error displayed when trying to sent invites while not logged in.
3442 #. TRANS: %s is the StatusNet site name.
3443 #: actions/invite.php:50
3444 #, php-format
3445 msgid "You must be logged in to invite other users to use %s."
3446 msgstr ""
3447
3448 #. TRANS: Form validation message when providing an e-mail address that does not validate.
3449 #. TRANS: %s is an invalid e-mail address.
3450 #: actions/invite.php:100
3451 #, php-format
3452 msgid "Invalid email address: %s."
3453 msgstr ""
3454
3455 #. TRANS: Page title when invitations have been sent.
3456 #: actions/invite.php:145
3457 msgid "Invitations sent"
3458 msgstr ""
3459
3460 #. TRANS: Page title when inviting potential users.
3461 #: actions/invite.php:148
3462 msgid "Invite new users"
3463 msgstr ""
3464
3465 #. TRANS: Message displayed inviting users to use a StatusNet site while the inviting user
3466 #. TRANS: is already subscribed to one or more users with the given e-mail address(es).
3467 #. TRANS: Plural form is based on the number of reported already subscribed e-mail addresses.
3468 #. TRANS: Followed by a bullet list.
3469 #: actions/invite.php:169
3470 msgid "You are already subscribed to this user:"
3471 msgid_plural "You are already subscribed to these users:"
3472 msgstr[0] ""
3473 msgstr[1] ""
3474
3475 #. TRANS: Used as list item for already subscribed users (%1$s is nickname, %2$s is e-mail address).
3476 #. TRANS: Used as list item for already registered people (%1$s is nickname, %2$s is e-mail address).
3477 #: actions/invite.php:175 actions/invite.php:189
3478 #, php-format
3479 msgctxt "INVITE"
3480 msgid "%1$s (%2$s)"
3481 msgstr ""
3482
3483 #. TRANS: Message displayed inviting users to use a StatusNet site while the invited user
3484 #. TRANS: already uses a this StatusNet site. Plural form is based on the number of
3485 #. TRANS: reported already present people. Followed by a bullet list.
3486 #: actions/invite.php:183
3487 msgid "This person is already a user and you were automatically subscribed:"
3488 msgid_plural ""
3489 "These people are already users and you were automatically subscribed to them:"
3490 msgstr[0] ""
3491 msgstr[1] ""
3492
3493 #. TRANS: Message displayed inviting users to use a StatusNet site. Plural form is
3494 #. TRANS: based on the number of invitations sent. Followed by a bullet list of
3495 #. TRANS: e-mail addresses to which invitations were sent.
3496 #: actions/invite.php:197
3497 msgid "Invitation sent to the following person:"
3498 msgid_plural "Invitations sent to the following people:"
3499 msgstr[0] ""
3500 msgstr[1] ""
3501
3502 #. TRANS: Generic message displayed after sending out one or more invitations to
3503 #. TRANS: people to join a StatusNet site.
3504 #: actions/invite.php:207
3505 msgid ""
3506 "You will be notified when your invitees accept the invitation and register "
3507 "on the site. Thanks for growing the community!"
3508 msgstr ""
3509
3510 #. TRANS: Form instructions.
3511 #: actions/invite.php:222
3512 msgid ""
3513 "Use this form to invite your friends and colleagues to use this service."
3514 msgstr ""
3515
3516 #. TRANS: Subject for invitation email. Note that 'them' is correct as a gender-neutral
3517 #. TRANS: singular 3rd-person pronoun in English. %1$s is the inviting user, $2$s is
3518 #. TRANS: the StatusNet sitename.
3519 #: actions/invite.php:275
3520 #, php-format
3521 msgid "%1$s has invited you to join them on %2$s"
3522 msgstr ""
3523
3524 #. TRANS: Client error displayed when trying to join a group while not logged in.
3525 #: actions/joingroup.php:59
3526 msgid "You must be logged in to join a group."
3527 msgstr ""
3528
3529 #. TRANS: Title for join group page after joining.
3530 #: actions/joingroup.php:145
3531 #, php-format
3532 msgctxt "TITLE"
3533 msgid "%1$s joined group %2$s"
3534 msgstr ""
3535
3536 #. TRANS: Exception thrown when there is an unknown error joining a group.
3537 #: actions/joingroup.php:158
3538 msgid "Unknown error joining group."
3539 msgstr ""
3540
3541 #. TRANS: Client error displayed when trying to join a group while already a member.
3542 #. TRANS: Error text shown when trying to leave an existing group the user is not a member of.
3543 #: actions/leavegroup.php:103 lib/command.php:395
3544 msgid "You are not a member of that group."
3545 msgstr ""
3546
3547 #. TRANS: User admin panel title
3548 #: actions/licenseadminpanel.php:54
3549 msgctxt "TITLE"
3550 msgid "License"
3551 msgstr ""
3552
3553 #. TRANS: Form instructions for the site license admin panel.
3554 #: actions/licenseadminpanel.php:65
3555 msgid "License for this StatusNet site"
3556 msgstr ""
3557
3558 #. TRANS: Client error displayed selecting an invalid license in the license admin panel.
3559 #: actions/licenseadminpanel.php:135
3560 msgid "Invalid license selection."
3561 msgstr ""
3562
3563 #. TRANS: Client error displayed when not specifying an owner for the all rights reserved license in the license admin panel.
3564 #: actions/licenseadminpanel.php:146
3565 msgid ""
3566 "You must specify the owner of the content when using the All Rights Reserved "
3567 "license."
3568 msgstr ""
3569
3570 #. TRANS: Client error displayed selecting a too long license title in the license admin panel.
3571 #: actions/licenseadminpanel.php:154
3572 msgid "Invalid license title. Maximum length is 255 characters."
3573 msgstr ""
3574
3575 #. TRANS: Client error displayed specifying an invalid license URL in the license admin panel.
3576 #: actions/licenseadminpanel.php:167
3577 msgid "Invalid license URL."
3578 msgstr ""
3579
3580 #. TRANS: Client error displayed specifying an invalid license image URL in the license admin panel.
3581 #: actions/licenseadminpanel.php:171
3582 msgid "Invalid license image URL."
3583 msgstr ""
3584
3585 #. TRANS: Client error displayed specifying an invalid license URL in the license admin panel.
3586 #: actions/licenseadminpanel.php:180
3587 msgid "License URL must be blank or a valid URL."
3588 msgstr ""
3589
3590 #. TRANS: Client error displayed specifying an invalid license image URL in the license admin panel.
3591 #: actions/licenseadminpanel.php:189
3592 msgid "License image must be blank or valid URL."
3593 msgstr ""
3594
3595 #. TRANS: Form legend in the license admin panel.
3596 #: actions/licenseadminpanel.php:240
3597 msgid "License selection"
3598 msgstr ""
3599
3600 #. TRANS: License option in the license admin panel.
3601 #. TRANS: Checkbox label to mark a list private.
3602 #: actions/licenseadminpanel.php:247 lib/peopletageditform.php:155
3603 msgid "Private"
3604 msgstr ""
3605
3606 #. TRANS: License option in the license admin panel.
3607 #: actions/licenseadminpanel.php:249
3608 msgid "All Rights Reserved"
3609 msgstr ""
3610
3611 #. TRANS: License option in the license admin panel.
3612 #: actions/licenseadminpanel.php:251
3613 msgid "Creative Commons"
3614 msgstr ""
3615
3616 #. TRANS: Dropdown field label in the license admin panel.
3617 #: actions/licenseadminpanel.php:257
3618 msgid "Type"
3619 msgstr ""
3620
3621 #. TRANS: Dropdown field instructions in the license admin panel.
3622 #: actions/licenseadminpanel.php:260
3623 msgid "Select a license."
3624 msgstr ""
3625
3626 #. TRANS: Form legend in the license admin panel.
3627 #: actions/licenseadminpanel.php:275
3628 msgid "License details"
3629 msgstr ""
3630
3631 #. TRANS: Field label in the license admin panel.
3632 #: actions/licenseadminpanel.php:282
3633 msgid "Owner"
3634 msgstr ""
3635
3636 #. TRANS: Field title in the license admin panel.
3637 #: actions/licenseadminpanel.php:284
3638 msgid "Name of the owner of the site's content (if applicable)."
3639 msgstr ""
3640
3641 #. TRANS: Field label in the license admin panel.
3642 #: actions/licenseadminpanel.php:293
3643 msgid "License Title"
3644 msgstr ""
3645
3646 #. TRANS: Field title in the license admin panel.
3647 #: actions/licenseadminpanel.php:295
3648 msgid "The title of the license."
3649 msgstr ""
3650
3651 #. TRANS: Field label in the license admin panel.
3652 #: actions/licenseadminpanel.php:304
3653 msgid "License URL"
3654 msgstr ""
3655
3656 #. TRANS: Field title in the license admin panel.
3657 #: actions/licenseadminpanel.php:306
3658 msgid "URL for more information about the license."
3659 msgstr ""
3660
3661 #. TRANS: Field label in the license admin panel.
3662 #: actions/licenseadminpanel.php:314
3663 msgid "License Image URL"
3664 msgstr ""
3665
3666 #. TRANS: Field title in the license admin panel.
3667 #: actions/licenseadminpanel.php:316
3668 msgid "URL for an image to display with the license."
3669 msgstr ""
3670
3671 #. TRANS: Button title in the license admin panel.
3672 #: actions/licenseadminpanel.php:339
3673 msgid "Save license settings."
3674 msgstr ""
3675
3676 #. TRANS: Client error displayed when trying to log in while already logged in.
3677 #. TRANS: Client error displayed trying to use "one time password login" when already logged in.
3678 #. TRANS: Client error displayed when trying to register while already logged in.
3679 #: actions/login.php:98 actions/otp.php:62 actions/register.php:136
3680 msgid "Already logged in."
3681 msgstr ""
3682
3683 #. TRANS: Form validation error displayed when trying to log in with incorrect credentials.
3684 #: actions/login.php:127
3685 msgid "Incorrect username or password."
3686 msgstr ""
3687
3688 #. TRANS: Server error displayed when during login a server error occurs.
3689 #. TRANS: Server error displayed when a user object could not be created trying to login using "one time password login".
3690 #: actions/login.php:134 actions/otp.php:127
3691 msgid "Error setting user. You are probably not authorized."
3692 msgstr ""
3693
3694 #. TRANS: Page title for login page.
3695 #: actions/login.php:189
3696 msgid "Login"
3697 msgstr ""
3698
3699 #. TRANS: Form legend on login page.
3700 #: actions/login.php:227
3701 msgid "Login to site"
3702 msgstr ""
3703
3704 #. TRANS: Field label on login page.
3705 #: actions/login.php:231
3706 msgid "Username or email address"
3707 msgstr ""
3708
3709 #. TRANS: Checkbox label label on login page.
3710 #. TRANS: Checkbox label on account registration page.
3711 #: actions/login.php:239 actions/register.php:514
3712 msgid "Remember me"
3713 msgstr ""
3714
3715 #. TRANS: Checkbox title on login page.
3716 #. TRANS: Checkbox title on account registration page.
3717 #: actions/login.php:241 actions/register.php:517
3718 msgid "Automatically login in the future; not for shared computers!"
3719 msgstr ""
3720
3721 #. TRANS: Button text for log in on login page.
3722 #: actions/login.php:246
3723 msgctxt "BUTTON"
3724 msgid "Login"
3725 msgstr ""
3726
3727 #. TRANS: Link text for link to "reset password" on login page.
3728 #: actions/login.php:252
3729 msgid "Lost or forgotten password?"
3730 msgstr ""
3731
3732 #. TRANS: Form instructions on login page before being able to change user settings.
3733 #: actions/login.php:271
3734 msgid ""
3735 "For security reasons, please re-enter your user name and password before "
3736 "changing your settings."
3737 msgstr ""
3738
3739 #. TRANS: Form instructions on login page.
3740 #: actions/login.php:276
3741 msgid "Login with your username and password."
3742 msgstr ""
3743
3744 #. TRANS: Form instructions on login page. This message contains Markdown links in the form [Link text](Link).
3745 #. TRANS: %%action.register%% is a link to the registration page.
3746 #: actions/login.php:281
3747 #, php-format
3748 msgid ""
3749 "Don't have a username yet? [Register](%%action.register%%) a new account."
3750 msgstr ""
3751
3752 #. TRANS: Client error displayed when trying to make another user admin on the Make Admin page while not an admin.
3753 #: actions/makeadmin.php:99
3754 msgid "Only an admin can make another user an admin."
3755 msgstr ""
3756
3757 #. TRANS: Client error displayed when trying to make another user admin on the Make Admin page who already is admin.
3758 #. TRANS: %1$s is the user that is already admin, %2$s is the group user is already admin for.
3759 #: actions/makeadmin.php:105
3760 #, php-format
3761 msgid "%1$s is already an admin for group \"%2$s\"."
3762 msgstr ""
3763
3764 #. TRANS: Server error displayed when trying to make another user admin on the Make Admin page fails
3765 #. TRANS: because the group membership record could not be gotten.
3766 #. TRANS: %1$s is the to be admin user, %2$s is the group user should be admin for.
3767 #: actions/makeadmin.php:145
3768 #, php-format
3769 msgid "Can't get membership record for %1$s in group %2$s."
3770 msgstr ""
3771
3772 #. TRANS: Server error displayed when trying to make another user admin on the Make Admin page fails
3773 #. TRANS: because the group adminship record coud not be saved properly.
3774 #. TRANS: %1$s is the to be admin user, %2$s is the group user is already admin for.
3775 #: actions/makeadmin.php:161
3776 #, php-format
3777 msgid "Can't make %1$s an admin for group %2$s."
3778 msgstr ""
3779
3780 #. TRANS: Client error displayed trying to make a micro summary without providing a status.
3781 #: actions/microsummary.php:71
3782 msgid "No current status."
3783 msgstr ""
3784
3785 #. TRANS: This is the title of the form for adding a new application.
3786 #: actions/newapplication.php:52
3787 msgid "New application"
3788 msgstr ""
3789
3790 #. TRANS: Client error displayed trying to add a new application while not logged in.
3791 #: actions/newapplication.php:64
3792 msgid "You must be logged in to register an application."
3793 msgstr ""
3794
3795 #. TRANS: Form instructions for registering a new application.
3796 #: actions/newapplication.php:148
3797 msgid "Use this form to register a new application."
3798 msgstr ""
3799
3800 #. TRANS: Validation error shown when not providing a source URL in the "New application" form.
3801 #: actions/newapplication.php:190
3802 msgid "Source URL is required."
3803 msgstr ""
3804
3805 #. TRANS: Server error displayed when an application could not be registered in the database through the "New application" form.
3806 #: actions/newapplication.php:280 actions/newapplication.php:290
3807 msgid "Could not create application."
3808 msgstr ""
3809
3810 #. TRANS: Form validation error messages displayed when uploading an invalid application logo.
3811 #: actions/newapplication.php:299
3812 msgid "Invalid image."
3813 msgstr ""
3814
3815 #. TRANS: Title for form to create a group.
3816 #: actions/newgroup.php:53
3817 msgid "New group"
3818 msgstr ""
3819
3820 #. TRANS: Client exception thrown when a user tries to create a group while banned.
3821 #: actions/newgroup.php:73 classes/User_group.php:485
3822 msgid "You are not allowed to create groups on this site."
3823 msgstr ""
3824
3825 #. TRANS: Form instructions for group create form.
3826 #: actions/newgroup.php:117
3827 msgid "Use this form to create a new group."
3828 msgstr ""
3829
3830 #. TRANS: Page title for new direct message page.
3831 #. TRANS: Page title on page for sending a direct message.
3832 #: actions/newmessage.php:72 actions/newmessage.php:250
3833 msgid "New message"
3834 msgstr ""
3835
3836 #. TRANS: Client error displayed trying to send a direct message to a user while sender and
3837 #. TRANS: receiver are not subscribed to each other.
3838 #: actions/newmessage.php:126 actions/newmessage.php:174
3839 msgid "You cannot send a message to this user."
3840 msgstr ""
3841
3842 #. TRANS: Form validator error displayed trying to send a direct message without content.
3843 #. TRANS: Client error displayed trying to send a notice without content.
3844 #. TRANS: Command exception text shown when trying to send a direct message to another user without content.
3845 #. TRANS: Command exception text shown when trying to reply to a notice without providing content for the reply.
3846 #: actions/newmessage.php:151 actions/newnotice.php:140 lib/command.php:605
3847 #: lib/command.php:694
3848 msgid "No content!"
3849 msgstr ""
3850
3851 #. TRANS: Form validation error displayed trying to send a direct message without specifying a recipient.
3852 #: actions/newmessage.php:169
3853 msgid "No recipient specified."
3854 msgstr ""
3855
3856 #. TRANS: Page title after sending a direct message.
3857 #: actions/newmessage.php:196
3858 msgid "Message sent"
3859 msgstr ""
3860
3861 #. TRANS: Confirmation text after sending a direct message.
3862 #. TRANS: %s is the direct message recipient.
3863 #. TRANS: Message given have sent a direct message to another user.
3864 #. TRANS: %s is the name of the other user.
3865 #: actions/newmessage.php:202 lib/command.php:640
3866 #, php-format
3867 msgid "Direct message to %s sent."
3868 msgstr ""
3869
3870 #. TRANS: Page title after an AJAX error occurred on the "send direct message" page.
3871 #. TRANS: Page title after an AJAX error occurs on the send notice page.
3872 #: actions/newmessage.php:228 actions/newnotice.php:271 lib/error.php:117
3873 msgid "Ajax Error"
3874 msgstr ""
3875
3876 #. TRANS: Page title for sending a new notice.
3877 #. TRANS: Title for form to send a new notice.
3878 #: actions/newnotice.php:67 actions/newnotice.php:293
3879 msgctxt "TITLE"
3880 msgid "New notice"
3881 msgstr ""
3882
3883 #. TRANS: Page title after sending a notice.
3884 #: actions/newnotice.php:237
3885 msgid "Notice posted"
3886 msgstr ""
3887
3888 #. TRANS: Instructions for Notice search page.
3889 #. TRANS: %%site.name%% is the name of the StatusNet site.
3890 #: actions/noticesearch.php:95
3891 #, php-format
3892 msgid ""
3893 "Search for notices on %%site.name%% by their contents. Separate search terms "
3894 "by spaces; they must be 3 characters or more."
3895 msgstr ""
3896
3897 #. TRANS: Title of the page where users can search for notices.
3898 #: actions/noticesearch.php:106
3899 msgid "Text search"
3900 msgstr ""
3901
3902 #. TRANS: Test in RSS notice search.
3903 #. TRANS: %1$s is the query, %2$s is the StatusNet site name.
3904 #: actions/noticesearch.php:121
3905 #, php-format
3906 msgid "Search results for \"%1$s\" on %2$s"
3907 msgstr ""
3908
3909 #. TRANS: Text for logged in users making a query for notices without results.
3910 #. TRANS: This message contains a Markdown link.
3911 #: actions/noticesearch.php:161
3912 #, php-format
3913 msgid ""
3914 "Be the first to [post on this topic](%%%%action.newnotice%%%%?"
3915 "status_textarea=%s)!"
3916 msgstr ""
3917
3918 #. TRANS: Text for not logged in users making a query for notices without results.
3919 #. TRANS: This message contains Markdown links.
3920 #: actions/noticesearch.php:166
3921 #, php-format
3922 msgid ""
3923 "Why not [register an account](%%%%action.register%%%%) and be the first to "
3924 "[post on this topic](%%%%action.newnotice%%%%?status_textarea=%s)!"
3925 msgstr ""
3926
3927 #. TRANS: RSS notice search feed title. %s is the query.
3928 #: actions/noticesearchrss.php:95
3929 #, php-format
3930 msgid "Updates with \"%s\""
3931 msgstr ""
3932
3933 #. TRANS: RSS notice search feed description.
3934 #. TRANS: %1$s is the query, %2$s is the StatusNet site name.
3935 #: actions/noticesearchrss.php:99
3936 #, php-format
3937 msgid "Updates matching search term \"%1$s\" on %2$s."
3938 msgstr ""
3939
3940 #. TRANS: Client error displayed trying to nudge a user that cannot be nudged.
3941 #: actions/nudge.php:88
3942 msgid ""
3943 "This user doesn't allow nudges or hasn't confirmed or set their email "
3944 "address yet."
3945 msgstr ""
3946
3947 #. TRANS: Page title after sending a nudge.
3948 #: actions/nudge.php:98
3949 msgid "Nudge sent"
3950 msgstr ""
3951
3952 #. TRANS: Confirmation text after sending a nudge.
3953 #: actions/nudge.php:102
3954 msgid "Nudge sent!"
3955 msgstr ""
3956
3957 #. TRANS: Message displayed to an anonymous user trying to view OAuth application list.
3958 #: actions/oauthappssettings.php:57
3959 msgid "You must be logged in to list your applications."
3960 msgstr ""
3961
3962 #. TRANS: Page title for OAuth applications
3963 #: actions/oauthappssettings.php:73
3964 msgid "OAuth applications"
3965 msgstr ""
3966
3967 #. TRANS: Page instructions for OAuth applications
3968 #: actions/oauthappssettings.php:85
3969 msgid "Applications you have registered"
3970 msgstr ""
3971
3972 #. TRANS: Empty list message on page with OAuth applications.
3973 #: actions/oauthappssettings.php:138
3974 #, php-format
3975 msgid "You have not registered any applications yet."
3976 msgstr ""
3977
3978 #. TRANS: Title for OAuth connection settings.
3979 #: actions/oauthconnectionssettings.php:69
3980 msgid "Connected applications"
3981 msgstr ""
3982
3983 #. TRANS: Instructions for OAuth connection settings.
3984 #: actions/oauthconnectionssettings.php:80
3985 msgid "The following connections exist for your account."
3986 msgstr ""
3987
3988 #. TRANS: Client error when trying to revoke access for an application while not being a user of it.
3989 #: actions/oauthconnectionssettings.php:166
3990 msgid "You are not a user of that application."
3991 msgstr ""
3992
3993 #. TRANS: Client error when revoking access has failed for some reason.
3994 #. TRANS: %s is the application ID revoking access failed for.
3995 #: actions/oauthconnectionssettings.php:181
3996 #, php-format
3997 msgid "Unable to revoke access for application: %s."
3998 msgstr ""
3999
4000 #. TRANS: Success message after revoking access for an application.
4001 #. TRANS: %1$s is the application name, %2$s is the first part of the user token.
4002 #: actions/oauthconnectionssettings.php:200
4003 #, php-format
4004 msgid ""
4005 "You have successfully revoked access for %1$s and the access token starting "
4006 "with %2$s."
4007 msgstr ""
4008
4009 #. TRANS: Empty list message when no applications have been authorised yet.
4010 #: actions/oauthconnectionssettings.php:211
4011 msgid "You have not authorized any applications to use your account."
4012 msgstr ""
4013
4014 #. TRANS: Note for developers in the OAuth connection settings form.
4015 #. TRANS: This message contains a Markdown link. Do not separate "](".
4016 #. TRANS: %s is the URL to the OAuth settings.
4017 #: actions/oauthconnectionssettings.php:231
4018 #, php-format
4019 msgid ""
4020 "Are you a developer? [Register an OAuth client application](%s) to use with "
4021 "this instance of StatusNet."
4022 msgstr ""
4023
4024 #. TRANS: Server error displayed in oEmbed action when path not found.
4025 #. TRANS: %s is a path.
4026 #: actions/oembed.php:66
4027 #, php-format
4028 msgid "\"%s\" not found."
4029 msgstr ""
4030
4031 #. TRANS: Server error displayed in oEmbed action when notice not found.
4032 #. TRANS: %s is a notice.
4033 #: actions/oembed.php:80
4034 #, php-format
4035 msgid "Notice %s not found."
4036 msgstr ""
4037
4038 #. TRANS: Server error displayed in oEmbed action when notice has not profile.
4039 #. TRANS: Server error displayed trying to show a notice without a connected profile.
4040 #: actions/oembed.php:85 actions/shownotice.php:99
4041 msgid "Notice has no profile."
4042 msgstr ""
4043
4044 #. TRANS: oEmbed title. %1$s is the author name, %2$s is the creation date.
4045 #. TRANS: Title of the page that shows a notice.
4046 #. TRANS: %1$s is a user name, %2$s is the notice creation date/time.
4047 #: actions/oembed.php:89 actions/shownotice.php:196
4048 #, php-format
4049 msgid "%1$s's status on %2$s"
4050 msgstr ""
4051
4052 #. TRANS: Server error displayed in oEmbed action when attachment not found.
4053 #. TRANS: %d is an attachment ID.
4054 #: actions/oembed.php:103
4055 #, php-format
4056 msgid "Attachment %s not found."
4057 msgstr ""
4058
4059 #. TRANS: Server error displayed in oEmbed request when a path is not supported.
4060 #. TRANS: %s is a path.
4061 #: actions/oembed.php:146
4062 #, php-format
4063 msgid "\"%s\" not supported for oembed requests."
4064 msgstr ""
4065
4066 #. TRANS: Error message displaying attachments. %s is a raw MIME type (eg 'image/png')
4067 #: actions/oembed.php:178
4068 #, php-format
4069 msgid "Content type %s not supported."
4070 msgstr ""
4071
4072 #. TRANS: Error message displaying attachments. %s is the site's base URL.
4073 #: actions/oembed.php:182
4074 #, php-format
4075 msgid "Only %s URLs over plain HTTP please."
4076 msgstr ""
4077
4078 #. TRANS: Server error displayed in oEmbed action when request specifies an unsupported data format.
4079 #. TRANS: Client error on an API request with an unsupported data format.
4080 #: actions/oembed.php:204 actions/oembed.php:224 lib/apiaction.php:1292
4081 #: lib/apiaction.php:1319 lib/apiaction.php:1454
4082 msgid "Not a supported data format."
4083 msgstr ""
4084
4085 #. TRANS: ShortName in the OpenSearch interface when trying to find users.
4086 #: actions/opensearch.php:64
4087 msgid "People Search"
4088 msgstr ""
4089
4090 #. TRANS: ShortName in the OpenSearch interface when trying to find notices.
4091 #: actions/opensearch.php:68
4092 msgid "Notice Search"
4093 msgstr ""
4094
4095 #. TRANS: Client error displayed trying to use "one time password login" without specifying a user.
4096 #: actions/otp.php:70
4097 msgid "No user ID specified."
4098 msgstr ""
4099
4100 #. TRANS: Client error displayed trying to use "one time password login" without specifying a login token.
4101 #: actions/otp.php:86
4102 msgid "No login token specified."
4103 msgstr ""
4104
4105 #. TRANS: Client error displayed trying to use "one time password login" without requesting a login token.
4106 #: actions/otp.php:94
4107 msgid "No login token requested."
4108 msgstr ""
4109
4110 #. TRANS: Client error displayed trying to use "one time password login" while specifying an invalid login token.
4111 #: actions/otp.php:100
4112 msgid "Invalid login token specified."
4113 msgstr ""
4114
4115 #. TRANS: Client error displayed trying to use "one time password login" while specifying an expired login token.
4116 #: actions/otp.php:110
4117 msgid "Login token expired."
4118 msgstr ""
4119
4120 #. TRANS: Title for outbox for any but the fist page.
4121 #. TRANS: %1$s is the user nickname, %2$d is the page number.
4122 #: actions/outbox.php:57
4123 #, php-format
4124 msgid "Outbox for %1$s - page %2$d"
4125 msgstr ""
4126
4127 #. TRANS: Title for first page of outbox.
4128 #: actions/outbox.php:61
4129 #, php-format
4130 msgid "Outbox for %s"
4131 msgstr ""
4132
4133 #. TRANS: Instructions for outbox.
4134 #: actions/outbox.php:103
4135 msgid "This is your outbox, which lists private messages you have sent."
4136 msgstr ""
4137
4138 #. TRANS: Title for page where to change password.
4139 #: actions/passwordsettings.php:59
4140 msgctxt "TITLE"
4141 msgid "Change password"
4142 msgstr ""
4143
4144 #. TRANS: Instructions for page where to change password.
4145 #: actions/passwordsettings.php:71
4146 msgid "Change your password."
4147 msgstr ""
4148
4149 #. TRANS: Fieldset legend on page where to change password.
4150 #. TRANS: Fieldset legend for password reset form.
4151 #: actions/passwordsettings.php:99 actions/recoverpassword.php:251
4152 msgid "Password change"
4153 msgstr ""
4154
4155 #. TRANS: Field label on page where to change password.
4156 #: actions/passwordsettings.php:108
4157 msgid "Old password"
4158 msgstr ""
4159
4160 #. TRANS: Field label on page where to change password.
4161 #. TRANS: Field label for password reset form.
4162 #: actions/passwordsettings.php:113 actions/recoverpassword.php:256
4163 msgid "New password"
4164 msgstr ""
4165
4166 #. TRANS: Field title on page where to change password.
4167 #. TRANS: Field title on account registration page.
4168 #: actions/passwordsettings.php:115 actions/register.php:446
4169 msgid "6 or more characters."
4170 msgstr ""
4171
4172 #. TRANS: Field label on page where to change password. In this field the new password should be typed a second time.
4173 #: actions/passwordsettings.php:119
4174 msgctxt "LABEL"
4175 msgid "Confirm"
4176 msgstr ""
4177
4178 #. TRANS: Field title on page where to change password.
4179 #. TRANS: Title for field label for password reset form where the password has to be typed again.
4180 #. TRANS: Field title on account registration page.
4181 #: actions/passwordsettings.php:121 actions/recoverpassword.php:264
4182 #: actions/register.php:452
4183 msgid "Same as password above."
4184 msgstr ""
4185
4186 #. TRANS: Button text on page where to change password.
4187 #: actions/passwordsettings.php:126
4188 msgctxt "BUTTON"
4189 msgid "Change"
4190 msgstr ""
4191
4192 #. TRANS: Form validation error on page where to change password.
4193 #. TRANS: Form validation error displayed when trying to register with too short a password.
4194 #: actions/passwordsettings.php:164 actions/register.php:242
4195 msgid "Password must be 6 or more characters."
4196 msgstr ""
4197
4198 #. TRANS: Form validation error on password change when password confirmation does not match.
4199 #. TRANS: Form validation error displayed when trying to register with non-matching passwords.
4200 #: actions/passwordsettings.php:168 actions/register.php:246
4201 msgid "Passwords do not match."
4202 msgstr ""
4203
4204 #. TRANS: Form validation error on page where to change password.
4205 #: actions/passwordsettings.php:177
4206 msgid "Incorrect old password."
4207 msgstr ""
4208
4209 #. TRANS: Form validation error on page where to change password.
4210 #: actions/passwordsettings.php:194
4211 msgid "Error saving user; invalid."
4212 msgstr ""
4213
4214 #. TRANS: Server error displayed on page where to change password when password change
4215 #. TRANS: could not be made because of a server error.
4216 #. TRANS: Reset password form validation error message.
4217 #: actions/passwordsettings.php:201 actions/recoverpassword.php:338
4218 msgid "Cannot save new password."
4219 msgstr ""
4220
4221 #. TRANS: Form validation notice on page where to change password.
4222 #: actions/passwordsettings.php:208
4223 msgid "Password saved."
4224 msgstr ""
4225
4226 #. TRANS: Title for Paths admin panel.
4227 #: actions/pathsadminpanel.php:58
4228 msgid "Paths"
4229 msgstr ""
4230
4231 #. TRANS: Form instructions for Path admin panel.
4232 #: actions/pathsadminpanel.php:69
4233 msgid "Path and server settings for this StatusNet site"
4234 msgstr ""
4235
4236 #. TRANS: Client error in Paths admin panel.
4237 #. TRANS: %s is the directory that could not be read from.
4238 #: actions/pathsadminpanel.php:155
4239 #, php-format
4240 msgid "Theme directory not readable: %s."
4241 msgstr ""
4242
4243 #. TRANS: Client error in Paths admin panel.
4244 #. TRANS: %s is the avatar directory that could not be written to.
4245 #: actions/pathsadminpanel.php:163
4246 #, php-format
4247 msgid "Avatar directory not writable: %s."
4248 msgstr ""
4249
4250 #. TRANS: Client error in Paths admin panel.
4251 #. TRANS: %s is the background directory that could not be written to.
4252 #: actions/pathsadminpanel.php:171
4253 #, php-format
4254 msgid "Background directory not writable: %s."
4255 msgstr ""
4256
4257 #. TRANS: Client error in Paths admin panel.
4258 #. TRANS: %s is the locales directory that could not be read from.
4259 #: actions/pathsadminpanel.php:181
4260 #, php-format
4261 msgid "Locales directory not readable: %s."
4262 msgstr ""
4263
4264 #. TRANS: Client error in Paths admin panel.
4265 #. TRANS: %s is the SSL server URL that is too long.
4266 #: actions/pathsadminpanel.php:189
4267 msgid "Invalid SSL server. The maximum length is 255 characters."
4268 msgstr ""
4269
4270 #. TRANS: Fieldset legend in Paths admin panel.
4271 #: actions/pathsadminpanel.php:235
4272 msgid "Site"
4273 msgstr ""
4274
4275 #. TRANS: Field label in Paths admin panel.
4276 #: actions/pathsadminpanel.php:241 actions/pathsadminpanel.php:284
4277 #: actions/pathsadminpanel.php:376
4278 msgid "Server"
4279 msgstr ""
4280
4281 #. TRANS: Field title in Paths admin panel.
4282 #: actions/pathsadminpanel.php:243
4283 msgid "Site's server hostname."
4284 msgstr ""
4285
4286 #. TRANS: Field label in Paths admin panel.
4287 #: actions/pathsadminpanel.php:249 actions/pathsadminpanel.php:293
4288 #: actions/pathsadminpanel.php:385
4289 msgid "Path"
4290 msgstr ""
4291
4292 #. TRANS: Field title in Paths admin panel.
4293 #: actions/pathsadminpanel.php:251
4294 msgid "Site path."
4295 msgstr ""
4296
4297 #. TRANS: Field label in Paths admin panel.
4298 #: actions/pathsadminpanel.php:257
4299 msgid "Locale directory"
4300 msgstr ""
4301
4302 #. TRANS: Field title in Paths admin panel.
4303 #: actions/pathsadminpanel.php:259
4304 msgid "Directory path to locales."
4305 msgstr ""
4306
4307 #. TRANS: Checkbox label in Paths admin panel.
4308 #: actions/pathsadminpanel.php:266
4309 msgid "Fancy URLs"
4310 msgstr ""
4311
4312 #. TRANS: Field title in Paths admin panel.
4313 #: actions/pathsadminpanel.php:269
4314 msgid "Use fancy URLs (more readable and memorable)?"
4315 msgstr ""
4316
4317 #. TRANS: Fieldset legend in Paths admin panel.
4318 #: actions/pathsadminpanel.php:277
4319 msgctxt "LEGEND"
4320 msgid "Theme"
4321 msgstr ""
4322
4323 #. TRANS: Tooltip for field label in Paths admin panel.
4324 #: actions/pathsadminpanel.php:286
4325 msgid "Server for themes."
4326 msgstr ""
4327
4328 #. TRANS: Tooltip for field label in Paths admin panel.
4329 #: actions/pathsadminpanel.php:295
4330 msgid "Web path to themes."
4331 msgstr ""
4332
4333 #. TRANS: Field label in Paths admin panel.
4334 #: actions/pathsadminpanel.php:302 actions/pathsadminpanel.php:394
4335 #: actions/pathsadminpanel.php:446
4336 msgid "SSL server"
4337 msgstr ""
4338
4339 #. TRANS: Tooltip for field label in Paths admin panel.
4340 #: actions/pathsadminpanel.php:304
4341 msgid "SSL server for themes (default: SSL server)."
4342 msgstr ""
4343
4344 #. TRANS: Field label in Paths admin panel.
4345 #: actions/pathsadminpanel.php:311 actions/pathsadminpanel.php:403
4346 msgid "SSL path"
4347 msgstr ""
4348
4349 #. TRANS: Tooltip for field label in Paths admin panel.
4350 #: actions/pathsadminpanel.php:313
4351 msgid "SSL path to themes (default: /theme/)."
4352 msgstr ""
4353
4354 #. TRANS: Field label in Paths admin panel.
4355 #: actions/pathsadminpanel.php:320 actions/pathsadminpanel.php:412
4356 msgid "Directory"
4357 msgstr ""
4358
4359 #. TRANS: Tooltip for field label in Paths admin panel.
4360 #: actions/pathsadminpanel.php:322
4361 msgid "Directory where themes are located."
4362 msgstr ""
4363
4364 #. TRANS: Fieldset legend in Paths admin panel.
4365 #: actions/pathsadminpanel.php:331
4366 msgid "Avatars"
4367 msgstr ""
4368
4369 #. TRANS: Field label in Paths admin panel.
4370 #: actions/pathsadminpanel.php:338
4371 msgid "Avatar server"
4372 msgstr ""
4373
4374 #. TRANS: Tooltip for field label in Paths admin panel.
4375 #: actions/pathsadminpanel.php:340
4376 msgid "Server for avatars."
4377 msgstr ""
4378
4379 #. TRANS: Field label in Paths admin panel.
4380 #: actions/pathsadminpanel.php:347
4381 msgid "Avatar path"
4382 msgstr ""
4383
4384 #. TRANS: Tooltip for field label in Paths admin panel.
4385 #: actions/pathsadminpanel.php:349
4386 msgid "Web path to avatars."
4387 msgstr ""
4388
4389 #. TRANS: Field label in Paths admin panel.
4390 #: actions/pathsadminpanel.php:356
4391 msgid "Avatar directory"
4392 msgstr ""
4393
4394 #. TRANS: Tooltip for field label in Paths admin panel.
4395 #: actions/pathsadminpanel.php:358
4396 msgid "Directory where avatars are located."
4397 msgstr ""
4398
4399 #. TRANS: Fieldset legens in Paths admin panel.
4400 #: actions/pathsadminpanel.php:370
4401 msgid "Attachments"
4402 msgstr ""
4403
4404 #. TRANS: Tooltip for field label in Paths admin panel.
4405 #: actions/pathsadminpanel.php:378
4406 msgid "Server for attachments."
4407 msgstr ""
4408
4409 #. TRANS: Tooltip for field label in Paths admin panel.
4410 #: actions/pathsadminpanel.php:387
4411 msgid "Web path to attachments."
4412 msgstr ""
4413
4414 #. TRANS: Tooltip for field label in Paths admin panel.
4415 #: actions/pathsadminpanel.php:396
4416 msgid "Server for attachments on SSL pages."
4417 msgstr ""
4418
4419 #. TRANS: Tooltip for field label in Paths admin panel.
4420 #: actions/pathsadminpanel.php:405
4421 msgid "Web path to attachments on SSL pages."
4422 msgstr ""
4423
4424 #. TRANS: Tooltip for field label in Paths admin panel.
4425 #: actions/pathsadminpanel.php:414
4426 msgid "Directory where attachments are located."
4427 msgstr ""
4428
4429 #. TRANS: Fieldset legend in Paths admin panel.
4430 #: actions/pathsadminpanel.php:423
4431 msgctxt "LEGEND"
4432 msgid "SSL"
4433 msgstr ""
4434
4435 #. TRANS: Drop down option in Paths admin panel (option for "When to use SSL").
4436 #. TRANS: Option in dropdown for snapshot method in admin panel for snapshots.
4437 #: actions/pathsadminpanel.php:428 actions/snapshotadminpanel.php:203
4438 msgid "Never"
4439 msgstr ""
4440
4441 #. TRANS: Drop down option in Paths admin panel (option for "When to use SSL").
4442 #: actions/pathsadminpanel.php:430
4443 msgid "Sometimes"
4444 msgstr ""
4445
4446 #. TRANS: Drop down option in Paths admin panel (option for "When to use SSL").
4447 #: actions/pathsadminpanel.php:432
4448 msgid "Always"
4449 msgstr ""
4450
4451 #. TRANS: Drop down label in Paths admin panel.
4452 #: actions/pathsadminpanel.php:436
4453 msgid "Use SSL"
4454 msgstr ""
4455
4456 #. TRANS: Tooltip for field label in Paths admin panel.
4457 #: actions/pathsadminpanel.php:438
4458 msgid "When to use SSL."
4459 msgstr ""
4460
4461 #. TRANS: Tooltip for field label in Paths admin panel.
4462 #: actions/pathsadminpanel.php:448
4463 msgid "Server to direct SSL requests to."
4464 msgstr ""
4465
4466 #. TRANS: Button title text to store form data in the Paths admin panel.
4467 #: actions/pathsadminpanel.php:465
4468 msgid "Save paths"
4469 msgstr ""
4470
4471 #. TRANS: Instructions for the "People search" page.
4472 #. TRANS: %%site.name%% is the name of the StatusNet site.
4473 #: actions/peoplesearch.php:54
4474 #, php-format
4475 msgid ""
4476 "Search for people on %%site.name%% by their name, location, or interests. "
4477 "Separate the terms by spaces; they must be 3 characters or more."
4478 msgstr ""
4479
4480 #. TRANS: Title of a page where users can search for other users.
4481 #: actions/peoplesearch.php:61
4482 msgid "People search"
4483 msgstr ""
4484
4485 #. TRANS: Title for list page.
4486 #. TRANS: %s is a list.
4487 #: actions/peopletag.php:57
4488 #, php-format
4489 msgid "Public list %s"
4490 msgstr ""
4491
4492 #. TRANS: Title for list page.
4493 #. TRANS: %1$s is a list, %2$d is a page number.
4494 #: actions/peopletag.php:61
4495 #, php-format
4496 msgid "Public list %1$s, page %2$d"
4497 msgstr ""
4498
4499 #. TRANS: Message for anonymous users on list page.
4500 #. TRANS: This message contains Markdown links in the form [description](link).
4501 #: actions/peopletag.php:105
4502 #, php-format
4503 msgid ""
4504 "Lists are how you sort similar people on %%site.name%%, a [micro-blogging]"
4505 "(http://en.wikipedia.org/wiki/Micro-blogging) service based on the Free "
4506 "Software [StatusNet](http://status.net/) tool. You can then easily keep "
4507 "track of what they are doing by subscribing to the list's timeline."
4508 msgstr ""
4509
4510 #. TRANS: Client error displayed when a tagger is expected but not provided.
4511 #: actions/peopletagged.php:79 actions/peopletagsubscribers.php:79
4512 #: actions/showprofiletag.php:65
4513 msgid "No tagger."
4514 msgstr ""
4515
4516 #. TRANS: Title for list of people listed by the user.
4517 #. TRANS: %1$s is a list, %2$s is a username.
4518 #: actions/peopletagged.php:108
4519 #, php-format
4520 msgid "People listed in %1$s by %2$s"
4521 msgstr ""
4522
4523 #. TRANS: Title for list of people listed by the user.
4524 #. TRANS: %1$s is a list, %2$s is a username, %2$s is a page number.
4525 #: actions/peopletagged.php:113
4526 #, php-format
4527 msgid "People listed in %1$s by %2$s, page %3$d"
4528 msgstr ""
4529
4530 #. TRANS: Addition in tag membership list for creator of a tag.
4531 #. TRANS: Addition in tag subscribers list for creator of a tag.
4532 #: actions/peopletagged.php:192 actions/peopletagsubscribers.php:192
4533 msgid "Creator"
4534 msgstr ""
4535
4536 #. TRANS: Title for lists by a user page for a private tag.
4537 #: actions/peopletagsbyuser.php:53
4538 msgid "Private lists by you"
4539 msgstr ""
4540
4541 #. TRANS: Title for lists by a user page for a public tag.
4542 #: actions/peopletagsbyuser.php:56
4543 msgid "Public lists by you"
4544 msgstr ""
4545
4546 #. TRANS: Title for lists by a user page.
4547 #: actions/peopletagsbyuser.php:59
4548 msgid "Lists by you"
4549 msgstr ""
4550
4551 #. TRANS: Title for lists by a user page.
4552 #. TRANS: %s is a user nickname.
4553 #: actions/peopletagsbyuser.php:63
4554 #, php-format
4555 msgid "Lists by %s"
4556 msgstr ""
4557
4558 #. TRANS: Title for lists by a user page.
4559 #. TRANS: %1$s is a user nickname, %2$d is a page number.
4560 #: actions/peopletagsbyuser.php:67
4561 #, php-format
4562 msgid "Lists by %1$s, page %2$d"
4563 msgstr ""
4564
4565 #. TRANS: Client error displayed when trying view another user's private lists.
4566 #: actions/peopletagsbyuser.php:128
4567 msgid "You cannot view others' private lists"
4568 msgstr ""
4569
4570 #. TRANS: Mode selector label.
4571 #: actions/peopletagsbyuser.php:154
4572 msgid "Mode"
4573 msgstr ""
4574
4575 #. TRANS: Link text to show lists for user %s.
4576 #: actions/peopletagsbyuser.php:164
4577 #, php-format
4578 msgid "Lists for %s"
4579 msgstr ""
4580
4581 #. TRANS: Fieldset legend.
4582 #. TRANS: Fieldset legend on gallery action page.
4583 #: actions/peopletagsbyuser.php:176 lib/galleryaction.php:138
4584 msgid "Select tag to filter"
4585 msgstr ""
4586
4587 #. TRANS: Checkbox title.
4588 #: actions/peopletagsbyuser.php:187
4589 msgid "Show private tags."
4590 msgstr ""
4591
4592 #. TRANS: Checkbox label to show public tags.
4593 #: actions/peopletagsbyuser.php:189
4594 msgctxt "LABEL"
4595 msgid "Public"
4596 msgstr ""
4597
4598 #. TRANS: Checkbox title.
4599 #: actions/peopletagsbyuser.php:191
4600 msgid "Show public tags."
4601 msgstr ""
4602
4603 #. TRANS: Submit button text for tag filter form.
4604 #. TRANS: Submit button text on gallery action page.
4605 #: actions/peopletagsbyuser.php:194 lib/galleryaction.php:145
4606 msgctxt "BUTTON"
4607 msgid "Go"
4608 msgstr ""
4609
4610 #. TRANS: Message displayed for anonymous users on page that displays lists by a user.
4611 #. TRANS: This message contains Markdown links in the form [description](links).
4612 #. TRANS: %s is a tagger nickname.
4613 #: actions/peopletagsbyuser.php:210
4614 #, php-format
4615 msgid ""
4616 "These are lists created by **%s**. Lists are how you sort similar people on %"
4617 "%%%site.name%%%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-"
4618 "blogging) service based on the Free Software [StatusNet](http://status.net/) "
4619 "tool. You can easily keep track of what they are doing by subscribing to the "
4620 "tag's timeline."
4621 msgstr ""
4622
4623 #. TRANS: Message displayed on page that displays lists by a user when there are none.
4624 #. TRANS: This message contains Markdown links in the form [description](links).
4625 #. TRANS: %s is a tagger nickname.
4626 #: actions/peopletagsbyuser.php:273
4627 #, php-format
4628 msgid "%s has not created any [lists](%%%%doc.lists%%%%) yet."
4629 msgstr ""
4630
4631 #. TRANS: Page title. %s is a tagged user's nickname.
4632 #: actions/peopletagsforuser.php:50
4633 #, php-format
4634 msgid "Lists with %s in them"
4635 msgstr ""
4636
4637 #. TRANS: Page title. %1$s is a tagged user's nickname, %2$s is a page number.
4638 #: actions/peopletagsforuser.php:53
4639 #, php-format
4640 msgid "Lists with %1$s, page %2$d"
4641 msgstr ""
4642
4643 #. TRANS: Message displayed for anonymous users on page that displays lists for a user.
4644 #. TRANS: This message contains Markdown links in the form [description](links).
4645 #. TRANS: %s is a tagger nickname.
4646 #: actions/peopletagsforuser.php:108
4647 #, php-format
4648 msgid ""
4649 "These are lists for **%s**. lists are how you sort similar people on %%%%"
4650 "site.name%%%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-"
4651 "blogging) service based on the Free Software [StatusNet](http://status.net/) "
4652 "tool. You can easily keep track of what they are doing by subscribing to the "
4653 "tag's timeline."
4654 msgstr ""
4655
4656 #. TRANS: Message displayed on page that displays lists a user was added to when there are none.
4657 #. TRANS: This message contains Markdown links in the form [description](links).
4658 #. TRANS: %s is a user nickname.
4659 #: actions/peopletagsforuser.php:144
4660 #, php-format
4661 msgid "%s has not been [listed](%%%%doc.lists%%%%) by anyone yet."
4662 msgstr ""
4663
4664 #. TRANS: Page title for list of list subscribers.
4665 #. TRANS: %1$s is a list, %2$s is a user nickname.
4666 #: actions/peopletagsubscribers.php:108
4667 #, php-format
4668 msgid "Subscribers to list %1$s by %2$s"
4669 msgstr ""
4670
4671 #. TRANS: Page title for list of list subscribers.
4672 #. TRANS: %1$s is a list, %2$s is a user nickname, %3$d is a page number.
4673 #: actions/peopletagsubscribers.php:113
4674 #, php-format
4675 msgid "Subscribers to list %1$s by %2$s, page %3$d"
4676 msgstr ""
4677
4678 #. TRANS: Title for page that displays lists subscribed to by a user.
4679 #. TRANS: %s is a profile nickname.
4680 #: actions/peopletagsubscriptions.php:51
4681 #, php-format
4682 msgid "Lists subscribed to by %s"
4683 msgstr ""
4684
4685 #. TRANS: Title for page that displays lists subscribed to by a user.
4686 #. TRANS: %1$s is a profile nickname, %2$d is a page number.
4687 #: actions/peopletagsubscriptions.php:55
4688 #, php-format
4689 msgid "Lists subscribed to by %1$s, page %2$d"
4690 msgstr ""
4691
4692 #. TRANS: Message displayed for anonymous users on page that displays lists subscribed to by a user.
4693 #. TRANS: This message contains Markdown links in the form [description](links).
4694 #. TRANS: %s is a profile nickname.
4695 #: actions/peopletagsubscriptions.php:110
4696 #, php-format
4697 msgid ""
4698 "These are lists subscribed to by **%s**. Lists are how you sort similar "
4699 "people on %%%%site.name%%%%, a [micro-blogging](http://en.wikipedia.org/wiki/"
4700 "Micro-blogging) service based on the Free Software [StatusNet](http://status."
4701 "net/) tool. You can easily keep track of what they are doing by subscribing "
4702 "to the list's timeline."
4703 msgstr ""
4704
4705 #. TRANS: Page title for AJAX form return when a disabling a plugin.
4706 #: actions/plugindisable.php:68
4707 msgctxt "plugin"
4708 msgid "Disabled"
4709 msgstr ""
4710
4711 #. TRANS: Client error displayed when trying to use another method than POST.
4712 #. TRANS: Do not translate POST.
4713 #. TRANS: Client error displayed trying to perform any request method other than POST.
4714 #. TRANS: Do not translate POST.
4715 #. TRANS: Client error displayed when trying to use another method than POST.
4716 #: actions/pluginenable.php:78 actions/subscribe.php:77
4717 #: actions/subscribepeopletag.php:66 actions/unsubscribepeopletag.php:67
4718 msgid "This action only accepts POST requests."
4719 msgstr ""
4720
4721 #. TRANS: Client error displayed when trying to enable or disable a plugin without access rights.
4722 #: actions/pluginenable.php:105
4723 msgid "You cannot administer plugins."
4724 msgstr ""
4725
4726 #. TRANS: Client error displayed when trying to enable or disable a non-existing plugin.
4727 #: actions/pluginenable.php:113
4728 msgid "No such plugin."
4729 msgstr ""
4730
4731 #. TRANS: Page title for AJAX form return when enabling a plugin.
4732 #: actions/pluginenable.php:162
4733 msgctxt "plugin"
4734 msgid "Enabled"
4735 msgstr ""
4736
4737 #. TRANS: Tab and title for plugins admin panel.
4738 #: actions/pluginsadminpanel.php:53
4739 msgctxt "TITLE"
4740 msgid "Plugins"
4741 msgstr ""
4742
4743 #. TRANS: Instructions at top of plugin admin page.
4744 #: actions/pluginsadminpanel.php:64
4745 msgid ""
4746 "Additional plugins can be enabled and configured manually. See the <a href="
4747 "\"http://status.net/wiki/Plugins\">online plugin documentation</a> for more "
4748 "details."
4749 msgstr ""
4750
4751 #. TRANS: Admin form section header
4752 #: actions/pluginsadminpanel.php:79
4753 msgid "Default plugins"
4754 msgstr ""
4755
4756 #. TRANS: Text displayed on plugin admin page when no plugin are enabled.
4757 #: actions/pluginsadminpanel.php:102
4758 msgid ""
4759 "All default plugins have been disabled from the site's configuration file."
4760 msgstr ""
4761
4762 #. TRANS: Client error displayed if the notice posted has too many characters.
4763 #: actions/postnotice.php:96
4764 msgid "Invalid notice content."
4765 msgstr ""
4766
4767 #. TRANS: Exception thrown if a notice's license is not compatible with the StatusNet site license.
4768 #. TRANS: %1$s is the notice license, %2$s is the StatusNet site's license.
4769 #: actions/postnotice.php:104
4770 #, php-format
4771 msgid "Notice license \"%1$s\" is not compatible with site license \"%2$s\"."
4772 msgstr ""
4773
4774 #. TRANS: Client error displayed when trying to add an unindentified field to profile.
4775 #. TRANS: %s is a field name.
4776 #: actions/profilecompletion.php:109
4777 #, php-format
4778 msgid "Unidentified field %s."
4779 msgstr ""
4780
4781 #. TRANS: Page title.
4782 #: actions/profilecompletion.php:134
4783 msgctxt "TITLE"
4784 msgid "Search results"
4785 msgstr ""
4786
4787 #. TRANS: Error message in case a search is shorter than three characters.
4788 #: actions/profilecompletion.php:164
4789 msgid "The search string must be at least 3 characters long."
4790 msgstr ""
4791
4792 #. TRANS: Page title for profile settings.
4793 #: actions/profilesettings.php:57
4794 msgid "Profile settings"
4795 msgstr ""
4796
4797 #. TRANS: Usage instructions for profile settings.
4798 #: actions/profilesettings.php:68
4799 msgid ""
4800 "You can update your personal profile info here so people know more about you."
4801 msgstr ""
4802
4803 #. TRANS: Profile settings form legend.
4804 #: actions/profilesettings.php:96
4805 msgid "Profile information"
4806 msgstr ""
4807
4808 #. TRANS: Tooltip for field label in form for profile settings.
4809 #. TRANS: Field title on account registration page.
4810 #. TRANS: Field title on group edit form.
4811 #: actions/profilesettings.php:107 actions/register.php:440
4812 #: lib/groupeditform.php:150
4813 msgid "1-64 lowercase letters or numbers, no punctuation or spaces."
4814 msgstr ""
4815
4816 #. TRANS: Field label in form for profile settings.
4817 #. TRANS: Field label on account registration page.
4818 #. TRANS: Field label on group edit form.
4819 #: actions/profilesettings.php:111 actions/register.php:471
4820 #: lib/groupeditform.php:154
4821 msgid "Full name"
4822 msgstr ""
4823
4824 #. TRANS: Field label in form for profile settings.
4825 #. TRANS: Field label on account registration page.
4826 #. TRANS: Form input field label.
4827 #. TRANS: Field label on group edit form; points to "more info" for a group.
4828 #: actions/profilesettings.php:116 actions/register.php:478
4829 #: lib/applicationeditform.php:236 lib/groupeditform.php:159
4830 msgid "Homepage"
4831 msgstr ""
4832
4833 #. TRANS: Tooltip for field label in form for profile settings.
4834 #. TRANS: Field title on account registration page.
4835 #: actions/profilesettings.php:119 actions/register.php:481
4836 msgid "URL of your homepage, blog, or profile on another site."
4837 msgstr ""
4838
4839 #. TRANS: Tooltip for field label in form for profile settings. Plural
4840 #. TRANS: is decided by the number of characters available for the
4841 #. TRANS: biography (%d).
4842 #. TRANS: Text area title in form for account registration. Plural
4843 #. TRANS: is decided by the number of characters available for the
4844 #. TRANS: biography (%d).
4845 #: actions/profilesettings.php:127 actions/register.php:490
4846 #, php-format
4847 msgid "Describe yourself and your interests in %d character."
4848 msgid_plural "Describe yourself and your interests in %d characters."
4849 msgstr[0] ""
4850 msgstr[1] ""
4851
4852 #. TRANS: Tooltip for field label in form for profile settings.
4853 #. TRANS: Text area title on account registration page.
4854 #: actions/profilesettings.php:133 actions/register.php:496
4855 msgid "Describe yourself and your interests."
4856 msgstr ""
4857
4858 #. TRANS: Text area label in form for profile settings where users can provide
4859 #. TRANS: their biography.
4860 #. TRANS: Text area label on account registration page.
4861 #: actions/profilesettings.php:137 actions/register.php:499
4862 msgid "Bio"
4863 msgstr ""
4864
4865 #. TRANS: Field label in form for profile settings.
4866 #. TRANS: Field label on account registration page.
4867 #. TRANS: Field label on group edit form.
4868 #. TRANS: Dropdown option for searching in profiles.
4869 #: actions/profilesettings.php:143 actions/register.php:505
4870 #: lib/groupeditform.php:184 lib/togglepeopletag.php:113
4871 msgid "Location"
4872 msgstr ""
4873
4874 #. TRANS: Tooltip for field label in form for profile settings.
4875 #. TRANS: Field title on account registration page.
4876 #: actions/profilesettings.php:146 actions/register.php:508
4877 msgid "Where you are, like \"City, State (or Region), Country\"."
4878 msgstr ""
4879
4880 #. TRANS: Checkbox label in form for profile settings.
4881 #: actions/profilesettings.php:151
4882 msgid "Share my current location when posting notices"
4883 msgstr ""
4884
4885 #. TRANS: Field label in form for profile settings.
4886 #: actions/profilesettings.php:159 lib/galleryaction.php:118
4887 msgid "Tags"
4888 msgstr ""
4889
4890 #. TRANS: Tooltip for field label in form for profile settings.
4891 #: actions/profilesettings.php:162
4892 msgid ""
4893 "Tags for yourself (letters, numbers, -, ., and _), comma- or space- "
4894 "separated."
4895 msgstr ""
4896
4897 #. TRANS: Dropdownlist label in form for profile settings.
4898 #: actions/profilesettings.php:167
4899 msgid "Language"
4900 msgstr ""
4901
4902 #. TRANS: Tooltip for dropdown list label in form for profile settings.
4903 #: actions/profilesettings.php:169
4904 msgid "Preferred language."
4905 msgstr ""
4906
4907 #. TRANS: Dropdownlist label in form for profile settings.
4908 #: actions/profilesettings.php:179
4909 msgid "Timezone"
4910 msgstr ""
4911
4912 #. TRANS: Tooltip for dropdown list label in form for profile settings.
4913 #: actions/profilesettings.php:181
4914 msgid "What timezone are you normally in?"
4915 msgstr ""
4916
4917 #. TRANS: Checkbox label in form for profile settings.
4918 #: actions/profilesettings.php:187
4919 msgid ""
4920 "Automatically subscribe to whoever subscribes to me (best for non-humans)."
4921 msgstr ""
4922
4923 #. TRANS: Dropdown field label on profile settings, for what policies to apply when someone else tries to subscribe to your updates.
4924 #: actions/profilesettings.php:195
4925 msgid "Subscription policy"
4926 msgstr ""
4927
4928 #. TRANS: Dropdown field option for following policy.
4929 #: actions/profilesettings.php:197
4930 msgid "Let anyone follow me"
4931 msgstr ""
4932
4933 #. TRANS: Dropdown field option for following policy.
4934 #: actions/profilesettings.php:199
4935 msgid "Ask me first"
4936 msgstr ""
4937
4938 #. TRANS: Dropdown field title on group edit form.
4939 #: actions/profilesettings.php:201
4940 msgid "Whether other users need your permission to follow your updates."
4941 msgstr ""
4942
4943 #. TRANS: Checkbox label in profile settings.
4944 #: actions/profilesettings.php:209
4945 msgid "Make updates visible only to my followers"
4946 msgstr ""
4947
4948 #. TRANS: Validation error in form for profile settings.
4949 #. TRANS: Plural form is used based on the maximum number of allowed
4950 #. TRANS: characters for the biography (%d).
4951 #. TRANS: Form validation error on registration page when providing too long a bio text.
4952 #. TRANS: %d is the maximum number of characters for bio; used for plural.
4953 #: actions/profilesettings.php:278 actions/register.php:231
4954 #, php-format
4955 msgid "Bio is too long (maximum %d character)."
4956 msgid_plural "Bio is too long (maximum %d characters)."
4957 msgstr[0] ""
4958 msgstr[1] ""
4959
4960 #. TRANS: Validation error in form for profile settings.
4961 #. TRANS: Client error displayed trying to save site settings without a timezone.
4962 #: actions/profilesettings.php:289 actions/siteadminpanel.php:175
4963 msgid "Timezone not selected."
4964 msgstr ""
4965
4966 #. TRANS: Validation error in form for profile settings.
4967 #: actions/profilesettings.php:297
4968 msgid "Language is too long (maximum 50 characters)."
4969 msgstr ""
4970
4971 #. TRANS: Validation error in form for profile settings.
4972 #. TRANS: %s is an invalid tag.
4973 #. TRANS: Form validation error displayed if a given tag is invalid.
4974 #. TRANS: %s is the invalid tag.
4975 #. TRANS: Error displayed if a given tag is invalid.
4976 #. TRANS: %s is the invalid tag.
4977 #: actions/profilesettings.php:314 actions/tagprofile.php:205
4978 #: lib/command.php:455
4979 #, php-format
4980 msgid "Invalid tag: \"%s\"."
4981 msgstr ""
4982
4983 #. TRANS: Server error thrown when user profile settings could not be updated to
4984 #. TRANS: automatically subscribe to any subscriber.
4985 #: actions/profilesettings.php:377
4986 msgid "Could not update user for autosubscribe or subscribe_policy."
4987 msgstr ""
4988
4989 #. TRANS: Server error thrown when user profile location preference settings could not be updated.
4990 #: actions/profilesettings.php:435
4991 msgid "Could not save location prefs."
4992 msgstr ""
4993
4994 #. TRANS: Server error thrown when user profile settings tags could not be saved.
4995 #: actions/profilesettings.php:457
4996 msgid "Could not save tags."
4997 msgstr ""
4998
4999 #. TRANS: Confirmation shown when user profile settings are saved.
5000 #. TRANS: Message after successful saving of administrative settings.
5001 #: actions/profilesettings.php:466 lib/adminpanelaction.php:138
5002 msgid "Settings saved."
5003 msgstr ""
5004
5005 #. TRANS: Option in profile settings to restore the account of the currently logged in user from a backup.
5006 #. TRANS: Page title for page where a user account can be restored from backup.
5007 #: actions/profilesettings.php:513 actions/restoreaccount.php:60
5008 msgid "Restore account"
5009 msgstr ""
5010
5011 #. TRANS: Client error displayed when requesting a public timeline page beyond the page limit.
5012 #. TRANS: %s is the page limit.
5013 #: actions/public.php:84
5014 #, php-format
5015 msgid "Beyond the page limit (%s)."
5016 msgstr ""
5017
5018 #. TRANS: Server error displayed when a public timeline cannot be retrieved.
5019 #: actions/public.php:98
5020 msgid "Could not retrieve public stream."
5021 msgstr ""
5022
5023 #. TRANS: Title for all public timeline pages but the first.
5024 #. TRANS: %d is the page number.
5025 #: actions/public.php:136
5026 #, php-format
5027 msgid "Public timeline, page %d"
5028 msgstr ""
5029
5030 #. TRANS: Title for the first public timeline page.
5031 #. TRANS: Menu item title in search group navigation panel.
5032 #: actions/public.php:139 lib/publicgroupnav.php:68
5033 msgid "Public timeline"
5034 msgstr ""
5035
5036 #. TRANS: Link description for public timeline feed.
5037 #: actions/public.php:167
5038 msgid "Public Stream Feed (RSS 1.0)"
5039 msgstr ""
5040
5041 #. TRANS: Link description for public timeline feed.
5042 #: actions/public.php:172
5043 msgid "Public Stream Feed (RSS 2.0)"
5044 msgstr ""
5045
5046 #. TRANS: Link description for public timeline feed.
5047 #: actions/public.php:177
5048 msgid "Public Stream Feed (Atom)"
5049 msgstr ""
5050
5051 #. TRANS: Text displayed for public feed when there are no public notices.
5052 #: actions/public.php:183
5053 #, php-format
5054 msgid ""
5055 "This is the public timeline for %%site.name%% but no one has posted anything "
5056 "yet."
5057 msgstr ""
5058
5059 #. TRANS: Additional text displayed for public feed when there are no public notices for a logged in user.
5060 #: actions/public.php:187
5061 msgid "Be the first to post!"
5062 msgstr ""
5063
5064 #. TRANS: Additional text displayed for public feed when there are no public notices for a not logged in user.
5065 #: actions/public.php:192
5066 #, php-format
5067 msgid ""
5068 "Why not [register an account](%%action.register%%) and be the first to post!"
5069 msgstr ""
5070
5071 #. TRANS: Message for not logged in users at an invite-only site trying to view the public feed of notices.
5072 #. TRANS: This message contains Markdown links. Please mind the formatting.
5073 #: actions/public.php:240
5074 #, php-format
5075 msgid ""
5076 "This is %%site.name%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-"
5077 "blogging) service based on the Free Software [StatusNet](http://status.net/) "
5078 "tool. [Join now](%%action.register%%) to share notices about yourself with "
5079 "friends, family, and colleagues! ([Read more](%%doc.help%%))"
5080 msgstr ""
5081
5082 #. TRANS: Message for not logged in users at a closed site trying to view the public feed of notices.
5083 #. TRANS: This message contains Markdown links. Please mind the formatting.
5084 #: actions/public.php:247
5085 #, php-format
5086 msgid ""
5087 "This is %%site.name%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-"
5088 "blogging) service based on the Free Software [StatusNet](http://status.net/) "
5089 "tool."
5090 msgstr ""
5091
5092 #. TRANS: Title for page with public list cloud.
5093 #: actions/publicpeopletagcloud.php:57
5094 msgid "Public list cloud"
5095 msgstr ""
5096
5097 #. TRANS: Page notice for page with public list cloud.
5098 #. TRANS: %s is a StatusNet sitename.
5099 #: actions/publicpeopletagcloud.php:65
5100 #, php-format
5101 msgid "These are largest lists on %s"
5102 msgstr ""
5103
5104 #. TRANS: Empty list message on page with public list cloud.
5105 #. TRANS: This message contains Markdown links in the form [description](link).
5106 #: actions/publicpeopletagcloud.php:73
5107 #, php-format
5108 msgid "No one has [listed](%%doc.tags%%) anyone yet."
5109 msgstr ""
5110
5111 #. TRANS: Additional empty list message on page with public list cloud for logged in users.
5112 #: actions/publicpeopletagcloud.php:77
5113 msgid "Be the first to list someone!"
5114 msgstr ""
5115
5116 #. TRANS: Additional empty list message on page with public list cloud for anonymous users.
5117 #. TRANS: This message contains Markdown links in the form [description](link).
5118 #: actions/publicpeopletagcloud.php:82
5119 #, php-format
5120 msgid ""
5121 "Why not [register an account](%%action.register%%) and be the first to list "
5122 "someone!"
5123 msgstr ""
5124
5125 #. TRANS: DT element on on page with public list cloud.
5126 #: actions/publicpeopletagcloud.php:136
5127 msgid "List cloud"
5128 msgstr ""
5129
5130 #. TRANS: Link title for number of listed people. %d is the number of listed people.
5131 #: actions/publicpeopletagcloud.php:177
5132 #, php-format
5133 msgid "1 person listed"
5134 msgid_plural "%d people listed"
5135 msgstr[0] ""
5136 msgstr[1] ""
5137
5138 #. TRANS: Public RSS feed description. %s is the StatusNet site name.
5139 #: actions/publicrss.php:106
5140 #, php-format
5141 msgid "%s updates from everyone."
5142 msgstr ""
5143
5144 #. TRANS: Title for public tag cloud.
5145 #: actions/publictagcloud.php:57
5146 msgid "Public tag cloud"
5147 msgstr ""
5148
5149 #. TRANS: Instructions (more used like an explanation/header).
5150 #. TRANS: %s is the StatusNet sitename.
5151 #: actions/publictagcloud.php:65
5152 #, php-format
5153 msgid "These are most popular recent tags on %s"
5154 msgstr ""
5155
5156 #. TRANS: This message contains a Markdown URL. The link description is between
5157 #. TRANS: square brackets, and the link between parentheses. Do not separate "]("
5158 #. TRANS: and do not change the URL part.
5159 #: actions/publictagcloud.php:74
5160 #, php-format
5161 msgid "No one has posted a notice with a [hashtag](%%doc.tags%%) yet."
5162 msgstr ""
5163
5164 #. TRANS: Message shown to a logged in user for the public tag cloud
5165 #. TRANS: while no tags exist yet. "One" refers to the non-existing hashtag.
5166 #: actions/publictagcloud.php:79
5167 msgid "Be the first to post one!"
5168 msgstr ""
5169
5170 #. TRANS: Message shown to a anonymous user for the public tag cloud
5171 #. TRANS: while no tags exist yet. "One" refers to the non-existing hashtag.
5172 #. TRANS: This message contains a Markdown URL. The link description is between
5173 #. TRANS: square brackets, and the link between parentheses. Do not separate "]("
5174 #. TRANS: and do not change the URL part.
5175 #: actions/publictagcloud.php:87
5176 #, php-format
5177 msgid ""
5178 "Why not [register an account](%%action.register%%) and be the first to post "
5179 "one!"
5180 msgstr ""
5181
5182 #. TRANS: Client error displayed trying to recover password while already logged in.
5183 #: actions/recoverpassword.php:37
5184 msgid "You are already logged in!"
5185 msgstr ""
5186
5187 #. TRANS: Client error displayed when password recovery code is not correct.
5188 #: actions/recoverpassword.php:64
5189 msgid "No such recovery code."
5190 msgstr ""
5191
5192 #. TRANS: Client error displayed when no proper password recovery code was submitted.
5193 #: actions/recoverpassword.php:69
5194 msgid "Not a recovery code."
5195 msgstr ""
5196
5197 #. TRANS: Server error displayed trying to recover password without providing a user.
5198 #: actions/recoverpassword.php:77
5199 msgid "Recovery code for unknown user."
5200 msgstr ""
5201
5202 #. TRANS: Server error displayed removing a password recovery code from the database.
5203 #: actions/recoverpassword.php:91
5204 msgid "Error with confirmation code."
5205 msgstr ""
5206
5207 #. TRANS: Client error displayed trying to recover password with too old a recovery code.
5208 #: actions/recoverpassword.php:103
5209 msgid "This confirmation code is too old. Please start again."
5210 msgstr ""
5211
5212 #. TRANS: Server error displayed when updating a user's e-mail address in the database fails while recovering a password.
5213 #: actions/recoverpassword.php:118
5214 msgid "Could not update user with confirmed email address."
5215 msgstr ""
5216
5217 #. TRANS: Page notice for password recovery page.
5218 #: actions/recoverpassword.php:160
5219 msgid ""
5220 "If you have forgotten or lost your password, you can get a new one sent to "
5221 "the email address you have stored in your account."
5222 msgstr ""
5223
5224 #. TRANS: Page notice for password change page.
5225 #: actions/recoverpassword.php:167
5226 msgid "You have been identified. Enter a new password below."
5227 msgstr ""
5228
5229 #. TRANS: Fieldset legend for password recovery page.
5230 #: actions/recoverpassword.php:198
5231 msgid "Password recovery"
5232 msgstr ""
5233
5234 #. TRANS: Field label on password recovery page.
5235 #: actions/recoverpassword.php:202
5236 msgid "Nickname or email address"
5237 msgstr ""
5238
5239 #. TRANS: Title for field label on password recovery page.
5240 #: actions/recoverpassword.php:205
5241 msgid "Your nickname on this server, or your registered email address."
5242 msgstr ""
5243
5244 #. TRANS: Field label on password recovery page.
5245 #: actions/recoverpassword.php:212
5246 msgid "Recover"
5247 msgstr ""
5248
5249 #. TRANS: Button text on password recovery page.
5250 #: actions/recoverpassword.php:214
5251 msgctxt "BUTTON"
5252 msgid "Recover"
5253 msgstr ""
5254
5255 #. TRANS: Title for password recovery page in password reset mode.
5256 #: actions/recoverpassword.php:223
5257 msgid "Reset password"
5258 msgstr ""
5259
5260 #. TRANS: Title for password recovery page in password recover mode.
5261 #: actions/recoverpassword.php:225
5262 msgid "Recover password"
5263 msgstr ""
5264
5265 #. TRANS: Title for password recovery page in email sent mode.
5266 #. TRANS: Subject for password recovery e-mail.
5267 #: actions/recoverpassword.php:227 classes/User.php:1094
5268 msgid "Password recovery requested"
5269 msgstr ""
5270
5271 #. TRANS: Title for password recovery page in password saved mode.
5272 #: actions/recoverpassword.php:229
5273 msgid "Password saved"
5274 msgstr ""
5275
5276 #. TRANS: Title for field label for password reset form.
5277 #: actions/recoverpassword.php:258
5278 msgid "6 or more characters, and do not forget it!"
5279 msgstr ""
5280
5281 #. TRANS: Button text for password reset form.
5282 #: actions/recoverpassword.php:268
5283 msgctxt "BUTTON"
5284 msgid "Reset"
5285 msgstr ""
5286
5287 #. TRANS: Form instructions for password recovery form.
5288 #: actions/recoverpassword.php:279
5289 msgid "Enter a nickname or email address."
5290 msgstr ""
5291
5292 #. TRANS: User notification after an e-mail with instructions was sent from the password recovery form.
5293 #: actions/recoverpassword.php:287
5294 msgid ""
5295 "Instructions for recovering your password have been sent to the email "
5296 "address registered to your account."
5297 msgstr ""
5298
5299 #. TRANS: Client error displayed when trying to reset as password without providing a user.
5300 #: actions/recoverpassword.php:311
5301 msgid "Unexpected password reset."
5302 msgstr ""
5303
5304 #. TRANS: Reset password form validation error message.
5305 #: actions/recoverpassword.php:320
5306 msgid "Password must be 6 characters or more."
5307 msgstr ""
5308
5309 #. TRANS: Reset password form validation error message.
5310 #: actions/recoverpassword.php:325
5311 msgid "Password and confirmation do not match."
5312 msgstr ""
5313
5314 #. TRANS: Server error displayed when something does wrong with the user object during password reset.
5315 #. TRANS: Server error displayed when saving fails during user registration.
5316 #: actions/recoverpassword.php:346 actions/register.php:263
5317 msgid "Error setting user."
5318 msgstr ""
5319
5320 #. TRANS: Success message for user after password reset.
5321 #: actions/recoverpassword.php:354
5322 msgid "New password successfully saved. You are now logged in."
5323 msgstr ""
5324
5325 #. TRANS: Client exception thrown when no ID parameter was provided.
5326 #: actions/redirecturl.php:70
5327 msgid "No id parameter."
5328 msgstr ""
5329
5330 #. TRANS: Client exception thrown when an invalid ID parameter was provided for a file.
5331 #. TRANS: %d is the provided ID for which the file is not present (number).
5332 #: actions/redirecturl.php:78
5333 #, php-format
5334 msgid "No such file \"%d\"."
5335 msgstr ""
5336
5337 #. TRANS: Client error displayed when trying to register to an invite-only site without an invitation.
5338 #: actions/register.php:81 actions/register.php:189 actions/register.php:417
5339 msgid "Sorry, only invited people can register."
5340 msgstr ""
5341
5342 #. TRANS: Client error displayed when trying to register to an invite-only site without a valid invitation.
5343 #: actions/register.php:89
5344 msgid "Sorry, invalid invitation code."
5345 msgstr ""
5346
5347 #. TRANS: Title for registration page after a succesful registration.
5348 #: actions/register.php:109
5349 msgid "Registration successful"
5350 msgstr ""
5351
5352 #. TRANS: Title for registration page.
5353 #: actions/register.php:112
5354 msgctxt "TITLE"
5355 msgid "Register"
5356 msgstr ""
5357
5358 #. TRANS: Client error displayed when trying to register to a closed site.
5359 #: actions/register.php:133
5360 msgid "Registration not allowed."
5361 msgstr ""
5362
5363 #. TRANS: Form validation error displayed when trying to register without agreeing to the site license.
5364 #: actions/register.php:203
5365 msgid "You cannot register if you do not agree to the license."
5366 msgstr ""
5367
5368 #. TRANS: Form validation error displayed when trying to register with an already registered e-mail address.
5369 #: actions/register.php:216
5370 msgid "Email address already exists."
5371 msgstr ""
5372
5373 #. TRANS: Form validation error displayed when trying to register with an invalid username or password.
5374 #: actions/register.php:257 actions/register.php:281
5375 msgid "Invalid username or password."
5376 msgstr ""
5377
5378 #. TRANS: Page notice on registration page.
5379 #: actions/register.php:357
5380 msgid ""
5381 "With this form you can create a new account. You can then post notices and "
5382 "link up to friends and colleagues."
5383 msgstr ""
5384
5385 #. TRANS: Field label on account registration page. In this field the password has to be entered a second time.
5386 #: actions/register.php:450
5387 msgctxt "PASSWORD"
5388 msgid "Confirm"
5389 msgstr ""
5390
5391 #. TRANS: Field label on account registration page.
5392 #: actions/register.php:457 actions/register.php:463
5393 msgctxt "LABEL"
5394 msgid "Email"
5395 msgstr ""
5396
5397 #. TRANS: Field title on account registration page.
5398 #: actions/register.php:459 actions/register.php:465
5399 msgid "Used only for updates, announcements, and password recovery."
5400 msgstr ""
5401
5402 #. TRANS: Field title on account registration page.
5403 #: actions/register.php:474
5404 msgid "Longer name, preferably your \"real\" name."
5405 msgstr ""
5406
5407 #. TRANS: Button text to register a user on account registration page.
5408 #: actions/register.php:537
5409 msgctxt "BUTTON"
5410 msgid "Register"
5411 msgstr ""
5412
5413 #. TRANS: Copyright checkbox label in registration dialog, for private sites.
5414 #. TRANS: %1$s is the StatusNet sitename.
5415 #: actions/register.php:550
5416 #, php-format
5417 msgid ""
5418 "I understand that content and data of %1$s are private and confidential."
5419 msgstr ""
5420
5421 #. TRANS: Copyright checkbox label in registration dialog, for all rights reserved with a specified copyright owner.
5422 #. TRANS: %1$s is the license owner.
5423 #: actions/register.php:561
5424 #, php-format
5425 msgid "My text and files are copyright by %1$s."
5426 msgstr ""
5427
5428 #. TRANS: Copyright checkbox label in registration dialog, for all rights reserved with ownership left to contributors.
5429 #: actions/register.php:565
5430 msgid "My text and files remain under my own copyright."
5431 msgstr ""
5432
5433 #. TRANS: Copyright checkbox label in registration dialog, for all rights reserved.
5434 #: actions/register.php:568
5435 msgid "All rights reserved."
5436 msgstr ""
5437
5438 #. TRANS: Copyright checkbox label in registration dialog, for Creative Commons-style licenses.
5439 #: actions/register.php:573
5440 #, php-format
5441 msgid ""
5442 "My text and files are available under %s except this private data: password, "
5443 "email address, IM address, and phone number."
5444 msgstr ""
5445
5446 #. TRANS: Text displayed after successful account registration.
5447 #. TRANS: %1$s is the registered nickname, %2$s is the profile URL.
5448 #. TRANS: This message contains Markdown links in the form [link text](link)
5449 #. TRANS: and variables in the form %%%%variable%%%%. Please mind the syntax.
5450 #: actions/register.php:619
5451 #, php-format
5452 msgid ""
5453 "Congratulations, %1$s! And welcome to %%%%site.name%%%%. From here, you may "
5454 "want to...\n"
5455 "\n"
5456 "* Go to [your profile](%2$s) and post your first message.\n"
5457 "* Add a [Jabber/GTalk address](%%%%action.imsettings%%%%) so you can send "
5458 "notices through instant messages.\n"
5459 "* [Search for people](%%%%action.peoplesearch%%%%) that you may know or that "
5460 "share your interests. \n"
5461 "* Update your [profile settings](%%%%action.profilesettings%%%%) to tell "
5462 "others more about you. \n"
5463 "* Read over the [online docs](%%%%doc.help%%%%) for features you may have "
5464 "missed. \n"
5465 "\n"
5466 "Thanks for signing up and we hope you enjoy using this service."
5467 msgstr ""
5468
5469 #. TRANS: Instruction text on how to deal with the e-mail address confirmation e-mail.
5470 #: actions/register.php:644
5471 msgid ""
5472 "(You should receive a message by email momentarily, with instructions on how "
5473 "to confirm your email address.)"
5474 msgstr ""
5475
5476 #. TRANS: Page notice for remote subscribe. This message contains Markdown links.
5477 #. TRANS: Ensure to keep the correct markup of [link description](link).
5478 #: actions/remotesubscribe.php:101
5479 #, php-format
5480 msgid ""
5481 "To subscribe, you can [login](%%action.login%%), or [register](%%action."
5482 "register%%) a new  account. If you already have an account  on a [compatible "
5483 "microblogging site](%%doc.openmublog%%),  enter your profile URL below."
5484 msgstr ""
5485
5486 #. TRANS: Page title for Remote subscribe.
5487 #: actions/remotesubscribe.php:116
5488 msgid "Remote subscribe"
5489 msgstr ""
5490
5491 #. TRANS: Field legend on page for remote subscribe.
5492 #: actions/remotesubscribe.php:129
5493 msgid "Subscribe to a remote user"
5494 msgstr ""
5495
5496 #. TRANS: Field label on page for remote subscribe.
5497 #: actions/remotesubscribe.php:135
5498 msgid "User nickname"
5499 msgstr ""
5500
5501 #. TRANS: Field title on page for remote subscribe.
5502 #: actions/remotesubscribe.php:137
5503 msgid "Nickname of the user you want to follow."
5504 msgstr ""
5505
5506 #. TRANS: Field label on page for remote subscribe.
5507 #: actions/remotesubscribe.php:141
5508 msgid "Profile URL"
5509 msgstr ""
5510
5511 #. TRANS: Field title on page for remote subscribe.
5512 #: actions/remotesubscribe.php:143
5513 msgid "URL of your profile on another compatible microblogging service."
5514 msgstr ""
5515
5516 #. TRANS: Button text on page for remote subscribe.
5517 #. TRANS: Link text for link that will subscribe to a remote profile.
5518 #. TRANS: Button text to subscribe to a user.
5519 #. TRANS: Button text for subscribing to a list.
5520 #: actions/remotesubscribe.php:147 lib/accountprofileblock.php:308
5521 #: lib/subscribeform.php:130 lib/subscribepeopletagform.php:106
5522 msgctxt "BUTTON"
5523 msgid "Subscribe"
5524 msgstr ""
5525
5526 #. TRANS: Form validation error on page for remote subscribe when an invalid profile URL was provided.
5527 #: actions/remotesubscribe.php:172
5528 msgid "Invalid profile URL (bad format)."
5529 msgstr ""
5530
5531 #. TRANS: Form validation error on page for remote subscribe when no the provided profile URL
5532 #. TRANS: does not contain expected data.
5533 #: actions/remotesubscribe.php:183
5534 msgid "Not a valid profile URL (no YADIS document or invalid XRDS defined)."
5535 msgstr ""
5536
5537 #. TRANS: Form validation error on page for remote subscribe.
5538 #: actions/remotesubscribe.php:192
5539 msgid "That is a local profile! Login to subscribe."
5540 msgstr ""
5541
5542 #. TRANS: Form validation error on page for remote subscribe when the remote service is not providing a request token.
5543 #: actions/remotesubscribe.php:200
5544 msgid "Could not get a request token."
5545 msgstr ""
5546
5547 #. TRANS: Client error displayed when trying to (un)list an OMB 0.1 remote profile.
5548 #: actions/removepeopletag.php:122
5549 msgid "You cannot (un)list an OMB 0.1 remote profile with this action."
5550 msgstr ""
5551
5552 #. TRANS: Client error displayed when an unknown error occurs while delisting a user.
5553 #. TRANS: %s is a username.
5554 #: actions/removepeopletag.php:152
5555 #, php-format
5556 msgid "There was an unexpected error while delisting %s."
5557 msgstr ""
5558
5559 #. TRANS: Client error displayed when an unknown error occurs while listing a user.
5560 #. TRANS: %s is a profile URL.
5561 #: actions/removepeopletag.php:157
5562 #, php-format
5563 msgid ""
5564 "There was a problem listing %s. The remote server is probably not responding "
5565 "correctly, please try retrying later."
5566 msgstr ""
5567
5568 #. TRANS: Title after removing a user from a list.
5569 #: actions/removepeopletag.php:167
5570 msgid "Unlisted"
5571 msgstr ""
5572
5573 #. TRANS: Client error displayed when trying to repeat a notice while not logged in.
5574 #: actions/repeat.php:56
5575 msgid "Only logged-in users can repeat notices."
5576 msgstr ""
5577
5578 #. TRANS: Client error displayed when trying to repeat a notice while not providing a notice ID.
5579 #. TRANS: Client error displayed when trying to repeat a non-existing notice.
5580 #: actions/repeat.php:64 actions/repeat.php:72
5581 msgid "No notice specified."
5582 msgstr ""
5583
5584 #. TRANS: Title after repeating a notice.
5585 #. TRANS: Repeat form status in notice list when a notice has been repeated.
5586 #: actions/repeat.php:102 lib/noticelistitem.php:682
5587 msgid "Repeated"
5588 msgstr ""
5589
5590 #. TRANS: Confirmation text after repeating a notice.
5591 #: actions/repeat.php:108
5592 msgid "Repeated!"
5593 msgstr ""
5594
5595 #. TRANS: Title for first page of replies for a user.
5596 #. TRANS: %s is a user nickname.
5597 #. TRANS: RSS reply feed title. %s is a user nickname.
5598 #. TRANS: Menu item title in personal group navigation menu.
5599 #. TRANS: %s is a username.
5600 #: actions/replies.php:129 actions/repliesrss.php:68
5601 #: lib/personalgroupnav.php:93
5602 #, php-format
5603 msgid "Replies to %s"
5604 msgstr ""
5605
5606 #. TRANS: Title for all but the first page of replies for a user.
5607 #. TRANS: %1$s is a user nickname, %2$d is a page number.
5608 #: actions/replies.php:133
5609 #, php-format
5610 msgid "Replies to %1$s, page %2$d"
5611 msgstr ""
5612
5613 #. TRANS: Link for feed with replies for a user.
5614 #. TRANS: %s is a user nickname.
5615 #: actions/replies.php:151
5616 #, php-format
5617 msgid "Replies feed for %s (RSS 1.0)"
5618 msgstr ""
5619
5620 #. TRANS: Link for feed with replies for a user.
5621 #. TRANS: %s is a user nickname.
5622 #: actions/replies.php:160
5623 #, php-format
5624 msgid "Replies feed for %s (RSS 2.0)"
5625 msgstr ""
5626
5627 #. TRANS: Link for feed with replies for a user.
5628 #. TRANS: %s is a user nickname.
5629 #: actions/replies.php:169
5630 #, php-format
5631 msgid "Replies feed for %s (Atom)"
5632 msgstr ""
5633
5634 #. TRANS: Empty list message for page with replies for a user.
5635 #. TRANS: %1$s and %s$s are the user nickname.
5636 #: actions/replies.php:198
5637 #, php-format
5638 msgid ""
5639 "This is the timeline showing replies to %1$s but %2$s hasn't received a "
5640 "notice to them yet."
5641 msgstr ""
5642
5643 #. TRANS: Empty list message for page with replies for a user for the logged in user.
5644 #. TRANS: This message contains a Markdown link in the form [link text](link).
5645 #: actions/replies.php:207
5646 #, php-format
5647 msgid ""
5648 "You can engage other users in a conversation, subscribe to more people or "
5649 "[join groups](%%action.groups%%)."
5650 msgstr ""
5651
5652 #. TRANS: Empty list message for page with replies for a user for all logged in users but the user themselves.
5653 #. TRANS: %1$s, %2$s and %3$s are a user nickname. This message contains a Markdown link in the form [link text](link).
5654 #: actions/replies.php:211
5655 #, php-format
5656 msgid ""
5657 "You can try to [nudge %1$s](../%2$s) or [post something to them](%%%%action."
5658 "newnotice%%%%?status_textarea=%3$s)."
5659 msgstr ""
5660
5661 #. TRANS: RSS reply feed description.
5662 #. TRANS: %1$s is a user nickname, %2$s is the StatusNet site name.
5663 #: actions/repliesrss.php:74
5664 #, php-format
5665 msgid "Replies to %1$s on %2$s."
5666 msgstr ""
5667
5668 #. TRANS: Client exception displayed when trying to restore an account while not logged in.
5669 #: actions/restoreaccount.php:78
5670 msgid "Only logged-in users can restore their account."
5671 msgstr ""
5672
5673 #. TRANS: Client exception displayed when trying to restore an account without having restore rights.
5674 #: actions/restoreaccount.php:83
5675 msgid "You may not restore your account."
5676 msgstr ""
5677
5678 #. TRANS: Client exception displayed trying to restore an account while something went wrong uploading a file.
5679 #. TRANS: Client exception. No file; probably just a non-AJAX submission.
5680 #: actions/restoreaccount.php:121 actions/restoreaccount.php:146
5681 msgid "No uploaded file."
5682 msgstr ""
5683
5684 #. TRANS: Client exception thrown when an uploaded file is larger than set in php.ini.
5685 #: actions/restoreaccount.php:129 lib/mediafile.php:194
5686 msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini."
5687 msgstr ""
5688
5689 #. TRANS: Client exception.
5690 #: actions/restoreaccount.php:135 lib/mediafile.php:200
5691 msgid ""
5692 "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
5693 "the HTML form."
5694 msgstr ""
5695
5696 #. TRANS: Client exception.
5697 #: actions/restoreaccount.php:141 lib/mediafile.php:206
5698 msgid "The uploaded file was only partially uploaded."
5699 msgstr ""
5700
5701 #. TRANS: Client exception thrown when a temporary folder is not present to store a file upload.
5702 #: actions/restoreaccount.php:150 lib/mediafile.php:214
5703 msgid "Missing a temporary folder."
5704 msgstr ""
5705
5706 #. TRANS: Client exception thrown when writing to disk is not possible during a file upload operation.
5707 #: actions/restoreaccount.php:154 lib/mediafile.php:218
5708 msgid "Failed to write file to disk."
5709 msgstr ""
5710
5711 #. TRANS: Client exception thrown when a file upload operation has been stopped by an extension.
5712 #: actions/restoreaccount.php:158 lib/mediafile.php:222
5713 msgid "File upload stopped by extension."
5714 msgstr ""
5715
5716 #. TRANS: Client exception thrown when a file upload operation has failed with an unknown reason.
5717 #. TRANS: Exception thrown when uploading an image fails for an unknown reason.
5718 #. TRANS: Client exception thrown when a file upload operation has failed with an unknown reason.
5719 #: actions/restoreaccount.php:164 lib/imagefile.php:106 lib/mediafile.php:228
5720 msgid "System error uploading file."
5721 msgstr ""
5722
5723 #. TRANS: Client exception thrown when a feed is not an Atom feed.
5724 #. TRANS: Client exception thrown when an imported feed is not an Atom feed.
5725 #: actions/restoreaccount.php:207 lib/feedimporter.php:74
5726 msgid "Not an Atom feed."
5727 msgstr ""
5728
5729 #. TRANS: Success message when a feed has been restored.
5730 #: actions/restoreaccount.php:241
5731 msgid ""
5732 "Feed has been restored. Your old posts should now appear in search and your "
5733 "profile page."
5734 msgstr ""
5735
5736 #. TRANS: Message when a feed restore is in progress.
5737 #: actions/restoreaccount.php:245
5738 msgid "Feed will be restored. Please wait a few minutes for results."
5739 msgstr ""
5740
5741 #. TRANS: Form instructions for feed restore.
5742 #: actions/restoreaccount.php:342
5743 msgid ""
5744 "You can upload a backed-up stream in <a href=\"http://activitystrea.ms/"
5745 "\">Activity Streams</a> format."
5746 msgstr ""
5747
5748 #. TRANS: Title for submit button to confirm upload of a user backup file for account restore.
5749 #: actions/restoreaccount.php:373
5750 msgid "Upload the file"
5751 msgstr ""
5752
5753 #. TRANS: Client error displayed when trying to revoke a role without having the right to do that.
5754 #: actions/revokerole.php:76
5755 msgid "You cannot revoke user roles on this site."
5756 msgstr ""
5757
5758 #. TRANS: Client error displayed when trying to revoke a role that is not set.
5759 #: actions/revokerole.php:84
5760 msgid "User does not have this role."
5761 msgstr ""
5762
5763 #. TRANS: Engine name for RSD.
5764 #. TRANS: Engine name.
5765 #: actions/rsd.php:144 actions/version.php:156
5766 msgid "StatusNet"
5767 msgstr ""
5768
5769 #. TRANS: Client error displayed trying to sandbox users on a site where the feature is not enabled.
5770 #. TRANS: Client error on page to unsandbox a user when the feature is not enabled.
5771 #: actions/sandbox.php:64 actions/unsandbox.php:64
5772 msgid "You cannot sandbox users on this site."
5773 msgstr ""
5774
5775 #. TRANS: Client error displayed trying to sandbox an already sandboxed user.
5776 #: actions/sandbox.php:72
5777 msgid "User is already sandboxed."
5778 msgstr ""
5779
5780 #. TRANS: Client error displayed when trying to list a profile with an invalid list.
5781 #. TRANS: %s is the invalid list name.
5782 #: actions/selftag.php:68
5783 #, php-format
5784 msgid "Not a valid list: %s."
5785 msgstr ""
5786
5787 #. TRANS: Page title for page showing self tags.
5788 #. TRANS: %1$s is a tag, %2$d is a page number.
5789 #: actions/selftag.php:154
5790 #, php-format
5791 msgid "Users self-tagged with %1$s, page %2$d"
5792 msgstr ""
5793
5794 #. TRANS: Title for the sessions administration panel.
5795 #: actions/sessionsadminpanel.php:53
5796 msgctxt "TITLE"
5797 msgid "Sessions"
5798 msgstr ""
5799
5800 #. TRANS: Instructions for the sessions administration panel.
5801 #: actions/sessionsadminpanel.php:64
5802 msgid "Session settings for this StatusNet site"
5803 msgstr ""
5804
5805 #. TRANS: Fieldset legend on the sessions administration panel.
5806 #: actions/sessionsadminpanel.php:165
5807 msgctxt "LEGEND"
5808 msgid "Sessions"
5809 msgstr ""
5810
5811 #. TRANS: Checkbox title on the sessions administration panel.
5812 #. TRANS: Indicates if StatusNet should handle session administration.
5813 #: actions/sessionsadminpanel.php:172
5814 msgid "Handle sessions"
5815 msgstr ""
5816
5817 #. TRANS: Checkbox title on the sessions administration panel.
5818 #. TRANS: Indicates if StatusNet should handle session administration.
5819 #: actions/sessionsadminpanel.php:176
5820 msgid "Handle sessions ourselves."
5821 msgstr ""
5822
5823 #. TRANS: Checkbox label on the sessions administration panel.
5824 #. TRANS: Indicates if StatusNet should write session debugging output.
5825 #: actions/sessionsadminpanel.php:182
5826 msgid "Session debugging"
5827 msgstr ""
5828
5829 #. TRANS: Checkbox title on the sessions administration panel.
5830 #: actions/sessionsadminpanel.php:185
5831 msgid "Enable debugging output for sessions."
5832 msgstr ""
5833
5834 #. TRANS: Title for submit button on the sessions administration panel.
5835 #: actions/sessionsadminpanel.php:206
5836 msgid "Save session settings"
5837 msgstr ""
5838
5839 #. TRANS: Client error displayed trying to display an OAuth application while not logged in.
5840 #: actions/showapplication.php:79
5841 msgid "You must be logged in to view an application."
5842 msgstr ""
5843
5844 #. TRANS: Header on the OAuth application page.
5845 #: actions/showapplication.php:156
5846 msgid "Application profile"
5847 msgstr ""
5848
5849 #. TRANS: Information output on an OAuth application page.
5850 #. TRANS: %1$s is the application creator, %2$s is "read-only" or "read-write",
5851 #. TRANS: %3$d is the number of users using the OAuth application.
5852 #: actions/showapplication.php:187
5853 #, php-format
5854 msgid "Created by %1$s - %2$s access by default - %3$d user"
5855 msgid_plural "Created by %1$s - %2$s access by default - %3$d users"
5856 msgstr[0] ""
5857 msgstr[1] ""
5858
5859 #. TRANS: Header on the OAuth application page.
5860 #: actions/showapplication.php:200
5861 msgid "Application actions"
5862 msgstr ""
5863
5864 #. TRANS: Link text to edit application on the OAuth application page.
5865 #: actions/showapplication.php:207
5866 msgctxt "EDITAPP"
5867 msgid "Edit"
5868 msgstr ""
5869
5870 #. TRANS: Button text on the OAuth application page.
5871 #. TRANS: Resets the OAuth consumer key and secret.
5872 #: actions/showapplication.php:226
5873 msgid "Reset key & secret"
5874 msgstr ""
5875
5876 #. TRANS: Header on the OAuth application page.
5877 #: actions/showapplication.php:253
5878 msgid "Application info"
5879 msgstr ""
5880
5881 #. TRANS: Note on the OAuth application page about signature support.
5882 #: actions/showapplication.php:272
5883 msgid ""
5884 "Note: HMAC-SHA1 signatures are supported. The plaintext signature method is "
5885 "not supported."
5886 msgstr ""
5887
5888 #. TRANS: Text in confirmation dialog to reset consumer key and secret for an OAuth application.
5889 #: actions/showapplication.php:293
5890 msgid "Are you sure you want to reset your consumer key and secret?"
5891 msgstr ""
5892
5893 #. TRANS: Title for all but the first page of favourite notices of a user.
5894 #. TRANS: %1$s is the user for whom the favourite notices are displayed, %2$d is the page number.
5895 #: actions/showfavorites.php:80
5896 #, php-format
5897 msgid "%1$s's favorite notices, page %2$d"
5898 msgstr ""
5899
5900 #. TRANS: Server error displayed when favourite notices could not be retrieved from the database.
5901 #: actions/showfavorites.php:134
5902 msgid "Could not retrieve favorite notices."
5903 msgstr ""
5904
5905 #. TRANS: Feed link text. %s is a username.
5906 #: actions/showfavorites.php:172
5907 #, php-format
5908 msgid "Feed for favorites of %s (RSS 1.0)"
5909 msgstr ""
5910
5911 #. TRANS: Feed link text. %s is a username.
5912 #: actions/showfavorites.php:180
5913 #, php-format
5914 msgid "Feed for favorites of %s (RSS 2.0)"
5915 msgstr ""
5916
5917 #. TRANS: Feed link text. %s is a username.
5918 #: actions/showfavorites.php:188
5919 #, php-format
5920 msgid "Feed for favorites of %s (Atom)"
5921 msgstr ""
5922
5923 #. TRANS: Text displayed instead of favourite notices for the current logged in user that has no favourites.
5924 #: actions/showfavorites.php:198
5925 msgid ""
5926 "You haven't chosen any favorite notices yet. Click the fave button on "
5927 "notices you like to bookmark them for later or shed a spotlight on them."
5928 msgstr ""
5929
5930 #. TRANS: Text displayed instead of favourite notices for a user that has no favourites while logged in.
5931 #. TRANS: %s is a username.
5932 #: actions/showfavorites.php:202
5933 #, php-format
5934 msgid ""
5935 "%s hasn't added any favorite notices yet. Post something interesting they "
5936 "would add to their favorites :)"
5937 msgstr ""
5938
5939 #. TRANS: Text displayed instead of favourite notices for a user that has no favourites while not logged in.
5940 #. TRANS: %s is a username, %%%%action.register%%%% is a link to the user registration page.
5941 #. TRANS: (link text)[link] is a Mark Down link.
5942 #: actions/showfavorites.php:209
5943 #, php-format
5944 msgid ""
5945 "%s hasn't added any favorite notices yet. Why not [register an account](%%%%"
5946 "action.register%%%%) and then post something interesting they would add to "
5947 "their favorites :)"
5948 msgstr ""
5949
5950 #. TRANS: Page notice for show favourites page.
5951 #: actions/showfavorites.php:240
5952 msgid "This is a way to share what you like."
5953 msgstr ""
5954
5955 #. TRANS: Page title for first group page. %s is a group name.
5956 #: actions/showgroup.php:77
5957 #, php-format
5958 msgid "%s group"
5959 msgstr ""
5960
5961 #. TRANS: Page title for any but first group page.
5962 #. TRANS: %1$s is a group name, $2$s is a page number.
5963 #: actions/showgroup.php:81
5964 #, php-format
5965 msgid "%1$s group, page %2$d"
5966 msgstr ""
5967
5968 #. TRANS: Tooltip for feed link. %s is a group nickname.
5969 #: actions/showgroup.php:227
5970 #, php-format
5971 msgid "Notice feed for %s group (RSS 1.0)"
5972 msgstr ""
5973
5974 #. TRANS: Tooltip for feed link. %s is a group nickname.
5975 #: actions/showgroup.php:234
5976 #, php-format
5977 msgid "Notice feed for %s group (RSS 2.0)"
5978 msgstr ""
5979
5980 #. TRANS: Tooltip for feed link. %s is a group nickname.
5981 #: actions/showgroup.php:241
5982 #, php-format
5983 msgid "Notice feed for %s group (Atom)"
5984 msgstr ""
5985
5986 #. TRANS: Tooltip for feed link. %s is a group nickname.
5987 #: actions/showgroup.php:247
5988 #, php-format
5989 msgid "FOAF for %s group"
5990 msgstr ""
5991
5992 #. TRANS: Header for mini list of group members on a group page (h2).
5993 #: actions/showgroup.php:284
5994 msgid "Members"
5995 msgstr ""
5996
5997 #. TRANS: Description for mini list of group members on a group page when the group has no members.
5998 #. TRANS: Content of "Listed" page if there are no listed users.
5999 #. TRANS: Content of "People following tag x" if there are no subscribed users.
6000 #. TRANS: Empty list message for tags.
6001 #. TRANS: Text for user subscription statistics if the user has no subscriptions.
6002 #. TRANS: Text for user subscriber statistics if user has no subscribers.
6003 #. TRANS: Text for user user group membership statistics if user is not a member of any group.
6004 #. TRANS: Default content for section/sidebar widget.
6005 #: actions/showgroup.php:290 actions/showprofiletag.php:300
6006 #: actions/showprofiletag.php:338 lib/peopletags.php:166
6007 #: lib/profileaction.php:140 lib/profileaction.php:172
6008 #: lib/profileaction.php:270 lib/section.php:117
6009 msgid "(None)"
6010 msgstr ""
6011
6012 #. TRANS: Link to all group members from mini list of group members if group has more than n members.
6013 #: actions/showgroup.php:299
6014 msgid "All members"
6015 msgstr ""
6016
6017 #. TRANS: Header for group statistics on a group page (h2).
6018 #. TRANS: H2 text for user statistics.
6019 #: actions/showgroup.php:330 lib/profileaction.php:196
6020 msgid "Statistics"
6021 msgstr ""
6022
6023 #. TRANS: Label for group creation date.
6024 #: actions/showgroup.php:335
6025 msgctxt "LABEL"
6026 msgid "Created"
6027 msgstr ""
6028
6029 #. TRANS: Label for member count in statistics on group page.
6030 #: actions/showgroup.php:340
6031 msgctxt "LABEL"
6032 msgid "Members"
6033 msgstr ""
6034
6035 #. TRANS: Notice on group pages for anonymous users for StatusNet sites that accept new registrations.
6036 #. TRANS: **%s** is the group alias, %%%%site.name%%%% is the site name,
6037 #. TRANS: %%%%action.register%%%% is the URL for registration, %%%%doc.help%%%% is a URL to help.
6038 #. TRANS: This message contains Markdown links. Ensure they are formatted correctly: [Description](link).
6039 #: actions/showgroup.php:355
6040 #, php-format
6041 msgid ""
6042 "**%s** is a user group on %%%%site.name%%%%, a [micro-blogging](http://en."
6043 "wikipedia.org/wiki/Micro-blogging) service based on the Free Software "
6044 "[StatusNet](http://status.net/) tool. Its members share short messages about "
6045 "their life and interests. [Join now](%%%%action.register%%%%) to become part "
6046 "of this group and many more! ([Read more](%%%%doc.help%%%%))"
6047 msgstr ""
6048
6049 #. TRANS: Notice on group pages for anonymous users for StatusNet sites that accept no new registrations.
6050 #. TRANS: **%s** is the group alias, %%%%site.name%%%% is the site name,
6051 #. TRANS: This message contains Markdown links. Ensure they are formatted correctly: [Description](link).
6052 #: actions/showgroup.php:365
6053 #, php-format
6054 msgid ""
6055 "**%s** is a user group on %%%%site.name%%%%, a [micro-blogging](http://en."
6056 "wikipedia.org/wiki/Micro-blogging) service based on the Free Software "
6057 "[StatusNet](http://status.net/) tool. Its members share short messages about "
6058 "their life and interests. "
6059 msgstr ""
6060
6061 #. TRANS: Title for list of group administrators on a group page.
6062 #: actions/showgroup.php:406
6063 msgctxt "TITLE"
6064 msgid "Admins"
6065 msgstr ""
6066
6067 #. TRANS: Client error displayed requesting a single message that does not exist.
6068 #: actions/showmessage.php:76
6069 msgid "No such message."
6070 msgstr ""
6071
6072 #. TRANS: Client error displayed requesting a single direct message the requesting user was not a party in.
6073 #: actions/showmessage.php:86
6074 msgid "Only the sender and recipient may read this message."
6075 msgstr ""
6076
6077 #. TRANS: Page title for single direct message display when viewing user is the sender.
6078 #. TRANS: %1$s is the addressed user's nickname, $2$s is a timestamp.
6079 #: actions/showmessage.php:105
6080 #, php-format
6081 msgid "Message to %1$s on %2$s"
6082 msgstr ""
6083
6084 #. TRANS: Page title for single message display.
6085 #. TRANS: %1$s is the sending user's nickname, $2$s is a timestamp.
6086 #: actions/showmessage.php:113
6087 #, php-format
6088 msgid "Message from %1$s on %2$s"
6089 msgstr ""
6090
6091 #. TRANS: Client exception thrown when trying a view a notice the user has no access to.
6092 #: actions/shownotice.php:92
6093 msgid "Not available."
6094 msgstr ""
6095
6096 #. TRANS: Client error displayed trying to show a deleted notice.
6097 #: actions/shownotice.php:127
6098 msgid "Notice deleted."
6099 msgstr ""
6100
6101 #. TRANS: Title for private list timeline.
6102 #. TRANS: %1$s is a list, %2$s is a page number.
6103 #: actions/showprofiletag.php:125
6104 #, php-format
6105 msgid "Private timeline for %1$s list by you, page %2$d"
6106 msgstr ""
6107
6108 #. TRANS: Title for public list timeline where the viewer is the tagger.
6109 #. TRANS: %1$s is a list, %2$s is a page number.
6110 #: actions/showprofiletag.php:133
6111 #, php-format
6112 msgid "Timeline for %1$s list by you, page %2$d"
6113 msgstr ""
6114
6115 #. TRANS: Title for private list timeline.
6116 #. TRANS: %1$s is a list, %2$s is the tagger's nickname, %3$d is a page number.
6117 #: actions/showprofiletag.php:139
6118 #, php-format
6119 msgid "Timeline for %1$s list by %2$s, page %3$d"
6120 msgstr ""
6121
6122 #. TRANS: Title for private list timeline.
6123 #. TRANS: %s is a list.
6124 #: actions/showprofiletag.php:148
6125 #, php-format
6126 msgid "Private timeline of %s list by you"
6127 msgstr ""
6128
6129 #. TRANS: Title for public list timeline where the viewer is the tagger.
6130 #. TRANS: %s is a list.
6131 #: actions/showprofiletag.php:156
6132 #, php-format
6133 msgid "Timeline for %s list by you"
6134 msgstr ""
6135
6136 #. TRANS: Title for private list timeline.
6137 #. TRANS: %1$s is a list, %2$s is the tagger's nickname.
6138 #: actions/showprofiletag.php:162
6139 #, php-format
6140 msgid "Timeline for %1$s list by %2$s"
6141 msgstr ""
6142
6143 #. TRANS: Feed title.
6144 #. TRANS: %1$s is a list, %2$s is tagger's nickname.
6145 #: actions/showprofiletag.php:193
6146 #, php-format
6147 msgid "Feed for %1$s list by %2$s (Atom)"
6148 msgstr ""
6149
6150 #. TRANS: Empty list message for list timeline.
6151 #. TRANS: %1$s is a list, %2$s is a tagger's nickname.
6152 #: actions/showprofiletag.php:210
6153 #, php-format
6154 msgid ""
6155 "This is the timeline for %1$s list by %2$s but no one has posted anything "
6156 "yet."
6157 msgstr ""
6158
6159 #. TRANS: Additional empty list message for list timeline for currently logged in user tagged tags.
6160 #: actions/showprofiletag.php:218
6161 msgid "Try tagging more people."
6162 msgstr ""
6163
6164 #. TRANS: Additional empty list message for list timeline.
6165 #. TRANS: This message contains Markdown links in the form [description](link).
6166 #: actions/showprofiletag.php:223
6167 #, php-format
6168 msgid ""
6169 "Why not [register an account](%%%%action.register%%%%) and start following "
6170 "this timeline!"
6171 msgstr ""
6172
6173 #. TRANS: Header on show list page.
6174 #: actions/showprofiletag.php:291
6175 msgid "Listed"
6176 msgstr ""
6177
6178 #. TRANS: Link for more "People in list x by a user"
6179 #. TRANS: if there are more than the mini list's maximum.
6180 #: actions/showprofiletag.php:312
6181 msgid "Show all"
6182 msgstr ""
6183
6184 #. TRANS: Header for tag subscribers.
6185 #. TRANS: Link description for link to list of users subscribed to a tag.
6186 #: actions/showprofiletag.php:329 lib/peopletaglist.php:183
6187 msgid "Subscribers"
6188 msgstr ""
6189
6190 #. TRANS: Link for more "People following tag x"
6191 #. TRANS: if there are more than the mini list's maximum.
6192 #: actions/showprofiletag.php:350
6193 msgid "All subscribers"
6194 msgstr ""
6195
6196 #. TRANS: Page title showing tagged notices in one user's stream.
6197 #. TRANS: %1$s is the username, %2$s is the hash tag.
6198 #: actions/showstream.php:70
6199 #, php-format
6200 msgid "Notices by %1$s tagged %2$s"
6201 msgstr ""
6202
6203 #. TRANS: Page title showing tagged notices in one user's stream.
6204 #. TRANS: %1$s is the username, %2$s is the hash tag, %3$d is the page number.
6205 #: actions/showstream.php:74
6206 #, php-format
6207 msgid "Notices by %1$s tagged %2$s, page %3$d"
6208 msgstr ""
6209
6210 #. TRANS: Extended page title showing tagged notices in one user's stream.
6211 #. TRANS: %1$s is the username, %2$d is the page number.
6212 #: actions/showstream.php:82
6213 #, php-format
6214 msgid "Notices by %1$s, page %2$d"
6215 msgstr ""
6216
6217 #. TRANS: Title for link to notice feed.
6218 #. TRANS: %1$s is a user nickname, %2$s is a hashtag.
6219 #: actions/showstream.php:126
6220 #, php-format
6221 msgid "Notice feed for %1$s tagged %2$s (RSS 1.0)"
6222 msgstr ""
6223
6224 #. TRANS: Title for link to notice feed.
6225 #. TRANS: %s is a user nickname.
6226 #: actions/showstream.php:135
6227 #, php-format
6228 msgid "Notice feed for %s (RSS 1.0)"
6229 msgstr ""
6230
6231 #. TRANS: Title for link to notice feed.
6232 #. TRANS: %s is a user nickname.
6233 #: actions/showstream.php:144
6234 #, php-format
6235 msgid "Notice feed for %s (RSS 2.0)"
6236 msgstr ""
6237
6238 #. TRANS: Title for link to notice feed.
6239 #. TRANS: %s is a user nickname.
6240 #: actions/showstream.php:153
6241 #, php-format
6242 msgid "Notice feed for %s (Atom)"
6243 msgstr ""
6244
6245 #. TRANS: Title for link to notice feed. FOAF stands for Friend of a Friend.
6246 #. TRANS: More information at http://www.foaf-project.org. %s is a user nickname.
6247 #: actions/showstream.php:160
6248 #, php-format
6249 msgid "FOAF for %s"
6250 msgstr ""
6251
6252 #. TRANS: First sentence of empty list message for a stream. $1%s is a user nickname.
6253 #: actions/showstream.php:200
6254 #, php-format
6255 msgid "This is the timeline for %1$s, but %1$s hasn't posted anything yet."
6256 msgstr ""
6257
6258 #. TRANS: Second sentence of empty list message for a stream for the user themselves.
6259 #: actions/showstream.php:206
6260 msgid ""
6261 "Seen anything interesting recently? You haven't posted any notices yet, now "
6262 "would be a good time to start :)"
6263 msgstr ""
6264
6265 #. TRANS: Second sentence of empty  list message for a non-self stream. %1$s is a user nickname, %2$s is a part of a URL.
6266 #. TRANS: This message contains a Markdown link. Keep "](" together.
6267 #: actions/showstream.php:210
6268 #, php-format
6269 msgid ""
6270 "You can try to nudge %1$s or [post something to them](%%%%action.newnotice%%%"
6271 "%?status_textarea=%2$s)."
6272 msgstr ""
6273
6274 #. TRANS: Announcement for anonymous users showing a stream if site registrations are open.
6275 #. TRANS: This message contains a Markdown link. Keep "](" together.
6276 #: actions/showstream.php:253
6277 #, php-format
6278 msgid ""
6279 "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en."
6280 "wikipedia.org/wiki/Micro-blogging) service based on the Free Software "
6281 "[StatusNet](http://status.net/) tool. [Join now](%%%%action.register%%%%) to "
6282 "follow **%s**'s notices and many more! ([Read more](%%%%doc.help%%%%))"
6283 msgstr ""
6284
6285 #. TRANS: Announcement for anonymous users showing a stream if site registrations are closed or invite only.
6286 #. TRANS: This message contains a Markdown link. Keep "](" together.
6287 #: actions/showstream.php:260
6288 #, php-format
6289 msgid ""
6290 "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en."
6291 "wikipedia.org/wiki/Micro-blogging) service based on the Free Software "
6292 "[StatusNet](http://status.net/) tool. "
6293 msgstr ""
6294
6295 #. TRANS: Link to the author of a repeated notice. %s is a linked nickname.
6296 #: actions/showstream.php:336
6297 #, php-format
6298 msgid "Repeat of %s"
6299 msgstr ""
6300
6301 #. TRANS: Client error displayed trying to silence a user on a site where the feature is not enabled.
6302 #. TRANS: Client error on page to unsilence a user when the feature is not enabled.
6303 #: actions/silence.php:64 actions/unsilence.php:64
6304 msgid "You cannot silence users on this site."
6305 msgstr ""
6306
6307 #. TRANS: Client error displayed trying to silence an already silenced user.
6308 #: actions/silence.php:72
6309 msgid "User is already silenced."
6310 msgstr ""
6311
6312 #. TRANS: Title for site administration panel.
6313 #: actions/siteadminpanel.php:57
6314 msgctxt "TITLE"
6315 msgid "Site"
6316 msgstr ""
6317
6318 #. TRANS: Instructions for site administration panel.
6319 #: actions/siteadminpanel.php:68
6320 msgid "Basic settings for this StatusNet site"
6321 msgstr ""
6322
6323 #. TRANS: Client error displayed trying to save an empty site name.
6324 #: actions/siteadminpanel.php:141
6325 msgid "Site name must have non-zero length."
6326 msgstr ""
6327
6328 #. TRANS: Client error displayed trying to save site settings without a contact address.
6329 #: actions/siteadminpanel.php:150
6330 msgid "You must have a valid contact email address."
6331 msgstr ""
6332
6333 #. TRANS: Client error displayed when a logo URL is not valid.
6334 #: actions/siteadminpanel.php:161
6335 msgid "Invalid logo URL."
6336 msgstr ""
6337
6338 #. TRANS: Client error displayed when a SSL logo URL is invalid.
6339 #: actions/siteadminpanel.php:167
6340 msgid "Invalid SSL logo URL."
6341 msgstr ""
6342
6343 #. TRANS: Client error displayed trying to save site settings with an invalid language code.
6344 #. TRANS: %s is the invalid language code.
6345 #: actions/siteadminpanel.php:185
6346 #, php-format
6347 msgid "Unknown language \"%s\"."
6348 msgstr ""
6349
6350 #. TRANS: Client error displayed trying to save site settings with a text limit below 0.
6351 #: actions/siteadminpanel.php:192
6352 msgid "Minimum text limit is 0 (unlimited)."
6353 msgstr ""
6354
6355 #. TRANS: Client error displayed trying to save site settings with a text limit below 1.
6356 #: actions/siteadminpanel.php:199
6357 msgid "Dupe limit must be one or more seconds."
6358 msgstr ""
6359
6360 #. TRANS: Fieldset legend on site settings panel.
6361 #: actions/siteadminpanel.php:246
6362 msgctxt "LEGEND"
6363 msgid "General"
6364 msgstr ""
6365
6366 #. TRANS: Field label on site settings panel.
6367 #: actions/siteadminpanel.php:250
6368 msgctxt "LABEL"
6369 msgid "Site name"
6370 msgstr ""
6371
6372 #. TRANS: Field title on site settings panel.
6373 #: actions/siteadminpanel.php:252
6374 msgid "The name of your site, like \"Yourcompany Microblog\"."
6375 msgstr ""
6376
6377 #. TRANS: Field label on site settings panel.
6378 #: actions/siteadminpanel.php:257
6379 msgid "Brought by"
6380 msgstr ""
6381
6382 #. TRANS: Field title on site settings panel.
6383 #: actions/siteadminpanel.php:259
6384 msgid "Text used for credits link in footer of each page."
6385 msgstr ""
6386
6387 #. TRANS: Field label on site settings panel.
6388 #: actions/siteadminpanel.php:264
6389 msgid "Brought by URL"
6390 msgstr ""
6391
6392 #. TRANS: Field title on site settings panel.
6393 #: actions/siteadminpanel.php:266
6394 msgid "URL used for credits link in footer of each page."
6395 msgstr ""
6396
6397 #. TRANS: Field label on site settings panel.
6398 #: actions/siteadminpanel.php:270
6399 msgid "Email"
6400 msgstr ""
6401
6402 #. TRANS: Field title on site settings panel.
6403 #: actions/siteadminpanel.php:272
6404 msgid "Contact email address for your site."
6405 msgstr ""
6406
6407 #. TRANS: Fieldset legend on site settings panel.
6408 #: actions/siteadminpanel.php:281
6409 msgctxt "LEGEND"
6410 msgid "Local"
6411 msgstr ""
6412
6413 #. TRANS: Dropdown label on site settings panel.
6414 #: actions/siteadminpanel.php:293
6415 msgid "Default timezone"
6416 msgstr ""
6417
6418 #. TRANS: Dropdown title on site settings panel.
6419 #: actions/siteadminpanel.php:295
6420 msgid "Default timezone for the site; usually UTC."
6421 msgstr ""
6422
6423 #. TRANS: Dropdown label on site settings panel.
6424 #: actions/siteadminpanel.php:302
6425 msgid "Default language"
6426 msgstr ""
6427
6428 #. TRANS: Dropdown title on site settings panel.
6429 #: actions/siteadminpanel.php:305
6430 msgid ""
6431 "The site language when autodetection from browser settings is not available."
6432 msgstr ""
6433
6434 #. TRANS: Fieldset legend on site settings panel.
6435 #: actions/siteadminpanel.php:314
6436 msgctxt "LEGEND"
6437 msgid "Limits"
6438 msgstr ""
6439
6440 #. TRANS: Field label on site settings panel.
6441 #: actions/siteadminpanel.php:319
6442 msgid "Text limit"
6443 msgstr ""
6444
6445 #. TRANS: Field title on site settings panel.
6446 #: actions/siteadminpanel.php:321
6447 msgid "Maximum number of characters for notices."
6448 msgstr ""
6449
6450 #. TRANS: Field label on site settings panel.
6451 #: actions/siteadminpanel.php:327
6452 msgid "Dupe limit"
6453 msgstr ""
6454
6455 #. TRANS: Field title on site settings panel.
6456 #: actions/siteadminpanel.php:329
6457 msgid "How long users must wait (in seconds) to post the same thing again."
6458 msgstr ""
6459
6460 #. TRANS: Fieldset legend for form to change logo.
6461 #: actions/siteadminpanel.php:339
6462 msgid "Logo"
6463 msgstr ""
6464
6465 #. TRANS: Field label for StatusNet site logo.
6466 #: actions/siteadminpanel.php:346
6467 msgid "Site logo"
6468 msgstr ""
6469
6470 #. TRANS: Field label for SSL StatusNet site logo.
6471 #: actions/siteadminpanel.php:354
6472 msgid "SSL logo"
6473 msgstr ""
6474
6475 #. TRANS: Button title for saving site settings.
6476 #: actions/siteadminpanel.php:377
6477 msgid "Save the site settings."
6478 msgstr ""
6479
6480 #. TRANS: Page title for site-wide notice tab in admin panel.
6481 #: actions/sitenoticeadminpanel.php:55
6482 msgid "Site Notice"
6483 msgstr ""
6484
6485 #. TRANS: Instructions for site-wide notice tab in admin panel.
6486 #: actions/sitenoticeadminpanel.php:66
6487 msgid "Edit site-wide message"
6488 msgstr ""
6489
6490 #. TRANS: Server error displayed when saving a site-wide notice was impossible.
6491 #: actions/sitenoticeadminpanel.php:101
6492 msgid "Unable to save site notice."
6493 msgstr ""
6494
6495 #. TRANS: Client error displayed when a site-wide notice was longer than allowed.
6496 #: actions/sitenoticeadminpanel.php:112
6497 msgid "Maximum length for the site-wide notice is 255 characters."
6498 msgstr ""
6499
6500 #. TRANS: Label for site-wide notice text field in admin panel.
6501 #: actions/sitenoticeadminpanel.php:176
6502 msgid "Site notice text"
6503 msgstr ""
6504
6505 #. TRANS: Tooltip for site-wide notice text field in admin panel.
6506 #: actions/sitenoticeadminpanel.php:179
6507 msgid "Site-wide notice text (255 characters maximum; HTML allowed)"
6508 msgstr ""
6509
6510 #. TRANS: Title for button to save site notice in admin panel.
6511 #: actions/sitenoticeadminpanel.php:201
6512 msgid "Save site notice."
6513 msgstr ""
6514
6515 #. TRANS: Title for SMS settings.
6516 #: actions/smssettings.php:56
6517 msgid "SMS settings"
6518 msgstr ""
6519
6520 #. TRANS: SMS settings page instructions.
6521 #. TRANS: %%site.name%% is the name of the site.
6522 #: actions/smssettings.php:70
6523 #, php-format
6524 msgid "You can receive SMS messages through email from %%site.name%%."
6525 msgstr ""
6526
6527 #. TRANS: Message given in the SMS settings if SMS is not enabled on the site.
6528 #: actions/smssettings.php:92
6529 msgid "SMS is not available."
6530 msgstr ""
6531
6532 #. TRANS: Form legend for SMS settings form.
6533 #: actions/smssettings.php:106
6534 msgid "SMS address"
6535 msgstr ""
6536
6537 #. TRANS: Form guide in SMS settings form.
6538 #: actions/smssettings.php:115
6539 msgid "Current confirmed SMS-enabled phone number."
6540 msgstr ""
6541
6542 #. TRANS: Form guide in IM settings form.
6543 #: actions/smssettings.php:128
6544 msgid "Awaiting confirmation on this phone number."
6545 msgstr ""
6546
6547 #. TRANS: Field label for SMS address input in SMS settings form.
6548 #: actions/smssettings.php:137
6549 msgid "Confirmation code"
6550 msgstr ""
6551
6552 #. TRANS: Form field instructions in SMS settings form.
6553 #: actions/smssettings.php:139
6554 msgid "Enter the code you received on your phone."
6555 msgstr ""
6556
6557 #. TRANS: Button label to confirm SMS confirmation code in SMS settings.
6558 #: actions/smssettings.php:143
6559 msgctxt "BUTTON"
6560 msgid "Confirm"
6561 msgstr ""
6562
6563 #. TRANS: Field label for SMS phone number input in SMS settings form.
6564 #: actions/smssettings.php:148
6565 msgid "SMS phone number"
6566 msgstr ""
6567
6568 #. TRANS: SMS phone number input field instructions in SMS settings form.
6569 #: actions/smssettings.php:151
6570 msgid "Phone number, no punctuation or spaces, with area code."
6571 msgstr ""
6572
6573 #. TRANS: Form legend for SMS preferences form.
6574 #: actions/smssettings.php:190
6575 msgid "SMS preferences"
6576 msgstr ""
6577
6578 #. TRANS: Checkbox label in SMS preferences form.
6579 #: actions/smssettings.php:196
6580 msgid ""
6581 "Send me notices through SMS; I understand I may incur exorbitant charges "
6582 "from my carrier."
6583 msgstr ""
6584
6585 #. TRANS: Confirmation message for successful SMS preferences save.
6586 #: actions/smssettings.php:308
6587 msgid "SMS preferences saved."
6588 msgstr ""
6589
6590 #. TRANS: Message given saving SMS phone number without having provided one.
6591 #: actions/smssettings.php:330
6592 msgid "No phone number."
6593 msgstr ""
6594
6595 #. TRANS: Message given saving SMS phone number without having selected a carrier.
6596 #: actions/smssettings.php:336
6597 msgid "No carrier selected."
6598 msgstr ""
6599
6600 #. TRANS: Message given saving SMS phone number that is already set.
6601 #: actions/smssettings.php:344
6602 msgid "That is already your phone number."
6603 msgstr ""
6604
6605 #. TRANS: Message given saving SMS phone number that is already set for another user.
6606 #: actions/smssettings.php:348
6607 msgid "That phone number already belongs to another user."
6608 msgstr ""
6609
6610 #. TRANS: Message given saving valid SMS phone number that is to be confirmed.
6611 #: actions/smssettings.php:376
6612 msgid ""
6613 "A confirmation code was sent to the phone number you added. Check your phone "
6614 "for the code and instructions on how to use it."
6615 msgstr ""
6616
6617 #. TRANS: Message given canceling SMS phone number confirmation for the wrong phone number.
6618 #: actions/smssettings.php:404
6619 msgid "That is the wrong confirmation number."
6620 msgstr ""
6621
6622 #. TRANS: Server error thrown on database error canceling SMS phone number confirmation.
6623 #: actions/smssettings.php:413
6624 msgid "Could not delete SMS confirmation."
6625 msgstr ""
6626
6627 #. TRANS: Message given after successfully canceling SMS phone number confirmation.
6628 #: actions/smssettings.php:418
6629 msgid "SMS confirmation cancelled."
6630 msgstr ""
6631
6632 #. TRANS: Message given trying to remove an SMS phone number that is not
6633 #. TRANS: registered for the active user.
6634 #: actions/smssettings.php:438
6635 msgid "That is not your phone number."
6636 msgstr ""
6637
6638 #. TRANS: Message given after successfully removing a registered SMS phone number.
6639 #: actions/smssettings.php:460
6640 msgid "The SMS phone number was removed."
6641 msgstr ""
6642
6643 #. TRANS: Label for mobile carrier dropdown menu in SMS settings.
6644 #: actions/smssettings.php:499
6645 msgid "Mobile carrier"
6646 msgstr ""
6647
6648 #. TRANS: Default option for mobile carrier dropdown menu in SMS settings.
6649 #: actions/smssettings.php:504
6650 msgid "Select a carrier"
6651 msgstr ""
6652
6653 #. TRANS: Form instructions for mobile carrier dropdown menu in SMS settings.
6654 #. TRANS: %s is an administrative contact's e-mail address.
6655 #: actions/smssettings.php:513
6656 #, php-format
6657 msgid ""
6658 "Mobile carrier for your phone. If you know a carrier that accepts SMS over "
6659 "email but isn't listed here, send email to let us know at %s."
6660 msgstr ""
6661
6662 #. TRANS: Message given saving SMS phone number confirmation code without having provided one.
6663 #: actions/smssettings.php:535
6664 msgid "No code entered."
6665 msgstr ""
6666
6667 #. TRANS: Title for admin panel to configure snapshots.
6668 #: actions/snapshotadminpanel.php:53
6669 msgctxt "TITLE"
6670 msgid "Snapshots"
6671 msgstr ""
6672
6673 #. TRANS: Instructions for admin panel to configure snapshots.
6674 #: actions/snapshotadminpanel.php:64
6675 msgid "Manage snapshot configuration"
6676 msgstr ""
6677
6678 #. TRANS: Client error displayed on admin panel for snapshots when providing an invalid run value.
6679 #: actions/snapshotadminpanel.php:125
6680 msgid "Invalid snapshot run value."
6681 msgstr ""
6682
6683 #. TRANS: Client error displayed on admin panel for snapshots when providing an invalid value for frequency.
6684 #: actions/snapshotadminpanel.php:132
6685 msgid "Snapshot frequency must be a number."
6686 msgstr ""
6687
6688 #. TRANS: Client error displayed on admin panel for snapshots when providing an invalid report URL.
6689 #: actions/snapshotadminpanel.php:144
6690 msgid "Invalid snapshot report URL."
6691 msgstr ""
6692
6693 #. TRANS: Fieldset legend on admin panel for snapshots.
6694 #: actions/snapshotadminpanel.php:194
6695 msgctxt "LEGEND"
6696 msgid "Snapshots"
6697 msgstr ""
6698
6699 #. TRANS: Option in dropdown for snapshot method in admin panel for snapshots.
6700 #: actions/snapshotadminpanel.php:199
6701 msgid "Randomly during web hit"
6702 msgstr ""
6703
6704 #. TRANS: Option in dropdown for snapshot method in admin panel for snapshots.
6705 #: actions/snapshotadminpanel.php:201
6706 msgid "In a scheduled job"
6707 msgstr ""
6708
6709 #. TRANS: Dropdown label for snapshot method in admin panel for snapshots.
6710 #: actions/snapshotadminpanel.php:208
6711 msgid "Data snapshots"
6712 msgstr ""
6713
6714 #. TRANS: Dropdown title for snapshot method in admin panel for snapshots.
6715 #: actions/snapshotadminpanel.php:211
6716 msgid "When to send statistical data to status.net servers."
6717 msgstr ""
6718
6719 #. TRANS: Input field label for snapshot frequency in admin panel for snapshots.
6720 #: actions/snapshotadminpanel.php:221
6721 msgid "Frequency"
6722 msgstr ""
6723
6724 #. TRANS: Input field title for snapshot frequency in admin panel for snapshots.
6725 #: actions/snapshotadminpanel.php:223
6726 msgid "Snapshots will be sent once every N web hits."
6727 msgstr ""
6728
6729 #. TRANS: Input field label for snapshot report URL in admin panel for snapshots.
6730 #: actions/snapshotadminpanel.php:232
6731 msgid "Report URL"
6732 msgstr ""
6733
6734 #. TRANS: Input field title for snapshot report URL in admin panel for snapshots.
6735 #: actions/snapshotadminpanel.php:234
6736 msgid "Snapshots will be sent to this URL."
6737 msgstr ""
6738
6739 #. TRANS: Title for button to save snapshot settings.
6740 #: actions/snapshotadminpanel.php:256
6741 msgid "Save snapshot settings."
6742 msgstr ""
6743
6744 #. TRANS: Client error displayed trying a change a subscription for a non-subscribed profile.
6745 #: actions/subedit.php:76
6746 msgid "You are not subscribed to that profile."
6747 msgstr ""
6748
6749 #. TRANS: Server error displayed when updating a subscription fails with a database error.
6750 #. TRANS: Exception thrown when a subscription could not be stored on the server.
6751 #: actions/subedit.php:90 classes/Subscription.php:147
6752 msgid "Could not save subscription."
6753 msgstr ""
6754
6755 #. TRANS: Client error displayed when trying to approve group applicants without being a group administrator.
6756 #: actions/subqueue.php:62
6757 msgid "You may only approve your own pending subscriptions."
6758 msgstr ""
6759
6760 #. TRANS: Title of the first page showing pending subscribers still awaiting approval.
6761 #. TRANS: %s is the name of the user.
6762 #: actions/subqueue.php:73
6763 #, php-format
6764 msgid "%s subscribers awaiting approval"
6765 msgstr ""
6766
6767 #. TRANS: Title of all but the first page showing pending subscribersmembers still awaiting approval.
6768 #. TRANS: %1$s is the name of the user, %2$d is the page number of the members list.
6769 #: actions/subqueue.php:78
6770 #, php-format
6771 msgid "%1$s subscribers awaiting approval, page %2$d"
6772 msgstr ""
6773
6774 #. TRANS: Page notice for group members page.
6775 #: actions/subqueue.php:88
6776 msgid "A list of users awaiting approval to subscribe to you."
6777 msgstr ""
6778
6779 #. TRANS: Client error displayed trying to subscribe to an OMB 0.1 remote profile.
6780 #: actions/subscribe.php:121
6781 msgid "You cannot subscribe to an OMB 0.1 remote profile with this action."
6782 msgstr ""
6783
6784 #. TRANS: Page title when subscription succeeded.
6785 #: actions/subscribe.php:149
6786 msgid "Subscribed"
6787 msgstr ""
6788
6789 #. TRANS: Client error displayed when trying to perform an action while not logged in.
6790 #: actions/subscribepeopletag.php:59 actions/unsubscribepeopletag.php:60
6791 msgid "You must be logged in to unsubscribe from a list."
6792 msgstr ""
6793
6794 #. TRANS: Client error displayed when trying to perform an action without providing an ID.
6795 #: actions/subscribepeopletag.php:89 actions/unsubscribepeopletag.php:90
6796 msgid "No ID given."
6797 msgstr ""
6798
6799 #. TRANS: Server error displayed subscribing to a list fails.
6800 #. TRANS: %1$s is a user nickname, %2$s is a list, %3$s is the error message (no period).
6801 #: actions/subscribepeopletag.php:125
6802 #, php-format
6803 msgid "Could not subscribe user %1$s to list %2$s: %3$s"
6804 msgstr ""
6805
6806 #. TRANS: Title of form to subscribe to a list.
6807 #. TRANS: %1%s is a user nickname, %2$s is a list, %3$s is a tagger nickname.
6808 #: actions/subscribepeopletag.php:134
6809 #, php-format
6810 msgid "%1$s subscribed to list %2$s by %3$s"
6811 msgstr ""
6812
6813 #. TRANS: Header for list of subscribers for a user (first page).
6814 #. TRANS: %s is the user's nickname.
6815 #: actions/subscribers.php:51
6816 #, php-format
6817 msgid "%s subscribers"
6818 msgstr ""
6819
6820 #. TRANS: Header for list of subscribers for a user (not first page).
6821 #. TRANS: %1$s is the user's nickname, $2$d is the page number.
6822 #: actions/subscribers.php:55
6823 #, php-format
6824 msgid "%1$s subscribers, page %2$d"
6825 msgstr ""
6826
6827 #. TRANS: Page notice for page with an overview of all subscribers
6828 #. TRANS: of the logged in user's own profile.
6829 #: actions/subscribers.php:68
6830 msgid "These are the people who listen to your notices."
6831 msgstr ""
6832
6833 #. TRANS: Page notice for page with an overview of all subscribers of a user other
6834 #. TRANS: than the logged in user. %s is the user nickname.
6835 #: actions/subscribers.php:74
6836 #, php-format
6837 msgid "These are the people who listen to %s's notices."
6838 msgstr ""
6839
6840 #. TRANS: Subscriber list text when the logged in user has no subscribers.
6841 #: actions/subscribers.php:114
6842 msgid ""
6843 "You have no subscribers. Try subscribing to people you know and they might "
6844 "return the favor."
6845 msgstr ""
6846
6847 #. TRANS: Subscriber list text when looking at the subscribers for a of a user other
6848 #. TRANS: than the logged in user that has no subscribers. %s is the user nickname.
6849 #: actions/subscribers.php:118
6850 #, php-format
6851 msgid "%s has no subscribers. Want to be the first?"
6852 msgstr ""
6853
6854 #. TRANS: Subscriber list text when looking at the subscribers for a of a user that has none
6855 #. TRANS: as an anonymous user. %s is the user nickname.
6856 #. TRANS: This message contains a Markdown URL. The link description is between
6857 #. TRANS: square brackets, and the link between parentheses. Do not separate "]("
6858 #. TRANS: and do not change the URL part.
6859 #: actions/subscribers.php:127
6860 #, php-format
6861 msgid ""
6862 "%s has no subscribers. Why not [register an account](%%%%action.register%%%"
6863 "%) and be the first?"
6864 msgstr ""
6865
6866 #. TRANS: Header for subscriptions overview for a user (not first page).
6867 #. TRANS: %1$s is a user nickname, %2$d is the page number.
6868 #: actions/subscriptions.php:55
6869 #, php-format
6870 msgid "%1$s subscriptions, page %2$d"
6871 msgstr ""
6872
6873 #. TRANS: Page notice for page with an overview of all subscriptions
6874 #. TRANS: of the logged in user's own profile.
6875 #: actions/subscriptions.php:68
6876 msgid "These are the people whose notices you listen to."
6877 msgstr ""
6878
6879 #. TRANS: Page notice for page with an overview of all subscriptions of a user other
6880 #. TRANS: than the logged in user. %s is the user nickname.
6881 #: actions/subscriptions.php:74
6882 #, php-format
6883 msgid "These are the people whose notices %s listens to."
6884 msgstr ""
6885
6886 #. TRANS: Subscription list text when the logged in user has no subscriptions.
6887 #. TRANS: This message contains Markdown URLs. The link description is between
6888 #. TRANS: square brackets, and the link between parentheses. Do not separate "]("
6889 #. TRANS: and do not change the URL part.
6890 #: actions/subscriptions.php:133
6891 #, php-format
6892 msgid ""
6893 "You're not listening to anyone's notices right now, try subscribing to "
6894 "people you know. Try [people search](%%action.peoplesearch%%), look for "
6895 "members in groups you're interested in and in our [featured users](%%action."
6896 "featured%%). If you're a [Twitter user](%%action.twittersettings%%), you can "
6897 "automatically subscribe to people you already follow there."
6898 msgstr ""
6899
6900 #. TRANS: Subscription list text when looking at the subscriptions for a of a user other
6901 #. TRANS: than the logged in user that has no subscriptions. %s is the user nickname.
6902 #. TRANS: Subscription list text when looking at the subscriptions for a of a user that has none
6903 #. TRANS: as an anonymous user. %s is the user nickname.
6904 #: actions/subscriptions.php:141 actions/subscriptions.php:147
6905 #, php-format
6906 msgid "%s is not listening to anyone."
6907 msgstr ""
6908
6909 #. TRANS: Atom feed title. %s is a profile nickname.
6910 #: actions/subscriptions.php:166
6911 #, php-format
6912 msgid "Subscription feed for %s (Atom)"
6913 msgstr ""
6914
6915 #. TRANS: Checkbox label for enabling IM messages for a profile in a subscriptions list.
6916 #: actions/subscriptions.php:231
6917 msgctxt "LABEL"
6918 msgid "IM"
6919 msgstr ""
6920
6921 #. TRANS: Checkbox label for enabling SMS messages for a profile in a subscriptions list.
6922 #: actions/subscriptions.php:246
6923 msgid "SMS"
6924 msgstr ""
6925
6926 #. TRANS: Title for all but the first page of notices with tags.
6927 #. TRANS: %1$s is the tag, %2$d is the page number.
6928 #: actions/tag.php:67
6929 #, php-format
6930 msgid "Notices tagged with %1$s, page %2$d"
6931 msgstr ""
6932
6933 #. TRANS: Link label for feed on "notices with tag" page.
6934 #. TRANS: %s is the tag the feed is for.
6935 #: actions/tag.php:87
6936 #, php-format
6937 msgid "Notice feed for tag %s (RSS 1.0)"
6938 msgstr ""
6939
6940 #. TRANS: Link label for feed on "notices with tag" page.
6941 #. TRANS: %s is the tag the feed is for.
6942 #: actions/tag.php:95
6943 #, php-format
6944 msgid "Notice feed for tag %s (RSS 2.0)"
6945 msgstr ""
6946
6947 #. TRANS: Link label for feed on "notices with tag" page.
6948 #. TRANS: %s is the tag the feed is for.
6949 #: actions/tag.php:103
6950 #, php-format
6951 msgid "Notice feed for tag %s (Atom)"
6952 msgstr ""
6953
6954 #. TRANS: Client error displayed when trying to tag a user that cannot be tagged.
6955 #. TRANS: Client exception thrown trying to set a tag for a user that cannot be tagged.
6956 #. TRANS: Error displayed when trying to tag a user that cannot be tagged.
6957 #: actions/tagprofile.php:56 classes/Profile_tag.php:147 lib/command.php:440
6958 #: lib/command.php:499
6959 msgid "You cannot tag this user."
6960 msgstr ""
6961
6962 #. TRANS: Title for list form when not on a profile page.
6963 #: actions/tagprofile.php:78
6964 msgid "List a profile"
6965 msgstr ""
6966
6967 #. TRANS: Title for list form when on a profile page.
6968 #. TRANS: %s is a profile nickname.
6969 #: actions/tagprofile.php:82
6970 #, php-format
6971 msgctxt "ADDTOLIST"
6972 msgid "List %s"
6973 msgstr ""
6974
6975 #. TRANS: Title for list form when an error has occurred.
6976 #: actions/tagprofile.php:92
6977 msgctxt "TITLE"
6978 msgid "Error"
6979 msgstr ""
6980
6981 #. TRANS: Header in list form.
6982 #: actions/tagprofile.php:108
6983 msgid "User profile"
6984 msgstr ""
6985
6986 #. TRANS: Fieldset legend for list form.
6987 #: actions/tagprofile.php:151
6988 msgid "List user"
6989 msgstr ""
6990
6991 #. TRANS: Field label on list form.
6992 #: actions/tagprofile.php:162
6993 msgctxt "LABEL"
6994 msgid "Lists"
6995 msgstr ""
6996
6997 #. TRANS: Field title on list form.
6998 #: actions/tagprofile.php:165
6999 msgid ""
7000 "Lists for this user (letters, numbers, -, ., and _), comma- or space- "
7001 "separated."
7002 msgstr ""
7003
7004 #. TRANS: Title for personal tag cloud section.
7005 #: actions/tagprofile.php:228 lib/personaltagcloudsection.php:56
7006 msgctxt "TITLE"
7007 msgid "Tags"
7008 msgstr ""
7009
7010 #. TRANS: Success message if lists are saved.
7011 #: actions/tagprofile.php:244
7012 msgid "Lists saved."
7013 msgstr ""
7014
7015 #. TRANS: Page notice.
7016 #: actions/tagprofile.php:260
7017 msgid "Use this form to add your subscribers or subscriptions to lists."
7018 msgstr ""
7019
7020 #. TRANS: Client error when requesting a tag feed for a non-existing tag.
7021 #: actions/tagrss.php:35
7022 msgid "No such tag."
7023 msgstr ""
7024
7025 #. TRANS: Client error displayed when trying to unblock a non-blocked user.
7026 #: actions/unblock.php:59
7027 msgid "You haven't blocked that user."
7028 msgstr ""
7029
7030 #. TRANS: Client error on page to unsilence a user when the to be unsandboxed user has not been sandboxed.
7031 #: actions/unsandbox.php:72
7032 msgid "User is not sandboxed."
7033 msgstr ""
7034
7035 #. TRANS: Client error on page to unsilence a user when the to be unsilenced user has not been silenced.
7036 #: actions/unsilence.php:72
7037 msgid "User is not silenced."
7038 msgstr ""
7039
7040 #. TRANS: Page title for page to unsubscribe.
7041 #: actions/unsubscribe.php:102
7042 msgid "Unsubscribed"
7043 msgstr ""
7044
7045 #. TRANS: Page title for form that allows unsubscribing from a list.
7046 #. TRANS: %1$s is a nickname, %2$s is a list, %3$s is a tagger nickname.
7047 #: actions/unsubscribepeopletag.php:127
7048 #, php-format
7049 msgid "%1$s unsubscribed from list %2$s by %3$s"
7050 msgstr ""
7051
7052 #. TRANS: Client error displayed when trying to update profile with an incompatible license.
7053 #. TRANS: %1$s is the license incompatible with site license %2$s.
7054 #. TRANS: Exception thrown when licenses are not compatible for an authorisation request.
7055 #. TRANS: %1$s is the license for the listenee, %2$s is the license for "this" StatusNet site.
7056 #: actions/updateprofile.php:65 actions/userauthorization.php:342
7057 #, php-format
7058 msgid ""
7059 "Listenee stream license \"%1$s\" is not compatible with site license \"%2$s"
7060 "\"."
7061 msgstr ""
7062
7063 #. TRANS: Title of URL settings tab in profile settings.
7064 #: actions/urlsettings.php:57
7065 msgid "URL settings"
7066 msgstr ""
7067
7068 #. TRANS: Instructions for tab "Other" in user profile settings.
7069 #: actions/urlsettings.php:68
7070 msgid "Manage various other options."
7071 msgstr ""
7072
7073 #. TRANS: Used as a suffix for free URL shorteners in a dropdown list in the tab "Other" of a
7074 #. TRANS: user's profile settings. This message has one space at the beginning. Use your
7075 #. TRANS: language's word separator here if it has one (most likely a single space).
7076 #: actions/urlsettings.php:110
7077 msgid " (free service)"
7078 msgstr ""
7079
7080 #. TRANS: Default value for URL shortening settings.
7081 #: actions/urlsettings.php:117
7082 msgid "[none]"
7083 msgstr ""
7084
7085 #. TRANS: Default value for URL shortening settings.
7086 #: actions/urlsettings.php:119
7087 msgid "[internal]"
7088 msgstr ""
7089
7090 #. TRANS: Label for dropdown with URL shortener services.
7091 #: actions/urlsettings.php:126
7092 msgid "Shorten URLs with"
7093 msgstr ""
7094
7095 #. TRANS: Tooltip for for dropdown with URL shortener services.
7096 #: actions/urlsettings.php:128
7097 msgid "Automatic shortening service to use."
7098 msgstr ""
7099
7100 #. TRANS: Field label in URL settings in profile.
7101 #: actions/urlsettings.php:135
7102 msgid "URL longer than"
7103 msgstr ""
7104
7105 #. TRANS: Field title in URL settings in profile.
7106 #: actions/urlsettings.php:139
7107 msgid "URLs longer than this will be shortened, 0 means always shorten."
7108 msgstr ""
7109
7110 #. TRANS: Field label in URL settings in profile.
7111 #: actions/urlsettings.php:144
7112 msgid "Text longer than"
7113 msgstr ""
7114
7115 #. TRANS: Field title in URL settings in profile.
7116 #: actions/urlsettings.php:148
7117 msgid ""
7118 "URLs in notices longer than this will be shortened, 0 means always shorten."
7119 msgstr ""
7120
7121 #. TRANS: Form validation error for form "Other settings" in user profile.
7122 #: actions/urlsettings.php:180
7123 msgid "URL shortening service is too long (maximum 50 characters)."
7124 msgstr ""
7125
7126 #. TRANS: Client exception thrown when the maximum URL settings value is invalid in profile URL settings.
7127 #: actions/urlsettings.php:188
7128 msgid "Invalid number for maximum URL length."
7129 msgstr ""
7130
7131 #. TRANS: Client exception thrown when the maximum notice length settings value is invalid in profile URL settings.
7132 #: actions/urlsettings.php:195
7133 msgid "Invalid number for maximum notice length."
7134 msgstr ""
7135
7136 #. TRANS: Server exception thrown in profile URL settings when preferences could not be saved.
7137 #: actions/urlsettings.php:241
7138 msgid "Error saving user URL shortening preferences."
7139 msgstr ""
7140
7141 #. TRANS: User admin panel title.
7142 #: actions/useradminpanel.php:58
7143 msgctxt "TITLE"
7144 msgid "User"
7145 msgstr ""
7146
7147 #. TRANS: Instruction for user admin panel.
7148 #: actions/useradminpanel.php:69
7149 msgid "User settings for this StatusNet site"
7150 msgstr ""
7151
7152 #. TRANS: Form validation error in user admin panel when a non-numeric character limit was set.
7153 #: actions/useradminpanel.php:147
7154 msgid "Invalid bio limit. Must be numeric."
7155 msgstr ""
7156
7157 #. TRANS: Form validation error in user admin panel when welcome text is too long.
7158 #: actions/useradminpanel.php:154
7159 msgid "Invalid welcome text. Maximum length is 255 characters."
7160 msgstr ""
7161
7162 #. TRANS: Client error displayed when trying to set a non-existing user as default subscription for new
7163 #. TRANS: users in user admin panel. %1$s is the invalid nickname.
7164 #: actions/useradminpanel.php:166
7165 #, php-format
7166 msgid "Invalid default subscripton: \"%1$s\" is not a user."
7167 msgstr ""
7168
7169 #. TRANS: Fieldset legend in user administration panel.
7170 #: actions/useradminpanel.php:217
7171 msgctxt "LEGEND"
7172 msgid "Profile"
7173 msgstr ""
7174
7175 #. TRANS: Field label in user admin panel for setting the character limit for the bio field.
7176 #: actions/useradminpanel.php:222
7177 msgid "Bio Limit"
7178 msgstr ""
7179
7180 #. TRANS: Tooltip in user admin panel for setting the character limit for the bio field.
7181 #: actions/useradminpanel.php:224
7182 msgid "Maximum length of a profile bio in characters."
7183 msgstr ""
7184
7185 #. TRANS: Form legend in user admin panel.
7186 #: actions/useradminpanel.php:233
7187 msgid "New users"
7188 msgstr ""
7189
7190 #. TRANS: Field label in user admin panel for setting new user welcome text.
7191 #: actions/useradminpanel.php:238
7192 msgid "New user welcome"
7193 msgstr ""
7194
7195 #. TRANS: Tooltip in user admin panel for setting new user welcome text.
7196 #: actions/useradminpanel.php:240
7197 msgid "Welcome text for new users (maximum 255 characters)."
7198 msgstr ""
7199
7200 #. TRANS: Field label in user admin panel for setting default subscription for new users.
7201 #: actions/useradminpanel.php:246
7202 msgid "Default subscription"
7203 msgstr ""
7204
7205 #. TRANS: Tooltip in user admin panel for setting default subscription for new users.
7206 #: actions/useradminpanel.php:248
7207 msgid "Automatically subscribe new users to this user."
7208 msgstr ""
7209
7210 #. TRANS: Form legend in user admin panel.
7211 #: actions/useradminpanel.php:258
7212 msgid "Invitations"
7213 msgstr ""
7214
7215 #. TRANS: Field label for checkbox in user admin panel for allowing users to invite friend using site e-mail.
7216 #: actions/useradminpanel.php:264
7217 msgid "Invitations enabled"
7218 msgstr ""
7219
7220 #. TRANS: Tooltip for checkbox in user admin panel for allowing users to invite friend using site e-mail.
7221 #: actions/useradminpanel.php:267
7222 msgid "Whether to allow users to invite new users."
7223 msgstr ""
7224
7225 #. TRANS: Title for button to save user settings in user admin panel.
7226 #: actions/useradminpanel.php:304
7227 msgid "Save user settings."
7228 msgstr ""
7229
7230 #. TRANS: Page title.
7231 #: actions/userauthorization.php:109
7232 msgid "Authorize subscription"
7233 msgstr ""
7234
7235 #. TRANS: Page notice on "Authorize subscription" page.
7236 #: actions/userauthorization.php:115
7237 msgid ""
7238 "Please check these details to make sure that you want to subscribe to this "
7239 "user’s notices. If you didn’t just ask to subscribe to someone’s notices, "
7240 "click \"Reject\"."
7241 msgstr ""
7242
7243 #. TRANS: Button text on Authorise Subscription page.
7244 #. TRANS: Submit button text to accept a group membership request on approve group form.
7245 #. TRANS: Submit button text to accept a subscription request on approve sub form.
7246 #: actions/userauthorization.php:202 lib/approvegroupform.php:116
7247 #: lib/approvesubform.php:110
7248 msgctxt "BUTTON"
7249 msgid "Accept"
7250 msgstr ""
7251
7252 #. TRANS: Title for button on Authorise Subscription page.
7253 #. TRANS: Button title to subscribe to a user.
7254 #: actions/userauthorization.php:204 lib/subscribeform.php:132
7255 msgid "Subscribe to this user."
7256 msgstr ""
7257
7258 #. TRANS: Button text on Authorise Subscription page.
7259 #. TRANS: Submit button text to reject a group membership request on approve group form.
7260 #. TRANS: Submit button text to reject a subscription request on approve sub form.
7261 #: actions/userauthorization.php:207 lib/approvegroupform.php:118
7262 #: lib/approvesubform.php:112
7263 msgctxt "BUTTON"
7264 msgid "Reject"
7265 msgstr ""
7266
7267 #. TRANS: Title for button on Authorise Subscription page.
7268 #: actions/userauthorization.php:209
7269 msgid "Reject this subscription."
7270 msgstr ""
7271
7272 #. TRANS: Client error displayed for an empty authorisation request.
7273 #: actions/userauthorization.php:222
7274 msgid "No authorization request!"
7275 msgstr ""
7276
7277 #. TRANS: Accept message header from Authorise subscription page.
7278 #: actions/userauthorization.php:245
7279 msgid "Subscription authorized"
7280 msgstr ""
7281
7282 #. TRANS: Accept message text from Authorise subscription page.
7283 #: actions/userauthorization.php:248
7284 msgid ""
7285 "The subscription has been authorized, but no callback URL was passed. Check "
7286 "with the site's instructions for details on how to authorize the "
7287 "subscription. Your subscription token is:"
7288 msgstr ""
7289
7290 #. TRANS: Reject message header from Authorise subscription page.
7291 #: actions/userauthorization.php:259
7292 msgid "Subscription rejected"
7293 msgstr ""
7294
7295 #. TRANS: Reject message from Authorise subscription page.
7296 #: actions/userauthorization.php:262
7297 msgid ""
7298 "The subscription has been rejected, but no callback URL was passed. Check "
7299 "with the site's instructions for details on how to fully reject the "
7300 "subscription."
7301 msgstr ""
7302
7303 #. TRANS: Exception thrown when no valid user is found for an authorisation request.
7304 #. TRANS: %s is a listener URI.
7305 #: actions/userauthorization.php:299
7306 #, php-format
7307 msgid "Listener URI \"%s\" not found here."
7308 msgstr ""
7309
7310 #. TRANS: Exception thrown when listenee URI is too long for an authorisation request.
7311 #. TRANS: %s is a listenee URI.
7312 #: actions/userauthorization.php:306
7313 #, php-format
7314 msgid "Listenee URI \"%s\" is too long."
7315 msgstr ""
7316
7317 #. TRANS: Exception thrown when listenee URI is a local user for an authorisation request.
7318 #. TRANS: %s is a listenee URI.
7319 #: actions/userauthorization.php:314
7320 #, php-format
7321 msgid "Listenee URI \"%s\" is a local user."
7322 msgstr ""
7323
7324 #. TRANS: Exception thrown when profile URL is a local user for an authorisation request.
7325 #. TRANS: %s is a profile URL.
7326 #: actions/userauthorization.php:332
7327 #, php-format
7328 msgid "Profile URL \"%s\" is for a local user."
7329 msgstr ""
7330
7331 #. TRANS: Exception thrown when avatar URL is invalid for an authorisation request.
7332 #. TRANS: %s is an avatar URL.
7333 #: actions/userauthorization.php:352
7334 #, php-format
7335 msgid "Avatar URL \"%s\" is not valid."
7336 msgstr ""
7337
7338 #. TRANS: Exception thrown when avatar URL could not be read for an authorisation request.
7339 #. TRANS: %s is an avatar URL.
7340 #: actions/userauthorization.php:359
7341 #, php-format
7342 msgid "Cannot read avatar URL \"%s\"."
7343 msgstr ""
7344
7345 #. TRANS: Exception thrown when avatar URL return an invalid image type for an authorisation request.
7346 #. TRANS: %s is an avatar URL.
7347 #: actions/userauthorization.php:366
7348 #, php-format
7349 msgid "Wrong image type for avatar URL \"%s\"."
7350 msgstr ""
7351
7352 #. TRANS: Page title for all but the first page of groups for a user.
7353 #. TRANS: %1$s is a nickname, %2$d is a page number.
7354 #: actions/usergroups.php:67
7355 #, php-format
7356 msgid "%1$s groups, page %2$d"
7357 msgstr ""
7358
7359 #. TRANS: Link text on group page to search for groups.
7360 #: actions/usergroups.php:131
7361 msgid "Search for more groups"
7362 msgstr ""
7363
7364 #. TRANS: Text on group page for a user that is not a member of any group.
7365 #. TRANS: %s is a user nickname.
7366 #: actions/usergroups.php:160
7367 #, php-format
7368 msgid "%s is not a member of any group."
7369 msgstr ""
7370
7371 #. TRANS: Text on group page for a user that is not a member of any group. This message contains
7372 #. TRANS: a Markdown link in the form [link text](link) and a variable that should not be changed.
7373 #: actions/usergroups.php:167
7374 #, php-format
7375 msgid "Try [searching for groups](%%action.groupsearch%%) and joining them."
7376 msgstr ""
7377
7378 #. TRANS: Message is used as link description. %1$s is a username, %2$s is a site name.
7379 #. TRANS: Message is used as a subtitle in atom group notice feed.
7380 #. TRANS: %1$s is a group name, %2$s is a site name.
7381 #. TRANS: Message is used as a subtitle in atom user notice feed.
7382 #. TRANS: %1$s is a user name, %2$s is a site name.
7383 #: actions/userrss.php:98 lib/atomgroupnoticefeed.php:70
7384 #: lib/atomusernoticefeed.php:95
7385 #, php-format
7386 msgid "Updates from %1$s on %2$s!"
7387 msgstr ""
7388
7389 #. TRANS: Title for version page. %s is the StatusNet version.
7390 #: actions/version.php:73
7391 #, php-format
7392 msgid "StatusNet %s"
7393 msgstr ""
7394
7395 #. TRANS: Content part of StatusNet version page.
7396 #. TRANS: %1$s is the engine name (StatusNet) and %2$s is the StatusNet version.
7397 #: actions/version.php:151
7398 #, php-format
7399 msgid ""
7400 "This site is powered by %1$s version %2$s, Copyright 2008-2010 StatusNet, "
7401 "Inc. and contributors."
7402 msgstr ""
7403
7404 #. TRANS: Header for StatusNet contributors section on the version page.
7405 #: actions/version.php:161
7406 msgid "Contributors"
7407 msgstr ""
7408
7409 #. TRANS: Header for StatusNet license section on the version page.
7410 #: actions/version.php:166
7411 msgid "License"
7412 msgstr ""
7413
7414 #. TRANS: Content part of StatusNet version page.
7415 #: actions/version.php:170
7416 msgid ""
7417 "StatusNet is free software: you can redistribute it and/or modify it under "
7418 "the terms of the GNU Affero General Public License as published by the Free "
7419 "Software Foundation, either version 3 of the License, or (at your option) "
7420 "any later version. "
7421 msgstr ""
7422
7423 #. TRANS: Content part of StatusNet version page.
7424 #: actions/version.php:177
7425 msgid ""
7426 "This program is distributed in the hope that it will be useful, but WITHOUT "
7427 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
7428 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License "
7429 "for more details. "
7430 msgstr ""
7431
7432 #. TRANS: Content part of StatusNet version page.
7433 #. TRANS: %s is a link to the AGPL license with link description "http://www.gnu.org/licenses/agpl.html".
7434 #: actions/version.php:185
7435 #, php-format
7436 msgid ""
7437 "You should have received a copy of the GNU Affero General Public License "
7438 "along with this program.  If not, see %s."
7439 msgstr ""
7440
7441 #. TRANS: Header for StatusNet plugins section on the version page.
7442 #: actions/version.php:195
7443 msgid "Plugins"
7444 msgstr ""
7445
7446 #. TRANS: Column header for plugins table on version page.
7447 #: actions/version.php:202
7448 msgctxt "HEADER"
7449 msgid "Name"
7450 msgstr ""
7451
7452 #. TRANS: Column header for plugins table on version page.
7453 #: actions/version.php:204
7454 msgctxt "HEADER"
7455 msgid "Version"
7456 msgstr ""
7457
7458 #. TRANS: Column header for plugins table on version page.
7459 #: actions/version.php:206
7460 msgctxt "HEADER"
7461 msgid "Author(s)"
7462 msgstr ""
7463
7464 #. TRANS: Column header for plugins table on version page.
7465 #: actions/version.php:208
7466 msgctxt "HEADER"
7467 msgid "Description"
7468 msgstr ""
7469
7470 #. TRANS: Activity title when marking a notice as favorite.
7471 #: classes/Fave.php:112
7472 msgid "Favor"
7473 msgstr ""
7474
7475 #. TRANS: Ntofication given when a user marks a notice as favorite.
7476 #. TRANS: %1$s is a user nickname or full name, %2$s is a notice URI.
7477 #: classes/Fave.php:115
7478 #, php-format
7479 msgid "%1$s marked notice %2$s as a favorite."
7480 msgstr ""
7481
7482 #. TRANS: Server exception thrown when a URL cannot be processed.
7483 #: classes/File.php:162
7484 #, php-format
7485 msgid "Cannot process URL '%s'"
7486 msgstr ""
7487
7488 #. TRANS: Server exception thrown when... Robin thinks something is impossible!
7489 #: classes/File.php:194
7490 msgid "Robin thinks something is impossible."
7491 msgstr ""
7492
7493 #. TRANS: Message given if an upload is larger than the configured maximum.
7494 #. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file.
7495 #. TRANS: %1$s is used for plural.
7496 #: classes/File.php:210
7497 #, php-format
7498 msgid ""
7499 "No file may be larger than %1$d byte and the file you sent was %2$d bytes. "
7500 "Try to upload a smaller version."
7501 msgid_plural ""
7502 "No file may be larger than %1$d bytes and the file you sent was %2$d bytes. "
7503 "Try to upload a smaller version."
7504 msgstr[0] ""
7505 msgstr[1] ""
7506
7507 #. TRANS: Message given if an upload would exceed user quota.
7508 #. TRANS: %d (number) is the user quota in bytes and is used for plural.
7509 #: classes/File.php:223
7510 #, php-format
7511 msgid "A file this large would exceed your user quota of %d byte."
7512 msgid_plural "A file this large would exceed your user quota of %d bytes."
7513 msgstr[0] ""
7514 msgstr[1] ""
7515
7516 #. TRANS: Message given id an upload would exceed a user's monthly quota.
7517 #. TRANS: $d (number) is the monthly user quota in bytes and is used for plural.
7518 #: classes/File.php:235
7519 #, php-format
7520 msgid "A file this large would exceed your monthly quota of %d byte."
7521 msgid_plural "A file this large would exceed your monthly quota of %d bytes."
7522 msgstr[0] ""
7523 msgstr[1] ""
7524
7525 #. TRANS: Client exception thrown if a file upload does not have a valid name.
7526 #: classes/File.php:282 classes/File.php:297
7527 msgid "Invalid filename."
7528 msgstr ""
7529
7530 #. TRANS: Exception thrown providing an invalid profile ID.
7531 #. TRANS: %s is the invalid profile ID.
7532 #: classes/Group_join_queue.php:66 classes/Group_member.php:86
7533 #, php-format
7534 msgid "Profile ID %s is invalid."
7535 msgstr ""
7536
7537 #. TRANS: Exception thrown providing an invalid group ID.
7538 #. TRANS: %s is the invalid group ID.
7539 #: classes/Group_join_queue.php:79 classes/Group_member.php:99
7540 #, php-format
7541 msgid "Group ID %s is invalid."
7542 msgstr ""
7543
7544 #. TRANS: Exception thrown when joining a group fails.
7545 #: classes/Group_member.php:52
7546 msgid "Group join failed."
7547 msgstr ""
7548
7549 #. TRANS: Exception thrown when trying to leave a group the user is not a member of.
7550 #: classes/Group_member.php:65
7551 msgid "Not part of group."
7552 msgstr ""
7553
7554 #. TRANS: Exception thrown when trying to leave a group fails.
7555 #: classes/Group_member.php:73
7556 msgid "Group leave failed."
7557 msgstr ""
7558
7559 #. TRANS: Activity title.
7560 #: classes/Group_member.php:148
7561 msgid "Join"
7562 msgstr ""
7563
7564 #. TRANS: Success message for subscribe to group attempt through OStatus.
7565 #. TRANS: %1$s is the member name, %2$s is the subscribed group's name.
7566 #: classes/Group_member.php:152
7567 #, php-format
7568 msgid "%1$s has joined group %2$s."
7569 msgstr ""
7570
7571 #. TRANS: Server exception thrown when updating a local group fails.
7572 #: classes/Local_group.php:42
7573 msgid "Could not update local group."
7574 msgstr ""
7575
7576 #. TRANS: Exception thrown when trying creating a login token failed.
7577 #. TRANS: %s is the user nickname for which token creation failed.
7578 #: classes/Login_token.php:78
7579 #, php-format
7580 msgid "Could not create login token for %s"
7581 msgstr ""
7582
7583 #. TRANS: Exception thrown when database name or Data Source Name could not be found.
7584 #: classes/Memcached_DataObject.php:555
7585 msgid "No database name or DSN found anywhere."
7586 msgstr ""
7587
7588 #. TRANS: Client exception thrown when a user tries to send a direct message while being banned from sending them.
7589 #: classes/Message.php:45
7590 msgid "You are banned from sending direct messages."
7591 msgstr ""
7592
7593 #. TRANS: Message given when a message could not be stored on the server.
7594 #: classes/Message.php:69
7595 msgid "Could not insert message."
7596 msgstr ""
7597
7598 #. TRANS: Message given when a message could not be updated on the server.
7599 #: classes/Message.php:80
7600 msgid "Could not update message with new URI."
7601 msgstr ""
7602
7603 #. TRANS: Server exception thrown when a user profile for a notice cannot be found.
7604 #. TRANS: %1$d is a profile ID (number), %2$d is a notice ID (number).
7605 #: classes/Notice.php:109
7606 #, php-format
7607 msgid "No such profile (%1$d) for notice (%2$d)."
7608 msgstr ""
7609
7610 #. TRANS: Server exception. %s are the error details.
7611 #: classes/Notice.php:211
7612 #, php-format
7613 msgid "Database error inserting hashtag: %s."
7614 msgstr ""
7615
7616 #. TRANS: Client exception thrown if a notice contains too many characters.
7617 #: classes/Notice.php:294
7618 msgid "Problem saving notice. Too long."
7619 msgstr ""
7620
7621 #. TRANS: Client exception thrown when trying to save a notice for an unknown user.
7622 #: classes/Notice.php:299
7623 msgid "Problem saving notice. Unknown user."
7624 msgstr ""
7625
7626 #. TRANS: Client exception thrown when a user tries to post too many notices in a given time frame.
7627 #: classes/Notice.php:305
7628 msgid ""
7629 "Too many notices too fast; take a breather and post again in a few minutes."
7630 msgstr ""
7631
7632 #. TRANS: Client exception thrown when a user tries to post too many duplicate notices in a given time frame.
7633 #: classes/Notice.php:312
7634 msgid ""
7635 "Too many duplicate messages too quickly; take a breather and post again in a "
7636 "few minutes."
7637 msgstr ""
7638
7639 #. TRANS: Client exception thrown when a user tries to post while being banned.
7640 #: classes/Notice.php:320
7641 msgid "You are banned from posting notices on this site."
7642 msgstr ""
7643
7644 #. TRANS: Client exception thrown in notice when trying to repeat a missing or deleted notice.
7645 #: classes/Notice.php:367
7646 msgid "Cannot repeat; original notice is missing or deleted."
7647 msgstr ""
7648
7649 #. TRANS: Client error displayed when trying to repeat an own notice.
7650 #: classes/Notice.php:372
7651 msgid "You cannot repeat your own notice."
7652 msgstr ""
7653
7654 #. TRANS: Client error displayed when trying to repeat a non-public notice.
7655 #: classes/Notice.php:378
7656 msgid "Cannot repeat a private notice."
7657 msgstr ""
7658
7659 #. TRANS: Client error displayed when trying to repeat a notice you cannot access.
7660 #: classes/Notice.php:384
7661 msgid "Cannot repeat a notice you cannot read."
7662 msgstr ""
7663
7664 #. TRANS: Client error displayed when trying to repeat an already repeated notice.
7665 #: classes/Notice.php:389
7666 msgid "You already repeated that notice."
7667 msgstr ""
7668
7669 #. TRANS: Client error displayed when trying to reply to a notice a the target has no access to.
7670 #. TRANS: %1$s is a user nickname, %2$d is a notice ID (number).
7671 #: classes/Notice.php:401
7672 #, php-format
7673 msgid "%1$s has no access to notice %2$d."
7674 msgstr ""
7675
7676 #. TRANS: Server exception thrown when a notice cannot be saved.
7677 #. TRANS: Server exception thrown when a notice cannot be updated.
7678 #: classes/Notice.php:490 classes/Notice.php:517
7679 msgid "Problem saving notice."
7680 msgstr ""
7681
7682 #. TRANS: Server exception thrown when no array is provided to the method saveKnownGroups().
7683 #: classes/Notice.php:1098
7684 msgid "Bad type provided to saveKnownGroups."
7685 msgstr ""
7686
7687 #. TRANS: Server exception thrown when an update for a group inbox fails.
7688 #: classes/Notice.php:1190
7689 msgid "Problem saving group inbox."
7690 msgstr ""
7691
7692 #. TRANS: Message used to repeat a notice. RT is the abbreviation of 'retweet'.
7693 #. TRANS: %1$s is the repeated user's name, %2$s is the repeated notice.
7694 #: classes/Notice.php:1824
7695 #, php-format
7696 msgid "RT @%1$s %2$s"
7697 msgstr ""
7698
7699 #. TRANS: Full name of a profile or group (%1$s) followed by nickname (%2$s) in parentheses.
7700 #. TRANS: Full name of a profile or group followed by nickname in parens
7701 #: classes/Profile.php:186 classes/User_group.php:247
7702 #, php-format
7703 msgctxt "FANCYNAME"
7704 msgid "%1$s (%2$s)"
7705 msgstr ""
7706
7707 #. TRANS: Exception thrown when trying to revoke an existing role for a user that does not exist.
7708 #. TRANS: %1$s is the role name, %2$s is the user ID (number).
7709 #: classes/Profile.php:1005
7710 #, php-format
7711 msgid "Cannot revoke role \"%1$s\" for user #%2$d; does not exist."
7712 msgstr ""
7713
7714 #. TRANS: Exception thrown when trying to revoke a role for a user with a failing database query.
7715 #. TRANS: %1$s is the role name, %2$s is the user ID (number).
7716 #: classes/Profile.php:1014
7717 #, php-format
7718 msgid "Cannot revoke role \"%1$s\" for user #%2$d; database error."
7719 msgstr ""
7720
7721 #. TRANS: Server exception.
7722 #: classes/Profile_list.php:358
7723 msgid "The tag you are trying to rename to already exists."
7724 msgstr ""
7725
7726 #. TRANS: Server exception saving new tag without having a tagger specified.
7727 #: classes/Profile_list.php:593
7728 msgid "No tagger specified."
7729 msgstr ""
7730
7731 #. TRANS: Server exception saving new tag without having a tag specified.
7732 #: classes/Profile_list.php:598
7733 msgid "No tag specified."
7734 msgstr ""
7735
7736 #. TRANS: Server exception saving new tag.
7737 #: classes/Profile_list.php:636
7738 msgid "Could not create profile tag."
7739 msgstr ""
7740
7741 #. TRANS: Server exception saving new tag.
7742 #: classes/Profile_list.php:646
7743 msgid "Could not set profile tag URI."
7744 msgstr ""
7745
7746 #. TRANS: Server exception saving new tag.
7747 #: classes/Profile_list.php:663
7748 msgid "Could not set profile tag mainpage."
7749 msgstr ""
7750
7751 #. TRANS: Client exception thrown trying to set more tags than allowed.
7752 #: classes/Profile_tag.php:157
7753 #, php-format
7754 msgid ""
7755 "You already have created %d or more tags which is the maximum allowed number "
7756 "of tags. Try using or deleting some existing tags."
7757 msgstr ""
7758
7759 #. TRANS: Client exception thrown when trying to add more people than allowed to a list.
7760 #: classes/Profile_tag.php:171
7761 #, php-format
7762 msgid ""
7763 "You already have %1$d or more people in list %2$s, which is the maximum "
7764 "allowed number.Try unlisting others first."
7765 msgstr ""
7766
7767 #. TRANS: Exception thrown when inserting a list subscription in the database fails.
7768 #: classes/Profile_tag_subscription.php:54
7769 msgid "Adding list subscription failed."
7770 msgstr ""
7771
7772 #. TRANS: Exception thrown when deleting a list subscription from the database fails.
7773 #: classes/Profile_tag_subscription.php:81
7774 msgid "Removing list subscription failed."
7775 msgstr ""
7776
7777 #. TRANS: Exception thrown when a right for a non-existing user profile is checked.
7778 #: classes/Remote_profile.php:54
7779 msgid "Missing profile."
7780 msgstr ""
7781
7782 #. TRANS: Exception thrown when a tag cannot be saved.
7783 #: classes/Status_network.php:341
7784 msgid "Unable to save tag."
7785 msgstr ""
7786
7787 #. TRANS: Exception thrown when trying to subscribe while being banned from subscribing.
7788 #. TRANS: Error message displayed to a banned user when they try to subscribe.
7789 #: classes/Subscription.php:79 lib/oauthstore.php:483
7790 msgid "You have been banned from subscribing."
7791 msgstr ""
7792
7793 #. TRANS: Exception thrown when trying to subscribe while already subscribed.
7794 #: classes/Subscription.php:84
7795 msgid "Already subscribed!"
7796 msgstr ""
7797
7798 #. TRANS: Exception thrown when trying to subscribe to a user who has blocked the subscribing user.
7799 #: classes/Subscription.php:89
7800 msgid "User has blocked you."
7801 msgstr ""
7802
7803 #. TRANS: Exception thrown when trying to unsibscribe without a subscription.
7804 #: classes/Subscription.php:182
7805 msgid "Not subscribed!"
7806 msgstr ""
7807
7808 #. TRANS: Exception thrown when trying to unsubscribe a user from themselves.
7809 #: classes/Subscription.php:189
7810 msgid "Could not delete self-subscription."
7811 msgstr ""
7812
7813 #. TRANS: Exception thrown when the OMB token for a subscription could not deleted on the server.
7814 #: classes/Subscription.php:217
7815 msgid "Could not delete subscription OMB token."
7816 msgstr ""
7817
7818 #. TRANS: Exception thrown when a subscription could not be deleted on the server.
7819 #: classes/Subscription.php:229
7820 msgid "Could not delete subscription."
7821 msgstr ""
7822
7823 #. TRANS: Activity title when subscribing to another person.
7824 #: classes/Subscription.php:271
7825 msgctxt "TITLE"
7826 msgid "Follow"
7827 msgstr ""
7828
7829 #. TRANS: Notification given when one person starts following another.
7830 #. TRANS: %1$s is the subscriber, %2$s is the subscribed.
7831 #: classes/Subscription.php:274
7832 #, php-format
7833 msgid "%1$s is now following %2$s."
7834 msgstr ""
7835
7836 #. TRANS: Notice given on user registration.
7837 #. TRANS: %1$s is the sitename, $2$s is the registering user's nickname.
7838 #: classes/User.php:414
7839 #, php-format
7840 msgid "Welcome to %1$s, @%2$s!"
7841 msgstr ""
7842
7843 #. TRANS: Exception thrown when trying view "repeated to me".
7844 #: classes/User.php:813
7845 msgid "Not implemented since inbox change."
7846 msgstr ""
7847
7848 #. TRANS: Server exception.
7849 #: classes/User.php:899
7850 msgid "No single user defined for single-user mode."
7851 msgstr ""
7852
7853 #. TRANS: Server exception.
7854 #: classes/User.php:903
7855 msgid "Single-user mode code called when not enabled."
7856 msgstr ""
7857
7858 #. TRANS: Information on password recovery form if no known username or e-mail address was specified.
7859 #: classes/User.php:1037
7860 msgid "No user with that email address or username."
7861 msgstr ""
7862
7863 #. TRANS: Client error displayed on password recovery form if a user does not have a registered e-mail address.
7864 #: classes/User.php:1055
7865 msgid "No registered email address for that user."
7866 msgstr ""
7867
7868 #. TRANS: Server error displayed if e-mail address confirmation fails in the database on the password recovery form.
7869 #: classes/User.php:1070
7870 msgid "Error saving address confirmation."
7871 msgstr ""
7872
7873 #. TRANS: Server exception thrown when creating a group failed.
7874 #: classes/User_group.php:534
7875 msgid "Could not create group."
7876 msgstr ""
7877
7878 #. TRANS: Server exception thrown when updating a group URI failed.
7879 #: classes/User_group.php:544
7880 msgid "Could not set group URI."
7881 msgstr ""
7882
7883 #. TRANS: Server exception thrown when setting group membership failed.
7884 #: classes/User_group.php:567
7885 msgid "Could not set group membership."
7886 msgstr ""
7887
7888 #. TRANS: Server exception thrown when saving local group information failed.
7889 #: classes/User_group.php:584
7890 msgid "Could not save local group info."
7891 msgstr ""
7892
7893 #. TRANS: Exception thrown when an account could not be located when it should be moved.
7894 #. TRANS: %s is the remote site.
7895 #: lib/accountmover.php:65
7896 #, php-format
7897 msgid "Cannot locate account %s."
7898 msgstr ""
7899
7900 #. TRANS: Exception thrown when a service document could not be located account move.
7901 #. TRANS: %s is the remote site.
7902 #: lib/accountmover.php:106
7903 #, php-format
7904 msgid "Cannot find XRD for %s."
7905 msgstr ""
7906
7907 #. TRANS: Exception thrown when an account could not be located when it should be moved.
7908 #. TRANS: %s is the remote site.
7909 #: lib/accountmover.php:131
7910 #, php-format
7911 msgid "No AtomPub API service for %s."
7912 msgstr ""
7913
7914 #. TRANS: H2 for user actions in a profile.
7915 #. TRANS: H2 for entity actions in a profile.
7916 #: lib/accountprofileblock.php:120 lib/accountprofileblock.php:135
7917 msgid "User actions"
7918 msgstr ""
7919
7920 #. TRANS: Text shown in user profile of not yet compeltely deleted users.
7921 #: lib/accountprofileblock.php:124
7922 msgid "User deletion in progress..."
7923 msgstr ""
7924
7925 #. TRANS: Link title for link on user profile.
7926 #: lib/accountprofileblock.php:151
7927 msgid "Edit profile settings."
7928 msgstr ""
7929
7930 #. TRANS: Link text for link on user profile.
7931 #: lib/accountprofileblock.php:153
7932 msgctxt "BUTTON"
7933 msgid "Edit"
7934 msgstr ""
7935
7936 #. TRANS: Link title for link on user profile.
7937 #: lib/accountprofileblock.php:180
7938 msgid "Send a direct message to this user."
7939 msgstr ""
7940
7941 #. TRANS: Link text for link on user profile.
7942 #: lib/accountprofileblock.php:182
7943 msgctxt "BUTTON"
7944 msgid "Message"
7945 msgstr ""
7946
7947 #. TRANS: Label text on user profile to select a user role.
7948 #: lib/accountprofileblock.php:224
7949 msgid "Moderate"
7950 msgstr ""
7951
7952 #. TRANS: Label text on user profile to select a user role.
7953 #: lib/accountprofileblock.php:263
7954 msgid "User role"
7955 msgstr ""
7956
7957 #. TRANS: Role that can be set for a user profile.
7958 #: lib/accountprofileblock.php:266
7959 msgctxt "role"
7960 msgid "Administrator"
7961 msgstr ""
7962
7963 #. TRANS: Role that can be set for a user profile.
7964 #: lib/accountprofileblock.php:268
7965 msgctxt "role"
7966 msgid "Moderator"
7967 msgstr ""
7968
7969 #. TRANS: Page title. %1$s is the title, %2$s is the site name.
7970 #: lib/action.php:168
7971 #, php-format
7972 msgid "%1$s - %2$s"
7973 msgstr ""
7974
7975 #. TRANS: Page title for a page without a title set.
7976 #: lib/action.php:184
7977 msgid "Untitled page"
7978 msgstr ""
7979
7980 #. TRANS: Localized tooltip for '...' expansion button on overlong remote messages.
7981 #: lib/action.php:352
7982 msgctxt "TOOLTIP"
7983 msgid "Show more"
7984 msgstr ""
7985
7986 #. TRANS: Inline reply form submit button: submits a reply comment.
7987 #: lib/action.php:355
7988 msgctxt "BUTTON"
7989 msgid "Reply"
7990 msgstr ""
7991
7992 #. TRANS: Placeholder text for inline reply form. Clicking in this box will turn it into a mini notice form.
7993 #. TRANS: Field label for reply mini form.
7994 #: lib/action.php:358 lib/threadednoticelist.php:396
7995 msgid "Write a reply..."
7996 msgstr ""
7997
7998 #. TRANS: Tab on the notice form.
7999 #: lib/action.php:608
8000 msgctxt "TAB"
8001 msgid "Status"
8002 msgstr ""
8003
8004 #. TRANS: First sentence of the StatusNet site license. Used if 'broughtby' is set.
8005 #. TRANS: Text between [] is a link description, text between () is the link itself.
8006 #. TRANS: Make sure there is no whitespace between "]" and "(".
8007 #. TRANS: "%%site.broughtby%%" is the value of the variable site.broughtby
8008 #: lib/action.php:984
8009 #, php-format
8010 msgid ""
8011 "**%%site.name%%** is a microblogging service brought to you by [%%site."
8012 "broughtby%%](%%site.broughtbyurl%%)."
8013 msgstr ""
8014
8015 #. TRANS: First sentence of the StatusNet site license. Used if 'broughtby' is not set.
8016 #: lib/action.php:987
8017 #, php-format
8018 msgid "**%%site.name%%** is a microblogging service."
8019 msgstr ""
8020
8021 #. TRANS: Second sentence of the StatusNet site license. Mentions the StatusNet source code license.
8022 #. TRANS: Make sure there is no whitespace between "]" and "(".
8023 #. TRANS: Text between [] is a link description, text between () is the link itself.
8024 #. TRANS: %s is the version of StatusNet that is being used.
8025 #: lib/action.php:994
8026 #, php-format
8027 msgid ""
8028 "It runs the [StatusNet](http://status.net/) microblogging software, version %"
8029 "s, available under the [GNU Affero General Public License](http://www.fsf."
8030 "org/licensing/licenses/agpl-3.0.html)."
8031 msgstr ""
8032
8033 #. TRANS: Content license displayed when license is set to 'private'.
8034 #. TRANS: %1$s is the site name.
8035 #: lib/action.php:1012
8036 #, php-format
8037 msgid "Content and data of %1$s are private and confidential."
8038 msgstr ""
8039
8040 #. TRANS: Content license displayed when license is set to 'allrightsreserved'.
8041 #. TRANS: %1$s is the copyright owner.
8042 #: lib/action.php:1019
8043 #, php-format
8044 msgid "Content and data copyright by %1$s. All rights reserved."
8045 msgstr ""
8046
8047 #. TRANS: Content license displayed when license is set to 'allrightsreserved' and no owner is set.
8048 #: lib/action.php:1023
8049 msgid "Content and data copyright by contributors. All rights reserved."
8050 msgstr ""
8051
8052 #. TRANS: license message in footer.
8053 #. TRANS: %1$s is the site name, %2$s is a link to the license URL, with a licence name set in configuration.
8054 #: lib/action.php:1055
8055 #, php-format
8056 msgid "All %1$s content and data are available under the %2$s license."
8057 msgstr ""
8058
8059 #. TRANS: Pagination message to go to a page displaying information more in the
8060 #. TRANS: present than the currently displayed information.
8061 #: lib/action.php:1404
8062 msgid "After"
8063 msgstr ""
8064
8065 #. TRANS: Pagination message to go to a page displaying information more in the
8066 #. TRANS: past than the currently displayed information.
8067 #: lib/action.php:1414
8068 msgid "Before"
8069 msgstr ""
8070
8071 #. TRANS: Client exception thrown when a feed instance is a DOMDocument.
8072 #: lib/activity.php:125
8073 msgid "Expecting a root feed element but got a whole XML document."
8074 msgstr ""
8075
8076 #. TRANS: Client exception thrown when using an unknown verb for the activity importer.
8077 #: lib/activityimporter.php:81
8078 #, php-format
8079 msgid "Unknown verb: \"%s\"."
8080 msgstr ""
8081
8082 #. TRANS: Client exception thrown when trying to force a subscription for an untrusted user.
8083 #: lib/activityimporter.php:101
8084 msgid "Cannot force subscription for untrusted user."
8085 msgstr ""
8086
8087 #. TRANS: Client exception thrown when trying to force a remote user to subscribe.
8088 #: lib/activityimporter.php:111
8089 msgid "Cannot force remote user to subscribe."
8090 msgstr ""
8091
8092 #. TRANS: Client exception thrown when trying to subscribe to an unknown profile.
8093 #: lib/activityimporter.php:126
8094 msgid "Unknown profile."
8095 msgstr ""
8096
8097 #. TRANS: Client exception thrown when trying to import an event not related to the importing user.
8098 #: lib/activityimporter.php:132
8099 msgid "This activity seems unrelated to our user."
8100 msgstr ""
8101
8102 #. TRANS: Client exception thrown when trying to join a remote group that is not a group.
8103 #: lib/activityimporter.php:148
8104 msgid "Remote profile is not a group!"
8105 msgstr ""
8106
8107 #. TRANS: Client exception thrown when trying to join a group the importing user is already a member of.
8108 #: lib/activityimporter.php:157
8109 msgid "User is already a member of this group."
8110 msgstr ""
8111
8112 #. TRANS: Client exception thrown when trying to import a notice by another user.
8113 #. TRANS: %1$s is the source URI of the notice, %2$s is the URI of the author.
8114 #: lib/activityimporter.php:192
8115 #, php-format
8116 msgid "Already know about notice %1$s and  it has a different author %2$s."
8117 msgstr ""
8118
8119 #. TRANS: Client exception thrown when trying to overwrite the author information for a non-trusted user during import.
8120 #: lib/activityimporter.php:198
8121 msgid "Not overwriting author info for non-trusted user."
8122 msgstr ""
8123
8124 #. TRANS: Client exception thrown when trying to import a notice without content.
8125 #. TRANS: %s is the notice URI.
8126 #: lib/activityimporter.php:214
8127 #, php-format
8128 msgid "No content for notice %s."
8129 msgstr ""
8130
8131 #. TRANS: Exception thrown if a non-existing user is provided. %s is a user ID.
8132 #: lib/activitymover.php:85
8133 #, php-format
8134 msgid "No such user \"%s\"."
8135 msgstr ""
8136
8137 #. TRANS: Client exception thrown when post to collection fails with a 400 status.
8138 #. TRANS: %1$s is a URL, %2$s is the status, %s$s is the fail reason.
8139 #. TRANS: Server exception thrown when post to collection fails with a 500 status.
8140 #. TRANS: %1$s is a URL, %2$s is the status, %s$s is the fail reason.
8141 #. TRANS: Exception thrown when post to collection fails with a status that is not handled.
8142 #. TRANS: %1$s is a URL, %2$s is the status, %s$s is the fail reason.
8143 #: lib/activitysink.php:163 lib/activitysink.php:167 lib/activitysink.php:172
8144 #, php-format
8145 msgctxt "URLSTATUSREASON"
8146 msgid "%1$s %2$s %3$s"
8147 msgstr ""
8148
8149 #. TRANS: Client exception thrown when there is no source attribute.
8150 #: lib/activityutils.php:201
8151 msgid "Can't handle remote content yet."
8152 msgstr ""
8153
8154 #. TRANS: Client exception thrown when there embedded XML content is found that cannot be processed yet.
8155 #: lib/activityutils.php:238
8156 msgid "Can't handle embedded XML content yet."
8157 msgstr ""
8158
8159 #. TRANS: Client exception thrown when base64 encoded content is found that cannot be processed yet.
8160 #: lib/activityutils.php:243
8161 msgid "Can't handle embedded Base64 content yet."
8162 msgstr ""
8163
8164 #. TRANS: Client error message thrown when a user tries to change admin settings but has no access rights.
8165 #: lib/adminpanelaction.php:96
8166 msgid "You cannot make changes to this site."
8167 msgstr ""
8168
8169 #. TRANS: Client error message throw when a certain panel's settings cannot be changed.
8170 #: lib/adminpanelaction.php:108
8171 msgid "Changes to that panel are not allowed."
8172 msgstr ""
8173
8174 #. TRANS: Client error message.
8175 #: lib/adminpanelaction.php:222
8176 msgid "showForm() not implemented."
8177 msgstr ""
8178
8179 #. TRANS: Client error message
8180 #: lib/adminpanelaction.php:250
8181 msgid "saveSettings() not implemented."
8182 msgstr ""
8183
8184 #. TRANS: Header in administrator navigation panel.
8185 #. TRANS: Header in settings navigation panel.
8186 #: lib/adminpanelnav.php:66 lib/settingsnav.php:66
8187 msgctxt "HEADER"
8188 msgid "Home"
8189 msgstr ""
8190
8191 #. TRANS: Menu item in administrator navigation panel.
8192 #. TRANS: Menu item in default local navigation panel.
8193 #. TRANS: Menu item in personal group navigation menu.
8194 #. TRANS: Menu item in settings navigation panel.
8195 #: lib/adminpanelnav.php:71 lib/defaultlocalnav.php:60
8196 #: lib/personalgroupnav.php:74 lib/settingsnav.php:71
8197 msgctxt "MENU"
8198 msgid "Home"
8199 msgstr ""
8200
8201 #. TRANS: Header in administrator navigation panel.
8202 #: lib/adminpanelnav.php:84
8203 msgctxt "HEADER"
8204 msgid "Admin"
8205 msgstr ""
8206
8207 #. TRANS: Menu item title in administrator navigation panel.
8208 #: lib/adminpanelnav.php:91
8209 msgid "Basic site configuration"
8210 msgstr ""
8211
8212 #. TRANS: Menu item in administrator navigation panel.
8213 #: lib/adminpanelnav.php:93
8214 msgctxt "MENU"
8215 msgid "Site"
8216 msgstr ""
8217
8218 #. TRANS: Menu item title in administrator navigation panel.
8219 #: lib/adminpanelnav.php:99
8220 msgid "User configuration"
8221 msgstr ""
8222
8223 #. TRANS: Menu item in administrator navigation panel.
8224 #: lib/adminpanelnav.php:101
8225 msgctxt "MENU"
8226 msgid "User"
8227 msgstr ""
8228
8229 #. TRANS: Menu item title in administrator navigation panel.
8230 #: lib/adminpanelnav.php:107
8231 msgid "Access configuration"
8232 msgstr ""
8233
8234 #. TRANS: Menu item in administrator navigation panel.
8235 #: lib/adminpanelnav.php:109
8236 msgctxt "MENU"
8237 msgid "Access"
8238 msgstr ""
8239
8240 #. TRANS: Menu item title in administrator navigation panel.
8241 #: lib/adminpanelnav.php:115
8242 msgid "Paths configuration"
8243 msgstr ""
8244
8245 #. TRANS: Menu item in administrator navigation panel.
8246 #: lib/adminpanelnav.php:117
8247 msgctxt "MENU"
8248 msgid "Paths"
8249 msgstr ""
8250
8251 #. TRANS: Menu item title in administrator navigation panel.
8252 #: lib/adminpanelnav.php:123
8253 msgid "Sessions configuration"
8254 msgstr ""
8255
8256 #. TRANS: Menu item in administrator navigation panel.
8257 #: lib/adminpanelnav.php:125
8258 msgctxt "MENU"
8259 msgid "Sessions"
8260 msgstr ""
8261
8262 #. TRANS: Menu item title in administrator navigation panel.
8263 #: lib/adminpanelnav.php:131
8264 msgid "Edit site notice"
8265 msgstr ""
8266
8267 #. TRANS: Menu item in administrator navigation panel.
8268 #: lib/adminpanelnav.php:133
8269 msgctxt "MENU"
8270 msgid "Site notice"
8271 msgstr ""
8272
8273 #. TRANS: Menu item title in administrator navigation panel.
8274 #: lib/adminpanelnav.php:139
8275 msgid "Snapshots configuration"
8276 msgstr ""
8277
8278 #. TRANS: Menu item in administrator navigation panel.
8279 #: lib/adminpanelnav.php:141
8280 msgctxt "MENU"
8281 msgid "Snapshots"
8282 msgstr ""
8283
8284 #. TRANS: Menu item title in administrator navigation panel.
8285 #: lib/adminpanelnav.php:147
8286 msgid "Set site license"
8287 msgstr ""
8288
8289 #. TRANS: Menu item in administrator navigation panel.
8290 #: lib/adminpanelnav.php:149
8291 msgctxt "MENU"
8292 msgid "License"
8293 msgstr ""
8294
8295 #. TRANS: Menu item title in administrator navigation panel.
8296 #: lib/adminpanelnav.php:155
8297 msgid "Plugins configuration"
8298 msgstr ""
8299
8300 #. TRANS: Menu item in administrator navigation panel.
8301 #: lib/adminpanelnav.php:157
8302 msgctxt "MENU"
8303 msgid "Plugins"
8304 msgstr ""
8305
8306 #. TRANS: Client error 401.
8307 #: lib/apiauth.php:111
8308 msgid "API resource requires read-write access, but you only have read access."
8309 msgstr ""
8310
8311 #. TRANS: OAuth exception thrown when no application is found for a given consumer key.
8312 #: lib/apiauth.php:177
8313 msgid "No application for that consumer key."
8314 msgstr ""
8315
8316 #. TRANS: Authorization exception thrown when a user without API access tries to access the API.
8317 #: lib/apiauth.php:203 lib/apiauth.php:291
8318 msgid "Not allowed to use API."
8319 msgstr ""
8320
8321 #. TRANS: OAuth exception given when an incorrect access token was given for a user.
8322 #: lib/apiauth.php:231
8323 msgid "Bad access token."
8324 msgstr ""
8325
8326 #. TRANS: OAuth exception given when no user was found for a given token (no token was found).
8327 #: lib/apiauth.php:236
8328 msgid "No user for that token."
8329 msgstr ""
8330
8331 #. TRANS: Client error thrown when authentication fails becaus a user clicked "Cancel".
8332 #. TRANS: Client error thrown when authentication fails.
8333 #: lib/apiauth.php:278 lib/apiauth.php:309
8334 msgid "Could not authenticate you."
8335 msgstr ""
8336
8337 #. TRANS: Server error displayed when trying to create an anynymous OAuth consumer.
8338 #: lib/apioauthstore.php:46
8339 msgid "Could not create anonymous consumer."
8340 msgstr ""
8341
8342 #. TRANS: Server error displayed when trying to create an anynymous OAuth application.
8343 #: lib/apioauthstore.php:70
8344 msgid "Could not create anonymous OAuth application."
8345 msgstr ""
8346
8347 #. TRANS: Exception thrown when no token association could be found.
8348 #: lib/apioauthstore.php:152
8349 msgid ""
8350 "Could not find a profile and application associated with the request token."
8351 msgstr ""
8352
8353 #. TRANS: Exception thrown when no access token can be issued.
8354 #: lib/apioauthstore.php:210
8355 msgid "Could not issue access token."
8356 msgstr ""
8357
8358 #. TRANS: Exception thrown when a database error occurs.
8359 #: lib/apioauthstore.php:318
8360 msgid "Database error inserting OAuth application user."
8361 msgstr ""
8362
8363 #. TRANS: Exception thrown when a database error occurs.
8364 #: lib/apioauthstore.php:346
8365 msgid "Database error updating OAuth application user."
8366 msgstr ""
8367
8368 #. TRANS: Exception thrown when an attempt is made to revoke an unknown token.
8369 #: lib/apioauthstore.php:372
8370 msgid "Tried to revoke unknown token."
8371 msgstr ""
8372
8373 #. TRANS: Exception thrown when an attempt is made to remove a revoked token.
8374 #: lib/apioauthstore.php:377
8375 msgid "Failed to delete revoked token."
8376 msgstr ""
8377
8378 #. TRANS: Form input field label for application icon.
8379 #: lib/applicationeditform.php:177
8380 msgid "Icon"
8381 msgstr ""
8382
8383 #. TRANS: Form guide.
8384 #: lib/applicationeditform.php:182
8385 msgid "Icon for this application"
8386 msgstr ""
8387
8388 #. TRANS: Form input field label for application name.
8389 #: lib/applicationeditform.php:190
8390 msgid "Name"
8391 msgstr ""
8392
8393 #. TRANS: Form input field instructions.
8394 #. TRANS: %d is the number of available characters for the description.
8395 #: lib/applicationeditform.php:201
8396 #, php-format
8397 msgid "Describe your application in %d character"
8398 msgid_plural "Describe your application in %d characters"
8399 msgstr[0] ""
8400 msgstr[1] ""
8401
8402 #. TRANS: Form input field instructions.
8403 #: lib/applicationeditform.php:205
8404 msgid "Describe your application"
8405 msgstr ""
8406
8407 #. TRANS: Form input field label.
8408 #. TRANS: Text area label on group edit form; contains description of group.
8409 #. TRANS: Field label for description of list.
8410 #. TRANS: Dropdown option for searching in profiles.
8411 #: lib/applicationeditform.php:208 lib/groupeditform.php:178
8412 #: lib/peopletageditform.php:151 lib/togglepeopletag.php:111
8413 msgid "Description"
8414 msgstr ""
8415
8416 #. TRANS: Form input field instructions.
8417 #: lib/applicationeditform.php:216
8418 msgid "URL of the homepage of this application"
8419 msgstr ""
8420
8421 #. TRANS: Form input field label.
8422 #: lib/applicationeditform.php:218
8423 msgid "Source URL"
8424 msgstr ""
8425
8426 #. TRANS: Form input field instructions.
8427 #: lib/applicationeditform.php:225
8428 msgid "Organization responsible for this application"
8429 msgstr ""
8430
8431 #. TRANS: Form input field label.
8432 #: lib/applicationeditform.php:227
8433 msgid "Organization"
8434 msgstr ""
8435
8436 #. TRANS: Form input field instructions.
8437 #: lib/applicationeditform.php:234
8438 msgid "URL for the homepage of the organization"
8439 msgstr ""
8440
8441 #. TRANS: Form input field instructions.
8442 #: lib/applicationeditform.php:243
8443 msgid "URL to redirect to after authentication"
8444 msgstr ""
8445
8446 #. TRANS: Radio button label for application type
8447 #: lib/applicationeditform.php:271
8448 msgid "Browser"
8449 msgstr ""
8450
8451 #. TRANS: Radio button label for application type
8452 #: lib/applicationeditform.php:288
8453 msgid "Desktop"
8454 msgstr ""
8455
8456 #. TRANS: Form guide.
8457 #: lib/applicationeditform.php:290
8458 msgid "Type of application, browser or desktop"
8459 msgstr ""
8460
8461 #. TRANS: Radio button label for access type.
8462 #: lib/applicationeditform.php:314
8463 msgid "Read-only"
8464 msgstr ""
8465
8466 #. TRANS: Radio button label for access type.
8467 #: lib/applicationeditform.php:334
8468 msgid "Read-write"
8469 msgstr ""
8470
8471 #. TRANS: Form guide.
8472 #: lib/applicationeditform.php:336
8473 msgid "Default access for this application: read-only, or read-write"
8474 msgstr ""
8475
8476 #. TRANS: Submit button title.
8477 #: lib/applicationeditform.php:353
8478 msgid "Cancel"
8479 msgstr ""
8480
8481 #. TRANS: Submit button title.
8482 #. TRANS: Button text to save a list.
8483 #: lib/applicationeditform.php:357 lib/peopletageditform.php:168
8484 msgid "Save"
8485 msgstr ""
8486
8487 #. TRANS: Name for an anonymous application in application list.
8488 #: lib/applicationlist.php:241
8489 msgid "Unknown application"
8490 msgstr ""
8491
8492 #. TRANS: Message has a leading space and a trailing space. Used in application list.
8493 #. TRANS: Before this message the application name is put, behind it the organisation that manages it.
8494 #: lib/applicationlist.php:250
8495 msgid " by "
8496 msgstr ""
8497
8498 #. TRANS: Application access type
8499 #: lib/applicationlist.php:263
8500 msgid "read-write"
8501 msgstr ""
8502
8503 #. TRANS: Application access type
8504 #: lib/applicationlist.php:265
8505 msgid "read-only"
8506 msgstr ""
8507
8508 #. TRANS: Used in application list. %1$s is a modified date, %2$s is access type ("read-write" or "read-only")
8509 #: lib/applicationlist.php:271
8510 #, php-format
8511 msgid "Approved %1$s - \"%2$s\" access."
8512 msgstr ""
8513
8514 #. TRANS: Access token in the application list.
8515 #. TRANS: %s are the first 7 characters of the access token.
8516 #: lib/applicationlist.php:286
8517 #, php-format
8518 msgid "Access token starting with: %s"
8519 msgstr ""
8520
8521 #. TRANS: Button label in application list to revoke access to user data.
8522 #: lib/applicationlist.php:302
8523 msgctxt "BUTTON"
8524 msgid "Revoke"
8525 msgstr ""
8526
8527 #. TRANS: Atom feed exception thrown when an author element does not contain a name element.
8528 #: lib/atom10feed.php:113
8529 msgid "Author element must contain a name element."
8530 msgstr ""
8531
8532 #. TRANS: Server exception thrown when using the method setActivitySubject() in the class Atom10Feed.
8533 #: lib/atom10feed.php:160
8534 msgid "Do not use this method!"
8535 msgstr ""
8536
8537 #. TRANS: Title in atom list notice feed. %1$s is a list name, %2$s is a tagger's nickname.
8538 #: lib/atomlistnoticefeed.php:65
8539 #, php-format
8540 msgid "Timeline for people in list %1$s by %2$s"
8541 msgstr ""
8542
8543 #. TRANS: Message is used as a subtitle in atom list notice feed.
8544 #. TRANS: %1$s is a tagger's nickname, %2$s is a list name, %3$s is a site name.
8545 #: lib/atomlistnoticefeed.php:72
8546 #, php-format
8547 msgid "Updates from %1$s's list %2$s on %3$s!"
8548 msgstr ""
8549
8550 #. TRANS: Title.
8551 #: lib/attachmentnoticesection.php:67
8552 msgid "Notices where this attachment appears"
8553 msgstr ""
8554
8555 #. TRANS: Title.
8556 #: lib/attachmenttagcloudsection.php:48
8557 msgid "Tags for this attachment"
8558 msgstr ""
8559
8560 #. TRANS: Exception thrown when a password change fails.
8561 #: lib/authenticationplugin.php:221 lib/authenticationplugin.php:227
8562 msgid "Password changing failed."
8563 msgstr ""
8564
8565 #. TRANS: Exception thrown when a password change attempt fails because it is not allowed.
8566 #: lib/authenticationplugin.php:238
8567 msgid "Password changing is not allowed."
8568 msgstr ""
8569
8570 #. TRANS: Title for the form to block a user.
8571 #: lib/blockform.php:68
8572 msgid "Block"
8573 msgstr ""
8574
8575 #. TRANS: Description of the form to block a user.
8576 #: lib/blockform.php:79
8577 msgid "Block this user"
8578 msgstr ""
8579
8580 #. TRANS: Submit button text on form to cancel group join request.
8581 #: lib/cancelgroupform.php:115
8582 msgctxt "BUTTON"
8583 msgid "Cancel join request"
8584 msgstr ""
8585
8586 #. TRANS: Button text for form action to cancel a subscription request.
8587 #: lib/cancelsubscriptionform.php:122
8588 msgctxt "BUTTON"
8589 msgid "Cancel subscription request"
8590 msgstr ""
8591
8592 #. TRANS: Title for command results.
8593 #: lib/channel.php:104 lib/channel.php:125
8594 msgid "Command results"
8595 msgstr ""
8596
8597 #. TRANS: Title for command results.
8598 #: lib/channel.php:138
8599 msgid "AJAX error"
8600 msgstr ""
8601
8602 #. TRANS: E-mail subject when a command has completed.
8603 #. TRANS: E-mail subject for reply to an e-mail command.
8604 #: lib/channel.php:177 lib/mailhandler.php:147
8605 msgid "Command complete"
8606 msgstr ""
8607
8608 #. TRANS: E-mail subject when a command has failed.
8609 #: lib/channel.php:188
8610 msgid "Command failed"
8611 msgstr ""
8612
8613 #. TRANS: Command exception text shown when a notice ID is requested that does not exist.
8614 #: lib/command.php:82 lib/command.php:106
8615 msgid "Notice with that id does not exist."
8616 msgstr ""
8617
8618 #. TRANS: Command exception text shown when a last user notice is requested and it does not exist.
8619 #. TRANS: Error text shown when a last user notice is requested and it does not exist.
8620 #: lib/command.php:99 lib/command.php:743
8621 msgid "User has no last notice."
8622 msgstr ""
8623
8624 #. TRANS: Message given requesting a profile for a non-existing user.
8625 #. TRANS: %s is the nickname of the user for which the profile could not be found.
8626 #: lib/command.php:128
8627 #, php-format
8628 msgid "Could not find a user with nickname %s."
8629 msgstr ""
8630
8631 #. TRANS: Message given getting a non-existing user.
8632 #. TRANS: %s is the nickname of the user that could not be found.
8633 #: lib/command.php:148
8634 #, php-format
8635 msgid "Could not find a local user with nickname %s."
8636 msgstr ""
8637
8638 #. TRANS: Error text shown when an unimplemented command is given.
8639 #: lib/command.php:183
8640 msgid "Sorry, this command is not yet implemented."
8641 msgstr ""
8642
8643 #. TRANS: Command exception text shown when a user tries to nudge themselves.
8644 #: lib/command.php:229
8645 msgid "It does not make a lot of sense to nudge yourself!"
8646 msgstr ""
8647
8648 #. TRANS: Message given having nudged another user.
8649 #. TRANS: %s is the nickname of the user that was nudged.
8650 #: lib/command.php:238
8651 #, php-format
8652 msgid "Nudge sent to %s."
8653 msgstr ""
8654
8655 #. TRANS: User statistics text.
8656 #. TRANS: %1$s is the number of other user the user is subscribed to.
8657 #. TRANS: %2$s is the number of users that are subscribed to the user.
8658 #. TRANS: %3$s is the number of notices the user has sent.
8659 #: lib/command.php:268
8660 #, php-format
8661 msgid ""
8662 "Subscriptions: %1$s\n"
8663 "Subscribers: %2$s\n"
8664 "Notices: %3$s"
8665 msgstr ""
8666
8667 #. TRANS: Error message text shown when a favorite could not be set because it has already been favorited.
8668 #: lib/command.php:298
8669 msgid "Could not create favorite: Already favorited."
8670 msgstr ""
8671
8672 #. TRANS: Text shown when a notice has been marked as favourite successfully.
8673 #: lib/command.php:324
8674 msgid "Notice marked as fave."
8675 msgstr ""
8676
8677 #. TRANS: Message given having added a user to a group.
8678 #. TRANS: %1$s is the nickname of the user, %2$s is the nickname of the group.
8679 #: lib/command.php:366
8680 #, php-format
8681 msgid "%1$s joined group %2$s."
8682 msgstr ""
8683
8684 #. TRANS: Message given having removed a user from a group.
8685 #. TRANS: %1$s is the nickname of the user, %2$s is the nickname of the group.
8686 #: lib/command.php:411
8687 #, php-format
8688 msgid "%1$s left group %2$s."
8689 msgstr ""
8690
8691 #. TRANS: Error displayed if tagging a user fails.
8692 #. TRANS: %1$s is the tagged user, %2$s is the error message (no punctuation).
8693 #: lib/command.php:468
8694 #, php-format
8695 msgid "Error tagging %1$s: %2$s"
8696 msgstr ""
8697
8698 #. TRANS: Succes message displayed if tagging a user succeeds.
8699 #. TRANS: %1$s is the tagged user's nickname, %2$s is a list of tags.
8700 #. TRANS: Plural is decided based on the number of tags added (not part of message).
8701 #: lib/command.php:476
8702 #, php-format
8703 msgid "%1$s was tagged %2$s"
8704 msgid_plural "%1$s was tagged %2$s"
8705 msgstr[0] ""
8706 msgstr[1] ""
8707
8708 #. TRANS: Separator for list of tags.
8709 #. TRANS: Separator in list of user names like "Jim, Bob, Mary".
8710 #: lib/command.php:481 lib/command.php:534 lib/threadednoticelist.php:456
8711 msgid ", "
8712 msgstr ""
8713
8714 #. TRANS: Error displayed if a given tag is invalid.
8715 #. TRANS: %s is the invalid tag.
8716 #: lib/command.php:509
8717 #, php-format
8718 msgid "Invalid tag: \"%s\""
8719 msgstr ""
8720
8721 #. TRANS: Error displayed if untagging a user fails.
8722 #. TRANS: %1$s is the untagged user, %2$s is the error message (no punctuation).
8723 #: lib/command.php:521
8724 #, php-format
8725 msgid "Error untagging %1$s: %2$s"
8726 msgstr ""
8727
8728 #. TRANS: Succes message displayed if untagging a user succeeds.
8729 #. TRANS: %1$s is the untagged user's nickname, %2$s is a list of tags.
8730 #. TRANS: Plural is decided based on the number of tags removed (not part of message).
8731 #: lib/command.php:529
8732 #, php-format
8733 msgid "The following tag was removed from user %1$s: %2$s."
8734 msgid_plural "The following tags were removed from user %1$s: %2$s."
8735 msgstr[0] ""
8736 msgstr[1] ""
8737
8738 #. TRANS: Whois output.
8739 #. TRANS: %1$s nickname of the queried user, %2$s is their profile URL.
8740 #: lib/command.php:553
8741 #, php-format
8742 msgctxt "WHOIS"
8743 msgid "%1$s (%2$s)"
8744 msgstr ""
8745
8746 #. TRANS: Whois output. %s is the full name of the queried user.
8747 #: lib/command.php:557
8748 #, php-format
8749 msgid "Fullname: %s"
8750 msgstr ""
8751
8752 #. TRANS: Whois output. %s is the location of the queried user.
8753 #. TRANS: Profile info line in notification e-mail.
8754 #. TRANS: %s is a location.
8755 #: lib/command.php:561 lib/mail.php:338
8756 #, php-format
8757 msgid "Location: %s"
8758 msgstr ""
8759
8760 #. TRANS: Whois output. %s is the homepage of the queried user.
8761 #. TRANS: Profile info line in notification e-mail.
8762 #. TRANS: %s is a homepage.
8763 #: lib/command.php:565 lib/mail.php:343
8764 #, php-format
8765 msgid "Homepage: %s"
8766 msgstr ""
8767
8768 #. TRANS: Whois output. %s is the bio information of the queried user.
8769 #: lib/command.php:569
8770 #, php-format
8771 msgid "About: %s"
8772 msgstr ""
8773
8774 #. TRANS: Command exception text shown when trying to send a direct message to a remote user (a user not registered at the current server).
8775 #. TRANS: %s is a remote profile.
8776 #: lib/command.php:598
8777 #, php-format
8778 msgid ""
8779 "%s is a remote profile; you can only send direct messages to users on the "
8780 "same server."
8781 msgstr ""
8782
8783 #. TRANS: Message given if content is too long. %1$sd is used for plural.
8784 #. TRANS: %1$d is the maximum number of characters, %2$d is the number of submitted characters.
8785 #. TRANS: Message given when a status is too long. %1$s is the maximum number of characters,
8786 #. TRANS: %2$s is the number of characters sent (used for plural).
8787 #: lib/command.php:615 lib/implugin.php:492
8788 #, php-format
8789 msgid "Message too long - maximum is %1$d character, you sent %2$d."
8790 msgid_plural "Message too long - maximum is %1$d characters, you sent %2$d."
8791 msgstr[0] ""
8792 msgstr[1] ""
8793
8794 #. TRANS: Error text shown when trying to send a direct message to a user without a mutual subscription (each user must be subscribed to the other).
8795 #: lib/command.php:628
8796 msgid "You can't send a message to this user."
8797 msgstr ""
8798
8799 #. TRANS: Error text shown sending a direct message fails with an unknown reason.
8800 #: lib/command.php:643
8801 msgid "Error sending direct message."
8802 msgstr ""
8803
8804 #. TRANS: Message given having repeated a notice from another user.
8805 #. TRANS: %s is the name of the user for which the notice was repeated.
8806 #: lib/command.php:667
8807 #, php-format
8808 msgid "Notice from %s repeated."
8809 msgstr ""
8810
8811 #. TRANS: Message given if content of a notice for a reply is too long. %1$d is used for plural.
8812 #. TRANS: %1$d is the maximum number of characters, %2$d is the number of submitted characters.
8813 #: lib/command.php:704
8814 #, php-format
8815 msgid "Notice too long - maximum is %1$d character, you sent %2$d."
8816 msgid_plural "Notice too long - maximum is %1$d characters, you sent %2$d."
8817 msgstr[0] ""
8818 msgstr[1] ""
8819
8820 #. TRANS: Text shown having sent a reply to a notice successfully.
8821 #. TRANS: %s is the nickname of the user of the notice the reply was sent to.
8822 #: lib/command.php:717
8823 #, php-format
8824 msgid "Reply to %s sent."
8825 msgstr ""
8826
8827 #. TRANS: Error text shown when a reply to a notice fails with an unknown reason.
8828 #: lib/command.php:720
8829 msgid "Error saving notice."
8830 msgstr ""
8831
8832 #. TRANS: Error text shown when no username was provided when issuing a subscribe command.
8833 #: lib/command.php:767
8834 msgid "Specify the name of the user to subscribe to."
8835 msgstr ""
8836
8837 #. TRANS: Command exception text shown when trying to subscribe to an OMB profile using the subscribe command.
8838 #: lib/command.php:776
8839 msgid "Can't subscribe to OMB profiles by command."
8840 msgstr ""
8841
8842 #. TRANS: Text shown after having subscribed to another user successfully.
8843 #. TRANS: %s is the name of the user the subscription was requested for.
8844 #: lib/command.php:784
8845 #, php-format
8846 msgid "Subscribed to %s."
8847 msgstr ""
8848
8849 #. TRANS: Error text shown when no username was provided when issuing an unsubscribe command.
8850 #. TRANS: Error text shown when no username was provided when issuing the command.
8851 #: lib/command.php:805 lib/command.php:916
8852 msgid "Specify the name of the user to unsubscribe from."
8853 msgstr ""
8854
8855 #. TRANS: Text shown after having unsubscribed from another user successfully.
8856 #. TRANS: %s is the name of the user the unsubscription was requested for.
8857 #: lib/command.php:816
8858 #, php-format
8859 msgid "Unsubscribed from %s."
8860 msgstr ""
8861
8862 #. TRANS: Error text shown when issuing the command "off" with a setting which has not yet been implemented.
8863 #. TRANS: Error text shown when issuing the command "on" with a setting which has not yet been implemented.
8864 #: lib/command.php:836 lib/command.php:862
8865 msgid "Command not yet implemented."
8866 msgstr ""
8867
8868 #. TRANS: Text shown when issuing the command "off" successfully.
8869 #: lib/command.php:840
8870 msgid "Notification off."
8871 msgstr ""
8872
8873 #. TRANS: Error text shown when the command "off" fails for an unknown reason.
8874 #: lib/command.php:843
8875 msgid "Can't turn off notification."
8876 msgstr ""
8877
8878 #. TRANS: Text shown when issuing the command "on" successfully.
8879 #: lib/command.php:866
8880 msgid "Notification on."
8881 msgstr ""
8882
8883 #. TRANS: Error text shown when the command "on" fails for an unknown reason.
8884 #: lib/command.php:869
8885 msgid "Can't turn on notification."
8886 msgstr ""
8887
8888 #. TRANS: Error text shown when issuing the login command while login is disabled.
8889 #: lib/command.php:883
8890 msgid "Login command is disabled."
8891 msgstr ""
8892
8893 #. TRANS: Text shown after issuing the login command successfully.
8894 #. TRANS: %s is a logon link..
8895 #: lib/command.php:896
8896 #, php-format
8897 msgid "This link is useable only once and is valid for only 2 minutes: %s."
8898 msgstr ""
8899
8900 #. TRANS: Text shown after issuing the lose command successfully (stop another user from following the current user).
8901 #. TRANS: %s is the name of the user the unsubscription was requested for.
8902 #: lib/command.php:925
8903 #, php-format
8904 msgid "Unsubscribed %s."
8905 msgstr ""
8906
8907 #. TRANS: Text shown after requesting other users a user is subscribed to without having any subscriptions.
8908 #: lib/command.php:943
8909 msgid "You are not subscribed to anyone."
8910 msgstr ""
8911
8912 #. TRANS: Text shown after requesting other users a user is subscribed to.
8913 #. TRANS: This message supports plural forms. This message is followed by a
8914 #. TRANS: hard coded space and a comma separated list of subscribed users.
8915 #: lib/command.php:948
8916 msgid "You are subscribed to this person:"
8917 msgid_plural "You are subscribed to these people:"
8918 msgstr[0] ""
8919 msgstr[1] ""
8920
8921 #. TRANS: Text shown after requesting other users that are subscribed to a user
8922 #. TRANS: (followers) without having any subscribers.
8923 #: lib/command.php:970
8924 msgid "No one is subscribed to you."
8925 msgstr ""
8926
8927 #. TRANS: Text shown after requesting other users that are subscribed to a user (followers).
8928 #. TRANS: This message supports plural forms. This message is followed by a
8929 #. TRANS: hard coded space and a comma separated list of subscribing users.
8930 #: lib/command.php:975
8931 msgid "This person is subscribed to you:"
8932 msgid_plural "These people are subscribed to you:"
8933 msgstr[0] ""
8934 msgstr[1] ""
8935
8936 #. TRANS: Text shown after requesting groups a user is subscribed to without having
8937 #. TRANS: any group subscriptions.
8938 #: lib/command.php:997
8939 msgid "You are not a member of any groups."
8940 msgstr ""
8941
8942 #. TRANS: Text shown after requesting groups a user is subscribed to.
8943 #. TRANS: This message supports plural forms. This message is followed by a
8944 #. TRANS: hard coded space and a comma separated list of subscribed groups.
8945 #: lib/command.php:1002
8946 msgid "You are a member of this group:"
8947 msgid_plural "You are a member of these groups:"
8948 msgstr[0] ""
8949 msgstr[1] ""
8950
8951 #. TRANS: Header line of help text for commands.
8952 #: lib/command.php:1016
8953 msgctxt "COMMANDHELP"
8954 msgid "Commands:"
8955 msgstr ""
8956
8957 #. TRANS: Help message for IM/SMS command "on".
8958 #: lib/command.php:1018
8959 msgctxt "COMMANDHELP"
8960 msgid "turn on notifications"
8961 msgstr ""
8962
8963 #. TRANS: Help message for IM/SMS command "off".
8964 #: lib/command.php:1020
8965 msgctxt "COMMANDHELP"
8966 msgid "turn off notifications"
8967 msgstr ""
8968
8969 #. TRANS: Help message for IM/SMS command "help".
8970 #: lib/command.php:1022
8971 msgctxt "COMMANDHELP"
8972 msgid "show this help"
8973 msgstr ""
8974
8975 #. TRANS: Help message for IM/SMS command "follow <nickname>".
8976 #: lib/command.php:1024
8977 msgctxt "COMMANDHELP"
8978 msgid "subscribe to user"
8979 msgstr ""
8980
8981 #. TRANS: Help message for IM/SMS command "groups".
8982 #: lib/command.php:1026
8983 msgctxt "COMMANDHELP"
8984 msgid "lists the groups you have joined"
8985 msgstr ""
8986
8987 #. TRANS: Help message for IM/SMS command "tag".
8988 #: lib/command.php:1028
8989 msgctxt "COMMANDHELP"
8990 msgid "tag a user"
8991 msgstr ""
8992
8993 #. TRANS: Help message for IM/SMS command "untag".
8994 #: lib/command.php:1030
8995 msgctxt "COMMANDHELP"
8996 msgid "untag a user"
8997 msgstr ""
8998
8999 #. TRANS: Help message for IM/SMS command "subscriptions".
9000 #: lib/command.php:1032
9001 msgctxt "COMMANDHELP"
9002 msgid "list the people you follow"
9003 msgstr ""
9004
9005 #. TRANS: Help message for IM/SMS command "subscribers".
9006 #: lib/command.php:1034
9007 msgctxt "COMMANDHELP"
9008 msgid "list the people that follow you"
9009 msgstr ""
9010
9011 #. TRANS: Help message for IM/SMS command "leave <nickname>".
9012 #: lib/command.php:1036
9013 msgctxt "COMMANDHELP"
9014 msgid "unsubscribe from user"
9015 msgstr ""
9016
9017 #. TRANS: Help message for IM/SMS command "d <nickname> <text>".
9018 #: lib/command.php:1038
9019 msgctxt "COMMANDHELP"
9020 msgid "direct message to user"
9021 msgstr ""
9022
9023 #. TRANS: Help message for IM/SMS command "get <nickname>".
9024 #: lib/command.php:1040
9025 msgctxt "COMMANDHELP"
9026 msgid "get last notice from user"
9027 msgstr ""
9028
9029 #. TRANS: Help message for IM/SMS command "whois <nickname>".
9030 #: lib/command.php:1042
9031 msgctxt "COMMANDHELP"
9032 msgid "get profile info on user"
9033 msgstr ""
9034
9035 #. TRANS: Help message for IM/SMS command "lose <nickname>".
9036 #: lib/command.php:1044
9037 msgctxt "COMMANDHELP"
9038 msgid "force user to stop following you"
9039 msgstr ""
9040
9041 #. TRANS: Help message for IM/SMS command "fav <nickname>".
9042 #: lib/command.php:1046
9043 msgctxt "COMMANDHELP"
9044 msgid "add user's last notice as a 'fave'"
9045 msgstr ""
9046
9047 #. TRANS: Help message for IM/SMS command "fav #<notice_id>".
9048 #: lib/command.php:1048
9049 msgctxt "COMMANDHELP"
9050 msgid "add notice with the given id as a 'fave'"
9051 msgstr ""
9052
9053 #. TRANS: Help message for IM/SMS command "repeat #<notice_id>".
9054 #: lib/command.php:1050
9055 msgctxt "COMMANDHELP"
9056 msgid "repeat a notice with a given id"
9057 msgstr ""
9058
9059 #. TRANS: Help message for IM/SMS command "repeat <nickname>".
9060 #: lib/command.php:1052
9061 msgctxt "COMMANDHELP"
9062 msgid "repeat the last notice from user"
9063 msgstr ""
9064
9065 #. TRANS: Help message for IM/SMS command "reply #<notice_id>".
9066 #: lib/command.php:1054
9067 msgctxt "COMMANDHELP"
9068 msgid "reply to notice with a given id"
9069 msgstr ""
9070
9071 #. TRANS: Help message for IM/SMS command "reply <nickname>".
9072 #: lib/command.php:1056
9073 msgctxt "COMMANDHELP"
9074 msgid "reply to the last notice from user"
9075 msgstr ""
9076
9077 #. TRANS: Help message for IM/SMS command "join <group>".
9078 #: lib/command.php:1058
9079 msgctxt "COMMANDHELP"
9080 msgid "join group"
9081 msgstr ""
9082
9083 #. TRANS: Help message for IM/SMS command "login".
9084 #: lib/command.php:1060
9085 msgctxt "COMMANDHELP"
9086 msgid "Get a link to login to the web interface"
9087 msgstr ""
9088
9089 #. TRANS: Help message for IM/SMS command "drop <group>".
9090 #: lib/command.php:1062
9091 msgctxt "COMMANDHELP"
9092 msgid "leave group"
9093 msgstr ""
9094
9095 #. TRANS: Help message for IM/SMS command "stats".
9096 #: lib/command.php:1064
9097 msgctxt "COMMANDHELP"
9098 msgid "get your stats"
9099 msgstr ""
9100
9101 #. TRANS: Help message for IM/SMS command "stop".
9102 #. TRANS: Help message for IM/SMS command "quit".
9103 #: lib/command.php:1066 lib/command.php:1068
9104 msgctxt "COMMANDHELP"
9105 msgid "same as 'off'"
9106 msgstr ""
9107
9108 #. TRANS: Help message for IM/SMS command "sub <nickname>".
9109 #: lib/command.php:1070
9110 msgctxt "COMMANDHELP"
9111 msgid "same as 'follow'"
9112 msgstr ""
9113
9114 #. TRANS: Help message for IM/SMS command "unsub <nickname>".
9115 #: lib/command.php:1072
9116 msgctxt "COMMANDHELP"
9117 msgid "same as 'leave'"
9118 msgstr ""
9119
9120 #. TRANS: Help message for IM/SMS command "last <nickname>".
9121 #: lib/command.php:1074
9122 msgctxt "COMMANDHELP"
9123 msgid "same as 'get'"
9124 msgstr ""
9125
9126 #. TRANS: Help message for IM/SMS command "on <nickname>".
9127 #. TRANS: Help message for IM/SMS command "off <nickname>".
9128 #. TRANS: Help message for IM/SMS command "invite <phone number>".
9129 #. TRANS: Help message for IM/SMS command "track <word>".
9130 #. TRANS: Help message for IM/SMS command "untrack <word>".
9131 #. TRANS: Help message for IM/SMS command "track off".
9132 #. TRANS: Help message for IM/SMS command "untrack all".
9133 #. TRANS: Help message for IM/SMS command "tracks".
9134 #. TRANS: Help message for IM/SMS command "tracking".
9135 #: lib/command.php:1076 lib/command.php:1078 lib/command.php:1082
9136 #: lib/command.php:1084 lib/command.php:1086 lib/command.php:1088
9137 #: lib/command.php:1090 lib/command.php:1092 lib/command.php:1094
9138 msgctxt "COMMANDHELP"
9139 msgid "not yet implemented."
9140 msgstr ""
9141
9142 #. TRANS: Help message for IM/SMS command "nudge <nickname>".
9143 #: lib/command.php:1080
9144 msgctxt "COMMANDHELP"
9145 msgid "remind a user to update."
9146 msgstr ""
9147
9148 #. TRANS: Error message displayed when no configuration file was found for a StatusNet installation.
9149 #: lib/common.php:36
9150 msgid "No configuration file found."
9151 msgstr ""
9152
9153 #. TRANS: Error message displayed when no configuration file was found for a StatusNet installation.
9154 #. TRANS: Is followed by a list of directories (separated by HTML breaks).
9155 #: lib/common.php:39
9156 msgid "I looked for configuration files in the following places:"
9157 msgstr ""
9158
9159 #. TRANS: Error message displayed when no configuration file was found for a StatusNet installation.
9160 #: lib/common.php:42
9161 msgid "You may wish to run the installer to fix this."
9162 msgstr ""
9163
9164 #. TRANS: Error message displayed when no configuration file was found for a StatusNet installation.
9165 #. TRANS: The text is link text that leads to the installer page.
9166 #: lib/common.php:46
9167 msgid "Go to the installer."
9168 msgstr ""
9169
9170 #. TRANS: Page title for when a database error occurs.
9171 #: lib/dberroraction.php:60
9172 msgid "Database error"
9173 msgstr ""
9174
9175 #. TRANS: Menu item in default local navigation panel.
9176 #. TRANS: Menu item in search group navigation panel.
9177 #: lib/defaultlocalnav.php:65 lib/publicgroupnav.php:66
9178 msgctxt "MENU"
9179 msgid "Public"
9180 msgstr ""
9181
9182 #. TRANS: Menu item in default local navigation panel.
9183 #. TRANS: Menu item in search group navigation panel.
9184 #. TRANS: Menu item in local navigation menu.
9185 #: lib/defaultlocalnav.php:71 lib/publicgroupnav.php:71
9186 #: lib/searchgroupnav.php:82 lib/subgroupnav.php:124
9187 msgctxt "MENU"
9188 msgid "Groups"
9189 msgstr ""
9190
9191 #. TRANS: Menu item in default local navigation panel.
9192 #. TRANS: Menu item title in local navigation menu.
9193 #: lib/defaultlocalnav.php:79 lib/subgroupnav.php:135
9194 msgctxt "MENU"
9195 msgid "Lists"
9196 msgstr ""
9197
9198 #. TRANS: Title of form for deleting a user.
9199 #. TRANS: Link text in notice list item to delete a notice.
9200 #: lib/deleteuserform.php:64 lib/noticelistitem.php:659
9201 msgid "Delete"
9202 msgstr ""
9203
9204 #. TRANS: Description of form for deleting a user.
9205 #: lib/deleteuserform.php:75
9206 msgid "Delete this user"
9207 msgstr ""
9208
9209 #. TRANS: Exception. %s is an ID.
9210 #: lib/discovery.php:153
9211 #, php-format
9212 msgid "Unable to find services for %s."
9213 msgstr ""
9214
9215 #. TRANS: Form legend for removing the favourite status for a favourite notice.
9216 #. TRANS: Title for button text for removing the favourite status for a favourite notice.
9217 #: lib/disfavorform.php:108 lib/disfavorform.php:140
9218 msgid "Disfavor this notice"
9219 msgstr ""
9220
9221 #. TRANS: Button text for removing the favourite status for a favourite notice.
9222 #: lib/disfavorform.php:136
9223 msgctxt "BUTTON"
9224 msgid "Disfavor favorite"
9225 msgstr ""
9226
9227 #. TRANS: Form legend for adding the favourite status to a notice.
9228 #. TRANS: Title for button text for adding the favourite status to a notice.
9229 #: lib/favorform.php:108 lib/favorform.php:139
9230 msgid "Favor this notice"
9231 msgstr ""
9232
9233 #. TRANS: Button text for adding the favourite status to a notice.
9234 #: lib/favorform.php:135
9235 msgctxt "BUTTON"
9236 msgid "Favor"
9237 msgstr ""
9238
9239 #. TRANS: Feed type name.
9240 #: lib/feed.php:85
9241 msgid "RSS 1.0"
9242 msgstr ""
9243
9244 #. TRANS: Feed type name.
9245 #: lib/feed.php:88
9246 msgid "RSS 2.0"
9247 msgstr ""
9248
9249 #. TRANS: Feed type name.
9250 #: lib/feed.php:91
9251 msgid "Atom"
9252 msgstr ""
9253
9254 #. TRANS: Feed type name. FOAF stands for Friend of a Friend.
9255 #: lib/feed.php:94
9256 msgid "FOAF"
9257 msgstr ""
9258
9259 #. TRANS: Client exception thrown when an imported feed does not have an author.
9260 #: lib/feedimporter.php:82
9261 msgid "No author in the feed."
9262 msgstr ""
9263
9264 #. TRANS: Client exception thrown when an imported feed does not have an author that
9265 #. TRANS: can be associated with a user.
9266 #: lib/feedimporter.php:91
9267 msgid "Cannot import without a user."
9268 msgstr ""
9269
9270 #. TRANS: Header for feed links (h2).
9271 #: lib/feedlist.php:66
9272 msgid "Feeds"
9273 msgstr ""
9274
9275 #. TRANS: List element on gallery action page to show all tags.
9276 #: lib/galleryaction.php:129
9277 msgctxt "TAGS"
9278 msgid "All"
9279 msgstr ""
9280
9281 #. TRANS: Dropdown field label on gallery action page for a list containing tags.
9282 #: lib/galleryaction.php:140
9283 msgid "Tag"
9284 msgstr ""
9285
9286 #. TRANS: Dropdown field title on gallery action page for a list containing tags.
9287 #: lib/galleryaction.php:142
9288 msgid "Choose a tag to narrow list."
9289 msgstr ""
9290
9291 #. TRANS: Description on form for granting a role.
9292 #: lib/grantroleform.php:88
9293 #, php-format
9294 msgid "Grant this user the \"%s\" role"
9295 msgstr ""
9296
9297 #. TRANS: Button text for the form that will block a user from a group.
9298 #: lib/groupblockform.php:124
9299 msgctxt "BUTTON"
9300 msgid "Block"
9301 msgstr ""
9302
9303 #. TRANS: Submit button title.
9304 #: lib/groupblockform.php:128
9305 msgctxt "TOOLTIP"
9306 msgid "Block this user"
9307 msgstr ""
9308
9309 #. TRANS: Field title on group edit form.
9310 #: lib/groupeditform.php:162
9311 msgid "URL of the homepage or blog of the group or topic."
9312 msgstr ""
9313
9314 #. TRANS: Text area title for group description when there is no text limit.
9315 #: lib/groupeditform.php:168
9316 msgid "Describe the group or topic."
9317 msgstr ""
9318
9319 #. TRANS: Text area title for group description.
9320 #. TRANS: %d is the number of characters available for the description.
9321 #: lib/groupeditform.php:172
9322 #, php-format
9323 msgid "Describe the group or topic in %d character or less."
9324 msgid_plural "Describe the group or topic in %d characters or less."
9325 msgstr[0] ""
9326 msgstr[1] ""
9327
9328 #. TRANS: Field title on group edit form.
9329 #: lib/groupeditform.php:187
9330 msgid ""
9331 "Location for the group, if any, like \"City, State (or Region), Country\"."
9332 msgstr ""
9333
9334 #. TRANS: Field label on group edit form.
9335 #: lib/groupeditform.php:193
9336 msgid "Aliases"
9337 msgstr ""
9338
9339 #. TRANS: Input field title for group aliases.
9340 #. TRANS: %d is the maximum number of group aliases available.
9341 #: lib/groupeditform.php:198
9342 #, php-format
9343 msgid ""
9344 "Extra nicknames for the group, separated with commas or spaces. Maximum %d "
9345 "alias allowed."
9346 msgid_plural ""
9347 "Extra nicknames for the group, separated with commas or spaces. Maximum %d "
9348 "aliases allowed."
9349 msgstr[0] ""
9350 msgstr[1] ""
9351
9352 #. TRANS: Checkbox field title on group edit form to mark a group private.
9353 #: lib/groupeditform.php:210
9354 msgid ""
9355 "New members must be approved by admin and all posts are forced to be private."
9356 msgstr ""
9357
9358 #. TRANS: Indicator in group members list that this user is a group administrator.
9359 #: lib/groupmemberlistitem.php:21
9360 msgctxt "GROUPADMIN"
9361 msgid "Admin"
9362 msgstr ""
9363
9364 #. TRANS: Menu item in the group navigation page.
9365 #: lib/groupnav.php:81
9366 msgctxt "MENU"
9367 msgid "Group"
9368 msgstr ""
9369
9370 #. TRANS: Tooltip for menu item in the group navigation page.
9371 #. TRANS: %s is the nickname of the group.
9372 #: lib/groupnav.php:84
9373 #, php-format
9374 msgctxt "TOOLTIP"
9375 msgid "%s group"
9376 msgstr ""
9377
9378 #. TRANS: Menu item in the group navigation page.
9379 #: lib/groupnav.php:90
9380 msgctxt "MENU"
9381 msgid "Members"
9382 msgstr ""
9383
9384 #. TRANS: Tooltip for menu item in the group navigation page.
9385 #. TRANS: %s is the nickname of the group.
9386 #: lib/groupnav.php:93
9387 #, php-format
9388 msgctxt "TOOLTIP"
9389 msgid "%s group members"
9390 msgstr ""
9391
9392 #. TRANS: Menu item in the group navigation page. Only shown for group administrators.
9393 #. TRANS: %d is the number of pending members.
9394 #: lib/groupnav.php:106
9395 #, php-format
9396 msgctxt "MENU"
9397 msgid "Pending members (%d)"
9398 msgid_plural "Pending members (%d)"
9399 msgstr[0] ""
9400 msgstr[1] ""
9401
9402 #. TRANS: Tooltip for menu item in the group navigation page. Only shown for group administrators.
9403 #. TRANS: %s is the nickname of the group.
9404 #: lib/groupnav.php:109
9405 #, php-format
9406 msgctxt "TOOLTIP"
9407 msgid "%s pending members"
9408 msgstr ""
9409
9410 #. TRANS: Menu item in the group navigation page. Only shown for group administrators.
9411 #: lib/groupnav.php:116
9412 msgctxt "MENU"
9413 msgid "Blocked"
9414 msgstr ""
9415
9416 #. TRANS: Tooltip for menu item in the group navigation page. Only shown for group administrators.
9417 #. TRANS: %s is the nickname of the group.
9418 #: lib/groupnav.php:119
9419 #, php-format
9420 msgctxt "TOOLTIP"
9421 msgid "%s blocked users"
9422 msgstr ""
9423
9424 #. TRANS: Menu item in the group navigation page. Only shown for group administrators.
9425 #. TRANS: Menu item in primary navigation panel.
9426 #: lib/groupnav.php:125 lib/primarynav.php:66
9427 msgctxt "MENU"
9428 msgid "Admin"
9429 msgstr ""
9430
9431 #. TRANS: Tooltip for menu item in the group navigation page. Only shown for group administrators.
9432 #. TRANS: %s is the nickname of the group.
9433 #: lib/groupnav.php:128
9434 #, php-format
9435 msgctxt "TOOLTIP"
9436 msgid "Edit %s group properties"
9437 msgstr ""
9438
9439 #. TRANS: Menu item in the group navigation page. Only shown for group administrators.
9440 #: lib/groupnav.php:134
9441 msgctxt "MENU"
9442 msgid "Logo"
9443 msgstr ""
9444
9445 #. TRANS: Tooltip for menu item in the group navigation page. Only shown for group administrators.
9446 #. TRANS: %s is the nickname of the group.
9447 #: lib/groupnav.php:137
9448 #, php-format
9449 msgctxt "TOOLTIP"
9450 msgid "Add or edit %s logo"
9451 msgstr ""
9452
9453 #. TRANS: Group actions header (h2). Text hidden by default.
9454 #: lib/groupprofileblock.php:94
9455 msgid "Group actions"
9456 msgstr ""
9457
9458 #. TRANS: Title for groups with the most members section.
9459 #: lib/groupsbymemberssection.php:71
9460 msgid "Popular groups"
9461 msgstr ""
9462
9463 #. TRANS: Title for groups with the most posts section.
9464 #: lib/groupsbypostssection.php:71
9465 msgid "Active groups"
9466 msgstr ""
9467
9468 #. TRANS: Title for group tag cloud section.
9469 #. TRANS: %s is a group name.
9470 #: lib/grouptagcloudsection.php:57
9471 #, php-format
9472 msgid "Tags in %s group's notices"
9473 msgstr ""
9474
9475 #. TRANS: Client exception 406
9476 #: lib/htmloutputter.php:104
9477 msgid "This page is not available in a media type you accept"
9478 msgstr ""
9479
9480 #. TRANS: Exception thrown when trying to upload an unsupported image file format.
9481 #: lib/imagefile.php:73
9482 msgid "Unsupported image file format."
9483 msgstr ""
9484
9485 #. TRANS: Exception thrown when too large a file is uploaded.
9486 #. TRANS: %s is the maximum file size, for example "500b", "10kB" or "2MB".
9487 #: lib/imagefile.php:91
9488 #, php-format
9489 msgid "That file is too big. The maximum file size is %s."
9490 msgstr ""
9491
9492 #. TRANS: Exception thrown when uploading an image and that action could not be completed.
9493 #: lib/imagefile.php:97
9494 msgid "Partial upload."
9495 msgstr ""
9496
9497 #. TRANS: Exception thrown when uploading a file as image that is not an image or is a corrupt file.
9498 #: lib/imagefile.php:115
9499 msgid "Not an image or corrupt file."
9500 msgstr ""
9501
9502 #. TRANS: Exception thrown during resize when image has been registered as present, but is no longer there.
9503 #: lib/imagefile.php:178
9504 msgid "Lost our file."
9505 msgstr ""
9506
9507 #. TRANS: Exception thrown when trying to resize an unknown file type.
9508 #. TRANS: Exception thrown when trying resize an unknown file type.
9509 #: lib/imagefile.php:216 lib/imagefile.php:257
9510 msgid "Unknown file type"
9511 msgstr ""
9512
9513 #. TRANS: Number of megabytes. %d is the number.
9514 #: lib/imagefile.php:303
9515 #, php-format
9516 msgid "%dMB"
9517 msgid_plural "%dMB"
9518 msgstr[0] ""
9519 msgstr[1] ""
9520
9521 #. TRANS: Number of kilobytes. %d is the number.
9522 #: lib/imagefile.php:307
9523 #, php-format
9524 msgid "%dkB"
9525 msgid_plural "%dkB"
9526 msgstr[0] ""
9527 msgstr[1] ""
9528
9529 #. TRANS: Number of bytes. %d is the number.
9530 #: lib/imagefile.php:310
9531 #, php-format
9532 msgid "%dB"
9533 msgid_plural "%dB"
9534 msgstr[0] ""
9535 msgstr[1] ""
9536
9537 #. TRANS: Body text for confirmation code e-mail.
9538 #. TRANS: %1$s is a user nickname, %2$s is the StatusNet sitename,
9539 #. TRANS: %3$s is the display name of an IM plugin.
9540 #: lib/implugin.php:265
9541 #, php-format
9542 msgid ""
9543 "User \"%1$s\" on %2$s has said that your %3$s screenname belongs to them. If "
9544 "that is true, you can confirm by clicking on this URL: %4$s . (If you cannot "
9545 "click it, copy-and-paste it into the address bar of your browser). If that "
9546 "user is not you, or if you did not request this confirmation, just ignore "
9547 "this message."
9548 msgstr ""
9549
9550 #. TRANS: Exception thrown when trying to deliver a notice to an unknown inbox.
9551 #. TRANS: %d is the unknown inbox ID (number).
9552 #: lib/implugin.php:353
9553 #, php-format
9554 msgid "Unknown inbox source %d."
9555 msgstr ""
9556
9557 #. TRANS: Server exception thrown trying to initialise an IM plugin without meeting all prerequisites.
9558 #: lib/implugin.php:629
9559 msgid "Queueing must be enabled to use IM plugins."
9560 msgstr ""
9561
9562 #. TRANS: Server exception thrown trying to initialise an IM plugin without a transport method.
9563 #: lib/implugin.php:634
9564 msgid "Transport cannot be null."
9565 msgstr ""
9566
9567 #. TRANS: Title for inbox tag cloud section.
9568 #: lib/inboxtagcloudsection.php:56
9569 msgctxt "TITLE"
9570 msgid "Trends"
9571 msgstr ""
9572
9573 #. TRANS: Button text for inviting more users to the StatusNet instance.
9574 #: lib/invitebuttonsection.php:60
9575 msgctxt "BUTTON"
9576 msgid "Invite more colleagues"
9577 msgstr ""
9578
9579 #. TRANS: Form legend.
9580 #: lib/inviteform.php:85
9581 msgid "Invite collegues"
9582 msgstr ""
9583
9584 #. TRANS: Field label for a list of e-mail addresses.
9585 #: lib/inviteform.php:100
9586 msgid "Email addresses"
9587 msgstr ""
9588
9589 #. TRANS: Field title for a list of e-mail addresses.
9590 #: lib/inviteform.php:103
9591 msgid "Addresses of friends to invite (one per line)."
9592 msgstr ""
9593
9594 #. TRANS: Field label for a personal message to send to invitees.
9595 #: lib/inviteform.php:109
9596 msgid "Personal message"
9597 msgstr ""
9598
9599 #. TRANS: Field title for a personal message to send to invitees.
9600 #: lib/inviteform.php:112
9601 msgid "Optionally add a personal message to the invitation."
9602 msgstr ""
9603
9604 #. TRANS: Send button for inviting friends
9605 #. TRANS: Button text for sending notice.
9606 #: lib/inviteform.php:128 lib/noticeform.php:302
9607 msgctxt "BUTTON"
9608 msgid "Send"
9609 msgstr ""
9610
9611 #. TRANS: Submit button title.
9612 #: lib/inviteform.php:131
9613 msgid "Send invitations."
9614 msgstr ""
9615
9616 #. TRANS: Button text for joining a group.
9617 #: lib/joinform.php:108
9618 msgctxt "BUTTON"
9619 msgid "Join"
9620 msgstr ""
9621
9622 #. TRANS: Button text on form to leave a group.
9623 #: lib/leaveform.php:109
9624 msgctxt "BUTTON"
9625 msgid "Leave"
9626 msgstr ""
9627
9628 #. TRANS: Menu item for logging in to the StatusNet site.
9629 #. TRANS: Menu item in primary navigation panel.
9630 #: lib/logingroupnav.php:64 lib/primarynav.php:82
9631 msgctxt "MENU"
9632 msgid "Login"
9633 msgstr ""
9634
9635 #. TRANS: Title for menu item for logging in to the StatusNet site.
9636 #: lib/logingroupnav.php:66
9637 msgid "Login with a username and password"
9638 msgstr ""
9639
9640 #. TRANS: Menu item for registering with the StatusNet site.
9641 #: lib/logingroupnav.php:73
9642 msgctxt "MENU"
9643 msgid "Register"
9644 msgstr ""
9645
9646 #. TRANS: Title for menu item for registering with the StatusNet site.
9647 #: lib/logingroupnav.php:75
9648 msgid "Sign up for a new account"
9649 msgstr ""
9650
9651 #. TRANS: Subject for address confirmation email.
9652 #: lib/mail.php:172
9653 msgid "Email address confirmation"
9654 msgstr ""
9655
9656 #. TRANS: Body for address confirmation email.
9657 #. TRANS: %1$s is the addressed user's nickname, %2$s is the StatusNet sitename,
9658 #. TRANS: %3$s is the URL to confirm at.
9659 #: lib/mail.php:177
9660 #, php-format
9661 msgid ""
9662 "Hey, %1$s.\n"
9663 "\n"
9664 "Someone just entered this email address on %2$s.\n"
9665 "\n"
9666 "If it was you, and you want to confirm your entry, use the URL below:\n"
9667 "\n"
9668 "\t%3$s\n"
9669 "\n"
9670 "If not, just ignore this message.\n"
9671 "\n"
9672 "Thanks for your time, \n"
9673 "%2$s\n"
9674 msgstr ""
9675
9676 #. TRANS: Subject of new-subscriber notification e-mail.
9677 #. TRANS: %1$s is the subscribing user's nickname, %2$s is the StatusNet sitename.
9678 #. TRANS: Main body of new-subscriber notification e-mail.
9679 #. TRANS: %1$s is the subscriber's long name, %2$s is the StatusNet sitename.
9680 #: lib/mail.php:243 lib/mail.php:249
9681 #, php-format
9682 msgid "%1$s is now following you on %2$s."
9683 msgstr ""
9684
9685 #. TRANS: Subject of pending new-subscriber notification e-mail.
9686 #. TRANS: %1$s is the subscribing user's nickname, %2$s is the StatusNet sitename.
9687 #: lib/mail.php:283
9688 #, php-format
9689 msgid "%1$s would like to listen to your notices on %2$s."
9690 msgstr ""
9691
9692 #. TRANS: Main body of pending new-subscriber notification e-mail.
9693 #. TRANS: %1$s is the subscriber's long name, %2$s is the StatusNet sitename.
9694 #: lib/mail.php:290
9695 #, php-format
9696 msgid ""
9697 "%1$s would like to listen to your notices on %2$s. You may approve or reject "
9698 "their subscription at %3$s"
9699 msgstr ""
9700
9701 #. TRANS: Common footer block for StatusNet notification emails.
9702 #. TRANS: %1$s is the StatusNet sitename,
9703 #. TRANS: %2$s is a link to the addressed user's e-mail settings.
9704 #: lib/mail.php:309
9705 #, php-format
9706 msgid ""
9707 "Faithfully yours,\n"
9708 "%1$s.\n"
9709 "\n"
9710 "----\n"
9711 "Change your email address or notification options at %2$s"
9712 msgstr ""
9713
9714 #. TRANS: Profile info line in notification e-mail.
9715 #. TRANS: %s is a URL.
9716 #: lib/mail.php:334
9717 #, php-format
9718 msgid "Profile: %s"
9719 msgstr ""
9720
9721 #. TRANS: Profile info line in notification e-mail.
9722 #. TRANS: %s is biographical information.
9723 #: lib/mail.php:348
9724 #, php-format
9725 msgid "Bio: %s"
9726 msgstr ""
9727
9728 #. TRANS: This is a paragraph in a new-subscriber e-mail.
9729 #. TRANS: %s is a URL where the subscriber can be reported as abusive.
9730 #: lib/mail.php:358
9731 #, php-format
9732 msgid ""
9733 "If you believe this account is being used abusively, you can block them from "
9734 "your subscribers list and report as spam to site administrators at %s."
9735 msgstr ""
9736
9737 #. TRANS: Subject of notification mail for new posting email address.
9738 #. TRANS: %s is the StatusNet sitename.
9739 #: lib/mail.php:386
9740 #, php-format
9741 msgid "New email address for posting to %s"
9742 msgstr ""
9743
9744 #. TRANS: Body of notification mail for new posting email address.
9745 #. TRANS: %1$s is the StatusNet sitename, %2$s is the e-mail address to send
9746 #. TRANS: to to post by e-mail, %3$s is a URL to more instructions.
9747 #: lib/mail.php:392
9748 #, php-format
9749 msgid ""
9750 "You have a new posting address on %1$s.\n"
9751 "\n"
9752 "Send email to %2$s to post new messages.\n"
9753 "\n"
9754 "More email instructions at %3$s."
9755 msgstr ""
9756
9757 #. TRANS: Subject line for SMS-by-email notification messages.
9758 #. TRANS: %s is the posting user's nickname.
9759 #: lib/mail.php:513
9760 #, php-format
9761 msgid "%s status"
9762 msgstr ""
9763
9764 #. TRANS: Subject line for SMS-by-email address confirmation message.
9765 #: lib/mail.php:539
9766 msgid "SMS confirmation"
9767 msgstr ""
9768
9769 #. TRANS: Main body heading for SMS-by-email address confirmation message.
9770 #. TRANS: %s is the addressed user's nickname.
9771 #: lib/mail.php:543
9772 #, php-format
9773 msgid "%s: confirm you own this phone number with this code:"
9774 msgstr ""
9775
9776 #. TRANS: Subject for 'nudge' notification email.
9777 #. TRANS: %s is the nudging user.
9778 #: lib/mail.php:564
9779 #, php-format
9780 msgid "You have been nudged by %s"
9781 msgstr ""
9782
9783 #. TRANS: Body for 'nudge' notification email.
9784 #. TRANS: %1$s is the nuding user's long name, $2$s is the nudging user's nickname,
9785 #. TRANS: %3$s is a URL to post notices at.
9786 #: lib/mail.php:571
9787 #, php-format
9788 msgid ""
9789 "%1$s (%2$s) is wondering what you are up to these days and is inviting you "
9790 "to post some news.\n"
9791 "\n"
9792 "So let's hear from you :)\n"
9793 "\n"
9794 "%3$s\n"
9795 "\n"
9796 "Don't reply to this email; it won't get to them."
9797 msgstr ""
9798
9799 #. TRANS: Subject for direct-message notification email.
9800 #. TRANS: %s is the sending user's nickname.
9801 #: lib/mail.php:616
9802 #, php-format
9803 msgid "New private message from %s"
9804 msgstr ""
9805
9806 #. TRANS: Body for direct-message notification email.
9807 #. TRANS: %1$s is the sending user's long name, %2$s is the sending user's nickname,
9808 #. TRANS: %3$s is the message content, %4$s a URL to the message,
9809 #: lib/mail.php:623
9810 #, php-format
9811 msgid ""
9812 "%1$s (%2$s) sent you a private message:\n"
9813 "\n"
9814 "------------------------------------------------------\n"
9815 "%3$s\n"
9816 "------------------------------------------------------\n"
9817 "\n"
9818 "You can reply to their message here:\n"
9819 "\n"
9820 "%4$s\n"
9821 "\n"
9822 "Don't reply to this email; it won't get to them."
9823 msgstr ""
9824
9825 #. TRANS: Subject for favorite notification e-mail.
9826 #. TRANS: %1$s is the adding user's long name, %2$s is the adding user's nickname.
9827 #: lib/mail.php:673
9828 #, php-format
9829 msgid "%1$s (@%2$s) added your notice as a favorite"
9830 msgstr ""
9831
9832 #. TRANS: Body for favorite notification e-mail.
9833 #. TRANS: %1$s is the adding user's long name, $2$s is the date the notice was created,
9834 #. TRANS: %3$s is a URL to the faved notice, %4$s is the faved notice text,
9835 #. TRANS: %5$s is a URL to all faves of the adding user, %6$s is the StatusNet sitename,
9836 #. TRANS: %7$s is the adding user's nickname.
9837 #: lib/mail.php:680
9838 #, php-format
9839 msgid ""
9840 "%1$s (@%7$s) just added your notice from %2$s as one of their favorites.\n"
9841 "\n"
9842 "The URL of your notice is:\n"
9843 "\n"
9844 "%3$s\n"
9845 "\n"
9846 "The text of your notice is:\n"
9847 "\n"
9848 "%4$s\n"
9849 "\n"
9850 "You can see the list of %1$s's favorites here:\n"
9851 "\n"
9852 "%5$s"
9853 msgstr ""
9854
9855 #. TRANS: Line in @-reply notification e-mail. %s is conversation URL.
9856 #: lib/mail.php:737
9857 #, php-format
9858 msgid ""
9859 "The full conversation can be read here:\n"
9860 "\n"
9861 "\t%s"
9862 msgstr ""
9863
9864 #. TRANS: E-mail subject for notice notification.
9865 #. TRANS: %1$s is the sending user's long name, %2$s is the adding user's nickname.
9866 #: lib/mail.php:745
9867 #, php-format
9868 msgid "%1$s (@%2$s) sent a notice to your attention"
9869 msgstr ""
9870
9871 #. TRANS: Body of @-reply notification e-mail.
9872 #. TRANS: %1$s is the sending user's name, $2$s is the StatusNet sitename,
9873 #. TRANS: %3$s is a URL to the notice, %4$s is the notice text,
9874 #. TRANS: %5$s is a URL to the full conversion if it exists (otherwise empty),
9875 #. TRANS: %6$s is a URL to reply to the notice, %7$s is a URL to all @-replies for the addressed user,
9876 #: lib/mail.php:752
9877 #, php-format
9878 msgid ""
9879 "%1$s just sent a notice to your attention (an '@-reply') on %2$s.\n"
9880 "\n"
9881 "The notice is here:\n"
9882 "\n"
9883 "\t%3$s\n"
9884 "\n"
9885 "It reads:\n"
9886 "\n"
9887 "\t%4$s\n"
9888 "\n"
9889 "%5$sYou can reply back here:\n"
9890 "\n"
9891 "\t%6$s\n"
9892 "\n"
9893 "The list of all @-replies for you here:\n"
9894 "\n"
9895 "%7$s"
9896 msgstr ""
9897
9898 #. TRANS: Subject of group join notification e-mail.
9899 #. TRANS: %1$s is the joining user's nickname, %2$s is the group name, and %3$s is the StatusNet sitename.
9900 #. TRANS: Main body of group join notification e-mail.
9901 #. TRANS: %1$s is the subscriber's long name, %2$s is the group name, and %3$s is the StatusNet sitename,
9902 #. TRANS: %4$s is a block of profile info about the subscriber.
9903 #. TRANS: %5$s is a link to the addressed user's e-mail settings.
9904 #: lib/mail.php:823 lib/mail.php:833
9905 #, php-format
9906 msgid "%1$s has joined your group %2$s on %3$s."
9907 msgstr ""
9908
9909 #. TRANS: Subject of pending group join request notification e-mail.
9910 #. TRANS: %1$s is the joining user's nickname, %2$s is the group name, and %3$s is the StatusNet sitename.
9911 #: lib/mail.php:870
9912 #, php-format
9913 msgid "%1$s wants to join your group %2$s on %3$s."
9914 msgstr ""
9915
9916 #. TRANS: Main body of pending group join request notification e-mail.
9917 #. TRANS: %1$s is the subscriber's long name, %2$s is the group name, and %3$s is the StatusNet sitename,
9918 #. TRANS: %4$s is the URL to the moderation queue page.
9919 #: lib/mail.php:878
9920 #, php-format
9921 msgid ""
9922 "%1$s would like to join your group %2$s on %3$s. You may approve or reject "
9923 "their group membership at %4$s"
9924 msgstr ""
9925
9926 #. TRANS: Client error displayed when trying to access a mailbox that is not of the logged in user.
9927 #: lib/mailbox.php:87
9928 msgid "Only the user can read their own mailboxes."
9929 msgstr ""
9930
9931 #. TRANS: Message displayed when there are no private messages in the inbox of a user.
9932 #: lib/mailbox.php:120
9933 msgid ""
9934 "You have no private messages. You can send private message to engage other "
9935 "users in conversation. People can send you messages for your eyes only."
9936 msgstr ""
9937
9938 #. TRANS: Menu item in mailbox menu. Leads to incoming private messages.
9939 #: lib/mailboxmenu.php:59
9940 msgctxt "MENU"
9941 msgid "Inbox"
9942 msgstr ""
9943
9944 #. TRANS: Menu item title in mailbox menu. Leads to incoming private messages.
9945 #: lib/mailboxmenu.php:61
9946 msgid "Your incoming messages."
9947 msgstr ""
9948
9949 #. TRANS: Menu item in mailbox menu. Leads to outgoing private messages.
9950 #: lib/mailboxmenu.php:66
9951 msgctxt "MENU"
9952 msgid "Outbox"
9953 msgstr ""
9954
9955 #. TRANS: Menu item title in mailbox menu. Leads to outgoing private messages.
9956 #: lib/mailboxmenu.php:68
9957 msgid "Your sent messages."
9958 msgstr ""
9959
9960 #. TRANS: Error message in incoming mail handler used when an incoming e-mail cannot be processed.
9961 #: lib/mailhandler.php:38
9962 msgid "Could not parse message."
9963 msgstr ""
9964
9965 #. TRANS: Error message in incoming mail handler used when an incoming e-mail is not from a registered user.
9966 #: lib/mailhandler.php:44
9967 msgid "Not a registered user."
9968 msgstr ""
9969
9970 #. TRANS: Error message in incoming mail handler used when an incoming e-mail is not from a user's incoming e-mail address.
9971 #: lib/mailhandler.php:49
9972 msgid "Sorry, that is not your incoming email address."
9973 msgstr ""
9974
9975 #. TRANS: Error message in incoming mail handler used when no incoming e-mail is allowed.
9976 #: lib/mailhandler.php:54
9977 msgid "Sorry, no incoming email allowed."
9978 msgstr ""
9979
9980 #. TRANS: Error message in incoming mail handler used when an incoming e-mail is of an unsupported type.
9981 #. TRANS: %s is the unsupported type.
9982 #: lib/mailhandler.php:235
9983 #, php-format
9984 msgid "Unsupported message type: %s."
9985 msgstr ""
9986
9987 #. TRANS: Form legend for form to make a user a group admin.
9988 #: lib/makeadminform.php:87
9989 msgid "Make user an admin of the group"
9990 msgstr ""
9991
9992 #. TRANS: Button text for the form that will make a user administrator.
9993 #: lib/makeadminform.php:120
9994 msgctxt "BUTTON"
9995 msgid "Make Admin"
9996 msgstr ""
9997
9998 #. TRANS: Submit button title.
9999 #: lib/makeadminform.php:124
10000 msgctxt "TOOLTIP"
10001 msgid "Make this user an admin"
10002 msgstr ""
10003
10004 #. TRANS: Client exception thrown when a database error was thrown during a file upload operation.
10005 #: lib/mediafile.php:102 lib/mediafile.php:174
10006 msgid "There was a database error while saving your file. Please try again."
10007 msgstr ""
10008
10009 #. TRANS: Client exception thrown when a file upload operation would cause a user to exceed a set quota.
10010 #: lib/mediafile.php:238 lib/mediafile.php:281
10011 msgid "File exceeds user's quota."
10012 msgstr ""
10013
10014 #. TRANS: Client exception thrown when a file upload operation fails because the file could
10015 #. TRANS: not be moved from the temporary folder to the permanent file location.
10016 #: lib/mediafile.php:258 lib/mediafile.php:300
10017 msgid "File could not be moved to destination directory."
10018 msgstr ""
10019
10020 #. TRANS: Client exception thrown when a file upload operation has been stopped because the MIME
10021 #. TRANS: type of the uploaded file could not be determined.
10022 #: lib/mediafile.php:265 lib/mediafile.php:306
10023 msgid "Could not determine file's MIME type."
10024 msgstr ""
10025
10026 #. TRANS: Client exception thrown trying to upload a forbidden MIME type.
10027 #. TRANS: %1$s is the file type that was denied, %2$s is the application part of
10028 #. TRANS: the MIME type that was denied.
10029 #: lib/mediafile.php:396
10030 #, php-format
10031 msgid ""
10032 "\"%1$s\" is not a supported file type on this server. Try using another %2$s "
10033 "format."
10034 msgstr ""
10035
10036 #. TRANS: Client exception thrown trying to upload a forbidden MIME type.
10037 #. TRANS: %s is the file type that was denied.
10038 #: lib/mediafile.php:401
10039 #, php-format
10040 msgid "\"%s\" is not a supported file type on this server."
10041 msgstr ""
10042
10043 #. TRANS: Form legend for direct notice.
10044 #: lib/messageform.php:114
10045 msgid "Send a direct notice"
10046 msgstr ""
10047
10048 #. TRANS: Label entry in drop-down selection box in direct-message inbox/outbox.
10049 #. TRANS: This is the default entry in the drop-down box, doubling as instructions
10050 #. TRANS: and a brake against accidental submissions with the first user in the list.
10051 #: lib/messageform.php:132
10052 msgid "Select recipient:"
10053 msgstr ""
10054
10055 #. TRANS: Entry in drop-down selection box in direct-message inbox/outbox when no one is available to message.
10056 #: lib/messageform.php:145
10057 msgid "No mutual subscribers."
10058 msgstr ""
10059
10060 #. TRANS: Dropdown label in direct notice form.
10061 #: lib/messageform.php:149
10062 msgid "To"
10063 msgstr ""
10064
10065 #. TRANS: Button text for sending a direct notice.
10066 #: lib/messageform.php:179
10067 msgctxt "Send button for sending notice"
10068 msgid "Send"
10069 msgstr ""
10070
10071 #. TRANS: Header in message list.
10072 #: lib/messagelist.php:77
10073 msgid "Messages"
10074 msgstr ""
10075
10076 #. TRANS: Followed by notice source (usually the client used to send the notice).
10077 #. TRANS: Followed by notice source.
10078 #: lib/messagelistitem.php:123 lib/noticelistitem.php:506
10079 msgid "from"
10080 msgstr ""
10081
10082 #. TRANS: A possible notice source (web interface).
10083 #: lib/messagelistitem.php:144 lib/noticelistitem.php:501
10084 msgctxt "SOURCE"
10085 msgid "web"
10086 msgstr ""
10087
10088 #. TRANS: A possible notice source (XMPP).
10089 #: lib/messagelistitem.php:146
10090 msgctxt "SOURCE"
10091 msgid "xmpp"
10092 msgstr ""
10093
10094 #. TRANS: A possible notice source (e-mail).
10095 #: lib/messagelistitem.php:148
10096 msgctxt "SOURCE"
10097 msgid "mail"
10098 msgstr ""
10099
10100 #. TRANS: A possible notice source (OpenMicroBlogging).
10101 #: lib/messagelistitem.php:150
10102 msgctxt "SOURCE"
10103 msgid "omb"
10104 msgstr ""
10105
10106 #. TRANS: A possible notice source (Application Programming Interface).
10107 #: lib/messagelistitem.php:152
10108 msgctxt "SOURCE"
10109 msgid "api"
10110 msgstr ""
10111
10112 #. TRANS: Client exception thrown when no author for an activity was found.
10113 #: lib/microappplugin.php:356
10114 msgid "Cannot get author for activity."
10115 msgstr ""
10116
10117 #. TRANS: Client exception thrown when ...
10118 #: lib/microappplugin.php:394
10119 msgid "Bookmark not posted to this group."
10120 msgstr ""
10121
10122 #. TRANS: Client exception when ...
10123 #: lib/microappplugin.php:408
10124 msgid "Object not posted to this user."
10125 msgstr ""
10126
10127 #. TRANS: Server exception thrown when a micro app plugin uses a target that cannot be handled.
10128 #: lib/microappplugin.php:412
10129 msgid "Do not know how to handle this kind of target."
10130 msgstr ""
10131
10132 #. TRANS: Server exception thrown when a micro app plugin developer has not done his job too well.
10133 #: lib/microappplugin.php:554
10134 msgid "You must implement either adaptNoticeListItem() or showNotice()."
10135 msgstr ""
10136
10137 #. TRANS: Validation error in form for registration, profile and group settings, etc.
10138 #: lib/nickname.php:178
10139 msgid "Nickname cannot be empty."
10140 msgstr ""
10141
10142 #. TRANS: Validation error in form for registration, profile and group settings, etc.
10143 #: lib/nickname.php:191
10144 #, php-format
10145 msgid "Nickname cannot be more than %d character long."
10146 msgid_plural "Nickname cannot be more than %d characters long."
10147 msgstr[0] ""
10148 msgstr[1] ""
10149
10150 #. TRANS: Form legend for notice form.
10151 #: lib/noticeform.php:194
10152 msgid "Send a notice"
10153 msgstr ""
10154
10155 #. TRANS: Title for notice label. %s is the user's nickname.
10156 #: lib/noticeform.php:208
10157 #, php-format
10158 msgid "What's up, %s?"
10159 msgstr ""
10160
10161 #. TRANS: Input label in notice form for adding an attachment.
10162 #: lib/noticeform.php:228
10163 msgid "Attach"
10164 msgstr ""
10165
10166 #. TRANS: Title for input field to attach a file to a notice.
10167 #: lib/noticeform.php:233
10168 msgid "Attach a file."
10169 msgstr ""
10170
10171 #. TRANS: Field label to add location to a notice.
10172 #: lib/noticeform.php:271
10173 msgid "Share my location"
10174 msgstr ""
10175
10176 #. TRANS: Text to not share location for a notice in notice form.
10177 #: lib/noticeform.php:276
10178 msgid "Do not share my location"
10179 msgstr ""
10180
10181 #. TRANS: Timeout error text for location retrieval in notice form.
10182 #: lib/noticeform.php:278
10183 msgid ""
10184 "Sorry, retrieving your geo location is taking longer than expected, please "
10185 "try again later"
10186 msgstr ""
10187
10188 #. TRANS: Separator in profile addressees list.
10189 #: lib/noticelistitem.php:243
10190 msgctxt "SEPARATOR"
10191 msgid ", "
10192 msgstr ""
10193
10194 #. TRANS: Used in coordinates as abbreviation of north.
10195 #: lib/noticelistitem.php:429
10196 msgid "N"
10197 msgstr ""
10198
10199 #. TRANS: Used in coordinates as abbreviation of south.
10200 #: lib/noticelistitem.php:431
10201 msgid "S"
10202 msgstr ""
10203
10204 #. TRANS: Used in coordinates as abbreviation of east.
10205 #: lib/noticelistitem.php:433
10206 msgid "E"
10207 msgstr ""
10208
10209 #. TRANS: Used in coordinates as abbreviation of west.
10210 #: lib/noticelistitem.php:435
10211 msgid "W"
10212 msgstr ""
10213
10214 #. TRANS: Coordinates message.
10215 #. TRANS: %1$s is lattitude degrees, %2$s is lattitude minutes,
10216 #. TRANS: %3$s is lattitude seconds, %4$s is N (north) or S (south) depending on lattitude,
10217 #. TRANS: %5$s is longitude degrees, %6$s is longitude minutes,
10218 #. TRANS: %7$s is longitude seconds, %8$s is E (east) or W (west) depending on longitude,
10219 #: lib/noticelistitem.php:442
10220 #, php-format
10221 msgid "%1$u°%2$u'%3$u\"%4$s %5$u°%6$u'%7$u\"%8$s"
10222 msgstr ""
10223
10224 #. TRANS: Followed by geo location.
10225 #: lib/noticelistitem.php:452
10226 msgid "at"
10227 msgstr ""
10228
10229 #. TRANS: Addition in notice list item if notice is part of a conversation.
10230 #: lib/noticelistitem.php:567
10231 msgid "in context"
10232 msgstr ""
10233
10234 #. TRANS: Addition in notice list item if notice was repeated. Followed by a span with a nickname.
10235 #: lib/noticelistitem.php:602
10236 msgid "Repeated by"
10237 msgstr ""
10238
10239 #. TRANS: Link title in notice list item to reply to a notice.
10240 #: lib/noticelistitem.php:629
10241 msgid "Reply to this notice"
10242 msgstr ""
10243
10244 #. TRANS: Link text in notice list item to reply to a notice.
10245 #: lib/noticelistitem.php:631
10246 msgid "Reply"
10247 msgstr ""
10248
10249 #. TRANS: Link title in notice list item to delete a notice.
10250 #: lib/noticelistitem.php:657
10251 msgid "Delete this notice"
10252 msgstr ""
10253
10254 #. TRANS: Title for repeat form status in notice list when a notice has been repeated.
10255 #: lib/noticelistitem.php:680
10256 msgid "Notice repeated."
10257 msgstr ""
10258
10259 #. TRANS: Field label for notice text.
10260 #: lib/noticeplaceholderform.php:55
10261 msgid "Update your status..."
10262 msgstr ""
10263
10264 #. TRANS: Form legend of form to nudge/ping another user.
10265 #: lib/nudgeform.php:111
10266 msgid "Nudge this user"
10267 msgstr ""
10268
10269 #. TRANS: Button text to nudge/ping another user.
10270 #: lib/nudgeform.php:124
10271 msgctxt "BUTTON"
10272 msgid "Nudge"
10273 msgstr ""
10274
10275 #. TRANS: Button title to nudge/ping another user.
10276 #: lib/nudgeform.php:128
10277 msgid "Send a nudge to this user."
10278 msgstr ""
10279
10280 #. TRANS: Exception thrown when creating a new profile fails in OAuth store.
10281 #: lib/oauthstore.php:291
10282 msgid "Error inserting new profile."
10283 msgstr ""
10284
10285 #. TRANS: Exception thrown when creating a new avatar fails in OAuth store.
10286 #: lib/oauthstore.php:300
10287 msgid "Error inserting avatar."
10288 msgstr ""
10289
10290 #. TRANS: Exception thrown when creating a remote profile fails in OAuth store.
10291 #: lib/oauthstore.php:322
10292 msgid "Error inserting remote profile."
10293 msgstr ""
10294
10295 #. TRANS: Exception thrown when a notice is denied because it has been sent before.
10296 #: lib/oauthstore.php:362
10297 msgid "Duplicate notice."
10298 msgstr ""
10299
10300 #. TRANS: Exception thrown when creating a new subscription fails in OAuth store.
10301 #: lib/oauthstore.php:509
10302 msgid "Could not insert new subscription."
10303 msgstr ""
10304
10305 #. TRANS: Server exception thrown in oEmbed action if no API endpoint is available.
10306 #: lib/oembedhelper.php:135
10307 msgid "No oEmbed API endpoint available."
10308 msgstr ""
10309
10310 #. TRANS: Field label for list.
10311 #: lib/peopletageditform.php:131
10312 msgctxt "LABEL"
10313 msgid "List"
10314 msgstr ""
10315
10316 #. TRANS: Field title for list.
10317 #: lib/peopletageditform.php:134
10318 msgid "Change the list (letters, numbers, -, ., and _ are allowed)."
10319 msgstr ""
10320
10321 #. TRANS: Field title for description of list.
10322 #: lib/peopletageditform.php:141
10323 msgid "Describe the list or topic."
10324 msgstr ""
10325
10326 #. TRANS: Field title for description of list.
10327 #. TRANS: %d is the maximum number of characters for the description.
10328 #: lib/peopletageditform.php:145
10329 #, php-format
10330 msgid "Describe the list or topic in %d character."
10331 msgid_plural "Describe the list or topic in %d characters."
10332 msgstr[0] ""
10333 msgstr[1] ""
10334
10335 #. TRANS: Button title to delete a list.
10336 #: lib/peopletageditform.php:175
10337 msgid "Delete this list."
10338 msgstr ""
10339
10340 #. TRANS: Header in list edit form.
10341 #: lib/peopletageditform.php:182
10342 msgid "Add or remove people"
10343 msgstr ""
10344
10345 #. TRANS: Header in list edit form.
10346 #: lib/peopletageditform.php:186
10347 msgctxt "HEADER"
10348 msgid "Search"
10349 msgstr ""
10350
10351 #. TRANS: Menu item in list navigation panel.
10352 #: lib/peopletaggroupnav.php:107
10353 msgctxt "MENU"
10354 msgid "List"
10355 msgstr ""
10356
10357 #. TRANS: Menu item title in list navigation panel.
10358 #. TRANS: %1$s is a list, %2$s is a nickname.
10359 #: lib/peopletaggroupnav.php:110 lib/peopletaggroupnav.php:121
10360 #, php-format
10361 msgid "%1$s list by %2$s."
10362 msgstr ""
10363
10364 #. TRANS: Menu item in list navigation panel.
10365 #: lib/peopletaggroupnav.php:118
10366 msgctxt "MENU"
10367 msgid "Listed"
10368 msgstr ""
10369
10370 #. TRANS: Menu item in list navigation panel.
10371 #. TRANS: Menu item in local navigation menu.
10372 #: lib/peopletaggroupnav.php:129 lib/subgroupnav.php:96
10373 msgctxt "MENU"
10374 msgid "Subscribers"
10375 msgstr ""
10376
10377 #. TRANS: Menu item title in list navigation panel.
10378 #. TRANS: %1$s is a list, %2$s is a nickname.
10379 #: lib/peopletaggroupnav.php:132
10380 #, php-format
10381 msgid "Subscribers to %1$s list by %2$s."
10382 msgstr ""
10383
10384 #. TRANS: Menu item in list navigation panel.
10385 #: lib/peopletaggroupnav.php:142
10386 msgctxt "MENU"
10387 msgid "Edit"
10388 msgstr ""
10389
10390 #. TRANS: Menu item title in list navigation panel.
10391 #. TRANS: %s is a list.
10392 #: lib/peopletaggroupnav.php:145
10393 #, php-format
10394 msgid "Edit %s list by you."
10395 msgstr ""
10396
10397 #. TRANS: Link description for link to list of users tagged with a tag.
10398 #: lib/peopletaglist.php:173
10399 msgid "Tagged"
10400 msgstr ""
10401
10402 #. TRANS: Title for link to edit list settings.
10403 #: lib/peopletaglist.php:196
10404 msgid "Edit list settings."
10405 msgstr ""
10406
10407 #. TRANS: Text for link to edit list settings.
10408 #: lib/peopletaglist.php:198
10409 msgid "Edit"
10410 msgstr ""
10411
10412 #. TRANS: Privacy mode text in list list item for private list.
10413 #: lib/peopletaglist.php:260
10414 msgctxt "MODE"
10415 msgid "Private"
10416 msgstr ""
10417
10418 #. TRANS: Menu item in the group navigation page.
10419 #: lib/peopletagnav.php:78
10420 msgctxt "MENU"
10421 msgid "List Subscriptions"
10422 msgstr ""
10423
10424 #. TRANS: Tooltip for menu item in the group navigation page.
10425 #. TRANS: %s is a user nickname.
10426 #: lib/peopletagnav.php:81
10427 #, php-format
10428 msgctxt "TOOLTIP"
10429 msgid "Lists subscribed to by %s."
10430 msgstr ""
10431
10432 #. TRANS: Menu item in the group navigation page.
10433 #. TRANS: %s is a user nickname.
10434 #: lib/peopletagnav.php:88
10435 #, php-format
10436 msgctxt "MENU"
10437 msgid "Lists with %s"
10438 msgstr ""
10439
10440 #. TRANS: Tooltip for menu item in the group navigation page.
10441 #. TRANS: %s is a user nickname.
10442 #: lib/peopletagnav.php:91
10443 #, php-format
10444 msgctxt "TOOLTIP"
10445 msgid "Lists with %s."
10446 msgstr ""
10447
10448 #. TRANS: Menu item in the group navigation page.
10449 #. TRANS: %s is a user nickname.
10450 #: lib/peopletagnav.php:98
10451 #, php-format
10452 msgctxt "MENU"
10453 msgid "Lists by %s"
10454 msgstr ""
10455
10456 #. TRANS: Tooltip for menu item in the group navigation page.
10457 #. TRANS: %s is a user nickname.
10458 #: lib/peopletagnav.php:101
10459 #, php-format
10460 msgctxt "TOOLTIP"
10461 msgid "Lists by %s."
10462 msgstr ""
10463
10464 #. TRANS: Label in lists widget.
10465 #: lib/peopletags.php:87
10466 msgctxt "LABEL"
10467 msgid "Your lists"
10468 msgstr ""
10469
10470 #. TRANS: Fieldset legend in lists widget.
10471 #: lib/peopletags.php:135
10472 msgctxt "LEGEND"
10473 msgid "Edit lists"
10474 msgstr ""
10475
10476 #. TRANS: Label in self tags widget.
10477 #: lib/peopletags.php:193
10478 msgctxt "LABEL"
10479 msgid "Tags"
10480 msgstr ""
10481
10482 #. TRANS: Title for section contaning lists with the most subscribers.
10483 #: lib/peopletagsbysubssection.php:69
10484 msgid "Popular lists"
10485 msgstr ""
10486
10487 #. TRANS: List summary. %1$d is the number of users in the list,
10488 #. TRANS: %2$d is the number of subscribers to the list.
10489 #: lib/peopletagsection.php:125
10490 #, php-format
10491 msgid "Listed: %1$d Subscribers: %2$d"
10492 msgstr ""
10493
10494 #. TRANS: Title for page that displays which lists current user is part of.
10495 #: lib/peopletagsforusersection.php:69
10496 #, php-format
10497 msgid "Lists with you"
10498 msgstr ""
10499
10500 #. TRANS: Title for page that displays which lists a user is part of.
10501 #. TRANS: %s is a profile name.
10502 #: lib/peopletagsforusersection.php:73
10503 #, php-format
10504 msgid "Lists with %s"
10505 msgstr ""
10506
10507 #. TRANS: Title for page that displays lists a user has subscribed to.
10508 #: lib/peopletagsubscriptionssection.php:66
10509 msgid "List subscriptions"
10510 msgstr ""
10511
10512 #. TRANS: Menu item in personal group navigation menu.
10513 #. TRANS: Menu item in settings navigation panel.
10514 #. TRANS: Menu item in local navigation menu.
10515 #: lib/personalgroupnav.php:82 lib/settingsnav.php:89 lib/subgroupnav.php:77
10516 msgctxt "MENU"
10517 msgid "Profile"
10518 msgstr ""
10519
10520 #. TRANS: Menu item title in personal group navigation menu.
10521 #: lib/personalgroupnav.php:84
10522 msgid "Your profile"
10523 msgstr ""
10524
10525 #. TRANS: Menu item in personal group navigation menu.
10526 #: lib/personalgroupnav.php:90
10527 msgctxt "MENU"
10528 msgid "Replies"
10529 msgstr ""
10530
10531 #. TRANS: Menu item in personal group navigation menu.
10532 #: lib/personalgroupnav.php:98
10533 msgctxt "MENU"
10534 msgid "Favorites"
10535 msgstr ""
10536
10537 #. TRANS: Replaces %s in '%s\'s favorite notices'. (Yes, we know we need to fix this.)
10538 #: lib/personalgroupnav.php:104
10539 msgctxt "FIXME"
10540 msgid "User"
10541 msgstr ""
10542
10543 #. TRANS: Menu item in personal group navigation menu.
10544 #: lib/personalgroupnav.php:115
10545 msgctxt "MENU"
10546 msgid "Messages"
10547 msgstr ""
10548
10549 #. TRANS: Menu item title in personal group navigation menu.
10550 #: lib/personalgroupnav.php:117
10551 msgid "Your incoming messages"
10552 msgstr ""
10553
10554 #. TRANS: Displayed as version information for a plugin if no version information was found.
10555 #: lib/plugin.php:126
10556 msgid "Unknown"
10557 msgstr ""
10558
10559 #. TRANS: Plugin admin panel controls
10560 #: lib/plugindisableform.php:90
10561 msgctxt "plugin"
10562 msgid "Disable"
10563 msgstr ""
10564
10565 #. TRANS: Plugin admin panel controls
10566 #: lib/pluginenableform.php:112
10567 msgctxt "plugin"
10568 msgid "Enable"
10569 msgstr ""
10570
10571 #. TRANS: Plugin description for a disabled plugin.
10572 #: lib/pluginlist.php:195
10573 msgctxt "plugin-description"
10574 msgid ""
10575 "(The plugin description is unavailable when a plugin has been disabled.)"
10576 msgstr ""
10577
10578 #. TRANS: Menu item in primary navigation panel.
10579 #: lib/primarynav.php:58
10580 msgctxt "MENU"
10581 msgid "Settings"
10582 msgstr ""
10583
10584 #. TRANS: Menu item title in primary navigation panel.
10585 #: lib/primarynav.php:60
10586 msgid "Change your personal settings."
10587 msgstr ""
10588
10589 #. TRANS: Menu item title in primary navigation panel.
10590 #: lib/primarynav.php:68
10591 msgid "Site configuration."
10592 msgstr ""
10593
10594 #. TRANS: Menu item in primary navigation panel.
10595 #: lib/primarynav.php:74
10596 msgctxt "MENU"
10597 msgid "Logout"
10598 msgstr ""
10599
10600 #. TRANS: Menu item title in primary navigation panel.
10601 #: lib/primarynav.php:76
10602 msgid "Logout from the site."
10603 msgstr ""
10604
10605 #. TRANS: Menu item title in primary navigation panel.
10606 #: lib/primarynav.php:84
10607 msgid "Login to the site."
10608 msgstr ""
10609
10610 #. TRANS: Menu item in primary navigation panel.
10611 #: lib/primarynav.php:92
10612 msgctxt "MENU"
10613 msgid "Search"
10614 msgstr ""
10615
10616 #. TRANS: Menu item title in primary navigation panel.
10617 #: lib/primarynav.php:94
10618 msgid "Search the site."
10619 msgstr ""
10620
10621 #. TRANS: H2 text for user subscription statistics.
10622 #: lib/profileaction.php:128
10623 msgid "Following"
10624 msgstr ""
10625
10626 #. TRANS: H2 text for user subscriber statistics.
10627 #: lib/profileaction.php:160
10628 msgid "Followers"
10629 msgstr ""
10630
10631 #. TRANS: Label for user statistics.
10632 #: lib/profileaction.php:204
10633 msgid "User ID"
10634 msgstr ""
10635
10636 #. TRANS: Label for user statistics.
10637 #: lib/profileaction.php:210
10638 msgid "Member since"
10639 msgstr ""
10640
10641 #. TRANS: Label for user statistics.
10642 #: lib/profileaction.php:216
10643 msgid "Notices"
10644 msgstr ""
10645
10646 #. TRANS: Label for user statistics.
10647 #. TRANS: Average count of posts made per day since account registration.
10648 #: lib/profileaction.php:223
10649 msgid "Daily average"
10650 msgstr ""
10651
10652 #. TRANS: H2 text for user group membership statistics.
10653 #: lib/profileaction.php:260
10654 msgid "Groups"
10655 msgstr ""
10656
10657 #. TRANS: H2 text for user list membership statistics.
10658 #: lib/profileaction.php:298
10659 msgid "Lists"
10660 msgstr ""
10661
10662 #. TRANS: Server error displayed when using an unimplemented method.
10663 #: lib/profileformaction.php:123
10664 msgid "Unimplemented method."
10665 msgstr ""
10666
10667 #. TRANS: Menu item title in search group navigation panel.
10668 #: lib/publicgroupnav.php:73
10669 msgid "User groups"
10670 msgstr ""
10671
10672 #. TRANS: Menu item in search group navigation panel.
10673 #: lib/publicgroupnav.php:76
10674 msgctxt "MENU"
10675 msgid "Recent tags"
10676 msgstr ""
10677
10678 #. TRANS: Menu item title in search group navigation panel.
10679 #: lib/publicgroupnav.php:78
10680 msgid "Recent tags"
10681 msgstr ""
10682
10683 #. TRANS: Menu item in search group navigation panel.
10684 #: lib/publicgroupnav.php:82
10685 msgctxt "MENU"
10686 msgid "Featured"
10687 msgstr ""
10688
10689 #. TRANS: Menu item in search group navigation panel.
10690 #: lib/publicgroupnav.php:88
10691 msgctxt "MENU"
10692 msgid "Popular"
10693 msgstr ""
10694
10695 #. TRANS: Title for inbox tag cloud section.
10696 #: lib/publictagcloudsection.php:53
10697 msgctxt "TITLE"
10698 msgid "Trending topics"
10699 msgstr ""
10700
10701 #. TRANS: Client error displayed when return-to was defined without a target.
10702 #: lib/redirectingaction.php:93
10703 msgid "No return-to arguments."
10704 msgstr ""
10705
10706 #. TRANS: For legend for notice repeat form.
10707 #: lib/repeatform.php:102
10708 msgid "Repeat this notice?"
10709 msgstr ""
10710
10711 #. TRANS: Button title to repeat a notice on notice repeat form.
10712 #: lib/repeatform.php:128
10713 msgid "Repeat this notice."
10714 msgstr ""
10715
10716 #. TRANS: Description of role revoke form. %s is the role to be revoked.
10717 #: lib/revokeroleform.php:88
10718 #, php-format
10719 msgid "Revoke the \"%s\" role from this user"
10720 msgstr ""
10721
10722 #. TRANS: Client error on action trying to visit a non-existing page.
10723 #: lib/router.php:1152
10724 msgid "Page not found."
10725 msgstr ""
10726
10727 #. TRANS: Title of form to sandbox a user.
10728 #: lib/sandboxform.php:65
10729 msgctxt "TITLE"
10730 msgid "Sandbox"
10731 msgstr ""
10732
10733 #. TRANS: Description of form to sandbox a user.
10734 #: lib/sandboxform.php:76
10735 msgid "Sandbox this user"
10736 msgstr ""
10737
10738 #. TRANS: Fieldset legend for the search form.
10739 #: lib/searchaction.php:106
10740 msgid "Search site"
10741 msgstr ""
10742
10743 #. TRANS: Used as a field label for the field where one or more keywords
10744 #. TRANS: for searching can be entered.
10745 #: lib/searchaction.php:114
10746 msgid "Keyword(s)"
10747 msgstr ""
10748
10749 #. TRANS: Button text for searching site.
10750 #. TRANS: Button text to search profiles.
10751 #: lib/searchaction.php:116 lib/togglepeopletag.php:134
10752 msgctxt "BUTTON"
10753 msgid "Search"
10754 msgstr ""
10755
10756 #. TRANS: Standard search suggestions shown when a search does not give any results.
10757 #: lib/searchaction.php:129
10758 msgid ""
10759 "* Make sure all words are spelled correctly.\n"
10760 "* Try different keywords.\n"
10761 "* Try more general keywords.\n"
10762 "* Try fewer keywords."
10763 msgstr ""
10764
10765 #. TRANS: Standard search suggestions shown when a search does not give any results.
10766 #: lib/searchaction.php:140
10767 #, php-format
10768 msgid ""
10769 "You can also try your search on other engines:\n"
10770 "\n"
10771 "* [Twingly](http://www.twingly.com/search?q=%s&content=microblog&site=%%%%"
10772 "site.server%%%%)\n"
10773 "* [Tweet scan](http://www.tweetscan.com/indexi.php?s=%s)\n"
10774 "* [Google](http://www.google.com/search?q=site%%3A%%%%site.server%%%%+%s)\n"
10775 "* [Yahoo](http://search.yahoo.com/search?p=site%%3A%%%%site.server%%%%+%s)\n"
10776 "* [Collecta](http://collecta.com/#q=%s)"
10777 msgstr ""
10778
10779 #. TRANS: Menu item in search group navigation panel.
10780 #: lib/searchgroupnav.php:74
10781 msgctxt "MENU"
10782 msgid "People"
10783 msgstr ""
10784
10785 #. TRANS: Menu item title in search group navigation panel.
10786 #: lib/searchgroupnav.php:76
10787 msgid "Find people on this site"
10788 msgstr ""
10789
10790 #. TRANS: Menu item in search group navigation panel.
10791 #: lib/searchgroupnav.php:78
10792 msgctxt "MENU"
10793 msgid "Notices"
10794 msgstr ""
10795
10796 #. TRANS: Menu item title in search group navigation panel.
10797 #: lib/searchgroupnav.php:80
10798 msgid "Find content of notices"
10799 msgstr ""
10800
10801 #. TRANS: Menu item title in search group navigation panel.
10802 #: lib/searchgroupnav.php:84
10803 msgid "Find groups on this site"
10804 msgstr ""
10805
10806 #. TRANS: Secondary navigation menu item leading to help on StatusNet.
10807 #: lib/secondarynav.php:56
10808 msgctxt "MENU"
10809 msgid "Help"
10810 msgstr ""
10811
10812 #. TRANS: Secondary navigation menu item leading to text about StatusNet site.
10813 #: lib/secondarynav.php:59
10814 msgctxt "MENU"
10815 msgid "About"
10816 msgstr ""
10817
10818 #. TRANS: Secondary navigation menu item leading to Frequently Asked Questions.
10819 #: lib/secondarynav.php:62
10820 msgctxt "MENU"
10821 msgid "FAQ"
10822 msgstr ""
10823
10824 #. TRANS: Secondary navigation menu item leading to Terms of Service.
10825 #: lib/secondarynav.php:67
10826 msgctxt "MENU"
10827 msgid "TOS"
10828 msgstr ""
10829
10830 #. TRANS: Secondary navigation menu item leading to privacy policy.
10831 #: lib/secondarynav.php:71
10832 msgctxt "MENU"
10833 msgid "Privacy"
10834 msgstr ""
10835
10836 #. TRANS: Secondary navigation menu item. Leads to information about StatusNet and its license.
10837 #: lib/secondarynav.php:74
10838 msgctxt "MENU"
10839 msgid "Source"
10840 msgstr ""
10841
10842 #. TRANS: Secondary navigation menu item leading to version information on the StatusNet site.
10843 #: lib/secondarynav.php:77
10844 msgctxt "MENU"
10845 msgid "Version"
10846 msgstr ""
10847
10848 #. TRANS: Secondary navigation menu item leading to e-mail contact information on the
10849 #. TRANS: StatusNet site, where to report bugs, ...
10850 #: lib/secondarynav.php:81
10851 msgctxt "MENU"
10852 msgid "Contact"
10853 msgstr ""
10854
10855 #. TRANS: Secondary navigation menu item. Leads to information about embedding a timeline widget.
10856 #: lib/secondarynav.php:84
10857 msgctxt "MENU"
10858 msgid "Badge"
10859 msgstr ""
10860
10861 #. TRANS: Default title for section/sidebar widget.
10862 #: lib/section.php:105
10863 msgid "Untitled section"
10864 msgstr ""
10865
10866 #. TRANS: Default "More..." title for section/sidebar widget.
10867 #: lib/section.php:129
10868 msgid "More..."
10869 msgstr ""
10870
10871 #. TRANS: Header in settings navigation panel.
10872 #: lib/settingsnav.php:83
10873 msgctxt "HEADER"
10874 msgid "Settings"
10875 msgstr ""
10876
10877 #. TRANS: Menu item title in settings navigation panel.
10878 #: lib/settingsnav.php:91
10879 msgid "Change your profile settings"
10880 msgstr ""
10881
10882 #. TRANS: Menu item in settings navigation panel.
10883 #: lib/settingsnav.php:96
10884 msgctxt "MENU"
10885 msgid "Avatar"
10886 msgstr ""
10887
10888 #. TRANS: Menu item title in settings navigation panel.
10889 #: lib/settingsnav.php:98
10890 msgid "Upload an avatar"
10891 msgstr ""
10892
10893 #. TRANS: Menu item in settings navigation panel.
10894 #: lib/settingsnav.php:103
10895 msgctxt "MENU"
10896 msgid "Password"
10897 msgstr ""
10898
10899 #. TRANS: Menu item title in settings navigation panel.
10900 #: lib/settingsnav.php:105
10901 msgid "Change your password"
10902 msgstr ""
10903
10904 #. TRANS: Menu item in settings navigation panel.
10905 #: lib/settingsnav.php:110
10906 msgctxt "MENU"
10907 msgid "Email"
10908 msgstr ""
10909
10910 #. TRANS: Menu item title in settings navigation panel.
10911 #: lib/settingsnav.php:112
10912 msgid "Change email handling"
10913 msgstr ""
10914
10915 #. TRANS: Menu item in settings navigation panel.
10916 #: lib/settingsnav.php:117
10917 msgctxt "MENU"
10918 msgid "URL"
10919 msgstr ""
10920
10921 #. TRANS: Menu item title in settings navigation panel.
10922 #: lib/settingsnav.php:119
10923 msgid "URL shorteners"
10924 msgstr ""
10925
10926 #. TRANS: Menu item in settings navigation panel.
10927 #: lib/settingsnav.php:127
10928 msgctxt "MENU"
10929 msgid "IM"
10930 msgstr ""
10931
10932 #. TRANS: Menu item title in settings navigation panel.
10933 #: lib/settingsnav.php:129
10934 msgid "Updates by instant messenger (IM)"
10935 msgstr ""
10936
10937 #. TRANS: Menu item in settings navigation panel.
10938 #: lib/settingsnav.php:136
10939 msgctxt "MENU"
10940 msgid "SMS"
10941 msgstr ""
10942
10943 #. TRANS: Menu item title in settings navigation panel.
10944 #: lib/settingsnav.php:138
10945 msgid "Updates by SMS"
10946 msgstr ""
10947
10948 #. TRANS: Menu item in settings navigation panel.
10949 #: lib/settingsnav.php:144
10950 msgctxt "MENU"
10951 msgid "Connections"
10952 msgstr ""
10953
10954 #. TRANS: Menu item title in settings navigation panel.
10955 #: lib/settingsnav.php:146
10956 msgid "Authorized connected applications"
10957 msgstr ""
10958
10959 #. TRANS: Title of form to silence a user.
10960 #: lib/silenceform.php:65
10961 msgctxt "TITLE"
10962 msgid "Silence"
10963 msgstr ""
10964
10965 #. TRANS: Description of form to silence a user.
10966 #: lib/silenceform.php:76
10967 msgid "Silence this user"
10968 msgstr ""
10969
10970 #. TRANS: Menu item in local navigation menu.
10971 #: lib/subgroupnav.php:85
10972 msgctxt "MENU"
10973 msgid "Subscriptions"
10974 msgstr ""
10975
10976 #. TRANS: Menu item title in local navigation menu.
10977 #. TRANS: %s is a user nickname.
10978 #: lib/subgroupnav.php:88
10979 #, php-format
10980 msgid "People %s subscribes to."
10981 msgstr ""
10982
10983 #. TRANS: Menu item title in local navigation menu.
10984 #. TRANS: %s is a user nickname.
10985 #: lib/subgroupnav.php:99
10986 #, php-format
10987 msgid "People subscribed to %s."
10988 msgstr ""
10989
10990 #. TRANS: Menu item in local navigation menu.
10991 #. TRANS: %d is the number of pending subscription requests.
10992 #: lib/subgroupnav.php:112
10993 #, php-format
10994 msgctxt "MENU"
10995 msgid "Pending (%d)"
10996 msgstr ""
10997
10998 #. TRANS: Menu item title in local navigation menu.
10999 #: lib/subgroupnav.php:114
11000 #, php-format
11001 msgid "Approve pending subscription requests."
11002 msgstr ""
11003
11004 #. TRANS: Menu item title in local navigation menu.
11005 #. TRANS: %s is a user nickname.
11006 #: lib/subgroupnav.php:127
11007 #, php-format
11008 msgid "Groups %s is a member of."
11009 msgstr ""
11010
11011 #. TRANS: Menu item title in local navigation menu.
11012 #. TRANS: %s is a user nickname.
11013 #: lib/subgroupnav.php:138
11014 #, php-format
11015 msgid "List subscriptions by %s."
11016 msgstr ""
11017
11018 #. TRANS: Menu item in local navigation menu.
11019 #: lib/subgroupnav.php:146
11020 msgctxt "MENU"
11021 msgid "Invite"
11022 msgstr ""
11023
11024 #. TRANS: Menu item title in local navigation menu.
11025 #. TRANS: %s is the StatusNet sitename.
11026 #: lib/subgroupnav.php:149
11027 #, php-format
11028 msgid "Invite friends and colleagues to join you on %s."
11029 msgstr ""
11030
11031 #. TRANS: Form of form to subscribe to a user.
11032 #: lib/subscribeform.php:107
11033 msgid "Subscribe to this user"
11034 msgstr ""
11035
11036 #. TRANS: Title of personal tag cloud section.
11037 #: lib/subscriberspeopleselftagcloudsection.php:48
11038 #: lib/subscriptionspeopleselftagcloudsection.php:48
11039 msgid "People Tagcloud as self-tagged"
11040 msgstr ""
11041
11042 #. TRANS: Title of personal tag cloud section.
11043 #: lib/subscriberspeopletagcloudsection.php:48
11044 #: lib/subscriptionspeopletagcloudsection.php:48
11045 msgid "People Tagcloud as tagged"
11046 msgstr ""
11047
11048 #. TRANS: Content displayed in a tag cloud section if there are no tags.
11049 #: lib/tagcloudsection.php:56 lib/tagcloudsection.php:72
11050 msgctxt "NOTAGS"
11051 msgid "None"
11052 msgstr ""
11053
11054 #. TRANS: Server exception displayed if a theme name was invalid.
11055 #: lib/theme.php:77
11056 msgid "Invalid theme name."
11057 msgstr ""
11058
11059 #. TRANS: Exception thrown when a compressed theme is uploaded while no support present in PHP configuration.
11060 #: lib/themeuploader.php:51
11061 msgid "This server cannot handle theme uploads without ZIP support."
11062 msgstr ""
11063
11064 #. TRANS: Server exception thrown when uploading a theme fails.
11065 #: lib/themeuploader.php:60 lib/themeuploader.php:64
11066 msgid "The theme file is missing or the upload failed."
11067 msgstr ""
11068
11069 #. TRANS: Server exception thrown when saving an uploaded theme after decompressing it fails.
11070 #. TRANS: Server exception thrown when an uploaded theme cannot be saved during extraction.
11071 #: lib/themeuploader.php:95 lib/themeuploader.php:107
11072 #: lib/themeuploader.php:293 lib/themeuploader.php:298
11073 #: lib/themeuploader.php:307 lib/themeuploader.php:315
11074 msgid "Failed saving theme."
11075 msgstr ""
11076
11077 #. TRANS: Server exception thrown when an uploaded theme has an incorrect structure.
11078 #: lib/themeuploader.php:153
11079 msgid "Invalid theme: Bad directory structure."
11080 msgstr ""
11081
11082 #. TRANS: Client exception thrown when an uploaded theme is larger than the limit.
11083 #. TRANS: %d is the number of bytes of the uncompressed theme.
11084 #: lib/themeuploader.php:174
11085 #, php-format
11086 msgid "Uploaded theme is too large; must be less than %d byte uncompressed."
11087 msgid_plural ""
11088 "Uploaded theme is too large; must be less than %d bytes uncompressed."
11089 msgstr[0] ""
11090 msgstr[1] ""
11091
11092 #. TRANS: Server exception thrown when an uploaded theme is incomplete.
11093 #: lib/themeuploader.php:188
11094 msgid "Invalid theme archive: Missing file css/display.css"
11095 msgstr ""
11096
11097 #. TRANS: Server exception thrown when an uploaded theme has an incorrect file or folder name.
11098 #: lib/themeuploader.php:229
11099 msgid ""
11100 "Theme contains invalid file or folder name. Stick with ASCII letters, "
11101 "digits, underscore, and minus sign."
11102 msgstr ""
11103
11104 #. TRANS: Server exception thrown when an uploaded theme contains files with unsafe file extensions.
11105 #: lib/themeuploader.php:236
11106 msgid "Theme contains unsafe file extension names; may be unsafe."
11107 msgstr ""
11108
11109 #. TRANS: Server exception thrown when an uploaded theme contains a file type that is not allowed.
11110 #. TRANS: %s is the file type that is not allowed.
11111 #: lib/themeuploader.php:255
11112 #, php-format
11113 msgid "Theme contains file of type \".%s\", which is not allowed."
11114 msgstr ""
11115
11116 #. TRANS: Server exception thrown when an uploaded compressed theme cannot be opened.
11117 #: lib/themeuploader.php:273
11118 msgid "Error opening theme archive."
11119 msgstr ""
11120
11121 #. TRANS: Header for Notices section.
11122 #: lib/threadednoticelist.php:76
11123 msgctxt "HEADER"
11124 msgid "Notices"
11125 msgstr ""
11126
11127 #. TRANS: Link to show replies for a notice.
11128 #. TRANS: %d is the number of replies to a notice and used for plural.
11129 #: lib/threadednoticelist.php:355
11130 #, php-format
11131 msgid "Show reply"
11132 msgid_plural "Show all %d replies"
11133 msgstr[0] ""
11134 msgstr[1] ""
11135
11136 #. TRANS: Reference to the logged in user in favourite list.
11137 #: lib/threadednoticelist.php:421
11138 msgctxt "FAVELIST"
11139 msgid "You"
11140 msgstr ""
11141
11142 #. TRANS: For building a list such as "Jim, Bob, Mary and 5 others like this".
11143 #. TRANS: %1$s is a list of users, separated by a separator (default: ", "), %2$s is the last user in the list.
11144 #: lib/threadednoticelist.php:459
11145 #, php-format
11146 msgctxt "FAVELIST"
11147 msgid "%1$s and %2$s"
11148 msgstr ""
11149
11150 #. TRANS: List message for notice favoured by logged in user.
11151 #: lib/threadednoticelist.php:493
11152 msgctxt "FAVELIST"
11153 msgid "You like this."
11154 msgstr ""
11155
11156 #. TRANS: List message for when more than 4 people like something.
11157 #. TRANS: %%s is a list of users liking a notice, %d is the number over 4 that like the notice.
11158 #. TRANS: Plural is decided on the total number of users liking the notice (count of %%s + %d).
11159 #: lib/threadednoticelist.php:498
11160 #, php-format
11161 msgid "%%s and %d others like this."
11162 msgid_plural "%%s and %d others like this."
11163 msgstr[0] ""
11164 msgstr[1] ""
11165
11166 #. TRANS: List message for favoured notices.
11167 #. TRANS: %%s is a list of users liking a notice.
11168 #. TRANS: Plural is based on the number of of users that have favoured a notice.
11169 #: lib/threadednoticelist.php:506
11170 #, php-format
11171 msgid "%%s likes this."
11172 msgid_plural "%%s like this."
11173 msgstr[0] ""
11174 msgstr[1] ""
11175
11176 #. TRANS: List message for notice repeated by logged in user.
11177 #: lib/threadednoticelist.php:559
11178 msgctxt "REPEATLIST"
11179 msgid "You have repeated this notice."
11180 msgstr ""
11181
11182 #. TRANS: List message for repeated notices.
11183 #. TRANS: %d is the number of users that have repeated a notice.
11184 #: lib/threadednoticelist.php:563
11185 #, php-format
11186 msgid "One person has repeated this notice."
11187 msgid_plural "%d people have repeated this notice."
11188 msgstr[0] ""
11189 msgstr[1] ""
11190
11191 #. TRANS: Form legend.
11192 #: lib/togglepeopletag.php:94
11193 #, php-format
11194 msgid "Search and list people"
11195 msgstr ""
11196
11197 #. TRANS: Dropdown option for searching in profiles.
11198 #: lib/togglepeopletag.php:105
11199 msgid "Everything"
11200 msgstr ""
11201
11202 #. TRANS: Dropdown option for searching in profiles.
11203 #: lib/togglepeopletag.php:109
11204 msgid "Fullname"
11205 msgstr ""
11206
11207 #. TRANS: Dropdown option for searching in profiles.
11208 #: lib/togglepeopletag.php:115
11209 msgid "URI (Remote users)"
11210 msgstr ""
11211
11212 #. TRANS: Dropdown field label.
11213 #: lib/togglepeopletag.php:121
11214 msgctxt "LABEL"
11215 msgid "Search in"
11216 msgstr ""
11217
11218 #. TRANS: Dropdown field title.
11219 #: lib/togglepeopletag.php:123
11220 msgid "Choose a field to search."
11221 msgstr ""
11222
11223 #. TRANS: Form legend.
11224 #. TRANS: %1$s is a nickname, $2$s is a list.
11225 #: lib/togglepeopletag.php:190
11226 #, php-format
11227 msgid "Remove %1$s from list %2$s"
11228 msgstr ""
11229
11230 #. TRANS: Legend on form to add a profile to a list.
11231 #. TRANS: %1$s is a nickname, %2$s is a list.
11232 #: lib/togglepeopletag.php:268
11233 #, php-format
11234 msgid "Add %1$s to list %2$s"
11235 msgstr ""
11236
11237 #. TRANS: Title for top posters section.
11238 #: lib/topposterssection.php:74
11239 msgid "Top posters"
11240 msgstr ""
11241
11242 #. TRANS: Option in drop-down of potential addressees.
11243 #: lib/toselector.php:87
11244 msgctxt "SENDTO"
11245 msgid "Everyone"
11246 msgstr ""
11247
11248 #. TRANS: Option in drop-down of potential addressees.
11249 #. TRANS: %s is a StatusNet sitename.
11250 #: lib/toselector.php:93
11251 #, php-format
11252 msgid "My colleagues at %s"
11253 msgstr ""
11254
11255 #. TRANS: Label for drop-down of potential addressees.
11256 #: lib/toselector.php:115
11257 msgctxt "LABEL"
11258 msgid "To:"
11259 msgstr ""
11260
11261 #. TRANS: Checkbox label in widget for selecting potential addressees to mark the notice private.
11262 #: lib/toselector.php:124
11263 msgid "Private?"
11264 msgstr ""
11265
11266 #. TRANS: Client exception thrown in widget for selecting potential addressees when an invalid fill option was received.
11267 #: lib/toselector.php:163
11268 #, php-format
11269 msgid "Unknown to value: \"%s\"."
11270 msgstr ""
11271
11272 #. TRANS: Title for the form to unblock a user.
11273 #: lib/unblockform.php:67
11274 msgctxt "TITLE"
11275 msgid "Unblock"
11276 msgstr ""
11277
11278 #. TRANS: Title for unsandbox form.
11279 #: lib/unsandboxform.php:67
11280 msgctxt "TITLE"
11281 msgid "Unsandbox"
11282 msgstr ""
11283
11284 #. TRANS: Description for unsandbox form.
11285 #: lib/unsandboxform.php:78
11286 msgid "Unsandbox this user"
11287 msgstr ""
11288
11289 #. TRANS: Title for unsilence form.
11290 #: lib/unsilenceform.php:65
11291 msgid "Unsilence"
11292 msgstr ""
11293
11294 #. TRANS: Form description for unsilence form.
11295 #: lib/unsilenceform.php:76
11296 msgid "Unsilence this user"
11297 msgstr ""
11298
11299 #. TRANS: Form legend on unsubscribe form.
11300 #. TRANS: Button title on unsubscribe form.
11301 #: lib/unsubscribeform.php:109 lib/unsubscribeform.php:134
11302 msgid "Unsubscribe from this user"
11303 msgstr ""
11304
11305 #. TRANS: Button text on unsubscribe form.
11306 #. TRANS: Button text for unsubscribing from a list.
11307 #: lib/unsubscribeform.php:132 lib/unsubscribepeopletagform.php:106
11308 msgctxt "BUTTON"
11309 msgid "Unsubscribe"
11310 msgstr ""
11311
11312 #. TRANS: Exception text shown when no profile can be found for a user.
11313 #. TRANS: %1$s is a user nickname, $2$d is a user ID (number).
11314 #: lib/usernoprofileexception.php:60
11315 #, php-format
11316 msgid "User %1$s (%2$d) has no profile record."
11317 msgstr ""
11318
11319 #. TRANS: Authorisation exception thrown when a user a not allowed to login.
11320 #: lib/util.php:328
11321 msgid "Not allowed to log in."
11322 msgstr ""
11323
11324 #. TRANS: Used in notices to indicate when the notice was made compared to now.
11325 #: lib/util.php:1343
11326 msgid "a few seconds ago"
11327 msgstr ""
11328
11329 #. TRANS: Used in notices to indicate when the notice was made compared to now.
11330 #: lib/util.php:1346
11331 msgid "about a minute ago"
11332 msgstr ""
11333
11334 #. TRANS: Used in notices to indicate when the notice was made compared to now.
11335 #: lib/util.php:1350
11336 #, php-format
11337 msgid "about one minute ago"
11338 msgid_plural "about %d minutes ago"
11339 msgstr[0] ""
11340 msgstr[1] ""
11341
11342 #. TRANS: Used in notices to indicate when the notice was made compared to now.
11343 #: lib/util.php:1353
11344 msgid "about an hour ago"
11345 msgstr ""
11346
11347 #. TRANS: Used in notices to indicate when the notice was made compared to now.
11348 #: lib/util.php:1357
11349 #, php-format
11350 msgid "about one hour ago"
11351 msgid_plural "about %d hours ago"
11352 msgstr[0] ""
11353 msgstr[1] ""
11354
11355 #. TRANS: Used in notices to indicate when the notice was made compared to now.
11356 #: lib/util.php:1360
11357 msgid "about a day ago"
11358 msgstr ""
11359
11360 #. TRANS: Used in notices to indicate when the notice was made compared to now.
11361 #: lib/util.php:1364
11362 #, php-format
11363 msgid "about one day ago"
11364 msgid_plural "about %d days ago"
11365 msgstr[0] ""
11366 msgstr[1] ""
11367
11368 #. TRANS: Used in notices to indicate when the notice was made compared to now.
11369 #: lib/util.php:1367
11370 msgid "about a month ago"
11371 msgstr ""
11372
11373 #. TRANS: Used in notices to indicate when the notice was made compared to now.
11374 #: lib/util.php:1371
11375 #, php-format
11376 msgid "about one month ago"
11377 msgid_plural "about %d months ago"
11378 msgstr[0] ""
11379 msgstr[1] ""
11380
11381 #. TRANS: Used in notices to indicate when the notice was made compared to now.
11382 #: lib/util.php:1374
11383 msgid "about a year ago"
11384 msgstr ""
11385
11386 #. TRANS: Web color exception thrown when a hexadecimal color code does not validate.
11387 #. TRANS: %s is the provided (invalid) color code.
11388 #: lib/webcolor.php:81 lib/webcolor.php:121
11389 #, php-format
11390 msgid "%s is not a valid color! Use 3 or 6 hex characters."
11391 msgstr ""
11392
11393 #. TRANS: Exception.
11394 #: lib/xrd.php:63
11395 msgid "Invalid XML."
11396 msgstr ""
11397
11398 #. TRANS: Exception.
11399 #: lib/xrd.php:68
11400 msgid "Invalid XML, missing XRD root."
11401 msgstr ""
11402
11403 #. TRANS: Commandline script output. %s is the filename that contains a backup for a user.
11404 #: scripts/restoreuser.php:62
11405 #, php-format
11406 msgid "Getting backup from file '%s'."
11407 msgstr ""
11408
11409 #. TRANS: Server exception. %s is a URL.
11410 #: scripts/update_ostatus_profiles.php:56
11411 #, php-format
11412 msgid "Invalid avatar URL %s."
11413 msgstr ""
11414
11415 #. TRANS: Server exception. %s is a URI.
11416 #: scripts/update_ostatus_profiles.php:67
11417 #, php-format
11418 msgid "Tried to update avatar for unsaved remote profile %s."
11419 msgstr ""
11420
11421 #. TRANS: Server exception. %s is a URL.
11422 #: scripts/update_ostatus_profiles.php:77
11423 #, php-format
11424 msgid "Unable to fetch avatar from %s."
11425 msgstr ""
11426
11427 #. TRANS: Exception. %s is a profile URL.
11428 #: scripts/update_ostatus_profiles.php:136
11429 #, php-format
11430 msgid "Could not reach profile page %s."
11431 msgstr ""
11432
11433 #. TRANS: Exception. %s is a URL.
11434 #: scripts/update_ostatus_profiles.php:187
11435 #, php-format
11436 msgid "Could not find a feed URL for profile page %s."
11437 msgstr ""
11438
11439 #. TRANS: Exception.
11440 #: scripts/update_ostatus_profiles.php:212
11441 msgid "Not a valid webfinger address."
11442 msgstr ""
11443
11444 #: scripts/update_ostatus_profiles.php:264
11445 #, php-format
11446 msgid "Could not find a valid profile for \"%s\"."
11447 msgstr ""