uncanny-learndash-toolkit.pot
50.2 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
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
# Copyright (C) 2023 Uncanny Owl
# This file is distributed under the GPLv3.
msgid ""
msgstr ""
"Project-Id-Version: Uncanny Toolkit for LearnDash 3.6.4.4\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/uncanny-learndash-toolkit\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: 2023-05-30T21:11:42+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\n"
"X-Domain: uncanny-learndash-toolkit\n"
#. Plugin Name of the plugin
#: src/admin-menu.php:47
#: src/blocks/blocks.php:148
msgid "Uncanny Toolkit for LearnDash"
msgstr ""
#. Plugin URI of the plugin
msgid "https://www.uncannyowl.com/uncanny-learndash-toolkit/"
msgstr ""
#. Description of the plugin
msgid "Extend LearnDash with a variety of complementary features to make building engaging learner experiences even easier."
msgstr ""
#. Author of the plugin
msgid "Uncanny Owl"
msgstr ""
#. Author URI of the plugin
msgid "https://www.uncannyowl.com"
msgstr ""
#: src/admin-menu.php:48
#: src/classes/login-logout-menu.php:240
msgid "Uncanny Toolkit"
msgstr ""
#: src/admin-menu.php:60
#: src/templates/admin-tabs.php:15
#: uncanny-learndash-toolkit.php:80
msgid "Modules"
msgstr ""
#: src/admin-menu.php:155
#: src/templates/admin-support.php:12
msgid "by"
msgstr ""
#: src/admin-menu.php:482
msgid "Download certificates in bulk"
msgstr ""
#: src/admin-menu.php:483
msgid "Generate certificate PDF files for a group, course or quiz and download them in bulk as a Group Leader or administrator."
msgstr ""
#: src/admin-menu.php:489
msgid "Days Until Course Expiry"
msgstr ""
#: src/admin-menu.php:490
msgid "Use this shortcode to display the number of days until the learner's access expires for the current course. This is a useful shortcode to include on course pages."
msgstr ""
#: src/admin-menu.php:496
msgid "Email Course Certificates"
msgstr ""
#: src/admin-menu.php:497
msgid "Sends a copy of certificate earned from course completion and saves certificates on the server."
msgstr ""
#: src/admin-menu.php:503
msgid "Simple Course Timer"
msgstr ""
#: src/admin-menu.php:504
msgid "Tracks time spent in all LearnDash courses and detects when a user is idle. Course completion time and total course time are both added to LearnDash reports. Enables blocking access to quizzes until minimum time spent in course."
msgstr ""
#: src/admin-menu.php:510
msgid "Single Page Courses"
msgstr ""
#: src/admin-menu.php:511
msgid "Create independent course pages that don't require lessons or topics."
msgstr ""
#: src/admin-menu.php:517
msgid "Email Quiz Certificates"
msgstr ""
#: src/admin-menu.php:518
msgid "Sends a copy of certificates earned from quiz completion and saves certificates on the server."
msgstr ""
#: src/admin-menu.php:524
msgid "Autocomplete Lessons & Topics on Gravity Form Submission"
msgstr ""
#: src/admin-menu.php:525
msgid "Automatically mark LearnDash lessons and topics as completed when the user submits Gravity Forms."
msgstr ""
#: src/admin-menu.php:531
msgid "Improved Group Leader Interface"
msgstr ""
#: src/admin-menu.php:532
msgid "Enhances the experience of LearnDash Group Leaders by providing direct access to reports and removing unnecessary distractions from the admin panel."
msgstr ""
#: src/admin-menu.php:538
msgid "Group Logo/List"
msgstr ""
#: src/admin-menu.php:539
msgid "Add group-specific logos to any page, including registration pages. A shortcode to list a user's LearnDash Groups is also available."
msgstr ""
#: src/admin-menu.php:545
msgid "Import Users"
msgstr ""
#: src/admin-menu.php:546
msgid "Create or update users and assign them to courses and LearnDash Groups from a CSV file."
msgstr ""
#: src/admin-menu.php:552
msgid "Group Expiration"
msgstr ""
#: src/admin-menu.php:553
msgid "Set expiration dates for LearnDash groups so that course enrolment for the group is removed on the specified day. Reminder emails can be sent to users advising them of group expiration."
msgstr ""
#: src/admin-menu.php:559
msgid "Group Registration"
msgstr ""
#: src/admin-menu.php:560
msgid "Allow users to add themselves directly to LearnDash Groups on registration by assigning each group a unique registration URL. Users can also change or add groups themselves by visiting group URLs."
msgstr ""
#: src/admin-menu.php:566
msgid "Course Dashboard"
msgstr ""
#: src/admin-menu.php:567
msgid "Use the [uo_dashboard] shortcode to display the list of enrolled courses for the current user. This is essentially a modified version of the [ld_profile] shortcode without profile data."
msgstr ""
#: src/admin-menu.php:573
msgid "Duplicate Pages & Posts"
msgstr ""
#: src/admin-menu.php:574
msgid "Easily clone pages, posts, LearnDash courses, lessons, topics, quizzes and more. This plugin handles quiz duplication properly."
msgstr ""
#: src/admin-menu.php:580
msgid "Reset Progress Button"
msgstr ""
#: src/admin-menu.php:581
msgid "Inserts a button that allows learners to reset the course."
msgstr ""
#: src/admin-menu.php:587
msgid "Lesson/Topic/Quiz Table Colors"
msgstr ""
#: src/admin-menu.php:588
msgid "Change the background and header text color of LearnDash tables. This module modifies the course, lesson, topic, quiz, and Pro Dashboard tables."
msgstr ""
#: src/admin-menu.php:594
msgid "Learner Transcript"
msgstr ""
#: src/admin-menu.php:595
msgid "Add printable transcripts to the front end for your learners. This is a great way for learners to have a record of all course progress and overall standing."
msgstr ""
#: src/admin-menu.php:601
msgid "Autocomplete Lessons & Topics"
msgstr ""
#: src/admin-menu.php:602
msgid "Automatically mark all lessons and topics as completed on user visit and remove Mark Complete buttons. Global settings can be overridden for individual lessons and topics."
msgstr ""
#: src/admin-menu.php:608
msgid "Autocomplete Lessons & Topics on Quiz Results Page"
msgstr ""
#: src/admin-menu.php:609
msgid "Automatically mark LearnDash lessons and topics as completed when the user reaches the quiz results page with a passing mark."
msgstr ""
#: src/admin-menu.php:615
msgid "Enhanced Lessons/Topics Grid"
msgstr ""
#: src/admin-menu.php:616
msgid "Add a highly customizable grid of LearnDash lessons/topics to the front end, learner dashboard or anywhere you want. This is a great tool for sites with a large number of lessons/topics."
msgstr ""
#: src/admin-menu.php:622
msgid "Sample Lesson Label"
msgstr ""
#: src/admin-menu.php:623
msgid "Add visual label to sample lessons."
msgstr ""
#: src/admin-menu.php:629
msgid "Enhanced Course Grid"
msgstr ""
#: src/admin-menu.php:630
msgid "Add a highly customizable grid of LearnDash courses to the front end, learner dashboard or anywhere you want. This is a great tool for sites with a large number of courses."
msgstr ""
#: src/admin-menu.php:636
msgid "Drip Lessons by Group"
msgstr ""
#: src/admin-menu.php:637
msgid "Unlock access to LearnDash lessons by setting dates for LearnDash Groups rather than for all enrolled users."
msgstr ""
#: src/admin-menu.php:643
msgid "Autocomplete Lessons & Topics When Quiz is Graded"
msgstr ""
#: src/admin-menu.php:644
msgid "Automatically mark LearnDash lessons and topics as completed when the associated quiz is manually graded."
msgstr ""
#: src/admin-menu.php:650
msgid "Certificate Preview"
msgstr ""
#: src/admin-menu.php:651
msgid "Get a preview of your quiz or course certificate without leaving the editor."
msgstr ""
#: src/admin-menu.php:657
msgid "Enhanced LearnDash CSV Reports"
msgstr ""
#: src/admin-menu.php:658
msgid "This module will add additional columns to the LearnDash csv reports (course and quiz)."
msgstr ""
#: src/admin-menu.php:664
msgid "Group Forums with bbPress"
msgstr ""
#: src/admin-menu.php:665
msgid "Create group-specific discussion forums with bbPress. Only group members will have access to group-specific forums. Includes a handy widget."
msgstr ""
#: src/admin-menu.php:671
msgid "Group Login Redirect"
msgstr ""
#: src/admin-menu.php:672
msgid "Adds a group-specific login redirect setting to LearnDash groups. Automatically redirect group members to a specific page on login."
msgstr ""
#: src/admin-menu.php:678
msgid "Lazy Loading Course Navigation"
msgstr ""
#: src/admin-menu.php:679
msgid "Shortcode that loads a course navigation tree via AJAX. Useful on sites with many lessons and topics where the native LearnDash Course Navigation widget is extending page load time."
msgstr ""
#: src/admin-menu.php:685
msgid "Restrict Page Access"
msgstr ""
#: src/admin-menu.php:686
msgid "Restrict access to any page by logged in/out status, course enrollment, group membership, or role. Display a message or automatically redirect users that are denied access."
msgstr ""
#: src/admin-menu.php:694
msgid "This module requires Uncanny Toolkit Pro. {{Buy it here}}"
msgstr ""
#: src/boot.php:26
msgid "Please contact your hosting company to update to php version 5.3+ and enable spl extensions."
msgstr ""
#: src/boot.php:92
#: src/boot.php:104
msgid "Uncanny Toolkit for LearnDash Support"
msgstr ""
#: src/boot.php:93
#: src/config.php:573
#: src/templates/admin-tabs.php:19
msgid "Help"
msgstr ""
#: src/boot.php:105
#: src/templates/admin-tabs.php:23
msgid "LearnDash Plugins"
msgstr ""
#: src/boot.php:184
#: src/notifications/views/banner.php:47
msgid "Dismiss"
msgstr ""
#: src/boot.php:187
#: src/config.php:745
msgid "Something went wrong. Please, try again"
msgstr ""
#: src/classes/breadcrumbs.php:62
msgid "Breadcrumbs"
msgstr ""
#: src/classes/breadcrumbs.php:67
msgid "Easily add breadcrumb links that work with courses, lessons, topics and quizzes using a shortcode or template change. WooCommerce is also supported."
msgstr ""
#: src/classes/breadcrumbs.php:113
msgid "Dashboard Page Title"
msgstr ""
#: src/classes/breadcrumbs.php:118
msgid "Dashboard Page"
msgstr ""
#: src/classes/breadcrumbs.php:124
msgid "Breadcrumbs Separator"
msgstr ""
#: src/classes/breadcrumbs.php:129
msgid "Include Current Page"
msgstr ""
#: src/classes/breadcrumbs.php:164
msgid "Home"
msgstr ""
#: src/classes/breadcrumbs.php:357
msgid "F Y"
msgstr ""
#: src/classes/breadcrumbs.php:357
#: src/classes/breadcrumbs.php:360
msgid " Archives"
msgstr ""
#: src/classes/breadcrumbs.php:360
msgid "Y"
msgstr ""
#: src/classes/breadcrumbs.php:368
msgid "Shop"
msgstr ""
#: src/classes/breadcrumbs.php:373
msgid "Search"
msgstr ""
#: src/classes/breadcrumbs.php:385
msgid "Breadcrumb"
msgstr ""
#: src/classes/disable-emails.php:42
msgid "Disable Emails"
msgstr ""
#: src/classes/disable-emails.php:44
msgid "While this module is active, WordPress and any plugins using native WordPress email functions will be prevented from sending email."
msgstr ""
#: src/classes/frontend-login-plus.php:96
msgid "Verify"
msgstr ""
#: src/classes/frontend-login-plus.php:97
msgid "Unverify"
msgstr ""
#: src/classes/frontend-login-plus.php:143
#: src/classes/frontend-login-plus.php:1250
msgid "Verified"
msgstr ""
#: src/classes/frontend-login-plus.php:144
#: src/classes/frontend-login-plus.php:1254
msgid "Not Verified"
msgstr ""
#: src/classes/frontend-login-plus.php:645
msgid "Front End Login"
msgstr ""
#: src/classes/frontend-login-plus.php:647
msgid "Adds a custom login form and can optionally force users to be verified by an admin before they can sign in."
msgstr ""
#: src/classes/frontend-login-plus.php:750
msgid "Someone requested a password reset for the user %User Login%."
msgstr ""
#: src/classes/frontend-login-plus.php:753
msgid "If you want to reset your password, click the link below. %Reset Link%"
msgstr ""
#: src/classes/frontend-login-plus.php:755
msgid "If you want to reset your password, click the link below. <a href='%Reset Link%'>Reset Password' )</a>"
msgstr ""
#: src/classes/frontend-login-plus.php:758
msgid "If you did not request a password reset, you may safely ignore this email."
msgstr ""
#: src/classes/frontend-login-plus.php:760
#: src/classes/frontend-login-plus.php:1390
msgid "Your account has been approved! "
msgstr ""
#: src/classes/frontend-login-plus.php:761
msgid "Please visit %Home Url% to login. "
msgstr ""
#: src/classes/frontend-login-plus.php:767
msgid "General"
msgstr ""
#: src/classes/frontend-login-plus.php:777
msgid "Enable AJAX"
msgstr ""
#: src/classes/frontend-login-plus.php:782
msgid "Select Template"
msgstr ""
#: src/classes/frontend-login-plus.php:787
msgid "Default"
msgstr ""
#: src/classes/frontend-login-plus.php:791
msgid "Boxed with shadow"
msgstr ""
#: src/classes/frontend-login-plus.php:797
#: src/classes/sample.php:286
msgid "Login Page"
msgstr ""
#: src/classes/frontend-login-plus.php:803
msgid "Manual User Verification"
msgstr ""
#: src/classes/frontend-login-plus.php:808
msgid "User Verified Email"
msgstr ""
#: src/classes/frontend-login-plus.php:812
msgid "Disable User Verification Email"
msgstr ""
#: src/classes/frontend-login-plus.php:817
msgid "%Site Name% - Account Verified"
msgstr ""
#: src/classes/frontend-login-plus.php:818
#: src/classes/frontend-login-plus.php:1092
#: src/templates/admin-help.php:120
msgid "Subject"
msgstr ""
#: src/classes/frontend-login-plus.php:824
msgid "Available variables for subject"
msgstr ""
#: src/classes/frontend-login-plus.php:826
msgid "Prints Site's Name"
msgstr ""
#: src/classes/frontend-login-plus.php:832
#: src/classes/frontend-login-plus.php:1098
msgid "Body"
msgstr ""
#: src/classes/frontend-login-plus.php:838
#: src/classes/frontend-login-plus.php:1104
msgid "Available variables for email body"
msgstr ""
#: src/classes/frontend-login-plus.php:841
msgid "Prints User's Display Name"
msgstr ""
#: src/classes/frontend-login-plus.php:843
msgid "Prints User's First Name"
msgstr ""
#: src/classes/frontend-login-plus.php:845
msgid "Prints User's Last Name"
msgstr ""
#: src/classes/frontend-login-plus.php:847
msgid "Prints Site's Home URL"
msgstr ""
#: src/classes/frontend-login-plus.php:858
msgid "Login Form"
msgstr ""
#: src/classes/frontend-login-plus.php:862
#: src/classes/frontend-login-plus.php:1038
#: src/classes/frontend-login-plus.php:1123
#: src/classes/widget-cert.php:412
msgid "Title"
msgstr ""
#: src/classes/frontend-login-plus.php:863
msgid "Login"
msgstr ""
#: src/classes/frontend-login-plus.php:868
msgid "Hide the Title"
msgstr ""
#: src/classes/frontend-login-plus.php:874
#: src/classes/frontend-login-plus.php:1044
#: src/classes/frontend-login-plus.php:1129
msgid "Description"
msgstr ""
#: src/classes/frontend-login-plus.php:875
msgid "Log in below to access your courses."
msgstr ""
#: src/classes/frontend-login-plus.php:881
msgid "Hide the Description"
msgstr ""
#: src/classes/frontend-login-plus.php:887
msgid "Login Field Label"
msgstr ""
#: src/classes/frontend-login-plus.php:888
#: src/classes/frontend-login-plus.php:1051
msgid "Username or Email Address"
msgstr ""
#: src/classes/frontend-login-plus.php:893
#: src/classes/frontend-login-plus.php:1135
msgid "Password Field Label"
msgstr ""
#: src/classes/frontend-login-plus.php:894
msgid "Password"
msgstr ""
#: src/classes/frontend-login-plus.php:899
msgid "Disable Remember Me Checkbox"
msgstr ""
#: src/classes/frontend-login-plus.php:904
msgid "Remember Me Checkbox Label"
msgstr ""
#: src/classes/frontend-login-plus.php:905
msgid "Remember Me"
msgstr ""
#: src/classes/frontend-login-plus.php:910
msgid "Return to login link"
msgstr ""
#: src/classes/frontend-login-plus.php:911
msgid "Return to login"
msgstr ""
#: src/classes/frontend-login-plus.php:916
msgid "Forgot Password Link Text"
msgstr ""
#: src/classes/frontend-login-plus.php:917
msgid "Forgot Password?"
msgstr ""
#: src/classes/frontend-login-plus.php:922
#: src/classes/frontend-login-plus.php:1056
#: src/classes/frontend-login-plus.php:1154
msgid "Button Label"
msgstr ""
#: src/classes/frontend-login-plus.php:923
#: src/classes/frontend-login-plus.php:991
#: src/classes/login-logout-menu.php:150
#: src/classes/login-logout-menu.php:335
#: src/classes/login-logout-menu.php:344
msgid "Log In"
msgstr ""
#: src/classes/frontend-login-plus.php:928
msgid "Register Link Text"
msgstr ""
#: src/classes/frontend-login-plus.php:929
#: src/classes/login-logout-menu.php:159
#: src/classes/login-logout-menu.php:378
msgid "Register"
msgstr ""
#: src/classes/frontend-login-plus.php:934
msgid "Register Link"
msgstr ""
#: src/classes/frontend-login-plus.php:939
msgid "Show Register Link"
msgstr ""
#: src/classes/frontend-login-plus.php:944
#: src/classes/frontend-login-plus.php:1069
msgid "Invalid Credentials Message"
msgstr ""
#: src/classes/frontend-login-plus.php:945
#: src/classes/frontend-login-plus.php:2989
#: src/classes/frontend-login-plus.php:3113
#: src/templates/frontend-login/layout_1-login.php:13
msgid "Invalid username and/or password."
msgstr ""
#: src/classes/frontend-login-plus.php:957
msgid "Account Not Verified Message"
msgstr ""
#: src/classes/frontend-login-plus.php:958
msgid "Your account is not yet verified."
msgstr ""
#: src/classes/frontend-login-plus.php:963
msgid "Logged out message"
msgstr ""
#: src/classes/frontend-login-plus.php:964
#: src/templates/frontend-login/layout_1-login.php:20
msgid "You are logged out."
msgstr ""
#: src/classes/frontend-login-plus.php:969
msgid "Log Out Link Text"
msgstr ""
#: src/classes/frontend-login-plus.php:970
#: src/classes/login-logout-menu.php:153
msgid "Log Out"
msgstr ""
#: src/classes/frontend-login-plus.php:975
msgid "Hide All For Logged In Users"
msgstr ""
#: src/classes/frontend-login-plus.php:980
msgid "Message For Logged In Users"
msgstr ""
#: src/classes/frontend-login-plus.php:981
msgid "You are logged in."
msgstr ""
#: src/classes/frontend-login-plus.php:986
msgid "Modal Login"
msgstr ""
#: src/classes/frontend-login-plus.php:990
msgid "Modal Login Button Label [uo_login_modal]"
msgstr ""
#: src/classes/frontend-login-plus.php:996
msgid "Don't dim the background when the modal is open"
msgstr ""
#: src/classes/frontend-login-plus.php:1001
msgid "Ignore Login redirect for Modal Login"
msgstr ""
#: src/classes/frontend-login-plus.php:1006
msgid "Google reCAPTCHA Settings"
msgstr ""
#: src/classes/frontend-login-plus.php:1010
msgid "Site Key"
msgstr ""
#: src/classes/frontend-login-plus.php:1016
msgid "Secret Key"
msgstr ""
#: src/classes/frontend-login-plus.php:1022
msgid "reCAPTCHA Not Checked Message"
msgstr ""
#: src/classes/frontend-login-plus.php:1023
msgid "Please verify that you are not a robot."
msgstr ""
#: src/classes/frontend-login-plus.php:1028
msgid "reCAPTCHA Error Message"
msgstr ""
#: src/classes/frontend-login-plus.php:1029
msgid "There was an error validating the form. Please contact the site administrator."
msgstr ""
#: src/classes/frontend-login-plus.php:1034
msgid "Forgot Password Form"
msgstr ""
#: src/classes/frontend-login-plus.php:1039
msgid "Forgot Password"
msgstr ""
#: src/classes/frontend-login-plus.php:1045
msgid "Enter your email address or username and we’ll send you instructions to reset your password."
msgstr ""
#: src/classes/frontend-login-plus.php:1050
msgid "Field Label"
msgstr ""
#: src/classes/frontend-login-plus.php:1057
msgid "Recover Account"
msgstr ""
#: src/classes/frontend-login-plus.php:1070
msgid "That is not a registered username or email address."
msgstr ""
#: src/classes/frontend-login-plus.php:1075
msgid "Email Failed Message"
msgstr ""
#: src/classes/frontend-login-plus.php:1076
msgid "Password reset email failed to send."
msgstr ""
#: src/classes/frontend-login-plus.php:1081
msgid "Email Success Message"
msgstr ""
#: src/classes/frontend-login-plus.php:1082
msgid "Check your email for a password reset link."
msgstr ""
#: src/classes/frontend-login-plus.php:1087
msgid "Forgot Password Email"
msgstr ""
#: src/classes/frontend-login-plus.php:1091
msgid "Password Reset"
msgstr ""
#: src/classes/frontend-login-plus.php:1106
msgid "Prints User's Login"
msgstr ""
#: src/classes/frontend-login-plus.php:1108
msgid "Prints Password Reset Link"
msgstr ""
#: src/classes/frontend-login-plus.php:1113
msgid "Reset Password Form"
msgstr ""
#: src/classes/frontend-login-plus.php:1117
msgid "Require strong password"
msgstr ""
#: src/classes/frontend-login-plus.php:1119
msgid "(Minimum 8 characters with 1 uppercase, 1 lowercase, 1 number)"
msgstr ""
#: src/classes/frontend-login-plus.php:1124
#: src/classes/frontend-login-plus.php:1155
msgid "Reset Password"
msgstr ""
#: src/classes/frontend-login-plus.php:1130
msgid "Enter a new password below."
msgstr ""
#: src/classes/frontend-login-plus.php:1136
msgid "New Password"
msgstr ""
#: src/classes/frontend-login-plus.php:1141
msgid "Confirm Password Field Label"
msgstr ""
#: src/classes/frontend-login-plus.php:1142
msgid "Confirm New Password"
msgstr ""
#: src/classes/frontend-login-plus.php:1160
msgid "Passwords Do Not Match Message"
msgstr ""
#: src/classes/frontend-login-plus.php:1161
msgid "The passwords you entered do not match."
msgstr ""
#: src/classes/frontend-login-plus.php:1166
msgid "Passwords strength is not strong"
msgstr ""
#: src/classes/frontend-login-plus.php:1167
msgid "The passwords you entered is not strong."
msgstr ""
#: src/classes/frontend-login-plus.php:1179
msgid "Invalid Reset Link Message"
msgstr ""
#: src/classes/frontend-login-plus.php:1180
msgid "Invalid password reset link."
msgstr ""
#: src/classes/frontend-login-plus.php:1185
msgid "Password Reset Successful Message"
msgstr ""
#: src/classes/frontend-login-plus.php:1186
msgid "Your password was successfully reset. Please log in."
msgstr ""
#: src/classes/frontend-login-plus.php:1247
#: src/classes/frontend-login-plus.php:1258
msgid "Auto Verified"
msgstr ""
#: src/classes/frontend-login-plus.php:1369
#: src/classes/frontend-login-plus.php:1438
msgid "%s - Account Verified"
msgstr ""
#: src/classes/frontend-login-plus.php:1391
msgid "Please visit %s to login. "
msgstr ""
#: src/classes/frontend-login-plus.php:1448
msgid "%s account has been approved! "
msgstr ""
#: src/classes/frontend-login-plus.php:1449
msgid " Visit %s to view / edit user. "
msgstr ""
#: src/classes/frontend-login-plus.php:1491
msgid "We haven't verified this account."
msgstr ""
#: src/classes/frontend-login-plus.php:2680
msgid "Note: This page has been set as the login page for this site. The form below has been added for your convenience. To hide this message, add the shortcode [uo_login_ui] or the Front End Login Gutenberg block to this page."
msgstr ""
#: src/classes/frontend-login-plus.php:2837
msgid "<strong>ERROR</strong>: Password fields cannot be empty."
msgstr ""
#: src/classes/frontend-login-plus.php:2840
msgid "<strong>ERROR</strong>: Passwords do not match."
msgstr ""
#: src/classes/frontend-login-plus.php:2847
msgid "<strong>ERROR</strong>: Please enter a password of minimum 8 characters including at least 1 uppercase letter, 1 lowercase letter and 1 number."
msgstr ""
#: src/classes/frontend-login-plus.php:3098
#: src/templates/frontend-login/layout_1-login.php:23
msgid "This account is not verified."
msgstr ""
#: src/classes/frontend-login-plus.php:3221
msgid "Invalid username/email."
msgstr ""
#: src/classes/frontend-login-plus.php:3339
msgid "<strong>ERROR</strong>: Enter a username or email address."
msgstr ""
#: src/classes/frontend-login-plus.php:3343
#: src/classes/frontend-login-plus.php:3367
msgid "<strong>ERROR</strong>: There is no account with that username or email address."
msgstr ""
#: src/classes/frontend-login-plus.php:3391
msgid "Someone has requested a password reset for the following account:"
msgstr ""
#. translators: %s: site name
#: src/classes/frontend-login-plus.php:3393
msgid "Site Name: %s"
msgstr ""
#. translators: %s: user login
#: src/classes/frontend-login-plus.php:3395
msgid "Username: %s"
msgstr ""
#: src/classes/frontend-login-plus.php:3396
msgid "If this was a mistake, just ignore this email and nothing will happen."
msgstr ""
#: src/classes/frontend-login-plus.php:3397
msgid "To reset your password, visit the following address:"
msgstr ""
#. translators: Password reset notification email subject. %s: Site title
#: src/classes/frontend-login-plus.php:3401
msgid "[%s] Password Reset"
msgstr ""
#: src/classes/frontend-login-plus.php:3432
msgid "The email could not be sent. Possible reason: your host may have disabled the mail() function."
msgstr ""
#: src/classes/frontend-login-plus.php:3460
#: src/classes/frontend-login-plus.php:3516
msgid "Password fields cannot be empty."
msgstr ""
#: src/classes/hide-admin-bar.php:37
msgid "Hide Admin Bar"
msgstr ""
#: src/classes/hide-admin-bar.php:39
msgid "Hides the Admin Bar at the top of WordPress pages based on the user role."
msgstr ""
#: src/classes/learn-dash-resume.php:71
msgid "Resume Button"
msgstr ""
#: src/classes/learn-dash-resume.php:73
msgid "Inserts a button that allows learners to return to the course, lesson or topic they last visited."
msgstr ""
#: src/classes/learn-dash-resume.php:108
msgid "Resume Button Text"
msgstr ""
#: src/classes/learn-dash-resume.php:113
msgid "Show Name of Last Course / Lesson / Topic"
msgstr ""
#: src/classes/learn-dash-resume.php:225
#: src/classes/learn-dash-resume.php:382
msgid "RESUME"
msgstr ""
#: src/classes/learn-dash-resume.php:234
#: src/classes/learn-dash-resume.php:391
msgid "Resume"
msgstr ""
#: src/classes/learn-dash-resume.php:255
#: src/classes/learn-dash-resume.php:416
#: src/classes/learn-dash-resume.php:430
msgctxt "LMS shortcode Resume link title \"Resume post_type_name: Post_title "
msgid "Resume %s: %s"
msgstr ""
#: src/classes/learndash-group-user-profile.php:44
msgid "Groups in User Profiles"
msgstr ""
#: src/classes/learndash-group-user-profile.php:46
msgid "Displays a user's LearnDash Group memberships in the user profile."
msgstr ""
#: src/classes/learndash-group-user-profile.php:88
msgid "LearnDash Groups"
msgstr ""
#: src/classes/login-logout-menu.php:73
msgid "Log In/Log Out Links"
msgstr ""
#: src/classes/login-logout-menu.php:78
msgid "Add Log In and Log Out links to menus, or to any page or widget with a shortcode."
msgstr ""
#: src/classes/login-logout-menu.php:129
msgid "Uncanny Menu Links"
msgstr ""
#: src/classes/login-logout-menu.php:156
msgid "Log In / Log Out"
msgstr ""
#: src/classes/login-logout-menu.php:162
msgid "Front end login modal"
msgstr ""
#: src/classes/login-logout-menu.php:199
msgid "Add to Menu"
msgstr ""
#: src/classes/login-logout-menu.php:222
msgid " - Log In"
msgstr ""
#: src/classes/login-logout-menu.php:225
msgid " - Log Out"
msgstr ""
#: src/classes/login-logout-menu.php:228
msgid " - Log In/Out"
msgstr ""
#: src/classes/login-logout-menu.php:231
msgid " - Register"
msgstr ""
#: src/classes/login-logout-menu.php:234
msgid " - Front end login modal"
msgstr ""
#: src/classes/login-logout-menu.php:345
#: src/classes/login-logout-menu.php:368
msgid "Logout"
msgstr ""
#: src/classes/login-redirect.php:63
msgid "Log In/Log Out Redirects"
msgstr ""
#: src/classes/login-redirect.php:65
msgid "Redirects all non-admin roles to a specific URL after logging into and/or out of the site."
msgstr ""
#: src/classes/login-redirect.php:109
msgid "Login Redirect"
msgstr ""
#: src/classes/login-redirect.php:115
msgid "Logout Redirect"
msgstr ""
#: src/classes/login-redirect.php:121
msgid "Redirect Priority"
msgstr ""
#: src/classes/mark-lessons-complete.php:72
msgid "Topics Autocomplete Lessons"
msgstr ""
#: src/classes/mark-lessons-complete.php:74
msgid "Automatically marks lessons as completed when all topics and quizzes for that lesson are marked complete."
msgstr ""
#: src/classes/menu-item-visibility.php:60
msgid "Menu Item Visibility"
msgstr ""
#: src/classes/menu-item-visibility.php:62
msgid "Toggles the visibility of menu items based on whether or not users are signed in to the site."
msgstr ""
#: src/classes/menu-item-visibility.php:142
msgid "Display Mode"
msgstr ""
#: src/classes/menu-item-visibility.php:153
msgid "Logged In Users"
msgstr ""
#: src/classes/menu-item-visibility.php:163
msgid "Logged Out Users"
msgstr ""
#: src/classes/menu-item-visibility.php:173
msgid "Everyone"
msgstr ""
#: src/classes/quiz-completion-redirect.php:50
msgid "Quiz completion advances to next step"
msgstr ""
#: src/classes/quiz-completion-redirect.php:52
msgid "Automatically advance to the next step when user clicks \"Click here to continue\" on final quiz page of a lesson/topic."
msgstr ""
#: src/classes/redirect-not-enrolled.php:57
msgid "Not Enrolled Redirect"
msgstr ""
#: src/classes/redirect-not-enrolled.php:59
msgid "Redirects all non-admin roles to a specific URL if they are not enrolled in the course."
msgstr ""
#: src/classes/redirect-not-enrolled.php:138
#: src/classes/redirect-not-enrolled.php:176
msgid "Not enrolled Redirect URL"
msgstr ""
#: src/classes/redirect-not-enrolled.php:140
#: src/classes/redirect-not-enrolled.php:178
msgid "Redirect the user to the URL if they are not enrolled in the course"
msgstr ""
#: src/classes/sample.php:111
msgid "Sample Title"
msgstr ""
#: src/classes/sample.php:117
msgid "Sample Description B"
msgstr ""
#: src/classes/sample.php:242
msgid "<div>Some Extra Information for the user</div>"
msgstr ""
#: src/classes/sample.php:248
msgid "Settings A"
msgstr ""
#: src/classes/sample.php:255
msgid "Settings B"
msgstr ""
#: src/classes/sample.php:262
msgid "Settings Gender"
msgstr ""
#: src/classes/sample.php:274
msgid "Settings Car"
msgstr ""
#: src/classes/show-certificates-shortcode.php:44
msgid "Show Certificates"
msgstr ""
#: src/classes/show-certificates-shortcode.php:46
msgid "Displays a list of LearnDash certificates (both course and quiz) earned by the user, with the most recent at the top."
msgstr ""
#: src/classes/show-certificates-shortcode.php:78
#: src/classes/widget-cert.php:59
msgid "Display Certificate title instead of Course/Quiz title"
msgstr ""
#: src/classes/show-certificates-shortcode.php:138
#: src/classes/widget-cert.php:368
msgid "Complete courses to earn certificates"
msgstr ""
#: src/classes/show-hide-content.php:43
msgid "Show Or Hide Content"
msgstr ""
#: src/classes/show-hide-content.php:45
msgid "Conditionally shows content to either logged in or logged out users. Great for Open course types."
msgstr ""
#: src/classes/user-switching.php:127
msgid "User Switching"
msgstr ""
#: src/classes/user-switching.php:133
msgid "Easily and securely switch between users. Great for testing your site and troubleshooting user issues."
msgstr ""
#: src/classes/widget-cert.php:27
msgid "Certificate Widget"
msgstr ""
#: src/classes/widget-cert.php:29
msgid "Custom Widget that displays all certificates the user has earned."
msgstr ""
#: src/classes/widget-cert.php:101
msgid "Certificates - Uncanny Toolkit"
msgstr ""
#: src/classes/widget-cert.php:175
#: src/classes/widget-cert.php:216
msgid "Your certificate for :"
msgstr ""
#: src/classes/widget-cert.php:260
msgid "Your certificate for:"
msgstr ""
#: src/classes/widget-cert.php:367
msgid "Your certificates"
msgstr ""
#: src/classes/widget-cert.php:382
msgid "No certificates message:"
msgstr ""
#: src/classes/widget-cert.php:389
msgid "Certificate Order:"
msgstr ""
#: src/classes/widget-cert.php:395
msgid "Ascending"
msgstr ""
#: src/classes/widget-cert.php:401
msgid "Descending"
msgstr ""
#: src/classes/widget-cert.php:405
msgid "Certificate Order By:"
msgstr ""
#: src/classes/widget-cert.php:419
msgid "Date Earned"
msgstr ""
#: src/config.php:582
msgid "Close"
msgstr ""
#: src/config.php:589
msgid "Save module"
msgstr ""
#: src/config.php:622
#: src/config.php:710
msgid "You must be an admin to save settings"
msgstr ""
#: src/config.php:720
msgid "Class for addon is not set"
msgstr ""
#: src/config.php:743
msgid "Settings saved successfully"
msgstr ""
#: src/config.php:775
msgid "Class for addon is not set."
msgstr ""
#: src/config.php:778
msgid "You must be an admin to save settings."
msgstr ""
#: src/includes/class-frontend-login-plus-2fa-2-3.php:300
#: src/includes/class-frontend-login-plus-2fa-2-3.php:310
#: src/includes/class-frontend-login-plus-2fa-2-3.php:331
#: src/includes/class-frontend-login-plus-2fa-2-3.php:350
#: src/includes/class-frontend-login-plus-2fa-legacy.php:295
#: src/includes/class-frontend-login-plus-2fa-legacy.php:305
#: src/includes/class-frontend-login-plus-2fa-legacy.php:326
#: src/includes/class-frontend-login-plus-2fa-legacy.php:345
#: src/includes/class-frontend-login-plus-2fa.php:305
#: src/includes/class-frontend-login-plus-2fa.php:315
#: src/includes/class-frontend-login-plus-2fa.php:345
#: src/includes/class-frontend-login-plus-2fa.php:370
msgid "Failed to create a login nonce."
msgstr ""
#: src/includes/class-frontend-login-plus-2fa-2-3.php:357
#: src/includes/class-frontend-login-plus-2fa-legacy.php:352
#: src/includes/class-frontend-login-plus-2fa.php:377
msgid "A new code has been sent."
msgstr ""
#: src/includes/class-frontend-login-plus-2fa-2-3.php:465
#: src/includes/class-frontend-login-plus-2fa-legacy.php:460
#: src/includes/class-frontend-login-plus-2fa.php:498
msgid "ERROR: Failed to create a login nonce."
msgstr ""
#: src/includes/class-frontend-login-plus-2fa-2-3.php:481
#: src/includes/class-frontend-login-plus-2fa-legacy.php:476
#: src/includes/class-frontend-login-plus-2fa.php:514
msgid "ERROR: Invalid verification code."
msgstr ""
#: src/includes/class-frontend-login-plus-2fa-2-3.php:498
#: src/includes/class-frontend-login-plus-2fa.php:531
msgid "ERROR: Session is invalid or has expired."
msgstr ""
#: src/includes/class-frontend-login-plus-2fa-2-3.php:500
#: src/includes/class-frontend-login-plus-2fa-legacy.php:495
#: src/includes/class-frontend-login-plus-2fa.php:533
msgid "ERROR: Cannot display authentication form."
msgstr ""
#: src/includes/class-frontend-login-plus-2fa-2-3.php:507
#: src/includes/class-frontend-login-plus-2fa-legacy.php:502
#: src/includes/class-frontend-login-plus-2fa.php:540
msgid "Return to login form"
msgstr ""
#: src/includes/class-frontend-login-plus-2fa-2-3.php:509
#: src/includes/class-frontend-login-plus-2fa-legacy.php:504
#: src/includes/class-frontend-login-plus-2fa.php:542
msgid "Go back to login form"
msgstr ""
#: src/includes/class-frontend-login-plus-2fa-2-3.php:598
#: src/includes/class-frontend-login-plus-2fa-legacy.php:595
#: src/includes/class-frontend-login-plus-2fa.php:631
msgid "A new verification code has been sent to your email."
msgstr ""
#: src/includes/class-frontend-login-plus-2fa-2-3.php:679
#: src/includes/class-frontend-login-plus-2fa-legacy.php:636
#: src/includes/class-frontend-login-plus-2fa.php:712
msgid "Or, use a backup code."
msgstr ""
#: src/includes/class-frontend-login-plus-2fa-2-3.php:685
#: src/includes/class-frontend-login-plus-2fa-legacy.php:642
#: src/includes/class-frontend-login-plus-2fa.php:718
msgid "Or, go back to login form."
msgstr ""
#: src/includes/class-frontend-login-plus-2fa-2-3.php:695
#: src/includes/class-frontend-login-plus-2fa-legacy.php:650
#: src/includes/class-frontend-login-plus-2fa.php:728
msgid "Are you lost?"
msgstr ""
#. translators: %s: site name.
#: src/includes/class-frontend-login-plus-2fa-2-3.php:700
#: src/includes/class-frontend-login-plus-2fa-legacy.php:655
#: src/includes/class-frontend-login-plus-2fa.php:733
msgid "← Back to %s"
msgstr ""
#: src/includes/class-frontend-login-plus-2fa-legacy.php:493
msgid "ERROR: Session is invalid or have expired."
msgstr ""
#: src/includes/uo-toolkit-2fa-functions.php:163
msgid "Two-Factor authentication"
msgstr ""
#: src/includes/uo-toolkit-2fa-functions.php:169
#: src/includes/uo-toolkit-2fa-functions.php:222
msgid "Uncanny Toolkit integrates with the free WP 2FA plugin to support two factor login authentication."
msgstr ""
#. translators: %s will be replaced with a "string" - state of the plugin
#: src/includes/uo-toolkit-2fa-functions.php:178
msgid "WP 2FA is currently %s."
msgstr ""
#: src/includes/uo-toolkit-2fa-functions.php:179
msgid "active"
msgstr ""
#. translators: %s will be replaced with a "string" - state of the plugin
#: src/includes/uo-toolkit-2fa-functions.php:184
msgid "Integration is currently %s. Choose a login page in the Front End Logins settings above to use WP 2FA with the front end login."
msgstr ""
#: src/includes/uo-toolkit-2fa-functions.php:185
msgid "inactive"
msgstr ""
#: src/includes/uo-toolkit-2fa-functions.php:194
msgid "Go to"
msgstr ""
#: src/includes/uo-toolkit-2fa-functions.php:198
msgid "WP-ADMIN > Settings > Two-factor Authentication"
msgstr ""
#: src/includes/uo-toolkit-2fa-functions.php:199
msgid "WP 2FA Settings"
msgstr ""
#: src/includes/uo-toolkit-2fa-functions.php:201
msgid "to configure 2FA settings."
msgstr ""
#. translators: %1$s The uninstall text %2$s The WP 2FA plugin label
#: src/includes/uo-toolkit-2fa-functions.php:209
msgid "%1$s the %2$s plugin to remove the integration."
msgstr ""
#: src/includes/uo-toolkit-2fa-functions.php:210
msgid "Show active plugins"
msgstr ""
#: src/includes/uo-toolkit-2fa-functions.php:210
msgid "Uninstall/Disable"
msgstr ""
#: src/includes/uo-toolkit-2fa-functions.php:211
msgid "WP 2FA – Two-factor"
msgstr ""
#: src/includes/uo-toolkit-2fa-functions.php:231
#: src/includes/uo-toolkit-2fa-functions.php:232
msgid "WP 2FA"
msgstr ""
#: src/includes/uo-toolkit-2fa-functions.php:235
msgid "is a free two-factor authentication plugin for WordPress. WP 2FA is a third-party plugin managed by"
msgstr ""
#: src/includes/uo-toolkit-2fa-functions.php:237
msgid "WP White Security"
msgstr ""
#: src/includes/uo-toolkit-2fa-functions.php:238
msgid "WP White Security."
msgstr ""
#: src/install-automator.php:41
msgid "Automation"
msgstr ""
#: src/install-automator.php:95
msgid "Take your site to the next level with Uncanny Automator"
msgstr ""
#: src/install-automator.php:97
msgid "Finding Uncanny Toolkit useful for your LearnDash site?"
msgstr ""
#: src/install-automator.php:98
msgid "You'll love"
msgstr ""
#: src/install-automator.php:98
#: src/install-automator.php:105
#: src/install-automator.php:247
#: src/install-automator.php:310
msgid "Uncanny Automator"
msgstr ""
#: src/install-automator.php:98
msgid "Best of all,"
msgstr ""
#: src/install-automator.php:98
msgid "it's free!"
msgstr ""
#: src/install-automator.php:106
#: src/install-automator.php:311
msgid "By the creators of Uncanny Toolkit"
msgstr ""
#: src/install-automator.php:122
msgid "How it works"
msgstr ""
#: src/install-automator.php:124
msgid "Use Uncanny Automator to get your favourite plugins and apps talking to each other —"
msgstr ""
#: src/install-automator.php:125
msgid "without hiring a developer to write custom code."
msgstr ""
#: src/install-automator.php:126
msgid "Here are a few examples:"
msgstr ""
#: src/install-automator.php:132
msgid "When a user completes a course and fills out an evaluation form, add a row with the form entries to a %1$sGoogle Sheet%2$s and add the user to alumni %1$sBuddyBoss%2$s and %1$sLearnDash%2$s groups."
msgstr ""
#: src/install-automator.php:144
msgid "When a user completes a course and fills out an evaluation form, add a row with the form entries to a"
msgstr ""
#: src/install-automator.php:145
msgid "Google Sheet"
msgstr ""
#: src/install-automator.php:146
msgid "and add the user to alumni"
msgstr ""
#: src/install-automator.php:147
msgid "BuddyBoss"
msgstr ""
#: src/install-automator.php:148
msgid "and"
msgstr ""
#: src/install-automator.php:149
#: src/templates/admin-modules.php:135
msgid "LearnDash"
msgstr ""
#: src/install-automator.php:150
msgid " groups."
msgstr ""
#: src/install-automator.php:153
#: src/install-automator.php:179
#: src/install-automator.php:204
#: src/install-automator.php:229
msgid "Requires"
msgstr ""
#: src/install-automator.php:166
msgid "When a new blog post is published, automatically post it to %1$sTwitter%2$s and email the post to a %1$sMailChimp%2$s list."
msgstr ""
#: src/install-automator.php:191
msgid "When a user purchases a product, register them for a live event in %1$sEvents Calendar%2$s add them to a %1$sLearnDash%2$s group and send a %1$sWooCommerce%2$s coupon code for their next order."
msgstr ""
#: src/install-automator.php:216
msgid "When a user clicks a button, register them for a %1$sZoom%2$s webinar, reset their progress in one course and enroll them in another course."
msgstr ""
#: src/install-automator.php:247
msgid "supports"
msgstr ""
#: src/install-automator.php:247
msgid "all of the most popular WordPress plugins"
msgstr ""
#: src/install-automator.php:247
msgid "and we're adding new integrations all the time. The possibilities are limitless."
msgstr ""
#: src/install-automator.php:251
msgid "Choose any combination of triggers"
msgstr ""
#: src/install-automator.php:255
msgid "Users complete a lesson"
msgstr ""
#: src/install-automator.php:256
msgid "Users are added to a group"
msgstr ""
#: src/install-automator.php:257
msgid "Users fill out a form"
msgstr ""
#: src/install-automator.php:258
msgid "Users register for an event"
msgstr ""
#: src/install-automator.php:259
msgid "Users buy a product"
msgstr ""
#: src/install-automator.php:260
msgid "Users complete a course"
msgstr ""
#: src/install-automator.php:261
msgid "Users fail a quiz"
msgstr ""
#: src/install-automator.php:269
msgid "...to initiate any combination of actions"
msgstr ""
#: src/install-automator.php:273
msgid "Add users to a group"
msgstr ""
#: src/install-automator.php:274
msgid "Send an email"
msgstr ""
#: src/install-automator.php:275
msgid "Mark a lesson complete"
msgstr ""
#: src/install-automator.php:276
msgid "Unlock a new course"
msgstr ""
#: src/install-automator.php:277
msgid "Reset course progress"
msgstr ""
#: src/install-automator.php:278
msgid "Trigger a Zapier webhook"
msgstr ""
#: src/install-automator.php:279
msgid "Add a tag in Infusionsoft"
msgstr ""
#: src/install-automator.php:300
msgid "Build better experiences for your users while saving money on custom development. And save"
msgstr ""
#: src/install-automator.php:301
msgid "your"
msgstr ""
#: src/install-automator.php:302
msgid "time by automating routine tasks — all with no code."
msgstr ""
#: src/notifications/views/banner.php:21
msgid "Notifications"
msgstr ""
#: src/templates/admin-help.php:25
msgid "Please <a href=\"%s\">activate a valid license key</a> to submit a support ticket."
msgstr ""
#: src/templates/admin-help.php:36
msgid "Your ticket has been created. Someone at Uncanny Owl will contact you regarding your issue."
msgstr ""
#: src/templates/admin-help.php:73
msgid "Submit a Ticket"
msgstr ""
#: src/templates/admin-help.php:88
msgid "Full Name"
msgstr ""
#: src/templates/admin-help.php:96
msgid "Email"
msgstr ""
#: src/templates/admin-help.php:104
msgid "Site URL"
msgstr ""
#: src/templates/admin-help.php:112
msgid "License Key"
msgstr ""
#: src/templates/admin-help.php:128
msgid "Message"
msgstr ""
#: src/templates/admin-help.php:136
msgid "Send site data"
msgstr ""
#: src/templates/admin-help.php:141
msgid "Emails must be enabled on your site to create a ticket using this form. If you don’t receive a confirmation email shortly after submitting this form, please log the ticket through your <a href=\"https://www.uncannyowl.com/my-account/submit-a-request/\" target=\"_blank\" rel=\"noreferrer\">My Account</a> page."
msgstr ""
#: src/templates/admin-help.php:144
msgid "Create ticket"
msgstr ""
#: src/templates/admin-help.php:151
msgid "Site Data"
msgstr ""
#: src/templates/admin-modules.php:13
msgid "Uncanny Toolkit Pro for LearnDash"
msgstr ""
#: src/templates/admin-modules.php:115
msgid "All versions"
msgstr ""
#: src/templates/admin-modules.php:118
msgid "Free only"
msgstr ""
#: src/templates/admin-modules.php:121
msgid "Pro only"
msgstr ""
#: src/templates/admin-modules.php:132
msgid "All categories"
msgstr ""
#: src/templates/admin-modules.php:138
msgid "General WordPress"
msgstr ""
#: src/templates/admin-modules.php:149
msgid "All statuses"
msgstr ""
#: src/templates/admin-modules.php:152
msgid "Active"
msgstr ""
#: src/templates/admin-modules.php:155
msgid "Inactive"
msgstr ""
#: src/templates/admin-modules.php:168
msgid "Search modules by title, description or keywords"
msgstr ""
#: src/templates/admin-modules.php:247
msgid "Pro"
msgstr ""
#: src/templates/admin-modules.php:286
msgid "Settings"
msgstr ""
#: src/templates/admin-modules.php:310
msgid "Learn More"
msgstr ""
#. translators: 1. Trademarked term
#: src/templates/admin-review-banner.php:8
msgctxt "Reviews banner"
msgid "Has the %1$s been useful for your site?"
msgstr ""
#: src/templates/admin-review-banner.php:13
msgctxt "Reviews banner"
msgid "5-star reviews inspire us to make the plugin even better!"
msgstr ""
#. translators: Non-personal infinitive verb
#: src/templates/admin-review-banner.php:25
msgctxt "Reviews banner"
msgid "Add my review"
msgstr ""
#. translators: Non-personal infinitive verb
#: src/templates/admin-review-banner.php:39
msgctxt "Reviews banner"
msgid "Send feedback"
msgstr ""
#: src/templates/admin-review-banner.php:48
#: src/templates/admin-review-banner.php:63
msgctxt "Reviews banner"
msgid "Maybe later"
msgstr ""
#: src/templates/admin-review-banner.php:55
msgctxt "Reviews banner"
msgid "No, thanks"
msgstr ""
#. translators: Some error message.
#: src/templates/admin-showcase.php:33
msgid "An error occurred: %s"
msgstr ""
#: src/templates/admin-siteinfo.php:70
msgid "MySQL Version"
msgstr ""
#: src/templates/admin-siteinfo.php:74
msgid "MariaDB Version"
msgstr ""
#: src/templates/admin-siteinfo.php:91
msgid "WordPress Minimum Requirements"
msgstr ""
#: src/templates/admin-siteinfo.php:98
msgid "Environment"
msgstr ""
#: src/templates/admin-siteinfo.php:100
#: src/templates/admin-siteinfo.php:158
#: src/templates/admin-siteinfo.php:259
#: src/templates/admin-siteinfo.php:285
msgid "Setting"
msgstr ""
#: src/templates/admin-siteinfo.php:101
#: src/templates/admin-siteinfo.php:159
#: src/templates/admin-siteinfo.php:260
#: src/templates/admin-siteinfo.php:286
msgid "Value"
msgstr ""
#: src/templates/admin-siteinfo.php:107
msgid "Server info"
msgstr ""
#: src/templates/admin-siteinfo.php:132
msgid "PHP Version"
msgstr ""
#: src/templates/admin-siteinfo.php:156
msgid "WordPress Settings"
msgstr ""
#: src/templates/admin-siteinfo.php:165
msgid "WordPress address (URL)"
msgstr ""
#: src/templates/admin-siteinfo.php:169
msgid "Site address"
msgstr ""
#: src/templates/admin-siteinfo.php:175
msgid "WordPress Version"
msgstr ""
#: src/templates/admin-siteinfo.php:181
msgid "Multisite"
msgstr ""
#: src/templates/admin-siteinfo.php:182
#: src/templates/admin-siteinfo.php:215
msgid "Yes"
msgstr ""
#: src/templates/admin-siteinfo.php:182
#: src/templates/admin-siteinfo.php:215
msgid "No"
msgstr ""
#: src/templates/admin-siteinfo.php:187
msgid "Site Language"
msgstr ""
#: src/templates/admin-siteinfo.php:208
msgid "Not defined"
msgstr ""
#: src/templates/admin-siteinfo.php:214
msgid "Object Cache"
msgstr ""
#: src/templates/admin-siteinfo.php:226
msgid "Active WordPress Plugins"
msgstr ""
#: src/templates/admin-siteinfo.php:228
msgid "Plugin"
msgstr ""
#: src/templates/admin-siteinfo.php:229
#: src/templates/admin-siteinfo.php:264
msgid "Version"
msgstr ""
#: src/templates/admin-siteinfo.php:257
msgid "LearnDash Settings"
msgstr ""
#: src/templates/admin-siteinfo.php:265
#: src/templates/admin-siteinfo.php:269
msgid "LearnDash not active"
msgstr ""
#: src/templates/admin-siteinfo.php:268
msgid "DB Version"
msgstr ""
#: src/templates/admin-siteinfo.php:272
msgid "Script Debug"
msgstr ""
#: src/templates/admin-siteinfo.php:273
msgid "not defined"
msgstr ""
#: src/templates/admin-siteinfo.php:283
msgid "PHP Settings"
msgstr ""
#: src/templates/admin-support.php:52
#: src/templates/admin-support.php:66
msgid "I can't find the answer to my question."
msgstr ""
#: src/templates/admin-support.php:77
msgid "Cheating, Eh?"
msgstr ""
#: src/templates/admin-tabs.php:35
#: src/templates/admin-tabs.php:42
msgid "License Activation"
msgstr ""
#: src/templates/admin-tabs.php:53
msgid "Follow us on Facebook"
msgstr ""
#: src/templates/admin-tabs.php:56
msgid "Follow us on Twitter"
msgstr ""
#: src/templates/admin-tabs.php:59
msgid "Follow us on LinkedIn"
msgstr ""
#: src/templates/frontend-login/layout_1-login.php:16
msgid "Username and/or Password is empty."
msgstr ""
#: src/uncanny-one-click-installer/class-auto-plugin-install.php:130
#: src/uncanny-one-click-installer/class-auto-plugin-install.php:173
msgid "Please reload the page and try again."
msgstr ""
#: src/uncanny-one-click-installer/class-auto-plugin-install.php:140
#: src/uncanny-one-click-installer/class-auto-plugin-install.php:157
msgid "%s is already installed and active."
msgstr ""
#: src/uncanny-one-click-installer/class-auto-plugin-install.php:340
#: src/uncanny-one-click-installer/class-auto-plugin-install.php:348
msgid "Could not install plugin. %s"
msgstr ""
#: src/uncanny-one-click-installer/class-auto-plugin-install.php:357
msgid "Could not install plugin. You do not have permission to install plugins."
msgstr ""
#: src/uncanny-one-click-installer/class-auto-plugin-install.php:366
msgid "Could not install plugin. You do not have permission to modify files."
msgstr ""
#: src/uncanny-one-click-installer/class-auto-plugin-install.php:375
msgid "Could not install plugin. A plugin url was not received. Please Reload the page."
msgstr ""
#: src/uncanny-one-click-installer/class-auto-plugin-install.php:384
msgid "Could not install plugin. File system credentials could not be verified. Please Reload the page."
msgstr ""
#: src/uncanny-one-click-installer/class-auto-plugin-install.php:405
msgid "Could not install plugin. The installer failed to initialize."
msgstr ""
#: src/uncanny-one-click-installer/class-auto-plugin-install.php:428
msgid "Could not install plugin. The download link failed. Please Reload the page."
msgstr ""
#: src/uncanny-one-click-installer/class-auto-plugin-install.php:440
msgid "Plugin has installed but failed to activate. Please activate manually on the plugins page."
msgstr ""
#: src/uncanny-one-click-installer/class-auto-plugin-install.php:448
msgid "Plugin has activated successfully."
msgstr ""
#: src/uncanny-one-click-installer/class-auto-plugin-install.php:455
msgid "Plugin has installed and activated successfully."
msgstr ""
#: src/uncanny-one-click-installer/class-auto-plugin-install.php:542
msgid "Add a plugin slug"
msgstr ""
#: src/uncanny-one-click-installer/class-auto-plugin-install.php:548
msgid "Plugin not found on wordpress.org"
msgstr ""
#: src/uncanny-one-click-installer/class-auto-plugin-install.php:555
msgid "Install Uncanny Automator"
msgstr ""
#: src/uncanny-one-click-installer/class-auto-plugin-install.php:557
msgid "Install %s"
msgstr ""
#: src/uncanny-one-click-installer/class-auto-plugin-install.php:565
msgid "%s is active"
msgstr ""
#: src/uncanny-one-click-installer/class-auto-plugin-install.php:570
msgid "Activate Uncanny Automator"
msgstr ""
#: src/uncanny-one-click-installer/class-auto-plugin-install.php:572
msgid "Activate %s"
msgstr ""
#: uncanny-learndash-toolkit.php:95
msgid "Upgrade to Pro"
msgstr ""