]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/OStatus/locale/OStatus.pot
ecbcfee155b1ff26f1f33221028e2de103009496
[quix0rs-gnu-social.git] / plugins / OStatus / locale / OStatus.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-05 18:54+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=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #: tests/gettext-speedtest.php:57
20 msgid "Feeds"
21 msgstr ""
22
23 #. TRANS: Link to subscribe to a remote entity.
24 #. TRANS: Link text for a user to subscribe to an OStatus user.
25 #: OStatusPlugin.php:249 OStatusPlugin.php:270 OStatusPlugin.php:1272
26 msgid "Subscribe"
27 msgstr ""
28
29 #. TRANS: Fieldset legend.
30 #: OStatusPlugin.php:289
31 msgid "Tag remote profile"
32 msgstr ""
33
34 #. TRANS: Field label.
35 #: OStatusPlugin.php:298
36 msgctxt "LABEL"
37 msgid "Remote profile"
38 msgstr ""
39
40 #. TRANS: Field title.
41 #. TRANS: Tooltip for field label "Subscribe to".
42 #: OStatusPlugin.php:300 actions/ostatussub.php:71
43 msgid ""
44 "OStatus user's address, like nickname@example.com or http://example.net/"
45 "nickname."
46 msgstr ""
47
48 #. TRANS: Button text to fetch remote profile.
49 #: OStatusPlugin.php:304
50 msgctxt "BUTTON"
51 msgid "Fetch"
52 msgstr ""
53
54 #. TRANS: Exception in OStatus when invalid URI was entered.
55 #: OStatusPlugin.php:322 OStatusPlugin.php:359
56 msgid "Invalid URI."
57 msgstr ""
58
59 #. TRANS: Error message in OStatus plugin. Do not translate the domain names example.com
60 #. TRANS: and example.net, as these are official standard domain names for use in examples.
61 #: OStatusPlugin.php:332 OStatusPlugin.php:366 actions/ostatussub.php:234
62 #: actions/ostatussub.php:242 actions/ostatussub.php:268
63 msgid ""
64 "Sorry, we could not reach that address. Please make sure that the OStatus "
65 "address is like nickname@example.com or http://example.net/nickname."
66 msgstr ""
67
68 #. TRANS: Title. %s is a domain name.
69 #: OStatusPlugin.php:581
70 #, php-format
71 msgid "Sent from %s via OStatus"
72 msgstr ""
73
74 #. TRANS: Exception thrown when setup of remote subscription fails.
75 #: OStatusPlugin.php:653
76 msgid "Could not set up remote subscription."
77 msgstr ""
78
79 #. TRANS: Title for unfollowing a remote profile.
80 #: OStatusPlugin.php:728
81 msgctxt "TITLE"
82 msgid "Unfollow"
83 msgstr ""
84
85 #. TRANS: Success message for unsubscribe from user attempt through OStatus.
86 #. TRANS: %1$s is the unsubscriber's name, %2$s is the unsubscribed user's name.
87 #: OStatusPlugin.php:731
88 #, php-format
89 msgid "%1$s stopped following %2$s."
90 msgstr ""
91
92 #. TRANS: Exception thrown when setup of remote group membership fails.
93 #: OStatusPlugin.php:759
94 msgid "Could not set up remote group membership."
95 msgstr ""
96
97 #. TRANS: Title for joining a remote groep.
98 #: OStatusPlugin.php:779
99 msgctxt "TITLE"
100 msgid "Join"
101 msgstr ""
102
103 #. TRANS: Success message for subscribe to group attempt through OStatus.
104 #. TRANS: %1$s is the member name, %2$s is the subscribed group's name.
105 #: OStatusPlugin.php:782
106 #, php-format
107 msgid "%1$s has joined group %2$s."
108 msgstr ""
109
110 #. TRANS: Exception thrown when joining a remote group fails.
111 #: OStatusPlugin.php:791
112 msgid "Failed joining remote group."
113 msgstr ""
114
115 #. TRANS: Title for leaving a remote group.
116 #: OStatusPlugin.php:831
117 msgctxt "TITLE"
118 msgid "Leave"
119 msgstr ""
120
121 #. TRANS: Success message for unsubscribe from group attempt through OStatus.
122 #. TRANS: %1$s is the member name, %2$s is the unsubscribed group's name.
123 #: OStatusPlugin.php:834
124 #, php-format
125 msgid "%1$s has left group %2$s."
126 msgstr ""
127
128 #. TRANS: Exception thrown when setup of remote list subscription fails.
129 #: OStatusPlugin.php:859
130 msgid "Could not set up remote list subscription."
131 msgstr ""
132
133 #. TRANS: Title for following a remote list.
134 #: OStatusPlugin.php:877
135 msgctxt "TITLE"
136 msgid "Follow list"
137 msgstr ""
138
139 #. TRANS: Success message for remote list follow through OStatus.
140 #. TRANS: %1$s is the subscriber name, %2$s is the list, %3$s is the tagger's name.
141 #: OStatusPlugin.php:880
142 #, php-format
143 msgid "%1$s is now following people listed in %2$s by %3$s."
144 msgstr ""
145
146 #. TRANS: Exception thrown when subscription to remote list fails.
147 #: OStatusPlugin.php:890
148 msgid "Failed subscribing to remote list."
149 msgstr ""
150
151 #. TRANS: Title for unfollowing a remote list.
152 #: OStatusPlugin.php:927
153 msgid "Unfollow list"
154 msgstr ""
155
156 #. TRANS: Success message for remote list unfollow through OStatus.
157 #. TRANS: %1$s is the subscriber name, %2$s is the list, %3$s is the tagger's name.
158 #: OStatusPlugin.php:930
159 #, php-format
160 msgid "%1$s stopped following the list %2$s by %3$s."
161 msgstr ""
162
163 #. TRANS: Title for listing a remote profile.
164 #: OStatusPlugin.php:1007
165 msgctxt "TITLE"
166 msgid "List"
167 msgstr ""
168
169 #. TRANS: Success message for remote list addition through OStatus.
170 #. TRANS: %1$s is the list creator's name, %2$s is the added list member, %3$s is the list name.
171 #: OStatusPlugin.php:1010
172 #, php-format
173 msgid "%1$s listed %2$s in the list %3$s."
174 msgstr ""
175
176 #. TRANS: Exception thrown when subscribing to a remote list fails.
177 #: OStatusPlugin.php:1024
178 #, php-format
179 msgid ""
180 "Could not complete subscription to remote profile's feed. List %s could not "
181 "be saved."
182 msgstr ""
183
184 #. TRANS: Title for unlisting a remote profile.
185 #: OStatusPlugin.php:1064
186 msgctxt "TITLE"
187 msgid "Unlist"
188 msgstr ""
189
190 #. TRANS: Success message for remote list removal through OStatus.
191 #. TRANS: %1$s is the list creator's name, %2$s is the removed list member, %3$s is the list name.
192 #: OStatusPlugin.php:1067
193 #, php-format
194 msgid "%1$s removed %2$s from the list %3$s."
195 msgstr ""
196
197 #. TRANS: Title for unliking a remote notice.
198 #: OStatusPlugin.php:1115
199 msgid "Unlike"
200 msgstr ""
201
202 #. TRANS: Success message for remove a favorite notice through OStatus.
203 #. TRANS: %1$s is the unfavoring user's name, %2$s is URI to the no longer favored notice.
204 #: OStatusPlugin.php:1118
205 #, php-format
206 msgid "%1$s no longer likes %2$s."
207 msgstr ""
208
209 #. TRANS: Link text for link to remote subscribe.
210 #: OStatusPlugin.php:1194
211 msgid "Remote"
212 msgstr ""
213
214 #. TRANS: Title for activity.
215 #: OStatusPlugin.php:1234
216 msgid "Profile update"
217 msgstr ""
218
219 #. TRANS: Ping text for remote profile update through OStatus.
220 #. TRANS: %s is user that updated their profile.
221 #: OStatusPlugin.php:1237
222 #, php-format
223 msgid "%s has updated their profile page."
224 msgstr ""
225
226 #. TRANS: Link text for a user to tag an OStatus user.
227 #: OStatusPlugin.php:1281
228 msgid "Tag"
229 msgstr ""
230
231 #. TRANS: Plugin description.
232 #: OStatusPlugin.php:1296
233 msgid ""
234 "Follow people across social networks that implement <a href=\"http://ostatus."
235 "org/\">OStatus</a>."
236 msgstr ""
237
238 #. TRANS: Client exception.
239 #: actions/pushhub.php:66
240 msgid "Publishing outside feeds not supported."
241 msgstr ""
242
243 #. TRANS: Client exception. %s is a mode.
244 #: actions/pushhub.php:69
245 #, php-format
246 msgid "Unrecognized mode \"%s\"."
247 msgstr ""
248
249 #. TRANS: Client exception. %s is a topic.
250 #: actions/pushhub.php:89
251 #, php-format
252 msgid ""
253 "Unsupported hub.topic %s this hub only serves local user and group Atom "
254 "feeds."
255 msgstr ""
256
257 #. TRANS: Client exception. %s is sync or async.
258 #: actions/pushhub.php:95
259 #, php-format
260 msgid "Invalid hub.verify \"%s\". It must be sync or async."
261 msgstr ""
262
263 #. TRANS: Client exception. %s is the invalid lease value.
264 #: actions/pushhub.php:101
265 #, php-format
266 msgid "Invalid hub.lease \"%s\". It must be empty or positive integer."
267 msgstr ""
268
269 #. TRANS: Client exception. %s is the invalid hub secret.
270 #: actions/pushhub.php:109
271 #, php-format
272 msgid "Invalid hub.secret \"%s\". It must be under 200 bytes."
273 msgstr ""
274
275 #. TRANS: Client exception. %s is a feed URL.
276 #: actions/pushhub.php:161
277 #, php-format
278 msgid "Invalid hub.topic \"%s\". User does not exist."
279 msgstr ""
280
281 #. TRANS: Client exception. %s is a feed URL.
282 #: actions/pushhub.php:170
283 #, php-format
284 msgid "Invalid hub.topic \"%s\". Group does not exist."
285 msgstr ""
286
287 #. TRANS: Client exception. %s is a feed URL.
288 #: actions/pushhub.php:186
289 #, php-format
290 msgid "Invalid hub.topic %s; list does not exist."
291 msgstr ""
292
293 #. TRANS: Client exception.
294 #. TRANS: %1$s is this argument to the method this exception occurs in, %2$s is a URL.
295 #: actions/pushhub.php:211
296 #, php-format
297 msgid "Invalid URL passed for %1$s: \"%2$s\""
298 msgstr ""
299
300 #. TRANS: Client error displayed when trying to tag a local object as if it is remote.
301 #: actions/ostatustag.php:40
302 msgid "You can use the local tagging!"
303 msgstr ""
304
305 #. TRANS: Header for tagging a remote object. %s is a remote object's name.
306 #: actions/ostatustag.php:55
307 #, php-format
308 msgid "Tag %s"
309 msgstr ""
310
311 #. TRANS: Button text to tag a remote object.
312 #: actions/ostatustag.php:57
313 msgctxt "BUTTON"
314 msgid "Go"
315 msgstr ""
316
317 #. TRANS: Field label.
318 #: actions/ostatustag.php:69 actions/ostatusinit.php:136
319 msgid "User nickname"
320 msgstr ""
321
322 #. TRANS: Field title.
323 #: actions/ostatustag.php:71
324 msgid "Nickname of the user you want to tag."
325 msgstr ""
326
327 #. TRANS: Field label.
328 #: actions/ostatustag.php:75 actions/ostatusinit.php:146
329 msgid "Profile Account"
330 msgstr ""
331
332 #. TRANS: Field title.
333 #: actions/ostatustag.php:77
334 msgid "Your account id (for example user@identi.ca)."
335 msgstr ""
336
337 #. TRANS: Client error displayed when remote profile could not be looked up.
338 #. TRANS: Client error.
339 #: actions/ostatustag.php:93 actions/ostatusinit.php:182
340 msgid "Could not look up OStatus account profile."
341 msgstr ""
342
343 #. TRANS: Client error displayed when remote profile address could not be confirmed.
344 #. TRANS: Client error.
345 #: actions/ostatustag.php:106 actions/ostatusinit.php:195
346 msgid "Could not confirm remote profile address."
347 msgstr ""
348
349 #. TRANS: Title for an OStatus list.
350 #: actions/ostatustag.php:124
351 msgid "OStatus list"
352 msgstr ""
353
354 #. TRANS: Server exception thrown when referring to a non-existing or empty feed.
355 #: actions/pushcallback.php:51
356 msgid "Empty or invalid feed id."
357 msgstr ""
358
359 #. TRANS: Server exception. %s is a feed ID.
360 #: actions/pushcallback.php:57
361 #, php-format
362 msgid "Unknown PuSH feed id %s"
363 msgstr ""
364
365 #. TRANS: Client exception. %s is an invalid feed name.
366 #: actions/pushcallback.php:97
367 #, php-format
368 msgid "Bad hub.topic feed \"%s\"."
369 msgstr ""
370
371 #. TRANS: Client exception. %1$s the invalid token, %2$s is the topic for which the invalid token was given.
372 #: actions/pushcallback.php:102
373 #, php-format
374 msgid "Bad hub.verify_token %1$s for %2$s."
375 msgstr ""
376
377 #. TRANS: Client exception. %s is an invalid topic.
378 #: actions/pushcallback.php:109
379 #, php-format
380 msgid "Unexpected subscribe request for %s."
381 msgstr ""
382
383 #. TRANS: Client exception. %s is an invalid topic.
384 #: actions/pushcallback.php:114
385 #, php-format
386 msgid "Unexpected unsubscribe request for %s."
387 msgstr ""
388
389 #. TRANS: Client error displayed when referring to a non-existing user.
390 #. TRANS: Client error.
391 #: actions/ownerxrd.php:40 actions/usersalmon.php:45
392 #: actions/ostatusinit.php:221 actions/ostatusinit.php:235
393 msgid "No such user."
394 msgstr ""
395
396 #. TRANS: Field label for a field that takes an OStatus user address.
397 #: actions/ostatussub.php:68
398 msgid "Subscribe to"
399 msgstr ""
400
401 #. TRANS: Button text.
402 #. TRANS: Button text to continue joining a remote list.
403 #: actions/ostatussub.php:75 actions/ostatusgroup.php:87
404 #: actions/ostatuspeopletag.php:82
405 msgctxt "BUTTON"
406 msgid "Continue"
407 msgstr ""
408
409 #. TRANS: Button text.
410 #: actions/ostatussub.php:110
411 msgid "Join"
412 msgstr ""
413
414 #. TRANS: Tooltip for button "Join".
415 #: actions/ostatussub.php:112
416 msgctxt "BUTTON"
417 msgid "Join this group"
418 msgstr ""
419
420 #. TRANS: Button text.
421 #: actions/ostatussub.php:115
422 msgctxt "BUTTON"
423 msgid "Confirm"
424 msgstr ""
425
426 #. TRANS: Tooltip for button "Confirm".
427 #: actions/ostatussub.php:117
428 msgid "Subscribe to this user"
429 msgstr ""
430
431 #. TRANS: Extra paragraph in remote profile view when already subscribed.
432 #: actions/ostatussub.php:139
433 msgid "You are already subscribed to this user."
434 msgstr ""
435
436 #. TRANS: Error text.
437 #: actions/ostatussub.php:246 actions/ostatussub.php:250
438 #: actions/ostatussub.php:254 actions/ostatussub.php:258
439 #: actions/ostatussub.php:262
440 msgid ""
441 "Sorry, we could not reach that feed. Please try that OStatus address again "
442 "later."
443 msgstr ""
444
445 #. TRANS: OStatus remote subscription dialog error.
446 #. TRANS: OStatus remote group subscription dialog error.
447 #: actions/ostatussub.php:300 actions/ostatuspeopletag.php:144
448 msgid "Already subscribed!"
449 msgstr ""
450
451 #. TRANS: OStatus remote subscription dialog error.
452 #: actions/ostatussub.php:305
453 msgid "Remote subscription failed!"
454 msgstr ""
455
456 #. TRANS: Client error displayed when the session token does not match or is not given.
457 #: actions/ostatussub.php:353 actions/ostatusinit.php:69
458 msgid "There was a problem with your session token. Try again, please."
459 msgstr ""
460
461 #. TRANS: Form title.
462 #: actions/ostatussub.php:381
463 msgid "Subscribe to user"
464 msgstr ""
465
466 #. TRANS: Page title for OStatus remote subscription form.
467 #: actions/ostatussub.php:401
468 msgid "Confirm"
469 msgstr ""
470
471 #. TRANS: Instructions.
472 #: actions/ostatussub.php:413
473 msgid ""
474 "You can subscribe to users from other supported sites. Paste their address "
475 "or profile URI below:"
476 msgstr ""
477
478 #. TRANS: Field label.
479 #: actions/ostatusgroup.php:78
480 msgid "Join group"
481 msgstr ""
482
483 #. TRANS: Tooltip for field label "Join group". Do not translate the "example.net"
484 #. TRANS: domain name in the URL, as it is an official standard domain name for examples.
485 #: actions/ostatusgroup.php:82
486 msgid "OStatus group's address, like http://example.net/group/nickname."
487 msgstr ""
488
489 #. TRANS: Error text displayed when trying to join a remote group the user is already a member of.
490 #: actions/ostatusgroup.php:107
491 msgid "You are already a member of this group."
492 msgstr ""
493
494 #. TRANS: OStatus remote group subscription dialog error.
495 #: actions/ostatusgroup.php:142
496 msgid "Already a member!"
497 msgstr ""
498
499 #. TRANS: OStatus remote group subscription dialog error.
500 #: actions/ostatusgroup.php:150
501 msgid "Remote group join failed!"
502 msgstr ""
503
504 #. TRANS: Page title for OStatus remote group join form
505 #: actions/ostatusgroup.php:163
506 msgid "Confirm joining remote group"
507 msgstr ""
508
509 #. TRANS: Form instructions.
510 #: actions/ostatusgroup.php:174
511 msgid ""
512 "You can subscribe to groups from other supported sites. Paste the group's "
513 "profile URI below:"
514 msgstr ""
515
516 #. TRANS: Client error displayed trying to perform an action without providing an ID.
517 #. TRANS: Client error.
518 #. TRANS: Client error displayed trying to perform an action without providing an ID.
519 #: actions/usersalmon.php:38 actions/groupsalmon.php:40
520 #: actions/peopletagsalmon.php:40
521 msgid "No ID."
522 msgstr ""
523
524 #. TRANS: Client exception thrown when an undefied activity is performed.
525 #. TRANS: Client exception.
526 #: actions/usersalmon.php:73 classes/Ostatus_profile.php:489
527 msgid "Cannot handle that kind of post."
528 msgstr ""
529
530 #. TRANS: Client exception.
531 #: actions/usersalmon.php:86
532 msgid "In reply to unknown notice."
533 msgstr ""
534
535 #. TRANS: Client exception.
536 #: actions/usersalmon.php:91
537 msgid "In reply to a notice not by this user and not mentioning this user."
538 msgstr ""
539
540 #. TRANS: Client exception.
541 #: actions/usersalmon.php:98
542 msgid "To the attention of user(s), not including this one."
543 msgstr ""
544
545 #. TRANS: Client exception.
546 #: actions/usersalmon.php:102
547 msgid "Not to anyone in reply to anything."
548 msgstr ""
549
550 #. TRANS: Client exception.
551 #: actions/usersalmon.php:163
552 msgid "This is already a favorite."
553 msgstr ""
554
555 #. TRANS: Client exception.
556 #: actions/usersalmon.php:168
557 msgid "Could not save new favorite."
558 msgstr ""
559
560 #. TRANS: Client exception.
561 #: actions/usersalmon.php:185
562 msgid "Notice was not favorited!"
563 msgstr ""
564
565 #. TRANS: Client exception.
566 #: actions/usersalmon.php:196 actions/usersalmon.php:230
567 msgid "Not a person object."
568 msgstr ""
569
570 #. TRANS: Client exception.
571 #: actions/usersalmon.php:204
572 msgid "Unidentified profile being tagged."
573 msgstr ""
574
575 #. TRANS: Client exception.
576 #: actions/usersalmon.php:209
577 msgid "This user is not the one being tagged."
578 msgstr ""
579
580 #. TRANS: Client exception.
581 #: actions/usersalmon.php:220
582 msgid "The tag could not be saved."
583 msgstr ""
584
585 #. TRANS: Client exception.
586 #: actions/usersalmon.php:238
587 msgid "Unidentified profile being untagged."
588 msgstr ""
589
590 #. TRANS: Client exception.
591 #: actions/usersalmon.php:243
592 msgid "This user is not the one being untagged."
593 msgstr ""
594
595 #. TRANS: Client exception.
596 #: actions/usersalmon.php:255
597 msgid "The tag could not be deleted."
598 msgstr ""
599
600 #. TRANS: Client exception.
601 #: actions/usersalmon.php:269
602 msgid "Cannot favorite/unfavorite without an object."
603 msgstr ""
604
605 #. TRANS: Client exception.
606 #: actions/usersalmon.php:281
607 msgid "Cannot handle that kind of object for liking/faving."
608 msgstr ""
609
610 #. TRANS: Client exception. %s is an object ID.
611 #: actions/usersalmon.php:288
612 #, php-format
613 msgid "Notice with ID %s unknown."
614 msgstr ""
615
616 #. TRANS: Client exception. %1$s is a notice ID, %2$s is a user ID.
617 #: actions/usersalmon.php:293
618 #, php-format
619 msgid "Notice with ID %1$s not posted by %2$s."
620 msgstr ""
621
622 #. TRANS: Field label.
623 #: actions/ostatuspeopletag.php:74
624 msgid "Subscribe to list"
625 msgstr ""
626
627 #. TRANS: Field title.
628 #: actions/ostatuspeopletag.php:77
629 msgid "Address of the OStatus list, like http://example.net/user/all/tag."
630 msgstr ""
631
632 #. TRANS: Error text displayed when trying to subscribe to a list already a subscriber to.
633 #: actions/ostatuspeopletag.php:102
634 msgid "You are already subscribed to this list."
635 msgstr ""
636
637 #. TRANS: Page title for OStatus remote list subscription form
638 #: actions/ostatuspeopletag.php:165
639 msgid "Confirm subscription to remote list"
640 msgstr ""
641
642 #. TRANS: Instructions for OStatus list subscription form.
643 #: actions/ostatuspeopletag.php:177
644 msgid ""
645 "You can subscribe to lists from other supported sites. Paste the list's URI "
646 "below:"
647 msgstr ""
648
649 #. TRANS: Client error.
650 #: actions/groupsalmon.php:47 actions/ostatusinit.php:229
651 msgid "No such group."
652 msgstr ""
653
654 #. TRANS: Client error.
655 #: actions/groupsalmon.php:56
656 msgid "Cannot accept remote posts for a remote group."
657 msgstr ""
658
659 #. TRANS: Client error.
660 #: actions/groupsalmon.php:130
661 msgid "Cannot read profile to set up group membership."
662 msgstr ""
663
664 #. TRANS: Client error.
665 #. TRANS: Client error displayed when trying to have a group join another group.
666 #: actions/groupsalmon.php:134 actions/groupsalmon.php:174
667 msgid "Groups cannot join groups."
668 msgstr ""
669
670 #. TRANS: Client error displayed when trying to join a group the user is blocked from by a group admin.
671 #: actions/groupsalmon.php:148
672 msgid "You have been blocked from that group by the admin."
673 msgstr ""
674
675 #. TRANS: Server error. %1$s is a profile URI, %2$s is a group nickname.
676 #: actions/groupsalmon.php:156
677 #, php-format
678 msgid "Could not join remote user %1$s to group %2$s."
679 msgstr ""
680
681 #. TRANS: Client error displayed when group membership cannot be cancelled
682 #. TRANS: because the remote profile could not be read.
683 #: actions/groupsalmon.php:170
684 msgid "Cannot read profile to cancel group membership."
685 msgstr ""
686
687 #. TRANS: Server error. %1$s is a profile URI, %2$s is a group nickname.
688 #: actions/groupsalmon.php:184
689 #, php-format
690 msgid "Could not remove remote user %1$s from group %2$s."
691 msgstr ""
692
693 #. TRANS: Client error displayed when referring to a non-existing list.
694 #. TRANS: Client error.
695 #: actions/peopletagsalmon.php:47 actions/ostatusinit.php:244
696 msgid "No such list."
697 msgstr ""
698
699 #. TRANS: Client error displayed when trying to send a message to a remote list.
700 #: actions/peopletagsalmon.php:54
701 msgid "Cannot accept remote posts for a remote list."
702 msgstr ""
703
704 #. TRANS: Client error displayed when referring to a non-existing remote list.
705 #: actions/peopletagsalmon.php:92
706 msgid "Cannot read profile to set up list subscription."
707 msgstr ""
708
709 #. TRANS: Client error displayed when trying to subscribe a group to a list.
710 #. TRANS: Client error displayed when trying to unsubscribe a group from a list.
711 #: actions/peopletagsalmon.php:96 actions/peopletagsalmon.php:133
712 msgid "Groups cannot subscribe to lists."
713 msgstr ""
714
715 #. TRANS: Server error displayed when subscribing a remote user to a list fails.
716 #. TRANS: %1$s is a profile URI, %2$s is a list name.
717 #: actions/peopletagsalmon.php:116
718 #, php-format
719 msgid "Could not subscribe remote user %1$s to list %2$s."
720 msgstr ""
721
722 #. TRANS: Client error displayed when trying to unsubscribe from non-existing list.
723 #: actions/peopletagsalmon.php:129
724 msgid "Cannot read profile to cancel list subscription."
725 msgstr ""
726
727 #. TRANS: Client error displayed when trying to unsubscribe a remote user from a list fails.
728 #. TRANS: %1$s is a profile URL, %2$s is a list name.
729 #: actions/peopletagsalmon.php:145
730 #, php-format
731 msgid "Could not unsubscribe remote user %1$s from list %2$s."
732 msgstr ""
733
734 #. TRANS: Client error.
735 #: actions/ostatusinit.php:44
736 msgid "You can use the local subscription!"
737 msgstr ""
738
739 #. TRANS: Form title.
740 #: actions/ostatusinit.php:88
741 msgctxt "TITLE"
742 msgid "Subscribe to user"
743 msgstr ""
744
745 #. TRANS: Form legend. %s is a group name.
746 #: actions/ostatusinit.php:103
747 #, php-format
748 msgid "Join group %s"
749 msgstr ""
750
751 #. TRANS: Button text to join a group.
752 #: actions/ostatusinit.php:105
753 msgctxt "BUTTON"
754 msgid "Join"
755 msgstr ""
756
757 #. TRANS: Form legend. %1$s is a list, %2$s is a tagger's name.
758 #: actions/ostatusinit.php:108
759 #, php-format
760 msgid "Subscribe to list %1$s by %2$s"
761 msgstr ""
762
763 #. TRANS: Button text to subscribe to a list.
764 #. TRANS: Button text to subscribe to a profile.
765 #: actions/ostatusinit.php:110 actions/ostatusinit.php:116
766 msgctxt "BUTTON"
767 msgid "Subscribe"
768 msgstr ""
769
770 #. TRANS: Form legend. %s is a nickname.
771 #: actions/ostatusinit.php:114
772 #, php-format
773 msgid "Subscribe to %s"
774 msgstr ""
775
776 #. TRANS: Field label.
777 #: actions/ostatusinit.php:131
778 msgid "Group nickname"
779 msgstr ""
780
781 #. TRANS: Field title.
782 #: actions/ostatusinit.php:133
783 msgid "Nickname of the group you want to join."
784 msgstr ""
785
786 #. TRANS: Field title.
787 #: actions/ostatusinit.php:138
788 msgid "Nickname of the user you want to follow."
789 msgstr ""
790
791 #. TRANS: Tooltip for field label "Profile Account".
792 #: actions/ostatusinit.php:148
793 msgid "Your account ID (e.g. user@identi.ca)."
794 msgstr ""
795
796 #. TRANS: Client error.
797 #: actions/ostatusinit.php:170
798 msgid "Must provide a remote profile."
799 msgstr ""
800
801 #. TRANS: Client error.
802 #: actions/ostatusinit.php:247
803 msgid "No local user or group nickname provided."
804 msgstr ""
805
806 #. TRANS: Page title.
807 #: actions/ostatusinit.php:254
808 msgid "OStatus Connect"
809 msgstr ""
810
811 #. TRANS: Server exception.
812 #: classes/FeedSub.php:253
813 msgid "Attempting to start PuSH subscription for feed with no hub."
814 msgstr ""
815
816 #. TRANS: Server exception.
817 #: classes/FeedSub.php:284
818 msgid "Attempting to end PuSH subscription for feed with no hub."
819 msgstr ""
820
821 #. TRANS: Server exception. %s is a URI
822 #: classes/Ostatus_profile.php:174 classes/Ostatus_profile.php:192
823 #, php-format
824 msgid "Invalid ostatus_profile state: Two or more IDs set for %s."
825 msgstr ""
826
827 #. TRANS: Server exception. %s is a URI
828 #: classes/Ostatus_profile.php:177 classes/Ostatus_profile.php:195
829 #, php-format
830 msgid "Invalid ostatus_profile state: All IDs empty for %s."
831 msgstr ""
832
833 #. TRANS: Server exception.
834 #. TRANS: %1$s is the method name the exception occured in, %2$s is the actor type.
835 #: classes/Ostatus_profile.php:292
836 #, php-format
837 msgid "Invalid actor passed to %1$s: %2$s."
838 msgstr ""
839
840 #. TRANS: Server exception.
841 #: classes/Ostatus_profile.php:388
842 msgid ""
843 "Invalid type passed to Ostatus_profile::notify. It must be XML string or "
844 "Activity entry."
845 msgstr ""
846
847 #. TRANS: Exception.
848 #: classes/Ostatus_profile.php:421
849 msgid "Unknown feed format."
850 msgstr ""
851
852 #. TRANS: Exception.
853 #: classes/Ostatus_profile.php:445
854 msgid "RSS feed without a channel."
855 msgstr ""
856
857 #. TRANS: Client exception. %s is a source URI.
858 #: classes/Ostatus_profile.php:547
859 #, php-format
860 msgid "No content for notice %s."
861 msgstr ""
862
863 #. TRANS: Shown when a notice is longer than supported and/or when attachments are present. At runtime
864 #. TRANS: this will usually be replaced with localised text from StatusNet core messages.
865 #: classes/Ostatus_profile.php:582
866 msgid "Show more"
867 msgstr ""
868
869 #. TRANS: Exception. %s is a profile URL.
870 #: classes/Ostatus_profile.php:779
871 #, php-format
872 msgid "Could not reach profile page %s."
873 msgstr ""
874
875 #. TRANS: Exception. %s is a URL.
876 #: classes/Ostatus_profile.php:837
877 #, php-format
878 msgid "Could not find a feed URL for profile page %s."
879 msgstr ""
880
881 #. TRANS: Feed sub exception.
882 #: classes/Ostatus_profile.php:935
883 msgid "Cannot find enough profile information to make a feed."
884 msgstr ""
885
886 #. TRANS: Server exception. %s is a URL.
887 #: classes/Ostatus_profile.php:999
888 #, php-format
889 msgid "Invalid avatar URL %s."
890 msgstr ""
891
892 #. TRANS: Server exception. %s is a URI.
893 #: classes/Ostatus_profile.php:1010
894 #, php-format
895 msgid "Tried to update avatar for unsaved remote profile %s."
896 msgstr ""
897
898 #. TRANS: Server exception. %s is a URL.
899 #: classes/Ostatus_profile.php:1020
900 #, php-format
901 msgid "Unable to fetch avatar from %s."
902 msgstr ""
903
904 #. TRANS: Server exception.
905 #: classes/Ostatus_profile.php:1213
906 msgid "No author ID URI found."
907 msgstr ""
908
909 #. TRANS: Exception.
910 #: classes/Ostatus_profile.php:1239
911 msgid "No profile URI."
912 msgstr ""
913
914 #. TRANS: Exception.
915 #: classes/Ostatus_profile.php:1245
916 msgid "Local user cannot be referenced as remote."
917 msgstr ""
918
919 #. TRANS: Exception.
920 #: classes/Ostatus_profile.php:1250
921 msgid "Local group cannot be referenced as remote."
922 msgstr ""
923
924 #. TRANS: Exception.
925 #: classes/Ostatus_profile.php:1258
926 msgid "Local list cannot be referenced as remote."
927 msgstr ""
928
929 #. TRANS: Server exception.
930 #: classes/Ostatus_profile.php:1311 classes/Ostatus_profile.php:1322
931 msgid "Cannot save local profile."
932 msgstr ""
933
934 #. TRANS: Server exception.
935 #: classes/Ostatus_profile.php:1333
936 msgid "Cannot save local list."
937 msgstr ""
938
939 #. TRANS: Server exception.
940 #: classes/Ostatus_profile.php:1341
941 msgid "Cannot save OStatus profile."
942 msgstr ""
943
944 #. TRANS: Exception.
945 #: classes/Ostatus_profile.php:1654 classes/Ostatus_profile.php:1681
946 msgid "Not a valid webfinger address."
947 msgstr ""
948
949 #. TRANS: Exception. %s is a webfinger address.
950 #: classes/Ostatus_profile.php:1759
951 #, php-format
952 msgid "Could not save profile for \"%s\"."
953 msgstr ""
954
955 #. TRANS: Exception. %s is a webfinger address.
956 #: classes/Ostatus_profile.php:1778
957 #, php-format
958 msgid "Could not save OStatus profile for \"%s\"."
959 msgstr ""
960
961 #. TRANS: Exception. %s is a webfinger address.
962 #: classes/Ostatus_profile.php:1786
963 #, php-format
964 msgid "Could not find a valid profile for \"%s\"."
965 msgstr ""
966
967 #. TRANS: Server exception.
968 #: classes/Ostatus_profile.php:1829
969 msgid "Could not store HTML content of long post as file."
970 msgstr ""
971
972 #. TRANS: Server exception.
973 #. TRANS: %1$s is a protocol, %2$s is a URI.
974 #: classes/Ostatus_profile.php:1861
975 #, php-format
976 msgid "Unrecognized URI protocol for profile: %1$s (%2$s)."
977 msgstr ""
978
979 #. TRANS: Server exception. %s is a URI.
980 #: classes/Ostatus_profile.php:1868
981 #, php-format
982 msgid "No URI protocol for profile: %s."
983 msgstr ""
984
985 #. TRANS: Client exception. %s is a HTTP status code.
986 #: classes/HubSub.php:212
987 #, php-format
988 msgid "Hub subscriber verification returned HTTP %s."
989 msgstr ""
990
991 #. TRANS: Exception. %1$s is a response status code, %2$s is the body of the response.
992 #: classes/HubSub.php:359
993 #, php-format
994 msgid "Callback returned status: %1$s. Body: %2$s"
995 msgstr ""
996
997 #. TRANS: Exception.
998 #: lib/magicenvelope.php:79
999 msgid "Unable to locate signer public key."
1000 msgstr ""
1001
1002 #. TRANS: Exception.
1003 #: lib/salmon.php:126
1004 msgid "Salmon invalid actor for signing."
1005 msgstr ""
1006
1007 #. TRANS: Client error. POST is a HTTP command. It should not be translated.
1008 #: lib/salmonaction.php:43
1009 msgid "This method requires a POST."
1010 msgstr ""
1011
1012 #. TRANS: Client error. Do not translate "application/magic-envelope+xml".
1013 #: lib/salmonaction.php:48
1014 msgid "Salmon requires \"application/magic-envelope+xml\"."
1015 msgstr ""
1016
1017 #. TRANS: Client error.
1018 #: lib/salmonaction.php:58
1019 msgid "Salmon signature verification failed."
1020 msgstr ""
1021
1022 #. TRANS: Client error.
1023 #: lib/salmonaction.php:70
1024 msgid "Salmon post must be an Atom entry."
1025 msgstr ""
1026
1027 #. TRANS: Client exception.
1028 #: lib/salmonaction.php:126
1029 msgid "Unrecognized activity type."
1030 msgstr ""
1031
1032 #. TRANS: Client exception.
1033 #: lib/salmonaction.php:136
1034 msgid "This target does not understand posts."
1035 msgstr ""
1036
1037 #. TRANS: Client exception.
1038 #: lib/salmonaction.php:142
1039 msgid "This target does not understand follows."
1040 msgstr ""
1041
1042 #. TRANS: Client exception.
1043 #: lib/salmonaction.php:148
1044 msgid "This target does not understand unfollows."
1045 msgstr ""
1046
1047 #. TRANS: Client exception.
1048 #: lib/salmonaction.php:154
1049 msgid "This target does not understand favorites."
1050 msgstr ""
1051
1052 #. TRANS: Client exception.
1053 #: lib/salmonaction.php:160
1054 msgid "This target does not understand unfavorites."
1055 msgstr ""
1056
1057 #. TRANS: Client exception.
1058 #: lib/salmonaction.php:166
1059 msgid "This target does not understand share events."
1060 msgstr ""
1061
1062 #. TRANS: Client exception.
1063 #: lib/salmonaction.php:172
1064 msgid "This target does not understand joins."
1065 msgstr ""
1066
1067 #. TRANS: Client exception.
1068 #: lib/salmonaction.php:178
1069 msgid "This target does not understand leave events."
1070 msgstr ""
1071
1072 #. TRANS: Client exception.
1073 #: lib/salmonaction.php:184
1074 msgid "This target does not understand tag events."
1075 msgstr ""
1076
1077 #. TRANS: Client exception.
1078 #: lib/salmonaction.php:190
1079 msgid "This target does not understand untag events."
1080 msgstr ""
1081
1082 #. TRANS: Exception.
1083 #: lib/salmonaction.php:218
1084 msgid "Received a salmon slap from unidentified actor."
1085 msgstr ""