-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbuddypress.pot
11082 lines (8875 loc) · 320 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) 2018 The BuddyPress Community
# This file is distributed under the GPLv2 or later (license.txt).
msgid ""
msgstr ""
"Project-Id-Version: BuddyPress 4.0.0\n"
"Report-Msgid-Bugs-To: https://buddypress.trac.wordpress.org\n"
"POT-Creation-Date: 2018-11-27 18:53:11+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
"Last-Translator: JOHN JAMES JACOBY <[email protected]>\n"
"Language-Team: ENGLISH <[email protected]>\n"
"X-Generator: grunt-wp-i18n1.0.2\n"
#: bp-activity/actions/delete.php:52
#: bp-templates/bp-nouveau/includes/activity/ajax.php:249
msgid "Activity deleted successfully"
msgstr ""
#: bp-activity/actions/delete.php:54
msgid "There was an error when deleting that activity"
msgstr ""
#: bp-activity/actions/favorite.php:25
msgid "Activity marked as favorite."
msgstr ""
#: bp-activity/actions/favorite.php:27
msgid "There was an error marking that activity as a favorite. Please try again."
msgstr ""
#: bp-activity/actions/feeds.php:28
#. translators: Sitewide activity RSS title - "[Site Name] | Site Wide
#. Activity"
msgid "%s | Site-Wide Activity"
msgstr ""
#: bp-activity/actions/feeds.php:31
msgid "Activity feed for the entire site."
msgstr ""
#: bp-activity/actions/feeds.php:54 bp-groups/actions/feed.php:36
#. translators: Personal activity RSS title - "[Site Name] | [User Display
#. Name] | Activity"
#. translators: Group activity RSS title - "[Site Name] | [Group Name] |
#. Activity"
msgid "%1$s | %2$s | Activity"
msgstr ""
#: bp-activity/actions/feeds.php:57
msgid "Activity feed for %s."
msgstr ""
#: bp-activity/actions/feeds.php:80
#. translators: Friends activity RSS title - "[Site Name] | [User Display Name]
#. | Friends Activity"
msgid "%1$s | %2$s | Friends Activity"
msgstr ""
#: bp-activity/actions/feeds.php:83
msgid "Activity feed for %s's friends."
msgstr ""
#: bp-activity/actions/feeds.php:110
#. translators: Member groups activity RSS title - "[Site Name] | [User Display
#. Name] | Groups Activity"
msgid "%1$s | %2$s | Group Activity"
msgstr ""
#: bp-activity/actions/feeds.php:113
msgid "Public group activity feed of which %s is a member."
msgstr ""
#: bp-activity/actions/feeds.php:144
#. translators: User mentions activity RSS title - "[Site Name] | [User Display
#. Name] | Mentions"
msgid "%1$s | %2$s | Mentions"
msgstr ""
#: bp-activity/actions/feeds.php:147
msgid "Activity feed mentioning %s."
msgstr ""
#: bp-activity/actions/feeds.php:176
#. translators: User activity favorites RSS title - "[Site Name] | [User
#. Display Name] | Favorites"
msgid "%1$s | %2$s | Favorites"
msgstr ""
#: bp-activity/actions/feeds.php:179
msgid "Activity feed of %s's favorites."
msgstr ""
#: bp-activity/actions/post.php:60
#: bp-templates/bp-legacy/buddypress-functions.php:960
#: bp-templates/bp-nouveau/includes/activity/ajax.php:478
msgid "Please enter some content to post."
msgstr ""
#: bp-activity/actions/post.php:90
msgid "Update Posted!"
msgstr ""
#: bp-activity/actions/post.php:92
msgid "There was an error when posting your update. Please try again."
msgstr ""
#: bp-activity/actions/reply.php:43
#: bp-templates/bp-legacy/buddypress-functions.php:1052
#: bp-templates/bp-nouveau/includes/activity/ajax.php:349
msgid "Please do not leave the comment area blank."
msgstr ""
#: bp-activity/actions/reply.php:54
msgid "Reply Posted!"
msgstr ""
#: bp-activity/actions/reply.php:56
msgid "There was an error posting that reply. Please try again."
msgstr ""
#: bp-activity/actions/spam.php:59
msgid "The activity item has been marked as spam and is no longer visible."
msgstr ""
#: bp-activity/actions/unfavorite.php:25
msgid "Activity removed as favorite."
msgstr ""
#: bp-activity/actions/unfavorite.php:27
msgid "There was an error removing that activity as a favorite. Please try again."
msgstr ""
#: bp-activity/bp-activity-admin.php:88
msgid "ERROR: Please type a reply."
msgstr ""
#: 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 ""
#: bp-activity/bp-activity-admin.php:223 bp-activity/bp-activity-admin.php:277
#: bp-core/admin/bp-core-admin-functions.php:470
#: bp-core/admin/bp-core-admin-functions.php:488
#: bp-core/admin/bp-core-admin-functions.php:507
#: bp-core/admin/bp-core-admin-functions.php:526
#: bp-groups/bp-groups-admin.php:115 bp-groups/bp-groups-admin.php:168
#: bp-members/classes/class-bp-members-admin.php:774
#: bp-members/classes/class-bp-members-admin.php:1521
msgid "Overview"
msgstr ""
#: bp-activity/bp-activity-admin.php:225
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 ""
#: bp-activity/bp-activity-admin.php:226
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 ""
#: bp-activity/bp-activity-admin.php:227
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 ""
#: bp-activity/bp-activity-admin.php:232
msgid "Item, Link, Type"
msgstr ""
#: bp-activity/bp-activity-admin.php:234
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 ""
#: bp-activity/bp-activity-admin.php:235
msgid ""
"<strong>Link</strong> - Used by some types of activity (blog posts and "
"comments) to store a link back to the original content."
msgstr ""
#: bp-activity/bp-activity-admin.php:236
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 ""
#: bp-activity/bp-activity-admin.php:237
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 ""
#: bp-activity/bp-activity-admin.php:242 bp-activity/bp-activity-admin.php:294
#: bp-core/admin/bp-core-admin-functions.php:476
#: bp-core/admin/bp-core-admin-functions.php:494
#: bp-core/admin/bp-core-admin-functions.php:513
#: bp-core/admin/bp-core-admin-functions.php:532
#: bp-groups/bp-groups-admin.php:123 bp-groups/bp-groups-admin.php:184
#: bp-members/classes/class-bp-members-admin.php:783
#: bp-members/classes/class-bp-members-admin.php:1542
msgid "For more information:"
msgstr ""
#: bp-activity/bp-activity-admin.php:243
msgid ""
"<a "
"href=\"https://codex.buddypress.org/administrator-guide/activity-stream-"
"management-panels/\">Managing Activity</a>"
msgstr ""
#: bp-activity/bp-activity-admin.php:244 bp-activity/bp-activity-admin.php:295
#: bp-core/admin/bp-core-admin-functions.php:478
#: bp-core/admin/bp-core-admin-functions.php:496
#: bp-core/admin/bp-core-admin-functions.php:515
#: bp-core/admin/bp-core-admin-functions.php:534
#: bp-groups/bp-groups-admin.php:185
#: bp-members/classes/class-bp-members-admin.php:785
#: bp-members/classes/class-bp-members-admin.php:1543
msgid "<a href=\"https://buddypress.org/support/\">Support Forums</a>"
msgstr ""
#: bp-activity/bp-activity-admin.php:279
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 ""
#: bp-activity/bp-activity-admin.php:280
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 ""
#: bp-activity/bp-activity-admin.php:286
msgid "Moderating Activity"
msgstr ""
#: bp-activity/bp-activity-admin.php:288
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 ""
#: bp-activity/bp-activity-admin.php:289
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 ""
#: bp-activity/bp-activity-admin.php:301
#. translators: accessibility text
msgid "Activity list navigation"
msgstr ""
#: bp-activity/bp-activity-admin.php:663
msgid "Editing Activity (ID #%s)"
msgstr ""
#: bp-activity/bp-activity-admin.php:674
msgid "Action"
msgstr ""
#: bp-activity/bp-activity-admin.php:678
#. translators: accessibility text
msgid "Edit activity action"
msgstr ""
#: bp-activity/bp-activity-admin.php:685
#: bp-messages/classes/class-bp-messages-notices-admin.php:209
msgid "Content"
msgstr ""
#: bp-activity/bp-activity-admin.php:689
#. translators: accessibility text
msgid "Edit activity content"
msgstr ""
#: bp-activity/bp-activity-admin.php:718
msgid "No activity found with this ID."
msgstr ""
#: bp-activity/bp-activity-admin.php:720 bp-groups/bp-groups-admin.php:665
#: bp-members/classes/class-bp-members-admin.php:1024
msgid "Go back and try again."
msgstr ""
#: bp-activity/bp-activity-admin.php:746
#: bp-activity/classes/class-bp-activity-list-table.php:690
msgid "View Activity"
msgstr ""
#: bp-activity/bp-activity-admin.php:754
msgid "Approved"
msgstr ""
#: bp-activity/bp-activity-admin.php:755
#: bp-activity/classes/class-bp-activity-list-table.php:606
#: bp-activity/classes/class-bp-akismet.php:205
#: bp-activity/classes/class-bp-akismet.php:234
#: bp-core/admin/bp-core-admin-functions.php:1015
msgid "Spam"
msgstr ""
#: bp-activity/bp-activity-admin.php:761
#: bp-members/classes/class-bp-members-admin.php:1090
#: bp-members/classes/class-bp-members-admin.php:1150
#. Translators: Publish box date format, see http:php.net/date.
msgid "M j, Y @ G:i"
msgstr ""
#: bp-activity/bp-activity-admin.php:764
msgid "Submitted on: %s"
msgstr ""
#: bp-activity/bp-activity-admin.php:764
#: bp-activity/classes/class-bp-activity-list-table.php:599
#: bp-groups/classes/class-bp-groups-list-table.php:527
msgid "Edit"
msgstr ""
#: bp-activity/bp-activity-admin.php:777
#: bp-xprofile/classes/class-bp-xprofile-field.php:1202
#: bp-xprofile/classes/class-bp-xprofile-group.php:741
msgid "Update"
msgstr ""
#: bp-activity/bp-activity-admin.php:799
#. translators: accessibility text
msgid "Link"
msgstr ""
#: bp-activity/bp-activity-admin.php:802
msgid ""
"Activity generated by posts and comments uses the link field for a "
"permalink back to the content item."
msgstr ""
#: bp-activity/bp-activity-admin.php:819
#. translators: accessibility text
msgid "Author ID"
msgstr ""
#: bp-activity/bp-activity-admin.php:889
msgid ""
"This activity item has a type (%s) that is not registered using "
"bp_activity_set_action(), so no label is available."
msgstr ""
#: bp-activity/bp-activity-admin.php:897
#. translators: accessibility text
msgid "Select activity type"
msgstr ""
#: bp-activity/bp-activity-admin.php:918
msgid "Primary Item ID"
msgstr ""
#: bp-activity/bp-activity-admin.php:922
msgid "Secondary Item ID"
msgstr ""
#: bp-activity/bp-activity-admin.php:925
msgid ""
"These identify the object that created this activity. For example, the "
"fields could reference a pair of site and comment IDs."
msgstr ""
#: bp-activity/bp-activity-admin.php:964
msgid "%s activity item has been permanently deleted."
msgid_plural "%s activity items have been permanently deleted."
msgstr[0] ""
msgstr[1] ""
#: bp-activity/bp-activity-admin.php:968
msgid "An error occurred when trying to update activity ID #%s."
msgstr ""
#: bp-activity/bp-activity-admin.php:971
msgid "Errors occurred when trying to update these activity items:"
msgstr ""
#: bp-activity/bp-activity-admin.php:977
#. Translators: This is a bulleted list of item IDs.
msgid "#%s"
msgstr ""
#: bp-activity/bp-activity-admin.php:986
msgid "%s activity item has been successfully spammed."
msgid_plural "%s activity items have been successfully spammed."
msgstr[0] ""
msgstr[1] ""
#: bp-activity/bp-activity-admin.php:989
msgid "%s activity item has been successfully unspammed."
msgid_plural "%s activity items have been successfully unspammed."
msgstr[0] ""
msgstr[1] ""
#: bp-activity/bp-activity-admin.php:992
msgid "The activity item has been updated successfully."
msgstr ""
#: bp-activity/bp-activity-admin.php:1010
msgid "Activity related to ID #%s"
msgstr ""
#: bp-activity/bp-activity-admin.php:1016 bp-groups/bp-groups-admin.php:776
#: bp-groups/bp-groups-admin.php:791
#: bp-members/classes/class-bp-members-admin.php:1964
#: bp-members/classes/class-bp-members-admin.php:1985
msgid "Search results for “%s”"
msgstr ""
#: bp-activity/bp-activity-admin.php:1029
msgid "Search all Activity"
msgstr ""
#: bp-activity/bp-activity-admin.php:1040
msgid "Reply to Activity"
msgstr ""
#: bp-activity/bp-activity-admin.php:1043
#: bp-activity/bp-activity-admin.php:1049
#: bp-activity/classes/class-bp-activity-list-table.php:593
#: bp-templates/bp-legacy/buddypress/activity/comment.php:40
#. translators: accessibility text
msgid "Reply"
msgstr ""
#: bp-activity/bp-activity-admin.php:1048 bp-groups/bp-groups-admin.php:722
#: bp-members/classes/class-bp-members-admin.php:2188
#: bp-templates/bp-legacy/buddypress/activity/entry.php:130
#: bp-templates/bp-nouveau/includes/activity/functions.php:167
#: bp-xprofile/classes/class-bp-xprofile-field.php:1355
#: bp-xprofile/classes/class-bp-xprofile-group.php:833
msgid "Cancel"
msgstr ""
#: bp-activity/bp-activity-adminbar.php:43
msgid "Edit Activity"
msgstr ""
#: bp-activity/bp-activity-embeds.php:285
#. translators: By [oEmbed author] on [oEmbed provider]. eg. By BuddyPress on
#. YouTube.
msgid "By %1$s on %2$s"
msgstr ""
#: bp-activity/bp-activity-embeds.php:288
msgid "View on %s"
msgstr ""
#: bp-activity/bp-activity-embeds.php:333
msgid "Your browser does not support HTML5 video"
msgstr ""
#: bp-activity/bp-activity-embeds.php:340
msgid "Your browser does not support HTML5 audio"
msgstr ""
#: bp-activity/bp-activity-filters.php:428
msgid "[Read more]"
msgstr ""
#: bp-activity/bp-activity-filters.php:432
msgid "…"
msgstr ""
#: bp-activity/bp-activity-filters.php:638
msgid "Load Newest"
msgstr ""
#: bp-activity/bp-activity-filters.php:821
msgid "BuddyPress Activity Data"
msgstr ""
#: bp-activity/bp-activity-functions.php:1447
msgid "Posted a status update"
msgstr ""
#: bp-activity/bp-activity-functions.php:1449
msgid "Updates"
msgstr ""
#: bp-activity/bp-activity-functions.php:1456
msgid "Replied to a status update"
msgstr ""
#: bp-activity/bp-activity-functions.php:1458
msgid "Activity Comments"
msgstr ""
#: bp-activity/bp-activity-functions.php:1526
msgid "%s posted an update"
msgstr ""
#: bp-activity/bp-activity-functions.php:1549
msgid "%s posted a new activity comment"
msgstr ""
#: bp-activity/bp-activity-functions.php:2592
#: bp-templates/bp-legacy/buddypress-functions.php:1049
#: bp-templates/bp-nouveau/includes/activity/ajax.php:328
msgid "There was an error posting your reply. Please try again."
msgstr ""
#: bp-activity/bp-activity-functions.php:2620
msgid "The item you were replying to no longer exists."
msgstr ""
#: bp-activity/bp-activity-functions.php:3229
msgid "Thumbnail"
msgstr ""
#: bp-activity/bp-activity-functions.php:4187
msgid "Activity Date"
msgstr ""
#: bp-activity/bp-activity-functions.php:4191
msgid "Activity Description"
msgstr ""
#: bp-activity/bp-activity-functions.php:4195
msgid "Activity URL"
msgstr ""
#: bp-activity/bp-activity-functions.php:4202
msgid "Activity Content"
msgstr ""
#: bp-activity/bp-activity-functions.php:4223
#: bp-activity/bp-activity-notifications.php:389
#: bp-activity/classes/class-bp-activity-oembed-extension.php:138
#: bp-activity/classes/class-bp-activity-theme-compat.php:161
#: bp-core/classes/class-bp-admin.php:574
msgid "Activity"
msgstr ""
#: bp-activity/bp-activity-notifications.php:37
msgid "@%s Mentions"
msgstr ""
#: bp-activity/bp-activity-notifications.php:41
msgid "You have %1$d new mentions"
msgstr ""
#: bp-activity/bp-activity-notifications.php:44
msgid "%1$s mentioned you"
msgstr ""
#: bp-activity/bp-activity-notifications.php:50
msgid "New Activity reply"
msgstr ""
#: bp-activity/bp-activity-notifications.php:55
msgid "You have %1$d new replies"
msgstr ""
#: bp-activity/bp-activity-notifications.php:59
msgid "%1$s commented on one of your updates"
msgstr ""
#: bp-activity/bp-activity-notifications.php:65
msgid "New Activity comment reply"
msgstr ""
#: bp-activity/bp-activity-notifications.php:70
msgid "You have %1$d new comment replies"
msgstr ""
#: bp-activity/bp-activity-notifications.php:74
msgid "%1$s replied to one of your activity comments"
msgstr ""
#: bp-activity/bp-activity-notifications.php:390
#: bp-blogs/bp-blogs-template.php:1114 bp-friends/bp-friends-functions.php:947
#: bp-friends/bp-friends-notifications.php:252
#: bp-groups/bp-groups-notifications.php:1085
#: bp-messages/bp-messages-notifications.php:264
#: bp-settings/bp-settings-functions.php:135
#: bp-templates/bp-legacy/buddypress/members/register.php:318
#: bp-templates/bp-nouveau/includes/functions.php:1199
msgid "Yes"
msgstr ""
#: bp-activity/bp-activity-notifications.php:391
#: bp-blogs/bp-blogs-template.php:1118 bp-friends/bp-friends-functions.php:947
#: bp-friends/bp-friends-notifications.php:253
#: bp-groups/bp-groups-notifications.php:1086
#: bp-messages/bp-messages-notifications.php:265
#: bp-settings/bp-settings-functions.php:136
#: bp-templates/bp-legacy/buddypress/members/register.php:319
#: bp-templates/bp-nouveau/includes/functions.php:1207
msgid "No"
msgstr ""
#: bp-activity/bp-activity-notifications.php:399
msgid "A member mentions you in an update using \"@%s\""
msgstr ""
#: bp-activity/bp-activity-notifications.php:402
#: bp-activity/bp-activity-notifications.php:416
#: bp-friends/bp-friends-notifications.php:263
#: bp-friends/bp-friends-notifications.php:275
#: bp-groups/bp-groups-notifications.php:1096
#: bp-groups/bp-groups-notifications.php:1108
#: bp-groups/bp-groups-notifications.php:1120
#: bp-groups/bp-groups-notifications.php:1132
#: bp-groups/bp-groups-notifications.php:1144
#: bp-messages/bp-messages-notifications.php:275
#. translators: accessibility text
msgid "Yes, send email"
msgstr ""
#: bp-activity/bp-activity-notifications.php:406
#: bp-activity/bp-activity-notifications.php:420
#: bp-friends/bp-friends-notifications.php:267
#: bp-friends/bp-friends-notifications.php:279
#: bp-groups/bp-groups-notifications.php:1100
#: bp-groups/bp-groups-notifications.php:1112
#: bp-groups/bp-groups-notifications.php:1124
#: bp-groups/bp-groups-notifications.php:1136
#: bp-groups/bp-groups-notifications.php:1148
#: bp-messages/bp-messages-notifications.php:279
#. translators: accessibility text
msgid "No, do not send email"
msgstr ""
#: bp-activity/bp-activity-notifications.php:413
msgid "A member replies to an update or comment you've posted"
msgstr ""
#: bp-activity/bp-activity-template.php:453
msgid "Viewing 1 item"
msgstr ""
#: bp-activity/bp-activity-template.php:455
msgid "Viewing %1$s - %2$s of %3$s item"
msgid_plural "Viewing %1$s - %2$s of %3$s items"
msgstr[0] ""
msgstr[1] ""
#: bp-activity/bp-activity-template.php:1037
#: bp-activity/bp-activity-template.php:1206
#: bp-activity/bp-activity-template.php:1217
#: bp-activity/classes/class-bp-activity-component.php:413
#: bp-blogs/classes/class-bp-blogs-component.php:332
#: bp-core/deprecated/2.1.php:459
#: bp-friends/classes/class-bp-friends-component.php:299
#: bp-groups/bp-groups-template.php:1631 bp-groups/bp-groups-template.php:1663
#: bp-groups/bp-groups-template.php:2273 bp-groups/bp-groups-template.php:2289
#: bp-groups/bp-groups-template.php:2349 bp-groups/bp-groups-template.php:2365
#: bp-groups/bp-groups-template.php:3754 bp-groups/bp-groups-template.php:3793
#: bp-groups/bp-groups-template.php:3834 bp-groups/bp-groups-template.php:5415
#: bp-groups/classes/class-bp-groups-component.php:868
#: bp-members/bp-members-template.php:804
#: bp-members/bp-members-template.php:1558
#: bp-members/bp-members-template.php:1613
#: bp-members/classes/class-bp-members-component.php:437
#: bp-messages/bp-messages-template.php:726
#: bp-messages/classes/class-bp-messages-component.php:410
#: bp-notifications/classes/class-bp-notifications-component.php:294
msgid "Profile picture of %s"
msgstr ""
#: bp-activity/bp-activity-template.php:1037
msgid "Profile picture"
msgstr ""
#: bp-activity/bp-activity-template.php:1182
msgid "Group logo"
msgstr ""
#: bp-activity/bp-activity-template.php:1185
#: bp-groups/bp-groups-template.php:790
#: bp-groups/classes/class-bp-groups-list-table.php:554
msgid "Group logo of %s"
msgstr ""
#: bp-activity/bp-activity-template.php:1196
msgid "Profile picture of the author of the site %s"
msgstr ""
#: bp-activity/bp-activity-template.php:1499
msgid "View Discussion"
msgstr ""
#: bp-activity/bp-activity-template.php:2172
msgid ""
"%1$s no longer accepts arguments. See the inline documentation at %2$s for "
"more details."
msgstr ""
#: bp-activity/bp-activity-template.php:2642
#: bp-core/bp-core-attachments.php:777
#: bp-groups/classes/class-bp-groups-component.php:745
#: bp-groups/classes/class-bp-groups-list-table.php:371
#: bp-groups/classes/class-bp-groups-list-table.php:530
#: bp-members/classes/class-bp-members-list-table.php:171
#: bp-members/classes/class-bp-members-list-table.php:319
#: bp-members/classes/class-bp-members-ms-list-table.php:158
#: bp-members/classes/class-bp-members-ms-list-table.php:312
#: bp-messages/bp-messages-template.php:1039
#: bp-notifications/bp-notifications-template.php:784
#: bp-notifications/bp-notifications-template.php:1034
#: bp-templates/bp-legacy/buddypress/activity/comment.php:46
#: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:148
#: bp-templates/bp-legacy/buddypress/members/single/messages/single.php:45
#: bp-xprofile/classes/class-bp-xprofile-field-type.php:405
msgid "Delete"
msgstr ""
#: bp-activity/bp-activity-template.php:2747
#: bp-core/admin/bp-core-admin-functions.php:1021
#: bp-core/admin/bp-core-admin-slugs.php:148
#: bp-core/admin/bp-core-admin-slugs.php:219
#: bp-groups/classes/class-bp-groups-list-table.php:533
#: bp-members/bp-members-template.php:1048
#: bp-templates/bp-legacy/buddypress-functions.php:315
msgid "View"
msgstr ""
#: bp-activity/bp-activity-template.php:2856
msgid "Clear Filter"
msgstr ""
#: bp-activity/bp-activity-template.php:3166
msgid "a user"
msgstr ""
#: bp-activity/bp-activity-template.php:3223
msgid "Public Message"
msgstr ""
#: bp-activity/bp-activity-template.php:3815
msgid "Site Wide Activity RSS Feed"
msgstr ""
#: bp-activity/classes/class-bp-activity-activity.php:365
#: bp-activity/classes/class-bp-activity-template.php:144
#: bp-groups/bp-groups-functions.php:245 bp-groups/bp-groups-functions.php:695
#: bp-groups/classes/class-bp-groups-group-members-template.php:99
#: bp-groups/classes/class-bp-groups-group.php:1051
#: bp-groups/classes/class-bp-groups-invite-template.php:84
#: bp-groups/classes/class-bp-groups-membership-requests-template.php:91
#: bp-groups/classes/class-bp-groups-template.php:134
#: bp-messages/classes/class-bp-messages-box-template.php:113
#: bp-messages/classes/class-bp-messages-thread.php:450
#: bp-xprofile/classes/class-bp-xprofile-data-template.php:129
msgid ""
"Arguments passed to %1$s should be in an associative array. See the inline "
"documentation at %2$s for more details."
msgstr ""
#: bp-activity/classes/class-bp-activity-component.php:30
#: bp-core/bp-core-functions.php:2480
msgid "Activity Streams"
msgstr ""
#: bp-activity/classes/class-bp-activity-component.php:185
msgid "Search Activity..."
msgstr ""
#: bp-activity/classes/class-bp-activity-feed.php:157
msgid "RSS feed 'id' must be defined"
msgstr ""
#: bp-activity/classes/class-bp-activity-feed.php:305
msgid "In reply to"
msgstr ""
#: bp-activity/classes/class-bp-activity-list-table.php:235
msgid "No activities found."
msgstr ""
#: bp-activity/classes/class-bp-activity-list-table.php:248
#. translators: accessibility text
msgid "Activities list"
msgstr ""
#: bp-activity/classes/class-bp-activity-list-table.php:312
#. translators: accessibility text
msgid "Filter activities list"
msgstr ""
#: bp-activity/classes/class-bp-activity-list-table.php:316
#: bp-groups/classes/class-bp-groups-list-table.php:334
msgid "All"
msgstr ""
#: bp-activity/classes/class-bp-activity-list-table.php:317
msgid "Spam <span class=\"count\">(%s)</span>"
msgstr ""
#: bp-activity/classes/class-bp-activity-list-table.php:343
msgid "Mark as Spam"
msgstr ""
#: bp-activity/classes/class-bp-activity-list-table.php:344
#: bp-activity/classes/class-bp-activity-list-table.php:604
#: bp-core/admin/bp-core-admin-functions.php:1009
msgid "Not Spam"
msgstr ""
#: bp-activity/classes/class-bp-activity-list-table.php:345
#: bp-activity/classes/class-bp-activity-list-table.php:609
#: bp-groups/bp-groups-admin.php:721
msgid "Delete Permanently"
msgstr ""
#: bp-activity/classes/class-bp-activity-list-table.php:425
#. translators: accessibility text
msgid "Filter by activity type"
msgstr ""
#: bp-activity/classes/class-bp-activity-list-table.php:428
msgid "View all actions"
msgstr ""
#: bp-activity/classes/class-bp-activity-list-table.php:471
msgid "Filter"
msgstr ""
#: bp-activity/classes/class-bp-activity-list-table.php:519
#. translators: accessibility text
msgid "Select activity item %1$d"
msgstr ""
#: bp-activity/classes/class-bp-activity-list-table.php:550
msgid "Unregistered action - %s"
msgstr ""
#: bp-activity/classes/class-bp-activity-list-table.php:595
msgid "Replies disabled"
msgstr ""
#: bp-activity/classes/class-bp-activity-list-table.php:609
#: bp-core/bp-core-cssjs.php:165
#: bp-templates/bp-nouveau/buddypress-functions.php:420
msgid "Are you sure?"
msgstr ""
#: bp-activity/classes/class-bp-activity-list-table.php:626
#. translators: %s: activity date and time
msgid "Submitted on %s"
msgstr ""
#: bp-activity/classes/class-bp-activity-list-table.php:632
#: bp-core/bp-core-template.php:418
#. translators: 1: activity date, 2: activity time
msgid "%1$s at %2$s"
msgstr ""
#: bp-activity/classes/class-bp-activity-oembed-extension.php:194
msgid "Embedded Activity Item"
msgstr ""
#: bp-activity/classes/class-bp-akismet.php:87
msgid "Flagged as spam by Akismet"
msgstr ""
#: bp-activity/classes/class-bp-akismet.php:90
msgid "Cleared by Akismet"
msgstr ""
#: bp-activity/classes/class-bp-akismet.php:96
msgid "Flagged as spam by %s"
msgstr ""
#: bp-activity/classes/class-bp-akismet.php:98
msgid "Un-spammed by %s"
msgstr ""
#: bp-activity/classes/class-bp-akismet.php:107
msgid "History"
msgstr ""
#: bp-activity/classes/class-bp-akismet.php:445
msgid "%s reported this activity as spam"
msgstr ""
#: bp-activity/classes/class-bp-akismet.php:462
msgid "%s reported this activity as not spam"
msgstr ""
#: bp-activity/classes/class-bp-akismet.php:486
msgid "Akismet caught this item as spam"
msgstr ""
#: bp-activity/classes/class-bp-akismet.php:491
msgid "Akismet cleared this item"
msgstr ""
#: bp-activity/classes/class-bp-akismet.php:496
msgid ""
"Akismet was unable to check this item (response: %s), will automatically "
"retry again later."
msgstr ""
#: bp-activity/classes/class-bp-akismet.php:601
msgid "Activity History"
msgstr ""
#: bp-activity/screens/permalink.php:149
msgid "You do not have access to this activity."
msgstr ""
#: bp-blogs/bp-blogs-activity.php:25
msgid "New site created"
msgstr ""
#: bp-blogs/bp-blogs-activity.php:27
msgid "New Sites"
msgstr ""
#: bp-blogs/bp-blogs-activity.php:77
msgid "New post published"
msgstr ""
#: bp-blogs/bp-blogs-activity.php:79
msgid "Posts"
msgstr ""
#: bp-blogs/bp-blogs-activity.php:105
msgid "New post comment posted"
msgstr ""
#: bp-blogs/bp-blogs-activity.php:107
msgid "Comments"
msgstr ""
#: bp-blogs/bp-blogs-activity.php:130
msgid "%s created the site %s"
msgstr ""
#: bp-blogs/bp-blogs-activity.php:212
msgid "(no title)"
msgstr ""
#: bp-blogs/bp-blogs-activity.php:239
msgid "%1$s wrote a new post, %2$s, on the site %3$s"
msgstr ""
#: bp-blogs/bp-blogs-activity.php:241
msgid "%1$s wrote a new post, %2$s"
msgstr ""
#: bp-blogs/bp-blogs-activity.php:365
msgid "%1$s commented on the post, %2$s, on the site %3$s"
msgstr ""
#: bp-blogs/bp-blogs-activity.php:367
msgid "%1$s commented on the post, %2$s"
msgstr ""
#: bp-blogs/bp-blogs-template.php:243
msgid "Viewing 1 site"
msgstr ""
#: bp-blogs/bp-blogs-template.php:245
msgid "Viewing %1$s - %2$s of %3$s site"
msgid_plural "Viewing %1$s - %2$s of %3$s sites"
msgstr[0] ""
msgstr[1] ""
#: bp-blogs/bp-blogs-template.php:340
msgid "Profile picture of site author %s"
msgstr ""
#: bp-blogs/bp-blogs-template.php:395
msgid "Site icon for %s"
msgstr ""