-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbbpress.pot
6431 lines (5057 loc) · 164 KB
/
bbpress.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) 2025 The bbPress Contributors
# This file is distributed under the GNU General Public License v2 or later.
msgid ""
msgstr ""
"Project-Id-Version: bbPress 2.6.12\n"
"Report-Msgid-Bugs-To: https://bbpress.trac.wordpress.org\n"
"POT-Creation-Date: 2025-02-26 18:24:08+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n"
"Last-Translator: JOHN JAMES JACOBY <[email protected]>\n"
"Language-Team: ENGLISH <[email protected]>\n"
"X-Generator: grunt-wp-i18n 1.0.3\n"
#: bbpress.php:148 bbpress.php:155
msgid "Cheatin’ huh?"
msgstr ""
#: bbpress.php:517
msgid "bbPress Forums"
msgstr ""
#: bbpress.php:543
msgid "bbPress Topics"
msgstr ""
#: bbpress.php:569
msgid "bbPress Replies"
msgstr ""
#: bbpress.php:713
msgid "Most popular topics"
msgstr ""
#: bbpress.php:726
msgid "Topics with no replies"
msgstr ""
#: bbpress.php:763
msgid "bbPress Item Count"
msgstr ""
#: bbpress.php:800
msgid "bbPress User Activity"
msgstr ""
#: includes/admin/actions.php:180 includes/admin/forums.php:538
#: includes/admin/settings.php:281 includes/admin/settings.php:302
#: includes/admin/tools/common.php:437 includes/admin/topics.php:854
#: includes/extend/buddypress/activity.php:188
#: includes/forums/template.php:2660 includes/topics/template.php:47
#: includes/topics/template.php:48
#: templates/default/bbpress/content-statistics.php:30
#: templates/default/bbpress/loop-forums.php:21
msgid "Topics"
msgstr ""
#: includes/admin/actions.php:185 includes/admin/actions.php:197
#: includes/admin/forums.php:539 includes/admin/settings.php:289
#: includes/admin/settings.php:310 includes/admin/tools/common.php:440
#: includes/admin/topics.php:390 includes/admin/topics.php:856
#: includes/core/theme-compat.php:704
#: includes/extend/buddypress/activity.php:198
#: includes/forums/template.php:2714 includes/replies/template.php:49
#: includes/replies/template.php:50
#: templates/default/bbpress/content-statistics.php:35
#: templates/default/bbpress/loop-forums.php:23
#: templates/default/bbpress/loop-replies.php:20
#: templates/default/bbpress/loop-replies.php:46
#: templates/default/bbpress/loop-topics.php:21
msgid "Replies"
msgstr ""
#: includes/admin/actions.php:192 includes/admin/actions.php:204
#: includes/admin/forums.php:537 includes/admin/metaboxes.php:113
#: includes/admin/metaboxes.php:432 includes/admin/metaboxes.php:496
#: includes/admin/replies.php:665 includes/admin/settings.php:352
#: includes/admin/topics.php:855 includes/extend/buddypress/groups.php:51
#: includes/extend/buddypress/groups.php:52 includes/forums/template.php:50
#: templates/default/bbpress/loop-forums.php:20
msgid "Forum"
msgstr ""
#: includes/admin/actions.php:209 includes/admin/metaboxes.php:130
#: includes/admin/metaboxes.php:523 includes/admin/replies.php:666
#: includes/admin/settings.php:360 includes/topics/template.php:49
#: templates/default/bbpress/content-single-topic-lead.php:23
#: templates/default/bbpress/content-single-topic-lead.php:91
#: templates/default/bbpress/loop-topics.php:18
msgid "Topic"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:256
msgid "Learn More"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:257
msgid "Hide For Now"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:260
msgid "bbPress requires a manual database upgrade. %s or %s."
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:489
#: includes/admin/classes/class-bbp-admin.php:490
#: includes/admin/classes/class-bbp-admin.php:499
#: includes/admin/classes/class-bbp-admin.php:500
#: includes/admin/tools/common.php:434 includes/admin/tools.php:30
#: includes/admin/users.php:93 includes/common/widgets.php:626
#: includes/extend/buddypress/loader.php:42
#: includes/extend/buddypress/loader.php:189
#: includes/extend/buddypress/loader.php:311
#: includes/extend/buddypress/loader.php:376 includes/forums/template.php:48
#: includes/forums/template.php:49 includes/forums/template.php:67
#: templates/default/bbpress/content-statistics.php:25
#: templates/default/bbpress/user-profile.php:34
msgid "Forums"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:512
#: includes/admin/classes/class-bbp-admin.php:513
#: includes/admin/classes/class-bbp-admin.php:521
#: includes/admin/classes/class-bbp-admin.php:522
msgid "Welcome to bbPress"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:536
#: includes/admin/classes/class-bbp-admin.php:537
#: includes/admin/classes/class-bbp-admin.php:558
#: includes/admin/classes/class-bbp-admin.php:559
#: includes/admin/classes/class-bbp-admin.php:1341
#: includes/admin/classes/class-bbp-admin.php:1439
msgid "Update Forums"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:749
msgid "Settings"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:754
msgid "About"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:960
#: includes/admin/classes/class-bbp-admin.php:1040
#: includes/common/classes.php:493 includes/replies/template.php:2565
msgid "%1$s - %2$s"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1058
msgid "Welcome to bbPress %s"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1060
msgid ""
"bbPress is fun to use, contains no artificial colors or preservatives, and "
"is absolutely wonderful in every environment. Your community is going to "
"love using it."
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1086
#: includes/admin/classes/class-bbp-admin.php:1160
msgid "What’s New"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1088
#: includes/admin/classes/class-bbp-admin.php:1162
msgid "Credits"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1093
msgid "Forum Subscriptions"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1097
msgid "Subscribe to Forums"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1098
msgid "Now your users can subscribe to new topics in specific forums."
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1102
msgid "Manage Subscriptions"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1103
msgid "Your users can manage all of their subscriptions in one convenient location."
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1109
msgid "Converters"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1113
msgid ""
"We’re all abuzz about the hive of new importers, AEF, Drupal, FluxBB, "
"Kunena Forums for Joomla, MyBB, Phorum, PHPFox, PHPWind, PunBB, SMF, "
"Xenforo and XMB. Existing importers are now sweeter than honey with "
"improved importing stickies, topic tags, forum categories and the sting is "
"now gone if you need to remove imported users."
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1119
msgid "Theme Compatibility"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1120
msgid "Better handling of styles and scripts in the template stack."
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1124
msgid "Polyglot support"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1125
msgid "bbPress fully supports automatic translation updates."
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1129
msgid "User capabilities"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1130
msgid "Roles and capabilities have been swept through, cleaned up, and simplified."
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1136
#: includes/admin/classes/class-bbp-admin.php:1276
msgid "Go to Forum Settings"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1166
msgid "bbPress is created by a worldwide swarm of busy, busy bees."
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1168
msgid "Project Leaders"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1172
msgid "Founding Developer"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1176
msgid "Lead Developer"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1180
msgid "Feature Virtuoso"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1184
msgid "Tool Maven"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1188
msgid "Contributing Developers"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1192
#: includes/admin/classes/class-bbp-admin.php:1196
msgid "Core Developer"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1200
msgid "Project Emeriti"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1204
msgid "Feature Developer"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1208
msgid "Integration Testing"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1212
msgid "Contributors to bbPress 2.6"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1297
#: includes/admin/classes/class-bbp-admin.php:1320
msgid "Update Forum"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1309
#: includes/admin/classes/class-bbp-admin.php:1359
msgid "All done!"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1310
#: includes/admin/classes/class-bbp-admin.php:1360
msgid "Go Back"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1319
msgid "You can update your forum through this page. Hit the link below to update."
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1394
msgid ""
"Warning! Problem updating %1$s. Your server may not be able to connect to "
"sites running on it. Error message: %2$s"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1419
msgid ""
"If your browser doesn’t start loading the next page automatically, "
"click this link:"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1420
msgid "Next Forums"
msgstr ""
#: includes/admin/classes/class-bbp-admin.php:1438
msgid ""
"You can update all the forums on your network through this page. It works "
"by calling the update script of each site automatically. Hit the link below "
"to update."
msgstr ""
#: includes/admin/classes/class-bbp-converter-base.php:154
msgid "Database connection failed."
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:162
#: includes/admin/settings.php:1794
msgid "Start"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:163
msgid "Continue"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:166
msgid "Starting Import..."
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:167
msgid "Continuing Import..."
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:170
msgid "Import Finished."
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:171
msgid "Import Stopped (by User.)"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:172
msgid "Import Halted (Error.)"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:173
msgid "Database Connection Failed."
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:176
msgid "Finished"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:177
msgid "Stopped"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:178
msgid "Starting"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:179
msgid "Doing step %s..."
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:180
msgid "Next in %s seconds..."
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:513
msgid "Readying sync-table"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:514
msgid "Sync-table ready"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:517
msgid "Deleting previously converted data (%1$s through %2$s)"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:524
msgid "Skipping sync-table clean-up"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:539
msgid "No users to import"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:540
msgid "All users imported"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:543
msgid "Converting users (%1$s through %2$s of %3$s)"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:547
msgid "Skipping user clean-up"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:562
msgid "No passwords to clear"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:563
msgid "All passwords cleared"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:566
msgid "Delete default WordPress user passwords (%1$s through %2$s)"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:570
msgid "Skipping password clean-up"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:584
msgid "No forums to import"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:585
msgid "All forums imported"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:588
msgid "Converting forums (%1$s through %2$s of %3$s)"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:602
msgid "No forum parents to import"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:603
msgid "All forum parents imported"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:606
msgid "Calculating forum hierarchy (%1$s through %2$s of %3$s)"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:620
msgid "No forum subscriptions to import"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:621
msgid "All forum subscriptions imported"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:624
msgid "Converting forum subscriptions (%1$s through %2$s of %3$s)"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:638
msgid "No topics to import"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:639
msgid "All topics imported"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:642
msgid "Converting topics (%1$s through %2$s of %3$s)"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:656
msgid "No anonymous topic authors to import"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:657
msgid "All anonymous topic authors imported"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:660
msgid "Converting anonymous topic authors (%1$s through %2$s of %3$s)"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:674
msgid "No stickies to import"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:675
msgid "All stickies imported"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:678
msgid "Calculating topic stickies (%1$s through %2$s of %3$s)"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:692
msgid "No super stickies to import"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:693
msgid "All super stickies imported"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:696
msgid "Calculating topic super stickies (%1$s through %2$s of %3$s)"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:710
msgid "No closed topics to import"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:711
msgid "All closed topics imported"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:714
msgid "Calculating closed topics (%1$s through %2$s of %3$s)"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:728
msgid "No topic tags to import"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:729
msgid "All topic tags imported"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:732
msgid "Converting topic tags (%1$s through %2$s of %3$s)"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:746
msgid "No topic subscriptions to import"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:747
msgid "All topic subscriptions imported"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:750
msgid "Converting topic subscriptions (%1$s through %2$s of %3$s)"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:764
msgid "No favorites to import"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:765
msgid "All favorites imported"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:768
msgid "Converting favorites (%1$s through %2$s of %3$s)"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:782
msgid "No replies to import"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:783
msgid "All replies imported"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:786
msgid "Converting replies (%1$s through %2$s of %3$s)"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:800
msgid "No anonymous reply authors to import"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:801
msgid "All anonymous reply authors imported"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:804
msgid "Converting anonymous reply authors (%1$s through %2$s of %3$s)"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:818
msgid "No threaded replies to import"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:819
msgid "All threaded replies imported"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:822
msgid "Calculating threaded replies parents (%1$s through %2$s of %3$s)"
msgstr ""
#: includes/admin/classes/class-bbp-converter.php:833
msgid "Import Finished"
msgstr ""
#: includes/admin/classes/class-bbp-topic-replies-list-table.php:59
#: includes/admin/replies.php:667 includes/admin/topics.php:858
#: templates/default/bbpress/loop-replies.php:18
#: templates/default/bbpress/loop-replies.php:44
#: templates/default/bbpress/loop-search.php:19
#: templates/default/bbpress/loop-search.php:41
msgid "Author"
msgstr ""
#: includes/admin/classes/class-bbp-topic-replies-list-table.php:60
msgid "Content"
msgstr ""
#: includes/admin/classes/class-bbp-topic-replies-list-table.php:61
msgid "Replied"
msgstr ""
#: includes/admin/classes/class-bbp-topic-replies-list-table.php:90
msgid "Unapprove"
msgstr ""
#: includes/admin/classes/class-bbp-topic-replies-list-table.php:91
#: includes/admin/replies.php:235 includes/admin/replies.php:818
#: includes/admin/topics.php:240 includes/admin/topics.php:1023
#: includes/replies/template.php:2029 includes/topics/template.php:2807
msgid "Spam"
msgstr ""
#: includes/admin/classes/class-bbp-topic-replies-list-table.php:92
#: includes/admin/replies.php:833 includes/admin/topics.php:1037
#: includes/replies/template.php:1961 includes/topics/template.php:2515
msgid "Trash"
msgstr ""
#: includes/admin/classes/class-bbp-topic-replies-list-table.php:144
#: includes/admin/replies.php:796 includes/admin/topics.php:975
#: includes/admin/topics.php:994 includes/admin/users.php:260
msgid "View"
msgstr ""
#: includes/admin/classes/class-bbp-topic-replies-list-table.php:149
#: includes/admin/settings.php:392 includes/common/template.php:2361
#: includes/forums/template.php:54 includes/replies/template.php:55
#: includes/replies/template.php:1849 includes/topics/template.php:53
#: includes/topics/template.php:2403
#: templates/default/bbpress/user-details.php:74
msgid "Edit"
msgstr ""
#: includes/admin/classes/class-bbp-topic-replies-list-table.php:249
msgid "No replies to this topic."
msgstr ""
#: includes/admin/forums.php:101 includes/admin/replies.php:115
#: includes/admin/settings.php:1871 includes/admin/tools/help.php:95
#: includes/admin/topics.php:119
msgid "Overview"
msgstr ""
#: includes/admin/forums.php:103
msgid ""
"This screen displays the individual forums on your site. You can customize "
"the display of this screen to suit your workflow."
msgstr ""
#: includes/admin/forums.php:109 includes/admin/replies.php:123
#: includes/admin/topics.php:127
msgid "Screen Content"
msgstr ""
#: includes/admin/forums.php:111 includes/admin/replies.php:125
#: includes/admin/topics.php:129
msgid ""
"You can customize the display of this screen’s contents in a number "
"of ways:"
msgstr ""
#: includes/admin/forums.php:113
msgid ""
"You can hide/display columns based on your needs and decide how many forums "
"to list per screen using the Screen Options tab."
msgstr ""
#: includes/admin/forums.php:114
msgid ""
"You can filter the list of forums by forum status using the text links in "
"the upper left to show All, Published, or Trashed forums. The default view "
"is to show all forums."
msgstr ""
#: includes/admin/forums.php:115
msgid ""
"You can refine the list to show only forums from a specific month by using "
"the dropdown menus above the forums list. Click the Filter button after "
"making your selection. You also can refine the list by clicking on the "
"forum creator in the forums list."
msgstr ""
#: includes/admin/forums.php:122 includes/admin/replies.php:137
#: includes/admin/topics.php:141
msgid "Available Actions"
msgstr ""
#: includes/admin/forums.php:124
msgid ""
"Hovering over a row in the forums list will display action links that allow "
"you to manage your forum. You can perform the following actions:"
msgstr ""
#: includes/admin/forums.php:126
msgid ""
"<strong>Edit</strong> takes you to the editing screen for that forum. You "
"can also reach that screen by clicking on the forum title."
msgstr ""
#: includes/admin/forums.php:127
msgid ""
"<strong>Close</strong> will mark the selected forum as ’closed’ "
"and disable the ability to post new topics and replies in it."
msgstr ""
#: includes/admin/forums.php:128
msgid ""
"<strong>Trash</strong> removes your forum from this list and places it in "
"the trash, from which you can permanently delete it."
msgstr ""
#: includes/admin/forums.php:129
msgid ""
"<strong>View</strong> will either show you what your draft forum will look "
"like if you publish it, or take you to your live site to view it. Which "
"link depends on your forum’s status."
msgstr ""
#: includes/admin/forums.php:136 includes/admin/replies.php:153
#: includes/admin/tools/repair.php:63 includes/admin/tools/repair.php:180
#: includes/admin/tools/upgrade.php:60 includes/admin/tools/upgrade.php:192
#: includes/admin/topics.php:159
msgid "Bulk Actions"
msgstr ""
#: includes/admin/forums.php:138
msgid ""
"You can also edit or move multiple forums to the trash at once. Select the "
"forums you want to act on using the checkboxes, then select the action you "
"want to take from the Bulk Actions menu and click Apply."
msgstr ""
#: includes/admin/forums.php:139
msgid ""
"When using Bulk Edit, you can change the metadata (categories, author, "
"etc.) for all selected forums at once. To remove a forum from the grouping, "
"just click the x next to its name in the Bulk Edit area that appears."
msgstr ""
#: includes/admin/forums.php:144 includes/admin/forums.php:200
#: includes/admin/replies.php:161 includes/admin/replies.php:215
#: includes/admin/settings.php:1937 includes/admin/tools/help.php:43
#: includes/admin/tools/help.php:72 includes/admin/tools/help.php:130
#: includes/admin/topics.php:167 includes/admin/topics.php:220
msgid "For more information:"
msgstr ""
#: includes/admin/forums.php:145 includes/admin/forums.php:201
#: includes/admin/replies.php:162 includes/admin/replies.php:216
#: includes/admin/settings.php:1938 includes/admin/tools/help.php:44
#: includes/admin/tools/help.php:73 includes/admin/tools/help.php:131
#: includes/admin/topics.php:168 includes/admin/topics.php:221
msgid ""
"<a href=\"https://codex.bbpress.org\" target=\"_blank\">bbPress "
"Documentation</a>"
msgstr ""
#: includes/admin/forums.php:146 includes/admin/forums.php:202
#: includes/admin/replies.php:163 includes/admin/replies.php:217
#: includes/admin/settings.php:1939 includes/admin/tools/help.php:45
#: includes/admin/tools/help.php:74 includes/admin/tools/help.php:132
#: includes/admin/topics.php:169 includes/admin/topics.php:222
msgid ""
"<a href=\"https://bbpress.org/forums/\" target=\"_blank\">bbPress Support "
"Forums</a>"
msgstr ""
#: includes/admin/forums.php:157
msgid ""
"The title field and the big forum editing Area 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 (Excerpt, Send Trackbacks, Custom Fields, "
"Discussion, Slug, Author) or to choose a 1- or 2-column layout for this "
"screen."
msgstr ""
#: includes/admin/forums.php:161 includes/admin/replies.php:178
#: includes/admin/topics.php:184
msgid "Customizing This Display"
msgstr ""
#: includes/admin/forums.php:167
msgid "Title and Forum Editor"
msgstr ""
#: includes/admin/forums.php:169
msgid ""
"<strong>Title</strong> - Enter a title for your forum. After you enter a "
"title, you’ll see the permalink below, which you can edit."
msgstr ""
#: includes/admin/forums.php:170
msgid ""
"<strong>Forum Editor</strong> - Enter the text for your forum. There are "
"two modes of editing: Visual and HTML. Choose the mode by clicking on the "
"appropriate tab. Visual mode gives you a WYSIWYG editor. Click the last "
"icon in the row to get a second row of controls. The HTML mode allows you "
"to enter raw HTML along with your forum text. You can insert media files by "
"clicking the icons above the forum editor and following the directions. You "
"can go to the distraction-free writing screen via the Fullscreen icon in "
"Visual mode (second to last in the top row) or the Fullscreen button in "
"HTML mode (last in the row). Once there, you can make buttons visible by "
"hovering over the top area. Exit Fullscreen back to the regular forum "
"editor."
msgstr ""
#: includes/admin/forums.php:173
msgid ""
"<strong>Publish</strong> - You can set the terms of publishing your forum "
"in the Publish box. For Status, Visibility, and Publish (immediately), "
"click on the Edit link to reveal more options. Visibility includes options "
"for password-protecting a forum or making it stay at the top of your blog "
"indefinitely (sticky). Publish (immediately) allows you to set a future or "
"past date and time, so you can schedule a forum to be published in the "
"future or backdate a forum."
msgstr ""
#: includes/admin/forums.php:176
msgid ""
"<strong>Featured Image</strong> - This allows you to associate an image "
"with your forum without inserting it. This is usually useful only if your "
"theme makes use of the featured image as a forum thumbnail on the home "
"page, a custom header, etc."
msgstr ""
#: includes/admin/forums.php:181 includes/admin/forums.php:214
#: includes/forums/template.php:68
msgid "Forum Attributes"
msgstr ""
#: includes/admin/forums.php:183
msgid "Select the attributes that your forum should have:"
msgstr ""
#: includes/admin/forums.php:185
msgid ""
"<strong>Type</strong> indicates if the forum is a category or forum. "
"Categories generally contain other forums."
msgstr ""
#: includes/admin/forums.php:186
msgid ""
"<strong>Status</strong> allows you to close a forum to new topics and "
"forums."
msgstr ""
#: includes/admin/forums.php:187
msgid ""
"<strong>Visibility</strong> lets you pick the scope of each forum and what "
"users are allowed to access it."
msgstr ""
#: includes/admin/forums.php:188
msgid ""
"<strong>Parent</strong> dropdown determines the parent forum. Select the "
"forum or category from the dropdown, or leave the default \"No parent\" to "
"create the forum at the root of your forums."
msgstr ""
#: includes/admin/forums.php:189
msgid "<strong>Order</strong> allows you to order your forums numerically."
msgstr ""
#: includes/admin/forums.php:195 includes/admin/replies.php:210
#: includes/admin/topics.php:215
msgid "Publish Box"
msgstr ""
#: includes/admin/forums.php:237 includes/admin/settings.php:246
#: includes/admin/tools/reset.php:42
msgid "Forum Moderators"
msgstr ""
#: includes/admin/forums.php:267 includes/admin/settings.php:206
#: includes/admin/settings.php:445 includes/admin/tools/common.php:452
#: includes/admin/topics.php:480 includes/extend/buddypress/loader.php:260
#: templates/default/bbpress/user-details.php:67
msgid "Subscriptions"
msgstr ""
#: includes/admin/forums.php:361
msgid "The forum was not found."
msgstr ""
#: includes/admin/forums.php:366 includes/admin/replies.php:464
#: includes/admin/topics.php:582
msgid "You do not have permission to do that."
msgstr ""
#: includes/admin/forums.php:451
msgid "There was a problem opening the forum \"%1$s\"."
msgstr ""
#: includes/admin/forums.php:452
msgid "Forum \"%1$s\" successfully opened."
msgstr ""
#: includes/admin/forums.php:457
msgid "There was a problem closing the forum \"%1$s\"."
msgstr ""
#: includes/admin/forums.php:458
msgid "Forum \"%1$s\" successfully closed."
msgstr ""
#: includes/admin/forums.php:540 includes/admin/metaboxes.php:659
msgid "Moderators"
msgstr ""
#: includes/admin/forums.php:541
#: templates/default/bbpress/content-single-topic-lead.php:19
#: templates/default/bbpress/content-single-topic-lead.php:87
msgid "Creator"
msgstr ""
#: includes/admin/forums.php:542 includes/admin/replies.php:668
#: includes/admin/topics.php:859
msgid "Created"
msgstr ""
#: includes/admin/forums.php:543 includes/admin/topics.php:860
#: templates/default/bbpress/loop-forums.php:26
#: templates/default/bbpress/loop-topics.php:24
msgid "Last Post"
msgstr ""
#: includes/admin/forums.php:578
msgid "—"
msgstr ""
#: includes/admin/forums.php:595 includes/forums/template.php:581
msgid "No Topics"
msgstr ""
#: includes/admin/forums.php:631
msgid "Close this forum"
msgstr ""
#: includes/admin/forums.php:633
msgid "Open this forum"
msgstr ""
#: includes/admin/forums.php:710 includes/admin/forums.php:722
#: includes/forums/template.php:79
msgid "Forum updated."
msgstr ""
#: includes/admin/forums.php:712 includes/admin/forums.php:735
msgid "View forum"
msgstr ""
#: includes/admin/forums.php:716 includes/admin/replies.php:977
#: includes/admin/topics.php:1181
msgid "Custom field updated."
msgstr ""
#: includes/admin/forums.php:719 includes/admin/replies.php:980
#: includes/admin/topics.php:1184
msgid "Custom field deleted."
msgstr ""
#: includes/admin/forums.php:727
#. translators: %s: date and time of the revision
msgid "Forum restored to revision from %s"
msgstr ""
#: includes/admin/forums.php:733
msgid "Forum created."
msgstr ""
#: includes/admin/forums.php:739
msgid "Forum saved."
msgstr ""
#: includes/admin/forums.php:744
msgid "Forum submitted."
msgstr ""
#: includes/admin/forums.php:746 includes/admin/forums.php:758
#: includes/admin/forums.php:766
msgid "Preview forum"