fakerpress.pot
33.9 KB
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
# Copyright (C) 2021 Gustavo Bordoni
# This file is distributed under the same license as the FakerPress plugin.
msgid ""
msgstr ""
"Project-Id-Version: FakerPress 0.5.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/fakerpress\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2021-01-06T06:31:43+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: fakerpress\n"
#. Plugin Name of the plugin
#: src/FakerPress/Admin.php:86
msgid "FakerPress"
msgstr ""
#. Plugin URI of the plugin
msgid "https://fakerpress.com"
msgstr ""
#. Description of the plugin
msgid "FakerPress is a clean way to generate fake data to your WordPress instalation, great for developers who need testing"
msgstr ""
#. Author of the plugin
msgid "Gustavo Bordoni"
msgstr ""
#. Author URI of the plugin
msgid "http://bordoni.me"
msgstr ""
#: fakerpress.php:52
msgid "<b>FakerPress</b> requires PHP 5.6 or higher, and the plugin has now disabled itself."
msgstr ""
#: fakerpress.php:54
msgid "To allow better control over dates, advanced security improvements and performance gain."
msgstr ""
#: fakerpress.php:56
msgid "Contact your Hosting or your system administrator and ask for this Upgrade to version 5.6 of PHP."
msgstr ""
#: src/FakerPress/Admin.php:85
#: src/FakerPress/Admin.php:263
msgid "Settings"
msgstr ""
#: src/FakerPress/Admin.php:480
msgid "Changelog"
msgstr ""
#: src/FakerPress/Admin.php:484
msgid "Not Found (404)"
msgstr ""
#: src/FakerPress/Admin.php:499
msgid "%s on FakerPress"
msgstr ""
#: src/FakerPress/Admin.php:556
msgid "Contact Support"
msgstr ""
#: src/FakerPress/Admin.php:560
msgid "Add your [stars] on [wp.org] to spread the love."
msgstr ""
#: src/FakerPress/Admin.php:580
msgid "Help us with Translations for the FakerPress project"
msgstr ""
#: src/FakerPress/Admin.php:581
msgid "Version"
msgstr ""
#: src/FakerPress/Admin.php:581
msgid "View what changed in this version"
msgstr ""
#: src/FakerPress/Admin.php:628
msgid "The verification to erase the data has failed, you have to let it go..."
msgstr ""
#: src/FakerPress/Admin.php:644
msgid "All data is gone for good."
msgstr ""
#: src/FakerPress/Ajax.php:30
#: src/FakerPress/Ajax.php:93
#: src/FakerPress/Ajax.php:163
#: src/FakerPress/Ajax.php:203
msgid "Your request has failed"
msgstr ""
#: src/FakerPress/Ajax.php:41
msgid "Security fail, refresh the page and try again!"
msgstr ""
#: src/FakerPress/Ajax.php:119
#: src/FakerPress/Ajax.php:185
#: src/FakerPress/Ajax.php:222
msgid "Request successful"
msgstr ""
#: src/FakerPress/Dates.php:14
msgid "Today"
msgstr ""
#: src/FakerPress/Dates.php:20
msgid "Yesterday"
msgstr ""
#: src/FakerPress/Dates.php:26
msgid "Tomorrow"
msgstr ""
#: src/FakerPress/Dates.php:32
msgid "This week"
msgstr ""
#: src/FakerPress/Dates.php:38
msgid "This month"
msgstr ""
#: src/FakerPress/Dates.php:44
msgid "This year"
msgstr ""
#: src/FakerPress/Dates.php:50
msgid "Last 15 days"
msgstr ""
#: src/FakerPress/Dates.php:56
msgid "Next 15 Days"
msgstr ""
#: src/FakerPress/Field.php:760
msgid "e.g.: 3"
msgstr ""
#: src/FakerPress/Field.php:788
msgid "e.g.: 12"
msgstr ""
#: src/FakerPress/Field.php:794
msgid "To"
msgstr ""
#: src/FakerPress/Field.php:876
#: src/templates/pages/terms.php:47
msgid "Taxonomies"
msgstr ""
#: src/FakerPress/Field.php:897
msgid "Select Which taxonomies"
msgstr ""
#: src/FakerPress/Field.php:904
#: src/FakerPress/Module/Term.php:22
msgid "Terms"
msgstr ""
#: src/FakerPress/Field.php:913
msgid "If you do not select any, the plugin will choose from all the existing terms."
msgstr ""
#: src/FakerPress/Field.php:916
msgid "Which terms can be used"
msgstr ""
#: src/FakerPress/Field.php:923
#: src/FakerPress/Field.php:931
msgid "Rate"
msgstr ""
#: src/FakerPress/Field.php:924
msgid "Percentage rate of posts that will have terms generated for the amount below"
msgstr ""
#: src/FakerPress/Field.php:941
#: src/FakerPress/Field.php:1159
#: src/templates/pages/attachments.php:19
#: src/templates/pages/comments.php:87
#: src/templates/pages/posts.php:19
#: src/templates/pages/terms.php:15
#: src/templates/pages/users.php:15
msgid "Quantity"
msgstr ""
#: src/FakerPress/Field.php:942
msgid "How many terms will be selected. <br> E.g.: From 1 to 4 or just fill the first field for an exact number"
msgstr ""
#: src/FakerPress/Field.php:1052
msgid "Select a Field type"
msgstr ""
#: src/FakerPress/Field.php:1062
msgid "Newborn Meta needs a Name, E.g.: _new_image"
msgstr ""
#: src/FakerPress/Field.php:1072
#: src/templates/pages/comments.php:47
msgid "Type"
msgstr ""
#: src/FakerPress/Field.php:1073
msgid "Select a type of the Meta Field"
msgstr ""
#: src/FakerPress/Field.php:1080
msgid "Name"
msgstr ""
#: src/FakerPress/Field.php:1081
msgid "Select the name for Meta Field"
msgstr ""
#: src/FakerPress/Field.php:1088
msgid "Configuration"
msgstr ""
#: src/FakerPress/Field.php:1140
msgid "E.g.: , "
msgstr ""
#: src/FakerPress/Field.php:1141
msgid "Separator"
msgstr ""
#: src/FakerPress/Field.php:1151
msgid "E.g.: 55"
msgstr ""
#: src/FakerPress/Field.php:1152
msgid "Weight"
msgstr ""
#: src/FakerPress/Field.php:1168
msgid "Number"
msgstr ""
#: src/FakerPress/Field.php:1175
msgid "Range of possible numbers"
msgstr ""
#: src/FakerPress/Field.php:1187
msgid "WP_Query"
msgstr ""
#: src/FakerPress/Field.php:1195
msgid "category=2&posts_per_page=10"
msgstr ""
#: src/FakerPress/Field.php:1196
msgid "Uses <a href=\"http://codex.wordpress.org/Class_Reference/WP_Query\" target=\"_blank\">WP_Query</a>"
msgstr ""
#: src/FakerPress/Field.php:1207
msgid "Attachment"
msgstr ""
#: src/FakerPress/Field.php:1225
msgid "Which value should be saved on the Meta"
msgstr ""
#: src/FakerPress/Field.php:1226
msgid "Stored Data"
msgstr ""
#: src/FakerPress/Field.php:1234
msgid "Select at least one Provider"
msgstr ""
#: src/FakerPress/Field.php:1235
#: src/templates/pages/posts.php:198
msgid "Which image services will the generator use?"
msgstr ""
#: src/FakerPress/Field.php:1244
msgid "Range of possible width sizes for the image"
msgstr ""
#: src/FakerPress/Field.php:1246
msgid "e.g.: 350"
msgstr ""
#: src/FakerPress/Field.php:1247
msgid "e.g.: 900"
msgstr ""
#: src/FakerPress/Field.php:1255
msgid "Range of possible height sizes for the image"
msgstr ""
#: src/FakerPress/Field.php:1257
msgid "e.g.: 125"
msgstr ""
#: src/FakerPress/Field.php:1258
msgid "e.g.: 650"
msgstr ""
#: src/FakerPress/Field.php:1275
msgid "Elements"
msgstr ""
#: src/FakerPress/Field.php:1285
msgid "Type all possible elements (Tab or Return)"
msgstr ""
#: src/FakerPress/Field.php:1299
msgid "Letter"
msgstr ""
#: src/FakerPress/Field.php:1309
msgid "Words"
msgstr ""
#: src/FakerPress/Field.php:1321
msgid "Text"
msgstr ""
#: src/FakerPress/Field.php:1329
msgid "Sentences"
msgstr ""
#: src/FakerPress/Field.php:1333
msgid "Paragraphs"
msgstr ""
#: src/FakerPress/Field.php:1342
msgid "Separator <b space>—</b> New Line: \"\\n\""
msgstr ""
#: src/FakerPress/Field.php:1355
msgid "HTML"
msgstr ""
#: src/FakerPress/Field.php:1366
msgid "HTML Tags, without < or >"
msgstr ""
#: src/FakerPress/Field.php:1378
msgid "Lexify"
msgstr ""
#: src/FakerPress/Field.php:1385
msgid "E.g.: John ##??"
msgstr ""
#: src/FakerPress/Field.php:1386
msgid "John ##?? <b spacer>»</b> John 29ze"
msgstr ""
#: src/FakerPress/Field.php:1397
msgid "Asciify"
msgstr ""
#: src/FakerPress/Field.php:1404
msgid "E.g.: John ****"
msgstr ""
#: src/FakerPress/Field.php:1405
msgid "John **** <b spacer>»</b> John r9\"+"
msgstr ""
#: src/FakerPress/Field.php:1416
msgid "Regexify"
msgstr ""
#: src/FakerPress/Field.php:1423
msgid "E.g.: [A-Z0-9._%+-]+@[A-Z0-9.-]"
msgstr ""
#: src/FakerPress/Field.php:1424
msgid "[A-Z0-9._%+-]+@[A-Z0-9.-] <b spacer>»</b> sm0@y8k96a"
msgstr ""
#: src/FakerPress/Field.php:1435
msgid "Person"
msgstr ""
#: src/FakerPress/Field.php:1445
msgid "Title"
msgstr ""
#: src/FakerPress/Field.php:1449
msgid "First Name"
msgstr ""
#: src/FakerPress/Field.php:1453
msgid "Last Name"
msgstr ""
#: src/FakerPress/Field.php:1457
#: src/FakerPress/Field.php:1604
msgid "Suffix"
msgstr ""
#: src/FakerPress/Field.php:1465
msgid "Name Template"
msgstr ""
#: src/FakerPress/Field.php:1473
msgid "Male"
msgstr ""
#: src/FakerPress/Field.php:1477
msgid "Female"
msgstr ""
#: src/FakerPress/Field.php:1494
msgid "Geo Information"
msgstr ""
#: src/FakerPress/Field.php:1504
msgid "Country"
msgstr ""
#: src/FakerPress/Field.php:1508
msgid "Country Code (e.g.: US)"
msgstr ""
#: src/FakerPress/Field.php:1512
msgid "Country ABBR (e.g.: USA"
msgstr ""
#: src/FakerPress/Field.php:1516
msgid "City Prefix"
msgstr ""
#: src/FakerPress/Field.php:1520
msgid "City Suffix"
msgstr ""
#: src/FakerPress/Field.php:1524
msgid "City"
msgstr ""
#: src/FakerPress/Field.php:1528
msgid "State"
msgstr ""
#: src/FakerPress/Field.php:1532
msgid "State Abbr"
msgstr ""
#: src/FakerPress/Field.php:1536
msgid "Address"
msgstr ""
#: src/FakerPress/Field.php:1540
msgid "Secondary Address"
msgstr ""
#: src/FakerPress/Field.php:1544
msgid "Building Number"
msgstr ""
#: src/FakerPress/Field.php:1548
msgid "Street Name"
msgstr ""
#: src/FakerPress/Field.php:1552
msgid "Street Address"
msgstr ""
#: src/FakerPress/Field.php:1556
msgid "Postal Code"
msgstr ""
#: src/FakerPress/Field.php:1560
msgid "Latitude"
msgstr ""
#: src/FakerPress/Field.php:1564
msgid "Longitude"
msgstr ""
#: src/FakerPress/Field.php:1571
msgid "Address Format"
msgstr ""
#: src/FakerPress/Field.php:1582
#: src/FakerPress/Field.php:1600
msgid "Company"
msgstr ""
#: src/FakerPress/Field.php:1592
msgid "Catch Phrase"
msgstr ""
#: src/FakerPress/Field.php:1596
msgid "BS"
msgstr ""
#: src/FakerPress/Field.php:1611
msgid "Company Format"
msgstr ""
#: src/FakerPress/Field.php:1622
#: src/templates/pages/attachments.php:31
#: src/templates/pages/comments.php:96
#: src/templates/pages/posts.php:31
msgid "Date"
msgstr ""
#: src/FakerPress/Field.php:1636
msgid "Date Format <b space>—</b> See <a href=\"http://php.net/manual/function.date.php\" target=\"_blank\">PHP Date</a>"
msgstr ""
#: src/FakerPress/Field.php:1648
msgid "TimeZone"
msgstr ""
#: src/FakerPress/Field.php:1658
msgid "Email"
msgstr ""
#: src/FakerPress/Field.php:1668
msgid "Domain"
msgstr ""
#: src/FakerPress/Field.php:1678
msgid "IP"
msgstr ""
#: src/FakerPress/Field.php:1688
msgid "Browser User Agent"
msgstr ""
#: src/FakerPress/Field.php:1716
#: src/FakerPress/Field.php:1725
msgid "yyyy-mm-dd"
msgstr ""
#: src/FakerPress/Field.php:1732
msgid "Select an Interval"
msgstr ""
#: src/FakerPress/Module/Attachment.php:74
#: src/FakerPress/Module/Attachment.php:85
msgid "Invalid image MimeType"
msgstr ""
#: src/FakerPress/Module/Attachment.php:143
msgid "Placehold.it"
msgstr ""
#: src/FakerPress/Module/Attachment.php:148
msgid "Lorem Picsum"
msgstr ""
#: src/FakerPress/Module/Comment.php:22
msgid "Comments"
msgstr ""
#: src/FakerPress/Module/Comment.php:23
msgid "Generate Comments"
msgstr ""
#: src/FakerPress/Module/Comment.php:120
msgid "Zero is not a good number of comments to fake..."
msgstr ""
#: src/FakerPress/Module/Comment.php:187
#: src/FakerPress/Module/Post.php:220
#: src/FakerPress/Module/Term.php:160
#: src/FakerPress/Module/User.php:195
msgid "Faked %d new %s: [ %s ]"
msgstr ""
#: src/FakerPress/Module/Comment.php:189
msgid "comment"
msgid_plural "comments"
msgstr[0] ""
msgstr[1] ""
#: src/FakerPress/Module/Post.php:21
msgid "Posts"
msgstr ""
#: src/FakerPress/Module/Post.php:22
msgid "Generate Posts"
msgstr ""
#: src/FakerPress/Module/Post.php:121
msgid "Zero is not a good number of posts to fake..."
msgstr ""
#: src/FakerPress/Module/Post.php:222
msgid "post"
msgid_plural "posts"
msgstr[0] ""
msgstr[1] ""
#: src/FakerPress/Module/Term.php:23
msgid "Generate Terms"
msgstr ""
#: src/FakerPress/Module/Term.php:102
msgid "Zero is not a good number of terms to fake..."
msgstr ""
#: src/FakerPress/Module/Term.php:162
msgid "term"
msgid_plural "terms"
msgstr[0] ""
msgstr[1] ""
#: src/FakerPress/Module/User.php:23
msgid "Users"
msgstr ""
#: src/FakerPress/Module/User.php:24
msgid "Generate Users"
msgstr ""
#: src/FakerPress/Module/User.php:127
msgid "Zero is not a good number of users to fake..."
msgstr ""
#: src/FakerPress/Module/User.php:197
msgid "user"
msgid_plural "users"
msgstr[0] ""
msgstr[1] ""
#: src/FakerPress/Utils.php:232
msgid "Afghanistan"
msgstr ""
#: src/FakerPress/Utils.php:237
msgid "Åland Islands"
msgstr ""
#: src/FakerPress/Utils.php:242
msgid "Albania"
msgstr ""
#: src/FakerPress/Utils.php:247
msgid "Algeria"
msgstr ""
#: src/FakerPress/Utils.php:252
msgid "American Samoa"
msgstr ""
#: src/FakerPress/Utils.php:257
msgid "Andorra"
msgstr ""
#: src/FakerPress/Utils.php:262
msgid "Angola"
msgstr ""
#: src/FakerPress/Utils.php:267
msgid "Anguilla"
msgstr ""
#: src/FakerPress/Utils.php:272
msgid "Antigua and Barbuda"
msgstr ""
#: src/FakerPress/Utils.php:277
msgid "Argentina"
msgstr ""
#: src/FakerPress/Utils.php:282
msgid "Armenia"
msgstr ""
#: src/FakerPress/Utils.php:287
msgid "Aruba"
msgstr ""
#: src/FakerPress/Utils.php:292
msgid "Australia"
msgstr ""
#: src/FakerPress/Utils.php:297
msgid "Austria"
msgstr ""
#: src/FakerPress/Utils.php:302
msgid "Azerbaijan"
msgstr ""
#: src/FakerPress/Utils.php:307
msgid "The Bahamas"
msgstr ""
#: src/FakerPress/Utils.php:312
msgid "Bahrain"
msgstr ""
#: src/FakerPress/Utils.php:317
msgid "Bangladesh"
msgstr ""
#: src/FakerPress/Utils.php:322
msgid "Barbados"
msgstr ""
#: src/FakerPress/Utils.php:327
msgid "Belarus"
msgstr ""
#: src/FakerPress/Utils.php:332
msgid "Belgium"
msgstr ""
#: src/FakerPress/Utils.php:337
msgid "Belize"
msgstr ""
#: src/FakerPress/Utils.php:342
msgid "Benin"
msgstr ""
#: src/FakerPress/Utils.php:347
msgid "Bermuda"
msgstr ""
#: src/FakerPress/Utils.php:352
msgid "Bhutan"
msgstr ""
#: src/FakerPress/Utils.php:357
msgid "Bolivia"
msgstr ""
#: src/FakerPress/Utils.php:362
msgid "Bonaire"
msgstr ""
#: src/FakerPress/Utils.php:367
msgid "Bosnia and Herzegovina"
msgstr ""
#: src/FakerPress/Utils.php:372
msgid "Botswana"
msgstr ""
#: src/FakerPress/Utils.php:377
msgid "Bouvet Island"
msgstr ""
#: src/FakerPress/Utils.php:382
msgid "Brazil"
msgstr ""
#: src/FakerPress/Utils.php:387
msgid "British Indian Ocean Territory"
msgstr ""
#: src/FakerPress/Utils.php:392
msgid "United States Minor Outlying Islands"
msgstr ""
#: src/FakerPress/Utils.php:397
msgid "British Virgin Islands"
msgstr ""
#: src/FakerPress/Utils.php:402
msgid "Brunei"
msgstr ""
#: src/FakerPress/Utils.php:407
msgid "Bulgaria"
msgstr ""
#: src/FakerPress/Utils.php:412
msgid "Burkina Faso"
msgstr ""
#: src/FakerPress/Utils.php:417
msgid "Burundi"
msgstr ""
#: src/FakerPress/Utils.php:422
msgid "Cambodia"
msgstr ""
#: src/FakerPress/Utils.php:427
msgid "Cameroon"
msgstr ""
#: src/FakerPress/Utils.php:432
msgid "Canada"
msgstr ""
#: src/FakerPress/Utils.php:437
msgid "Cape Verde"
msgstr ""
#: src/FakerPress/Utils.php:442
msgid "Cayman Islands"
msgstr ""
#: src/FakerPress/Utils.php:447
msgid "Central African Republic"
msgstr ""
#: src/FakerPress/Utils.php:452
msgid "Chad"
msgstr ""
#: src/FakerPress/Utils.php:457
msgid "Chile"
msgstr ""
#: src/FakerPress/Utils.php:462
msgid "China"
msgstr ""
#: src/FakerPress/Utils.php:467
msgid "Christmas Island"
msgstr ""
#: src/FakerPress/Utils.php:472
msgid "Cocos (Keeling) Islands"
msgstr ""
#: src/FakerPress/Utils.php:477
msgid "Colombia"
msgstr ""
#: src/FakerPress/Utils.php:482
msgid "Comoros"
msgstr ""
#: src/FakerPress/Utils.php:487
msgid "Republic of the Congo"
msgstr ""
#: src/FakerPress/Utils.php:492
msgid "Democratic Republic of the Congo"
msgstr ""
#: src/FakerPress/Utils.php:497
msgid "Cook Islands"
msgstr ""
#: src/FakerPress/Utils.php:502
msgid "Costa Rica"
msgstr ""
#: src/FakerPress/Utils.php:507
msgid "Croatia"
msgstr ""
#: src/FakerPress/Utils.php:512
msgid "Cuba"
msgstr ""
#: src/FakerPress/Utils.php:517
msgid "Curaçao"
msgstr ""
#: src/FakerPress/Utils.php:522
msgid "Cyprus"
msgstr ""
#: src/FakerPress/Utils.php:527
msgid "Czech Republic"
msgstr ""
#: src/FakerPress/Utils.php:532
msgid "Denmark"
msgstr ""
#: src/FakerPress/Utils.php:537
msgid "Djibouti"
msgstr ""
#: src/FakerPress/Utils.php:542
msgid "Dominica"
msgstr ""
#: src/FakerPress/Utils.php:547
msgid "Dominican Republic"
msgstr ""
#: src/FakerPress/Utils.php:552
msgid "Ecuador"
msgstr ""
#: src/FakerPress/Utils.php:557
msgid "Egypt"
msgstr ""
#: src/FakerPress/Utils.php:562
msgid "El Salvador"
msgstr ""
#: src/FakerPress/Utils.php:567
msgid "Equatorial Guinea"
msgstr ""
#: src/FakerPress/Utils.php:572
msgid "Eritrea"
msgstr ""
#: src/FakerPress/Utils.php:577
msgid "Estonia"
msgstr ""
#: src/FakerPress/Utils.php:582
msgid "Ethiopia"
msgstr ""
#: src/FakerPress/Utils.php:587
msgid "Falkland Islands"
msgstr ""
#: src/FakerPress/Utils.php:592
msgid "Faroe Islands"
msgstr ""
#: src/FakerPress/Utils.php:597
msgid "Fiji"
msgstr ""
#: src/FakerPress/Utils.php:602
msgid "Finland"
msgstr ""
#: src/FakerPress/Utils.php:607
msgid "France"
msgstr ""
#: src/FakerPress/Utils.php:612
msgid "French Guiana"
msgstr ""
#: src/FakerPress/Utils.php:617
msgid "French Polynesia"
msgstr ""
#: src/FakerPress/Utils.php:622
msgid "French Southern and Antarctic Lands"
msgstr ""
#: src/FakerPress/Utils.php:627
msgid "Gabon"
msgstr ""
#: src/FakerPress/Utils.php:632
msgid "The Gambia"
msgstr ""
#: src/FakerPress/Utils.php:637
msgid "Georgia"
msgstr ""
#: src/FakerPress/Utils.php:642
msgid "Germany"
msgstr ""
#: src/FakerPress/Utils.php:647
msgid "Ghana"
msgstr ""
#: src/FakerPress/Utils.php:652
msgid "Gibraltar"
msgstr ""
#: src/FakerPress/Utils.php:657
msgid "Greece"
msgstr ""
#: src/FakerPress/Utils.php:662
msgid "Greenland"
msgstr ""
#: src/FakerPress/Utils.php:667
msgid "Grenada"
msgstr ""
#: src/FakerPress/Utils.php:672
msgid "Guadeloupe"
msgstr ""
#: src/FakerPress/Utils.php:677
msgid "Guam"
msgstr ""
#: src/FakerPress/Utils.php:682
msgid "Guatemala"
msgstr ""
#: src/FakerPress/Utils.php:687
msgid "Guernsey"
msgstr ""
#: src/FakerPress/Utils.php:692
msgid "Guinea"
msgstr ""
#: src/FakerPress/Utils.php:697
msgid "Guinea-Bissau"
msgstr ""
#: src/FakerPress/Utils.php:702
msgid "Guyana"
msgstr ""
#: src/FakerPress/Utils.php:707
msgid "Haiti"
msgstr ""
#: src/FakerPress/Utils.php:712
msgid "Heard Island and McDonald Islands"
msgstr ""
#: src/FakerPress/Utils.php:717
msgid "Honduras"
msgstr ""
#: src/FakerPress/Utils.php:722
msgid "Hong Kong"
msgstr ""
#: src/FakerPress/Utils.php:727
msgid "Hungary"
msgstr ""
#: src/FakerPress/Utils.php:732
msgid "Iceland"
msgstr ""
#: src/FakerPress/Utils.php:737
msgid "India"
msgstr ""
#: src/FakerPress/Utils.php:742
msgid "Indonesia"
msgstr ""
#: src/FakerPress/Utils.php:747
msgid "Ivory Coast"
msgstr ""
#: src/FakerPress/Utils.php:752
msgid "Iran"
msgstr ""
#: src/FakerPress/Utils.php:757
msgid "Iraq"
msgstr ""
#: src/FakerPress/Utils.php:762
msgid "Republic of Ireland"
msgstr ""
#: src/FakerPress/Utils.php:767
msgid "Isle of Man"
msgstr ""
#: src/FakerPress/Utils.php:772
msgid "Israel"
msgstr ""
#: src/FakerPress/Utils.php:777
msgid "Italy"
msgstr ""
#: src/FakerPress/Utils.php:782
msgid "Jamaica"
msgstr ""
#: src/FakerPress/Utils.php:787
msgid "Japan"
msgstr ""
#: src/FakerPress/Utils.php:792
msgid "Jersey"
msgstr ""
#: src/FakerPress/Utils.php:797
msgid "Jordan"
msgstr ""
#: src/FakerPress/Utils.php:802
msgid "Kazakhstan"
msgstr ""
#: src/FakerPress/Utils.php:807
msgid "Kenya"
msgstr ""
#: src/FakerPress/Utils.php:812
msgid "Kiribati"
msgstr ""
#: src/FakerPress/Utils.php:817
msgid "Kuwait"
msgstr ""
#: src/FakerPress/Utils.php:822
msgid "Kyrgyzstan"
msgstr ""
#: src/FakerPress/Utils.php:827
msgid "Laos"
msgstr ""
#: src/FakerPress/Utils.php:832
msgid "Latvia"
msgstr ""
#: src/FakerPress/Utils.php:837
msgid "Lebanon"
msgstr ""
#: src/FakerPress/Utils.php:842
msgid "Lesotho"
msgstr ""
#: src/FakerPress/Utils.php:847
msgid "Liberia"
msgstr ""
#: src/FakerPress/Utils.php:852
msgid "Libya"
msgstr ""
#: src/FakerPress/Utils.php:857
msgid "Liechtenstein"
msgstr ""
#: src/FakerPress/Utils.php:862
msgid "Lithuania"
msgstr ""
#: src/FakerPress/Utils.php:867
msgid "Luxembourg"
msgstr ""
#: src/FakerPress/Utils.php:872
msgid "Macau"
msgstr ""
#: src/FakerPress/Utils.php:877
msgid "Republic of Macedonia"
msgstr ""
#: src/FakerPress/Utils.php:882
msgid "Madagascar"
msgstr ""
#: src/FakerPress/Utils.php:887
msgid "Malawi"
msgstr ""
#: src/FakerPress/Utils.php:892
msgid "Malaysia"
msgstr ""
#: src/FakerPress/Utils.php:897
msgid "Maldives"
msgstr ""
#: src/FakerPress/Utils.php:902
msgid "Mali"
msgstr ""
#: src/FakerPress/Utils.php:907
msgid "Malta"
msgstr ""
#: src/FakerPress/Utils.php:912
msgid "Marshall Islands"
msgstr ""
#: src/FakerPress/Utils.php:917
msgid "Martinique"
msgstr ""
#: src/FakerPress/Utils.php:922
msgid "Mauritania"
msgstr ""
#: src/FakerPress/Utils.php:927
msgid "Mauritius"
msgstr ""
#: src/FakerPress/Utils.php:932
msgid "Mayotte"
msgstr ""
#: src/FakerPress/Utils.php:937
msgid "Mexico"
msgstr ""
#: src/FakerPress/Utils.php:942
msgid "Federated States of Micronesia"
msgstr ""
#: src/FakerPress/Utils.php:947
msgid "Moldova"
msgstr ""
#: src/FakerPress/Utils.php:952
msgid "Monaco"
msgstr ""
#: src/FakerPress/Utils.php:957
msgid "Mongolia"
msgstr ""
#: src/FakerPress/Utils.php:962
msgid "Montenegro"
msgstr ""
#: src/FakerPress/Utils.php:967
msgid "Montserrat"
msgstr ""
#: src/FakerPress/Utils.php:972
msgid "Morocco"
msgstr ""
#: src/FakerPress/Utils.php:977
msgid "Mozambique"
msgstr ""
#: src/FakerPress/Utils.php:982
msgid "Myanmar"
msgstr ""
#: src/FakerPress/Utils.php:987
msgid "Namibia"
msgstr ""
#: src/FakerPress/Utils.php:992
msgid "Nauru"
msgstr ""
#: src/FakerPress/Utils.php:997
msgid "Nepal"
msgstr ""
#: src/FakerPress/Utils.php:1002
msgid "Netherlands"
msgstr ""
#: src/FakerPress/Utils.php:1007
msgid "New Caledonia"
msgstr ""
#: src/FakerPress/Utils.php:1012
msgid "New Zealand"
msgstr ""
#: src/FakerPress/Utils.php:1017
msgid "Nicaragua"
msgstr ""
#: src/FakerPress/Utils.php:1022
msgid "Niger"
msgstr ""
#: src/FakerPress/Utils.php:1027
msgid "Nigeria"
msgstr ""
#: src/FakerPress/Utils.php:1032
msgid "Niue"
msgstr ""
#: src/FakerPress/Utils.php:1037
msgid "Norfolk Island"
msgstr ""
#: src/FakerPress/Utils.php:1042
msgid "North Korea"
msgstr ""
#: src/FakerPress/Utils.php:1047
msgid "Northern Mariana Islands"
msgstr ""
#: src/FakerPress/Utils.php:1052
msgid "Norway"
msgstr ""
#: src/FakerPress/Utils.php:1057
msgid "Oman"
msgstr ""
#: src/FakerPress/Utils.php:1062
msgid "Pakistan"
msgstr ""
#: src/FakerPress/Utils.php:1067
msgid "Palau"
msgstr ""
#: src/FakerPress/Utils.php:1072
msgid "Palestine"
msgstr ""
#: src/FakerPress/Utils.php:1077
msgid "Panama"
msgstr ""
#: src/FakerPress/Utils.php:1082
msgid "Papua New Guinea"
msgstr ""
#: src/FakerPress/Utils.php:1087
msgid "Paraguay"
msgstr ""
#: src/FakerPress/Utils.php:1092
msgid "Peru"
msgstr ""
#: src/FakerPress/Utils.php:1097
msgid "Philippines"
msgstr ""
#: src/FakerPress/Utils.php:1102
msgid "Pitcairn Islands"
msgstr ""
#: src/FakerPress/Utils.php:1107
msgid "Poland"
msgstr ""
#: src/FakerPress/Utils.php:1112
msgid "Portugal"
msgstr ""
#: src/FakerPress/Utils.php:1117
msgid "Puerto Rico"
msgstr ""
#: src/FakerPress/Utils.php:1122
msgid "Qatar"
msgstr ""
#: src/FakerPress/Utils.php:1127
msgid "Republic of Kosovo"
msgstr ""
#: src/FakerPress/Utils.php:1132
msgid "Réunion"
msgstr ""
#: src/FakerPress/Utils.php:1137
msgid "Romania"
msgstr ""
#: src/FakerPress/Utils.php:1142
msgid "Russia"
msgstr ""
#: src/FakerPress/Utils.php:1147
msgid "Rwanda"
msgstr ""
#: src/FakerPress/Utils.php:1152
msgid "Saint Barthélemy"
msgstr ""
#: src/FakerPress/Utils.php:1157
msgid "Saint Helena"
msgstr ""
#: src/FakerPress/Utils.php:1162
msgid "Saint Kitts and Nevis"
msgstr ""
#: src/FakerPress/Utils.php:1167
msgid "Saint Lucia"
msgstr ""
#: src/FakerPress/Utils.php:1172
msgid "Saint Martin"
msgstr ""
#: src/FakerPress/Utils.php:1177
msgid "Saint Pierre and Miquelon"
msgstr ""
#: src/FakerPress/Utils.php:1182
msgid "Saint Vincent and the Grenadines"
msgstr ""
#: src/FakerPress/Utils.php:1187
msgid "Samoa"
msgstr ""
#: src/FakerPress/Utils.php:1192
msgid "San Marino"
msgstr ""
#: src/FakerPress/Utils.php:1197
msgid "São Tomé and Príncipe"
msgstr ""
#: src/FakerPress/Utils.php:1202
msgid "Saudi Arabia"
msgstr ""
#: src/FakerPress/Utils.php:1207
msgid "Senegal"
msgstr ""
#: src/FakerPress/Utils.php:1212
msgid "Serbia"
msgstr ""
#: src/FakerPress/Utils.php:1217
msgid "Seychelles"
msgstr ""
#: src/FakerPress/Utils.php:1222
msgid "Sierra Leone"
msgstr ""
#: src/FakerPress/Utils.php:1227
msgid "Singapore"
msgstr ""
#: src/FakerPress/Utils.php:1232
msgid "Sint Maarten"
msgstr ""
#: src/FakerPress/Utils.php:1237
msgid "Slovakia"
msgstr ""
#: src/FakerPress/Utils.php:1242
msgid "Slovenia"
msgstr ""
#: src/FakerPress/Utils.php:1247
msgid "Solomon Islands"
msgstr ""
#: src/FakerPress/Utils.php:1252
msgid "Somalia"
msgstr ""
#: src/FakerPress/Utils.php:1257
msgid "South Africa"
msgstr ""
#: src/FakerPress/Utils.php:1262
msgid "South Georgia"
msgstr ""
#: src/FakerPress/Utils.php:1267
msgid "South Korea"
msgstr ""
#: src/FakerPress/Utils.php:1272
msgid "South Sudan"
msgstr ""
#: src/FakerPress/Utils.php:1277
msgid "Spain"
msgstr ""
#: src/FakerPress/Utils.php:1282
msgid "Sri Lanka"
msgstr ""
#: src/FakerPress/Utils.php:1287
msgid "Sudan"
msgstr ""
#: src/FakerPress/Utils.php:1292
msgid "Suriname"
msgstr ""
#: src/FakerPress/Utils.php:1297
msgid "Svalbard and Jan Mayen"
msgstr ""
#: src/FakerPress/Utils.php:1302
msgid "Swaziland"
msgstr ""
#: src/FakerPress/Utils.php:1307
msgid "Sweden"
msgstr ""
#: src/FakerPress/Utils.php:1312
msgid "Switzerland"
msgstr ""
#: src/FakerPress/Utils.php:1317
msgid "Syria"
msgstr ""
#: src/FakerPress/Utils.php:1322
msgid "Taiwan"
msgstr ""
#: src/FakerPress/Utils.php:1327
msgid "Tajikistan"
msgstr ""
#: src/FakerPress/Utils.php:1332
msgid "Tanzania"
msgstr ""
#: src/FakerPress/Utils.php:1337
msgid "Thailand"
msgstr ""
#: src/FakerPress/Utils.php:1342
msgid "East Timor"
msgstr ""
#: src/FakerPress/Utils.php:1347
msgid "Togo"
msgstr ""
#: src/FakerPress/Utils.php:1352
msgid "Tokelau"
msgstr ""
#: src/FakerPress/Utils.php:1357
msgid "Tonga"
msgstr ""
#: src/FakerPress/Utils.php:1362
msgid "Trinidad and Tobago"
msgstr ""
#: src/FakerPress/Utils.php:1367
msgid "Tunisia"
msgstr ""
#: src/FakerPress/Utils.php:1372
msgid "Turkey"
msgstr ""
#: src/FakerPress/Utils.php:1377
msgid "Turkmenistan"
msgstr ""
#: src/FakerPress/Utils.php:1382
msgid "Turks and Caicos Islands"
msgstr ""
#: src/FakerPress/Utils.php:1387
msgid "Tuvalu"
msgstr ""
#: src/FakerPress/Utils.php:1392
msgid "Uganda"
msgstr ""
#: src/FakerPress/Utils.php:1397
msgid "Ukraine"
msgstr ""
#: src/FakerPress/Utils.php:1402
msgid "United Arab Emirates"
msgstr ""
#: src/FakerPress/Utils.php:1407
msgid "United Kingdom"
msgstr ""
#: src/FakerPress/Utils.php:1412
msgid "United States"
msgstr ""
#: src/FakerPress/Utils.php:1417
msgid "Uruguay"
msgstr ""
#: src/FakerPress/Utils.php:1422
msgid "Uzbekistan"
msgstr ""
#: src/FakerPress/Utils.php:1427
msgid "Vanuatu"
msgstr ""
#: src/FakerPress/Utils.php:1432
msgid "Venezuela"
msgstr ""
#: src/FakerPress/Utils.php:1437
msgid "Vietnam"
msgstr ""
#: src/FakerPress/Utils.php:1442
msgid "Wallis and Futuna"
msgstr ""
#: src/FakerPress/Utils.php:1447
msgid "Western Sahara"
msgstr ""
#: src/FakerPress/Utils.php:1452
msgid "Yemen"
msgstr ""
#: src/FakerPress/Utils.php:1457
msgid "Zambia"
msgstr ""
#: src/FakerPress/Utils.php:1462
msgid "Zimbabwe"
msgstr ""
#: src/functions/globals.php:50
msgid "Invalid use, type must be one of INPUT_* family."
msgstr ""
#: src/templates/pages/attachments.php:20
#: src/templates/pages/posts.php:20
msgid "How many posts should be generated, use both fields to get a randomized number of posts within the given range."
msgstr ""
#: src/templates/pages/attachments.php:32
#: src/templates/pages/comments.php:97
#: src/templates/pages/posts.php:32
msgid "Choose the range for the posts dates."
msgstr ""
#: src/templates/pages/attachments.php:44
#: src/templates/pages/posts.php:75
msgid "Parents"
msgstr ""
#: src/templates/pages/attachments.php:45
#: src/templates/pages/posts.php:76
msgid "What posts can be choosen as Parent to the ones created"
msgstr ""
#: src/templates/pages/attachments.php:58
#: src/templates/pages/posts.php:89
msgid "Allow Comments"
msgstr ""
#: src/templates/pages/attachments.php:62
#: src/templates/pages/posts.php:93
msgid "Comments closed"
msgstr ""
#: src/templates/pages/attachments.php:67
#: src/templates/pages/posts.php:98
msgid "Comments Status"
msgstr ""
#: src/templates/pages/attachments.php:68
#: src/templates/pages/posts.php:99
msgid "Sampling group of options for the comment status of the posts"
msgstr ""
#: src/templates/pages/attachments.php:78
#: src/templates/pages/posts.php:148
msgid "Use HTML on your randomized post content?"
msgstr ""
#: src/templates/pages/attachments.php:85
#: src/templates/pages/comments.php:135
#: src/templates/pages/posts.php:155
#: src/templates/pages/users.php:77
msgid "Use HTML"
msgstr ""
#: src/templates/pages/attachments.php:100
#: src/templates/pages/comments.php:150
#: src/templates/pages/posts.php:183
#: src/templates/pages/users.php:92
msgid "HTML tags"
msgstr ""
#: src/templates/pages/attachments.php:101
#: src/templates/pages/posts.php:184
msgid "Select the group of tags that can be selected to print on the Post Content"
msgstr ""
#: src/templates/pages/attachments.php:172
#: src/templates/pages/posts.php:129
msgid "Author"
msgstr ""
#: src/templates/pages/attachments.php:173
#: src/templates/pages/posts.php:130
msgid "Choose some users to be authors of posts generated."
msgstr ""
#: src/templates/pages/attachments.php:184
#: src/templates/pages/comments.php:161
#: src/templates/pages/posts.php:228
#: src/templates/pages/terms.php:59
#: src/templates/pages/users.php:103
msgid "Meta Field Rules"
msgstr ""
#: src/templates/pages/attachments.php:185
#: src/templates/pages/posts.php:229
msgid "Use the fields below to configure a set of rules for your generated Posts"
msgstr ""
#: src/templates/pages/attachments.php:201
#: src/templates/pages/comments.php:183
#: src/templates/pages/posts.php:248
#: src/templates/pages/terms.php:78
#: src/templates/pages/users.php:121
msgid "Generate"
msgstr ""
#: src/templates/pages/changelog.php:10
msgid "What has Changed in FakerPress"
msgstr ""
#: src/templates/pages/changelog.php:12
msgid "Sorry but this page still doesn't have the information available."
msgstr ""
#: src/templates/pages/comments.php:21
msgid "default"
msgstr ""
#: src/templates/pages/comments.php:48
msgid "Which type of comment are you going to generate?"
msgstr ""
#: src/templates/pages/comments.php:78
#: src/templates/pages/posts.php:62
msgid "Post Type"
msgstr ""
#: src/templates/pages/comments.php:79
msgid "Group of Post Types that the comment can be generate for"
msgstr ""
#: src/templates/pages/comments.php:88
msgid "How many comments should be generated, use both fields to get a randomized number of comments within the given range."
msgstr ""
#: src/templates/pages/comments.php:104
msgid "Comment Content"
msgstr ""
#: src/templates/pages/comments.php:117
#: src/templates/pages/posts.php:167
msgid "Content Size"
msgstr ""
#: src/templates/pages/comments.php:118
#: src/templates/pages/posts.php:168
msgid "How many paragraphs we are going to generate of content."
msgstr ""
#: src/templates/pages/comments.php:129
msgid "Use HTML on your randomized comment content?"
msgstr ""
#: src/templates/pages/comments.php:151
msgid "Select the group of tags that can be selected to print on the Comment Content."
msgstr ""
#: src/templates/pages/comments.php:162
msgid "Use the fields below to configure a set of rules for your generated Comments"
msgstr ""
#: src/templates/pages/error.php:14
msgid "Oops, 404 Error!"
msgstr ""
#: src/templates/pages/error.php:16
msgid ""
"Yeah... Something went very wrong somewhere along your last actions.\n"
"\n"
"Right now we feel ashamed about this problem, <a href='%s' target='_blank'>poke us on twitter!</a>"
msgstr ""
#: src/templates/pages/posts.php:63
msgid "Sampling group of Post Types"
msgstr ""
#: src/templates/pages/posts.php:137
msgid "Post Content"
msgstr ""
#: src/templates/pages/posts.php:197
msgid "Image Providers"
msgstr ""
#: src/templates/pages/posts.php:209
msgid "Taxonomy Field Rules"
msgstr ""
#: src/templates/pages/posts.php:210
msgid "Use the fields below to configure the rules for the Taxonomy and Terms selected"
msgstr ""
#: src/templates/pages/settings.php:19
msgid "Erase faked data"
msgstr ""
#: src/templates/pages/settings.php:20
msgid "To erase all data generated type \"<b>Let it Go!</b>\"."
msgstr ""
#: src/templates/pages/settings.php:22
msgid "Delete!"
msgstr ""
#: src/templates/pages/terms.php:16
msgid "How many terms should be generated, use both fields to get a randomized number of terms within the given range."
msgstr ""
#: src/templates/pages/terms.php:24
msgid "Name Size"
msgstr ""
#: src/templates/pages/terms.php:25
msgid "What is the size of the Term name"
msgstr ""
#: src/templates/pages/terms.php:48
msgid "Group of taxonomies that the terms will be created within"
msgstr ""
#: src/templates/pages/terms.php:60
msgid "Use the fields below to configure a set of rules for your generated Terms"
msgstr ""
#: src/templates/pages/users.php:16
msgid "How many users should be generated, use both fields to get a randomized number of users within the given range."
msgstr ""
#: src/templates/pages/users.php:38
msgid "Roles"
msgstr ""
#: src/templates/pages/users.php:39
msgid "Sampling roles to be used"
msgstr ""
#: src/templates/pages/users.php:46
msgid "User Description"
msgstr ""
#: src/templates/pages/users.php:59
msgid "Description Size"
msgstr ""
#: src/templates/pages/users.php:60
msgid "How many paragraphs we are going to generate of description."
msgstr ""
#: src/templates/pages/users.php:70
msgid "Use HTML on your randomized user description?"
msgstr ""
#: src/templates/pages/users.php:93
msgid "Select the group of tags that can be selected to print on the User Description."
msgstr ""
#: src/templates/pages/users.php:104
msgid "Use the fields below to configure a set of rules for your generated users"
msgstr ""