-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdemopress.pot
1473 lines (1132 loc) · 34.2 KB
/
demopress.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
#, fuzzy
msgid ""
msgstr ""
"Plural - Forms: nplurals = INTEGER; plural = EXPRESSION;\n"
"Project-Id-Version: DemoPress\n"
"POT-Creation-Date: 09/13/2021 12:25:28 PM\n"
"Language-Team: Milan Petrovic <support@dev4press.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: GD i18n 2.7; www.dev4press.com\n"
#: forms/content-tools-cleanup.php:81
#: forms/content-tools-cleanup.php:94
msgid "%s item"
msgid_plural "%s items"
msgstr[0] ""
msgstr[1] ""
#: core/admin/panel/Dashboard.php:25
#: core/admin/panel/Tools.php:20
msgid "Remove Generated Data"
msgstr ""
#: core/admin/panel/Dashboard.php:32
msgid "Generators"
msgstr ""
#: core/admin/panel/Settings.php:21
msgid "Global Control"
msgstr ""
#: core/admin/panel/Settings.php:23
msgid "Builder"
msgstr ""
#: core/admin/panel/Settings.php:25
msgid "From this panel you can control basic options related to all builders."
msgstr ""
#: core/admin/panel/Settings.php:28
msgid "API Keys"
msgstr ""
#: core/admin/panel/Settings.php:30
msgid "From this panel you can control API keys needed by some data builders."
msgstr ""
#: core/admin/panel/Tools.php:22
msgid "Cleanup"
msgstr ""
#: core/admin/panel/Tools.php:25
msgid "Remove Data"
msgstr ""
#: core/admin/panel/Tools.php:26
msgid "Remove data generated by plugin."
msgstr ""
#: core/admin/Plugin.php:34
msgid "Install"
msgstr ""
#: core/admin/Plugin.php:37
msgid "Before you continue, make sure plugin installation was successful."
msgstr ""
#: core/admin/Plugin.php:41
msgid "Update"
msgstr ""
#: core/admin/Plugin.php:44
msgid "Before you continue, make sure plugin was successfully updated."
msgstr ""
#: core/admin/Plugin.php:51
msgid "Overview"
msgstr ""
#: core/admin/Plugin.php:56
#: core/generator/Users.php:100
msgid "About"
msgstr ""
#: core/admin/Plugin.php:61
msgid "Settings"
msgstr ""
#: core/admin/Plugin.php:66
msgid "Tools"
msgstr ""
#: core/admin/Plugin.php:88
msgid "The data removal has been completed."
msgstr ""
#: core/admin/Plugin.php:91
msgid "The Generator process has been stopped."
msgstr ""
#: core/admin/Plugin.php:94
msgid "New Generator process has been added."
msgstr ""
#: core/admin/Plugin.php:97
msgid "The Generator process has been reset."
msgstr ""
#: core/admin/Plugin.php:100
msgid "The Generator process has stopped due to an error."
msgstr ""
#: core/admin/Settings.php:31
msgid "Remote Builders"
msgstr ""
#: core/admin/Settings.php:38
#: core/generator/bbPress.php:52
#: core/generator/Content.php:147
#: core/generator/Content.php:184
#: core/generator/Content.php:235
#: core/generator/Terms.php:105
#: core/generator/Users.php:80
#: forms/sidebar-dashboard.php:57
msgid "Status"
msgstr ""
#: core/admin/Settings.php:38
msgid "If you want to use only generators that don't depend on the remote third party services to generate content or images, disable this option."
msgstr ""
#: core/admin/Settings.php:46
msgid "Pixabay.com"
msgstr ""
#: core/admin/Settings.php:53
#: core/admin/Settings.php:67
msgid "API Key"
msgstr ""
#: core/admin/Settings.php:53
#: core/admin/Settings.php:67
msgid "To use this website, you need access to their API and a valid API key."
msgstr ""
#: core/admin/Settings.php:53
#: core/admin/Settings.php:67
msgid "Get API access"
msgstr ""
#: core/admin/Settings.php:54
msgid "Full Access"
msgstr ""
#: core/admin/Settings.php:54
msgid "If your API account is approved for full access, you will have access to full HD and full image sizes. Without it, images retrieved by API will be limited to 1280px."
msgstr ""
#: core/admin/Settings.php:60
msgid "Pexels.com"
msgstr ""
#: core/base/Generator.php:119
msgid "Administrator"
msgstr ""
#: core/base/Generator.php:120
msgid "Editor"
msgstr ""
#: core/base/Generator.php:121
#: core/generator/bbPress.php:97
#: core/generator/Content.php:134
msgid "Author"
msgstr ""
#: core/base/Generator.php:122
msgid "Contributor"
msgstr ""
#: core/base/Generator.php:123
msgid "Subscriber"
msgstr ""
#: core/base/Generator.php:205
msgid "Item %s of %s for '%s'."
msgstr ""
#: core/base/Generator.php:212
msgid "Generator failed! Builder %s for %s error with message '%s'."
msgstr ""
#: core/base/Generator.php:319
#: core/basic/Plugin.php:135
msgid "Requested builder not found."
msgstr ""
#: core/basic/Generator.php:103
msgid "New generator task is added."
msgstr ""
#: core/basic/Generator.php:132
msgid "Generator has stalled, trying to recover it..."
msgstr ""
#: core/basic/Generator.php:145
msgid "The generator task has finished."
msgstr ""
#: core/basic/Plugin.php:90
msgid "WordPress Core"
msgstr ""
#: core/basic/Plugin.php:94
msgid "Third Party Plugins"
msgstr ""
#: core/basic/Plugin.php:111
msgid "Unspecified"
msgstr ""
#: core/basic/Plugin.php:124
msgid "Requested generator not found."
msgstr ""
#: core/basic/Plugin.php:306
msgid "Generate HTML content using PHP Lorem Ipsum class."
msgstr ""
#: core/basic/Plugin.php:310
msgid "Generate HTML content using Loripsum.net website."
msgstr ""
#: core/basic/Plugin.php:315
msgid "Generate plaintext content using PHP Lorem Ipsum class."
msgstr ""
#: core/basic/Plugin.php:319
msgid "Generate plaintext content using Loripsum.net website."
msgstr ""
#: core/basic/Plugin.php:324
msgid "Generate terms using PHP Lorem Ipsum generator."
msgstr ""
#: core/basic/Plugin.php:328
msgid "Generate terms using PHP Randomizer generator."
msgstr ""
#: core/basic/Plugin.php:332
msgid "Generate names using PHP Random Names generator."
msgstr ""
#: core/basic/Plugin.php:336
msgid "Generate names using PHP Lorem Ipsum generator."
msgstr ""
#: core/basic/Plugin.php:340
msgid "Generate names using PHP Randomizer generator."
msgstr ""
#: core/basic/Plugin.php:344
msgid "Generate titles using PHP Lorem Ipsum generator."
msgstr ""
#: core/basic/Plugin.php:348
msgid "Generate titles using PHP Randomizer generator."
msgstr ""
#: core/basic/Plugin.php:352
msgid "Provide the list of titles to use."
msgstr ""
#: core/basic/Plugin.php:356
msgid "Build placeholder image with random colors and basic text."
msgstr ""
#: core/basic/Plugin.php:361
msgid "Get images from the local storage directory."
msgstr ""
#: core/basic/Plugin.php:368
msgid "Download and use images from Pixabay.com website."
msgstr ""
#: core/basic/Plugin.php:377
msgid "Build video tags embedding Vimeo videos from Pixabay.com website."
msgstr ""
#: core/basic/Plugin.php:385
msgid "Download and use images from Pexels.com website."
msgstr ""
#: core/basic/Plugin.php:390
msgid "Build video tags embedding Vimeo videos from Pexels.com website."
msgstr ""
#: core/basic/Plugin.php:395
#: core/generator/Users.php:31
msgid "Users"
msgstr ""
#: core/basic/Plugin.php:396
msgid "Generate users with various user roles, one or more domains to use for random emails, preset or random password, generated name and about information."
msgstr ""
#: core/basic/Plugin.php:403
msgid "Terms"
msgstr ""
#: core/basic/Plugin.php:404
msgid "Generate terms for default and custom taxonomies, with terms hierarchy support and ability to generate random term name and optional term description."
msgstr ""
#: core/basic/Plugin.php:411
msgid "Posts"
msgstr ""
#: core/basic/Plugin.php:412
msgid "Generate posts for default and custom post types, with hierarchy support and ability to get a random featured image and generate all other post data."
msgstr ""
#: core/basic/Plugin.php:419
#: core/functions.php:21
msgid "Comments"
msgstr ""
#: core/basic/Plugin.php:420
msgid "Generate comments for post types supporting comments, including support for threaded comments and ability to generate random comment authors information."
msgstr ""
#: core/basic/Plugin.php:429
msgid "bbPress Forums"
msgstr ""
#: core/basic/Plugin.php:430
msgid "Generate forums, topics and replies for bbPress powered forums, with support for generating different data and conforming to the bbPress content specs."
msgstr ""
#: core/basic/Plugin.php:440
msgid "WooCommerce"
msgstr ""
#: core/basic/Plugin.php:441
msgid "Generator for Simple products in WooCommerce with many supported basic settings, including price, download, stock and more."
msgstr ""
#: core/data/html/Base.php:15
#: core/data/text/Base.php:15
msgid "Number of paragraphs"
msgstr ""
#: core/data/html/Base.php:15
#: core/data/term/Base.php:17
#: core/data/text/Base.php:15
msgid "The term will have 1 or more words, up to the limit."
msgstr ""
#: core/data/html/Base.php:19
#: core/data/text/Base.php:19
msgid "Paragraph Length"
msgstr ""
#: core/data/html/Base.php:20
#: core/data/text/Base.php:20
msgid "Short"
msgstr ""
#: core/data/html/Base.php:21
#: core/data/text/Base.php:21
msgid "Medium"
msgstr ""
#: core/data/html/Base.php:22
#: core/data/text/Base.php:22
msgid "Long"
msgstr ""
#: core/data/html/Base.php:26
msgid "HTML Settings"
msgstr ""
#: core/data/html/Base.php:31
msgid "Bold, italic"
msgstr ""
#: core/data/html/Base.php:32
msgid "Links"
msgstr ""
#: core/data/html/Base.php:33
msgid "Unordered lists"
msgstr ""
#: core/data/html/Base.php:34
msgid "Ordered lists"
msgstr ""
#: core/data/html/Base.php:35
msgid "Description lists"
msgstr ""
#: core/data/html/Base.php:36
msgid "Blockquotes"
msgstr ""
#: core/data/html/Base.php:37
msgid "Code"
msgstr ""
#: core/data/html/Base.php:38
msgid "Headers"
msgstr ""
#: core/data/html/LoremIpsum.php:23
msgid "Block Editor Ready"
msgstr ""
#: core/data/html/LoremIpsum.php:23
msgid "Generated HTML will be formatted for the WordPress block editor. Currently, 'Description lists' are not supported for block formatted HTML."
msgstr ""
#: core/data/html/LorIpsumNet.php:18
#: core/data/text/LorIpsumNet.php:18
msgid "More Settings"
msgstr ""
#: core/data/html/LorIpsumNet.php:19
#: core/data/text/LorIpsumNet.php:19
msgid "All caps"
msgstr ""
#: core/data/html/LorIpsumNet.php:20
#: core/data/text/LorIpsumNet.php:20
msgid "Prude"
msgstr ""
#: core/data/html/LorIpsumNet.php:61
#: core/data/text/LorIpsumNet.php:58
msgid "No response received."
msgstr ""
#: core/data/image/LocalStorage.php:18
msgid "Storage Path"
msgstr ""
#: core/data/image/LocalStorage.php:18
msgid "Images must be inside this directory: %s"
msgstr ""
#: core/data/image/LocalStorage.php:21
msgid "Available Images"
msgstr ""
#: core/data/image/LocalStorage.php:21
msgid "Plugin has found %s images. If you set the generator to more posts than images available, not every post will have a featured image. Images will be assigned in the order they are found in the directory."
msgstr ""
#: core/data/image/LocalStorage.php:21
msgid "Whenever images are used, the plugin will move images from the storage directory to final destination in the media library!"
msgstr ""
#: core/data/image/PexelsCom.php:17
#: core/data/image/Placeholder.php:18
msgid "Dimensions"
msgstr ""
#: core/data/image/PexelsCom.php:17
#: core/data/image/Placeholder.php:18
msgid "Do not set this to dimensions over 3000 by 2000 pixels."
msgstr ""
#: core/data/image/PexelsCom.php:21
#: core/data/image/PixabayCom.php:62
msgid "Search query"
msgstr ""
#: core/data/image/PixabayCom.php:17
msgid "Category"
msgstr ""
#: core/data/image/PixabayCom.php:18
msgid "All"
msgstr ""
#: core/data/image/PixabayCom.php:19
msgid "Backgrounds"
msgstr ""
#: core/data/image/PixabayCom.php:20
msgid "Fashion"
msgstr ""
#: core/data/image/PixabayCom.php:21
msgid "Nature"
msgstr ""
#: core/data/image/PixabayCom.php:22
msgid "Science"
msgstr ""
#: core/data/image/PixabayCom.php:23
msgid "Education"
msgstr ""
#: core/data/image/PixabayCom.php:24
msgid "Feelings"
msgstr ""
#: core/data/image/PixabayCom.php:25
msgid "Health"
msgstr ""
#: core/data/image/PixabayCom.php:26
msgid "People"
msgstr ""
#: core/data/image/PixabayCom.php:27
msgid "Religion"
msgstr ""
#: core/data/image/PixabayCom.php:28
msgid "Places"
msgstr ""
#: core/data/image/PixabayCom.php:29
msgid "Animals"
msgstr ""
#: core/data/image/PixabayCom.php:30
msgid "Industry"
msgstr ""
#: core/data/image/PixabayCom.php:31
msgid "Computer"
msgstr ""
#: core/data/image/PixabayCom.php:32
msgid "Food"
msgstr ""
#: core/data/image/PixabayCom.php:33
msgid "Sports"
msgstr ""
#: core/data/image/PixabayCom.php:34
msgid "Transportation"
msgstr ""
#: core/data/image/PixabayCom.php:35
msgid "Travel"
msgstr ""
#: core/data/image/PixabayCom.php:36
msgid "Buildings"
msgstr ""
#: core/data/image/PixabayCom.php:37
msgid "Business"
msgstr ""
#: core/data/image/PixabayCom.php:38
msgid "Music"
msgstr ""
#: core/data/image/PixabayCom.php:43
#: core/data/image/Placeholder.php:21
msgid "Colors"
msgstr ""
#: core/data/image/PixabayCom.php:44
msgid "Grayscale"
msgstr ""
#: core/data/image/PixabayCom.php:45
msgid "Transparent"
msgstr ""
#: core/data/image/PixabayCom.php:46
msgid "Red"
msgstr ""
#: core/data/image/PixabayCom.php:47
msgid "Orange"
msgstr ""
#: core/data/image/PixabayCom.php:48
msgid "Yellow"
msgstr ""
#: core/data/image/PixabayCom.php:49
msgid "Green"
msgstr ""
#: core/data/image/PixabayCom.php:50
msgid "Turquoise"
msgstr ""
#: core/data/image/PixabayCom.php:51
msgid "Blue"
msgstr ""
#: core/data/image/PixabayCom.php:52
msgid "Lilac"
msgstr ""
#: core/data/image/PixabayCom.php:53
msgid "Pink"
msgstr ""
#: core/data/image/PixabayCom.php:54
msgid "White"
msgstr ""
#: core/data/image/PixabayCom.php:55
msgid "Gray"
msgstr ""
#: core/data/image/PixabayCom.php:56
msgid "Black"
msgstr ""
#: core/data/image/PixabayCom.php:57
msgid "Brown"
msgstr ""
#: core/data/image/PixabayCom.php:66
msgid "Orientation"
msgstr ""
#: core/data/image/PixabayCom.php:67
msgid "Any"
msgstr ""
#: core/data/image/PixabayCom.php:68
msgid "Horizontal"
msgstr ""
#: core/data/image/PixabayCom.php:69
msgid "Vertical"
msgstr ""
#: core/data/image/PixabayCom.php:74
msgid "Size"
msgstr ""
#: core/data/image/PixabayCom.php:74
msgid "You can not choose exact image size. To get Full HD and Original sizes, your Pixabay account has to be approved for full access."
msgstr ""
#: core/data/image/PixabayCom.php:75
msgid "Large (1280x1280 max)"
msgstr ""
#: core/data/image/PixabayCom.php:76
msgid "Web (960x720 max)"
msgstr ""
#: core/data/image/PixabayCom.php:77
msgid "Full HD (1920x1920 max)"
msgstr ""
#: core/data/image/PixabayCom.php:78
msgid "Original"
msgstr ""
#: core/data/image/Placeholder.php:22
msgid "Random Darker Background"
msgstr ""
#: core/data/image/Placeholder.php:23
msgid "Random Lighter Background"
msgstr ""
#: core/data/image/Placeholder.php:27
msgid "Rectangles"
msgstr ""
#: core/data/image/Placeholder.php:30
msgid "Text"
msgstr ""
#: core/data/image/Placeholder.php:31
msgid "Image Size"
msgstr ""
#: core/data/image/Placeholder.php:32
msgid "Post Content"
msgstr ""
#: core/data/image/Placeholder.php:33
msgid "No Text"
msgstr ""
#: core/data/term/Base.php:17
msgid "Limit number of words"
msgstr ""
#: core/data/title/Base.php:17
msgid "Number of words: From"
msgstr ""
#: core/data/title/Base.php:17
#: core/data/title/Base.php:21
msgid "The title will have 2 or more words, up to the limit."
msgstr ""
#: core/data/title/Base.php:21
msgid "Number of words: To"
msgstr ""
#: core/data/title/Listed.php:20
msgid "List of Titles"
msgstr ""
#: core/data/title/Listed.php:20
msgid "Provide the list of titles to use for the posts you want created. The number of posts generated must much the number of titles listed here. If you request more posts than titles provided, plugin will generate posts that have a title, and stop. Each line must contain one title!"
msgstr ""
#: core/data/title/Listed.php:40
msgid "Titles list is empty."
msgstr ""
#: core/data/title/Listed.php:65
msgid "No more titles are available in the list."
msgstr ""
#: core/generator/bbPress.php:27
msgid "If you choose to delete forums only, the remaining topics and replies will no longer be visible, because they are linked to forums. If you delete topics only, the remaining replies will not longer be visible, because they are linked to topics."
msgstr ""
#: core/generator/bbPress.php:52
msgid "Title is not normally used for replies. You can still generate it, if you want."
msgstr ""
#: core/generator/bbPress.php:53
#: core/generator/Content.php:148
#: core/generator/Content.php:185
#: core/generator/Content.php:236
#: core/generator/Terms.php:106
msgid "Enabled"
msgstr ""
#: core/generator/bbPress.php:54
#: core/generator/Content.php:149
#: core/generator/Content.php:186
#: core/generator/Content.php:237
#: core/generator/Terms.php:107
msgid "Disabled"
msgstr ""
#: core/generator/bbPress.php:56
#: core/generator/Comments.php:92
#: core/generator/Content.php:60
#: core/generator/Content.php:151
#: core/generator/Content.php:188
#: core/generator/Content.php:239
#: core/generator/Terms.php:59
#: core/generator/Terms.php:109
#: forms/content-dashboard.php:43
msgid "Generate"
msgstr ""
#: core/generator/bbPress.php:59
#: core/generator/Comments.php:141
#: core/generator/Comments.php:183
#: core/generator/Content.php:80
#: core/generator/Content.php:106
#: core/generator/Content.php:154
#: core/generator/Content.php:191
#: core/generator/Terms.php:79
#: core/generator/Terms.php:112
#: core/generator/Users.php:54
#: core/generator/Users.php:81
msgid "Generate with"
msgstr ""
#: core/generator/bbPress.php:78
#: core/generator/Content.php:99
msgid "Title"
msgstr ""
#: core/generator/bbPress.php:93
#: core/generator/Content.php:139
msgid "Published"
msgstr ""
#: core/generator/bbPress.php:97
msgid "Comma separated list of user ID's to use on random. If empty, plugin will choose random users from roles allowed to post to the forums."
msgstr ""
#: core/generator/bbPress.php:112
msgid "Topics can be added to any of the existing forums at random, or you can select which forums to limit the process to."
msgstr ""
#: core/generator/bbPress.php:114
msgid "Replies can be added to topics of any of the existing forums at random, or you can select which forums to limit the process to."
msgstr ""
#: core/generator/bbPress.php:117
msgid "Add to Forums"
msgstr ""
#: core/generator/bbPress.php:121
#: core/generator/Comments.php:116
msgid "Method"
msgstr ""
#: core/generator/bbPress.php:122
msgid "Any of the existing forums"
msgstr ""
#: core/generator/bbPress.php:123
msgid "Selected forums only"
msgstr ""
#: core/generator/bbPress.php:128
msgid "Selected forums"
msgstr ""
#: core/generator/bbPress.php:186
#: core/generator/bbPress.php:228
#: core/generator/Content.php:460
msgid "Added Post - ID: %s, Name: '%s'"
msgstr ""
#: core/generator/bbPress.php:192
#: core/generator/bbPress.php:232
#: core/generator/Content.php:483
msgid "Failed creating the post. Name: '%s'"
msgstr ""
#: core/generator/bbPress.php:236
#: core/generator/bbPress.php:291
msgid "No forums found."
msgstr ""
#: core/generator/bbPress.php:282
msgid "Added Post - ID: %s"
msgstr ""
#: core/generator/bbPress.php:285
msgid "Failed creating the post."
msgstr ""
#: core/generator/bbPress.php:288
msgid "No topics found."
msgstr ""
#: core/generator/Comments.php:28
#: core/generator/Comments.php:241
msgid "%s for %s"
msgstr ""
#: core/generator/Comments.php:61
msgid "Make sure to remove comments before posts these comments belong too. Comments are always removed based on the link to posts. If you remove posts before comments, you will see unlinked comments in the Comments panel."
msgstr ""
#: core/generator/Comments.php:92
msgid "Enable this option to generate the posts for this post type and comment type, and show options for the generator controls."
msgstr ""
#: core/generator/Comments.php:101
#: core/generator/Content.php:69
#: core/generator/Terms.php:68
msgid "Basic"
msgstr ""
#: core/generator/Comments.php:105
msgid "Number of Comments"
msgstr ""
#: core/generator/Comments.php:105
msgid "This is number of comments to be generated for each post in this post type."
msgstr ""
#: core/generator/Comments.php:112
msgid "Select posts"
msgstr ""
#: core/generator/Comments.php:117
#: core/generator/Comments.php:124
msgid "Random published posts"
msgstr ""
#: core/generator/Comments.php:118
#: core/generator/Comments.php:131
msgid "Only listed posts"
msgstr ""
#: core/generator/Comments.php:119
#: core/generator/Comments.php:134
msgid "All except listed posts"
msgstr ""
#: core/generator/Comments.php:124
msgid "Percentage of total posts to take into account for generating comments."
msgstr ""
#: core/generator/Comments.php:131
#: core/generator/Comments.php:134
msgid "Comma separated list of post ID's."
msgstr ""
#: core/generator/Comments.php:160
#: core/generator/Content.php:125
msgid "Content"
msgstr ""
#: core/generator/Comments.php:169
msgid "Authors"
msgstr ""
#: core/generator/Comments.php:173
msgid "Registered users"
msgstr ""
#: core/generator/Comments.php:173
msgid "Percentage of total comments to be authored by the registered users."
msgstr ""
#: core/generator/Comments.php:202
msgid "Visitors as comment authors"
msgstr ""
#: core/generator/Comments.php:214
#: core/generator/Users.php:140
msgid "Email Domains"
msgstr ""
#: core/generator/Comments.php:214
#: core/generator/Users.php:140
msgid "Names of one or more email domains to use for emails of generated users. If more than one domain is provided, they will be used at random."
msgstr ""
#: core/generator/Comments.php:224
#: core/generator/Content.php:264
#: core/generator/Terms.php:140
msgid "Hierarchy"
msgstr ""
#: core/generator/Comments.php:228
msgid "Top level comments"
msgstr ""
#: core/generator/Comments.php:228
msgid "Percentage of total comments to generate to be top level comments."
msgstr ""
#: core/generator/Comments.php:329
msgid "Added Comment - ID: %s"
msgstr ""
#: core/generator/Comments.php:332
msgid "Failed creating the comment."
msgstr ""
#: core/generator/Comments.php:335
msgid "No posts found."
msgstr ""
#: core/generator/Content.php:60
msgid "Enable this option to generate the posts for this post type, and show options for the generator controls."
msgstr ""
#: core/generator/Content.php:73
msgid "Number of Posts"
msgstr ""
#: core/generator/Content.php:132
msgid "From"
msgstr ""
#: core/generator/Content.php:133
msgid "To"
msgstr ""
#: core/generator/Content.php:134
msgid "Comma separated list of user ID's to use on random. If empty, plugin will choose random users from role author and up."
msgstr ""
#: core/generator/Content.php:147
msgid "Excerpt is optional."
msgstr ""
#: core/generator/Content.php:173
msgid "Excerpt"
msgstr ""
#: core/generator/Content.php:184
msgid "Featured image is optional. But, it has to be downloaded, it can't be a link to external image."
msgstr ""
#: core/generator/Content.php:210
msgid "Featured Image"
msgstr ""
#: core/generator/Content.php:231
msgid "No Terms"