forked from buddypress/buddypress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuddypress.pot
7147 lines (5611 loc) · 202 KB
/
buddypress.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Copyright (C) 2014 BuddyPress
# This file is distributed under the same license as the BuddyPress package.
msgid ""
msgstr ""
"Project-Id-Version: BuddyPress \n"
"Report-Msgid-Bugs-To: http://wppolyglots.wordpress.com\n"
"POT-Creation-Date: 2014-08-14 03:30:50+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2014-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
#: src/bp-activity/bp-activity-actions.php:157
msgid "Activity deleted successfully"
msgstr ""
#: src/bp-activity/bp-activity-actions.php:159
msgid "There was an error when deleting that activity"
msgstr ""
#: src/bp-activity/bp-activity-actions.php:214
msgid "The activity item has been marked as spam and is no longer visible."
msgstr ""
#: src/bp-activity/bp-activity-actions.php:269
#: src/bp-templates/bp-legacy/buddypress-functions.php:708
msgid "Please enter some content to post."
msgstr ""
#: src/bp-activity/bp-activity-actions.php:290
msgid "Update Posted!"
msgstr ""
#: src/bp-activity/bp-activity-actions.php:292
msgid "There was an error when posting your update, please try again."
msgstr ""
#: src/bp-activity/bp-activity-actions.php:329
#: src/bp-templates/bp-legacy/buddypress-functions.php:769
msgid "Please do not leave the comment area blank."
msgstr ""
#: src/bp-activity/bp-activity-actions.php:340
msgid "Reply Posted!"
msgstr ""
#: src/bp-activity/bp-activity-actions.php:342
#: src/bp-templates/bp-legacy/buddypress-functions.php:772
#: src/bp-templates/bp-legacy/buddypress-functions.php:781
msgid "There was an error posting that reply, please try again."
msgstr ""
#: src/bp-activity/bp-activity-actions.php:374
msgid "Activity marked as favorite."
msgstr ""
#: src/bp-activity/bp-activity-actions.php:376
msgid "There was an error marking that activity as a favorite, please try again."
msgstr ""
#: src/bp-activity/bp-activity-actions.php:408
msgid "Activity removed as favorite."
msgstr ""
#: src/bp-activity/bp-activity-actions.php:410
msgid "There was an error removing that activity as a favorite, please try again."
msgstr ""
#. translators: Sitewide activity RSS title - "[Site Name] | Site Wide
#. Activity"
#: src/bp-activity/bp-activity-actions.php:440
msgid "%s | Site-Wide Activity"
msgstr ""
#: src/bp-activity/bp-activity-actions.php:443
msgid "Activity feed for the entire site."
msgstr ""
#. translators: Personal activity RSS title - "[Site Name] | [User Display
#. Name] | Activity"
#. translators: Group activity RSS title - "[Site Name] | [Group Name] |
#. Activity"
#: src/bp-activity/bp-activity-actions.php:470
#: src/bp-groups/bp-groups-actions.php:466
msgid "%1$s | %2$s | Activity"
msgstr ""
#: src/bp-activity/bp-activity-actions.php:473
msgid "Activity feed for %s."
msgstr ""
#. translators: Friends activity RSS title - "[Site Name] | [User Display Name]
#. | Friends Activity"
#: src/bp-activity/bp-activity-actions.php:503
msgid "%1$s | %2$s | Friends Activity"
msgstr ""
#: src/bp-activity/bp-activity-actions.php:506
msgid "Activity feed for %s's friends."
msgstr ""
#. translators: Member groups activity RSS title - "[Site Name] | [User Display
#. Name] | Groups Activity"
#: src/bp-activity/bp-activity-actions.php:540
msgid "%1$s | %2$s | Group Activity"
msgstr ""
#: src/bp-activity/bp-activity-actions.php:543
msgid "Public group activity feed of which %s is a member."
msgstr ""
#. translators: User mentions activity RSS title - "[Site Name] | [User Display
#. Name] | Mentions"
#: src/bp-activity/bp-activity-actions.php:579
msgid "%1$s | %2$s | Mentions"
msgstr ""
#: src/bp-activity/bp-activity-actions.php:582
msgid "Activity feed mentioning %s."
msgstr ""
#. translators: User activity favorites RSS title - "[Site Name] | [User
#. Display Name] | Favorites"
#: src/bp-activity/bp-activity-actions.php:616
msgid "%1$s | %2$s | Favorites"
msgstr ""
#: src/bp-activity/bp-activity-actions.php:619
msgid "Activity feed of %s's favorites."
msgstr ""
#: src/bp-activity/bp-activity-admin.php:32
msgctxt "Admin Dashbord SWA page title"
msgid "Activity"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:33
msgctxt "Admin Dashbord SWA menu"
msgid "Activity"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:88
msgid "ERROR: Please type a reply."
msgstr ""
#: src/bp-activity/bp-activity-admin.php:93
msgid "ERROR: The item you are trying to reply to cannot be found, or it has been deleted."
msgstr ""
#: src/bp-activity/bp-activity-admin.php:211
#: src/bp-activity/bp-activity-admin.php:258
#: src/bp-core/admin/bp-core-functions.php:431
#: src/bp-core/admin/bp-core-functions.php:449
#: src/bp-core/admin/bp-core-functions.php:468
#: src/bp-core/admin/bp-core-functions.php:487
#: src/bp-groups/bp-groups-admin.php:111 src/bp-groups/bp-groups-admin.php:146
#: src/bp-members/bp-members-admin.php:671
#: src/bp-members/bp-members-admin.php:1252
msgid "Overview"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:213
msgid "You edit activities made on your site similar to the way you edit a comment. This is useful if you need to change which page the activity links to, or when you notice that the author has made a typographical error."
msgstr ""
#: src/bp-activity/bp-activity-admin.php:214
msgid "The two big editing areas for the activity title and content are fixed in place, but you can reposition all the other boxes using drag and drop, and can minimize or expand them by clicking the title bar of each box. Use the Screen Options tab to unhide more boxes (Primary Item/Secondary Item, Link, Type, Author ID) or to choose a 1- or 2-column layout for this screen."
msgstr ""
#: src/bp-activity/bp-activity-admin.php:215
msgid "You can also moderate the activity from this screen using the Status box, where you can also change the timestamp of the activity."
msgstr ""
#: src/bp-activity/bp-activity-admin.php:220
msgid "Item, Link, Type"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:222
msgid "<strong>Primary Item/Secondary Item</strong> - These identify the object that created the activity. For example, the fields could reference a comment left on a specific site. Some types of activity may only use one, or none, of these fields."
msgstr ""
#: src/bp-activity/bp-activity-admin.php:223
msgid "<strong>Link</strong> - Used by some types of activity (e.g blog posts and comments, and forum topics and replies) to store a link back to the original content."
msgstr ""
#: src/bp-activity/bp-activity-admin.php:224
msgid "<strong>Type</strong> - Each distinct kind of activity has its own type. For example, <code>created_group</code> is used when a group is created and <code>joined_group</code> is used when a user joins a group."
msgstr ""
#: src/bp-activity/bp-activity-admin.php:225
msgid "For information about when and how BuddyPress uses all of these settings, see the Managing Activity link in the panel to the side."
msgstr ""
#: src/bp-activity/bp-activity-admin.php:230
#: src/bp-activity/bp-activity-admin.php:275
#: src/bp-core/admin/bp-core-functions.php:437
#: src/bp-core/admin/bp-core-functions.php:455
#: src/bp-core/admin/bp-core-functions.php:474
#: src/bp-core/admin/bp-core-functions.php:493
#: src/bp-groups/bp-groups-admin.php:119 src/bp-groups/bp-groups-admin.php:162
#: src/bp-members/bp-members-admin.php:680
#: src/bp-members/bp-members-admin.php:1273
msgid "For more information:"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:231
msgid "<a href=\"http://codex.buddypress.org/buddypress-site-administration/managing-activity/\">Managing Activity</a>"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:232
#: src/bp-activity/bp-activity-admin.php:276
#: src/bp-core/admin/bp-core-functions.php:439
#: src/bp-core/admin/bp-core-functions.php:457
#: src/bp-core/admin/bp-core-functions.php:476
#: src/bp-core/admin/bp-core-functions.php:495
#: src/bp-groups/bp-groups-admin.php:163
#: src/bp-members/bp-members-admin.php:682
#: src/bp-members/bp-members-admin.php:1274
msgid "<a href=\"http://buddypress.org/support/\">Support Forums</a>"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:236
msgctxt "activity admin edit screen"
msgid "Status"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:237
msgctxt "activity admin edit screen"
msgid "Primary Item/Secondary Item"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:238
msgctxt "activity admin edit screen"
msgid "Link"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:239
msgctxt "activity admin edit screen"
msgid "Type"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:240
msgctxt "activity admin edit screen"
msgid "Author ID"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:253
msgctxt "Activity items per page (screen options)"
msgid "Activity"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:260
msgid "You can manage activities made on your site similar to the way you manage comments and other content. This screen is customizable in the same ways as other management screens, and you can act on activities using the on-hover action links or the Bulk Actions."
msgstr ""
#: src/bp-activity/bp-activity-admin.php:261
msgid "There are many different types of activities. Some are generated automatically by BuddyPress and other plugins, and some are entered directly by a user in the form of status update. To help manage the different activity types, use the filter dropdown box to switch between them."
msgstr ""
#: src/bp-activity/bp-activity-admin.php:267
msgid "Moderating Activity"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:269
msgid "In the <strong>Activity</strong> column, above each activity it says “Submitted on,” followed by the date and time the activity item was generated on your site. Clicking on the date/time link will take you to that activity on your live site. Hovering over any activity gives you options to reply, edit, spam mark, or delete that activity."
msgstr ""
#: src/bp-activity/bp-activity-admin.php:270
msgid "In the <strong>In Response To</strong> column, if the activity was in reply to another activity, it shows that activity's author's picture and name, and a link to that activity on your live site. If there is a small bubble, the number in it shows how many other activities are related to this one; these are usually comments. Clicking the bubble will filter the activity screen to show only related activity items."
msgstr ""
#: src/bp-activity/bp-activity-admin.php:594
msgid "Editing Activity (ID #%s)"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:605
msgid "Action"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:612
msgid "Content"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:637
msgid "No activity found with this ID. <a href=\"%s\">Go back and try again</a>."
msgstr ""
#: src/bp-activity/bp-activity-admin.php:660
msgid "View Activity"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:668
msgid "Approved"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:669
#: src/bp-activity/bp-activity-admin.php:1424
#: src/bp-activity/bp-activity-akismet.php:197
#: src/bp-activity/bp-activity-akismet.php:226
#: src/bp-core/admin/bp-core-functions.php:809
msgid "Spam"
msgstr ""
#. translators: Publish box date format, see http:php.net/date
#: src/bp-activity/bp-activity-admin.php:675
#: src/bp-members/bp-members-admin.php:923
#: src/bp-members/bp-members-admin.php:985
msgid "M j, Y @ G:i"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:678
msgid "Submitted on: <strong>%1$s</strong>"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:678
#: src/bp-activity/bp-activity-admin.php:1417
#: src/bp-forums/bp-forums-template.php:2112
#: src/bp-groups/bp-groups-admin.php:1400
#: src/bp-xprofile/bp-xprofile-admin.php:402
msgid "Edit"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:691
msgid "Update"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:711
msgid "Link"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:713
msgid "Activity generated by posts and comments, forum topics and replies, and some plugins, uses the link field for a permalink back to the content item."
msgstr ""
#: src/bp-activity/bp-activity-admin.php:728
msgid "Author ID"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:797
msgid "This activity item has a type (%s) that is not registered using bp_activity_set_action(), so no label is available."
msgstr ""
#: src/bp-activity/bp-activity-admin.php:822
msgid "Primary Item ID"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:826
msgid "Secondary Item ID"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:829
msgid "These identify the object that created this activity. For example, the fields could reference a pair of site and comment IDs."
msgstr ""
#: src/bp-activity/bp-activity-admin.php:869
msgid "%s activity item has been permanently deleted."
msgid_plural "%s activity items have been permanently deleted."
msgstr[0] ""
msgstr[1] ""
#: src/bp-activity/bp-activity-admin.php:873
msgid "An error occurred when trying to update activity ID #%s."
msgstr ""
#: src/bp-activity/bp-activity-admin.php:876
msgid "Errors occurred when trying to update these activity items:"
msgstr ""
#. Translators: This is a bulleted list of item IDs
#: src/bp-activity/bp-activity-admin.php:882
msgid "#%s"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:891
msgid "%s activity item has been successfully spammed."
msgid_plural "%s activity items have been successfully spammed."
msgstr[0] ""
msgstr[1] ""
#: src/bp-activity/bp-activity-admin.php:894
msgid "%s activity item has been successfully unspammed."
msgid_plural "%s activity items have been successfully unspammed."
msgstr[0] ""
msgstr[1] ""
#: src/bp-activity/bp-activity-admin.php:897
msgid "The activity item has been updated succesfully."
msgstr ""
#: src/bp-activity/bp-activity-admin.php:910
msgid "Activity related to ID #%s"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:912
msgctxt "Admin SWA page"
msgid "Activity"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:916
#: src/bp-groups/bp-groups-admin.php:651
#: src/bp-members/bp-members-admin.php:1668
msgid "Search results for “%s”"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:929
msgid "Search all Activity"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:940
msgid "Reply to Activity"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:944
#: src/bp-groups/bp-groups-admin.php:605
#: src/bp-members/bp-members-admin.php:1799
#: src/bp-templates/bp-legacy/buddypress/activity/entry.php:102
#: src/bp-templates/bp-legacy/buddypress/forums/index.php:116
#: src/bp-xprofile/bp-xprofile-classes.php:544
#: src/bp-xprofile/bp-xprofile-classes.php:964
msgid "Cancel"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:945
#: src/bp-activity/bp-activity-admin.php:1411
#: src/bp-templates/bp-legacy/buddypress/activity/comment.php:37
#: src/bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php:10
msgid "Reply"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:1140
msgid "No activities found."
msgstr ""
#: src/bp-activity/bp-activity-admin.php:1211
#: src/bp-groups/bp-groups-admin.php:1273
msgid "All"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:1212
msgid "Spam <span class=\"count\">(%s)</span>"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:1228
msgid "Mark as Spam"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:1229
#: src/bp-activity/bp-activity-admin.php:1422
#: src/bp-core/admin/bp-core-functions.php:803
msgid "Not Spam"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:1230
#: src/bp-activity/bp-activity-admin.php:1427
#: src/bp-groups/bp-groups-admin.php:604
msgid "Delete Permanently"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:1247
msgctxt "Admin SWA column header"
msgid "Author"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:1248
msgctxt "Admin SWA column header"
msgid "Activity"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:1249
msgctxt "Admin SWA column header"
msgid "Action"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:1250
msgctxt "Admin SWA column header"
msgid "In Response To"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:1295
msgid "View all actions"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:1320
msgid "Filter"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:1336
msgid "Select activity item %1$d"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:1367
msgid "Unregistered action - %s"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:1413
msgid "Replies are disabled for this activity item"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:1413
msgid "Replies disabled"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:1427 src/bp-core/bp-core-cssjs.php:81
msgid "Are you sure?"
msgstr ""
#. translators: 2: activity admin ui date/time
#: src/bp-activity/bp-activity-admin.php:1436
msgid "Submitted on <a href=\"%1$s\">%2$s at %3$s</a>"
msgstr ""
#: src/bp-activity/bp-activity-admin.php:1468
msgid "%s related activity"
msgid_plural "%s related activities"
msgstr[0] ""
msgstr[1] ""
#: src/bp-activity/bp-activity-admin.php:1479
msgid "<a href=\"%1$s\">View Activity</a>"
msgstr ""
#: src/bp-activity/bp-activity-akismet.php:86
msgid "Flagged as spam by Akismet"
msgstr ""
#: src/bp-activity/bp-activity-akismet.php:89
msgid "Cleared by Akismet"
msgstr ""
#: src/bp-activity/bp-activity-akismet.php:95
msgid "Flagged as spam by %s"
msgstr ""
#: src/bp-activity/bp-activity-akismet.php:97
msgid "Un-spammed by %s"
msgstr ""
#: src/bp-activity/bp-activity-akismet.php:106
msgid "History"
msgstr ""
#: src/bp-activity/bp-activity-akismet.php:373
msgid "%s reported this activity as spam"
msgstr ""
#: src/bp-activity/bp-activity-akismet.php:390
msgid "%s reported this activity as not spam"
msgstr ""
#: src/bp-activity/bp-activity-akismet.php:414
msgid "Akismet caught this item as spam"
msgstr ""
#: src/bp-activity/bp-activity-akismet.php:419
msgid "Akismet cleared this item"
msgstr ""
#: src/bp-activity/bp-activity-akismet.php:424
msgid "Akismet was unable to check this item (response: %s), will automatically retry again later."
msgstr ""
#: src/bp-activity/bp-activity-akismet.php:538
msgid "Activity History"
msgstr ""
#: src/bp-activity/bp-activity-akismet.php:558
msgctxt "x hours ago - akismet cleared this item"
msgid "<span>%1$s</span> — %2$s"
msgstr ""
#: src/bp-activity/bp-activity-classes.php:286
#: src/bp-activity/bp-activity-template.php:147
#: src/bp-groups/bp-groups-classes.php:646
#: src/bp-groups/bp-groups-functions.php:419
#: src/bp-groups/bp-groups-template.php:112
#: src/bp-groups/bp-groups-template.php:2181
#: src/bp-groups/bp-groups-template.php:3225
#: src/bp-groups/bp-groups-template.php:3493
msgid "Arguments passed to %1$s should be in an associative array. See the inline documentation at %2$s for more details."
msgstr ""
#: src/bp-activity/bp-activity-classes.php:1507
msgid "RSS feed 'id' must be defined"
msgstr ""
#: src/bp-activity/bp-activity-classes.php:1620
msgid "In reply to"
msgstr ""
#: src/bp-activity/bp-activity-filters.php:383
msgid "[Read more]"
msgstr ""
#: src/bp-activity/bp-activity-filters.php:388
msgid "…"
msgstr ""
#: src/bp-activity/bp-activity-filters.php:574
msgid "Load Newest"
msgstr ""
#: src/bp-activity/bp-activity-functions.php:902
msgid "Posted a status update"
msgstr ""
#: src/bp-activity/bp-activity-functions.php:904
msgid "Updates"
msgstr ""
#: src/bp-activity/bp-activity-functions.php:911
msgid "Replied to a status update"
msgstr ""
#: src/bp-activity/bp-activity-functions.php:913
msgid "Activity Comments"
msgstr ""
#: src/bp-activity/bp-activity-functions.php:964
msgid "%s posted an update"
msgstr ""
#: src/bp-activity/bp-activity-functions.php:978
#: tests/phpunit/testcases/activity/class.BP_Activity_Activity.php:308
msgid "%s posted a new activity comment"
msgstr ""
#: src/bp-activity/bp-activity-functions.php:1774
msgid "Thumbnail"
msgstr ""
#: src/bp-activity/bp-activity-loader.php:30
#: src/bp-core/admin/bp-core-components.php:380
msgid "Activity Streams"
msgstr ""
#: src/bp-activity/bp-activity-loader.php:110
msgctxt "component directory title"
msgid "Site-Wide Activity"
msgstr ""
#: src/bp-activity/bp-activity-loader.php:112
msgid "Search Activity..."
msgstr ""
#: src/bp-activity/bp-activity-loader.php:140
msgctxt "Profile activity screen nav"
msgid "Activity"
msgstr ""
#: src/bp-activity/bp-activity-loader.php:166
msgctxt "Profile activity screen sub nav"
msgid "Personal"
msgstr ""
#: src/bp-activity/bp-activity-loader.php:177
msgctxt "Profile activity screen sub nav"
msgid "Mentions"
msgstr ""
#: src/bp-activity/bp-activity-loader.php:189
msgctxt "Profile activity screen sub nav"
msgid "Favorites"
msgstr ""
#: src/bp-activity/bp-activity-loader.php:201
msgctxt "Profile activity screen sub nav"
msgid "Friends"
msgstr ""
#: src/bp-activity/bp-activity-loader.php:214
msgctxt "Profile activity screen sub nav"
msgid "Groups"
msgstr ""
#: src/bp-activity/bp-activity-loader.php:259
msgctxt "Toolbar Mention logged in user"
msgid "Mentions <span class=\"count\">%s</span>"
msgstr ""
#: src/bp-activity/bp-activity-loader.php:261
msgctxt "Toolbar Mention logged in user"
msgid "Mentions"
msgstr ""
#: src/bp-activity/bp-activity-loader.php:269
msgctxt "My Account Activity sub nav"
msgid "Activity"
msgstr ""
#: src/bp-activity/bp-activity-loader.php:277
msgctxt "My Account Activity sub nav"
msgid "Personal"
msgstr ""
#: src/bp-activity/bp-activity-loader.php:295
msgctxt "My Account Activity sub nav"
msgid "Favorites"
msgstr ""
#: src/bp-activity/bp-activity-loader.php:304
msgctxt "My Account Activity sub nav"
msgid "Friends"
msgstr ""
#: src/bp-activity/bp-activity-loader.php:314
msgctxt "My Account Activity sub nav"
msgid "Groups"
msgstr ""
#: src/bp-activity/bp-activity-loader.php:338
msgctxt "Page and <title>"
msgid "My Activity"
msgstr ""
#: src/bp-activity/bp-activity-loader.php:343
#: src/bp-activity/bp-activity-template.php:1251
#: src/bp-activity/bp-activity-template.php:1401
#: src/bp-activity/bp-activity-template.php:1412
#: src/bp-blogs/bp-blogs-loader.php:241 src/bp-core/deprecated/2.1.php:501
#: src/bp-forums/bp-forums-loader.php:245
#: src/bp-forums/bp-forums-template.php:730
#: src/bp-forums/bp-forums-template.php:960
#: src/bp-forums/bp-forums-template.php:1990
#: src/bp-friends/bp-friends-loader.php:234
#: src/bp-groups/bp-groups-loader.php:574
#: src/bp-groups/bp-groups-template.php:915
#: src/bp-groups/bp-groups-template.php:952
#: src/bp-groups/bp-groups-template.php:1381
#: src/bp-groups/bp-groups-template.php:1397
#: src/bp-groups/bp-groups-template.php:1446
#: src/bp-groups/bp-groups-template.php:1462
#: src/bp-groups/bp-groups-template.php:2400
#: src/bp-groups/bp-groups-template.php:2431
#: src/bp-groups/bp-groups-template.php:2461
#: src/bp-groups/bp-groups-template.php:3384
#: src/bp-members/bp-members-loader.php:258
#: src/bp-members/bp-members-template.php:703
#: src/bp-members/bp-members-template.php:1147
#: src/bp-members/bp-members-template.php:1189
#: src/bp-messages/bp-messages-loader.php:282
#: src/bp-messages/bp-messages-template.php:673
#: src/bp-notifications/bp-notifications-loader.php:235
#: src/bp-templates/bp-legacy/buddypress/groups/single/admin.php:185
#: src/bp-templates/bp-legacy/buddypress/groups/single/admin.php:212
msgid "Profile picture of %s"
msgstr ""
#: src/bp-activity/bp-activity-notifications.php:73
msgid "%s mentioned you in an update"
msgstr ""
#: src/bp-activity/bp-activity-notifications.php:76
#: src/bp-core/deprecated/1.5.php:354
msgid ""
"%1$s mentioned you in the group \"%2$s\":\n"
"\n"
"\"%3$s\"\n"
"\n"
"To view and respond to the message, log in and visit: %4$s\n"
"\n"
"---------------------\n"
msgstr ""
#: src/bp-activity/bp-activity-notifications.php:86
msgid ""
"%1$s mentioned you in an update:\n"
"\n"
"\"%2$s\"\n"
"\n"
"To view and respond to the message, log in and visit: %3$s\n"
"\n"
"---------------------\n"
msgstr ""
#: src/bp-activity/bp-activity-notifications.php:99
#: src/bp-activity/bp-activity-notifications.php:177
#: src/bp-activity/bp-activity-notifications.php:226
#: src/bp-core/deprecated/1.5.php:364
#: src/bp-friends/bp-friends-notifications.php:56
#: src/bp-friends/bp-friends-notifications.php:105
#: src/bp-groups/bp-groups-notifications.php:55
#: src/bp-groups/bp-groups-notifications.php:133
#: src/bp-groups/bp-groups-notifications.php:210
#: src/bp-groups/bp-groups-notifications.php:279
#: src/bp-groups/bp-groups-notifications.php:357
msgid "To disable these notifications please log in and go to: %s"
msgstr ""
#: src/bp-activity/bp-activity-notifications.php:164
msgid "%s replied to one of your updates"
msgstr ""
#: src/bp-activity/bp-activity-notifications.php:165
msgid ""
"%1$s replied to one of your updates:\n"
"\n"
"\"%2$s\"\n"
"\n"
"To view your original update and all comments, log in and visit: %3$s\n"
"\n"
"---------------------\n"
msgstr ""
#: src/bp-activity/bp-activity-notifications.php:209
msgid "%s replied to one of your comments"
msgstr ""
#: src/bp-activity/bp-activity-notifications.php:214
msgid ""
"%1$s replied to one of your comments:\n"
"\n"
"\"%2$s\"\n"
"\n"
"To view the original activity, your comment and all replies, log in and visit: %3$s\n"
"\n"
"---------------------\n"
msgstr ""
#: src/bp-activity/bp-activity-notifications.php:280
msgid "@%s Mentions"
msgstr ""
#: src/bp-activity/bp-activity-notifications.php:283
msgid "You have %1$d new mentions"
msgstr ""
#: src/bp-activity/bp-activity-notifications.php:287
msgid "%1$s mentioned you"
msgstr ""
#: src/bp-activity/bp-activity-screens.php:231
msgid "You do not have access to this activity."
msgstr ""
#: src/bp-activity/bp-activity-screens.php:270
#: src/bp-activity/bp-activity-screens.php:437
#: src/bp-core/bp-core-admin.php:529
msgid "Activity"
msgstr ""
#: src/bp-activity/bp-activity-screens.php:271
#: src/bp-blogs/bp-blogs-template.php:1043
#: src/bp-friends/bp-friends-screens.php:86
#: src/bp-groups/bp-groups-screens.php:937
#: src/bp-messages/bp-messages-screens.php:199
#: src/bp-templates/bp-legacy/buddypress/members/register.php:149
msgid "Yes"
msgstr ""
#: src/bp-activity/bp-activity-screens.php:272
#: src/bp-blogs/bp-blogs-template.php:1047
#: src/bp-friends/bp-friends-screens.php:87
#: src/bp-groups/bp-groups-screens.php:938
#: src/bp-messages/bp-messages-screens.php:200
#: src/bp-templates/bp-legacy/buddypress/members/register.php:150
msgid "No"
msgstr ""
#: src/bp-activity/bp-activity-screens.php:280
msgid "A member mentions you in an update using \"@%s\""
msgstr ""
#: src/bp-activity/bp-activity-screens.php:288
msgid "A member replies to an update or comment you've posted"
msgstr ""
#: src/bp-activity/bp-activity-template.php:284
msgctxt "Activity pagination previous text"
msgid "←"
msgstr ""
#: src/bp-activity/bp-activity-template.php:285
msgctxt "Activity pagination next text"
msgid "→"
msgstr ""
#: src/bp-activity/bp-activity-template.php:775
msgid "Viewing 1 item"
msgid_plural "Viewing %1$s - %2$s of %3$s items"
msgstr[0] ""
msgstr[1] ""
#: src/bp-activity/bp-activity-template.php:1251
msgid "Profile picture"
msgstr ""
#: src/bp-activity/bp-activity-template.php:1377
msgid "Group logo"
msgstr ""
#: src/bp-activity/bp-activity-template.php:1380
#: src/bp-groups/bp-groups-admin.php:1420
#: src/bp-groups/bp-groups-template.php:585
msgid "Group logo of %s"
msgstr ""
#: src/bp-activity/bp-activity-template.php:1391
msgid "Profile picture of the author of the site %s"
msgstr ""
#: src/bp-activity/bp-activity-template.php:1621
msgid "View Discussion"
msgstr ""
#: src/bp-activity/bp-activity-template.php:2170
msgid "%1$s no longer accepts arguments. See the inline documentation at %2$s for more details."
msgstr ""
#: src/bp-activity/bp-activity-template.php:2551
#: src/bp-forums/bp-forums-template.php:2113
#: src/bp-groups/bp-groups-admin.php:1292
#: src/bp-groups/bp-groups-admin.php:1403
#: src/bp-groups/bp-groups-template.php:1646
#: src/bp-members/admin/bp-members-classes.php:146
#: src/bp-members/admin/bp-members-classes.php:277
#: src/bp-members/admin/bp-members-classes.php:474
#: src/bp-members/admin/bp-members-classes.php:600
#: src/bp-notifications/bp-notifications-template.php:876
#: src/bp-templates/bp-legacy/buddypress/activity/comment.php:43
#: src/bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:51
#: src/bp-templates/bp-legacy/buddypress/members/single/messages/single.php:24
#: src/bp-xprofile/bp-xprofile-admin.php:407
#: src/bp-xprofile/bp-xprofile-classes.php:3161
msgid "Delete"
msgstr ""
#: src/bp-activity/bp-activity-template.php:2643
#: src/bp-core/admin/bp-core-functions.php:815
#: src/bp-core/admin/bp-core-slugs.php:109
#: src/bp-core/admin/bp-core-slugs.php:172
#: src/bp-groups/bp-groups-admin.php:1406
#: src/bp-members/bp-members-template.php:871
#: src/bp-templates/bp-legacy/buddypress-functions.php:250
msgid "View"
msgstr ""
#: src/bp-activity/bp-activity-template.php:2741
msgid "Clear Filter"
msgstr ""
#: src/bp-activity/bp-activity-template.php:3011
msgid "a user"
msgstr ""
#: src/bp-activity/bp-activity-template.php:3067
msgid "Send a public message on your activity stream."
msgstr ""
#: src/bp-activity/bp-activity-template.php:3068
msgid "Public Message"
msgstr ""
#: src/bp-activity/bp-activity-template.php:3590
msgid "Site Wide Activity RSS Feed"
msgstr ""
#: src/bp-blogs/bp-blogs-activity.php:34
msgid "New site created"
msgstr ""
#: src/bp-blogs/bp-blogs-activity.php:36
msgid "New Sites"
msgstr ""
#: src/bp-blogs/bp-blogs-activity.php:43
msgid "New post published"
msgstr ""
#: src/bp-blogs/bp-blogs-activity.php:45
#: src/bp-templates/bp-legacy/buddypress/forums/forums-loop.php:40
msgid "Posts"
msgstr ""
#: src/bp-blogs/bp-blogs-activity.php:52
msgid "New post comment posted"
msgstr ""
#: src/bp-blogs/bp-blogs-activity.php:54
msgid "Comments"
msgstr ""
#: src/bp-blogs/bp-blogs-activity.php:74
msgid "%s created the site %s"
msgstr ""
#: src/bp-blogs/bp-blogs-activity.php:133
#: src/bp-blogs/bp-blogs-functions.php:505
msgid "%1$s wrote a new post, %2$s, on the site %3$s"
msgstr ""